@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans+Condensed:wght@300;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@500&family=Varela+Round&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@500&family=Orelega+One&family=Varela+Round&display=swap');
*{ margin: 0; padding: 0;}
body { font-family: 'Rubik', sans-serif;
    font-size: 16px; font-weight: 400; }
ul{ list-style: none; margin: 0;}
a{text-decoration: none !important;}
a:focus{outline: none;}
p, h1, h2, h3, h4, h5 { margin: 0; padding: 0; }
img { border: none;}
.pb10 { padding-bottom: 10px; } .mb10 { padding-bottom: 10px; } 
.pb20 { padding-bottom: 20px; } .mb20 { padding-bottom: 20px; } 
.pb30 { padding-bottom: 30px; } .mb30 { padding-bottom: 30px; } 
.pb40 { padding-bottom: 40px; } .mb40 { padding-bottom: 40px; } 
.pb50 { padding-bottom: 50px; } .mb50 { padding-bottom: 50px; } 
.pt10 { padding-top: 10px; } .mt10 { padding-top: 10px; } 
.pt20 { padding-top: 20px; } .mt20 { padding-top: 20px; } 
.pt30 { padding-top: 30px; } .mt30 { padding-top: 30px; } 
.pt40 { padding-top: 40px; } .mt40 { padding-top: 40px; } 
.pt50 { padding-top: 50px; } .mt50 { padding-top: 50px; } 
.intro{
    padding:60px;
    padding-top: 140px;
    text-align: center;
}
.mainlogo{
    text-align: center;
    margin: auto;
}
.mainlogo img{
    max-width: 550px;  
}
.introbutns{
    text-align: center;
    padding-top: 80px;
}
.bt button{
    width: 300px;
    height:80px;
    font-size: 30px;
    background: #ccc;
    border-radius: 0;
    border: 5px solid #eeeeee;
    cursor: pointer;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
}
.bt button:hover{
    border: 5px solid #333;
    transform: scale(1.1,1.1);
    -webkt-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
  
}


.enter {
    margin-top: 90px;
    text-align: center;
    display: inline-block;
}
.enter a{
    color:#333;
    font-size: 25px;
    text-transform: uppercase;
    font-family: 'Libre Baskerville', serif;
    text-decoration: none;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    position: relative;
}
.enter a:hover{
    color:#7e4f25;
}
.enter a i{
    position: absolute;
    top: 5px;
    right: -35px;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
 }
.enter a:hover i{
   right: -45px;
}
.booknow{
    width: 210px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #353f1a !important;
    color: #ffffff;
    padding-left: 0px;
    float:right;
    margin-top: 26px;
    border-radius: 40px;
       transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
}
.booknow a{
    color:#fff;
    text-decoration: none;
    font-size: 15px;
    position: relative;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    font-weight: 500;

}
.booknow:hover{
    background: #916429 !important;
}
.booknow a img{
    width: 16px;
    position: relative;
    top: -2px;
    margin-left: 10px;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
}


.booknow:hover a img{

    transform: rotate(20deg);
}

.tophead{
    background-color:#fff;
    padding: 5px 0;
    border-bottom: 1px solid #999;
}
.toplft ul {
    padding-top: 2px;
}
.toplft ul li{
    color: #333;
    display: inline;
    padding-right: 15px;
    font-weight: 400;
}
.toplft ul li:hover i{
    
}
.social{
    float: right;
}
.social ul li{
    display: inline;
    margin-left: 15px;
}
.social ul li i{
    color: #444;
    text-align: center;
    border-radius: 100%;
}
.social ul li i:hover{
    color:#7e4f25;
}
.bottomhead {
    background: #fafcef !important;
    padding: 10px 0;
}
.logo{
    display: block;
}
.logo a{
    text-decoration: none;
}
.logo img{
   margin-top: 7%;
    margin-right: 15px;
    float: left;
}
.logo h1{
    font-size: 22px;
    font-family: 'Libre Baskerville', serif;
    font-weight: 700;
    color: #1b1278;
}
.logo p{
    font-size: 18px;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 600;
    color: #333;
}
 .banner img{
     width: 100%;
 }
 .banner{
     position: relative;
 }
 .banner .carousel-caption{
     position: absolute;
     left: 7%;
     top: 22%;
     text-align: left;
     max-width: 500px;
 }
 .banner .carousel-caption h1{
     color:#7e4f25;
     padding-bottom: 25px;
     font-size: 66px;
     font-family: 'Open Sans Condensed', sans-serif;
     font-weight: 600;
     text-shadow: 2px 2px 2px #ffffff95;
 }
 .banner .carousel-caption h3{
    color:#333;
    padding-bottom: 35px;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
     
}
.banner .carousel-caption a{
    background: #333;
    padding: 8px 25px;
    padding-right: 30px;
    color: #fff;
    border-radius: 30px;
    text-transform: uppercase;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    position: relative;
    
}
.banner .readmore{
    text-align: left;
}
.banner .carousel-caption a:hover{
    text-decoration: none;
    background: #7e4f25;
    color: #ffffff;
}
.banner .carousel-caption a i{
    position: absolute;
    top: 9px;
    right:20px;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
}
.banner .carousel-caption a:hover i{
    right: 15px;
}
.banner .carousel-control-prev{
    width: 50px;
    height: 50px;
    background: #333333;
    position: absolute;
    top: 45%;
}
.banner .carousel-control-next{
    width: 50px;
    height: 50px;
    background: #333333;
    position: absolute;
    top: 45%;
}
.banner .carousel-indicators li{
    cursor: pointer;
}
.about{
   padding: 4em  0;
}
.aboutinner {
    background: #eeeeee;
    padding: 60px 30px;
    border-bottom: 5px solid #003e7d;
}
.aboutinner h1{
    font-size:30px;
    padding-bottom: 18px;
    color: #000;
}
.heading h1{
    font-size: 40px;
    font-family: 'Open Sans Condensed', sans-serif;
    margin-bottom: 20px;
    position: relative;
    color: #000;
    font-weight: 400;
    text-align:center;
    text-transform: uppercase;
}
/* }
.profile h1:before{
    position: absolute;
    content: '';
    width: 50px;
    height: 3px;
    background-color: #3f3888;
    bottom: -10px;
    transform: skew(-40deg);
    -webkit-transform: skew(-40deg);
    -moz-transform: skew(-40deg);
}
.profile h1:after{
    position: absolute;
    content: '';
    width: 50px;
    height: 3px;
    background-color:#24abf2;
    bottom: -10px;
    left: 60px;
    transform: skew(-40deg);
    -webkit-transform: skew(-40deg);
    -moz-transform: skew(-40deg);
} */
.about h3{
    font-size: 22px;
    padding-top: 18px;
    padding-bottom: 20px;
}.about h3 span{
    color: #7e4f25
}
.about ul li{
    color: #666;
    position: relative;
    padding-left: 35px;
    line-height: 38px;
}
.about ul{
    padding-bottom: 15px;
}
.about ul li img{
    width: 35px;
    position: absolute;
    left: 0;
    top: 0;
}
.profile .read{
    text-align: left;
}
.profile h1
{
    font-size: 30px;
    color: #000;
    padding:  15px  0px;
    font-weight: 600;
}

