/* Chrome, Safari, Edge, Opera */
#contact_us_foot input::-webkit-outer-spin-button,
#contact_us_foot input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
#contact_us_foot input[type=number] {
  -moz-appearance: textfield;
}

.go_earth_wise_sec_inn {
  padding: 8%;
}

#go_earth_wise_sec {
  background: url(../images/go_eart_bg.jpg) center bottom no-repeat;
  background-size: cover;
  /* background-size: 100% 100%; */
  /* height: 110vh; */
}

.key_business_row {
  row-gap: 30px;
  padding: 6%;
  padding-top: 3% !important;
}

.key_business_row .col {
  max-width: 20%;
  width: 20%;
  flex: 0 0 20%;
  align-self: center;
  margin: auto;
  text-align: center;
}

.key_business_row .col img {
  width: 150px;
  margin: auto;
  height: 150px;
  object-fit: contain;
}

.swip_go_poi_ab {
  position: absolute;
  top: 0;
  padding: 10%;
  color: #fff;
}

#key_business_partners {
  position: relative;
}

.mySwiper_key {
  position: initial !important;
}

.swip_go_poi_ab h4 {
  font-family: Rubik;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #fff;
}

#key_business_partners .swiper-button-prev.swiper-button-disabled {
  background-image: url(../images/key_swip_left.png);
  width: 3.3vw;
  height: 3.3vw;
  background-size: 100% 100%;
  background-position: center;
  opacity: 1;
  /* transform: rotate(0deg); */
}

#key_business_partners .swiper-button-prev {
  bottom: unset !important;
  top: 15%;
  left: unset;
  right: 15%;
  background-image: url(../images/key_swip_left.png);
  width: 3.3vw;
  height: 3.3vw;
  background-size: 100% 100%;
  background-position: center;
  /* transform: rotate(180deg); */
  opacity: 1;
}

#key_business_partners .swiper-button-next {
  right: 135px;
  left: auto;
  bottom: unset !important;
  top: 15%;
  background-image: url(../images/key_swip_right.png);
  width: 3.3vw;
  height: 3.3vw;
  background-size: 100% 100%;
  background-position: center;
  opacity: 1;
}

#key_business_partners .swiper-button-next:after, #key_business_partners .swiper-button-prev:after {
  display: none;
}

.contact_us_foot_row {
  --bs-gutter-x: 8.5rem;
}

.contact_us_foot_inn {
  padding: 5%;
}

#contact_us_foot {
  background: #000;
  color: #fff;
}

#contact_us_foot .form-control {
  background: #0B1528;
  outline: none;
  box-shadow: none;
  border: 1px solid #0B1528;
  color: #737F94;
  /* font-family: Rubik; */
  /* font-size: 22px; */
  font-style: normal;
  font-weight: 300;
  /* line-height: 32px; */
  width: 80%;
  padding: 15px;
}

#contact_us_foot .form-control.message {
  height: 125px;
  resize: none;
}

.cont_butt_foot {
  color: #fff;
  padding: 4% 15%;
  background: #0029A4;
  outline: none;
  transform: none;
  justify-content: center;
  align-items: center;
  gap: 30px;
  flex-shrink: 0;
  border: none !important;
  box-shadow: none !important;
}

.contact_us_foot_left img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.form-check.foot_check_bot {
  width: 80%;
  padding-bottom: 5%;
}

.form-check.foot_check_bot label {
  padding-left: 10px;
  font-size: 8px;
}

.form_col_ffot h2 {
  font-size: 3rem;
  padding-bottom: 2%;
}

.form_col_ffot p {
  color: #737F94;
  font-size: 18px;
  //width: 90%;
  padding-bottom: 0;
}

#key_business_partners h2 {
  padding: 3% 0 0 5%;
  color: #020C1E;
  font-size: 3rem;
}

#key_business_partners .business_cus_font {
  color: #535A67;
}

.go_earth_img_left {
  width: 85%;
}

.terms_text_foot {
  margin: auto;
  text-align: center;
  padding: 2% 0;
  color: #020C1E;
}

