@font-face {
    font-family: fedrafont;
    src: url(fonts/fedra_sans_light.ttf);
  }
@font-face {
    font-family: fedrafont;
    src: url(fonts/fedra_sans_light.ttf);
  }
@font-face {
    font-family: fedrafont;
    src: url(fonts/fedra_sans_book.ttf);
  }
html{
    scroll-behavior: smooth;
    max-width: 100%;
    overflow-x: hidden;
}
body{
    margin: 0;
    padding: 0;
    font-family: fedrafont !important;
    max-width: 100%;
    /* overflow-x: hidden; */
}
html {
  /*For smooth scrolling behavior*/
  scroll-behavior: smooth;
  scroll-padding-top: 50px;
}
p{font-family: fedrafont !important;}
h1, h2, h3, h4, h5, h6{font-family: fedrafont !important;}
ul{font-family: fedrafont !important;}
.fixed-top{background-color: rgba(255, 255, 255, 0.9) !important;
    border-bottom: 1px solid #ddd;}
.fixed{background-color: #fff !important; box-shadow: 0 0 3px rgb(35 35 35 / 44%) !important;} 
.card{
    border: none !important ;
}
.navbar{padding: 10px 0 !important;}


.label{
    display: none;
    float: right;
    font-size: 26px;
    width: 26px;   
}
.burger{
    display: none;
}
 #toggle{
     display: none;
 }   
 #form_register_btn{width: 100% !important}
 .menu{
    display: -ms-flexbox;
    display: flex ;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
 }
button.owl-next {
    outline: none;
}
button.owl-prev {
    outline: none;
}
button:focus {
    outline: 1px dotted;
    outline: none !important;
}
.owl-nav button{

  outline: none !important;

}
.menu a{
    color: #610631;
}
.menu a:hover{
  color: #610631;
  border-bottom: 4px solid #610631;

}
.act{
  font-weight: bold;
    border-bottom: 4px solid #610631;    
  }
.home{
    position: relative;
    width: 100%;
    top: 0;
}

.carousel-data{  
    width: 70%;
    /*height: 250px;*/
    top: 25%;
    left: 20%;
    position: absolute;
}
.carousel-data >:nth-child(1){
    color: white;
    font-size: 50px;
    font-weight: bold;
    font-family: Georgia;
}
.carousel-data >:nth-child(2){
    font-size: 26px;
    font-family: verdana;
    color: white;
}
.next{
    position: absolute;
  top: 80%;
  left: 93%;
  display: none;
}
.prev{
    position: absolute;
    top: 80%;
    left: 88%;
    display: none;
}
.form{
    position: absolute;
    width: 80%;
    bottom: 0;
    margin-bottom: 10px;
    transform: translateY(-55%);
    left: 30%;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
    transform: translateX(-25%);
    border-radius: 10px;
    opacity: 0.98;
    padding: 0px 45px 20px 45px;
}
.form h5{
    color: #610631;
    text-align: center;
    font-size: 15px;
    margin-top: 20px;
    font-family: georgia;
    font-weight: bold;
}

.form p{
    color: #610631;
    /*text-align: center;*/
    font-size: 12px;
    margin-top: 2%;
    font-family: georgia;
}

.form-control{
    background-color: white !important;
    border: 0.2px solid #610631 !important;
    border-radius: 10px !important ;
    display: inline !important;
    width: 24% !important;
    margin-top: 10px;
    /* margin-left: auto;
    margin-right: auto; */
     /* margin-left: 35px; 
     margin-right: 5px;  */
    color: #610631 !important;
    height: 30px;
    box-shadow: none !important;
    font-size: 14px !important;
    font-family: verdana;
}
::placeholder{
    color: white;
    opacity: 1;
}
.input2{
    margin-left: 0;
}
.input1{
    margin-left: 0;
}
.br{
    display: none;
}

form button{
    background-color: #f0941c;
    color: white;
   /*position: absolute;*/
    border: 0;
    border-radius: 10px;
    width: 20%;
    padding: 5px;
    /*margin-left: 40%;*/
    font-weight: normal;
  /*left: 50%;*/
  opacity: 1;
  margin-top: 0px;
 /* transform: translate(-50%);*/
    justify-content: center;
    font-family: Verdana;
    font-size: 14px;
}

.service{
    height: auto; 
    padding: 50px 0px 0px 0px;
}
.service-data h1{color: #610631;
    font-size: 40px;
    font-weight: 300;
    padding: 0 15%;
    text-align: center;
    margin-bottom: 15px;}
.service-data p b{
    font-size: 26px;
    color: #610631;
}
.service-data p{
    color: #610631;
    font-size: 18px;
    font-family: 'Verdana', sans-serif;
    font-weight: 300;
    padding: 0 15%;
    margin-bottom: 30px;
    line-height: 26px;
    text-align: center;
    margin-bottom: 30px;
    line-height: 26px;
}
.service-data > :nth-child(1){
    font-family: Georgia;
    font-size: 26px;
    color: #610631;
}
.service-data{
    font-size: 18px;
    color: #610631;
    font-family: verdana;
}
.item{
    margin-top: 50px;
    /*height: 250px;*/
    text-align: center;
}
.item .card{
    /*box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);*/
}
.item .card .logo{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 40%;
}
.item .card .logo-text{
    text-align: center;
    color: #484737;
    font-family: Georgia;
    margin-top: 10px;
    font-size: 14px;
}

.benefits{
    width: 100%;
    float: left; padding: 50px 0px;
    background-image: url(../images/rectangle-3.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.benefits-top{
}
.benefits-header {
    width: 100%;
    text-align: center;
}
.benefits-header p{
    text-align: center;
}
.benefits-data{
    text-align: center;
}
.benefits-header p{
    color: #610631;
    font-size: 26px;
    font-family: georgia;
}
.benefits-data p{
    color: #484737;
    font-size: 18px;
    font-family: verdana;
    font-weight: normal;
    margin-bottom: 40px;
}

.benefit-card, .benefit-card1 , .benefit-card2{
    width: 100%;
    display: flex;
    flex-direction: row;
   
}
.benefit-card{
    top: 240px;
}
.benefit-card1{
    top: 480px;
}
.benefit-card2{
    top: 720px;
}
.benefit-card .card , .benefit-card1 .card , .benefit-card2 .card{
    box-shadow: 0 0 19px 1px rgba(0, 0, 0, 0.1);
    /*height: 220px;*/
    width: 40%;
    background-color: #fff;
    opacity: 0.9;
    margin-left: 6%;
    border-radius: 10px;
    margin-bottom: 30px;
}
.benefit-card .card .card-body > :nth-child(1), .benefit-card1 .card .card-body >:nth-child(1), .benefit-card2 .card .card-body >:nth-child(1){
    color: #610631;
    font-family: georiga;
    font-size: 18px;
    text-align: left;

}

.benefit-card .card .card-body ul, .benefit-card1 .card .card-body ul, .benefit-card2 .card .card-body ul{
padding-left: 20px;
}
.benefit-card .card .card-body ul li, .benefit-card1 .card .card-body ul li, .benefit-card2 .card .card-body ul li{
    color: #484737;
    font-weight: normal;
    font-family: verdana;
    font-size: 14px;
    margin-top: 4px;
}


.legacy{
        width: 100%;
    float: left;
    padding: 50px 0px;
    text-align: center;
}
.legacy-header{
    width: 100%;
    text-align: center;
}
.legacy h3{
    font-size: 26px;
    color: #610631;
    font-family: georgia;
    font-weight: bold;
        margin-bottom: 30px;
}
.legacy-data{
    margin: 0 auto;
    width: 50%;
}
.legacy-data > :nth-child(1){
    font-size: 18px;
    font-family: verdana;
    font-weight: normal;
    color: #610631;
}
.legacy-bg{
    background-image: url(images/flower.png);
    width: 356px;
    height: 536px;
    margin-left: 0;
    padding-left: 0;
  transform: rotate(180deg);
}
.legacy-footer{
    margin-top: 1%;
    position: absolute;
}
.legacy p{
    font-size: 16px;
    font-family: verdana;
    color: #484737;
    font-weight: normal;
}


.location1{
    width: 100%; float: left; padding: 50px 0px; background-image: url(../images/location.png);
    background-repeat: no-repeat; background-size: 100%;
}
.location-header{
    width: 100%;
}
.location1 h3{
    font-size: 26px;
    font-family: georgia;
    color: #fff3dc;
    text-align: center;
    padding-top: 175px;
    font-weight: bold;
        margin-bottom: 30px;
}
.location1 h5{font-size: 18px;
    font-family: verdana;
    font-weight: normal;
    color: #fff3dc;
  text-align: center; margin-bottom: 20px;}
.location1 p{font-size: 14px;
    color: #fff3dc;
    font-family: verdana;
    font-weight: normal;
    text-align: left;}
.location1 ul{padding: 0px; padding-left: 15px;}
.location-header1 h2{
font-family: Baskerville-Light;
text-align: center;
color: #fff;
font-size: 38px;
font-family: Baskerville-Light;
padding-top: 40px;
}

.location{
    width: 100%;
    float: left; padding:50px 0px;
    background-image: url(../images/foot-img.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    text-align: center;
}
.location h2{
    text-align: center;
    color: #fff;
    font-size: 38px;
    font-family: Baskerville-Light;
    padding-top: 0px;
}
.location p{
    font-size: 18px;
    font-family: verdana;
    font-weight: normal;
    color: #fff3dc;
}
.location-footer{
    position: absolute;
    top: 30px;
}

.location-footer p{
    font-size: 14px;
    color: #fff3dc;
    font-family: verdana;
    font-weight: normal;
    text-align: left;
}
.location ul li{
    font-size: 14px;
    font-family: verdana;
    color: #fff3dc;
    font-weight: normal;
}
.location1 ul li{
    font-size: 14px;
    font-family: verdana;
    color: #fff3dc;
    font-weight: normal;
}
.wellness{
    width: 100%; float: left; padding: 100px 0px; background-image: url(../images/wellness-pillar-bg.png);
    background-repeat: no-repeat; background-size: 70% 100%;
}
.wellness h3{font-size: 26px;
    font-family: georgia;
    color: #610631; font-weight: bold; margin-bottom: 30px;}
.wellness h6{font-size: 20px;
    color: #610631; font-weight: bold; margin-top: 20px;}
.wellness p{font-size: 20px;
    font-family: verdana;
    color: #484737;
    font-weight: normal;
}
.wellness-right img{width: 100%}
.wellness ul{padding: 0px; padding-left: 15}
.wellness-data{
    transform: translateY(-25%);
    width: 100%;
}
.wellness ul li{
    margin-left: 20px;
    padding: 0;
    font-size: 18px;
    font-family: fedrafont !important;
    font-weight: normal;
    color: #484737;
    line-height: 34px;
}
.footer-bottom{width: 100%; float: left; padding:10px 0px; background-color: #67122f;}
.footer-bottom p{margin-bottom: 0px; color: #fff; font-family: verdana; font-size: 14px; font-weight: normal;}
.footer{
    height: 500px;
    background-color: #610631;
    width: 100%;
}
.footer-img{
    width: 100%;
    height: 200px;
}
.footer-img img{
    margin-top: 5%;
}
.footer-data > :nth-child(2){
    color: white;
    font-size: 14px;
    font-family: verdana;
    font-weight: normal;
    margin-top: 10px; 
}
.footer-hr{
    display: none;
}
.footer-data ul a{
    color: white;
    font-size: 14px;
    font-family: verdana;
    font-weight: normal;
    line-height: 2.86;
    font-stretch: normal;
    font-style: normal;
    display: block;
}
.footer-right p{
    font-size: 14px;
    font-family: georgia;
    color: white;
    font-weight: normal;
}
.footer-right img{
    margin-right: 5px;
}


    .antara{
        width: 100%;
        background-color: #484737;
    }
    .antara p{
        font-family: verdana;
        font-size: 14px;
        color: white;
        font-weight: normal;
    }
p.disclaimer {
    padding: 16px 20px 0 20px;
    float: left;
    width: 100%;
}
.dropdowncountry {
    width: 29%;
}
.coutrycode-div{position: relative;}
.coutryselect{position: absolute; top: -5px; height: 30px; border: none; left: 5px; outline: none;
    border-radius: 4px; color: #666; width: 34%;background-color: transparent;}
/* .phoneno {padding-left: 70px !important;} */
@media screen and (min-width : 1400px){
    .coutryselect{width: 40%;}
}
@media screen and (min-width : 1400px){
    .coutryselect{width: 40%;}
}
@media screen and (min-width : 1440px){
    .coutryselect{width: 32%;}
}
@media screen and (min-width : 1600px){
    .coutryselect{width: 29%;}
}
@media screen and (min-width : 1680px){
    .coutryselect{width: 34%;}
}
@media screen and (min-width : 1920px) {
    .coutryselect{width: 27%;}
}



@media screen and (max-width : 830px){
.menu{    display: none;
        flex-wrap: nowrap;
    }
    .label{
        display: inline-block;
           cursor: pointer;
           float: right;
       }
    .burger{
        display: inline-block;
    }
    .menu a{
        display: inline-block;
          text-align: center;
          width: 100%;
      }

}

@media screen and (max-width: 1024px){
.benefit-card .card, .benefit-card1 .card, .benefit-card2 .card{height: auto;}
.location1{background-size: 100% 100%}
.location1 h3{padding-top: 120px;}
.form {
    position: inherit;
    width: 94%;
    bottom: 0;
    margin-bottom: 10px;
    transform: inherit;
    left: 3%;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 20px 1px rgb(0 0 0 / 10%);
    transform: inherit;
    border-radius: 10px;
    opacity: 0.98;
    padding: 20px 45px 20px 45px;
    margin-top: 25px
}
.owl-next {
    right: -30px !important;
}
.owl-prev {
    left: -30px !important;
}
.wellness-right img {
    width: 100%;
}
.carousel-data{top: 45%}
.location{background-size: 100% 100%}
.wellness ul li{font-size: 16px;}
.wellness{padding: 40px 0px;}
}

@media screen and (max-width: 768px){
.carousel-data {
    top: 40%;
}
}
@media screen and (max-width: 450px){

    .dropdowncountry .title {
    margin: 3px;
    width: 87%;
    position: relative;
    top: 17px;
}
.carousel-data {width: 75%; height: auto; top: 45%; left: 10%; position: absolute;}
.carousel-item img{height: 250px;}
.carousel-data >:nth-child(1) {color: white; font-size: 20px; font-weight: bold; font-family: Georgia;}
.carousel-data >:nth-child(2) {font-size: 14px; font-family: verdana; color: white;}
.form {position: inherit; width: 90%; margin-left: 5%; bottom: 0; margin-bottom: 50px; transform: inherit;
      left: 0%; background-color: white; box-shadow: 0 0 20px 1px rgb(0 0 0 / 10%); transform: inherit;
            border-radius: 10px; opacity: 0.98; padding: 10px 20px 20px 20px; margin-top: 25px;}
            .form p{margin-top: 6%}
.service{padding-top: 0px; padding-bottom: 0px;}
.benefits{padding-top: 40px; background-image: none;}
.legacy{padding-top: 0px;}
.location1{background-size: 100% 100%; background-color: #7c3458; background-image: none;}
.benefit-card .card, .benefit-card1 .card, .benefit-card2 .card {box-shadow: 0 0 19px 1px rgb(0 0 0 / 10%);
    height: auto;width: 90%; background-color: #fff; opacity: 0.9; margin-left: 5%; border-radius: 10px;
    margin-bottom: 30px;}
.benefit-card, .benefit-card1, .benefit-card2 {width: 100%; display: inherit; flex-direction: inherit;}
.location1 h3{padding-top: 0px; font-size: 22px;}
.wellness h3{font-size: 22px;}
.wellness{background-size: 100% 100%; padding: 50px 0px;}
.wellness-right img {width: 100%;}
.location{background-size: auto;}
.location {
    width: 100%;
    float: left;
    padding: 30px 0px;}
.location h2{font-size: 22px;}
#form_register_btn{width: 100%}
form button{background-color: #f0941c; color: white; position: inherit; border: 0;  border-radius: 10px;
    width: 50%; padding: 5px; font-weight: normal; left: 0; opacity: 1; margin-top: 10px; transform: inherit;
    justify-content: center; font-family: Verdana; font-size: 14px;
  }
    .footer-bottom {text-align: center;}
    .footer-bottom .text-right{text-align: center !important;}
    .service-data > :nth-child(1){font-size: 20px;}
    .legacy h3{font-size: 22px;}
    .input1 {margin-left: 0%;}
.form-control{width: 100% !important;}
.input2 {margin-left: 0%;}
.owl-next {
    right: -14px !important;
}
.owl-prev {
    left: -14px !important;
}
.coutryselect{width: 24%}
}

@media screen and (max-width: 375px){
.benefits-header p{font-size: 20px;}
.coutryselect{width: 28%}
}
@media screen and (max-width: 360px){
.benefits-header p {
    font-size: 18px;
}
.location h2 {
    font-size: 20px;
}
.wellness h3 {
    font-size: 20px;
}
.legacy h3 {
    font-size: 20px;
}
.location p{font-size: 16px;}
.coutryselect{width: 29%}
}
@media screen and (max-width: 320px){
    .coutryselect{width: 33%}
}

/*.navtop {
  width : 300px; 
  float: left;
}

.navtop span {
  padding :10px 30px;
  background : #2d2f31; 
  color : white;
  font-size : 14px;
  cursor : pointer;
  display: block;
}

.navtop span::after {
  float: right;
  right: 10%;
  content: "+";
  padding-left: 30px;
}

.slidenew {
  clear:both;
  width:100%;
  height:0px;
  overflow: hidden;
  text-align: left;
  transition: height .4s ease;
}

.slidenew li {padding :0px 0px; list-style-type: none; font-size: 14px;}
.slidenew li a {text-decoration : none; color : #2d2f31;}
#touch {position: absolute; opacity: 0; height: 0px;}    

#touch:checked + .slidenew {height: auto; margin: 0px; padding: 0px; } */

.hide {
    max-height: 0 !important;
}

.dropdowncountry{
    position: absolute;
    top: -5px;
    height: 30px;
    border: none;
    left: 5px;
    outline: none;
    border-radius: 4px;
    color: #666;
    width: 28%;
    background-color: transparent;
}

.dropdowncountry .title{
    margin: 3px;    
    width: 64%;
    position: relative;
}
.form-control{    color: #767778 !important;}

.dropdowncountry .title .fa{
    float: right;
    margin-right: 3px;
    transition: transform .3s;
    padding-top: 0px;
}

.dropdowncountry .menudrop{
    transition: max-height .5s ease-out;
    max-height: 15em;
    overflow-y: scroll;
    width: 190px;
    position: absolute;
    z-index: 99;
    overflow-x: hidden;
    top: 31px;
    background-color: #fff;
}
.menudrop::-webkit-scrollbar {
width: 5px;
}

.menudrop::-webkit-scrollbar-track {
box-shadow: inset 0 0 6px #fdfdfd;
}

.menudrop::-webkit-scrollbar-thumb {
background-color: #610631;
outline: 0px solid #fdfdfd;
}
.dropdowncountry .menudrop .option{
    margin: .3em .3em .3em .3em;
    margin-top: 0.3em;
}

.dropdowncountry .menudrop .option:hover{
    background: rgba(0,0,0,0.2);
}

.pointerCursor:hover{
    cursor: pointer;
}

@media screen and (min-width : 920px) and (max-width : 1024px){
    .dropdowncountry {
    width: 30%;
}


}

@media screen and (min-width : 768px) and (max-width : 920px){
    .dropdowncountry {
    width: 37%;
}


}