.profile h2{
    font-size:25px;
    color:#434d28;
   
}
.profile p{
    padding-bottom:15px;
    font-size: 16px;
    color: #333;
    padding-right: 15px;
    line-height: 28px;  
}
.profile span{
    font-size: 18px;
    color: #905f24;
    border-bottom: 1px solid#000 !important;
    margin-bottom: 3%;
    display: inline-block;
}
.read{
    margin-top: 10px;
}
.read a{
    background: #434925;
    padding: 8px 25px;
    padding-right: 30px;
    color: #fff;
    border-radius:15px 0;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    position: relative;
}
.read a:hover{
    text-decoration: none;
    background: #758253;
    color: #ffffff;
}
.read a i{

    font-size: 13px;
    right:15px;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
}

.about img{
     margin:auto;
     width: 500px;
      margin-top: 5%;
      border-radius: 10%;
   border: 2px solid #eee;
    
}
.about img:hover{
    transition: 0.5s;
    cursor: pointer;   
   box-shadow: 0px 0px 6px 2px #33333325;
}
.profilepic{
    text-align: left;
    float: left;
    
}
.profilepic h3{
    font-size: 24px;
    padding-bottom: 5px;
    color:#1b1278; 
}
.profilepic p{ 
    color: rgb(77, 72, 72);
    font-size: 18px;
    font-weight: 400;
}

.service {
/*    background:url(../images/bg.jpg) no-repeat;*/
    padding-bottom: 4em;
    position: relative;
}
.service h1{
    font-size: 32px;
    margin-bottom: 30px;
    position: relative;
    color: #000;
    margin-top: 5%;
    margin-bottom:40px;
}
.service h1:before{
    position: absolute;
    content: '';
    width: 30px;
    height: 3px;
    background-color: #8a5b27;
    bottom: -10px;
    left: -50px;
    right: 0;
    transform: skew(-40deg);
    -webkit-transform: skew(-40deg);
    -moz-transform: skew(-40deg);
    margin: auto;
}
.service h1:after{
    position: absolute;
    content: '';
    width: 30px;
    height: 3px;
    background-color:#999;
    bottom: -10px;
    transform: skew(-40deg);
    -webkit-transform: skew(-40deg);
    -moz-transform: skew(-40deg);
    left:30px;
    right: 0;
    margin: auto;
}
.serviceinner {
    text-align: center;
    
}
.prodbox{
     border-radius: 10%;
 /*  padding-top: 15px;*/
    height: auto;
    border: 5px solid #fff;
    text-align: center;
    margin: auto;
    position: relative;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
}
.overlaybox{
    position: absolute;
    z-index: 999;
    width: 100%;
    height: 100%;
     /* background-color: #ffffff20;  */
    top: -250px;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
}
.overlaybox p{
    color:#ffffff;
    background-color: #000;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 5px;
}
.prodbox img { 
    /* width: 280px!important;   */
    height: auto;
    margin: auto;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;

    border-radius: 10%;
}



