@charset "utf-8";

/*=========== POWERED BY MERIDIAN SOLUTIONS INC ============*/


/*************** DEFAULT CSS ***************/
:root {
    --body-font: 'Unbounded', sans-serif;
    --body-font-Size: 14px;
    --body-color: #404040;
    --primary-color: #235aa6;
    --secondary-color: #1e2529;
    --light-blue:#dfedf6;
    --black: #0a0a0a;
    --white: #fff;
    --grey: (#ccc);
    --heading-font:'Unbounded', sans-serif;  
    --small-font: 'Open Sans', sans-serif; 
    
}
body{
    
    font-family: var(--body-font);
    font-size:var(--body-font-Size);
    font-style: normal;
    line-height: normal;
    font-weight:400;
    color: var(--body-color);
    text-decoration: none;
    margin:0px;
    -webkit-font-smoothing: antialiased;
    padding:0;
    
}

html{ scroll-behavior: smooth;}
* {
    -webkit-box-sizing: border-box;
    -mox-box-sizing: border-box;
    box-sizing: border-box;
}
::selection {
    background: var(--primary-color); /* Safari */
    color:#fff;
        }
::-moz-selection {
    background: var(--primary-color); /* Firefox */
    color:#fff;
}

a {
    color:var(--primary-color);
    text-decoration: none;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    }
    a:hover {
    color: var(--secondary-color);
    }

p {
    margin:0px 0 30px 0;
    clear:left;
    padding:0;
    font-weight: normal;
    line-height: 23px
    }
h1, h2, h3, h4, h5, h6 {
    margin:0 0 20px 0;
    padding:0;
    font-weight:normal;
    }

.srh{
    margin: 0px!important;
    padding:0;
    font-weight:normal;
    font-size: 14px;
    line-height: 20px;
    }

 

    h2{
        font-size: 28px;
        line-height: 30px;
        margin-bottom: 10px
    }
        h3{
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 10px
    }
  
hr {
    margin:30px  0 30px 0;
    height:1px;
    border:0;
    border-top:1px solid #ccc;
    position:relative;
    width: 100%;
}
.cours-select-box .form-group .fieldset {
    border-bottom: 1px solid #ccc;
    border-top: none;
    border-left: none;
    border-right: none;
    background: url(../images/icons/arw.png) no-repeat 98% 64%;
    background-size: 25px;
}

.wpcf7 span.wpcf7-form-control-wrap {
    width: 100%;
}


.mb-frm {
    width: 70%;
}
.cn-frm {
    width: 26%;
}

.wpcf7 .mobile-frm {
    display: flex;
    gap: 15px;
}


.whtsapp-link .whatsapp-icon {
    line-height: 58px !important;
}

.whtsapp-link .whatsapp-icon img {
    width: 36px !important;
    height: 36px !important;
    top: 11px !important;
}



.header-right .menu-wrap .navigation {
    padding-right: 25px;
}


.crp_related.crp-masonry ul li{float: left!important;}
img{
    border:0;
     -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    
}   
a img {
    border: 0;
    }

/*-----------text styles------------*/
.text-white{
    color:var(--white)!important;
}
.text-black{
    color: #000  !important;
}
.text-blue{
    color: var(--primary-color) !important;
} 
.text-darkblue{
    color: var(--secondary-color) !important;
} 
.text-center{ text-align: center; }
.text-justify{ text-align: justify; }
.uppercase{text-transform: uppercase;}
/*-----------background styles------------*/
.bg-blue{background-color: var(--primary-color)}
.bg-darkblue{background-color: var(--secondary-color)}
.bg-lightblue{background-color: var(--light-blue)}
/*************** PRELOADER ***************/
#preloader {
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#fff; /* change if the mask should have another color then white */
    z-index:999999; /* makes sure it stays on top */
}
#status {
    width:100%;
    height:100%;
    position:absolute;
    left:0; /* centers the loading animation horizontally one the screen */
    top:0; /* centers the loading animation vertically one the screen */
    background-image:url(../images/zabeel-logo.png); /* path to your loading animation */
    background-repeat:no-repeat;
    background-position:center;
    margin:0; /* is width and height divided by two */
}
#status{
/* -webkit-animation: flipInY 1s infinite alternate;
  -moz-animation: flipInY 1s infinite alternate;
  -ms-animation: flipInY 1s infinite alternate;
  -o-animation: flipInY 1s infinite alternate;
  animation: flipInY 1s infinite alternate;*/
    }
/*************** BACK TO TOP ***************/

/*************** COLUMS AND ROWS ***************/
main{
    position:relative;
    }
.row{
    width:100%;
    display:block;
    padding:0;
}
.row-flex{ 
    width:100%;
    margin: 0;
    padding: 0;
    display: block;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; 
}
.justify-center{justify-content: center;}
.align-center{align-items: center;}
.space-between{justify-content: space-between;}

.container{
    width:1320px;
    margin:0 auto;
}
.fullwidth{
    width:100%;
    display:block;
}
.two-col{
    width: 46%;
    margin-right: 8%;
}
.three-col{
    width:30%;
    margin-right:5%;
}
.four-col{
    width:22%;
    margin-right:4%;
}
.last{
    margin-right:0 !important;
}


section , footer {
    width: 100%;
    position: relative;
}


.smd1{
    width:100%
}
.smd2{
    width:50%
}
.smd3{
    width:33.33333333333333%
}
.smd4{
    width:25%
}
.smd5{
    width:20%
}
.smd6{
    width:16.66666666666667%
}
.smd40{
    width:40%
}
.smd60{
    width:60%
}
.smd30{
    width:30%
}
.smd70{
    width:70%
}
.smd75{
    width:75%
}
.smd66{width: 66.66666666%;}


.pd-5{ padding:5px; }
.pd-10{ padding:10px; }

/*************** HOME PAGE CSS ***************/
header{  
width: 100%; 
top:-100px;
 -webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
 }
.header{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
    position: relative;
}
.logo{ 
    
 }
.logo img{ max-width: 245px; height: 60 !important;}
.header-right{
display: flex;
align-items: center;
gap: 10px;
position: relative;
z-index: 2;
}
.video-all-btn {
    position: absolute;
    right: 0;
    top: 0;
}
.upload-btn-wrapper .browse-btn {
    display: none;
}

.smd2.review a img {
    width: 100%;
    padding: 5px;
}









.pay-btn{
    display: inline-block;
    background:var(--primary-color);
    color: var(--white);
    font-size: 10px;
    line-height: 12px;
    text-transform: uppercase;
    padding: 13px 45px 13px 20px;
    position: relative;
    border-radius: 25px;
}
.pay-btn i{
    position: absolute;
    top: 14px;
    right: 20px;
    font-size: 10px;
    transform: rotate(-45deg);
    }
.pay-btn:hover{
 background:var(--secondary-color);
  color: var(--white);
}
.roundlinks{
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border:1px solid #c1c1c1;
    color: #c1c1c1;
    font-size: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 0px;
}
.roundlinks:hover{
     background-color: var(--primary-color);
     border:1px solid var(--primary-color);
      color: #fff;
      transform: rotate(-360deg);
    }