.terms_text_foot p {
  margin-bottom: 0;
  padding-bottom: 0;
  color: #020C1E;
}

.go_earth_img_left_row {
  --bs-gutter-x: 8rem;
}

.sus_g_ti_cus {
  color: #489A0C;
}

.right_tit_sus h2 {
  font-size: 3rem;
}

.right_tit_sus p {
  color: #020C1E;
  font-weight: 600;
  padding-bottom: 5%;
}

.swip_go_poi_ab p {
  color: #fff;
}

#go_earth_wise_sec .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  /* Adjust as needed */
}

#go_earth_wise_sec .swiper-pagination .swiper-pagination-bullet {
  width: 50px;
  /* Width of each bullet */
  height: 2px;
  /* Height of each bullet */
  background-color: #000;
  /* Color of each bullet */
  margin: 25px 5px;
  /* Spacing between bullets */
  opacity: 0.5;
  /* Optional: Adjust opacity as desired */
  cursor: pointer;
  /* Optional: Change cursor on hover */
}

#go_earth_wise_sec .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  /* Make active bullet fully visible */
}

#go_earth_wise_sec .swiper-pagination {
  position: relative;
  justify-content: left;
}

.go_earth_img_left_col {
  display: flex;
  justify-content: center;
}

@media screen and (min-width:1450px) and (max-width:1600px) {
  .right_tit_sus p {
    font-size: 1.4rem;
  }

  .form-check.foot_check_bot label {
    font-size: 11px;
  }

  .form_col_ffot h2 {
    font-size: 3.3rem;
  }

  #contact_us_foot .form-control {
    font-size: 1.2rem;
  }

  .terms_text_foot p {
    font-size: 20px;
  }
}

@media screen and (min-width:1601px) and (max-width:1800px) {
  .right_tit_sus p {
    font-size: 1.4rem;
  }

  .form-check.foot_check_bot label {
    font-size: 16px;
  }

  .form_col_ffot h2 {
    font-size: 3.5rem;
  }

  #contact_us_foot .form-control {
    font-size: 1.2rem;
  }

  .terms_text_foot p {
    font-size: 20px;
  }
}

@media screen and (min-width:1801px) and (max-width:2000px) {
  .right_tit_sus p {
    font-size: 1.6rem;
  }

  .form-check.foot_check_bot label {
    font-size: 18px;
  }

  .form_col_ffot h2 {
    font-size: 3.8rem;
  }

  #contact_us_foot .form-control {
    font-size: 1.4rem;
  }

  .terms_text_foot p {
    font-size: 22px;
  }
}

@media screen and (max-width:767px) {
  .swiper-card-wrapper {
    height: 250px !important;
  }

  .go_swip_bg_pos {
    height: 100% !important;
  }

  .go_earth_img_left_row {
    --bs-gutter-x: 1.5rem;
  }

  .contact_us_foot_row {
    --bs-gutter-x: 1.5rem;
  }

  .form-check.foot_check_bot {
    width: 100%;
  }

  #contact_us_foot .form-control {
    width: 100%;
  }

  .form_col_ffot p {
    width: 100%;
  }

  .cont_butt_foot {
    width: 100%;
  }

  .form_col_ffot p br {
    display: none;
  }

  .go_earth_img_left {
    width: 100%;
    padding-bottom: 10%;
  }

  .right_tit_sus h2 br {
    display: none;
  }

  .right_tit_sus h2 {
    padding-bottom: 10%;
  }

  #go_earth_wise_sec {
    background: none;
  }

  #go_earth_wise_sec .swiper-pagination {
    justify-content: center;
  }

  .key_business_row .col img {
    width: 100%;
  }

  #key_business_partners h2 {
    padding-bottom: 15%;
  }

  #key_business_partners .swiper-button-next {
    top: 40%;
    width: 10.3vw;
    height: 10.3vw;
    right: 25px;
  }

  #key_business_partners .swiper-button-prev {
    top: 40%;
    width: 10.3vw;
    height: 10.3vw;
    right: 20%;
  }

  #key_business_partners .swiper-button-prev.swiper-button-disabled {
    width: 10.3vw;
    height: 10.3vw;
  }

  #key_business_partners h2 br {
    display: none;
  }
}

