body{
    font-size: 16px;
}

.section-padding{
    padding: 4rem 0;
}

footer{
    background-color: #EBF7FB;
}

.footer-card{
    display: flex;
    justify-content: space-between;
}
.footer-social.social3{
    width: 40%;
}
.footer-social.social3 iframe {
    width: 100%;
    height: 300px;
}
.mob-whatsupp-wrapper {
    display: flex;
    justify-content: space-between;
}
.footer-giis{
    width: 100%;
    height: auto;
    aspect-ratio: auto 192/92;
    max-width: 200px;
}
.footer-head-img{
    margin-bottom: 2rem;
}
.footer-social.social1 {
    width: 25%;
}
.footer-social.social2 {
    width: 30%;
}
.rsvp-wrapper{
    display: flex;
    margin-bottom: 2rem;
    border-bottom: 1px solid #98B3BC;
}

.mob-wrapper{
    display: flex;
    width: 50%;
}

.mob-whatsupp-wrapper .rsvp-img{
    width: 15%;
}

.enquire-btn-wrapper a{
    background-color: F6921E;
    color: #fff;
    font-size: 1em;
    text-transform: uppercase;
    padding: 12px 30px;
    border-radius: 50px;
    position: fixed;
    right: -4%;
    top: 61%;
    transform: rotate(90deg);
    z-index: 999;
    text-decoration: none;
}

.rsvp{
    width: 100%;
    height: auto;
    aspect-ratio: auto 28/40;
}

.rsvp-img{
    width: 7%;
}

iframe{
    margin-left: 2rem;
}
.form-wrapper iframe{margin-left: 0!important;}
.testinomials-card{
    width: calc((100% - 30px) / 3);
}

.navbar-wrapper{
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    align-items: center;
}

.menu-wrapper ul{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 0;
    padding: 0;
}

.menu-wrapper ul li{
    margin-right: 3px;
    padding: 0 7px;
    list-style: none;
    text-align: right;
    font-family: "Poppins";
    font-size: 0.9em;
    cursor: pointer;
}

.menu-wrapper ul li a{
    text-decoration: none;
    color: #000;
}

.logo-wrapper{
    width: 12%;
}

.menu-wrapper{
    width: 75%;
    vertical-align: middle;
}

.menu-wrapper ul li:last-child{
    margin-right: 0;
}

*Hamburgur sign*/
#nav-icon3{
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon3 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 92%;
  background: #000;
  border-radius: 9px;
  opacity: 1;
  right: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  float: right;
}

/* Icon 3 */

#nav-icon3 span:nth-child(1) {
  top: 10px;
}

.align-end{
    justify-content: end !important;
    display: flex;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
    top: 20px;
}

#nav-icon3 span:nth-child(4) {
  top: 30px;
}

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.tab-content.active {
  display: block; /* Show active tab content */
}

.navbar-expand-sm .navbar-nav {
    flex-direction: column;
    width: 100%;
    display: flex;
    font-family: "Inter";
    font-weight: 600;
    font-size: 105%;
    border-radius: 7px !important;
    padding: 0;
}

.navbar .navbar-nav .nav-item {
    padding: 1px 82px 1px 15px;
}


.checkbox input[type=checkbox]{
    display: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    font-family: "Inter";
    font-weight: 500;
    font-size: 89%;
}

.multiselect-container .input-group {
    margin: -40px 0px;
}

.multiselect-container{
    height: 250px;
    overflow-y: auto;
}

.multiselect-container>li{
    height: 25px;
}

li.multiselect-item.filter{
    padding-top: 4rem;
}

#navbarToggleExternalContent.show {
    display: flex !important;
    width: 100%;
    justify-content: end;
    background-color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 9;
    border-radius: 0;
}

.dropdown-menu.show{
 transform: unset !important;
 margin: -7px 0 !important;
}

.navbar-nav .nav-item{
    list-style: none;
    padding: 8px 0;
}

.navbar-nav .nav-item .nav-link{
    color: #000;
    text-align: left;
    font-family: "Montserrat";
    font-size: 90%;
    text-decoration: none;
    font-weight: 500;
}