.whatsapplink{
 background-color: #25d366;
 border:1px solid #25d366;
 font-size: 23px;
 color: #fff;
}
.social {
    font-size: 16px;
    line-height:25px;
}
.social a i{

    }
    .social a:hover i{
  
    }
.topbar{
    display: flex;
    justify-content: flex-end;
}
.languages{
     font-size: 12px; color: var(--black);
}
.languages a{
    padding: 0 5px;
     font-size: 10px; color: var(--black);
}
.languages a:hover{
       color:var(--primary-color);
    }

.inline {
    display: inline-block;
    padding: 4px 8px;
    line-height: 20px;
}
.sch-btn {
    border-left: 1px solid #c1c1c1;
    color: #c1c1c1;
    font-size: 20px;
    font-weight: 700;
    padding: 0px 15px;
    position: relative;
    z-index: 100;
}
.menu-wrap{
   display: inline-block;  
}
.menu {
    position: relative;
    z-index: 100;
    margin-top: 8px;
}

.sliderrow{
   position: relative; 
}
.sliderrow:after{
  content: '';
  width: 100%;
  height: 143px;
  background-color: var(--light-blue);
  position: absolute;
  bottom: 0;
  left:0;
  z-index: -1;
}

.slider-wrap {
    position: relative;
}

.link{}

.link a{
   color: #0f0f0f;
    background: #d7ae6c;
    font-size: 20px;
    line-height: normal;
    padding: 0 23px 0 23px;
    height: 44px;
    line-height: 42px;
    font-style: normal;
    font-weight: 600;
    display: inline-block;
    border-radius: 50px;
    position: relative;
    margin: 10px 0;
}
.link2 a{
    font-size: 16px;
    margin-top: 15px;
    }
/*.link a:after{
 font-family: 'Font Awesome 5 Free';
    content: "\f067";
    color:#fff;
    width:48px;
    height:48px;
    position:absolute;
    top:0;
    right:-15px;
    background-repeat: no-repeat;
    background-position: center center;
}*/


.link a:hover{
    background-color:#702337;
    color:#FFF;
    }

ul.certifications{
    padding: 0;
    margin:0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap:2%;
    row-gap:20px;
}
ul.certifications li{
    flex:0  0 18%;
    padding: 0;
    margin:0;
    width: 100%;
list-style: none;
padding:12px  15px ;
background-color: var(--white);
text-align: center;
border-radius: 15px;
}
ul.certifications li img{
    max-width: 100%;
    }
    ul.certifications li:hover img{
     -webkit-animation: flipInY 1s  alternate;
  -moz-animation: flipInY 1s  alternate;
  -ms-animation: flipInY 1s  alternate;
  -o-animation: flipInY 1s  alternate;
  animation: flipInY 1s  alternate;
    }

.heading{
    font-size: 36px;
    line-height: 40px;
    color: var(--black);
    margin-bottom: 30px;
}
   .highlight-text{
        font-size: 16px;
        font-weight: 500;
        line-height: 20px;
        color: #939393;
    }


.button-style a{
    display: inline-block;
    position: relative;
    padding: 15px 65px 15px 25px;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    border-radius: 25px;
    background-color: var(--primary-color);
    color: var(--white);
    overflow: hidden;
    margin-right: 5px;
}
.wchat{
background-color:#25d366 !important;
}

.white-button-style a{
     background-color: var(--white);
     color: var(--primary-color);
}
.white-button-style a:hover{
     color: var(--white);
}
.button-style a span{
    position: relative;

}
/*.button-style a:hover{
     background-color: var(--secondary-color);
    }*/
.button-style a:before{
    content: '';
    width: 52px;
    height: 100%;
    position: absolute;
    top:0;
    right: 0;
    background: var(--secondary-color); 
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    }
    .button-style a:hover:before{
        width: 100%;
    }
    .button-style a:after{
    content: '';
    width: 52px;
    height: 100%;
    position: absolute;
    top:0;
    right: 0;
    background:  url(../images/icons/arrow-white.png) no-repeat center center; 
    display: flex;
    align-items: center;
    justify-content: center;
      -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    }
     .button-style a:hover:after{
        transform: rotate(45deg);
     }

    .courses-row{
     
       
    }
    .course-single{
        flex:0  0 23%;
        position: relative;
        margin:1%;
    }
    .course-cont{
        position: absolute;
        width: 100%;
        height: 100%;
        top:0;
        left:0;
        padding: 26px 37px 37px 37px;
        color: var(--white);
        z-index: 2;

    }
        .course-cont:after{
content: '';
width: 100%;
height: 100%;
background-color: var(--primary-color);
position: absolute;
bottom:0;
left:0;
z-index: -1;
 -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    }
 .course-single:hover     .course-cont:after{
height: 0%;
    }
        .course-cont h3{
            font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
        }
          .course-cont p{
            font-size: 10px;
            line-height: 15px;
            margin-bottom: 20px;
            font-family: var(--body-font);
            font-weight: 300;
        }
    .more{
        width: 57px;
        height: 57px;
        border:1px solid #fff;
        border-radius: 100%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
         -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    }
        .more:hover{
        border:1px solid var(--primary-color);
        background-color: var(--primary-color);
        transform: rotate(45deg);
        opacity: 1;
    }
              .course-cont .more{
position: absolute;
bottom:25px;
right:25px;
opacity: 0;
transform: scale(0.1);
-webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
        }
 .course-single:hover  .course-cont .more{
opacity: 1;
transform: scale(1);
        }
         .course-single:hover  .course-cont .more:hover{
 background-color: var(--primary-color);
        transform: rotate(45deg);
        }

    /*--------------------------*/

.counter-wrap{
    color: #fff;
    padding: 0;
}
.data-progress {
    padding: 0px;
    margin: 0;
    margin-left: 0px;
    display: flex;
    align-items: center;
    position: relative;
}

.data-progress li {
    list-style: none;
    width: 25%;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 0;
    text-align: center;
    padding: 0;
  
}
.data-progress li:after {
    content: '';
    width: 1px;
    height:79px ;
    background-color: #cecece;
    position: absolute;
    top:5px;

    left:0;
    }
.data-progress li:first-child:after {
     display: none;
}
.data-progress li h2 {
    font-weight: 700;
    color: var(--primary-color);
    font-size: 80px;
    margin-bottom: 5px;
    line-height: 86px;
}

.data-progress li h2 span {
  /*  font-size: 58px;
    color: #000;*/
}