@media(min-width: 767px) {
  #panattoni-iframe-video video {
    width: 90%;
    height: 90%;
    margin-top: 3%;
    margin-left: 5%;
  }

  img.img-fluid.close-btn-iframe {
    position: absolute;
    right: 10%;
    background-color: #000;
    padding: 15px;
    border-radius: 50%;
    cursor: pointer;
    top: 1%;
  }

  #key_business_partners h2 {
    padding-top: 6%;
  }

  .key_business_row .col img {
    width: 110px;
    height: auto;
    margin-top: 6% !important;
  }
}

@media(min-width: 767px) {

  #panattoni-contact-us-form input,
  #panattoni-contact-us-form input::placeholder {
    font-size: 1vw !Important;
    font-family: 'Bai-Jamjuree-Regular';
  }

  #sterling-wedding-banner .banner-btn-wrapper {
    padding-bottom: 2%;
    padding-right: 2.5%;
  }

  #panattoni-img-swiper .swiper-horizontal {
    padding-left: 7.5% !Important;
  }

  #panattoni-img-swiper {
    padding: 0px;
    padding-left: 0%;
    margin-left: 0%;
    margin-top: -14%;
  }

  #key_business_partners .swiper-button-next {
    top: 21%;
    right: 10%;
  }

  #key_business_partners .swiper-button-prev {
    top: 21%;
    right: 14%;
  }

  .terms_text_foot p {
    font-size: 1.1vw !important;
    font-family: 'Bai-Jamjuree-Regular';
    margin-bottom: 0px;
  }

  .form-check.foot_check_bot {
    width: 85%;
    padding-bottom: 5%;
    padding-left: 0px;
    margin-left: -2.5%;
    padding-top: 4%;
  }

  .form_col_ffot .foot_check_bot p {
    color: #737F94;
    padding-bottom: 0;
    font-size: 0.9vw;
    color: white;
    opacity: 0.8;
    font-family: 'Bai-Jamjuree-Regular';
  }

  #contact_us_foot input[type="checkbox"] {
    width: 20px;
    height: 20px;
    POSITION: ABSOLUTE;
    LEFT: 3%;
    MARGIN-TOP: 5PX;
  }

  span.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em;
    PADDING-LEFT: 2%;
  }

  .swip_go_poi_ab p {
    width: 80%;
  }
}

#go_earth_wise_sec .swiper-pagination .swiper-pagination-bullet {
  background-color: #CECECE;
}

#go_earth_wise_sec .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #000 !important;
}

#go_earth_wise_sec .swiper-pagination .swiper-pagination-bullet {
  width: 11%;
  height: 0.2vw;
  margin: 25px 5px;
  opacity: .5;
  cursor: pointer;
  border-radius: 0px;
  margin-right: 2%;
  margin-top: 8%;
}

.master-plan-content-wrapper ul li {
  line-height: 1.21;
}

@media screen and (max-width: 767px) {
  .form-check.foot_check_bot {
    width: 100%;
    padding-left: 30px;
    margin-left: -10px;
  }

  span.wpcf7-list-item.first.last input[type="checkbox"] {
    position: absolute;
    width: 20px;
    height: 20px;
    left: -18px;
  }
}

.contact_us_foot_inn {
  padding: 6%;
}
@media(min-width : 767px )
{

#panattoni-contact-us-form span.wpcf7-list-item-label {
    padding-left: 0px !important;
}
#panattoni-contact-us-form  span.wpcf7-list-item {
        PADDING-LEFT: 2% !important;
    }
    
    #contact_us_foot span.wpcf7-list-item {
        padding-left: 6% !important;
    }

}

