
@font-face {
  font-family: 'Inter-Regular';
  src: url(../fonts/Inter-Regular.eot);
  src: url(../fonts/Inter-Regular.eot?#iefix) format('embedded-opentype'),
       url(../fonts/Inter-Regular.otf) format('otf'),
       url(../fonts/Inter-Regular.svg#Inter-Regular) format('svg'),
       url(../fonts/Inter-Regular.ttf) format('truetype'),
       url(../fonts/Inter-Regular.woff) format('woff'),
       url(../fonts/Inter-Regular.woff2) format('woff2');
}
@font-face {
  font-family: 'Inter-Medium';
  src: url(../fonts/Inter-Medium.eot);
  src: url(../fonts/Inter-Medium.eot?#iefix) format('embedded-opentype'),
       url(../fonts/Inter-Medium.otf) format('otf'),
       url(../fonts/Inter-Medium.svg#Inter-Medium) format('svg'),
       url(../fonts/Inter-Medium.ttf) format('truetype'),
       url(../fonts/Inter-Medium.woff) format('woff'),
       url(../fonts/Inter-Medium.woff2) format('woff2');
}
@font-face {
  font-family: 'Inter-Light';
  src: url(../fonts/Inter-Light.eot);
  src: url(../fonts/Inter-Light.eot?#iefix) format('embedded-opentype'),
       url(../fonts/Inter-Light.otf) format('otf'),
       url(../fonts/Inter-Light.svg#Inter-Light) format('svg'),
       url(../fonts/Inter-Light.ttf) format('truetype'),
       url(../fonts/Inter-Light.woff) format('woff'),
       url(../fonts/Inter-Light.woff2) format('woff2');
}
@font-face {
  font-family: 'Inter-Bold';
  src: url(../fonts/Inter-Bold.eot);
  src: url(../fonts/Inter-Bold.eot?#iefix) format('embedded-opentype'),
       url(../fonts/Inter-Bold.woff2) format('woff2'),
       url(../fonts/Inter-Bold.woff) format('woff'),
       url(../fonts/Inter-Bold.ttf) format('truetype'),
       url(../fonts/Inter-Bold.svg#Inter-Bold) format('svg'),
       url(../fonts/Inter-Bold.otf) format('otf');
}

body {
    font-size: 1vw;
    line-height: 38px;
}
header {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;    z-index: 10;
        padding: 32px 0;
      -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
header div,header a,header ul,header li,header span,header img{
      -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.container {
    max-width: 80.3% !important;
}
html, body, div, span, applet, object, iframe, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    font-size: 1.235vw;
    line-height: 33px;
    font-family: 'Inter-Light';
    font-weight: 300;
}
h2,
h3,
h4 {
    font-size: 40px;
    line-height: 67px;
    margin-bottom: 33px;
    font-weight: 600;
}

a {
    
    text-decoration: none;
}

ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}



/*  */

.animBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 0;
  transition: 1s box-shadow;
}

.animBtn:hover {
  box-shadow: 0 5px 35px 0px rgba(0,0,0,.1);
}

.animBtn:hover::before, .animBtn:hover::after {
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #FDA8CF;
    border-radius: 0;
    z-index: -1;
    animation: 1s clockwise infinite;
}

.animBtn:hover:after {
  background: #F3CE5E;
  animation: 2s counterclockwise infinite;
}



@keyframes clockwise {
  0% {
    top: -5px;
    left: 0;
  }
  12% {
    top: -2px;
    left: 2px;
  }
  25% {
    top: 0;
    left: 5px;    
  }
  37% {
    top: 2px;
    left: 2px;
  }
  50% {
    top: 5px;
    left: 0;    
  }
  62% {
    top: 2px;
    left: -2px;
  }
  75% {
    top: 0;
    left: -5px;
  }
  87% {
    top: -2px;
    left: -2px;
  }
  100% {
    top: -5px;
    left: 0;    
  }
}

@keyframes counterclockwise {
  0% {
    top: -5px;
    right: 0;
  }
  12% {
    top: -2px;
    right: 2px;
  }
  25% {
    top: 0;
    right: 5px;    
  }
  37% {
    top: 2px;
    right: 2px;
  }
  50% {
    top: 5px;
    right: 0;    
  }
  62% {
    top: 2px;
    right: -2px;
  }
  75% {
    top: 0;
    right: -5px;
  }
  87% {
    top: -2px;
    right: -2px;
  }
  100% {
    top: -5px;
    right: 0;    
  }
}


/*  */

.btn, input[type="submit"] {
    padding: 20px 30px !important;
    border: none !important;
    font-size: 24px !important;
    line-height: 25px !important;
    border-radius: 0 !important;
    width: 250px;
    font-family: 'Times New Roman', Times, serif !important;
    text-transform: uppercase;
}

.btn-primary, .woocommerce .woocommerce-form-login .woocommerce-form-login__submit, .woocommerce-Button.wc-forward.button, input[type="submit"] {
    color: #fff !important;
    background: url(../images/more-bg.png) !important;
    border:none !important;
}

.btn-primary:hover, .woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover, .woocommerce-Button.wc-forward.button:hover, input[type="submit"]:hover {
     color: #fff !important;
    background: url(../images/more-bg-hover.png) !important;
    border:none !important;
}
.woocommerce-info::before, nav.woocommerce-MyAccount-navigation ul a:hover {
    color: #ff7701 !important;
}
.btn-outline-primary{
border-color: #fff !important;
color: #fff !important;
}
.btn-outline-primary:hover{
border-color: #ff7701 !important;
background-color: #ff7701 !important;
color: #fff !important;
}
.h1, h1 {
    font-size: 2.07vw !important;
    font-weight: normal !important;
    line-height: 46px !important;
    font-family: 'Times New Roman', Times, serif !important;    color: #DBD3C4 !important;
}
.h2, h2, .h3, h3, .h4, h4, .h5, h5, .h6, h6 {
     font-size: 2.07vw !important;
    font-weight: normal !important;
    line-height: 46px !important;
    font-family: 'Times New Roman', Times, serif !important;    color: #DBD3C4 !important;
}
img {
    max-width: 100%;
    height: auto;
}
ul.slick-dots {
    position: absolute;
    bottom: 33px;
    padding: 0;
    width: 100%;
    text-align: center;
    margin: 0;
}
.whySlider .slick-slide {
    margin: 0 !important;
}
ul.slick-dots li {
    display: inline-block;
    margin-right: 5px;
}
ul.slick-dots li button {
    height: 38px;
    overflow: hidden;
    width: 38px;
    border: none;
    background: url(../images/star-bullet.png) no-repeat center 0;
    text-indent: -99999px;
}
ul.slick-dots li.slick-active button{
    background: url(../images/star-bullet-active.png) no-repeat center 0;
}
strong {
    font-weight: 600 !important;
}
.accordion {
    padding: 0 11px;
    border-bottom: 1px #ccc solid;
    margin-bottom: 1px;
}

.accordion__head {
    font-weight: 600;
    padding: 32px 0;
    font-size: 1.245vw;
}
.accordion__body p {
    font-size: 1.04vw;
}
.accordion__body p:last-child {
    margin: 0;
}
.accordion__body {
    padding-bottom: 30px;
}
.accordion.opened .accordion__head {
    padding-bottom: 0;
}


/* whatsapp Animation Starts */

.quick-alo-ph-circle-fill.active {
  width: 80px;
  height: 80px;
  position: absolute;
  background-color: #a0a0a0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid #ffffff8a;
  opacity: 1;
  -webkit-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
  -moz-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
  -ms-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
  -o-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
  animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.quick-alo-ph-circle.active {
  width: 130px;
  height: 130px;
  position: absolute;
  background-color: transparent;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid rgba(30, 30, 30, .4);
  opacity: 1;
  -webkit-animation: quick-alo-circle-anim 3s infinite ease-in-out;
  -moz-animation: quick-alo-circle-anim 3s infinite ease-in-out;
  -ms-animation: quick-alo-circle-anim 3s infinite ease-in-out;
  -o-animation: quick-alo-circle-anim 3s infinite ease-in-out;
  animation: quick-alo-circle-anim 3s infinite ease-in-out;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.aniimg {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 66px;
  height: 66px;
  position: fixed;
  right: 48px;
  bottom: 26px;
  z-index: 1000;
}

@-moz-keyframes quick-alo-circle-anim {

  0% {

    -moz-transform: rotate(0) scale(.5) skew(1deg);

    opacity: .1;

    -moz-opacity: .1;

    -webkit-opacity: .1;

    -o-opacity: .1
  }

  30% {

    -moz-transform: rotate(0) scale(.7) skew(1deg);

    opacity: .5;

    -moz-opacity: .5;

    -webkit-opacity: .5;

    -o-opacity: .5
  }

  100% {

    -moz-transform: rotate(0) scale(1) skew(1deg);

    opacity: .6;

    -moz-opacity: .6;

    -webkit-opacity: .6;

    -o-opacity: .1
  }

}



@-webkit-keyframes quick-alo-circle-anim {

  0% {

    -webkit-transform: rotate(0) scale(.5) skew(1deg);

    -webkit-opacity: .1
  }

  30% {

    -webkit-transform: rotate(0) scale(.7) skew(1deg);

    -webkit-opacity: .5
  }

  100% {

    -webkit-transform: rotate(0) scale(1) skew(1deg);

    -webkit-opacity: .1
  }

}



@-o-keyframes quick-alo-circle-anim {

  0% {

    -o-transform: rotate(0) kscale(.5) skew(1deg);

    -o-opacity: .1
  }

  30% {

    -o-transform: rotate(0) scale(.7) skew(1deg);

    -o-opacity: .5
  }

  100% {

    -o-transform: rotate(0) scale(1) skew(1deg);

    -o-opacity: .1
  }

}



@-moz-keyframes quick-alo-circle-fill-anim {

  0% {

    -moz-transform: rotate(0) scale(.7) skew(1deg);

    opacity: .2
  }

  50% {

    -moz-transform: rotate(0) -moz-scale(1) skew(1deg);

    opacity: .2
  }

  100% {

    -moz-transform: rotate(0) scale(.7) skew(1deg);

    opacity: .2
  }

}



@-webkit-keyframes quick-alo-circle-fill-anim {

  0% {

    -webkit-transform: rotate(0) scale(.7) skew(1deg);

    opacity: .2
  }

  50% {

    -webkit-transform: rotate(0) scale(1) skew(1deg);

    opacity: .2
  }

  100% {

    -webkit-transform: rotate(0) scale(.7) skew(1deg);

    opacity: .2
  }

}



@-o-keyframes quick-alo-circle-fill-anim {

  0% {

    -o-transform: rotate(0) scale(.7) skew(1deg);

    opacity: .2
  }

  50% {

    -o-transform: rotate(0) scale(1) skew(1deg);

    opacity: .2
  }

  100% {

    -o-transform: rotate(0) scale(.7) skew(1deg);

    opacity: .2
  }

}



@-moz-keyframes quick-alo-circle-img-anim {

  10% {

    transform: rotate(0) scale(1) skew(1deg)
  }

  10% {

    -moz-transform: rotate(-25deg) scale(1) skew(1deg)
  }

  20% {

    -moz-transform: rotate(25deg) scale(1) skew(1deg)
  }

  30% {

    -moz-transform: rotate(-25deg) scale(1) skew(1deg)
  }

  40% {

    -moz-transform: rotate(25deg) scale(1) skew(1deg)
  }

  50% {

    -moz-transform: rotate(0) scale(1) skew(1deg)
  }

  100% {

    -moz-transform: rotate(0) scale(1) skew(1deg)
  }

}



@-webkit-keyframes quick-alo-circle-img-anim {

  0% {

    -webkit-transform: rotate(0) scale(1) skew(1deg)
  }

  10% {

    -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
  }

  20% {

    -webkit-transform: rotate(25deg) scale(1) skew(1deg)
  }

  30% {

    -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
  }

  40% {

    -webkit-transform: rotate(25deg) scale(1) skew(1deg)
  }

  50% {

    -webkit-transform: rotate(0) scale(1) skew(1deg)
  }

  100% {

    -webkit-transform: rotate(0) scale(1) skew(1deg)
  }

}



@-o-keyframes quick-alo-circle-img-anim {

  0% {

    -o-transform: rotate(0) scale(1) skew(1deg)
  }

  10% {

    -o-transform: rotate(-25deg) scale(1) skew(1deg)
  }

  20% {

    -o-transform: rotate(25deg) scale(1) skew(1deg)
  }

  30% {

    -o-transform: rotate(-25deg) scale(1) skew(1deg)
  }

  40% {

    -o-transform: rotate(25deg) scale(1) skew(1deg)
  }

  50% {

    -o-transform: rotate(0) scale(1) skew(1deg)
  }

  100% {

    -o-transform: rotate(0) scale(1) skew(1deg)
  }

}
.aniimg a {
    position: relative;
}
/* whatsapp Animation Ends */

/* PDF Animation Starts */
.pdffIco {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 66px;
  height: 66px;
  position: fixed;
  right: 48px;
  bottom: 126px;
  z-index: 1000;
}
.pdffIco a {
    position: relative;
}
.quick-alo-ph-circle-fillpdf01.active {
  width: 90px;
  height: 90px;
  position: absolute;
  background-color: #a0a0a0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 0px solid #ffffff8a;
  opacity: 1;
  -webkit-animation: quick-alo-circle-fill-anim2 2.3s infinite ease-in-out;
  -moz-animation: quick-alo-circle-fill-anim2 2.3s infinite ease-in-out;
  -ms-animation: quick-alo-circle-fill-anim2 2.3s infinite ease-in-out;
  -o-animation: quick-alo-circle-fill-anim2 2.3s infinite ease-in-out;
  animation: quick-alo-circle-fill-anim2 2.3s infinite ease-in-out;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.quick-alo-ph-circlepdfcir.active {
  width: 130px;
  height: 130px;
  position: absolute;
  background-color: transparent;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid rgba(30, 30, 30, .4);
  opacity: 1;
  -webkit-animation: quick-alo-circle-anim2 3s infinite ease-in-out;
  -moz-animation: quick-alo-circle-anim2 3s infinite ease-in-out;
  -ms-animation: quick-alo-circle-anim2 3s infinite ease-in-out;
  -o-animation: quick-alo-circle-anim2 3s infinite ease-in-out;
  animation: quick-alo-circle-anim2 3s infinite ease-in-out;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

@-moz-keyframes quick-alo-circle-anim2 {

  0% {

    -moz-transform: rotate(0) scale(.5) skew(1deg);

    opacity: .1;

    -moz-opacity: .1;

    -webkit-opacity: .1;

    -o-opacity: .1
  }

  30% {

    -moz-transform: rotate(0) scale(.7) skew(1deg);

    opacity: .5;

    -moz-opacity: .5;

    -webkit-opacity: .5;

    -o-opacity: .5
  }

  100% {

    -moz-transform: rotate(0) scale(1) skew(1deg);

    opacity: .6;

    -moz-opacity: .6;

    -webkit-opacity: .6;

    -o-opacity: .1
  }

}



@-webkit-keyframes quick-alo-circle-anim2 {

  0% {

    -webkit-transform: rotate(0) scale(.5) skew(1deg);

    -webkit-opacity: .1
  }

  30% {

    -webkit-transform: rotate(0) scale(.7) skew(1deg);

    -webkit-opacity: .5
  }

  100% {

    -webkit-transform: rotate(0) scale(1) skew(1deg);

    -webkit-opacity: .1
  }

}



@-o-keyframes quick-alo-circle-anim2 {

  0% {

    -o-transform: rotate(0) kscale(.5) skew(1deg);

    -o-opacity: .1
  }

  30% {

    -o-transform: rotate(0) scale(.7) skew(1deg);

    -o-opacity: .5
  }

  100% {

    -o-transform: rotate(0) scale(1) skew(1deg);

    -o-opacity: .1
  }

}



@-moz-keyframes quick-alo-circle-fill-anim2 {

  0% {

    -moz-transform: rotate(0) scale(.7) skew(1deg);

    opacity: .6
  }

  50% {

    -moz-transform: rotate(0) -moz-scale(1) skew(1deg);

    opacity: .6
  }

  100% {

    -moz-transform: rotate(0) scale(.7) skew(1deg);

    opacity: .6
  }

}



@-webkit-keyframes quick-alo-circle-fill-anim2 {

  0% {

    -webkit-transform: rotate(0) scale(.7) skew(1deg);

    opacity: .6
  }

  50% {

    -webkit-transform: rotate(0) scale(1) skew(1deg);

    opacity: .6
  }

  100% {

    -webkit-transform: rotate(0) scale(.7) skew(1deg);

    opacity: .6
  }

}



@-o-keyframes quick-alo-circle-fill-anim2 {

  0% {

    -o-transform: rotate(0) scale(.7) skew(1deg);

    opacity: .6
  }

  50% {

    -o-transform: rotate(0) scale(1) skew(1deg);

    opacity: .6
  }

  100% {

    -o-transform: rotate(0) scale(.7) skew(1deg);

    opacity: .6
  }

}



@-moz-keyframes quick-alo-circle-img-anim2 {

  10% {

    transform: rotate(0) scale(1) skew(1deg)
  }

  10% {

    -moz-transform: rotate(-25deg) scale(1) skew(1deg)
  }

  20% {

    -moz-transform: rotate(25deg) scale(1) skew(1deg)
  }

  30% {

    -moz-transform: rotate(-25deg) scale(1) skew(1deg)
  }

  40% {

    -moz-transform: rotate(25deg) scale(1) skew(1deg)
  }

  50% {

    -moz-transform: rotate(0) scale(1) skew(1deg)
  }

  100% {

    -moz-transform: rotate(0) scale(1) skew(1deg)
  }

}



@-webkit-keyframes quick-alo-circle-img-anim2 {

  0% {

    -webkit-transform: rotate(0) scale(1) skew(1deg)
  }

  10% {

    -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
  }

  20% {

    -webkit-transform: rotate(25deg) scale(1) skew(1deg)
  }

  30% {

    -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
  }

  40% {

    -webkit-transform: rotate(25deg) scale(1) skew(1deg)
  }

  50% {

    -webkit-transform: rotate(0) scale(1) skew(1deg)
  }

  100% {

    -webkit-transform: rotate(0) scale(1) skew(1deg)
  }

}



@-o-keyframes quick-alo-circle-img-anim2 {

  0% {

    -o-transform: rotate(0) scale(1) skew(1deg)
  }

  10% {

    -o-transform: rotate(-25deg) scale(1) skew(1deg)
  }

  20% {

    -o-transform: rotate(25deg) scale(1) skew(1deg)
  }

  30% {

    -o-transform: rotate(-25deg) scale(1) skew(1deg)
  }

  40% {

    -o-transform: rotate(25deg) scale(1) skew(1deg)
  }

  50% {

    -o-transform: rotate(0) scale(1) skew(1deg)
  }

  100% {

    -o-transform: rotate(0) scale(1) skew(1deg)
  }

}
/* PDF Animation Ends */

header.aniPos {
    background-color: rgb(0 0 0 / 40%);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

.accordion .accordion__head:before {
    content: "";
    position: absolute;
    right: 0;
    top: 37px;
    width: 26px;
    height: 26px;
    background: url(../images/plus.png) no-repeat 0 0;
     -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.accordion .accordion__head{
    position: relative;
     -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.accordion.opened .accordion__head:before{
background-image: url(../images/minus.png);
transform: rotate(180deg);
}


/* GSAP - Home page*/


img{
    max-width: 100%;
    height: auto;
}

/* Chrome, Firefox, Opera, Safari */
input::placeholder {
    color: #DBD3C4;
}

/* Internet Explorer 10-11 */
input:-ms-input-placeholder {
    color: #DBD3C4;
}

/* Microsoft Edge (older versions) */
input::-ms-input-placeholder {
    color: #DBD3C4;
}

input[type="tel"], input[type="email"], input[type="text"], input[type="phone"], input[type="number"], input[type="password"], select, textarea {
        outline: none !important;
    height: 75px;
    border-top: 0px #fff solid;
    width: 100%;
    background: transparent;
    padding: 0 20px;
    color: #fff;
    border-right: 0px #fff solid;
    border-left: 0px #fff solid;
    border-bottom: 1px #fff solid;
    font-family: 'Inter-Light' !important;
    font-size: 18px !important;
}
span.wpcf7-list-item-label {
    font-family: 'Inter-Light' !important;
    font-size: 21px !important;
    color: #E6E6E6;
}
span.wpcf7-spinner {
    position: absolute;
    right: 0;
    top: 0;
}
div.wpcf7-validation-errors, .wpcf7-mail-sent-ok, div.wpcf7-spam-blocked,
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output { display: none !important; }

footer {
    padding: 38px 0 0;
    background: url(../images/dark-green-bg.jpg);
}
section.copyCl {
    padding: 31px 0;
}
.copyLfy {
    color: #fff;
    font-size: 1.03vw;
}
.socialMedia li {
    display: inline-block;
    margin: 0 24px 0 0;
}
.socialMedia li:last-child {
    margin: 0 !important;
}
.copyrgtBtm {
    margin: 49px 0 0;
    padding: 5px 0;
    border-top: 1px #535353 solid;
}
.copyrghtS div, .copyrghtS a {
    font-size: 0.9vw;
    color: #717171;
}
.copyrghtS .col-12:last-child {
    text-align: right;
}


.nature {
    text-align: center;
    padding: 157px 0;
    background: url(../images/green-bg.jpg) repeat;
}
.nature h1, .nature p, .signaturePnt h2, .amenities h2, .amnHdng {
    color: #fff;
}
.natCont {
    margin: 0 auto;
    width: 67%;
    padding: 15px 0 0;
}

header a {
    text-transform: uppercase;
    color: #fff;
    font-size: 1.04vw;
    line-height: 30px;text-underline-offset: 5px;
}
.nature p:last-child {
    margin: 0;
}
.moreScn {
    margin: 35px 0 0;
}
.projects {
    padding: 6px 0 157px;
    background: url(../images/green-bg.jpg);
}
.projectCvrSl {
    position: relative;
}
.projectCvrSl .h2 {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 17px 37px;
    font-family: 'Inter-Regular' !important;
    font-size: 1.3vw !important;
    font-weight: 600 !important;
    background: rgb(255 255 255 / 80%);
    margin-bottom: 0 !important;
    text-transform: uppercase;
    color: #000 !important;
}
.projectSlider {
    padding-bottom: 78px;
}
.col-12.heading {
    margin-bottom: 44px;
}
.amenities .container {
    max-width: 73% !important;
}
.amnHdng {
    font-size: 0.86vw !important;
    line-height: 19px;
    font-weight: 600;
    /* white-space: nowrap; */
    text-align: center;
    color: #DBD3C4;
    padding-top: 25px;
}
.amnCol {
    padding-bottom: 106px;
}
.nature.amenities {
    padding-bottom: 55px;
}

.aboutScn {
    padding: 164px 0 153px;
    background: url(../images/dark-green-bg.jpg);
}
.aboutScn h3, .aboutScn p{
   color: #fff;
}
.abtCont {
    width: 83%;
    padding: 6px 0 0;
}
.abtCont p:last-child{
    margin: 0;
}
.value {
    color: #fff;
    padding: 52px 0;
    font-size: 3.2vw;
}
.seperation {
    display: block;
    margin: 21px 0;
    line-height: 14px;
}

.hdngPlan {
    color: #fff;
    font-size: 1.2vw !important;
}
.withcontsctDt {
    position: relative;
}
.contDetailsPos {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 96px;
}
.conLftSc h3 {
    color: #fff !important;
    margin: 0 !important;
    width: 59%;
    font-size: 1.6vw !important;
    line-height: 42px !important;
}
.contactDetails small {
    display: block;
    color: #fff;
    font-size: 1.2vw !important;
    margin-bottom: 21px;
}
.contactDetails a {
    display: inline-block;
    color: #fff;
    font-size: 1.68vw;
    text-decoration: none;
}
.phDtRgt {
    padding-left: 7%;
}
.conLftSc, .conMidSc {
    position: relative;
}
.conLftSc:before {
    content: "";
    position: absolute;
    right: 17px;
    width: 2px;
    top: 0;
    bottom: 0;
    background: #DD8E06;
}
.conMidSc:before {
    content: "";
    position: absolute;
    right: -18px;
    width: 2px;
    top: 0;
    bottom: 0;
    background: #DD8E06;
}
.primeLocation h3, .primeLocation h4 {
    color: #fff;
}
.pointsSc div {
    color: #fff;
}
.pointsSc .container {
    max-width: 100% !important;
}
.pointsSc {
    text-align: left;
    padding: 40px 0 0;
}
.listing {
    padding-left: 48px !important;
    padding-bottom: 38px;
    position: relative;
}
.listing:before {
    content: "";
    position: absolute;
    left: 1px;
    top: 6px;
    width: 24px;
    height: 24px;
    background: url(../images/bullet.png) no-repeat 0 0;
    background-size: 100%;
}
.nature.primeLocation {
    padding-bottom: 119px;
}
.formSecn {
    padding: 117px 0 46px;
    background: url(../images/green-bg.jpg);
        position: relative;
}

.formSecn .container {
    position: relative;
}
.formRgt h4 {
    color: #fff;
}
.formDescr, .formDescr p {
    color: #fff;
}
.formDescr p:last-child{
    margin: 0;
}
.formDescr {
    padding: 15px 0 23px;
}
.enquiryForm ul {
    padding: 0 !important;
}
/*
.enquiryForm ul li:first-child {
    float: left;
    width: 48%;
}
.enquiryForm ul li:nth-child(2) {
    float: right;
    width: 48%;
}
.enquiryForm ul li:nth-child(3) {
    clear: both;
}*/
.enquiryForm ul li {
    margin-bottom: 24px;
}
.selected-dial-code {
    color: #fff !important;
}
.enquiryForm ul li label {
    color: #fff;
    display: block;
    font-family: 'Inter-Light';
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=tel], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=text] {
    padding-left: 110px !important;
}
.enquiryForm ul li:last-child {
    text-align: right;
}
section.nature.birdanim {
    overflow: hidden;
    position: relative;
}

.flyBird {
       width: 1010px;
    right: -535px;
    position: absolute;
    top: 84px;
        -webkit-animation: lineV 6s infinite ease-in-out;
  -moz-animation: lineV 6s infinite ease-in-out;
  -ms-animation: lineV 6s infinite ease-in-out;
  -o-animation: lineV 6s infinite ease-in-out;
  animation: lineV 6s infinite ease-in-out;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
/*
@-webkit-keyframes lineV {
        0% {
            top: 116px;
        }
        50% {
           top: 56px;
        }
         100% {
            top: 116px;
        }
    }
    @keyframes lineV {
        0% {
            top: 116px;
        }
        50% {
           top: 56px;
        }
         100% {
            top: 116px;
        }
    }
*/

/* Bird 2*/

    .formSecn .flyBird02 {
}
.formSecn .flyBird02 {
    
}

.formSecn .flyBird02 {
    left: 0;
    right: inherit;
    width: 29%;
    bottom: 0;
    height: auto;
    position: absolute;
        -webkit-animation: lineVtwo 6s infinite ease-in-out;
  -moz-animation: lineVtwo 6s infinite ease-in-out;
  -ms-animation: lineVtwo 6s infinite ease-in-out;
  -o-animation: lineVtwo 6s infinite ease-in-out;
  animation: lineVtwo 6s infinite ease-in-out;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
/*
@-webkit-keyframes lineVtwo {
        0% {
            bottom: 100px;
        }
        50% {
           bottom: 0px;
        }
         100% {
            bottom: 100px;
        }
    }
    @keyframes lineVtwo {
        0% {
            bottom: 100px;
        }
        50% {
           bottom: 0px;
        }
         100% {
            bottom: 100px;
        }
    }
*/
/* Bird 2 ends*/

.scrollScn span{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}
.scrollScn {
    position: relative;
    padding-left: 29%;
    background-color: rgb(1 32 21 / 70%);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}
.scrollScn span {
    position: absolute;
    left: 10%;
    top: 12px;
    bottom: 0;
}
section.banner {
    position: relative;
}
article.scrollScn {
    position: absolute;
    bottom: 16px;
    left: 0;
    right: 0;
}
marquee {
    display: block;
}
marquee ul {
    margin: 0 !important;
    padding: 0 !important;
}
.scrollScn li {
    display: inline-block;
    color: #fff;
    padding: 23px 59px;
    font-family: 'Inter-Light';
    font-size: 1vw;    position: relative;
}
.scrollScn li:before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background: url(../images/bullet.png) no-repeat center center;
    background-size: cover;
}
.hdrRgt a {
    padding-left: 42px;
    display: inline-block;
    background: url(../images/download.png) no-repeat 0 0;
}
a.homeLogo {
    position: absolute;
    width: 30%;
    left: 50%;
    top: 50%;
    margin-top: -352px;
    margin-left: -15%;
}
.enqBann {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 163px;
    text-align: center;
}
.moreBtm {
    margin: 21px auto 0;
    width: 3%;
}

.bannerVideo {
    position: relative;
    height: 90vh;
}

.bannerVideo iframe {
    width: 100vw;
    height: 56.25vw;
    min-height: 100vh;
    min-width: 177.77vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.video-container-local {
    position: relative;
    height: 75vh;
    overflow: hidden;
}
.video-container-local iframe {
    width: 100vw;
    height: 4.25vw;
    min-height: 90vh;
    min-width: 128.77vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -53%);
}
.wpcf7-form-control-wrap {
    position: relative;
    display: block;
}
span.wpcf7-not-valid-tip {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #003623;
    border: 1px #ff5e5e solid;
    padding: 0 10px;
    font-size: 16px;
    z-index: 1;
    color: #ff8e8e !important;
}
.modal-body {
    padding: 18px 0 0 !important;
    text-align: center;
}
.modal-body ul {
    padding-left: 0 !important;
}
.modal-body input[type="tel"], .modal-body input[type="email"], .modal-body input[type="text"], .modal-body input[type="phone"], .modal-body input[type="number"], .modal-body input[type="password"], .modal-body select, .modal-body textarea {
    height: 46px;
    font-size: 16px;
    border-bottom: 1px #ccc solid;
    color: #000;
    padding-left: 0;
}
.modal-body li {
    margin-bottom: 15px;
}
.modal-body p {
    font-size: 16px !important;
    line-height: 26px !important;
    margin-bottom: 0 !important;
}
.modal-body .selected-dial-code {
    color: #000 !important;
    font-size: 14px !important;
    padding-right: 15px !important;
}
.modal-body span.wpcf7-not-valid-tip {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #ffffff;
    border: 1px #ff5e5e solid;
    padding: 6px 10px;
    font-size: 14px;
    z-index: 1;
    color: #dc3232 !important;
    text-align: left;
}
.intl-tel-input .selected-flag .iti-arrow {
    margin-top: -5px !important;
    right: -9px !important;
    border-left: 5px solid transparent !important;
    border-right: 6px solid transparent !important;
    border-top: 10px solid #ffffff !important;
}
.selected-dial-code {
    font-size: 17px !important;
}
.contactDetails .row {
    display: flex;
    align-items: center;
}
.enquiryForm ul li li:first-child, .enquiryForm ul li li:nth-child(2) {
    width: 100% !important;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=text] {
    padding-left: 110px !important;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=text] {
    padding-left: 127px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=text] {
    padding-left: 103px;
}
select option {
    background: #000;  /* dropdown background color */
    color: #fff;       /* dropdown text color */
}
.enquiryForm ul li li:last-child {
    text-align: left;
}
section.innerbanner {
    padding-top: 104px;
    background-color: rgb(1 32 21 / 70%);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}
section.innerbanner h1 {
    padding: 54px 0 43px;
}
section.bg-gradient {
    padding: 49px 0;
    min-height: 600px;
}
.copyRgt li {
    display: inline-block;
    margin: 0 5px;
}
.copyRgt ul {
    padding: 0;
    text-align: right;
}
.moreBtm {
    position: relative;
}




.moreBtm img {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -25px;

       -webkit-animation: arrAni 6s infinite ease-in-out;
  -moz-animation: arrAni 6s infinite ease-in-out;
  -ms-animation: arrAni 6s infinite ease-in-out;
  -o-animation: arrAni 6s infinite ease-in-out;
  animation: arrAni 6s infinite ease-in-out;
  -webkit-transition: all .1s;
  -moz-transition: all .1s;
  -o-transition: all .1s;
  transition: all .1s;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}


@-webkit-keyframes arrAni {
        0% {
            top: 0;
        }
        50% {
           top: 10px;
        }
         100% {
            top: 0;
        }
    }
    @keyframes arrAni {
        0% {
            top: 0;
        }
        50% {
           top: 10px;
        }
         100% {
            top: 0;
        }
    }



    #brochureModal .modal-title {
    color: #000 !important;
}

#brochureModal input::placeholder {
    color: #666;
}

/* Internet Explorer 10-11 */
#brochureModal input:-ms-input-placeholder {
    color: #666;
}

/* Microsoft Edge (older versions) */
#brochureModal input::-ms-input-placeholder {
    color: #666;
}
.grecaptcha-badge {
    width: 0 !important;
    height: 0 !important;
    opacity: 0 !important;
}
.wpcf7 form.sent .wpcf7-response-output{
    display: none !important;
}
@media (max-width: 1799px) {
    section.bg-gradient {
    min-height: 300px;
}
.btn.btn-primary, input[type="submit"] {
    font-size: 18px !important;
    line-height: 25px !important;
    width: 214px !important;
    background-size: 100% !important;
}
    .conLftSc h3 {
    font-size: 1.6vw !important;
    width: 60%;
    line-height: 30px !important;
}
    .projectSlider {
    padding-bottom: 55px;
}
button.slick-prev.slick-arrow {
    margin-left: -52px;
}
button.slick-next.slick-arrow {
       margin-right: -50px;
}
.projects {
    padding: 6px 0 125px;
}
.col-12.heading {
    margin-bottom: 27px;
}
.amnImg {
    margin: 0 auto;
    width: 49%;
}
.amnHdng {
    padding-top: 22px;
}
.amnCol {
    padding-bottom: 71px;
}
.nature.amenities {
    padding-bottom: 51px;
}
.aboutScn {
    padding: 118px 0 110px;
}
.conLftSc h3 {
    line-height: 37px !important;
}
.contDetailsPos {
    bottom: 73px;
}
.listing {
    padding-bottom: 27px;
}
.listing:before {
    left: 3px;
    top: 2px;
    width: 20px;
    height: 20px;
}
.nature.primeLocation {
    padding-bottom: 100px;
}
.formSecn {
    padding: 89px 0 46px;
}
.companyLogo {
    display: inline-block;
    width: 86%;
}
.formDescr {
    padding: 0 0 14px;
}
input[type="tel"], input[type="email"], input[type="text"], input[type="phone"], input[type="number"], input[type="password"], select, textarea {
    height: 68px;
    padding: 0 20px;
}
.enquiryForm ul li {
    margin-bottom: 21px;
}
input[type="submit"].wpcf7-form-control {
    padding: 15px 30px !important;
    font-size: 16px !important;
    line-height: 25px !important;
    width: 199px;
    background-size: 100% !important;
}
.value {
    padding: 36px 0;
}
.seperation {
    margin: 22px 0 16px;
    line-height: 14px;
}
a.homeLogo {
    width: 30%;
    margin-left: -15%;
}
article.scrollScn {
    padding-left: 33%;
    bottom: 81px;
}
.enqBann {
    bottom: 217px;
}
.nature {
    padding: 174px 0;
}
.natCont {
    padding: 0 0 0;
}
html, body, div, span, applet, object, iframe, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    line-height: 27px;
}

.flyBird {
            width: 803px;
        right: -429px;
        top: 126px;
}
.moreScn {
    margin: 31px 0 0;
}

}

@media (max-width: 1490px) {

html, body, div, span, applet, object, iframe, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    line-height: 25px;
}
.natCont {
    width: 66%;
}
.flyBird {
    width: 746px;
    right: -380px;
    top: 16px;
}
a.btn.btn-primary {
    padding: 20px 30px !important;
    font-size: 17px !important;
    line-height: 20px !important;
    width: 198px;
    background-size: 100% !important;
    background-repeat: no-repeat !important;
}
.moreScn {
    margin: 18px 0 0;
}
.nature {
    padding: 117px 0;
}
.projects {
    padding: 10px 0 120px;
}
.projectSlider {
    padding-bottom: 62px;
}
.amnCol {
    padding-bottom: 55px;
}
.nature.amenities {
    padding-bottom: 57px;
}
.seperation {
    margin: 17px 0 16px;
    line-height: 14px;
    width: 89%;
}
.formSecn {
    padding: 69px 0 46px;
}
input[type="tel"], input[type="email"], input[type="text"], input[type="phone"], input[type="number"], input[type="password"], select, textarea {
    height: 64px;
    padding: 0 20px;
}
/*
@-webkit-keyframes lineVtwo {
        0% {
            bottom: 90px;
        }
        50% {
           bottom: 30px;
        }
         100% {
            bottom: 90px;
        }
    }
    @keyframes lineVtwo {
        0% {
            bottom: 90px;
        }
        50% {
           bottom: 30px;
        }
         100% {
            bottom: 90px;
        }
    }
*/
.scrollScn span {
    left: 4%;
}
.scrollScn {
    padding-left: 27%;
}


}

@media (max-width: 1430px) {

.nature {
    padding: 109px 0;
}
.aboutScn {
    padding: 118px 0 98px;
}
.formSecn {
    padding: 58px 0 46px;
}

}
@media (max-width: 1090px) {
a.homeLogo {
    width: 16%;
    margin-left: -8%;
    margin-top: -207px;
}
article.scrollScn {
    bottom: 12px;
}
.enqBann {
    bottom: 96px;
}
a.btn.btn-primary {
    padding: 20px 30px !important;
    font-size: 13px !important;
    line-height: 12px !important;
    width: 170px;
    background-size: 100% !important;
    background-repeat: no-repeat !important;
}
.scrollScn span {
    left: 4%;
    width: 19%;
    top: 50%;
    margin-top: -17px;
}
.scrollScn li {
    display: inline-block;
    color: #fff;
    padding: 23px 39px;
    font-family: 'Inter-Light';
    font-size: 12px;
    position: relative;
}
.scrollScn li:before {
    top: 50%;
    width: 16px;
    height: 16px;
    margin-top: -10px;
}
.nature {
    padding: 45px 0;
}
.flyBird {
    width: 408px;
    right: -195px;
    top: 60px;
}
.projects {
    padding: 10px 0 53px;
}
.amnHdng {
    font-size: 12px !important;
    line-height: 19px;
    font-weight: normal;
}
.aboutScn {
    padding: 56px 0;
}
.contactDetails small {
    margin-bottom: 2px;
}
.conLftSc h3 {
    line-height: 26px !important;
}
input[type="tel"], input[type="email"], input[type="text"], input[type="phone"], input[type="number"], input[type="password"], select, textarea {
    height: 39px;
    padding: 0 20px;
}
}


@media (max-width: 992px) {
    html, body, div, span, applet, object, iframe, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
            line-height: 26px;
        font-size: 16px;
}
header a {
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    line-height: 30px;
}
.hdrRgt a {
    background-size: 15px;
    background-position: 0 50%;
    padding-left: 28px;
}
a.homeLogo {
    width: 150px;
    margin-left: -75px;
    margin-top: -158px;
}
article.scrollScn {
    position: static;
}
.flyBird {
    width: 284px;
    right: -146px;
    bottom: -47px;
    top: inherit;
}
.natCont {
    width: 92%;
}
.h1, h1,.h2, h2, .h3, h3, .h4, h4, .h5, h5, .h6, h6 {
    font-size: 30px !important;
    line-height: 40px !important;
    margin-bottom: 17px !important;
}
.projectCvrSl .h2 {
    padding: 10px 23px;
    font-size: 14px !important;
    line-height: 24px !important;
    background: rgb(255 255 255 / 50%);
}
.scrollScn span {
    left: 4%;
    width: 186px;
    top: 50%;
    margin-top: -14px;
}
.scrollScn {
    padding-left: 31%;
}
.amenities .container {
    max-width: 90% !important;
}
.amnHdng {
    font-size: 16px !important;
    line-height: 26px;
    font-weight: normal;
}
.abtLftCol {
    padding-bottom: 30px;
}
.value {
    padding: 10px 0 7px;
}
.conLftSc h3 {
    color: #fff !important;
    margin: 0 0 19px !important;
    width: 100%;
}
.conMidSc, .conRgtSc {
    width: 50% !important;
    text-align: center;
}
.contactDetails small, .hdngPlan {
    font-size: 14px !important;
}
.conLftSc:before {
    background: transparent;
}
.listing {
    padding-bottom: 14px;
}
.nature.primeLocation {
    padding-bottom: 40px;
}
.formSecn .row {
  display: flex;
  flex-wrap: wrap;
}

.formRgt {
    order: 1;
}
.formLft {
    order: 2;
}
.formLft {
    width: 100% !important;
}
.companyLogo {
    width: 200px;
    margin: 0 auto;
    display: block;
}
.formRgt {
    width: 100% !important;
    text-align: center;
    margin-bottom: 47px;
}
.enquiryForm ul li label {
    text-align: left;
}
input[type="submit"].wpcf7-form-control {
    display: block;
    margin: 0 auto;
}
.conLftSc h3 {
    line-height: 26px !important;
    font-size: 27px !important;
}
.moreBtm img {
    width: 30px;
    max-width: 30px;
    margin-left: -15px;
}
.enqBann {
    bottom: 114px;
}
}

@media (min-width: 768px) and (max-width: 991px) {
    .listing {
    width: 50% !important;
}
.col-md-2.col-6.amnCol {
    width: 33.33% !important;
}
.abtLftCol, .abtLftCol {
    width: 100% !important;
}
.conLftSc {
    width: 100% !important;
    text-align: center;
}
}

@media (max-width: 767px) {
    .pdffIco {
    width: 30px;
    height: 30px;
    right: 32px;
}
    .aniimg {
    width: 35px;
    height: 35px;
    right: 28px;
}
    .copyRgt ul {
    padding: 0;
    text-align: center;
}
section.copyCl {
    text-align: center;
    padding-bottom: 0;
}
    section.innerbanner h1 {
    padding: 3px 0 23px;
}
    section.bg-gradient {
    padding: 49px 0;
    min-height: 300px;
}
    ul.country-list li {
    width: 300px !important;
}
    span.wpcf7-not-valid-tip {
    padding: 5px 10px;
}
span.wpcf7-list-item-label {
    font-size: 12px !important;
    line-height: 21px !important;
}
    .amnImg {
    margin: 0 auto;
    width: 50px;
}
    .conMidSc, .conRgtSc {
    width: 100% !important;
    text-align: center;
}
.contactDetails a {
    display: inline-block;
    color: #fff;
    font-size: 17px;
    text-decoration: none;
}
.conMidSc {
    margin-bottom: 25px !important;
}
/*
.enquiryForm ul li:first-child, .enquiryForm ul li:nth-child(2) {
    float: left;
    width: 100%;
}*/
.copyLfy {
    font-size: 14px;
}
section.copyCl {
    text-align: center;
}

.phDtRgt {
    padding-left: 0;
}
.conLftSc:before {
    background: #DD8E06;
    top: inherit;
    left: 50%;
    height: 2px;
    width: 114px;
    margin-left: -57px;
}
.conMidSc:before {
    top: inherit;
    left: 50%;
    height: 2px;
    width: 114px;
    margin-left: -57px;
}
.conMidSc {
    margin-bottom: 16px !important;
    margin-top: 13px !important;
    padding-bottom: 20px !important;
}
    .abtCont {
    width: 100%;
    padding: 6px 0 0;
}
.value {
    color: #fff;
    padding: 10px 0;
    font-size: 33px;
}
.planColCvr {
    margin-bottom: 30px;
}
.contDetailsPos {
    position: static;
    background: #013626;
    padding: 33px 0;
}
.conLftSc h3 {
    font-size: 19px !important;
    text-align: center;
    margin-bottom: 10px !important;
}
.conMidSc {
    margin-bottom: 25px;
    margin-top: 13px;
}
.aboutScn {
    text-align: center;
}
.seperation {
    width: 100%;
}
    ul.slick-dots {
    bottom: 2px;
}
    ul.slick-dots li button {
    height: 15px;
    width: 15px;
    background-size: 100% !important;
}
    .natCont {
    position: relative;
}
    
.flyBird {
    bottom: -48px;
    top: inherit;
}
/*
@-webkit-keyframes lineV {
        0% {
            bottom: 116px;
        }
        50% {
           bottom: 56px;
        }
         100% {
            bottom: 116px;
        }
    }
    @keyframes lineV {
        0% {
            bottom: 116px;
        }
        50% {
           bottom: 56px;
        }
         100% {
            bottom: 116px;
        }
    }
*/
    header {
    padding: 14px 0;
}
.scrollScn {
    padding: 0;
}
.scrollScn span {
    position: static;
    width: 200px;
    display: block;
    margin: 0 auto;
    padding: 16px 0;
}
.scrollScn li {
    display: inline-block;
    color: #fff;
    padding: 0 39px 12px;
    font-family: 'Inter-Light';
    font-size: 14px;
    position: relative;
}
.moreBtm {
    margin: 12px auto 0;
    width: 45px;
    padding-top: 50px;
}
.scrollScn li:before {
    margin-top: -14px;
}
    .container {
    max-width: 99% !important;
}
header a {
    font-size: 10px;
    line-height: 30px;
}

.banner > img {
    object-fit: cover;
    height: 480px;
}
article.scrollScn {
    padding-left: 0;
}

}