.data-progress p {font-size: 14px;font-weight: 400;margin-bottom: 0px;
    color: #404040;text-transform: uppercase;}


.curvebox{
    border-radius: 50px;
    overflow: hidden;
}
.introbox{}
.introbox-in{

}
.subtitle{
    display: inline-block;
    font-size: 18px;
    line-height: 20px;

}
.videobox{
    background-color: var(--black);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.videobox img{
    width: 100%;
    }
    .videobox .v-cont{
    
position: absolute;
    }
.play-btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 102px;
    font-size: 36px;
    height: 102px;
    border: 3px solid var(--white);
    border-radius: 100%;
    color: var(--white);
}
.play-btn:hover{
     background-color: var(--primary-color);
     color: var(--white)
}

.testimonial-box {
    padding: 35px 35px 35px 35px;
    margin: 20px;
    background: var(--white);
    position: relative;
    border-radius: 40px;
    -webkit-box-shadow: 0px 0px 36px -10px rgba(0,0,0,0.34);
    -moz-box-shadow: 0px 0px 36px -10px rgba(0, 0, 0, 0.34);
    box-shadow: 0px 0px 36px -10px rgba(0,0,0,0.34);
    overflow: hidden;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    height: 315px;
}
.testimonial-box:hover{
       -webkit-box-shadow: 0px 0px 36px -10px rgba(0,0,0,0.64);
    -moz-box-shadow: 0px 0px 36px -10px rgba(0,0,0,0.64);
    box-shadow: 0px 0px 36px -10px rgba(0,0,0,0.64);
    }
.testimonial-box .desc p{
    font-size: 16px;
    line-height: 22px;
    font-family: var(--body-font);
    color: #535353;
}
.client-div{
    display: flex;
   
    gap:22px;
}
.photo{
    width: 60px;
    height: 60px;
    border-radius: 100%;
    overflow: hidden;
}
.photo img{
    max-width: 100%;
    }
.client-det{
    font-size: 12px;
}
.client-det h4{
    font-size: 12px;
    line-height: 14px;
    color: var(--black);
    margin-bottom: 0;
    font-weight: 500;
}
.text-grey{
    color: #939393;
}
.stars{
    background-color: #f3f3f3;
    padding:5px 2px;
    display: inline-flex;
    gap:2px;
    margin:2px 0;
}
.stars i{
    font-size: 20px;
    color: #ffbd33;
    }

/*--------------------------------scroll-------------*/
.bannerH {
  white-space: nowrap;
  position: relative;
  color: white;
}
.bannerH p{
  font-size: 40px;
  line-height:40px;
  color: var(--white);
  font-weight: 500;
  display: flex;
  align-items: center;
  margin: 0;
}
.bannerH p .sep {

    margin: 0 40px;

}
.sideScroll {
  display: inline-block;
  animation: sideScroll 20s linear infinite;
}

@keyframes sideScroll {
  100% {
    transform: translateX(-2000px);
  }
}

.sep{
    width: 1px;
    height: 30px;
    font-size: 0;
    background-color: var(--white);
    transform: rotate(35deg);

}

.sidescroll-row{
    overflow: hidden;
    background-color: var(--primary-color);
    padding: 30px 0;
}

.news-single{
    flex:0 0 30%;
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}

.news-single .date{
    padding: 15px 0;
    /* border-top:2px solid var(--secondary-color); */
}
.news-desc{
    padding: 40px 30px 30px 30px ;
  
}
a .news-desc {
    color: var(--white);
    background-color: var(--primary-color);
    display: flex;
    flex-direction: column;
    gap: 9px;
    position: relative;
    z-index: 2;
    }
a .news-desc> * {
    position: relative;
    z-index: 2;
}
.news-desc:after{
    content: '';
width: 100%;
height: 0%;
position: absolute;
bottom: 0;
left:0;
background-color: var(--secondary-color);
 -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;

}
.news-single:hover .news-desc:after{
    height:  100%;
    
    }

    .news-single:first-child .news-desc h3 {
        padding-bottom: 25px;
    }
.news-single .date {
  font-size: 12px;
  line-height: 12px;
  padding-top: 0;
  background: transparent;
  color: var(--white);
  display: block;
}
.news-more{
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border:1px solid var(--white);
    align-self: flex-end;
     -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.news-single:hover .news-more{
    transform: rotate(45deg);
    }
.bg-darkblue{
    background-color: #122e55;
}
.trainingbox{
    background:url(../images/trainingbanner.jpg) no-repeat top left #235aa6;
    padding: 50px;
    color: #fff;
     display: flex;
    justify-content: flex-start;
    align-items: center;
}
.whatsappbox{
    background:url(../images/footerbanner.jpg) no-repeat top left #235aa6;
   /* padding: 50px;*/
    color: #fff;
     display: flex;
    justify-content: flex-end;
    align-items: center;
}
.whatsappbox h2{

    }
a.whatsappbtn{
    display: inline-block;
    background-color: #25d366;
    padding: 23px 27px 23px 75px;
    border-radius: 39px;
    color: #fff;
    font-size: 18px;
    position: relative;
}
a.whatsappbtn i{
    position: absolute;
    top: 8px;
    left: 23px;
    font-size: 44px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    }
    a.whatsappbtn:hover{
         background-color: #fff;
          color: #25d366;
    }
a.whatsappbtn:hover i{
    transform: rotate(-110deg);
     color: #25d366;
}
.mission-box{
    padding:130px 30px 30px 30px;
    position: relative;
    text-align: center;
}
.mission-box img.icon{
    position: absolute;
    }
    .mission-box img.icon {
    position: absolute;
    top: 30px;
    right: 0;
    left: 0;
    margin: 0 auto;
}
    .border {
    border: 1px solid #ccc;
}
.underline{
    padding-bottom: 15px;
    position: relative;
}
.underline:after{
content: '';
width: 50px;
height: 1px;
background-color: var(--primary-color);
position: absolute;
bottom:0;
left:0;
z-index: 2;

}




.filter-doctors {
    position: sticky;
    top: 90px;
    background-color: #fff;
    padding: 10px 3px;
    z-index: 5;
}
.filter-doctors .form-group {
    margin-bottom: 0;
}

.filter-doctors .form-group.form-group-select select {
    margin-bottom: 0;
}
.form-group .sendbutton {
    background: unset;
    background-color: #235aa6;
    color: #fff;
    margin-right: 0;
}
.form-group .sendbutton:hover {
    background-color: #073472;
}
#transcript {
  display: none;
}

#transcript.visible {
  display: block;
}

#trxshow {
  text-align: left;
}
.show-hide-btn {
    display: inline-block;
    background: var(--primary-color);
    color: var(--white);
    font-size: 10px;
    line-height: 12px;
    text-transform: uppercase;
    padding: 11px 25px 11px 25px;
    position: relative;
    border-radius: 25px;
    margin-top: 10px;
}
.button-style-inner a {
    display: inline-block;
    position: relative;
    padding: 15px 25px 15px 25px;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    border-radius: 25px;
    background-color: var(--primary-color);
    color: var(--white);
    overflow: hidden;
    margin-right: 5px;
}

.button-style-inner a:hover {
    background-color: #000;
}
ul {
    list-style: none;
    padding-left: 0;
}
.frq-head h2 {
    font-size: 20px;
}

.frq-head ol.list li {
    list-style: circle;
    margin-bottom: 7px;
}

.frq-head ol.list li a {
    color: #000;
    font-size: 13px;
}