@media screen and (min-width: 767px) 
{
.panattoni-text-wrapper {
    left: 3%;
    top: 4%;
    width: 15%;
    position: absolute;
    opacity: 0;
    z-index: 5;
    display: block !important;
}

}

@media screen and (max-width: 767px) 
{
.panattoni-text-wrapper {
    opacity: 1;
    z-index: 5;
}
}
@media screen and (max-width: 767px) {
  .enquire-btn-wrapper.back-btn-wrapper.ml-0 a {
    min-width: 125px !important;
  }

   img.img-fluid.close-btn-iframe {
    right: 1%;
    top: 24%;
  }
    #panattoni-iframe-video video {
        width: 84%;
        height: auto;
        margin-top: 65%;
        margin-left: 8%;
    }

  #panattoni-iframe-video {
    z-index: 30;
  }

  section#panattoni-contact-us-form .row .col-lg-4 .form-box-wrapper {
    max-height: 20vw;
  }

  section#panattoni-contact-us-form .row {
    margin-top: 5%;
  }
}


@media(max-width: 767px)
{
#panattoni-contact-us-form input#message {
    padding-left: 5%;
    width: 98%;
}
#panattoni-contact-us-form span.wpcf7-list-item-label {
    padding-left: 18px;
    position: relative;
    top: -2px;
    font-family: 'Bai-Jamjuree-Regular';
    font-size: 12px;
    line-height: 0.5px !important;
}
    #sterling-wedding-banner {
        background-image: url("https://panattoni.beta.webenza.net/wp-content/uploads/2024/06/Frame-99.png") !important;
    }
    #key_business_partners h2 {
        padding-bottom: 0%;
    }
    #key_business_partners .swiper-button-next, #key_business_partners .swiper-button-prev {
        top: 62% !important;
    }
    .key_business_row .col img {
    height: 90px;
}
    #sterling-wedding-banner .banner-btn-wrapper {
        bottom: -2px !important;
    }
}


@media (max-width: 767px) {
    .thankyou-page-banner#sterling-wedding-banner {
        min-height: 630px;
    }
        .right_tit_sus h2 {
        font-size: 32px;
    }
    #panattoni-state-art h2 {
        font-size: 32px;
    }
  #panattoni-state-art h2 span{
        font-size: 32px;
    }

#panattoni-video-sec h2 span {
        font-size: 32px;
    }
#panattoni-video-sec h2 {
        font-size: 32px;
    }

    #key_business_partners h2 {
        font-size: 32px;
    }

.form_col_ffot h2 {
    font-size: 32px;
}
    .swiper-card-wrapper {
        height: 200px !important;
    }
    
    
}

@media (min-width: 767px) {
    #panattoni-contact-us-form .container {
        margin-top: 4% !Important;
    }
}

@media (min-width: 767px) {
    #panattoni-contact-us-form img.img-fluid.close-btn-contact-form {
        top: 12.5% !important;
    }

#sterling-wedding-banner .banner-btn-wrapper .wedding-btn-wrapper a {
    display: block !important;
}
.video-outer-wrapper {
    cursor: pointer;
   
}

}


@media (max-width: 767px) {
    #sterling-wedding-banner .banner-btn-wrapper .wedding-btn-wrapper a {
        display: none;
    } 
    #panattoni-iframe-video video {
        width: 102%;
        height: auto;
        margin-top: 65%;
        margin-left: -1%;
    }
.banner-btns-wrapper div a {
    width: 170px !important;
}
    img.img-fluid.close-btn-iframe {
      right: 1%;
        top: 22%;
    border-radius: 100%;
    }
      #sterling-wedding-banner .banner-btn-wrapper .wedding-btn-wrapper a {
        display: none;
    }
    section#terms_go_foot {
    position: relative;
    z-index: 18;
    background-color: #fff;
    padding: 20px 0px;
}

#contact_us_foot {
    position: relative;
    z-index: 18;
}
    .right_tit_sus h2 {
        margin-bottom: -20px !important ;
    }
}

.video-outer-wrapper {
    cursor: pointer;
     padding : 0px;
}