.navbar .navbar-nav .nav-item:hover{
    background-color: #CFD6F3;
}

nav.navbar.navbar-expand-sm.nav-bar {
    width: 100%;
}

.rsvp-wrapper p{
    font-family: "Poppins";
    font-size: 1em;
    margin-left: 15px;
    font-weight: 400;
    color: #19374C;
}

@media screen and (min-width: 2500px) {
    body {
        max-width: 2500px;
    }
}

@media screen and (min-width: 2000px) and (max-width: 2499px) {
}

@media screen and (min-width: 1600px) and (max-width: 1999px) {
    .menu-wrapper ul li {
        font-size: 1.2em;
    }
    .footer-head-img {
        width: 47%;
    }
    .rsvp-wrapper p{
        font-size: 1.1em;
    }
    .rsvp-img {
        width: 9%;
    }
}

@media screen and (min-width:992px) and (max-width:1200px) {
    /*iPad Pro*/
    .mobile-menu.active {
      left: 0;
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      -webkit-transition: all 500ms ease-in-out;
      -moz-transition: all 500ms ease-in-out;
      transition: all 500ms ease-in-out;
  }
/*---------------------
    Mobiles Menu - Dropdown Submenu
    ----------------------*/

    .has-children:hover{
        cursor:hand;
    }

    .children {
        display:none;   
    }

    .mobile-menu .children li:first-child {
      margin-top: 0px;
  }

  .navbar-nav .nav-item .nav-link {
    font-size: 95%;
}

.has-children{
    position: relative;
}

.ee-form-widget#ee-form-4{
    position: unset !important;
    width: 100% !important;
}

.has-children .icon-arrow {
    position: absolute;
    display: block;
    font-size: 0.7em;
    color: black;
    top: 17px;
    right: 10px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg); 
    transition: .6s;
    -webkit-transition: .6s;
    -moz-transition: .6s;  
}

.icon-arrow:after {
    /*content: "\25BC";*/
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    content: "";
}

.icon-arrow.open {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg); 
  transition: .6s;
  -webkit-transition: .6s;
  -moz-transition: .6s;         
}

.children{
    margin-left: 20px;
}

.children li{
   list-style-type: disc;
   color: #0E34C2;
}

.children li a{
    text-decoration: none;
    color: #000000;
}

.show{
    display: block;
}
#nav-icon3{
    width: 36px;
    height: 36px;
}

#nav-icon3 span:nth-child(1) {
    top: 20px;
}

#nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
    top: 30px;
}

#nav-icon3 span:nth-child(4) {
    top: 40px;
}

.show {
    right: 18%;
}
.Show{
    display: block !important;
    z-index: 9;
    position: absolute;
    background-color: #fff;
    width: 100%;
}
.menu-wrapper{
    display: none;
}
.logo-wrapper {
    width: 16%;
}
iframe{
    margin-left: 0;
}
.footer-card{
    flex-wrap: wrap;
}
.footer-social{
    margin-bottom: 2rem;
}
.footer-giis{
    max-width: 140px;
}
.enquire-btn-wrapper a{
    right: -6%;
}
}

@media screen and (min-width:769px) and (max-width:991px) {
    /*iPad-Air*/
    .mobile-menu.active {
      left: 0;
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      -webkit-transition: all 500ms ease-in-out;
      -moz-transition: all 500ms ease-in-out;
      transition: all 500ms ease-in-out;
  }
/*---------------------
    Mobiles Menu - Dropdown Submenu
    ----------------------*/

    .has-children:hover{
        cursor:hand;
    }

    .children {
        display:none;   
    }

    .mobile-menu .children li:first-child {
      margin-top: 0px;
  }

  .navbar-nav .nav-item .nav-link {
    font-size: 95%;
}

.has-children{
    position: relative;
}

.ee-form-widget#ee-form-4{
    position: unset !important;
    width: 100% !important;
}

.has-children .icon-arrow {
    position: absolute;
    display: block;
    font-size: 0.7em;
    color: black;
    top: 17px;
    right: 10px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg); 
    transition: .6s;
    -webkit-transition: .6s;
    -moz-transition: .6s;  
}