.prodbox:hover .overlaybox{
    display: block;
    top:0;
}
.serviceinner{
     padding: 0 45px;
}
.serviceinner h2{
    color:#000;
    line-height: 22px;
    font-size: 20px;
    padding-top: 15px;
    font-weight: 500;
}
.serviceinner a{
    text-decoration: none;
}
.service .owl-carousel .owl-nav button.owl-next{
    width: 35px;
    height: 35px;
    background:#39431e;
    color: #fff;
    position: absolute;
    right: -5%;
    top: 34%;
    line-height: 35px;
    border-radius: 20px;
}
.service .owl-carousel .owl-nav button.owl-prev{
     width: 35px;
    height: 35px;
    background:#39431e;
    color: #fff;
    position: absolute;
    left: -5%;
    top: 34%;
    line-height: 35px;
    border-radius: 100%;
    border-radius: 20px;
}
.service .owl-carousel .owl-nav button.owl-next:focus{
    outline: none;
}
.service .owl-carousel .owl-nav button.owl-prev:focus{
    outline: none;
}
.service .owl-carousel .owl-nav button.owl-prev:hover{
    background: #7c8765;
}
.service .owl-carousel .owl-nav button.owl-next:hover{
    background: #7c8765;
}
.reviews {
    background: #eeeeee;
    padding: 4em 0;
    position: relative;
}
.reviews h1{
    font-size: 30px;
/*    font-family: 'Libre Baskerville', serif;*/
    margin-bottom: 30px;
    position: relative;
    color: #000000;
    margin-bottom: 40px;
    text-align: center;
}
.reviews h1:before{
    position: absolute;
    content: '';
    width: 50px;
    height: 3px;
    background-color: #da3c98;
    bottom: -10px;
    left: -60px;
    right: 0;
    transform: skew(-40deg);
    -webkit-transform: skew(-40deg);
    -moz-transform: skew(-40deg);
    margin: auto;
}
.reviews h1:after{
    position: absolute;
    content: '';
    width: 50px;
    height: 3px;
    background-color:#666;
    bottom: -10px;
    transform: skew(-40deg);
    -webkit-transform: skew(-40deg);
    -moz-transform: skew(-40deg);
    left:60px;
    right: 0;
    margin: auto;
}
.reviews span{
    font-size: 18px;
    color:#333;  
}
.reviews .carousel-inner {
    text-align: center;
    width: 75%;
    margin: auto;
}
.reviewbox h3{
    text-align: center;
    font-size:20px;
    padding-top: 15px;
}
.reviewbox i{
    font-size: 40px;
    padding-bottom: 15px;
    color:#24abf2;
}
.reviewbox p{
    font-size: 16px;
    padding-top: 5px;
}
.book{
    /* background: #1b1278; */
    padding: 4% 0;
    text-align: center;
}
.book h1{
    color: #7e4f25;
    text-align: center;
    font-size: 40px;
    margin-bottom: 30px;
    font-family: 'Libre Baskerville', serif;
}
.book h2{
    color: #ffffff;
    text-align: center;
    font-weight: 300;
    padding-top: 10px;
    font-size: 35px;
    text-align: center;
    background-color: #333333;
    padding: 10px 0;
    margin-top: 20px;
    width: 80%;
    margin:auto;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
}
.book h2:hover{
    transform: scale(1.1,1.1);
}
.book a{
    color: #dd9658;
}
.book a:hover{
    text-decoration: none;
}
.book:hover a{
    color: #dd9658;
}
.footertop {
    border-top: 1px solid#cbcbcb!important;
    background: #fafcef;
    padding: 3em 0;
}
.footertop h2{
    font-size: 18px;
    color: #000;
    font-weight: 600;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eeeeee30;
    margin-right: 30px;
    font-weight: 500;
    text-transform: uppercase;
}
.footertop p{
    color: #404330;
    font-size: 14px;
    line-height: 26px;
}
.footertop p a{
    color: #394027;
}
.footertop p a:hover{
    color: #39431e;
    text-decoration: none;
}
.footerbtm{
    background-color:#3b4522;
    padding:10px 0;
}
.footerbtm p{
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    
}
.footerbtm p a{
    color: #eee;
}
.footerbtm p a:hover{
    color: #fff;
    text-decoration: none;
}
.footerbox ul {
    margin-bottom: 0;
}
.footerbox ul li{
    line-height: 32px;
    position: relative;
    padding-left: 15px;
}
.footerbox img {
    width:6px;
    position: absolute;
    left: 0;
    top: 12px;
}
.footerbox ul li a{
    font-size: 14px;
    color:#393c27;
    transition: 0.5s ease;
    font-weight: 400;
}
.footerbox ul li i{
    font-size: 12px;
}
.footerbox ul li a:hover{
    text-decoration: none;
    color: #474c2c;
}
.footerbox p{
    color:#3e4420;
    position: relative;
    padding-left: 25px;
    padding-bottom: 15px;
    font-size: 15px;
}
.footerbox p i{
    position: absolute;
    left: 0;
    top:4px;
    color: #5d5d5d;
}

.last {
    float: right;
}
.bannerinner{ 
    padding: 8px 0 0 0;
    text-align:center;
}
.bannerinner h1{
    padding-top:25px;
    text-align: center;
    color: #fafcef;
    font-weight: 500;
    font-size: 30px;
}
.bannerinner ul{
 padding-bottom:30px;
}
.bannerinner ul li{
    display: inline;
    color: #fafcef;
}
.bannerinner ul li a{
    color: #fafcef;
    transition: o.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    font-weight: 300;
}
.bannerinner ul li a:hover{
    text-decoration: none;
    
    font-family:'Rubik', sans-serif;
    font-weight: 800;
}

