@font-face {
    font-family: "Montserrat-B";
    src: url("./Assets/Font/MONTSERRAT-BOLD-NORMAL.TTF");
}
@font-face {
    font-family: "Montserrat-L";
    src: url("./Assets/Font/MONTSERRAT-LIGHT.OTF");
}
html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    color: #1f1a17;
    font-family: Montserrat-L,Montserrat-B,'Montserrat','Droid Sans', sans-serif;
}
/*navbar*/
.navbar-nav{
	text-align: center;
}
.navbar-default {
    background-color: rgb(255, 255, 255);
    border-color: #00913a;
}
.navbar-fixed-top {

border-width: 0 0 4px;}

.navbar-default .navbar-nav>li {
    background-color: #fff;
}

.navbar-default .navbar-nav>li>.btn-book {
    margin: 10px 16px;
    background-color: #00913a!important;
    color: #fff!important;
    padding: 10px 15px;
    font-size: 14pt;
    transition: all 0.3s;
}

.navbar-default .navbar-nav>li>a {
    color: #1f1a17;
    font-size: 11pt;
    padding: 0px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #1f1a17;
    cursor: pointer;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    background-color: #fff;
    font-weight: 500;
    color: rgb(0, 145, 58);
}

.navbar-default .navbar-nav>li>a {
    margin: 18px 7px;
}
.header_img {
    height: 68px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
    /* bottom: 7px; */
    top: 38%;
    transform: translateY(-50%);
}
/***************************************/
/*footer*/
.blue_sec {
    background-color: rgb(0, 145, 58);
    position: relative;
    padding: 20px 0px;
}
.blue_sec .container {
    text-align: center;
    position: relative;
}
.blue_sec a {
    color: #fff;
    font-size: 18px;
}

.grey_sec {
    background-color: rgb(48, 48, 48);
    padding: 3px 0px;
    text-align: center;
    font-size: 8pt;
    color: #fff;
}
.doc_sec {
    background-color:  #fff;
    padding: 3px 0px;
    text-align: center;
    font-size: 8pt;
 /* color:rgb(48, 48, 48);*/
}
.socialicons_wrap {
    position: absolute;
    right: 20px;
}

.socialicons img {
    height: 20px;
}

.blue_sec .nav>li>a:focus,
.blue_sec .nav>li>a:hover {
    background-color: transparent;
}

.footer-nav {
    float: none;
    display: inline-block;
}
/****************************************/
/*carousel*/

.item img {
    height: 700px !important;
    max-height: calc(100vh - 70px);
    width: 100%;
    object-fit:cover;
    filter: brightness(80%);
}

.contain {
    width: 70%;
    max-height: calc(100vh - 70px);
   
  object-fit: contain;
}


#myCarousel{
    margin-top: 70px;
}
.carousel-over-links{
    position: absolute;
    display: inline-block;
    right: 0px;
    top: 45px;
    z-index: 1;
    left: 0;
    text-align: right;
    margin: auto;
}


/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 50px; /* 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.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color:#f9f9f9;
 color:rgb(0, 145, 58);
box-shadow: inset 5px 15px 20px 5px rgba(0, 145, 58,0.8);
max-width:80%;
  margin: auto;
  padding: 80px 20px 20px 40px;
  border: 2px solid #f9f9f9;
 

   border-radius: 20px;
  transition: all 0.2s ease;
   transform: translateY(+5vh);
  font-family: 'Montserrat','Monda', sans-serif;
   font-size: 3.0rem;
 
 
  
}




@media only screen and (max-width: 700px) {

  .modal-content {
      max-width:92%;
       font-size: 2.7rem;
        overflow-x: hidden;
}
}
@media only screen and (max-width: 400px) {

  .modal-content {
      max-width:92%;
       font-size: 2.7rem;
        overflow-x: hidden;
}
}

/* The Close Button */
.close {
color:#050505;
  font-size:30px;
  margin-top :-40px;
  

 
}

.close:hover,
.close:focus {
  color: #000;
 
}




/*
.mresponsive {

}



@media only screen and (max-width: 700px) {
  .mresponsive {
    width: 92%;
  
  }
}

@media only screen and (max-width: 500px) {
  .mresponsive {
    width: 100%;
  
      
  }


 end of The Modal (background) */



