/* google fonts */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
/* font-family: 'Montserrat', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

/* font-family: 'Poppins', sans-serif; */
* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #000;
    box-sizing: border-box;
}

img {
    border: none;
}

ul {
    list-style: none;
    margin: 0!important;
    padding-left: 0;
}

a {
    text-decoration: none;
}

button:hover,
button:focus {
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
    margin: 0;
    padding: 0;
}
.mt30{
    margin-top: 30px!important;
}
.mt40{
    margin-top: 40px!important;
}
/* Css */
header {
    padding: 10px 0;
    font-family: 'Montserrat', sans-serif;
    background: #000000;
}

.logo img {
    height: 140px;
}
#fancybox-buttons{
    right: 0!important;
}
.appbtn {
    float: right;
     margin-top: 10px;
}
.appbtn a{
    text-decoration: none;
}
.btntop{
    margin-top: 0!important;
    margin-bottom: 10px!important;
}
.appbtn button{
    font-size: 14px!important;
    font-weight: 600;
    background-color:#e84f23;
    display: block;
    color: #fff;
    text-transform: uppercase;
    height: 38px;
    padding: 4px 26px;
    border-radius: 30px;
    border: none;
    font-family: 'Montserrat', sans-serif;
    transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease
    }
.btntop button{
    font-size: 14px!important;
    font-weight: 600;
    background-color: #e84f23;
    display: block;
    color: #fff;
    text-transform: uppercase;
    height: 32px;
    padding: 4px 26px;
    border-radius: 30px;
    border: none;
    font-family: 'Montserrat', sans-serif;
    transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease
}

.appbtn button:hover {
    background-color: #102f4b;
     color: #88c4ff;
}

.topright {
    float: right;
}

.topright ul li {
    display: inline;
    padding-top: 0px;
    padding-left: 15px;
}

.topright ul li a {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 32px;
    text-decoration: none;
    font-weight: 500;
}

.topright ul li a:hover {
    color: #0b6aa2;
}

.topright ul li a i {
    color: #1775bb;
    font-size: 22px;
    margin-right: 3px;
    transform: translateY(2px);
}

.banner {
    position: relative;
}
.banner1{
    background: url(../images/banner.jpg);
    display: block;
    height: 520px;
}
.banner2{
    background: url(../images/banner2.jpg) center;
    width: 100%;
    background-size: cover;
    display: block;
     height: 520px;
}
.bannerimg{
    padding-top: 30px;
      animation: myAnim 15s ease 0s infinite normal forwards;
}
@keyframes myAnim {
    0% {
       transform: scale(1.0);
    }

    85% {
         transform: scale(1.1);
    }
     100% {
         transform: scale(1.0);
    }
   
}
.bannertext{
    position: absolute;
    top: 15%;
}

.bannertext h1{
    font-size: 45px;
    color: #ffffff;
    text-transform: uppercase;
    padding-bottom: 0px;
  
}

.bannertext h3{
    font-size: 24px;
    line-height: 34px;
    color: #fff;
    font-weight: 600;
    padding-bottom: 10px;
}
.bannertext h2{
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    padding-bottom: 10px;
}
.bannertext .appbtn{
    float: left;
    display: inline;
    position: relative;
    margin-right: 15px;
}
.bannertext .appbtn i{
    font-size: 35px;
    position: absolute;
    right: -50px;
    top: 0px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background-color: #01b5eb;
    border-radius: 100%;
}
.bannertext a{
    text-decoration: none;
}
.bannertext p{
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
    letter-spacing: 1px;
    width: 600px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
}
.banner .carousel-control-prev {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0px !important;
    top: 45%;
}

.banner .carousel-control-next {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0px;
    top: 45%;
}

.banner .carousel-caption {
    width: 100%;
    top: 60%;
    left: 40%;
    position: absolute;
}

.banner .carousel-caption.bannertext2 {
    text-align: center;
    position: static;
    padding-top: 24%;
    width: 90%;
}
.banner .carousel-caption.bannertext2 ul li{
    display: inline-block;
    padding: 10px 30px;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
     font-family: 'Poppins', sans-serif;
}
.banner .carousel-caption.bannertext2 ul li i{
    width: 35px;
    height: 35px;
    font-size: 16px;
    background: #e84f23;
    line-height: 35px;
    border-radius: 50%;
}
.banner .carousel-caption.bannertext2 h1 {
    text-align: left;
    font-size: 26px;
    padding: 10px 0;
   /* text-transform: uppercase;*/
    text-shadow: 1px 1px 1px 1px #33333315;
}

