.navbar .nav-link, .btn, .btn:before, .btn:after, .slider-wrap .scroll-down, .pricing-table-section .image img, .title, .sub-title, section, .footer-section a, section [class*=col-].aos, .form-detail .form-head, .form-detail .top-icon, .form-detail .form-body, .footer-icon-block .footer-icon, .footer-section .form-wrap, .form-control, .btn-close, .pricing-table .row{

    transition: all 500ms cubic-bezier(0.250, 0.100, 0.250, 1.000); /* ease (default) */

transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000); /* ease (default) */

}

:root {

    --border-radius: 0px;

  }

body{

    font-size: 14px;

    font-weight: 400;

    color: #000;

}

.body-overflow{

    overflow: hidden;

}

a{

    color: #373435;

    text-decoration: none;

}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{

    font-weight: normal;

    font-family: 'Oswald', sans-serif;

    color: #383838;

}

p{

    line-height: 1.7;

}

.btn{

    background-color: #91c81f;

    font-size: 16px;

    font-weight: 500;

    padding: 10px 42px;

    position: relative;

    border-radius: 100px;

    color: #fff;

    font-family: 'Oswald', sans-serif;

    overflow: hidden;

}

.btn-lg{

    font-size: 14px;

    padding: 17px 40px;

}

.btn2 {

    background-color: #808080;

}

.btn2:hover {

    background-color: #323232;

}

.btn-disabled, .btn-disabled:hover{

    background-color: #eee;

    border-color: #ccc;

    color: #a5a5a5;

    box-shadow: none;

    pointer-events: none;

}

.btn-disabled [class^="ad icon-"]::after {

    color: #a5a5a5;

}

.btn span.ad{

    font-size: 25px;

    width: 20px;

    height: 15px;

    margin-right: 15px;

    display: inline-block;

    vertical-align: middle;

    line-height: 15px;

}

.btn-only-icon{

    padding: 15px;

}

.btn-only-icon span.ad{

    margin: auto;

    width: inherit;

}

.btn:hover{

    box-shadow: none;

    color: #fff;

}

.btn:hover:before{

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

}

.btn-sm {

    font-size: 11px;

    padding: 5px 15px;

    line-height: 1.2;

    box-shadow: -2px 2px 7px rgb(0 0 0 / 8%), -5px 5px 0px 0px rgb(0 0 0 / 4%);

}



.ripple {

    width: 0;

    height: 0;

    border-radius: 50%;

    background-color: rgba(0, 0, 0, .1);

    transform: scale(0);

    position: absolute;

    opacity: 1;

  }

  .rippleEffect {

      animation: rippleDrop .6s linear;

  }



  @keyframes rippleDrop {

    100% {

      transform: scale(2);

      opacity: 0;

    }

  }

.navbar{

    background-color: #25490a;

    position: fixed;

    left: 0;

    right: 0;

    z-index: 99;

    padding: 0;

}

.navbar-expand-lg .navbar-nav .nav-link {

    padding: 18px 20px;

    color: #ffffff;

    font-size: 15px;

    margin: 0 5px;

    text-align: center;

    text-transform: uppercase;

    font-weight: bold;

}

.navbar-brand {

    padding-top: 0;

    padding-bottom: 0;

    
    max-width: 221px;

}

.navbar-expand-lg .navbar-nav .nav-link small{

    display: block;

    opacity: .5;

    text-transform: initial;

}



.navbar .nav-link.active{

    color: #91c81f;

    box-shadow: inset 0px -4px 0px 0px #91c81f;

    background-color: #1b3508;

}

.navbar .nav-link.contact-btn.active{

    box-shadow: 0 0 0px 2px;

}

.navbar-brand img{

    max-width: 100%;



}

body{

    scroll-snap-type: y mandatory;

  }

section{

    padding:90px 0 50px;

    min-height: 100vh;

    display: flex;

    align-items: center;

    position: relative;

    overflow-x: hidden;

}

.title{

    font-size: 30px;

    margin-bottom: 30px;

    text-align: center;

}

.slider-wrap{

    width: 100%;

    position: relative;

    z-index: 1;

}

.slider .item img{

    width: 100vw;

    height: 100vh;

    object-fit: cover;

}

.slider-wrap .scroll-down{

    position: absolute;

    left: 1%;

    right: 1%;

    width: 300px;

    bottom: -50px;

    margin: auto;

    opacity: 0;

    visibility: hidden;

}

.slider-section{

    display: block;

    overflow: inherit;

}