.bannerinner ul li i{
   color: #fff;
    font-size: 15px;
    position: relative;
    margin: 0 5px;
}
.contactpage{
    padding-bottom: 0% !important;
    padding-top:4%;
}
.address{
    text-align: left;
    padding: 0 10px 0;

}
.address i{
    font-size: 20px;
    background-color: #394320;
    color: #ffffff;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    text-align: center;
    line-height: 50px;
    border: 2px solid #fff;
  
}
.address a{
    text-decoration: none;
    font-size: 20px;
    padding-left: 2%;
    color: #000;
}
.address p{
    padding-left:63px;
    
    color: #000000;
}
.address b{
    padding: 0 !important;
}
.address p b{
    font-size: 22px;
    padding-left: 10px;
    font-weight: 500;
}
.app{
    padding: 30px;
    background: #eee;
}
.app label{
    color:#000
}
.app input{
    width: 100%;
    height: 50px;
    margin-bottom: 10px;
    padding: 0 10px;
    background: #fff;
    border: none;
}
.app input:focus{
    outline: none;
    box-shadow: 0 0 5px 5px #00000010
}
.app input:placeholder-shown{
   color: #ccc
}
.app span{
    color:red;
}
.app textarea{
    width: 100%;
    height: 140px;
    padding: 10px 10px;
    background: #fff;
    border: none;
}
.app textarea:focus{
    outline: none;
    box-shadow: 0 0 5px 5px #00000010
}
.app textarea:placeholder-shown{
   color: #ccc
}
.app input[type="submit"]{
    cursor: pointer;
   background: #000;
    width: 150px;
    height:40px;
    border: none;
    color: #fff;
    margin-top: 15px;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    font-size: 16px;
}
.app input[type="submit"]:hover{
    background-color: #da3c98;
}
.appointpage {
    padding: 4% 0;
}
.appointpage img{
    border: 1px solid #eeeeee;
    margin-top: 20px;
}
.news{
    padding: 3em 0;
}
.news img{
    margin:0 0 15px 0;
    border: 1px solid #eeeeee;
    padding: 5px;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
}
.news img:hover{
    background: #ccc;
}
.gallery{
    position: relative;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
}
.galboxview{
    position: absolute;
    display: none;
    top: -10%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 100%;
    background: #da3c9875;
    text-align: center;
    left: 45%;
    font-size: 25px;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
}
.galboxview i{
    color: #fff;
     transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
}
.gallery:hover .galboxview{
    top:40%;
    display: block;
    color: #333;
}
.fancybox-skin{
    background: none;
    padding: 0!important;
}
.tab{
    text-align: center;
    margin-bottom: 10px;
} 
.tab ul li{
    display: inline-block;
    margin: 0 10px;
}
.tab ul li a{
    display: block;
    background-color: #ffffff;
    border:1px solid #24abf2;
    width: 100px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #333333;
}
.tab ul li a:hover{
    text-decoration: none;
}
.tab ul li a.active{
    background: #24abf2;
    color:#ffffff;
}
.box{
    text-align: center;
    margin-bottom: 10px;
    background: #ffffff;
    
}
.box p{
    text-decoration: none;
    /* border:1px solid #eeeeee; */
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #333333;
    padding: 10px 10px;
    border-top: none;
}
.box img{
    margin-bottom: 0;
}
.box a{
    text-decoration: none;
}
.box:hover p{
   /* border: 1px solid #24abf2;
   border-top: none; */
}
.articlebox{
    border:1px solid #eeeeee;
    margin-top: 30px;
    padding:10px;
}
.articlebox p{
    text-align: left;
    padding-bottom:0px;
}
.articlebox p span{
    font-weight:300;
    font-size: 18px;
}
.articlebox:hover p span{
    color:#24abf2;
   
}
.sergerypage h3{
    text-align: left;
    padding-top: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eeeeee;
    color: #3f3888;
    margin-bottom: 20px;
}
/* .sergerypage p{
    padding:0;
    padding-top: 20px;
    font-weight: 400;
} */
.sergerypage ul{
    padding-left: 30px;
}
.sergerypage ul li{
    list-style-position: inside;
    font-size: 18px;
    list-style: disc;
    padding: 0;
    text-align: left;
    line-height:32px ;
}
.sergerypage .read{
    margin-top:20px;
}
.sergerypage .read a{
    width: 195px;
}.sergerypage .read a div{
    width: 195px;
}

.servicepage p{
    font-weight: 400!important;
    font-size: 16px;
    padding-left: 0;
    line-height: 28px;
}
.servicepage .read{
    margin-top:20px;
}
.servicepage .read a{
    width: 195px;
}.servicepage .read a div{
    width: 195px;
}
.blogs {
    background:url(../images/bg2.jpg) center no-repeat;
   /* background-size: cover;*/
    padding: 4em 0;
    position: relative;
}
.blogs h1{
    font-size: 30px;
    position: relative;
    color: #d3c2a7;
    margin-bottom:20px;
    text-align: center;

}
.blogs h1:before{
    position: absolute;
    content: '';
    width: 30px;
    height: 3px;
    background-color: #3f4328;
    bottom: -10px;
    left: -60px;
    right: -10px;
    transform: skew(-40deg);
    -webkit-transform: skew(-40deg);
    -moz-transform: skew(-40deg);
    margin: auto;
}
.blogs h1:after{
    position: absolute;
    content: '';
    width: 30px;
    height: 3px;
    background-color:#666666;
    bottom: -10px;
    transform: skew(-40deg);
    -webkit-transform: skew(-40deg);
    -moz-transform: skew(-40deg);
    left:30px;
    right: 0;
    margin: auto;
}
.bloginner {
    padding:  0 50px;
}
.blogbox {
    border-radius: 15px;
    background: #fafcef;
    padding-bottom: 15px;
    margin: 20px;
    text-align: center;
    padding: 15px;
    position: relative;
    height: 250px;
    box-shadow: 10px 10px 10px #00000008;
}

