.mySlides {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}

/* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 45%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 15px;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 7px;
    width: 7px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

#section-sliders.active, .dot:hover {
    background-color: #717171;
}
#section-sliders .row{
    padding: 0 30px;
}
#section-sliders .reviews h3{
    font-family: "Helvetica", Sans-serif;
    /*font-family: 'PlayfairDisplay',sans-serif ;*/
    color: #051145;
    text-align: center;
    padding-top: 35%;
    padding-bottom: 0%;
    font-size: 22px;
    letter-spacing: 1px;
}
#section-sliders .reviews p{
    font-family: "Helvetica", Sans-serif;
   /* font-family: arial ;*/
    color: #3e3e3e;
    font-size: 17px;
    text-align: center;
}
#section-sliders .reviews h4{
    font-family: arial ;
    color: #3e3e3e;
    font-size: 22px;
    text-align: center;
    font-weight: 700;
    margin-top: 6%;
    font-family: "Helvetica", Sans-serif;
    /*font-family: 'PlayfairDisplay',serif;*/
}
#section-rating .checked {
    color: orange;   
    font-size: 10px;
}
#section-rating p {
    color: black;
    font-weight: 700;
    font-family: arial;
    font-size: 15px;
    text-align: center;
    margin-top: 2%;
}
#section-rating h3{
    font-size: 2rem;
    font-family: "Helvetica", Sans-serif;
    /*font-family: 'PlayfairDisplay',serif;*/
    text-align: center;
    color: #051145;
}
#section-rating h2{
    font-size: 70px;
    font-family: sans-serif;
    line-height: 1.1;
    text-align: center;
    color: #051145;
    width: 100%;
    margin-bottom: -6px;
}
#section-counter{
    background-color: #1E2157;
    padding:20px 0 20px 0;
}