.icon-arrow:after {
    /*content: "\25BC";*/
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    content: "";
}

.icon-arrow.open {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg); 
  transition: .6s;
  -webkit-transition: .6s;
  -moz-transition: .6s;         
}

.children{
    margin-left: 20px;
}

.children li{
   list-style-type: disc;
   color: #0E34C2;
}

.children li a{
    text-decoration: none;
    color: #000000;
}

.show{
    display: block;
}
#nav-icon3{
    width: 36px;
    height: 36px;
}

#nav-icon3 span:nth-child(1) {
    top: 20px;
}

#nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
    top: 30px;
}

#nav-icon3 span:nth-child(4) {
    top: 40px;
}

.show {
    right: 18%;
}
.Show{
    display: block !important;
    z-index: 9;
    position: absolute;
    background-color: #fff;
    width: 100%;
}
.menu-wrapper{
    display: none;
}
.logo-wrapper {
    width: 16%;
}
iframe{
    margin-left: 0;
}
.footer-card{
    flex-wrap: wrap;
}
.footer-social{
    margin-bottom: 2rem;
}
.footer-social.social1, .footer-social.social2, .footer-social.social3{
    width: 100%;
}
.footer-bottom-wrapper{
    flex-wrap: wrap;
    margin-top: 3rem;
}
.footer-bottom-right-text a{
    font-size: 1.3em;
    padding-right: 10px;
    padding-left: 10px;
}
.footer-head{
    margin-bottom: 3rem;
}
.footer-giis{
    max-width: 200px;
}
.enquire-btn-wrapper a{
    width: 100%;
    text-align: center;
    border-radius: 0;
    transform: rotate(0deg);
    bottom: 0;
    left: 0;
    right: 0;
    top: auto;
    font-size: 1.7em;
}
.testinomials-card{
    width: 100%;
}
.navbar-nav .nav-item .nav-link{
    font-size: 130%;
}
.logo{
    max-width: 150px;
}
}

@media screen and (min-width:569px) and (max-width:768px) {
    /*iPad Mini*/
    .mobile-menu.active {
      left: 0;
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      -webkit-transition: all 500ms ease-in-out;
      -moz-transition: all 500ms ease-in-out;
      transition: all 500ms ease-in-out;
  }
/*---------------------
    Mobiles Menu - Dropdown Submenu
    ----------------------*/

    .has-children:hover{
        cursor:hand;
    }

    .children {
        display:none;   
    }

    .mobile-menu .children li:first-child {
      margin-top: 0px;
  }

  .has-children{
    position: relative;
}

.ee-form-widget#ee-form-4{
    position: unset !important;
    width: 100% !important;
}

.has-children .icon-arrow {
    position: absolute;
    display: block;
    font-size: 0.7em;
    color: black;
    top: 17px;
    right: 10px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg); 
    transition: .6s;
    -webkit-transition: .6s;
    -moz-transition: .6s;  
}

.icon-arrow:after {
    /*content: "\25BC";*/
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    content: "";
}

.icon-arrow.open {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg); 
  transition: .6s;
  -webkit-transition: .6s;
  -moz-transition: .6s;         
}

.children{
    margin-left: 20px;
}

.children li{
   list-style-type: disc;
   color: #0E34C2;
}

.children li a{
    text-decoration: none;
    color: #000000;
}

.show{
    display: block;
}
#nav-icon3{
    width: 36px;
    height: 36px;
}

#nav-icon3 span:nth-child(1) {
    top: 20px;
}

#nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
    top: 30px;
}

#nav-icon3 span:nth-child(4) {
    top: 40px;
}