.blogbox:hover{
    
}
.blogbox i{
    font-size:20px;
    color: #3c4623;
    padding-right:3%;
    padding-left: 3%;
}
.blogbox img{
    border:5px solid#fff;
    width:50px!important;
    left:30px;
    position: absolute;
    opacity: 0.8;
}
.blogbox h2{
    text-align: center;
    font-size: 20px;
    color: #394320;
   /* padding-top: 8px;*/
}
.blogbox p{
    color: #000;
    /*padding: 10px 15px;*/
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    padding: 20px 30px;
    
}
.bloginner a{
    text-decoration: none;
    font-size: 16px;
    color: #000;
}
.readmore{
    text-align: center;
    color: #363636;
}
.blogbox:hover .readmore, h2{
    color: #da3c98;
}

.bloginner .owl-carousel .owl-nav button.owl-next{
           width: 35px;
        height: 35px;
        background: #7f4e09;
        color: #fff;
        position: absolute;
        right: -5%;
        top: 45%;
        line-height: 35px;
        border-radius: 20px;
}
.bloginner .owl-carousel .owl-nav button.owl-prev{
         width: 35px;
        height: 35px;
        background: #7f4e09;
        color: #fff;
        position: absolute;
        left: -5%;
        top: 45%;
        line-height: 35px;
        border-radius: 20px;
}
.bloginner .owl-carousel .owl-nav button.owl-next:focus{
    outline: none;
}
.bloginner .owl-carousel .owl-nav button.owl-prev:focus{
    outline: none;
}
.map h3{
    padding-bottom: 20px;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 400;
}
.map iframe{
    border: 5px solid #ccc;
}
.desc h3{
    padding-bottom: 15px;
}
.desc img{
    width: auto;
    border-radius: 0;
}
.disc{
    background: #ffffff;
   width: 600px;
   height:auto;
   padding: 30px;
   margin: auto;
   position: absolute;
   left: 0;
   right: 0;
   top: 5%;
}
.disc h3{ text-align: center; padding:0 0 10px 0; font-weight: 400;}
.disc p{ text-align: justify; font-size: 14px; padding-bottom: 10px;}
.disc ul li{ text-align: justify; padding-bottom: 10px; font-size: 14px;}
.disc button.btn{ background: #333; color: #fff; width: 100px; float: left; margin-top: 5px;}
.disc button.btn:focus{ outline: none; }
.qkcontact {
    background: #000;
}
.qkcontact h4{
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    padding: 10px;
    text-transform: uppercase;
}
.form {
    background: #7e4f25;
    padding: 20px;
}
.qkcontact form input{
    width: 100%;
    margin-bottom: 10px;
    height: 35px;
    padding: 10px;
    border: none;
}
.qkcontact form textarea{
    width: 100%;
    margin-bottom: 10px;
    height: 130px;
    padding: 10px;
     border: none;
}
.qkcontact form input::placeholder{
    font-weight: 300!important;
}
.qkcontact form textarea::placeholder{
    font-weight: 300!important;
}
.qkcontact form input:focus, .qkcontact form textarea:focus{
    outline: none;
}
.qkcontact form input[type=submit]{
    width: 100px;
    height: 35px;
    line-height: 35px;
    padding: 0!important;
    margin: auto;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
    background: #00000075;
    color: #fff;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    border-radius: 5px;
}
.qkcontact form input[type=submit]:hover{
    background: #00000095;
}
.navbar-toggler-icon{
    position: relative;
    text-align: center;
    padding: 0;
    margin: 0;
}
.navbar-toggler-icon i{
    color: #fff;
    position: absolute;
    top: 5px;
    left: 5px;
}
.callus{
    margin-top: 25px;
}
.callus i{
    font-size:25px;
    color: #916429;
    position: absolute;
    left: 0;
    /*background: #eee;*/
    width:41px;
    height: 41px;
    line-height:42px;
    text-align: center;
    margin-right: 8px;
    margin-left:6%;
    border-radius: 5px;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
}
.callus:hover i{
    left: 5px;    
}
.callus a{
    text-decoration: none;
}
.callus h1{
    font-size: 18px;
    position: relative;
    text-align: left;
    padding-left: 53px;
    font-weight: 400;
    line-height: 28px;
    color: #666;
    padding-bottom: 20px;
}
.callus h1 span{
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #333;
}

.callus1{
    margin-top: 25px;
}
.callus1 i{
    font-size:25px;
    color: #916429;
    position: absolute;
    left: 0;
   /* background: #eee;*/
    width:41px;
    height:41px;
    line-height:42px;
    text-align: center;
    margin-right: 8px;
    border-radius: 5px;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
}
.callus1:hover i{
    left: 5px;    
}
.callus1 a{
    text-decoration: none;
}
.callus1 h1{
    font-size: 18px;
    position: relative;
    text-align: left;
    padding-left:45px;
    font-weight: 400;
    line-height: 28px;
    color: #666;
    padding-bottom: 20px;
}
.callus1 h1 span{
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #333;
}

.callus2{
    margin-top: 25px;
}
.callus2 i{
    font-size:25px;
    color: #916429;
    position: absolute;
    left: 0;
    /*background: #eee;*/
    width:41px;
    height: 41px;
    line-height:42px;
    text-align: center;
    margin-right: 8px;
    margin-left:6%;
    border-radius: 5px;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
}
.callus2:hover i{
    left: 5px;    
}
.callus2 a{
    text-decoration: none;
}
.callus2 h1{
    font-size: 18px;
    position: relative;
    text-align: left;
    padding-left:62px;
    font-weight: 400;
    line-height: 28px;
    color: #666;
    padding-bottom: 20px;
}
.callus2 h1 span{
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #333;
}

.specialist{
    overflow: hidden;
    padding-bottom: 4em;
}
.specialist h1{
    font-size: 40px;
    margin-bottom: 0px;
    position: relative;
    color: #6e773c;
    text-align: left;
}
/*.specialist h1:before{
    position: absolute;
    content: '';
    width: 30px;
    height: 3px;
    background-color: #39431e;
    bottom: -10px;
    left: 0px;
    transform: skew(-40deg);
    -webkit-transform: skew(-40deg);
    -moz-transform: skew(-40deg);
    margin: auto;
}
.specialist h1:after{
    position: absolute;
    content: '';
    width: 30px;
    height: 3px;
    background-color:#999;
    bottom: -10px;
    transform: skew(-40deg);
    -webkit-transform: skew(-40deg);
    -moz-transform: skew(-40deg);
    left:40px;
    margin: auto;
}
*/
.doctor img{
    overflow: hidden;
    border-radius:15% 0;
    border: 2px solid #eee;
    box-shadow: 0px 0px 6px 2px #33333325;
}
.specialist p{
    font-size: 16px;
    padding-bottom:20px;
    line-height: 30px;
   
}
.specialist p:last-child{
    padding-bottom: 0px;
}
.specialist span{
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 30px;
    color: #7e5f28 !important;
    display:inline-block;
    font-weight: 500;
    border-bottom: 1px solid#000;
    font-family: 'Be Vietnam Pro', sans-serif;
}
.doctor h2{
    text-align: center;
    color: #003e7d;
    font-size: 22px;
    padding: 10px 0;
}
.doctor p{
    text-align: center;
    font-size: 15px;
}
.whts img{
    position: fixed;
    right: 5px;
    bottom: 35px;
    z-index: 999;
    width: 50px;
}
.mail img{
    position: fixed;
    right: 5px;
    bottom: 100px;
    z-index: 999;
    width: 50px;
}
.footerlogo img{
    position: static;
    width: 255px;
    border-radius: 20px;
    margin-bottom: 20px;
}
.footerlogo p{
    padding-left: 0;
}
.footerbox h3{
    font-size: 16px;
    color: #fff;
    margin: 0;
}
.footerbox i{
    font-size: 16px;
    padding-right: 3px;
}
.social{
    text-align: left;
   
}
.socialmedia ul{
    margin: 0;
     margin-top: 10px;
}
.socialmedia ul li{
    display: inline;
    padding-left: 0;
}
.socialmedia ul li img{
    width: 46px;
    position: static;
    margin: 0;
    margin-right: 10px;
}
.testimonial{
    padding: 3em 0;
   
}
.testimonial a{
    text-decoration: none;
}
.testimonial .blogbox{
    background: #efefef;  
    margin: 0;
    margin-bottom: 35px;
    margin-right: 25px;
}
.testimonial img{
    border: none;
    width: 40px!important;
}
.servicepage ul li {
    position: relative;
}
.servicepage ul li img{
    width: 18px;
    position: absolute;
    top: 7px;
    left: 5px;
}
.servicepage h4{
    font-size: 18px;
    color: #003e7d;
    padding-bottom: 20px;
    font-weight: 600;
    position: relative;
}
.servicepage h4:after{
    position: absolute;
    width: 30px;
    height: 2px;
    bottom: 10px;
    left: 0;
    background: #da3c98;
    content: '';
    
    
}
i.fa-whatsapp{
    color: forestgreen!important;
}


.section-title {
    font-size: 28px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-weight: 400;
    display: inline-block;
    position: relative;
}
.section-title:after,
.section-title:before {
    content: "";
    position: absolute;
    bottom: 0;
}
.section-title:after {
    height: 2px;
    background-color: rgba(252, 92, 15, 0.46);
    left: 25%;
    right: 25%;
}

.section-title:before {
    width: 15px;
    height: 15px;
    border: 3px solid #fff;
    background-color: #fc5c0f;
    left: 50%;
    transform: translatex(-50%);
    bottom: -6px;
    z-index: 9;
    border-radius: 50%;
}

/* CAROUSEL STARTS */
.customer-feedback .owl-item img {
    width: 85px;
    height: 85px;
}

.feedback-slider-item {
    position: relative;
    padding: 60px;
    margin-top: -40px;
}

.customer-name {
    margin-top: 15px;
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: 500;
}

.feedback-slider-item p {
    line-height: 1.875;
}

.customer-rating {
    background-color: #eee;
    border: 3px solid #fff;
    color: rgba(1, 1, 1, 0.702);
    font-weight: 700;
    border-radius: 50%;
    position: absolute;
    width: 47px;
    height: 47px;
    line-height: 44px;
    font-size: 15px;
    right: 0;
    top: 77px;
    text-indent: -3px;
}

.thumb-prev .customer-rating {
    top: -20px;
    left: 0;
    right: auto;
}

.thumb-next .customer-rating {
    top: -20px;
    right: 0;
}

.customer-rating i {
    color: rgb(251, 90, 13);
    position: absolute;
    top: 10px;
    right: 5px;
    font-weight: 600;
    font-size: 12px;
}

/* GREY BACKGROUND COLOR OF THE ACTIVE SLIDER */
.feedback-slider-item:after {
    content: "";
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 0;
    top: 103px;
    background-color: #f6f6f6;
    border: 1px solid rgba(251, 90, 13, 0.1);
    border-radius: 10px;
    z-index: -1;
}

.thumb-prev,
.thumb-next {
    position: absolute;
    z-index: 99;
    top: 45%;
    width: 98px;
    height: 98px;
    left: -90px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.thumb-next {
    left: auto;
    right: -90px;
}

.feedback-slider-thumb img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
}

.feedback-slider-thumb:hover {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.customer-feedback .owl-nav [class*="owl-"] {
    position: relative;
    display: inline-block;
    bottom: 45px;
    transition: all 0.2s ease-in;
}

.customer-feedback .owl-nav i {
    background-color: transparent;
    color: rgb(251, 90, 13);
    font-size: 25px;
}

.customer-feedback .owl-prev {
    left: -15px;
}

.customer-feedback .owl-prev:hover {
    left: -20px;
}

.customer-feedback .owl-next {
    right: -15px;
}

.customer-feedback .owl-next:hover {
    right: -20px;
}

/* DOTS */
.customer-feedback .owl-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 35px;
}
.customer-feedback .owl-dot {
    display: inline-block;
}

.customer-feedback .owl-dots .owl-dot span {
    width: 11px;
    height: 11px;
    margin: 0 5px;
    background: #fff;
    border: 1px solid rgb(251, 90, 13);
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    border-radius: 50%;
}

.customer-feedback .owl-dots .owl-dot.active span {
    background-color: rgb(251, 90, 13);
}

/* RESPONSIVE */
@media screen and (max-width: 767px) {
    .feedback-slider-item:after {
        left: 30px;
        right: 30px;
    }
    .customer-feedback .owl-nav [class*="owl-"] {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        margin-top: 45px;
        bottom: auto;
    }
    .customer-feedback .owl-prev {
        left: 0;
    }
    .customer-feedback .owl-next {
        right: 0;
    }
}

/* extra */
.copyright {
    text-align: center;
    margin-top: 30px;
    font-size: 1.6rem;
    background-color: #eee;
}
.copyright a {
    display: inline-block;
    padding: 10px 2px;
}
.upwork {
    color: #37a000;
}
.upwork:after {
    content: "/";
    margin-left: 10px;
}
.fiverr {
    color: #1dbf73;
}
.copyright .triplebyte {
    display: block;
    padding-top: 0;
    color: #344759;
    text-decoration: underline;
}
.connect2{
    width: 100%;
    height: 300px;
    float: left;
    border-radius: 15px;
    background: #333825 !important;
}
.connect2 h1{
    font-size: 30px;
    font-family: 'Be Vietnam Pro', sans-serif;
    color: #fff !important;
    padding: 5%;
    padding-bottom: 2%;
}
.connect2 img{
    border-radius: 15px;
    margin-left: 20%;
}
.connect2:hover h1{
    transition:2s;
    color: #b59255 !important;
    transform:translate(30px);
}

.form{
    width: 100%;
    height: 495px;
    background: transparent;
    box-shadow: 1px 3px 2px 3px #ddd;
    text-align: center !important;
}
.form img{display:block;margin-left:10px;}
.cap img{
    margin-top:30px;
}
.form h1{
    font-size: 30px;
    color: #000 !important;
    text-align: center;
    margin-top: 0px !important;
}
.form input{
    width:100%;
    height: 45px;
    float: left;
    margin-top: 10px;
    margin-left: 10px;
    outline: none;
    border: none;
    border-bottom: 1px solid#ddd !important;
}

.form textarea{
    width: 92%;
    height:80px;
    float: left;
    margin-top: 10px;
    outline: none;
    border: none;
    margin-left: 10px;
    margin-right: 10px;
    border-bottom: 1px solid#ddd !important;
}
.form input[type="submit"]{
    width: 40%;
    height: 45px;
    background: #353f1a !important;
    margin-left: 30%;
    color: #fff !important;
    font-size: 18px;
    cursor: pointer;
    margin-top: 25px;
}
.form input[type="submit"]:hover{
    background:#916429 !important;
    transition: 0.5s ease;
}
.hospital{
    width: 100%;
    height: 144px;
    background: transparent;
    box-shadow: 1px 3px 2px 3px #ddd;
    margin-top: 35px;
    padding: 10px 25px;
    position: relative;
    margin-bottom:4% !important;
}
.hospital span{
    font-size: 20px;
    color: #000;
    display:block;
    color: #394320;
    font-weight: 700;
    text-align: center;
     padding-top:20px;
     padding-bottom: 10px;
}
.hospital p{
    position: relative;
   padding-left: 25px;
    text-align:justify;
   
}
.hospital p i{
    position: absolute;
    left:0;
}

.Attchement{
    padding: 4em 0;
}
.maploc{
    margin-top: 20px;
}
.hospital1{
    width: 100%;
    height:380px;
    border: 0.5px solid#ddd;
    float: left;
    padding:18px 25px;
}
.hospital1:hover{
    transition: 0.5s;
    box-shadow: 5px 5px 10px #353f1a70;
}
.hospital1 h1{
    font-weight: 700;
    font-size:20px;
    color:#353f1a;
    text-align: center;
    margin-top: 5px;
}
.hospital1 p{
    font-size: 14px;
    position: relative;
    padding-left: 25px;
    text-align:justify; 
    padding-top:10px;

}
.hospital1 i{
    color: #353f1a;
}
.hospital1 p i{
    position: absolute;
    left:0px;
    top:13px;

}

/*<sidebar menu*/
.sidebar{
 padding: 4em 0;;
}

.blogShort{ border-bottom:1px solid #ddd;}

.add{
background: #333;
padding: 10%; 
height: 300px;
}

.nav-sidebar { 
    width:100%;
    padding: 0;
    display: block; 
    background:#353f1a;
    border-radius:8px;
}
.nav-sidebar ul li{
    float: left;
    width: 100%;
}
.nav-sidebar ul li.active{
    background: #916429 !important;
    color: #fff !important;
}
.nav-sidebar h1{
    margin: 0 !important;
    font-size:25px;
    color:#fff !important;
    text-align:center;
    padding-top: 10px;
    padding-bottom: 10px;
}
.nav-sidebar a {
    font-size:16px;
    color: #fff;
    text-align: justify;
    -webkit-transition: all 0.08s linear;
    -moz-transition: all 0.08s linear;
    -o-transition: all 0.08s linear;
    transition: all 0.08s linear;
    border: 1px solid#ddd;
}
.nav>li>a:hover,{
    background: #916429 !important;
    color: #fff !important;
}

.nav-sidebar .text-overflow a,
.nav-sidebar .text-overflow .media-body {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; 
}

.btn-blog {
    color: #ffffff;
    background-color: #E50000;
    border-color: #E50000;
    border-radius:0;
    margin-bottom:10px
}
.btn-blog:hover,
.btn-blog:focus,
.btn-blog:active,
.btn-blog.active,
.open.btn-blog {
    color: white;
    background-color:#0b56a8;
    border-color: #0b56a8;
}
article h2{color:#333333;}

 .margin10{margin-bottom:10px; margin-right:10px;}

 .navbar{
    margin-bottom: 0px !important;
 }
 .nav{
    margin-bottom: 20px !important;
 }
 .nav>li>a {
    position: relative;
    display: block;
    padding: 12px 25px !important;
 }
.sidebar h2{
    font-size: 30px;
    color:#353f1a !important;
    font-weight: 800;
}
.sidebar p{
    font-size: 16px;
    color: #000;
    text-align: justify;
    padding-top: 20px;   
    margin: 0 !important;
}
.sidebar i{
    color: #000 !important;
    padding-right: 2px;
}
.sidebar h3{
    font-size: 25px;
    color:#916429 !important;
    font-weight:600;
    margin-right: 4%;
    padding-left: 5px;
    margin-top: 15px;
    border-left:4px solid#353f1a;
}
.serv1 i{
    font-size: 16px;
    padding-right: 2px;
    position: absolute;
    left:-15px;
    top:17px;
    color: #393c27 !important;
}
.serv1 ul li a{
    font-size:16px;
    text-align: justify;
    color:#000 !important;
    font-family:'Roboto', sans-serif;
    text-align:justify;
    letter-spacing:0.5;
    line-height:30px;
    position: relative;
    display: inline-block;
    left: 25px;
    padding: 10px;
    text-decoration: none;
}

.test1{
    width: 100%;
    height:150px;
    background: #ddd;
    margin-top:40px;
    padding: 20px;
    border-radius: 8px;
}
.test1 p{
    font-size: 16px;
    font-style: italic;
    line-height: 24px;
    color: #000;
    text-align: justify;
    letter-spacing: 0.5px;

}
.test1 h3{
    margin: 0%;
    font-size:25px;
    color: #353f1a;
    padding-left: 20px;
    padding-top:10px;
    text-align: center;
    position: relative;
}
.test1 i{
    font-size: 40px;
    color: #fff !important;
    padding-right: 5px;
}

.test2{
    width: 100%;
    height:150px;
    background: #ddd;
    margin-top:50px;
    margin-bottom:40px;
    padding: 20px;
    border-radius: 8px;
}
.test2 p{
    font-size: 16px;
    font-style: italic;
    line-height: 24px;
    color: #000;
    text-align: justify;
    letter-spacing: 0.5px;

}
.test2 h3{
    margin: 0%;
    font-size:25px;
    color: #353f1a;
    padding-left: 20px;
    padding-top: 10px;
    text-align: center;
    position: relative;
}
.test2 i{
    font-size: 40px;
    color: #fff !important;
    padding-right: 5px;
}

.test3{
    width: 100%;
    height:150px;
    background: #ddd;
    margin-top: 50px;
    margin-bottom:40px;
    padding: 20px;
    padding-bottom: 0px;
    border-radius: 8px;
}
.test3 p{
    font-size: 16px;
    font-style: italic;
    line-height: 24px;
    color: #000;
    text-align: justify;
    letter-spacing: 0.5px;

}
.test3 h3{
    margin: 0%;
    font-size:25px;
    color: #353f1a;
    padding-left: 20px;
    padding-top: 10px;
    text-align: center;
    position: relative;
}
.test3 i{
    font-size: 40px;
    color: #fff !important;
    padding-right: 5px;
}
.gallery{
    width: 100%;
    height: auto;
    padding: 50px 0 !important;
    background: #ddd;
}

.gallery h1{
    font-size: 30px;
    color:#333825 !important;
    text-align:center;
    font-weight: 800;
    margin-top: 0 !important;
    padding-bottom: 15px;
}
.modal-content{
    width: 85% !important;
}