#section-journey{
    background-color:#ECF0F2;
    padding: 10px 0 10px 0;
}
#section-journey h2{
    color: #051145;
    font-family: "Helvetica", Sans-serif;
   /* font-family: 'PlayfairDisplay',serif;*/
    line-height: 50px;
}
#section-journey h3{
    color: #051145;
    font-family: "Helvetica", Sans-serif;
    /*font-family: 'PlayfairDisplay',serif;*/    
    font-size: 2rem;
    margin-bottom: 1%;
    margin-top:7%;
}
#section-journey p{
    margin-top:4%;
    color: #051145;
    font-family: "Helvetica", Sans-serif;
    /*font-family: "Roboto", Sans-serif;  */ 
    line-height: 24px;
    margin-bottom: 1%;
}
#section-journey button{
    margin-top: 4%;
    background-color: #06147A;
    color: white;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    border: 0;
    padding: 3% 10%;
    width: 100%;
    font-family: "Helvetica", Sans-serif;
    /*font-family: "Roboto", Sans-serif;*/
    line-height: 24px;
}
#section-directors{
    padding:20px 0;
}
#section-directors #heading{
    color: #020101A6;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    font-family: "Helvetica", Sans-serif;
    /*font-family: "Roboto",sans-serif;*/
    margin-bottom: 15px;
}
#section-directors h2{
    color: #051145;
    font-size: 3.125rem;
    font-family: "Helvetica", Sans-serif;
   /* font-family: 'PlayfairDisplay',serif;*/
    line-height: 50px;
    text-align: center;
    width:100%;
}
#section-directors #doctor_name{
    color: #051145;
    text-align: center;
    font-size: 23px;
    font-family: "Helvetica", Sans-serif;
    /*font-family: 'PlayfairDisplay',serif;*/
    font-weight: 600;
    margin-top:4%;
}
#section-directors p{
    text-align: center;
    text-transform: capitalize;
    font-family: "Helvetica", Sans-serif;
   /* font-family: "Roboto",sans-serif;*/
    margin-bottom: 15px;
    color: #000000c4;
    line-height: 22px;

}
#section-directors img{
    width: 100%;
}
#section-directors .directors-right{
    padding-right: 3%;
}
#section-directors .directors-left{
    padding-left: 3%;
}
#section-gallery{
    padding: 45px 0 20px 0;
}
#section-gallery .gallery-slider{
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #4E87FF;
    border-radius: 5px 5px 5px 5px;
}
#section-gallery img{
    width:100%;
}
#section-gallery .slick-dots li {
    width: 3px !important;
    height: 3px !important;
}
#section-gallery .slick-prev {
    left: 15px;
    z-index: 999;
}
#section-gallery .slick-dots li button:before {
    font-size: 9px !important;
}
#section-gallery .slick-next {
    right: 15px;
    z-index: 999;
}
#section-gallery .slick-prev, #section-gallery .slick-next {
    top: 50% !important;
}
#section-gallery h2{
    color: #051145;
    font-size: 3.125rem;
    font-family: "Helvetica", Sans-serif;
   /* font-family: 'PlayfairDisplay',serif;*/
    text-align: center;
    line-height: 65px;
    width: 100%;
}
#section-upcoming{
    padding: 10px 0 50px 0;
}
#section-upcoming table{
    width: 100%;
}
#section-upcoming th{
    color: #fff;
    background-color: #4a4893;
    padding: 10px 12px;
    font-family: "Helvetica", Sans-serif;
   /* font-family: "Montserrat","sans-serif";*/
}
#section-upcoming td{
    color: #6d7882;
    font-family: "Helvetica", Sans-serif;
   /* font-family: "Montserrat","sans-serif";*/
    padding: 10px 12px;
    font-size: 14px;
}
#section-upcoming td a{
    color: #c15959;
}
#section-upcoming td a:hover{
    color: #051145;
}
#section-upcoming tr:nth-child(odd){
    background: #f2f2f2;
}
#section-upcoming h2{
    color: #051145;
    font-size: 40px;
    font-family: "Helvetica", Sans-serif;
    /*font-family: 'PlayfairDisplay',serif;*/
    line-height: 60px;
}
#section-upcoming input[type=text],#section-upcoming input[type=email],#section-upcoming textarea{
    margin-top:2%;
    font-family: arial;
    padding: 12px 10px;
    background: #fafafa;
    height: inherit;
    border-radius: 3px;
}
#section-upcoming input[type=submit]{
    margin-top: 3%;
    width: auto;
    padding: 2% 6%;
    height: inherit;
    color: #ffffff;
    background-color: #278575;
    border: #278575;
    font-family: "Helvetica", Sans-serif;
   /* font-family: arial;*/
    font-size: 0.875rem;
    font-weight: 500;
}
#section-upcoming textarea{
    height: 120px;
}
#section-upcoming textarea:focus{
    margin-top:2%;
    font-family: "Helvetica", Sans-serif;
   /* font-family: arial;*/
    padding: 12px 10px;
    background: #fff;
    border:1px solid black;
    color: black;
    height: inherit;
    border-radius: 3px;
    height: 120px;
}
#section-upcoming input[type=text]:focus{
    margin-top:2%;
    font-family: "Helvetica", Sans-serif;
    /*font-family: arial;*/
    padding: 12px 10px;
    background: #fff;
    border:1px solid black;
    color: black;
    height: inherit;
    border-radius: 3px;
}
#section-footer{
    padding: 10px 0;
    background-color: #061E7B;
    color: white;
}
#section-footer p{
    text-align: center;
    font-weight: bold;
    font-family: "Helvetica", Sans-serif;
    /*font-family: arial;*/
    margin-bottom: 0;
}
#section-footer a{
    text-align: center;
    font-weight: bold;
    font-family: "Helvetica", Sans-serif;
    /*font-family: arial;*/
    margin-bottom: 0;
    color: white;
}
.subfooter p{
    font-family: "Helvetica", Sans-serif;
  /*  font-family: arial;*/
    color: white;
    text-align: center;
    margin-bottom: 0px;
}
#section-contact{
    padding: 80px 0 6% 0;
}
#section-contact h2{
    color: #051145;
    font-size: 51px;
    font-family: "Helvetica", Sans-serif;
    /*font-family: 'PlayfairDisplay',serif;*/
    line-height: 60px;
    letter-spacing: 1px;
}
#section-contact .contact-info{
    margin-top:10%;
    margin-left:5%;
    padding-right: 50px;
}
#section-contact .contact-info a{
    color:#051145;
    font-family: "Helvetica", Sans-serif;
   /* font-family: "Roboto",sans-serif;*/
}
#section-contact .contact-info iframe{
    border:0px;
    width:100%;
    height:300px;
    margin-top: 3%;
    box-shadow: 0px 16px 57px #00000070;
}
#section-contact p{
    color: #051145;
    line-height: 20px;
    font-family: "Helvetica", Sans-serif;
   /* font-family: arial;*/
    margin-bottom: 0px;
}
#section-contact h4{
    color: #051145;
    line-height: 20px;
    margin-bottom: 0px;
    color: #051145;
    font-family: "Helvetica", Sans-serif;
    /*font-family: 'PlayfairDisplay',serif;*/
}
#section-contact input[type=text],#section-contact input[type=email],#section-contact textarea{
    margin-top:2%;
    font-family: "Helvetica", Sans-serif;
    /*font-family: arial;*/
    padding: 12px 10px;
    background: #fff;
    height: inherit;
    border-radius: 3px;
}
#section-contact input[type=submit]{
    margin-top: 3%;
    width: auto;
    padding: 2% 6%;
    height: inherit;
    color: #ffffff;
    background-color: #278575;
    border: #278575;
    font-family: "Helvetica", Sans-serif;
   /* font-family: arial;*/
    font-size: 0.875rem;
    font-weight: 500;
}
#section-contact textarea{
    height: 120px;
}
#section-contact textarea:focus{
    margin-top:2%;
    font-family: "Helvetica", Sans-serif;
    /*font-family: arial;*/
    padding: 12px 10px;
    background: #fff;
    border:1px solid black;
    color: black;
    height: inherit;
    border-radius: 3px;
    height: 120px;
}
#section-contact input[type=text]:focus{
    margin-top:2%;
    font-family: "Helvetica", Sans-serif;
   /* font-family: arial;*/
    padding: 12px 10px;
    background: #fff;
    border:1px solid black;
    color: black;
    height: inherit;
    border-radius: 3px;
}
#section-book{
    padding:5% 0 5% 0;
}
#section-book .mt2{
    margin-top:2%;
}
#section-book label{
    margin:0%;
    font-family: "Helvetica", Sans-serif;
   /* font-family: arial;*/
    font-weight: 600;
    color: #ACADB3;
}
#section-book p{
    margin:0%;
    font-family: "Helvetica", Sans-serif;
   /* font-family: arial;*/
    font-size: 12px;
    color: #ACADB3;
}
#section-book span{
    color: red;
    font-size: 18px;
}
#section-book select{
    font-family: "Helvetica", Sans-serif;
   /* font-family: arial;*/
    height: 50px;
    color:#ACADB3;
}
#section-book input[type=text]{
    font-family: "Helvetica", Sans-serif;
  /*  font-family: arial;*/
    padding: 12px 10px;
    background: #fff;
    height: inherit;
    border-radius: 3px;
}
#section-book input[type=submit]{
    margin-top: 3%;
    width: auto;
    padding: 1.5% 15%;
    height: inherit;
    color: #ffffff;
    background-color: #278575;
    border: #278575;
    font-family: "Helvetica", Sans-serif;
   /* font-family: arial;*/
    font-size: 0.875rem;
    font-weight: 500;
}
#section-payment{
    background-color: #ffffff;
    background-image: linear-gradient(70deg, #0129b9de 40%, #8081ffe0 100%),url(../img/ld2.jpg);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: cover;
}
#section-payment h1{
    max-width: 680px;
    margin: 0 auto;
    font-size: 4.6875rem;
    font-family: "Helvetica", Sans-serif;
    /*font-family: 'PlayfairDisplay',serif;*/
    text-align: center;
    color: white;
    line-height: 80px;
    margin-bottom:4%;
}
#section-payment1 h1{
    margin-top: 3%;
    font-size: 3.5rem;
    font-family: "Helvetica", Sans-serif;
    /*font-family: 'PlayfairDisplay',serif;*/
    text-align: center;
    color: #051145;
    line-height: 80px;
}
#section-payment1 .my_payment{
    margin-top: -25%;
    padding: 7%;
    border-radius: 5px;
    background: white;
    min-height: 700px;
}
#section-payment1{
    padding: 0 0 5% 0;
    background: #F5F5F5;
}
#section-payment1 .extra-padding{
    padding: 7% 16%;
}
#section-payment1 h2{
    font-family: "Helvetica", Sans-serif;
   /* font-family: 'PlayfairDisplay',serif;*/
    padding: 2% 0 0 0 ;
    color: #051145;
    font-size: 2rem;
}
#section-payment1 p{
    font-family: "Helvetica", Sans-serif;
   /* font-family: 'Roboto',serif;*/
    line-height: 22px;
    font-size: 16px;
    color: #051145;
    padding-right: 22px;
    margin-bottom: 5px;
}
#section-payment1 span{
    font-family: "Helvetica", Sans-serif;
   /* font-family: 'Roboto',serif;*/
    font-weight: bold;
    color: #051145;
    font-size: 16px;
}
#section-payment1 .mBorder{
    border-radius: 20px;
    border:1px solid black;
    padding: 3%;
    margin:3%;
}
#section-payment1 input[type=text]{
    font-family: "Helvetica", Sans-serif;
   /* font-family: arial;*/
    padding: 10px 15px;
    margin-top:2%;
    height: auto;
}
#section-payment1 input[type=radio],#section-payment1 label{
    font-family: "Helvetica", Sans-serif;
   /* font-family: arial;*/
    margin: 0;
    color:#051145;
}
#section-payment1 textarea{
    font-family: "Helvetica", Sans-serif;
   /* font-family: arial;*/
    margin: 2% 0 0 0;
    height: 100px;
}
#section-payment1 input[type=text]:focus,#section-payment1 textarea:focus{
    border-color:black;
}
#section-payment1 input[type=submit]{
    margin-top: 3%;
    width: auto;
    padding: 1.5% 4%;
    height: inherit;
    color: #ffffff;
    background-color: #278575;
    border: #278575;
    font-family: "Helvetica", Sans-serif;
    /*font-family: arial;*/
    font-size: 0.875rem;
    font-weight: 600;
}
#section-admission{
    background-color: #ffffff;
    background-image: linear-gradient(70deg, #06147Acc 40%, #06147Acc 100%),url(../img/Tools-Introductions--scaled.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
}
#section-admission h1{
    color: white;
    text-align: center;
    font-family: "Helvetica", Sans-serif;
   /* font-family: 'PlayfairDisplay',serif;*/
    margin-bottom: 3%;
}
#section-admission h3{
    color: white;
    text-align: center;
    font-family: "Helvetica", Sans-serif;
    /*font-family: 'Roboto',serif;*/
    font-weight: 100;
    font-size: 27px;
}
#section-admission1{
    padding: 0;
    background:white;
}
#section-admission1 .container{
    background:#f2f2f2; 
    padding-top: 15px;
}
#section-admission1 h1{
    background:#06147A;
    font-family: "Helvetica", Sans-serif;
    /*font-family: 'PlayfairDisplay',serif;*/
    color: white;
    text-align: center;
    padding: 2% 4%;
    margin-bottom:3%;
}
#section-admission1 input[type=text]{
    background: #ffffff;
    font-family: "Helvetica", Sans-serif;
   /* font-family: arial;*/
    color: #666;
    padding: 13px 15px;
    height: auto;
    font-size: 15px;
    margin-bottom: 2%;
    width: 100%;
}
#section-admission1 input[type=radio],#section-admission1 label{
    margin-top:2%;
    font-family: "Helvetica", Sans-serif;
    color: black;
   /* font-family: arial;*/
    font-size: 15px;
    padding-left: 2%;
}
#section-admission1 select{
    padding: 13px 15px;
    font-family: "Helvetica", Sans-serif;
    /*font-family: arial;*/
    color: #666;
    font-size: 15px;
    height: auto;
    margin-bottom: 2%;
}
#section-admission1 select:focus{
    color: #000;
}
#section-admission1 input[type=text]:focus{
    color: #000;
    border-color: black;
}
#section-admission1 .my_layout{
    padding: 2% 5% 8% 5%;
    width: 100%;
}
#section-admission1 input[type=submit]{
    margin-top: 2%;
    width: 100%;
    padding: 1% 4%;
    height: inherit;
    color: #ffffff;
    background-color: #278575;
    border: #278575;
    font-family: "Helvetica", Sans-serif;
    /*font-family: arial;*/
    font-size: 0.9rem;
}
.whatsapp{
    position: fixed;
    left: 20px;
    bottom: 20px;
}
.whatsapp img{
    width: 50px;
    height: 50px;
    border-radius: 10px;
}
.whatsapp img:hover + span {
    display: inline;
}
.whatsapp span{
    display: none;
    margin-left: 10px;
    background: rgb(37, 211, 102);
    color: white;
    padding: 1px 20px;
    border-radius: 10px;
    font-size: 15px;
}
#section-shimist{
    background-color: #ffffff;
    background-image: linear-gradient(70deg, #06147Acc 40%, #06147Acc 100%),url(../img/training-scaled.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
#section-about{
    background-color: #ffffff;
    background-image: linear-gradient(70deg, #06147Acc 40%, #06147Acc 100%),url(../img/BASIC-COURSE-IMAGES-scaled.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.counter-box {
    margin: 1% 0.5%;
    height: 250px;
    border: 1px solid white;
    padding: 40px 10px 20px;
    text-align: center;
    color: white;
    font-family: arial;
    border-radius: 12px;
    width: 200px;
    display: inline-block;
}

.right-margin{
    margin-left:15%;
}
/*.counter-box p {
margin: 5px 0 0;
padding: 0;
color: #ffffff;
font-size: 35px;
font-weight: 500
}*/

.counter-box i {
    font-size: 70px;
    margin: 0 0 30px;
    color: #ffffff;
}
.counter-box p {
    line-height: 20px;
    margin-bottom: 0px;
}

.counter { 
    display: block;
    font-size: 32px;
    color: white;
    line-height: 28px;
    margin-bottom: 20px;
}

.counter-box.colored {
    background: #3acf87;
}

.counter-box.colored p,
.counter-box.colored i,
.counter-box.colored .counter {
    color: #fff
}
/* Fading animation */
.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
    from {opacity: .4} 
    to {opacity: 1}
}
@media(max-width:991px){
    #section-sliders .reviews h3{
        padding-top: 5%;
    }
    #section-sliders .row{
        padding: 0 15px;
    }
    #section-rating{
        padding: 10px 0;
    }
    #section-rating h3{
        font-size: 20px;
    }
    #section-rating h2{
        font-size: 50px;
    }
    #section-journey {
        padding: 10px 20px 10px 20px;
    }
    #section-journey h3 {
        font-size: 22px;
    }
    #section-directors h2 {
        font-size: 1.5rem;
        line-height: 30px;
    }
    #section-directors img {
        width: 75%;
    }
    #section-gallery .slick-slide {
        margin: 3px
    }
    #section-contact{
        padding: 40px 25px 40px 25px;
    }
    #section-contact .contact-info{
        padding-right: 0px;
        margin-left:0%;
    }
    #section-payment1 .my_payment {
        margin-top: 3%;
        padding: 7%;
        border-radius: 5px;
        background: white;
        min-height: 10px;
    }
    #section-payment h1{
        margin-top: 3%;
        font-size: 2.2rem;
        line-height: 54px;
    }
    #section-payment1 h1{
        margin-top: 3%;
        font-size: 2.2rem;
        line-height: 54px;
    }
    #section-admission1 .my_layout{
        padding: 2% 10% 8% 10%;
        width: 100%;
    }
    .counter-box {
        margin: none;
        margin-top: 5%;
        height: auto;
        border: 1px solid white;
        padding: 40px 10px 20px;
        text-align: center;
        color: white;
        font-family: arial;
        border-radius: 12px;
        width: 100%;
        display: inline-block;
    }

    .right-margin{
        margin-left:0%;
    }
    #section-counter{
        padding: 5%;
    }

}
/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
    .prev, .next,.text {font-size: 11px}
}
/*TESTIMONIAL SLIDER START*/
.card {
    position: relative;
    display: flex;
    width: 600px;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0px solid rgba(0,0,0,.125) !important;
    /*border: 1px solid #d2d2dc;*/
    /*border-radius: 11px;*/
    /*-webkit-box-shadow: 0px 0px 5px 0px rgb(249, 249, 250);
    -moz-box-shadow: 0px 0px 5px 0px rgba(212,182,212,1);
    box-shadow: 0px 0px 5px 0px rgb(161, 163, 164);*/
}


.items {
    width: 95%;
    margin: 0px auto;
}

.slick-slide {
    margin: 10px
}
.slick-prev:before, .slick-next:before {
    font-size: 30px !important;
    color: #d0d0d0 !important;
}
.slick-prev, .slick-next {
    top: 40% !important;
    width: 30px !important;
    height: 30px !important;
    border: 50px;
    outline: none;
}
/*TESTIMONIAL SLIDER END*/

#myImg {

    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}


#myImg2 {

    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

#myImg2:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
    width: 30%;
    max-width: 700px;
}

/* Add Animation */
.modal-content, #caption {  
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}


.modal-content1, #caption {  
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}


/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}