.carousel-over-links a{
    background-color: rgba(255, 255, 255, 0.7)!important;
    padding: 6px 12px;
    border-radius: 5px;
    color: rgb(75, 75, 75)!important;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
}
.carousel-over-links a img{
    height: 20px;
    margin-right: 5px;
}
.carousel-over-text{
    pointer-events: none;
    font-weight: 600;
    line-height: normal;
    position: absolute;
    font-family: 'Montserrat','Monda', sans-serif;
    padding: 0px 14%;
    text-align: left;
    color: #fff;
    font-size: 38pt;
    top: calc(50%);
    transform: translateY(-50%);
    z-index: 200;
    width: 100%;
}
.carousel-over-text .about{
    font-size: 23px;
    margin-top: 10px;
}
.carousel-over-text img{
    margin-bottom: 18px;
}
.carousel-indicators {
    bottom: 70px;
}
.carousel-indicators li {
    border:none;
    background-color: white;
    margin: 5px;
}
.carousel-indicators .active {/*only for dot buttomn*/
    width: 10px;
    height: 10px;
    margin: 5px;
    background-color: #00913a;
}
.news{
    background-color: rgba(33, 32, 31, 0.79);
    color: white;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    min-height: 70px;
    font-size: 19px;
    display: flex;
    align-items: center;
    padding: 5px 10px;
}



/****************************************/


/****************************************/


.box{
    padding: 25px 15px;
    border: 3px solid rgb(246, 246, 246);
    border-radius: 3px;
    margin-top: 20px;
}
.boxATT{
     padding-top: 40px ;
     padding-left: 40px ;
     padding-bottom: 40px ;
    border: 7px solid red;
     border-radius: 1px;
     height: auto;
    max-width:80%;
    font-family: 'Montserrat','Monda', sans-serif;
     margin: 10px ; 
    box-shadow: inset 5px 15px 20px 5px gray;
}

.boxMe{
    background-image:url("./Assets/Images/2.jpg");
    background-repeat:no-repeat;
  background-size: cover;
  background-position:center;
    padding-top: 25px ;
    /*  padding-left: 40px ; */
     padding-bottom: 40px ;
    border: 7px solid rgb(184, 189, 25);
     border-radius: 1px;
     height: auto;
    max-width:59%;
    font-family: 'Montserrat','Monda', sans-serif;
    margin: auto;
  /*  margin-top: 20px;
    margin-right: 305px;
    background-size: 100% 100%;
     width: calc(100% - 50px);
    margin-left: 305px;
    margin-bottom:200px; */
}
.box>.title{
    text-align: center;
    margin-bottom: 30px;
    font-weight: 600;
}
.custom-row{
    display: flex;
    justify-content: space-between;
    margin: 0px 10px 30px 10px;
}
#map{
    height: 300px;
        width: 100%;
        margin-top: 35px;
}
/*index.html*/
.home-wrapper {
    padding-top: 60px;
    font-family: 'Montserrat','Droid Sans', sans-serif;
    font-size: 17px;
    padding-bottom: 120px;
}
/*staff.html*/
.practice-staff{
    margin-bottom:100px;
}
.our-staff{
    display: inline-block;
    width: 100%;
}