.banner .carousel-caption.bannertext2 h1 i {
    font-size: 15px;
    font-weight: 800;
    color: #fff;
    transform: translateY(-5px);
}

.banner .carousel-indicators [data-bs-target] {
    width: 10px;
    height: 5px;
}
.whitebg{
    background: #fff!important;
    margin-bottom: 0!important;
}
.title {
    text-align: left;
}

.secgap {
    padding: 3.5rem 0;
}

.title h1 {
    font-size: 30px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    position: relative;
    padding-left: 30px;
    text-transform: uppercase;
	color: #000;
}

.title h1::before {
    content: '';
    position: absolute;
    left: 0;
    line-height: 35px;
    width: 2px;
    height: 35px;
    background-color:#e84f23;
}

.title h1::after {
    content: '';
    position: absolute;
    left: 5px;
    width: 2px;
    height: 20px;
    background-color: #e84f23;
}

.servicesinner {
    padding: 3rem 0;
}

.services a {
    text-decoration: none;
    color: inherit;
}

.servbox {
    
    /* border: 2px solid #ccc; */
     box-shadow: 2px 5px 5px #00000015;
    border-radius: 20px;
    background: #fff;
    padding: 10px 8px;
    margin: 30px 0 2px 0;
    text-align: center;
    transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

.servbox:hover {
    box-shadow: 2px 15px 15px #00000015;
    transform: translateY(-5px);
    filter: brightness(110%);
}

.servbox h3 {
    font-size: 26px;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #000000;
    padding-top: 20px;
    padding-bottom: 15px;
    transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

.imgbox {
    border-radius: 100%;
/*    border: 2px dotted #ccc;*/
/*
    height: 250px;
    width: 250px;
*/
    line-height: 140px;
    text-align: center;
    margin: auto;
    transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

.servbox:hover .imgbox {
/*
    border: 2px dotted #1775bb;
    
*/
}

.servbox img {
    width: 210px !important;
    height: 210px !important;
    margin: auto;
/*
    filter: grayscale(100);
    -webkit- filter: grayscale(100);
*/
    transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}
.servbox:hover img{
    filter: grayscale(0);
}
.services .owl-carousel .owl-nav button.owl-next {
    background: #666;
    width: 35px;
    height: 35px;
    border-radius: 0;
    color: #fff;
    position: absolute;
    right: -50px;
    top: 41%;
}

.services .owl-carousel .owl-nav button.owl-prev {
    background: #666;
    width: 35px;
    height: 35px;
    border-radius: 0;
    color: #fff;
    position: absolute;
    left: -50px;
    top: 41%;
}

.viewbtn {
    margin: auto;
    text-align: center;
    margin-top: 30px;
}

.viewbtn a {
    width: 200px;
    color: #fff;
    border-radius: 30px;
    padding: 10px 18px;
    background-color: #0e2f4e;
    transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    font-family: 'Montserrat', sans-serif;
}

.viewbtn a:hover {
    background-color: #1775bb;
    color: #fff;
}

.viewbtn a i {
    font-weight: 400;
    transform: translate(5px, 1px);
     transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

.viewbtn a i.nd {
    font-size: 13px;
    color: #ccc;
    transform: translate(1px, 0);
    opacity: 0;
}
.viewbtn a:hover i.nd{
    opacity: 1;
     transform: translate(5px, 0);
}
.whtsapp img{
    width: 50px;
    position: fixed;
    bottom: 10px;
    right: 20px;
}
.expertise{
    background: #eee
}

.title2 h1 {
	color: #000000;
    font-size: 30px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}
.title2 h3{
    font-size: 18px;
    text-align: center;
    font-weight: 400;
    padding: 5px 0 0 0 
}
.counter
{
    text-align: center;
    
}
.count-up{
    background: #0e2f4e;
    padding: 25px;
    margin-top: 30px;
    border-radius: 10px;
    box-shadow: 3px 4px 15px #0e2f4e66;
}
.counter-count
{
    font-size: 45px;
    font-weight: 500;
    position: relative;
    color: #fff;
    text-align: center;
    display: inline-block;
}
.count-up span{
    font-size: 50px;
    color: #fff;
}
.count-up h3{
    font-size: 17px;
    font-weight: 400;
    color: #fff;
}
.testinn{
    padding: 2rem 0 0 0;
}
#testi{
/*    margin: 0 40px;*/
}
.testibox {
    padding: 50px;
    position: relative;
    background: #eee;
    padding-left: 50px;
    border-radius: 10px;
    margin: 30px 0;
}
.testibox h4{
    margin: 0;
    font-size: 18px;
    padding-top: 10px;
    color: #202020;
    font-weight: 600;
}
.testibox img{
    width: 80px!important;
    position: absolute;
    top: -20px;
   
}
.testibox p{
    font-size: 18px;
    line-height: 32px;
    font-style: italic;
    margin: 0;
    padding: 0;
    padding-bottom: 15px;
}
.testibox p:last-child{
    padding-bottom: 0
}
.testibox p a{
    color: #666;
    text-decoration: none;
    padding-left: 4px;
}
.testibox p img{
    position: static;
    width: 80px;
}
.testibox h3{
    font-size: 18px;
}
.testinn .owl-dots{
    margin-top: -47px!important;
}
.testinn .owl-carousel .owl-nav button.owl-next {
    background: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    color: #e84f23;
    position: absolute;
     right: 6%;
    top: -22%;
    transition:0.5s ease;
    -moz-transition:0.5s ease;
    -webkit-transition:0.5s ease;
    
}
.testinn .owl-carousel .owl-nav button.owl-next:hover{
     background: #e84f23;color: #fff;
}
.testinn .owl-carousel .owl-nav button.owl-prev {
    background: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    color: #e84f23;
    position: absolute;
    right: 10%;
       top: -22%;
}
.testinn .owl-carousel .owl-nav button.owl-prev:hover{
    background: #e84f23;color: #fff;
}
.hospitals{
    padding: 3.5rem 0;
}
.hospitalinn{
    padding: 2rem 0 0 0;
}
.hbox {
    text-align: center;
    box-shadow: 3px 4px 15px #0e2f4e66;
    padding: 5px;
    border-radius: 5px;
   margin-bottom: 15px;
}
.hbox img{
    width: 230px;
    margin: auto;
    padding: 5px 0;
}
.hbox h3{
    font-size: 18px;
    color: #92d0ff;
	text-transform: uppercase;
}
.hboxn{
     background: #083055;
    padding: 20px 0; 
}
.hboxn h4{
    font-size: 16px;
    padding-top: 10px;
    color: #fff;
}
.hboxn i{
       animation: blink 2s linear infinite;
}
@keyframes blink {
        0% {
            color: #fff;
        }
        50% {
            color: red;
        }
        100% {
          color: yellow;
        }
      }
.hbox p{
    margin: 0;
    font-size: 15px;
       color: #fff;
}
.hboxn span{
/*    font-style: italic;*/
    font-size: 13px;

    font-weight: 600;
       color: #fff;
}
.hboxn span b{
    font-style: normal;
      color: #0e2f4e;
}
.contactsec{
    background-color: #efefef;
}
.appform h2{
    font-size: 26px;
    padding-bottom: 10px;
    color: #0e2f4e;
}
.appform form {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    margin-top: 30px;
}
.map{
    margin-top: 30px;
    background: #fff;
   /* padding: 8px;*/
    border-radius: 10px;
    padding: 10px;
}
.appform form label{
    margin: 0;
    padding: 0;
    padding-bottom: 5px;
}
.appform form input{
    display: block;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #666;
    padding: 10px 20px;
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 18px
}
.appform form input::placeholder{
    color: #777!important;
}
.appform form input:focus{
    outline: none;
    box-shadow: 5px 5px 10px #00000025;
}
.appform form textarea{
    display: block;
    width: 100%;
     margin-bottom: 15px;
    height: 105px;
    padding: 10px 20px;
     border-radius: 10px;
    border: 1px solid #666;
    font-weight: 600;
    font-size: 18px
}
.appform form textarea::placeholder{
    color: #777!important;
}
.appform form textarea:focus{
    outline: none;
    box-shadow: 5px 5px 10px #00000025;
}
.appform form input[type=submit]{
    width: 150px;
    height: 40px;
    background: #e84f23;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
      transition:0.5s ease;
    -moz-transition:0.5s ease;
    -webkit-transition:0.5s ease;
    font-family: 'Montserrat', sans-serif; 
}
.appform form input[type=submit]:hover{
    background: #1775bb;
}
footer{
    background: #000;
    padding: 3.5rem 0 0 0;
}
.links{
    padding-left: 70px;
}
.footbox img{
    width: 200px;
/*    padding: 8px;*/
    background: #fff;
/*    border-radius: 10px;*/
    margin-bottom: 25px;
}
.footbox p{
    color: #ccc;
}
.footmedia ul{
    margin-left: 0;
    padding-left: 0;
    margin-top: 8px;
}
.footmedia ul li {
    display: inline-block;
    margin: 0 10px 0 0;
}
.footmedia ul li i{
     font-weight: 400;
    font-size: 16px;
    padding-left: 0;
    width: 35px;
    text-align: center;
    height: 35px;
    background: #0b6aa2;
    color: #fff;
    border-radius: 100%;
    line-height: 35px;
     transition:0.5s ease;
    -moz-transition:0.5s ease;
    -webkit-transition:0.5s ease;
}
.footmedia ul li i:hover{
       box-shadow: 2px 15px 15px #00000015;
        transform: translateY(-2px);
		color: #fff;
         background: #e95023;
}
.footbox h1{
    text-transform: uppercase;
    color: #fff;
    font-size: 20px;
    padding-bottom: 1.3rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}
.links ul{
    padding-left: 0;
    margin-bottom: 0
}
.links ul li{
    line-height: 30px;
}
.links ul li a{
    color: #ccc;
    text-decoration: none;
    padding-left: 16px;
    position: relative;
    transition:0.5s ease;
    -moz-transition:0.5s ease;
    -webkit-transition:0.5s ease;
}  
.links ul li a:hover{
    color: #e84f23;
}
.links ul li a i{
    font-size: 11px;
    font-weight: 400;
    position: absolute;
    left: 3px;
    top: 5px;
    color: #ccc;
}
.footadd p{
    padding-left: 30px;
    position: relative;
    color: #ccc;
}
.footadd p a{
   color: #ccc; 
    text-decoration: none;
    transition:0.5s ease;
    -moz-transition:0.5s ease;
    -webkit-transition:0.5s ease;
}
.footadd p a:hover{
      color: #fff;
}
.footadd p a i{
    position: absolute;
    left: 0;
    top: 5px;
    color: #ccc;
}
.footerbottom{
    background: #121212;
    padding: 8px 0;
}
.footerbottom p{
    margin: 0;
   color: #b3b3b3;
}
.footerbottom p a{
    text-align: center;
     color: #b3b3b3;
    text-decoration: none;
	transition: 0.5s;
}
.footerbottom p a:hover{
	color: #ccc;
}
.footertop{
    padding-bottom: 3rem;
}
.innerbanner{
    background: url(../images/inner-banner.jpg) no-repeat left center; 
    height: 195px;
}
.innerbanner {
    text-align: center;
    padding: 3.5rem 0
}
.innerbanner h1{
    color: #ffffff;
    font-size: 30px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}
.innerbanner ul {
      color: #eee;
    padding: 0
}
.innerbanner ul i{
    font-weight: 400;
    font-size: 12px;
    color: #fff;
}
.innerbanner ul li{
    display: inline;
     color: #ffc5ad;
    padding: 0 5px;
    font-weight: 600;
}
.innerbanner ul li a{
    color: #eee;
    text-decoration: none;
}
.contactpage{
    padding: 4rem 0;
    background: #e4f1ff;
}
.addressdetail{
    padding: 4rem 60px;
}
.contactbox{
    position: relative;
    padding-left: 70px;
}
.contactbox i{
    background: #0b6aa2;
     width: 55px;
    height: 55px;
    font-size: 40px;
    border-radius: 50px;
    text-align: center;
    line-height: 55px;
    color: #fff;
    position: absolute;
    left: 0;
    top: 3px;
    transition:0.5s ease;
    -moz-transition:0.5s ease;
    -webkit-transition:0.5s ease;
}
.contactbox:hover i{
    transform: scale(1.2);
    background-color: #e95023;
}
.contactbox img{
    width: 25px;
    margin-right: 5px;
}
.contactbox h3{
    margin: 0;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
      font-family: 'Montserrat', sans-serif;
    padding-top: 12px;
}
.contactbox h3 span{
    font-weight: 600;
    font-size: 20px
}
.contactbox h3 a{
    text-decoration: none;
    color: #666;
}
.contactbox h3 a:hover{
    color: #1775bb
}
.bookappbg{
    background: #000000;

/*    background: url(../images/bg1.jpg); */
  /*  height: 600px;*/
    padding: 3em 0;
    text-align: center;
}
.bookappbg h1{
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    padding-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
    position: relative;
}
/*.bookappbg h1:after{
    content: '';
    position: absolute;
    width: 150px;
    height: 1px;
    background-color: #ffffff30;
    bottom: 5px;
    left: 0;
    right: 0;
    margin: auto;
    margin-bottom: 15px;
}*/
.bookappbg button img{
    width: 33px;
    position: relative;
    top: 0;
    margin-right: 10px;
}
.bookappbg a button{
    
    font-family: 'Montserrat', sans-serif;
    padding: 6px 15px;
    border-radius: 4px;
     border: none;
    font-weight: 400;
    font-size: 20px;
    text-transform: uppercase;
    background: #e84f23;
    color: #fff;
   transition:0.5s ease;
    -moz-transition:0.5s ease;
    -webkit-transition:0.5s ease;
}
.bookappbg a button:hover{
     background: #fff;
      color: #185a8b;
/*      border: 1px solid #1a75b9;*/
}
.testimonials {
    background: #e5f4ff;
}
.copy{
	text-align: right;
}
.hospitalsec{
    padding: 4rem 60px;    
}
.publicationsec{
    padding: 4rem 60px;    
}

.publicbox{
    
}
.publicbox .row{
    padding: 30px 20px;
    border: 1px solid #ccc;
}
.pubcnt h3{
    font-size: 21px;
    padding-bottom: 10px;
    font-weight: 700;
}
.pubcnt button{
   border: none;
   border: 1px solid #ccc;
   background: #fff;
   padding: 8px 20px;
   font-weight: 500;
     box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
       transition: all 0.3s ease 0s;
  cursor: pointer;
  outline: none;
}
.pubcnt button:hover{
    background: #102f4b;
    color: #fff;
}
.cont1{
    height: 200px;
    overflow-y: scroll;
}
.menubar .dropdown-toggle::after{
    display: none!important
}
/* Menu Css*/

.menubar {
    background-color: #0b6aa2;
    position: relative;
    z-index: 999;
/*    border-top: 1px solid #125ba0*/
}

.menubar ul li {
    position: relative;
}

.menubar ul li a {
    padding: 0 16px;
   /* text-transform: uppercase;*/
    font-weight: 400;
    color: #fff !important;
    font-size: 16px !important;
    transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

.menubar ul li:after {
    content: '';
    position: absolute;
    top: 17px;
    right: 0;
    background-image: linear-gradient(#ffffff10, #ffffff40, #ffffff10);
    width: 1px;
    height: 15px;
}

.menubar ul li:last-child:after {
    display: none;
}
.menubar ul li ul li:after {
    display: none;
}
.menubar ul li a i {
    font-size: 14px;
    transform: translate(3px, 1px);
    font-weight: 400;
}

.menubar ul li a:hover {
    background: #e95023 !important;
    color: #fff !important;
}
.menubar ul li a.active{
    background: #01b5eb !important;
    color: #fff !important;
}
.menubar ul li ul {
    text-align: left;
}

.menubar ul li ul li a {
    text-align: left;
    color: #000!important;
    padding: 0 20px;
    font-size: 15px !important;
    background: #fff !important;
    border-bottom: 1px solid #eee;
}
.menubar ul li ul li a i{
    float: right;
    transform: translateY(5px);
}
.menubar ul li ul li:last-child a{
    border-bottom: 0;
}
.menubar ul li ul li a:hover {
    background: #e95023 !important;
     color: #fff!important;
}

.menubar .navbar{
    padding: 0
}

.menubar ul li a{
    padding: 12px 22px!important;
}
.menubar .navbar-expand-lg .navbar-nav .dropdown-menu{
    padding: 0;
    border-radius: 0
}
.menubar ul ul li a{
    padding: 10px 15px!important;
}
/* ============ desktop view ============ */
@media all and (min-width: 992px) {
	.dropdown-menu li{ position: relative; 	}
	.nav-item .submenu{ 
		display: none;
		position: absolute;
		left:100%; top:-1px;
	}
	.nav-item .submenu-left{ 
		right:100%; left:auto;
	}
	.dropdown-menu > li:hover{ background-color: #f1f1f1 }
	.dropdown-menu > li:hover > .submenu{ display: block; }
}	
/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {
  .dropdown-menu .dropdown-menu{
      margin-left:0.7rem; margin-right:0.7rem; margin-bottom: .5rem;
  }
}	
/* ============ small devices .end// ============ */
/* Services */
.servicesec{
    padding: 3.5em 0;
}
.servicesecleft p{
  font-size: 1rem;
    line-height: 26px;
}
.servicesecleft ul {
    padding-left: 0
}
.servicesecleft ul li{
    margin: 0;
    font-size: 1rem;
    padding: 0;
    line-height: 35px;
    padding-left: 35px;
    position: relative;
}
.servicesecleft ul li i{
    position: absolute;
    left: 0;
    top: 8px;
    width: 20px;
    height: 20px;
    background: #db5a25;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 20px;
    border-radius: 30px;
}
.servicesecleft h2{
    font-size: 28px;
    margin: 30px 0 20px 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #000000;
}
.servicesecleft h3{
    font-size: 24px;
    margin: 30px 0 20px 0;
    color: #666;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
.servicesecleft h4{
     font-size: 24px;
    padding-bottom: 10px;
    color: #db5a25;
}
.list p{
    line-height: 25px;
    margin-bottom: 5px;
    position: relative;
    padding-left: 20px;
    
}
.list p i{
    position: absolute;
    left: 5px;
    top: 5px;
    color: #212529;
}
.sidebar img{
    box-shadow: 0 0 5px 10px #00000012;
}

.review{
    border: 1px solid #ccc;
    margin-top: 50px;
  
}
.review .testibox{
    padding: 20px;
    margin: 0;
      border-radius: 0;
}
.review p{
    font-size: 15px;
}
.review h2{
    font-size: 24px;
    font-weight: 800;
    text-align: center;
    padding-top: 15px;
}
.booksec {
    padding: 3.5rem 0;
      background: url(../images/formbg.jpg) center;
    background-size: cover;
}

.contactform form {
    width: 800px;
    margin: auto;
    padding: 30px;
    background: #0c3053
}
.contactform form label{
    margin: 0;
    padding: 0;
    padding-bottom: 5px;
    color: #fff;
}
.contactform form input{
    display: block;
    width: 100%;
    border-radius: 0;
    border: none;
    padding: 10px;
    margin-bottom: 15px;
}
.contactform form input::placeholder{
    color: #666!important;
    font-size: 22px;
    font-family: 'Montserrat', sans-serif;
}
.contactform form input:focus{
    outline: none;
    box-shadow: 5px 5px 10px #00000025;
}
.contactform form textarea{
    display: block;
    width: 100%;
     margin-bottom: 15px;
    height: 200px;
    padding: 10px;
     border: none;
}
.contactform form textarea::placeholder{
    color: #666!important;
        font-size: 22px;
    font-family: 'Montserrat', sans-serif;
}
.contactform form textarea:focus{
    outline: none;
    box-shadow: 5px 5px 10px #00000025;
}
.contactform form button{
    width: 150px;
     background: #db5a25;
    padding: 15px 0;
    color: #fff;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
      transition:0.5s ease;
    -moz-transition:0.5s ease;
    -webkit-transition:0.5s ease;
}
.contactform form button:hover{
    opacity: 0.8;
}
.aboutsec{
    padding: 3.5em 0;
}
.doctorpoc{
    text-align: center;
}
.doctorpoc img{
    border: none;
/*    border-bottom: 5px solid #102f4c;*/
    width: 90%;
    margin: auto;
    text-align: center;
}
.dc{
    border-bottom: 1px solid #102f4c;
    text-align: center;
    padding: 25px 15px;
    background: #00000005;
    box-shadow: 0 0 15px #00000015;
}
.dc h1{
    font-size: 32px;
    font-weight: 800;   
    color: #102f4c;
    margin: 0;
     font-family: 'Montserrat', sans-serif;
}
.dc h2{
    font-size: 20px;
    font-weight: 400;
    color: #db5a25;
    margin: 0;
}
.dc h3{
    font-size: 18px;
    line-height: 22px;
    padding-top: 5px;   
    margin: 0;
    font-weight: 600;
}
.dc h3:last-child{
    margin-bottom: 0;
}
.dc p{
    font-size: 16px;
    padding-top: 5px;
    font-weight: 500;
    padding-bottom: 0;
    margin-bottom: 0;
}
.abtcnt p{
    line-height: 26px;
}
.vision p{
    font-size: 22px;
    line-height: 34px;
    color: #888;
    font-weight: 800;
    font-style: italic;
    letter-spacing: .3px;
}
.helpbox{
    background: #f3f3f3;
    padding: 30px;
    margin-bottom: 10px;
/*    box-shadow: 0 0 5px 2px #00000060;*/
}
.helpbox h2{
    font-size: 24px;
     font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    padding-bottom: 2px;
}
.helpbox h2 span{
    display: inline-block;
    background: #db5a25;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 28px;
    text-align: center;
    border-radius: 50px;
    margin-right: 10px;
}
.helpbox p{
    line-height: 26px;
    font-size: 16px;
    margin: 0;
}
.bannermob{
    display: none
}
.secbox{
    text-align: center;
    border: 1px solid #ccc;
    padding-bottom: 10px;
    margin: 15px 0;
}
.secbox a{
    text-decoration: none;
}
.secbox a h2{
    font-size: 18px;
    padding: 10px 8px;
    color: #3d4753
}
.secbox a button{
    font-size: 14px!important;
    font-weight: 600;
    background-color: none;
    color: #000;
    text-transform: uppercase;
    height: 32px;
    padding: 4px 26px;
    border-radius: 30px;
    border: 2px solid #2385bf;
    font-family: 'Montserrat', sans-serif;
    transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}
.secbox a button:hover{
/*
      background-color: #2385bf;
     border: 2px solid #2385bf;
    color: #fff;
*/
}
.secbox:hover button{
      background-color: #2385bf;
     border: 2px solid #2385bf;
    color: #fff;
}

.foot1 h2{
	text-align:center;
	color:#fff;
}
.foot1 p{
	color:#ccc;
	text-align:center;
}
.foot1 a{
	color:#ccc;
}
.mb30{
    margin-bottom: 30px;
}
.accordion h3{
    margin: 0;
    color: 000;
}
.accordion .accordion-button{
    margin: 0;
    padding: 20px 30px;
    font-size: 22px;
    color: #000!important;
    font-weight: 400!important;
    font-family: 'Montserrat', sans-serif;
}

.condition p{
        font-size: 1rem;
      line-height: 28px;
      text-align: justify;
}
.condition .accordion-body{
    padding: 30px;
}
.condition .accordion-body ul{
    margin: 0;
    margin-bottom: 20px!important;
}
.condition .accordion-body img{
    border: 1px solid #eee;
}
.condition .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    color: #366; 
}
.casebox{
    text-align: center;
    box-shadow: 3px 4px 15px #0e2f4e66;
    padding: 5px;
    border-radius: 5px;
    transition:0.5s ease;
-moz-transition:0.5s ease;
-webkit-transition:0.5s ease;
}
.casebox:hover{
    background: #0b6aa2;
}
.fancybox-opened .fancybox-skin{
    padding: 5px!important
}
.fancybox-opened .fancybox-title{
    display: none
}
.copy img{
    width: 20px;
    margin-left: 5px
}
.btn button {
    font-size: 14px!important;
    font-weight: 600;
    background-color: #e84f23;

    color: #fff;
    text-transform: uppercase;
    height: 32px;
    padding: 4px 26px;
    border-radius: 30px;
    border: none;
    font-family: 'Montserrat', sans-serif;
    transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}