.slider-section.active .slider-wrap .scroll-down{

    bottom: 160px;

    opacity: 1;

    visibility: visible;

}



.slider-wrap .scroll-down:before{

    content: "";

    position: absolute;

    width: 30px;

    height: 40px;

    left: 50%;

    top: -40px;

    margin-left: -20px;

    border: solid 1px #fff;

    border-radius: 100px;

    filter: drop-shadow(1px 3px 0px rgba(0, 0, 0, .15));

}

.slider-wrap .scroll-down:after{

    content: "";

    position: absolute;

    width: 3px;

    height: 12px;

    top: -33px;

    left: 50%;

    margin-left: -7px;

    background-color: #fff;

    border-radius: 10px;

    filter: drop-shadow(1px 3px 0px rgba(0, 0, 0, .15));

    animation: scrolling 1s infinite ease-in;

}

@keyframes scrolling {

    0%   {top: -33px;opacity: 0;}

    20%   {top: -33px;opacity: 1;}

    70%  {top: -28px;;opacity: 1;}

    100%   {top: -28px;opacity: 0;}

  }



.about-block .info{

    padding-right: 15px;

}

.about-block .sub-title{

    text-align: center;

    margin-bottom: 30px;

}

.about-block .image img{

    width: 100%;

}

.check-list{

    list-style: none;

    font-size: 18px;

    padding-left: 0;

}

.check-list li{

    position: relative;

    padding-left: 35px;

    margin-bottom: 10px;

}

.check-list li:before {

    content: "";

    position: absolute;

    left: 8px;

    top: 8px;

    border-bottom: solid 1px #16B91C;

    border-right: solid 1px #16B91C;

    transform: rotate(45deg);

    width: 4px;

    height: 9px;

}

.check-list li:after {

    content: "";

    position: absolute;

    width: 20px;

    height: 20px;

    border-radius: 100px;

    left: 0;

    top: 4px;

    border: solid 1px #16B91C;

}

.enquiry-form-section{

    overflow: hidden;

    padding-top: 100px;

    background-image: url(../images/form-bg.jpg);

    background-repeat: no-repeat;

    background-size: cover;

    background-attachment: fixed;

}



.form-detail{

    box-shadow: 0px 12px 20px rgb(0 0 0 / 4%);

    overflow: hidden;

}

.form-detail .form-head {

    background-color: rgb(255, 255, 255, .69);

    padding: 10px 20px;

    backdrop-filter: blur(6px);

}

.form-detail .title{

    color: #25490a;

    font-size: 20px;

    margin: 0;

}

.form-detail .form-body{

    padding: 10px 40px 40px;

    position: relative;

    z-index: 1;

    background-color: #fff;

}



.form-detail .top-icon{

    width: 34px;

    height: 34px;

    margin-right: 10px;

    line-height: 34px;

    font-size: 20px;

    text-align: center;

    color: #25490a;

    border-radius: 100px;

    background-color: #fff;

    box-shadow: 0 0 0 2px;

}

.form-detail .form-group{

    margin-bottom: 15px;

}

.footer-section{

    /* padding-top: 120px; */

    padding-bottom: 0;

    align-items: end;

}

.footer-section .section-inner{

    width: 100%;

}

.enquiry-form-section.active + section.footer-section{

    opacity: 1;

}

.footer-section .form-wrap{

    background-color: #fff;

    border-top: solid 4px #25490a;

    box-shadow: 0px 20px 20px rgb(0 0 0 / 4%);

    max-width: 700px;

    padding: 30px;

    margin: 0px auto -200px;

    position: relative;

}

.submit-block{

    padding: 20px 0 0;

    text-align: center;

}

.footer{

    background-color: rgba(143, 199, 31, .12);

    padding-top: 230px;

}

.form-control {

    padding: 10px 15px;

    font-size: 14px;

    border-radius: 0;

}

.form-control:focus{

    border-color: #91c81f;

    color: #000;

    box-shadow: 0 0 0px 1px #91c81f;

}

.footer-icon-block .footer-icon{

    text-align: center;

}

.footer-icon-block .footer-icon .icon{

    text-align: center;

    width: 135px;

    height: 40px;

    margin: auto;

    margin-bottom: 10px;

    overflow: hidden;

    position: relative;

}



.footer-icon-block .footer-icon .icon .fas{

    font-size: 30px;

    width: 75px;

    text-align: center;

    color: rgba(143, 199, 31, .5);

}