.show {
    right: 18%;
}
.Show{
    display: block !important;
    z-index: 9;
    position: absolute;
    background-color: #fff;
    width: 100%;
}
.menu-wrapper{
    display: none;
}
.logo-wrapper {
    width: 16%;
}
iframe{
    margin-left: 0;
}
.footer-card{
    flex-wrap: wrap;
}
.footer-social{
    margin-bottom: 2rem;
}
.footer-social.social1, .footer-social.social2, .footer-social.social3{
    width: 100%;
}
.footer-bottom-wrapper{
    flex-wrap: wrap;
    margin-top: 3rem;
}
.footer-bottom-right-text a{
    font-size: 1.3em;
    padding-right: 10px;
    padding-left: 10px;
}
.footer-head{
    margin-bottom: 3rem;
}
.footer-giis{
    max-width: 200px;
}
.enquire-btn-wrapper a{
    width: 100%;
    text-align: center;
    border-radius: 0;
    transform: rotate(0deg);
    bottom: 0;
    left: 0;
    right: 0;
    top: auto;
    font-size: 1.7em;
}
.testinomials-card{
    width: 100%;
}
.navbar-nav .nav-item .nav-link{
    font-size: 130%;
}
.logo{
    max-width: 150px;
}
}

@media screen and (min-width:320px) and (max-width:568px) {
    /*mobile*/
        /*---------------------
    Mobiles Menu - Slide IN 
    ----------------------*/

    .mobile-menu.active {
      left: 0;
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      -webkit-transition: all 500ms ease-in-out;
      -moz-transition: all 500ms ease-in-out;
      transition: all 500ms ease-in-out;
  }
/*---------------------
    Mobiles Menu - Dropdown Submenu
    ----------------------*/
    .has-children:hover{
        cursor:hand;
    }

    .children {
        display:none;   
    }

    .mobile-menu .children li:first-child {
      margin-top: 0px;
  }
  #owl-life .owl-nav .owl-prev span{
    top: 34%;
    left: -5%;
}
#owl-life .owl-nav .owl-next span{
    top: 34%;
    right: -5%;
}
.mob-whatsupp-wrapper .rsvp-img{
    width: 11%;
}

.has-children{
    position: relative;
}

.ee-form-widget#ee-form-4{
    position: unset !important;
    width: 100% !important;
}

.has-children .icon-arrow {
    position: absolute;
    display: block;
    font-size: 0.7em;
    color: black;
    top: 17px;
    right: 10px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg); 
    transition: .6s;
    -webkit-transition: .6s;
    -moz-transition: .6s;  
}

.icon-arrow:after {
    /*content: "\25BC";*/
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    content: "";
}

.icon-arrow.open {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg); 
  transition: .6s;
  -webkit-transition: .6s;
  -moz-transition: .6s;         
}

.children{
    margin-left: 20px;
}

.children li{
   list-style-type: disc;
   color: #0E34C2;
}

.children li a{
    text-decoration: none;
    color: #000000;
}

.show{
    display: block;
}
#nav-icon3{
    width: 36px;
    height: 36px;
}

#nav-icon3 span:nth-child(1) {
    top: 20px;
}

#nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
    top: 30px;
}

#nav-icon3 span:nth-child(4) {
    top: 40px;
}

.show {
    right: 18%;
}
.Show{
    display: block !important;
    z-index: 9;
    position: absolute;
    background-color: #fff;
    width: 100%;
}
.menu-wrapper{
    display: none;
}
.logo-wrapper {
    width: 32%;
}
.footer-card{
    flex-wrap: wrap;
    position: relative;
}
.footer-social{
    width: 100%;
}
iframe{
    width: 320px;
    margin-top: 1rem;
    margin-left: 0;
}
.soc-icon{
    margin-bottom: 1rem;
    position: static;
}
.soc-icon img{
    margin-right: 16px;
}
.footer-social.social1, .footer-social.social2, .footer-social.social3{
    width: 100%;
}
.footer-bottom-wrapper{
    flex-wrap: wrap;
    margin-top: 3rem;
}
.footer-bottom-right-text a{
    font-size: 0.8em;
    padding-right: 10px;
    padding-left: 10px;
}
.footer-head{
    margin-bottom: 3rem;
}
.footer-giis{
    max-width: 180px;
}
.enquire-btn-wrapper a{
    width: 100%;
    text-align: center;
    border-radius: 0;
    transform: rotate(0deg);
    bottom: 0;
    left: 0;
    right: 0;
    top: auto;
    padding: 7px 30px;
}
.testinomials-card{
    width: 100%;
}

}

@media screen and (min-width: 279px) and (max-width: 319px) {
/* Galaxy Fold */
}