.frq-head ol.list li a:hover {
    color: #235aa6;
}
.sub-ead-lite strong {
    color: #000;
    margin-bottom: 9px;
    display: inline-block;
}
span.wpcf7-form-control-wrap {
    width: 49.5%;
    display: inline-block;
    vertical-align: top;
}

.submit-outer {
    margin-bottom: 0px;
    margin-top: 7px;
}

.submit-outer input.wpcf7-form-control.wpcf7-submit.has-spinner.sendbutton {
    width: 100%;
}


.wpcf7-form-control-wrap-msg{
    width: 100% !important;
}
a.handle {
    font-size: 25px;
    margin-bottom: 20px;
    display: inline-block;
}
span.wpcf7-form-control-wrap.recaptcha {
    width: 100%;
    margin-bottom: 10px;
}
.form-col {
    flex: 0 0 28%;
}

.form-col-last {
    display: inline-block;
    flex: 0 0 10%;
    text-align: center;
}
.whtsapp-link h5{float:left;width: 150px;position:absolute;right:-11px;opacity:0;color:#6d6d6d;font-size: 15px;font-weight:500;margin:10px 0 0 0;background-color:#e8e8e8;padding:10px;border-radius:5px;line-height:18px;z-index:0;-webkit-transition:all 300ms ease-in-out;-moz-transition:all 300ms ease-in-out;transition:all 300ms ease-in-out;}
.whatsapp-icon{
    width: 61px;
    height: 61px;
    background: #2db742;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    box-shadow: 0px 6px 8px 2px rgba(0,0,0,0.14);
    -webkit-box-shadow: 0px 6px 8px 2px rgba(0,0,0,0.14);
    -moz-box-shadow: 0px 6px 8px 2px rgba(0,0,0,0.14);
    text-align: center;
    line-height: 58px;
    float: right;
    margin-left: 0;
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.whatsapp-icon img{width:36px !important;-webkit-transition:all 300ms ease-in-out;-moz-transition:all 300ms ease-in-out;transition:all 300ms ease-in-out;top: 0;position: relative;}
.whtsapp-link:hover h5{left: 55px;opacity:1}
.whtsapp-link {
    position: fixed;
    left: 20px;
    top: 80%;
    z-index: 9;
}
.enq-inn-frm{ padding: 100px 0; background-color: #f7f7f7;}
.logo-wrap .accrt-icon{
    display: flex;
    align-items: center;
    gap: 2%;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e3e3e3;
}
.logo-wrap .accrt-icon figure{
    margin: 0px;
    flex: 0 0 20%;
    line-height: 0;
    border: 1px solid #e2e2e2;
    padding: 20px;
    border-radius: 20px;
    text-align: center;
}
.logo-wrap .accrt-icon figure img{
    max-width: 100%;
}
.logo-wrap .accrt-icon p{margin-bottom: 0;}

.career-wrap .accrt-icon {
    display: flex;
    align-items: center;
    gap: 2%;
    margin-bottom: 35px;
}
.career-wrap .accrt-icon figure {
    margin: 0px;
    flex: 0 0 30%;
    line-height: 0;
    border: 1px solid #e2e2e2;
    padding: 20px;
    border-radius: 20px;
    text-align: center;
}
.career-wrap .accrt-icon figure img {
    max-width: 100%;
}

























     .small-txt{
            font-size: 12px;
    line-height: 14px;
    color: #979797;
    display: inline-block;
     }
    .shadow{
            -webkit-box-shadow: 0px 0px 36px -10px rgba(0,0,0,0.24);
    -moz-box-shadow: 0px 0px 36px -10px rgba(0,0,0,0.24);
    box-shadow: 0px 0px 36px -10px rgba(0,0,0,0.24);
    }
       .shadow:hover{
            -webkit-box-shadow: 0px 0px 36px -10px rgba(0,0,0,0.44);
    -moz-box-shadow: 0px 0px 36px -10px rgba(0,0,0,0.44);
    box-shadow: 0px 0px 36px -10px rgba(0,0,0,0.44);
    }
    .curved2 {
border-radius: 30px;
}
.courses-row-inner{

}
.courses-row-inner .course-single .course-cont:after{
    display: none;
}
.testimonial-row-inner{
    gap:3%;
}
.testimonial-box-inner{
    flex: 0 0 48.2%;
    margin: 0;
    margin-bottom: 40px;
}

.gallery-item{
    flex:0 0  23.5%;
    line-height: 0;
    margin-bottom: 30px;
}
.video-item{
    padding: 15px;
    line-height: 0;
    background-color: #f1f1f1;
     margin-bottom: 30px;
}

.news-row-inner{
    gap:3%;
}
.news-row-inner .news-single{
        flex: 0 0 31.33%;
}

/*--------------fixed social---------*/
.fixed-social{position: fixed;right: 0;top: 40%;width: 30px;margin-top: -30px;z-index: 3;background: #235aa6;display: flex;flex-direction: column;gap: 0px;border-radius: 10px 0px 0px 10px;overflow: hidden;}
.fixed-social a {
    width: 100%;
    color: #fff;
    font-size: 15px;
    background-color: var(--primary-color);
    text-align: center;
    /* padding: 11px 0px; */
    /* border-radius: 100%; */
    /* margin: 2px 0; */
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fixed-social a:hover{background-color: var(--white);color: var(--primary-color);}

.btn-link-box{
    position: absolute;
    bottom:0;
    right:50px;
    padding:20px 40px;
    background-color: var(--white);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    display: inline-flex;
    gap:15px;
}
.btn-link-box a{
    display: inline-block;
    font-size: 12px;
    line-height: 14px;
    padding: 7px 15px;
    border-radius: 25px;
    border:1px solid var(--secondary-color);
    color: var(--secondary-color);
    }
.btn-link-box a:hover{
    background-color: var(--secondary-color);
     color: var(--white);
}

/*---------------------course detail----------------*/
select.classic {
    background-image: url(../images/icons/down-arrow.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-color: #fff;
    padding: 0 50px 0 23px;

}
.classic {padding: 0 50px 0 23px;}
select.classic:focus {
    border:0;   
    background-image: url(../images/icons/up-arrow.png);
    background-repeat: no-repeat;
    background-position: right center;
    border:1px solid #D9D9D9;
}

.form-group {
    position: relative;
    margin-bottom: 10px;
}
.form-group  input{
    border-radius: 0;
    color: #000;
    border-left: 1px solid #ccc;
}
.form-group-select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    color: #000;
    cursor: pointer;
    background: transparent;
    background:url(../images/icons/down-arrow.png) no-repeat 98% 61%;
    border-radius: 0;
    border-left: 1px solid #ccc;
}
.form-group-select select:focus {
    background: url(../images/icons/up-arrow.png) no-repeat 97% 61%;
    }
.form-group-select:after {
    content: "\f078";
    position: absolute;
    top: 0%;
    right: 0;
    width: 50px;
    height: 50px;
    /* transform: translateY(-50%); */
    font-size: 12px;
    border: 1px solid #ccc;
    z-index: 1;
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    line-height: 52px;
    text-align: center;
    background-color: #fff;
}
 .search-btn {
    position: absolute;
    top: 0;
    right: 0px;
    width: 52px;
    height: 100%;
    color: #333333;
    font-size: 0px;
    border: 0;
    background:url(../images/icons/next-arrow-white.png) no-repeat center center var(--primary-color);
    text-align: center;
    padding: 0;
    letter-spacing: 0.4px;
    border-radius: 0px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
label{
    color: var(--black);
    margin-bottom: 10px;
    font-size: 11px;
    display: block;
}

.subhead{
    width: 100%;
    padding-bottom: 15px;
    font-size: 20px;
    line-height: 22px;
    border-bottom:1px solid var(--primary-color);
    color: var(--primary-color);
    margin-bottom: 20px;
}

/*---------------------checkout page---------------*/
.leftside-checkout{}
.rightside-checkout{}
.checkout-form .fieldset {
    width: 100%;
    height: 52px;
    padding: 8px 10px;
    background-color: none;
    background-color: transparent;
    display: block;
    border: 1px solid #ccc;
    margin: 0 0 10px 0;
    color: #626262;
    font-size: 14px;
  
}
.checkout-container label, .write-review label {
    margin-bottom: 5px;
    color: #777;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.01em;
    display: block;

}
.write-review label
{display: inline;}
.required {
    border: none;
    color: #E01020;
    font-size: 16px;
    line-height: 1;
}
abbr[title] {
    border-bottom: 0px dotted;
    text-decoration: none;
}
.checkout-container .form-control, .checkout-container select.form-control:not([size]):not([multiple]) {
    height: 49px;
}
.select-custom{
    position: relative;
}
.select-custom:after {
    content: "";
    position: absolute;
    top: 65%;
    padding: 24px;
    right: 0;
    transform: translateY(-50%);
    font-size: 12px;
    border-left: 0px solid #ccc;
    background: url(../images/icons/down.png) no-repeat center center;
    z-index: -1;

}
.select-custom select {
/*    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    position: relative;
    z-index: 1;
    background: transparent;*/
    margin-bottom: 10px;
}
.checkout-container textarea.form-control {
    min-height: 125px;
}
.submit-box{
    align-items: center;
    justify-content: flex-end;
    gap:50px;
}
a.un-link{
    text-decoration: underline;
    color: var(--body-color)
}
.form-group {
    position: relative;
    margin-bottom: 10px;
}

.form-control {
  height: 43px;
/*  line-height: 40px;*/
  border: none;
  border: 1px solid #ccc;
  border-radius: 1px;
  padding: 0 0 0 20px;
  font-size: 14px;
  border-radius: 2px;
  width:100%;
  font-family: var(--body-font)
}

.form-box{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.form-control:focus {
  border-color: #ff5e14;
}

textarea.form-control {
  height: 122px;
  padding-top: 10px;
  line-height: 25px;
}

.form-control::-webkit-input-placeholder {
  color: #9b9b9b;
}

.form-control:-moz-placeholder {
  color: #9b9b9b;
}

.form-control::-moz-placeholder {
  color: #9b9b9b;
}

.form-control:-ms-input-placeholder {
  color: #9b9b9b;
}

.form__title {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 20px;
}



.select .form-control{
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  color: #100e0e;
  cursor: pointer;
  background:transparent;
   appearance: none;
    -webkit-appearance: none;
    background-image: url(../images/icons/icon5.svg);
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 14px;
}
.payment-form{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.greybox{
    background-color: var(--light-blue);
    padding: 25px;
    border-radius: 15px;
}



.pay-adrs-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 1%;
    margin-bottom: 40px;
}
.pay-adrs-box {
    flex: 0 0 32.6666666666666%;
    padding: 30px;
    background-color: #235aa6;
    display: flex;
    gap: 15px;
    align-items: center;
    border-radius: 10px;
}
.pay-adrs-box i {
    width: 40px;
    height: 40px;
    background-color: #fff;
    text-align: center;
    line-height: 40px;
    border-radius: 50px;
    color: #235aa6;
}
.pay-adrs-box .top-head-1 h5 {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 4px;
}
.pay-adrs-box .top-head-1 p {
    margin-bottom: 0px;
    color: #fff;
}








.button-style .wchat.ds-hide {
    display: none;
}











/*************** paddings ***************/
.pt-100{padding-top: 100px}
.pb-100{padding-bottom: 100px}
.pt-50{padding-top: 50px}
.pb-50{padding-bottom: 50px}
.pt-70{padding-top: 70px}
.pb-70{padding-bottom: 70px}
.pt-30{padding-top: 30px}
.pb-30{padding-bottom: 30px}
.pt-20{padding-top: 20px}
.pb-20{padding-bottom: 20px}
.pt-0{padding-top: 0px}
.pb-0{padding-bottom: 0px}

.pad-0{padding: 0}
.pad-25{padding: 25px}
.pad-50{padding: 50px}
.pl-100{padding-left: 100px}
.pr-100{padding-right: 100px}
.pl-80{padding-left: 80px}
.pr-80{padding-right: 80px}
.pl-20{padding-left: 20px}
.pr-20{padding-right: 20px}
.pl-30{padding-left: 30px}
.pr-30{padding-right: 30px}
.pl-50{padding-left: 50px}
.pr-50{padding-right:50px}
.pl-70{padding-left: 70px}
.pr-70{padding-right: 70px}
.pr-20{padding-right: 20px}
.mt-100{margin-top: 100px}
.mb-100{margin-bottom: 100px}
.mt-50{margin-top: 50px}
.mb-50{margin-bottom: 50px}
.mt-0{margin-top: 0px}
.mb-0{margin-bottom: 0px}


/*************** footer CSS ***************/
footer{}
footer:after
{
    content: '';
    width: 100%;
    height: 200px;
    background-color: #fff;
    position: absolute;
    top:0;
    left:0;
    z-index: 0;
}
footer a{color: #fff;}
.footer{
    padding: 0px 0  0 0;
    position: relative;
    z-index: 1;
}
.footer-div{
    flex:0 0 25%;
    padding: 40px 30px 40px 40px;
    position: relative;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    color: var(--white);
    font-size: 12px;
}
.footer-div:last-child{
    padding-right: 0;
    }
.footer-div a{
    color: #fff;
    }
    .footer-div a:hover{
    color: #8dcff4;
    }
.footer-div p{
        color: var(--white);
    font-size: 12px;
    line-height: 20px;
    }
.footer-div:after{
    content: '';
    width: 6px;
    height: 27px;
    background-color: #8dcff4;
    position: absolute;
    top:40px;
    left:0;
    }
.footer-div h3{
    position: relative;
    font-size: 18px;
    margin-bottom: 20px;
    color: #fff;
    font-weight: 600;
}

ul.footerlinks{
    margin:0 0 20px 0;
    padding: 0;
     width: 100%;
}
ul.footerlinks li{
    list-style: none;
    padding: 2px 0;
    line-height: 20px;
    font-size: 12px;
    line-height: 20px;
     width: 100%;
}
ul.footerlinks li a{
    width: 100%;
    position: relative;
}
ul.footerlinks li a:hover{
    color: #8dcff4;
    }
ul.footerlinks li a:after {
    content: '\f061';
    position: absolute;
    left: -30px;
    top: -5px;
    color: #8dcff4;
    display: inline-block;
    padding: 2px;
     font-family: "FontAwesome";

    opacity: 0;
    -webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;

}
ul.footerlinks li a:hover:after {
    left: -15px;
    opacity: 1;

    }
.cont-link{
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
}

.footer-social{
    display: flex;
    gap:7px;
}

.footer-bottom{
   background-color: var(--white);
   color: #535353;
    padding: 30px 0;
    font-size: 12px;

}
.footer-bottom a{
     color: #535353;
    }
.copy{
    display: flex;
    justify-content: space-between;
}
.copy p{
    margin-bottom: 0;
    }

.footer-social a{
    color: var(--primary-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d4d4d4;
    border-radius: 100%;
    width: 40px;
    height: 40px;
}
.footer-social a i {
    margin-right: 0;
    font-size: 19px;
  
}
.footer-social a:hover  {
    background-color: var(--primary-color);
    color: var(--white)
}
/*************** INNER PAGE CSS ***************/

.flex-gap{gap:2%;}
.two-flex-col{
flex:0 0 48%; 
}
.three-flex-col{
flex:0 0 31%;
}
.four-flex-col {
flex:0 0 22%;
    }
.five-flex-col {
flex:0 0 18%;
    }
.image-box{
    padding-right:30px;
    padding-bottom:30px;
    position: relative;
    width: 100%;
}
.stickybar{
    position: sticky !important;
    top: 120px;
}
.image-box2{
     padding-top:30px;
     padding-left:30px;
    }
.image-box .hover-effect{
    border-radius: 15px;
        -webkit-box-shadow: 0px 0px 34px -15px rgb(0 0 0 / 70%);
    -moz-box-shadow: 0px 0px 34px -15px rgba(0,0,0,0.7);
    box-shadow: 0px 0px 34px -15px rgb(0 0 0 / 70%);

    }
.image-box:after, .image-box2:before{
    content: '';
    width: 40%;
    height: 40%;
    background:#702337;
    border-radius: 15px;
    position: absolute;
    bottom: 0;
    right:0;
    z-index: -1;
    }
.image-box2:before{
        bottom: auto;
    right:auto;
    top:0;
    left:0;
      background:#d7ae6c;
}
 
    .wrap-box{
     border-radius: 15px;
    -webkit-box-shadow: 0px 0px 34px -15px rgb(0 0 0 / 70%);
    -moz-box-shadow: 0px 0px 34px -15px rgba(0,0,0,0.7);
    box-shadow: 0px 0px 34px -15px rgb(0 0 0 / 70%);
    overflow: hidden;

    }

ul.list{
    margin:0;
    padding: 0;
    margin-bottom: 30px;
}
ul.list li{
list-style: none;
    padding: 5px 7px 4px 30px;
    line-height: normal;
    position: relative;
}
ul.list li:before{
    content: "\f061";
    position: absolute;
    top: 6px;
    left: 0;
    font-family: "FontAwesome";
    color: var(--primary-color);
    font-size: 16px;

    }

.cnt-wrap {
    
background-color: var(--primary-color);
    
padding-top: 26px;
    
padding-bottom: 20px;
}
.icon_box {
    padding: 25px 25px 25px 75px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    position: relative;
}
.icon_box i {
    margin: 0;
    padding: 8px;
    border-radius: 100%;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 30px;
    color: var(--primary-color);
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    background: var(--white);
    position: absolute;
    top: 30px;
    left: 15px;
}

i.fas.fa-map-marker-alt {}

.icon_box .descripion { display:block; overflow:hidden}
.icon_box .descripion h5 {font-size: 18px;margin: 0 0 8px 0;text-transform: uppercase;color: #fff; font-weight: 400}
.icon_box p {margin:0;}
.icon_box a { color:#fff}
.icon_box:last-child{ margin-bottom:0px;  border-bottom:none;}
.cnt-form{   }
.map{ overflow: hidden; width: 100%  }
.map iframe{width: 100% }
.map iframe:hover{}
.table-row{
    width: 100%;
    overflow-x: scroll;
}
.table-style {border-collapse: collapse; width: 100%;}
.table-style th, .table-style td {text-align: left;padding: 8px; border: 1px solid #d9d9d9;}
.table-style tr:nth-child(even){background-color: #f2f2f2}
.table-style th { background-color:var(--primary-color); color: white;}
.subheading{
    font-size: 25px;
    line-height: 35px;
    color: var(--primary-color);
    margin-bottom: 25px;
}
.date-in{
    display: inline-block;
    background-color: var(--primary-color);
    border-radius: 7px;
    padding: 7px 14px;
    margin-bottom: 25px;
    color: var(--white);
}
.cours-select-3{
    display: flex;
    width: 100%;
    gap: 1%;
    align-items: center;
}
.cours-select-box{
    flex: 0 0 24.22222%;
}
.cours-select-box-btn{flex: 0 0 8%;}
.cours-select-box-btn .sendbutton{ margin-right: 0px; width: 100%; text-align: center; border-radius: 0px; }
.enq-form{}
.enq-form .wpcf7-form-control-wrap{}



/*************** INNER BANNER ***************/
.banner{
 z-index: 0;
 width: 100%;
 height: 200px;
 padding: 20px 20px 20px 50px;
 display: flex;
 align-items: end;
 background-image: url(../images/banner1.jpg);
 background-position: center;
 background-repeat: no-repeat;
 position: relative;
 background-size: cover;
 border-radius: 30px;
 overflow: hidden;
 }
.banner-caption h2{text-transform: uppercase;color: var(--white);font-size: 30px;margin-bottom: 10px;font-weight: 600;line-height: 42px;/*text-shadow: 0px 3px 4px #000000d1;*/}
.banner-caption h4 span{color: #dfedf6}
.banner-caption h4 a{ color: #dfedf6;  }
.banner-caption h4 {
    padding: 0px 0px;
    display: inline-flex;
    margin-bottom: 0px;
    align-items: center;
    color: #dfedf6;
    margin-bottom: 52px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    /*    text-shadow: 0px 3px 4px #000000d1;*/
}
.banner-caption{position: relative;z-index: 1;}
.banner:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-color: #dfedf6;
    opacity: .2;
}

.banner-caption h4 span.b-sep{
    font-size: 0;
    width: 1px;
    height: 21px;
    margin: 0 12px;
    transform: rotate(20deg);
    display: inline-block;
    background-color: #dfedf6;
    margin:0 10px;

}


.cls-contact span.wpcf7-form-control-wrap{ width: 100% !important;}
.cls-contact span.wpcf7-form-control-wrap textarea{ width: 100% !important;}
.search-box-wrap {
    display: flex;
    margin-bottom: 30px;
    border-bottom: none;
    gap: 2%;
    background-color: transparent;
    padding: 10px 10px 5px;
    border-radius: 6px;
    width: 40%;
    float: right;
    margin-top: -106px;
}
.search-box-wrap .cours-select-box{
    flex: 0 0 81%;
    margin-left: 25px;
}
.search-box-wrap .cours-select-box-btn{
    flex: 0 0 10%;
}

.search-box-wrap .cours-select-box .form-group .fieldset {
    height: 45px;
    margin-bottom: 0;
}

.search-box-wrap .cours-select-box-btn .sendbutton {
    padding: 11px;
}








/*************** FIXED HEADER ***************/
header.smaller {top:0; left:0px; position: fixed; z-index: 9; -webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;
-webkit-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.41);
    -moz-box-shadow:    0px 1px 5px 0px rgba(50, 50, 50, 0.41);
    box-shadow:         0px 1px 5px 0px rgba(50, 50, 50, 0.41); ;
-moz-box-shadow: 0px 4px 20px #00000059; background-color: #fff;}
header.smaller .top-header{ }



/*************** JARALLAX ***************/
.jarallax{ position:relative; background-repeat:no-repeat; background-position:center center; -moz-background-size:cover; 
-webkit-background-size:cover; -o-background-size:cover; background-size:cover;}

.bg1{background: url(../images/bg1.jpg) no-repeat top center;}
.bg2{background: url(../images/bg2.jpg) no-repeat top center;}
.bg3{background: url(../images/bg3.jpg) no-repeat top center;}
/**********forms**************/
form{
    margin:0;
    padding:0;
}
*:focus {  
    outline: none;
}
.fieldset{
        width: 100%;
        height: 52px;
        padding: 8px 10px;
        background-color: none;
        background-color: transparent;
        display: block;
        border: 1px solid rgb(211 211 211);
        margin: 0 0 10px 0;
        color: #626262;
        font-size: 14px;
        border-radius: 15px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        -ms-border-radius: 15px;
        border-left: 2px solid var(--primary-color);

}
.fieldset1{ height: 130px; }
.sendbutton{
    width: auto;
    height: auto;
    border: 0;
    outline: 0;
    margin: 0 5px 0 0;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    vertical-align: top;
    padding: 15px 30px 15px;
    text-align: center;
    background-color: var(--primary-color);
    text-transform: uppercase;
    font-weight: 700;
 
    border-radius: 55px;
     -webkit-transition: all 300ms ease-in-out; 
    -moz-transition: all 300ms ease-in-out;

    
    }

    .sendbutton:hover{
        background-color: #000;
    }
.select-box {
    appearance: none;
    -webkit-appearance: none;
    background-image: url(../images/icons/icon5.svg);
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 14px;
}
.contact-form{ width: 100%; }
.contact-form .fieldset {margin-bottom: 0px;}
::-webkit-input-placeholder {
   color:  #626262 !important;
}
:-moz-placeholder { /* Firefox 18- */
   color:  #626262 !important;
}
::-moz-placeholder {  /* Firefox 19+ */
   color:  #626262 !important;
}
:-ms-input-placeholder {  
   color:  #626262 !important;
}

.ftr-form ::-webkit-input-placeholder {
   color:  #fff !important;
}
.ftr-form :-moz-placeholder { /* Firefox 18- */
   color:  #fff !important;
}
.ftr-form ::-moz-placeholder {  /* Firefox 19+ */
   color:  #fff !important;
}
.ftr-form :-ms-input-placeholder {  
   color:  #fff !important;
}

.wpcf7-form-control-wrap {
    position: relative;
}


/************************************* 1600px *************************************/
@media only screen and (max-width: 1600px) {

}

/************************************* 1400px *************************************/
@media only screen and (max-width: 1400px) {

}

/************************************* 1366px *************************************/
@media only screen and (max-width: 1366px) {

}
/************************************* 1180px *************************************/
@media only screen and (max-width: 1320px) {
.container{ width:90%;}
.vg-nav>ul>li>a {
    padding: 16px 3px 16px !important;
}
.logo img {
    max-width: 190px;
}
.data-progress li h2 {
    font-size: 60px;
    line-height: 70px;
}
}
/************************************* 1024px *************************************/
@media only screen and (max-width: 1280px) {
.container{ width:90%;}

.pay-btn {
    padding: 10px 16px 10px 16px;
}
.pay-btn i{display: none;}
.header-right {
    gap: 3px;
}
.gallery-item {
    flex: 0 0 32%;
    margin-bottom: 20px;
}
.cont-link {
    font-size: 13px;
    line-height: 18px;
    }
}
/************************************* 1024px *************************************/
@media only screen and (max-width: 1024px) {
.container{ width:90%;}

.pay-btn {
    padding: 10px 16px 10px 16px;
}
.pay-btn i{display: none;}
.testimonial-box {height: auto;}
.pay-adrs-box {
    flex: 0 0 32.6666666666666%;
    padding: 15px;
}
}

/************************************* 980px *************************************/
@media only screen and (max-width: 980px) {
    .menu-wrap {
    /* position: relative; */
    /* width: 100%; */
    /* left: 0px; */
    /* bottom: 1px; */
    /* margin-top: 0; */
}
.four-flex-col{
  flex:0 0 48%
}
ul.certifications li{
    flex:0  0 31.33%;
    }
    .course-single{
        flex:0  0 31.33%;
        margin:1%;
    }
    .introbox .smd2{
        width: 100%;
    }
    .header-right {
    gap: 10px;
}
    .footer-div {
    flex: 0 0 50%;
    padding: 20px 10px 20px 20px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.pay-adrs-box {
    flex: 0 0 30%;
}
}

/************************************* 900px *************************************/
@media only screen and (max-width: 800px) {
    .logo-wrap .accrt-icon figure { flex: 0 0 35%;}
    .pay-adrs-box {
        flex: 0 0 49%;
        margin-bottom: 15px;
    }

}

/************************************* 767px *************************************/
@media only screen and (max-width: 767px) {
        .smd30, .smd40, .smd60, .smd70, .smd75 {width: 100%}
    .smd60, .smd70, .smd75{margin-top:20px;}
.pt-100, .pt-70, .pt-80,.pt-50{
    padding-top:30px;
}
.pb-100, .pb-70, .pb-80,.pb-50{
    padding-bottom:30px;
}
.pl-100, .pl-70, .pl-50{padding-left:0;}
.pr-100, .pr-70, .pr-50{padding-right:0;}
.gallery-item {
    flex: 0 0 48%;
    margin-bottom: 8px;
}
.btn-link-box {
    position: static;
    width: 100%;
    justify-content: center;
    margin-top: 30px;
    border-radius: 20px !important;
}
.course-cont {
    padding: 20px 17px 17px 17px;
}
.course-cont h3 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 9px;
}
.course-cont p {
    font-size: 13px;
}
.data-progress li h2 {
    font-size: 40px;
    line-height: 50px;
}
.data-progress p {
    font-size: 11px;
    line-height: 12px;
}
.data-progress li{padding: 5px;}
.news-single {
    flex: 0 0 32%;
}
span.wpcf7-form-control-wrap {
    width: 100%;
}
.form-col {
    flex: 0 0 100%;
}

.form-col-last {
    flex: 0 0 100%;
}
.cours-select-box {
    flex: 0 0 100%;
}
.cours-select-3{flex-wrap: wrap;}
.filter-doctors { top: 116px;}
.cours-select-box-btn{flex: 0 0 100%;}
.search-box-wrap{ margin-top: 0px; float: none; width: 100%;}
.search-box-wrap .cours-select-box {
    
    margin-left: 0px;
}
}

/************************************* 640px *************************************/
@media only screen and (max-width: 640px) {

    /*------------flex-col---------*/
    .three-flex-col, .two-flex-col, .four-flex-col{
  flex:0 0 100%;
  margin-bottom: 15px;
}
.five-flex-colum {
   flex:0 0 48%
    }
    /*------------flex-col---------*/
ul.certifications li{
    flex:0  0 48%;
    }
        .course-single{
        flex:0  0 100%;
        margin:1%;
    }
    .header {
    flex-direction: column;
    padding: 15px 0 2px 0;
}
.header-right {
gap: 5px;
    border-top: 1px solid #c1c1c1;
    width: 100%;
    justify-content: center;
    padding-top: 8px;
    padding-bottom: 7px;
}


element.style {
}
.logo {
    padding-bottom: 10px;
}
.section-academics .row-flex{
    justify-content: center;
    margin-bottom: 25px;
}
.course-cont:after{display: none;}
.data-progress li h2 {
    font-size: 30px;
    margin-bottom: 3px;
    line-height: 36px;
}
.data-progress p {
    font-size: 10px;
    line-height: 16px;
    }
    .data-progress li {

    padding: 0 10px;
    min-height: 130px;
}
.heading {
    font-size: 27px;
    line-height: 35px;
    margin-bottom: 15px;
}
.subtitle {
    font-size: 14px;
}
.button-style a {
    display: inline-block;
    position: relative;
    padding: 15px 65px 15px 20px;
    font-size: 10px;
    line-height: 12px;
    }
    .news-single {
    flex: 0 0 100%;
}
.bannerH p {
    font-size: 25px;
    line-height: 25px;
    }
    .whatsappbox .smd2{
        background-color: rgba(0, 0, 0, 0.5);
    }

.cont-link {
    font-size: 14px;
    }
    .copy {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 10px;
}
.footer-bottom {
    padding: 16px 0;
    font-size: 10px;
}
.course-cont h3 {
    font-size: 17px;
    line-height: 23px;
    margin-bottom: 10px;
}
a.whatsappbtn {
    padding: 15px 19px 15px 60px;
    font-size: 15px;
    }
    a.whatsappbtn i {
    font-size: 31px;
}
.course-cont .more {
    position: absolute;
    bottom: 10px;
    right: 10px;
    opacity: 1;
    transform: scale(0.7);
    }
    .curvebox {
    overflow: hidden;
}
.play-btn {
    width: 72px;
    font-size: 25px;
    height: 72px;
}
    .curved2 {
border-radius: 15px;
}
.testimonial-box-inner{
    flex: 0 0 100%;
}
.banner-caption h2 {
    font-size: 25px;
    margin-bottom: 10px;
    line-height: 30px;
}
.banner-caption h4{font-size: 11px;}
.banner {
    height: 170px;
    padding: 20px;
    border-radius: 20px;

}
.curvebox {
    border-radius: 20px;
}
.mission-box{margin-bottom: 30px;}
.course-cont {
    padding: 20px 17px 17px 17px;
    background: #000000b3;
}
.testimonial-box {
    border-radius: 20px;
}
.news-row-inner .news-single {
    flex: 0 0 100%;
}
.subheading {
    font-size: 22px;
    }
    .pad-50 {
    padding: 25px;
}
.sch-btn {
    border-left: 0;
    color: #c1c1c1;
    padding: 0px 0px;
}
.roundlinks {
    width: 30px;
    height: 30px;
    }
    footer:after {
    content: '';
    width: 100%;
    height: 106px;
}
.inline {
    padding: 0;
}
.languages a {
    padding: 0 1px;
    font-size: 9px;
    color: var(--black);
}
.logo-wrap .accrt-icon{flex-direction: column;}
.logo-wrap .accrt-icon figure{margin-bottom: 20px;}
.career-wrap .accrt-icon {
    flex-direction: column;
}
.pay-adrs-wrap {
    flex-direction: column;
}
.btn-link-box {
    padding:15px;
}
.filter-doctors.cours-select-3 {
    display:none;
}
.search-box-wrap {
    display: none;
}
.section-intro .container hr {
   display: none;
}
.button-style .wchat.mb-hide {
    display: none;
}
.button-style .wchat.ds-hide {
    display: inline-block;
}

}

/************************************* 480px *************************************/
@media only screen and (max-width: 480px) {
    .data-progress {
flex-wrap: wrap;
}
.data-progress li{width: 50%;min-height: auto;padding: 15px 10px;}
.data-progress li:after{display: none;}
.data-progress:before, .data-progress:after {
    width: 1px;
    height: 100%;
    background-color: rgb(0, 0, 0, 0.2);
    position: absolute;
    left: 50%;
    top: 0;
    content: '';
}
.data-progress:after{

    width:100%;

    height:1px;

    left:0;

    top:50%;

}
.course-cont p {
    font-size: 14px;
    line-height: 15px;
    margin-bottom: 10px;
}
.course-cont {
    padding: 20px 17px 17px 17px;
}
.pay-btn {
    padding: 8px 12px 8px 12px;
    font-size: 9px;
}
.sch-btn {
    border-left: 0;
    color: #c1c1c1;
    padding: 0px 5px;
    font-size: 16px;
}
.banner-caption h2 {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 20px;
}
.whatsapplink {
    font-size: 18px;
}
.search-box-wrap{flex-direction: column;}
.footer-div {
    flex:0 0 100%;
}
.btn-link-box a {
    padding: 7px 7px;
    font-size:11px;
}
    }


    /************************************* 390px *************************************/
@media only screen and (max-width: 390px) {
    .button-style {
        width: 100%;
        display: block;
    }
    .button-style a {
        padding: 15px 60px 15px 19px;
    }
}

    /************************************* 390px *************************************/
    @media only screen and (max-width: 375px) {
        
        .button-style a {
            padding: 15px 58px 15px 17px;
        }
    }



    /************************************* 360px *************************************/
@media only screen and (max-width: 360px) {
    .footer-div {
    flex: 0 0 100%;
    padding: 20px 10px 0px 20px;
}
.course-single {
    flex: 0 0 100%;
    margin: 1%;
}
.button-style a {
    padding: 15px 55px 15px 12px;
}

}

/************************************* 320px *************************************/
@media only screen and (max-width: 320px) {
    .btn-link-box a {
        padding: 7px 7px;
        font-size:10px;
    }
}



.wpcf7 {
    padding: 5px;
}
.wpcf7 input {
    width: 100% !important;
}