.our-staff .staff-list{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.our-staff .staff{
    display: inline-block;
    margin: 15px 45px 10px 45px;
    text-align: center;
}
.book-now{
    border-radius:100px;
    border: 1px solid #24a055;
    padding: 5px 50px;
    background-color: transparent!important;
    margin-top: 15px;
    color: #24a055!important;
    outline: none;
    text-decoration: none!important;
    display: inline-block;
}



.book-now:hover{
    background-color:#24a055!important;
    color: white!important;
}
.our-staff .staff-cat{
    text-align: center;
    font-size: 24px;
    margin: 40px 0px;
}
.staff .name{
    text-align: center;
    margin-top: 15px;
}
.staff .about{
    text-align: center;
    font-size: 90%;
}
.staff>img{
    width: 200px;
    height: 200px;
    object-fit: cover;
    object-position: center;
    box-shadow: 0px 0px 1px 0px;
}

/*Book now Modal*/
.close{
    border-radius: 50%;
    width: 30px;
    height: 30px;
    background-color: grey!important;
}
.booknow-modal .modal-dialog{
    max-width: 800px;
}
.booknow-modal .modal-header{
    border: none;
}
.booknow-modal .modal-footer{
    text-align: center;
    border: none;
    padding: 10px 0px 10px;
}
.booknow-modal .modal-body{
    // padding: 40px;
    padding: 0px 65px;
    height: calc(100vh - 215px);
    overflow-y: auto;
}
.booknow-modal .modal-body .staff{
    margin-bottom: 10px;
}
.booknow-modal .modal-body .staff .name{
    // margin-top: 30px;
    margin-top: 20px;
}
// .booknow-modal .modal-body .staff>img{
//     width: 270px;
//     height: 270px;
// }
.booknow-modal .modal-body .staff>img{
    width: 200px;
    height: 200px;
    display: block;
    margin: auto;
    object-fit: cover;
}
.booknow-modal .modal-body .qualifiactions{
    // margin-bottom: 30px;
    // margin-top: 50px;
    margin-bottom: 20px;
    margin-top: 20px;
    color: #00913a;
}
.booknow-modal .modal-body .about{
    max-height: calc(100% - 300px);
    overflow-y: auto;
}
.booknow-modal .modal-body .qualifiactions>img{
    height: 22px;
    margin-right: 20px;
}
.booknow-modal .book-now{
    padding: 10px 40px;
    margin: 0px;
    // text-decoration: none!important;
}
.booknow-modal .book-now:hover{
    background-color: #24a055!important;
    color:white!important;
}



/*patient-information*/
.patient-information{
    padding: 50px 0;
}

/*gallery me:resize pic in imageresize*/
  
 div.gallery {

  border: 1px solid #ccc;
    margin: 0px,0px,0px,80px;
}

div.gallery:hover {
   transform: scale(1.1);
  transform-origin: center 
  border: 2px solid #777;
}

div.gallery img {
    transition: transform 250ms ease-out;
 
  width: 100%;
  height: auto;
}

div.desc {
  padding: 15px;
 font: 15px Arial, sans-serif;
  text-align: left;
  
   font-size-adjust: 0.38;
 
}

* {
   
  box-sizing: border-box;
}

.responsive {

  padding: 0 6px;
  float: left;
  width: 24.99999%;
}

@media only screen and (max-width: 700px) {
  .responsive {
    width: 49.99999%;
    margin: 6px 0;
  }
}

@media only screen and (max-width: 500px) {
  .responsive {
    width: 100%;
  }
}
/* End of gallery me:resize pic in imageresize*/
  







.clearfix:after {
  content: "";
  display: table;
  clear: both;
}



.dropbtn {
  font-size: 17px;     
 color:black;
  padding: 18px;



}
.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
   text-align: left;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
    
  color: black;
  padding: 16px 14px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {}








/*End of patient-information*/


/*services.html*/
.services-wrapper {
    padding-top: 60px;
    font-family: 'Montserrat','Droid Sans', sans-serif;
    font-size: 17px;
    padding-bottom: 60px;
}
.owl-item{
    // width: 25%!important;
}

/*owl*/
.owl-carousel{
    position: relative;
}
.owl-stage{
    background: black;
}
.seg{
    position: relative;
    height: 50%;
}
.sec{
    height: 100%;
}
.seg>img{
    filter: brightness(70%);
    height: 100%;
    object-fit: cover;
}
.service{
    position: absolute;
    top: 50%;
    text-align: center;
    z-index: 100000000;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    color: white;
}
.owl-nav{
    position: absolute;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    align-items:center;
    top: 0px;
    bottom: 35px;
    margin: 0!important;
}
.owl-nav>div{
    border-radius: 50%!important;
    margin: 10px!important;
}
.owl-nav img{
    width: 15px;
}
.owl-dots{
    margin-top: 10px;
}
.owl-dot:hover span,.owl-dot.active span {
    background: #00913a!important;
}
.owl-dot span {
    border: 1px solid #00913a!important;
    background-color: white!important;
    margin: 5px 5px!important;
}
/*appointment.html*/
.appointments iframe{
    width: 100%;
    height: 515px;
    margin-top: -154px;
    margin-bottom: 70px;

}

/*contact*/
.contact-us{
    font-family: 'Montserrat','Droid Sans', sans-serif;
    font-size: 17px;
    padding-bottom: 100px;

}
.form-dwn-sec{
    padding: 50px 0px;
    text-align: center;
}
.contact-us .sec{
    text-align: center;
    margin-bottom: 70px;
    display: block;
    text-decoration: none!important;
    color: #1f1a17;
}
.contact-us img{
    height: 40px;
}
.contact-us .info{
    margin-top: 25px;
}

.contact-us input{
    height: 45px;
}

.contact-us button,.contact-us button:hover,.contact-us button:focus{
    background-color: rgb(0, 145, 58);
    color: white;
    border-radius: 0px;
    outline: none;
    border:none;
    height: 45px;
}
.contact-us button.patient-form{
    padding: 0px 25px;
    border-radius: 4px;
}
.contact-us .form-group {
    margin-bottom: 20px;
}
.contact-us .form-control{
    border: 1px solid rgb(235, 235, 235);
    border-radius: 0px;
    outline: none;
    border 1px solid rgb(228, 228, 228)!important;
    box-shadow: none;
    font-size: 17px;
}
.contact-us form{
    margin-top: 10px;
}

.form-control::-webkit-input-placeholder {
color: rgb(223, 223, 223) !important;
}

.form-control:-moz-placeholder { /* Firefox 18- */
color: rgb(223, 223, 223) !important;
}

.form-control::-moz-placeholder {  /* Firefox 19+ */
color: rgb(223, 223, 223) !important;
}

.form-control:-ms-input-placeholder {
color: rgb(223, 223, 223) !important;
}

























@media (max-width: 1200px){
    .navbar-default .navbar-nav>li>a {
        margin: 18px 12px;
    }
    .box{
        padding: 25px 15px;
    }
    #map {
        height: 228px;
    }
    .header_img {
        height: 85px;
    }
    .navbar-default .navbar-nav>li>a {
        margin: 18px 8px;
        font-size: 15px;
    }
}
@media(min-width:767px) {
	.navbar-nav{
	    display: flex;
	    align-items: center;
	    justify-content: center;
	}
	
	#navbar {
	    padding: 20px 0px;
	    -webkit-transition: all 0.3s;
	    -moz-transition: all 0.3s;
	    transition: all 0.3s;
	    margin-bottom: -20px;
	}
    .shrink {
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        border-width: 0 0 2px;
    }
    .shrink #navbar {
        padding: 0px 0px;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }
    .nav_icon{
            height: 80px;
            transition: all 0.3s;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
    }
    .shrink .nav_icon {
        padding-top: 6px;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }
    .shrink .header_img {
        height: 50px;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }
    .shrink .navbar-brand{
        height: 50px;
    }
    .shrink .navbar-nav>li>a {
        font-size: 12pt;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }
    .shrink .navbar-nav>li>button {
        padding: 5px 5px;
        font-size: 10pt;
    }
    .shrink .navbar-nav>li>.btn-book{
        font-size: 10pt;
        padding: 6px 10px;
    }
    .footer-nav-right {
        position: absolute;
        top: 0px;
        right: 0px;
    }
}
@media(max-width:989px) {
	.navbar-default .navbar-nav>li>a {
        margin: 18px 8px;
		font-size: 12px;
	}
	.header_img {
	    height: auto;
	    width: 185px;
	    transition: all 0.3s;
        position: relative;
	}
	.carousel-over-text {
		font-size: 30px;
	}
	.carousel-over-text .about{
		font-size: 20px;
	}


}
@media(max-width:767px) {
	
    }
    
   /********************************staff*/
.first {
   text-align: justify;
  text-justify: inter-word;
 font-size:1vw;
}
.second {
 text-align: justify;
 font-size:1vw;
}

 /********************************fees*/

    #container{
position: relative;
padding-bottom: 70.25%;/*was 56.28*/
padding-top: 35px;
height: 0;
overflow: hidden;   
}

#container iframe{
position: absolute;
top:0;
left: 0;
 
width: 100%;
height:1660px;

}
    
/********************************services*/
    

body {
  margin: 0;
  font-family: Arial;
}

.sheader {
  text-align: center;
  padding: 32px;
}

.srow {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.scolumn {
  -ms-flex: 25%; /* IE10 */
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}

.scolumn img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}
 