.footer-icon-block .footer-icon p{

    margin-bottom: 0;

}

.footer-icon-block .footer-icon.address p:last-child{

    color: #959595;

}

.footer-icon-block .footer-icon.phone a{

    font-size: 20px;

    font-weight: 500;

    color: #000;

}

.footer-section a:hover, .footer-icon-block .footer-icon.phone a:hover{

    color: #91c81f;

}

.footer-bottom a{

    color: rgb(255, 255, 255, .44);

}

.footer-bottom a:hover{

    color: #fff;

}

.footer-icon-block .footer-icon.social ul{

    list-style: none;

    padding: 0;

    display: flex;

    flex-wrap: wrap;

    justify-content: center;

}

.footer-icon-block .footer-icon.social ul a{

    margin-left: 5px;

    margin-right: 5px;

    display: block;

}

.footer-icon-block .footer-icon.social ul a .fab{

    width: 30px;

    height: 30px;

    line-height: 30px;

    display: block;

    color: #fff;

    border-radius: 100px;

}

.footer-icon-block .footer-icon.social ul a .fa-facebook-f{

    background-color:#3b5998;

}

.footer-icon-block .footer-icon.social ul a .fa-instagram{

    font-size: 17px;

    background: rgb(255,209,44); /* Old browsers */

background: -moz-linear-gradient(45deg, rgba(255,209,44,1) 9%, rgba(224,4,0,1) 45%, rgba(195,3,184,1) 65%); /* FF3.6-15 */

background: -webkit-linear-gradient(45deg, rgba(255,209,44,1) 9%,rgba(224,4,0,1) 45%,rgba(195,3,184,1) 65%); /* Chrome10-25,Safari5.1-6 */

background: linear-gradient(45deg, rgba(255,209,44,1) 9%,rgba(224,4,0,1) 45%,rgba(195,3,184,1) 65%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd12c', endColorstr='#c303b8',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

.footer-icon-block .footer-icon.social ul a .fa-linkedin-in{

    background-color:#0a66c2;

}

.footer-icon-block .footer-icon.social ul a .fa-twitter{

    background-color:#1d9bf0;

}

.footer-icon-block .footer-icon.social ul a .fa-youtube{

    background-color:#D43439;

}

.footer-bottom{

    background-color: #25490a;

    padding: 15px 0;

    margin-top: 30px;

    color: #B4B4B4;

    text-align: center;

}

section.aos:not(.pricing-table-section){

    opacity: 0;

}

section.aos.onvisible{

    opacity: 1;

}

.title{

    opacity: 0;

    transform: translateY(50px);

    transition-delay: .2s;

}

.pricing-table-section .container > .title{

    top: -130px;

    position: relative;

    opacity: 0;

    visibility: hidden;

}

section.aos.onvisible .title{

    opacity: 1;

    transform: translateY(0px);

}

.pricing-table-section.aos.onvisible .container > .title{

    top: 0px;

    opacity: 1;

    visibility: visible;

}

section [class*=col-].aos{

    opacity: 0;

}

section [class*=col-].aos.onvisible{

    opacity: 1;

}

.pricing-table-section .col-xl-6:first-child{

    position: relative;

    left: -50px;

}

.pricing-table-section .col-xl-6:last-child{

    position: relative;

    left: 50px;

}

.about-block .col-lg-6:first-child{

    position: relative;

    left: 50px;

}

.about-block .col-lg-6:last-child{

    position: relative;

    left: -50px;

}

.pricing-table-section .col-xl-6.aos.onvisible, .about-block.aos .col-lg-6.onvisible{

    left: 0;

}

.pricing-table-section .image img{

    transform: scale(1.2);

    opacity: 0;

}

.pricing-table-section .aos.onvisible .image img{

    transform: scale(1);

    opacity: 1;

}

.form-detail .form-head{

    transform: translateY(-100%);

    transition-delay: .1s;

}

.form-detail .form-body{

    transform: translateY(10%);

    transition-delay: .1s;

    opacity: 0;

}

.enquiry-form-section [class*=col-].aos.onvisible .form-detail .form-head{

    transform: translateY(0%);

}

.enquiry-form-section [class*=col-].aos.onvisible .form-detail .form-body{

    transform: translateY(0%);

    opacity: 1;

}

.form-detail .top-icon{

    transform: scale(0);

    transition-delay: .2s;

}

.enquiry-form-section [class*=col-].aos.onvisible .form-detail .top-icon{

    transform: scale(1);

}



.form-detail ul{

    transform: translateX(100%);

}

.enquiry-form-section [class*=col-].aos.onvisible .form-detail ul{

    transform: translateX(0%);

}

.form-detail .btn{

    transform: translateY(100%);

}

.enquiry-form-section [class*=col-].aos.onvisible .form-detail .btn{

    transform: translateY(0%);

}

.footer-icon-block .footer-icon{

    position: relative;

    top: -50px;

    opacity: 0;

}

.footer-icon-block .footer-icon:nth-child(2){

    transition-delay: .2s;

}

.footer-icon-block .footer-icon:nth-child(3){

    transition-delay: .4s;

}

.footer-icon-block .footer-icon:nth-child(4){

    transition-delay: .6s;

}

.footer-section .footer-icon-block.aos.onvisible .footer-icon{

    top: 0px;

    opacity: 1;

}

.footer-section .form-wrap{

    position: relative;

    top: 50px;

    opacity: 0;

    transition-delay: .2s;

}

.footer-section .form-wrap.aos.onvisible{

    top: 0px;

    opacity: 1;

}







.mfp-bg {

    background: #000000bd;

    opacity: 1;

    backdrop-filter: blur(10px);

}

.booking-procedure-section .sub-title{

    color: #fff;

    margin-top: 30px;

}



.slick-prev, .slick-next {

    font-size: 0;

    line-height: 0;

    position: absolute;

    top: -20px;

    right: 0;

    display: block;

    width: 15px;

    height: 15px;

    padding: 0;

    cursor: pointer;

    color: transparent;

    border: none;

    outline: none;

    background: transparent;

}

.slick-prev:before, .slick-next:before{

    content: "";

    position: relative;

display: block;

width: 15px;

height: 15px;

border-right: solid 1px #fff;

border-bottom: solid 1px #fff;

transform: rotate(-45deg);

}

.slick-disabled.slick-arrow{

    pointer-events: none;

}

.slick-disabled.slick-prev:before, .slick-disabled.slick-next:before{

    opacity: .5;

}

.slick-prev{

    transform: rotate(180deg);

    right: 40px;

}

.modal-content {

    border: none;

    border-radius: 0;

}

.modal-header {

    border-top: 4px solid #25490a;

    border-bottom: none;

    border-radius: 0;

    padding-bottom: 5px;

}

.modal-backdrop {

    background-color: rgb(0 0 0 / 62%);

    backdrop-filter: blur(5px);

}

.modal-backdrop.show {

    opacity: 1;

}

.modal-content .submit-block {

    padding: 10px 0;

}

.modal-content .submit-block .btn{

    margin-left: 5px;

    margin-right: 5px;

}

.modal-content .stall-booking-row {

    background-color: #f9f9f9;

    margin-top: 15px;

    margin-left: -16px;

    margin-right: -16px;

    padding-top: 15px;

    padding-bottom: 25px;

}

.modal-content h6{

    font-weight: 300;

    color: #000;

    letter-spacing: 1px;

    margin-top: 0px;

    margin-bottom: 20px;

}

.form-label{

    font-weight: 400;

}

.btn-close{

    border-radius: 100px;

}

.btn-close:focus {

    outline: 0;

    box-shadow: none;

    opacity: 1;

    background-color: #eee;

}

.slider-wrap .btn-block{

    text-align: center;

    position: absolute;

    bottom: 50px;

    left: 0;

    right: 0;

}

.slider-wrap .btn-block .btn{

    margin: 15px;

    border: solid 3px #25490a;

}

.slider-wrap .btn-block .btn2{

    color: #25490a;

    background-color: #fff;

}

.pricing-table{

    font-size: 18px;

}

.pricing-table .row{

    box-shadow: 0px 5px 16px rgb(0 0 0 / 4%);

    margin-bottom: 2px;

}

.pricing-table .row.hightlighted{

    background-color: rgb(255, 193, 7, .28);

}

.pricing-table .price{

    font-size: 22px;

    color: #25490a;

    font-weight: bold;

}

.pricing-table .col-sm-3{

    background-color: rgba(143, 199, 31, .12);

    color: #000;

}

.pricing-table .data{

    padding: 20px 15px;

}

.pricing-table .zone-data{

    display: flex;

    flex-wrap: wrap;

    gap: 5px;

}

.pricing-table .zone{

    background-color: rgba(143, 199, 31, .12);

    padding: 5px 10px;

    border-radius: 5px;

    color: #25490a;

    font-weight: 400;

}

.pricing-table .timing{

    display: inline-flex;

    margin-right: 15px;

    align-items: center;

}

.pricing-table .timing .fas{

    opacity: .3;

    margin-right: 5px;

    vertical-align: middle;

}

.pricing-table .row{

    transform: scale(.9) rotateX(180deg);

    transform-origin: top;

    opacity: 0;

    backface-visibility: hidden;

}

.pricing-table .row:nth-child(2){

    transition-delay: .2s;

}

.pricing-table .row:nth-child(3){

    transition-delay: .3s;

}

.pricing-table .row:nth-child(4){

    transition-delay: .4s;

}

.pricing-table .row:nth-child(5){

    transition-delay: .5s;

}

.pricing-table .row:nth-child(6){

    transition-delay: .6s;

}

.pricing-table .row:nth-child(7){

    transition-delay: .7s;

}

.pricing-table .row:nth-child(8){

    transition-delay: .8s;

}

.pricing-table .row:nth-child(9){

    transition-delay: .9s;

}

.pricing-table-section.aos.onvisible .row{

    transform: scale(1) rotateX(0deg);

    opacity: 1;

}

ul.ulist {

    list-style: none;

    line-height: 22px;

    padding-left: 23px;

}

ul.ulist li {

    margin-bottom: 8px;

    position: relative;

}

ul.ulist li:before {

    content: "";

    position: absolute;

    width: 8px;

    height: 8px;

    border: solid 2px;

    border-radius: 10px;

    margin-left: -19px;

    top: 8px;

    color: #a9a9a8;

}

@media only screen and (min-width: 576px) {

.slider-wrap .card {

    max-width: 18rem;

    position: absolute;

    top: 110px;

    right: 30px;

    box-shadow: 0px 12px 20px rgba(0, 0, 0, .04);

    backdrop-filter: blur(4px) brightness(1.4);

    background-color: rgba(255, 255, 255, .82);

}

.slider-wrap .card a{

    font-weight: bold;

    font-size: 18px;

    color: #25490a;

}



}

@media only screen and (min-width: 992px) {

    .navbar .collapsing{

        height: inherit !important;

    }

    .booking-procedure-section .section-inner{

        min-height: calc(100vh - 77px);

    }

    

}

@media only screen and (min-width: 992px) and  (max-width: 1200px){

    .navbar-expand-lg .navbar-nav .nav-link {

        padding: 18px 16px;

        margin: 0;

    }

}

@media only screen and (min-width: 1200px) {

    .pricing-table-section .book-stall ul.options.addons .addons-select {

        margin-bottom: -61px;

    }

}



@media only screen and (min-width: 1400px) {

    .pricing-table-section .book-stall ul.options {

        gap: 15px;

    }

    .pricing-table-section .book-stall ul.options.addons li .btn {

        min-width: 95px;

    }

    .pricing-table-section .book-stall ul.options.addons li svg {

        left: 11px;

    }

    .pricing-table-section .book-stall ul.options.addons .addons-select {

        margin-bottom: -64px;

    }

    .pricing-table-section .book-stall ul.options.addons .addons-select .form-select {

        font-size: 14px;

    }

}

@media only screen and (max-width: 1199px) {

    .pricing-table-section .info{

        margin-left: 0;

        margin-top: 0;

        padding: 15px;

    }

    .pricing-table-section .book-stall > .row{

        justify-content: center;

    }

    .pricing-table-section .book-stall ul.options {

        justify-content: center;

    }

    .pricing-table-section .book-stall ul.options.addons li svg {

        left: 10px;

    }

    .pricing-table-section .book-stall ul.options.addons li .btn {

        min-width: 90px;

    }

    .pricing-table-section .total-value{

        margin: auto;

    }

    .action-btns{

        display: flex;

        justify-content: center;

        gap: 15px;

    }

    .action-btns .btn{

        width: 50%;

        margin: 0 ;

        max-width: 200px;

    }

  }



@media only screen and (max-width: 991px) {

    .navbar-brand {

        max-width: 221px;

        padding: 0;

    }

    .navbar-nav{

        padding-top: 10px;

    }

    .navbar-toggler{

        background: none;

        border: none;

        position: relative;

        display: block;

        width: 39px;

        height: 39px;

        padding: 7px;

    }

    .navbar-toggler .navbar-toggler-icon:before {

        width: 21px;

        height: 18px;

        top: 11px;

        left: 10px;

        content: "";

        border-top: solid 2px #91c81f;

        border-bottom: solid 2px #91c81f;

        position: absolute;

        transition: all cubic-bezier(0.785, 0.135, 0.150, 0.860) .3s;

    }

    .navbar-toggler .navbar-toggler-icon:after {

        width: 21px;

        height: 0px;

        top: 19px;

        left: 10px;

        content: "";

        border-top: solid 2px #91c81f;

        position: absolute;

        transition: all cubic-bezier(0.785, 0.135, 0.150, 0.860) .3s;

    }

    .navbar-expand-lg .navbar-nav .nav-link {

        font-size: 14px;

        margin: 5px 5px;

        padding: 8px 20px;

    }

    .navbar-toggler:focus {

        box-shadow: 0 0 0 2px #e1e1e1;

    }

    section{

        padding:70px 0 30px;

    }

    .header-img {

        margin-top: 54px;

    }

    .pricing-table-section{

        padding-bottom: 0;

    }

    .pricing-table-section .book-stall {

        padding-top: 25px;

        padding-left: 0px;

    }

    .about-block .info {

        padding-right: 0;

    }

    .booking-procedure-section {

        padding-top: 50px;

    }

    .booking-procedure-section .section-inner {

        padding-bottom: 30px;

    }

    .enquiry-form-section {

        padding-top: 70px;

    }

    .footer-section {

        padding-top: 70px;

    }

    .footer-icon-block .footer-icon{

        margin-bottom: 20px;

    }

  }



@media only screen and (max-width: 767px) {

    .pricing-table-section .book-stall .plus-icon {

        margin-bottom: 15px;

        text-align: center;

    }

}

@media only screen and (max-width: 575px) {

    .logo {

        width: 45px;

        overflow: hidden;

    }

    .logo img{

        max-width: inherit;

    }

    .btn:not(.btn-sm) {

        padding: 10px 30px;

        font-size: 15px;

    }

    .title {

        font-size: 22px;

        margin-bottom: 20px;

    }

    .pricing-table-section .info .title {

        font-size: 18px;

    }

    .pricing-table-section .image .flag small {

        font-size: 10px;

    }

    .pricing-table-section .sub-title {

        font-size: 15px;

        text-align: center;

    }

    .pricing-table-section .book-stall ul.options{

        min-width: 280px;

    }

    .title-2 {

        font-size: 35px;

        margin-bottom: 15px;

    }

    .about-block .sub-title {

        margin-bottom: 15px;

        font-size: 16px;

    }

    .check-list {

        font-size: 16px;

    }

    .check-list li:before {

        top: 6px;

    }

    .check-list li:after {

        top: 2px;

    }

    .form-detail {

        margin-bottom: 20px;

    }

    .form-detail .form-body .top-icon {

        width: 54px;

        height: 54px;

        line-height: 54px;

        font-size: 25px;

        margin-left: -28px;

        box-shadow: 0 0 0 6px #fff, inset 0px 14px 9px rgb(0 0 0 / 11%);

    }

    .form-detail .form-body {

        padding: 20px 20px 30px;

    }

    .form-detail ul {

        margin-bottom: 10px;

    }

    .form-detail li .fas {

        font-size: 22px;

    }

    .form-detail li .h4 {

        font-size: 17px;

        margin-bottom: 0px;

    }

    .footer-section .form-wrap {

        padding: 15px;

    }

    .pricing-table {

        font-size: 14px;

    }

    .pricing-table .data {

        padding: 10px 15px;

    }

    .quickcontacts {

        width: 100%;

        position: fixed;

        bottom: 0;

        left: 0;

        z-index: 99;

    }

    .quickcontacts a {

        font-size: 25px;

        text-align: center;

        color: #fff;

        max-width: 100%;

        padding: 3px;

    }

    .fwhats{

        background-color: #25d366;

    }

    .fcall{

        background-color: #25490a;

    }

    .quickcontacts .fenq{

        background-color: #ffffff;

        font-size: 15px;

        padding-top: 5px;

        border: solid 3px #25490a;

        color: #25490a;

        font-family: 'Oswald', sans-serif;

    }



    .footer-bottom {

        padding: 15px 0 60px;

    }

    .slider-wrap .card{

        display: none;

    }

}

@media only screen and (max-width: 380px) {

    .slider-wrap .btn-block .btn {

        margin: 10px;

        border: solid 2px #25490a;

        padding: 7px 15px 10px;

    }

}