@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
body{font-family: 'Poppins', sans-serif;}
a{text-decoration:none}

img{max-width:100%;}
 p{text-align:justify}
.text-left p{ text-align:left}
.text-center p{text-align:center}


.topHeader{font-size:12px;padding: 6px 0;background:#004084;color:#fff}
.topHeader ul{list-style:none; padding:0; margin:0;}
.topHeader ul li{display:inline-block;margin-left: 15px;}
.topHeader ul li a{display:block;color: #fff;}
.topHeader .social ul{display:inline-block}
.topHeader .social i.fa{font-size:16px;}
.topHeader .social i.fa-callus{background: url(../images/icon-callus.png) no-repeat 0px 3px;width: 15px;height: 20px;float: left;padding-left: 23px;}


#header{box-shadow: 0 3px 10px #e5e5e5;left:0;right:0;z-index:1234; background:#fff;  top:-300px; -webkit-transition-property: top;-webkit-transition-duration: 0.5s;}
#header .container{position:relative}
#header .container{position:relative}
#header .logo{ float:left; }


#header .container-fluid{position:relative;}
#header.fixed{position:fixed;box-shadow: 0 0 7px #afafaf; top:0}
#header.fixed .logo img {height: 50px; width: auto;}


.navbar {position:relative; }
.navbar ul > li {position:relative}
.navbar ul>li> a{color: #161616;text-transform: capitalize;text-decoration: none;padding: 10px 18px;font-size: 16px;display: block;font-weight: 500;}
.navbar ul>li.reqbtn> a{background: #45c0be;color: #fff;border-radius: 6px;}
.navbar ul>li.dropdown > a:after{font-family:FontAwesome; content:"\f0d7"; margin-left:5px;}
.navbar ul>li:hover> a{color: #45c0be;}
.navbar ul>li:last-child{border-bottom: none;}
.navbar ul>li:last-child a{
    padding-right: 0;
}
.navbar ul>li:hover> a,.navbar ul>li.current-menu-item> a{color: #45c0be;}
.navbar ul>li.reqbtn:hover> a,.navbar ul>li.reqbtn.active> a{background: #7d7d7d; color:#fff}
.navbar ul>li a.btn-logout{    padding: 6px 20px;border-radius: 27px;background: #ffffff;text-transform: capitalize;font-size: 14px;font-weight: 600;color: #000;border: 0 solid #582e08;box-shadow: 0 3px 5px #543315;}
@media(min-width:768px) {
.navbar{  }
#mobileMenuButton{display:none}
.navbar .navbar-collapse>.navbar-nav{
    position: relative;
    z-index: 123;
}
.navbar .navbar-nav>li{}
.navbar .navbar-nav>li:not(:last-child):after{}
.navbar ul>li ul{
    -webkit-animation-duration: .3s;
    -moz-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    animation-iteration-count: 1;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0;
    -webkit-animation-name: slide-down-slow;
    -moz-animation-name: slide-down-slow;
    animation-name: slide-down-slow;
    display:none;
    position: absolute;
    left: 0;
    width: 200px;
    background: #ffffff;
    z-index:12;
    list-style:none;
    padding:10px 0;
    margin:0;
    display:none;
    border-radius: 6px;
    box-shadow: 0 5px 5px #ccc;
    }
@-webkit-keyframes slide-down-slow{0%{-webkit-transform:perspective(1px) scaleY(.1);-moz-transform:perspective(1px) scaleY(.1);-ms-transform:perspective(1px) scaleY(.1);-o-transform:perspective(1px) scaleY(.1);transform:perspective(1px) scaleY(.1)}to{-webkit-transform:perspective(1px) scaleY(1);-moz-transform:perspective(1px) scaleY(1);-ms-transform:perspective(1px) scaleY(1);-o-transform:perspective(1px) scaleY(1);transform:perspective(1px) scaleY(1)}}
@keyframes slide-down-slow{0%{-webkit-transform:perspective(1px) scaleY(.1);-moz-transform:perspective(1px) scaleY(.1);-ms-transform:perspective(1px) scaleY(.1);-o-transform:perspective(1px) scaleY(.1);transform:perspective(1px) scaleY(.1)}to{-webkit-transform:perspective(1px) scaleY(1);-moz-transform:perspective(1px) scaleY(1);-ms-transform:perspective(1px) scaleY(1);-o-transform:perspective(1px) scaleY(1);transform:perspective(1px) scaleY(1)}}
}
.navbar ul>li:hover> ul{ display:block}
.navbar ul > li .hasSub{position: absolute;right: 13px;top: 19px;}
.navbar ul > li .hasSub:after {content: '';position: absolute;border-top: 6px solid #4c4c4c;border-left: 4px solid transparent;border-right: 4px solid transparent;}
.navbar ul > li li {
    border-bottom: 1px solid #ccc;
}
.navbar ul > li li a{color: #424242;text-shadow: none;padding: 8px 15px;font-size: 14px;font-weight: normal;}
.navbar ul > li li:hover>a{/* color: #fff; */}
.navbar ul > li button.sub-menu-toggle {display: none;}

.pageContent{ position:relative;}
.pageContent .pageOverlay{position: absolute;width: 100%;height: 100%;background: rgba(0,0,0,0.4);left: 0;top:0;z-index: 12;opacity:0; transition:.5s; display:none}
.pageContent.showNav .pageOverlay{ opacity:1;display:block}


/* menu start */
.mobileNavWrapper ul.nav li a { border-top: 1px solid #e8e8e8; display:block; color: #000; font-size: 14px; text-transform: capitalize; padding:7px 15px; font-weight:500  }
.mobileNavWrapper ul li a:hover, .mobileNavWrapper ul li.active a { color: #FFF; background: #004084; text-decoration:none; }
.mobileNavWrapper { background:#fff; width: 250px; height: 100%; min-height: 100%; position: fixed; right: -250px; padding-top:50px; top: 0; overflow-x: hidden; z-index: 16; }
.mobileNavWrapper h2{    font-size: 23px;
    padding: 15px; margin:0px}
.mobileNavWrapper, .header {
 transition: all .30s ease; -webkit-transform: translateX(0px); -ms-transform: translateX(0px); transform: translateX(0px); -webkit-backface-visibility: hidden; -ms-backface-visibility: hidden; backface-visibility: hidden; }
.pageContent{ transition:all .30s ease;-webkit-backface-visibility:hidden;-ms-backface-visibility: hidden;backface-visibility: hidden;}
.mobileNavWrapper .navbar-nav li{ position:relative}
.mobileNavWrapper .navbar-nav li ul{padding: 0;box-shadow: none;margin: 0;border: none; width:100%; min-width:auto; display:none}
.mobileNavWrapper .navbar-nav li ul ul{}
.mobileNavWrapper ul.nav li li a {padding: 10px 15px;font-size: 95%;border-color: #efefef;color: #4e4e4e;line-height: normal;font-weight: 500;}
.mobileNavWrapper .navbar-nav li .hasSub{position: absolute;right: 0;width: 45px;height: 41px;top: 0;z-index: 123;background: #ff0000;cursor: pointer;}
.mobileNavWrapper .navbar-nav li .hasSub:after{ position:absolute;     content: '';width: 12px;height: 12px;border-top: 2px solid #fff;border-right: 2px solid #fff;left: 18px;top: 12px;transform: rotate(135deg);}

.mobileNavWrapper.showNav, .header.showNav, .pageContent.showNav { -webkit-transform: translateX(-250px); -ms-transform: translateX(-250px); transform: translateX(-250px); }
#mobileMenuButton{float: right;margin:10px 0 0;font-size: 25px;color: #fff;padding: 0;background:url(../images/menu.png) no-repeat;width: 36px;height: 36px;background-size: 36px;}
/* menu close */


.slider {font-size: 16px;}
.slider .carousel-caption{top: calc(50%);transform: translate(0%, -50%);}
.slider .carousel-item>img{ width:100%;}
.slider .carousel-item .desc{width: 61%;}
.slider .carousel-item h1{font-size: 75px;margin: 0 0 20px;}





/* code of owl-carousel script  */
.owl-carousel .owl-stage:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.owl-carousel { display: none; width: 100%; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); position: relative; z-index: 1; }
.owl-carousel .owl-stage { position: relative; -ms-touch-action: pan-Y; }
.owl-carousel .owl-stage-outer { position: relative; overflow: hidden; -webkit-transform: translate3d(0px, 0px, 0px); }
.owl-carousel .owl-stage-outer.owl-height { -webkit-transition: height 500ms ease-in-out; -moz-transition: height 500ms ease-in-out; -ms-transition: height 500ms ease-in-out; -o-transition: height 500ms ease-in-out; transition: height 500ms ease-in-out; }
.owl-carousel .owl-video-wrapper { position: relative; height: 100%; background: #000; }
.owl-controls .owl-nav div, .owl-controls .owl-dot { cursor: pointer; cursor: hand; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.owl-carousel .owl-video-play-icon { position: absolute; height: 80px; width: 80px; left: 50%; top: 50%; margin-left: -40px; margin-top: -40px; background: url('owl-video-play.png') no-repeat; cursor: pointer; z-index: 1; -webkit-backface-visibility: hidden; transition-property: scale; transition-duration: 100ms; transition-timing-function: ease; }
.owl-carousel .owl-video-play-icon:hover { -moz-transform: scale(1.3, 1.3); -ms-transform: scale(1.3, 1.3); -o-transform: scale(1.3, 1.3); -webkit-transform: scale(1.3, 1.3); transform: scale(1.3, 1.3); }
.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon { display: none; }
.owl-carousel .owl-video-tn { opacity: 0; height: 100%; background-position: center center; background-repeat: no-repeat; -webkit-background-size: contain; -moz-background-size: contain; -o-background-size: contain; background-size: contain; transition-property: opacity; transition-duration: 400ms; transition-timing-function: ease; }
.owl-carousel .owl-video-frame { position: relative; z-index: 1; }
.owl-loaded { display: block; }
.owl-loading { opacity: 0; display: block; }
.owl-hidden { opacity: 0; }
.owl-carousel .owl-refresh .owl-item { display: none; }
.owl-carousel .owl-item { position: relative; min-height: 1px; float: left; -webkit-backface-visibility: hidden; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.owl-carousel .owl-item img { }
.owl-carousel.owl-text-select-on .owl-item { -webkit-user-select: auto; -moz-user-select: auto; -ms-user-select: auto; user-select: auto; }
.owl-carousel .owl-grab { cursor: move; cursor: -webkit-grab; cursor: -o-grab; cursor: -ms-grab; cursor: grab; }
.owl-carousel .owl-item img.owl-lazy { opacity: 0; }
.owl-carousel .owl-item img {}
.owl-carousel .owl-stage.backfacefix .owl-item { -webkit-backface-visibility: hidden; }
.owl-rtl { direction: rtl; }
.owl-rtl .owl-item { float: right; }
.no-js .owl-carousel { display: block; }
.animated { -webkit-animation-duration: 600ms; animation-duration: 600ms; -webkit-animation-fill-mode: both; animation-fill-mode: both; }
.owl-animated-in { z-index: 0 }
.owl-animated-out { z-index: 1 }
.fadeOut { -webkit-animation-name: fadeOut; animation-name: fadeOut; }
 @-webkit-keyframes fadeOut {  0% { opacity: 1;} 100% { opacity: 0;}}
 @keyframes fadeOut {  0% { opacity: 1;} 100% { opacity: 0;}}
.owl-theme .owl-controls { text-align: center; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
.owl-theme .owl-controls .owl-nav div { color: #FFF; display: inline-block; cursor: pointer; width:25px;height: 30px;position:relative}
.owl-theme .owl-controls .owl-nav .disabled { opacity: 0.5; cursor: default; }
.owl-theme .owl-controls .owl-nav div:hover { text-decoration: none; }
.owl-theme .owl-dots .owl-dot { margin-top:15px; display: inline-block; zoom: 1;  *display: inline;}
.owl-theme .owl-dots .owl-dot span {  display: block; width: 15px; height: 15px; margin: 5px 2px; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; background: #686b6d;  }
.owl-theme .owl-dots .owl-dot.active span { background:#fff }
.owl-theme .owl-controls .owl-nav div {
    margin: 0px;
    position: absolute;
    top: 35%;
    width: 37px;
    height: 37px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background: url(../images/arrow-left.png) no-repeat center #F5F5F5;
    background-size:auto;
}
.owl-theme .owl-controls .owl-nav .owl-prev{left:-10px;}
.owl-theme .owl-controls .owl-nav .owl-next{ right:-10px;transform:rotate(180deg); -webkit-transform:rotate(180deg);} 
.owl-theme .owl-controls .owl-nav div:after{}
.owl-theme .owl-controls .owl-nav .owl-prev{}
@media(min-width:1300px){
.owl-theme .owl-controls .owl-nav div{background-size: auto;border: none;box-shadow: none;background-color: #F5F5F5;top: 50%;}
	.owl-theme .owl-controls .owl-nav .owl-prev{left: -10px;}
.owl-theme .owl-controls .owl-nav .owl-next{right: -10px;}
}

/* end code of owl-carousel script  */

.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp { padding: 0; margin: 0; border: 0; outline: none; vertical-align: top; }
.fancybox-wrap { position: absolute; top: 0; left: 0; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); z-index: 8020; }
.fancybox-skin { position: relative; background: #f9f9f9; color: #444; text-shadow: none; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }
.fancybox-opened { z-index: 8030; }
.fancybox-opened .fancybox-skin { -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }
.fancybox-outer, .fancybox-inner { position: relative; }
.fancybox-inner { overflow: hidden; }
.fancybox-type-iframe .fancybox-inner { -webkit-overflow-scrolling: touch; }
.fancybox-error { color: #444; font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif; margin: 0; padding: 15px; white-space: nowrap; }
.fancybox-image, .fancybox-iframe { display: block; width: 100%; height: 100%; }
.fancybox-image { max-width: 100%; max-height: 100%; }
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span { background-image: url(../images/fancybox_sprite.png); }
#fancybox-loading { position: fixed; top: 50%; left: 50%; margin-top: -22px; margin-left: -22px; background-position: 0 -108px; opacity: 0.8; cursor: pointer; z-index: 8060; }
#fancybox-loading div { width: 44px; height: 44px; background: url(fancybox_loading.gif) center center no-repeat; }
.fancybox-close { position: absolute; top: -18px; right: -18px; width: 36px; height: 36px; cursor: pointer; z-index: 8040; }
.fancybox-nav { position: absolute; top: 0; width: 40%; height: 100%; cursor: pointer; text-decoration: none; background: transparent url(blank.gif);-webkit-tap-highlight-color: rgba(0, 0, 0, 0); z-index: 8040; }
.fancybox-prev { left: 0; }
.fancybox-next { right: 0; }
.fancybox-nav span { position: absolute; top: 50%; width: 36px; height: 34px; margin-top: -18px; cursor: pointer; z-index: 8040; visibility: visible; }
.fancybox-prev span { left: 10px; background-position: 0 -36px; }
.fancybox-next span { right: 10px; background-position: 0 -72px; }
.fancybox-nav:hover span { visibility: visible; }
.fancybox-tmp { position: absolute; top: -99999px; left: -99999px; max-width: 99999px; max-height: 99999px; overflow: visible !important; }
.fancybox-lock { overflow: visible !important; width: auto; }
.fancybox-lock body { overflow: hidden !important; }
.fancybox-lock-test { overflow-y: hidden !important; }
.fancybox-overlay { position: absolute; top: 0; left: 0; overflow: hidden; display: none; z-index: 8010; background: rgba(0, 0, 0, 0.45); }
.fancybox-overlay-fixed { position: fixed; bottom: 0; right: 0; }
.fancybox-lock .fancybox-overlay { overflow: auto; overflow-y: scroll; }
.fancybox-title { visibility: hidden; font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif; position: relative; text-shadow: none; z-index: 8050; }
.fancybox-opened .fancybox-title { visibility: visible; }
.fancybox-title-float-wrap { position: absolute; bottom: 0; right: 50%; margin-bottom: -35px; z-index: 8050; text-align: center; }
.fancybox-title-float-wrap .child { display: inline-block; margin-right: -100%; padding: 2px 20px; background: transparent;  background: rgba(0, 0, 0, 0.8); -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; text-shadow: 0 1px 2px #222; color: #FFF; font-weight: bold; line-height: 24px; white-space: nowrap; }
.fancybox-title-outside-wrap { position: relative; margin-top: 10px; color: #fff; }
.fancybox-title-inside-wrap { padding-top: 10px; }
.fancybox-title-over-wrap { position: absolute; bottom: 0; left: 0; color: #fff; padding: 10px; background: #000; background: rgba(0, 0, 0, .8); }
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
 #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {/*background-image: url(fancybox_sprite@2x.png);background-size: 44px 152px;*/}
 #fancybox-loading div {
/*background-image: url(fancybox_loading@2x.gif);background-size: 24px 24px; */}
}
.shareThis { position: absolute; left: 0; right: 0; bottom: 0; z-index: 9999; text-align:center; }
.shareThis .btn { margin:2px; }
.shareThis a { float:none!important; display:inline-block!important; }

/* end code of fancy lightbox */


.welcome-text{font-weight: 400;line-height: 2.0; font-size:110%;background: #f3f4fd;}
.welcome-text .desc h2{ font-weight:600; color:#004084; font-size:30px}
.welcome-text .desc h2 strong{display:block;font-weight:600; font-size:150%}
.welcome-text .thumb img{ border-radius:15px;    height: auto !important;}
.welcome-text .btn{font-size: 16px;border-radius: 9px;font-weight: 500;padding: 10px 27px;}

.our-services{}
.our-services .item{position: relative;background: #004084;padding: 20px 20px 45px;color: #fff;font-size: 12px;overflow: hidden;border-radius: 10px;}
.our-services .item h3{margin: 15px 0 20px;position: relative;padding-bottom: 16px;}
.our-services .item h3:after{content:'';width: 90px;height: 5px;background: #45c0be;left: 0;right: 0;position: absolute;bottom: 0;margin: auto;border-radius: 10px;}
.our-services .item img{}
.our-services .item .more{position: absolute;right: -13px; bottom:-13px;background: url(../images/more.png) no-repeat 8px 9px #45C0BE;width: 58px;height: 58px;font-size: 0px;border-radius: 50%;}
.our-services .col-item {margin-bottom:30px}
.our-services .col-item:nth-child(2) .item{background:#45c0be}
.our-services .col-item:nth-child(2) .item h3:after{background:#fff}
.our-services .col-item:nth-child(3) .item{background:#0082a8}
.our-services .col-item:nth-child(4) .item{background:#154374}


.our-speciality{font-weight: 400;line-height:2.0;}
.our-speciality .desc h2{font-weight:600;color:#004084;font-size:30px;margin:10px 0 20px;position:relative;padding-bottom: 17px;}
.our-speciality .desc h2 strong{display:block;font-weight:600; font-size:150%}
.our-speciality .desc h2:after{content:'';width: 100%;max-width: 350px;background: #45c0be;height: 5px;position: absolute;left: 0;bottom: 0;}
.our-speciality .thumb img{ border-radius:15px;}
.our-speciality ul{list-style: none;padding: 0;margin: 20px 0;}
.our-speciality ul li{background: url(../images/list-style-1.png) no-repeat 0;padding: 5px 0 5px 44px;font-weight: 600;color: #004084;margin-bottom: 12px;display: inline-block;margin-right: 45px;}
.our-speciality .btn{font-size: 16px;border-radius: 9px;font-weight: 500;padding: 10px 27px;}


.h-slider .carousel-control{position: absolute;top: 0;bottom: 0;width: 15%;z-index: 1;}
.h-slider a.left.carousel-control{background:url(../images/slider-arrow-left.png) no-repeat 50%; left:0;}
.h-slider a.right.carousel-control{background:url(../images/slider-arrow-right.png) no-repeat 50%; right:0;}

.appointment-strip{background:#0082a8;padding:25px;border-radius: 10px;color: #fff;}
.appointment-strip h2{font-size: 36px;margin: 0;font-weight: 500;line-height: 1.1;}
.appointment-strip h2 strong{display:block;font-size: 135%;font-weight: 500;}
.appointment-strip .btn{font-size: 26px;border-radius: 6px;padding: 20px 25px;}

.section-blog .title{position:relative;text-align: center;padding-bottom: 12px;}
.section-blog .title h1{color:#004084;display:inline-block;background:#fff;position: relative;z-index: 1;font-size:45px;}
.section-blog .title:before{position:absolute;content:'';background:#45c0be;width: 150px;height: 8px;bottom: 0;left: 0;right: 0;margin: auto;}
.section-blog .item .thumb{position: relative;}
.section-blog .item .thumb img{ height: 300px !important; width:auto; width:100%}
.section-blog .item h3{font-size: 24px;margin: 15px 0;color: #004084;font-weight: 600;}
.section-blog .item a{color:#004084; font-weight:600}
.section-blog .item p{text-align:left}
.section-blog .item .post-date{position: absolute;bottom: 0;left: 0;height: 90px;width: 100px;background: #45c0be;text-align: center;font-size: 16px;color: #fff;line-height: 40px;padding-top: 13px;}
.section-blog .item .post-date strong{display: block;font-size: 50px;font-weight: 600;}




/* Footer start */
#footer{background:#0a183b;color:#fff;font-weight: 300;}
#footer a{color:#ffffff}
#footer p{text-align:inherit; margin:0}
#footer a:hover{color:#5ebea3}
#footer ul{list-style:none;padding:0;margin:0}
#footer .ftrnav{}
#footer .ftrnav li{margin-bottom: 10px;display:inline-block}
#footer .ftrnav li a{padding:0 10px}
#footer .social li{display:inline-block; margin:0 10px;}
#footer .social i.fa{font-size:22px;}

.banner{background: #e6eeff;padding: 2em 0;}
.banner h1{margin: 0;text-transform: uppercase;font-weight: 600;color: #0c1c3e;font-size: 35px;}

.innerContent {min-height:350px; line-height:1.7}
.innerContent h3{font-size: 20px;
    font-weight: 600;
    color: #091d3f;}

.innerContent .welcome-text {}
.innerContent .welcome-text h3{font-weight: 600;color: #004084;}
.innerContent .welcome-text img.alignright {    float: right; max-width: 450px; margin: 0 0 20px 25px; border-radius:4px}
.innerContent .welcome-text h4{color: #5fc1a5; text-transform: uppercase;}

.innerContent ul.list{ list-style:none; padding:0; margin:0 0 15px}
.innerContent ul.list li{background: url(../images/list-style-1.png) no-repeat 0;padding: 2px 0 2px 29px;background-size: 18px;}


.blog-detail h1{    font-size: 23px;
    color: #0e1670;
    border-left: 6px solid #62b89d;
    padding-left: 14px;}
.blog-detail .tagline{    border-bottom: 1px dashed #ccc;
    margin-bottom: 20px;
    padding-bottom: 4px;
    letter-spacing: 2px;
    font-size: 80%;}

.blog-detail .img-right{    float: right;
    max-width: 450px;
    margin: 0 0 20px 25px;
    border: 1px solid #ccc;
    padding: 6px;}


.confrm{}
.confrm h3{font-weight:normal;font-size: 110%;line-height: 1.6;}
.confrm .form-group{margin-bottom:25px;}
.confrm form p{margin-bottom:0}
.confrm .form-control{height:44px;border-color:#cdcdcd;border-radius:0}
.confrm textarea.form-control{height:130px;}
.confrm .btn{font-size:16px;padding:10px;width:158px;background: #0a183b;border: none;}
.confrm .btn:hover{background:#000}
.coninfo .card{background: #e6eeff;color:#000;border:none;border-radius:0;font-size: 90%;line-height: 1.6;}
.coninfo h2{font-weight:normal; margin-bottom:15p;text-align:center}
.coninfo iframe{display:block;border:none;width:100%}
.coninfo ul{margin:0 0 25px;padding:0;list-style:none}
.coninfo ul li {position: relative;display:block;padding-left: 36px;padding-top: 4px;margin-bottom: 20px;}
.coninfo ul li:last-child{margin-bottom:0} 
.coninfo ul li:before {font-family:FontAwesome;position: absolute;left: 0;top: 0;font-size:20px;width: 26px;height: 26px;text-align: center;color: #5cbfa3;border-radius: 50%;line-height: 26px;}
.coninfo table{width:100%;}
.coninfo table td{border: 1px solid #ccc;padding: 6px;}


.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images,
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary{width:100%; margin:0}

.left-sidebar h3{text-transform: uppercase;box-shadow: 0 5px 0 #419b82;background: #5ebea3;padding: 10px;font-size: 16px;color: #fff;font-weight: 300;border-radius: 8px 8px 0 0;}
.left-sidebar ul{list-style: none;padding: 0;margin: 0;}
.left-sidebar ul li{    padding: 10px 0;border-bottom: 1px solid #e3e3e3;}
.left-sidebar ul li a{color: #313131;}

.product-cat-grid{}
.product-cat-grid .cat-box{box-shadow: 0px 0px 10px #e1e1e1;padding: 15px;border-radius: 7px;}
.product-cat-grid .category-title{font-size: 16px;font-weight: 600;margin: 5px 0 15px 0;color:#203560}
.product-cat-grid .cat-box h3{font-size: 12px;color: #000;font-weight: normal;margin: 7px 0;}
.product-cat-grid .item img{height: auto!important;width: 100%!important;max-width: 90px!important;}
.product-cat-grid .item a{color:#000}
.product-cat-grid .price{font-size: 80%;opacity: 0.6;}
.product-cat-grid .viewall{	padding: 2px 10px;}
.product-cat-grid .viewall:not(:hover){	color: #5cc0a7;border-color: #5cc0a7;}

.section-brand .title{position:relative;text-align: center;padding-bottom: 12px;}
.section-brand .title h1{color:#004084;display:inline-block;position: relative;z-index: 1;font-size:45px;}
.section-brand .title:before{position:absolute;content:'';background:#45c0be;width: 150px;height: 8px;bottom: 0;left: 0;right: 0;margin: auto;}

.section-brand{background: #f2f9f7;}
.section-brand .item{border: thin solid #eee; background:#fff;}
.section-brand .item img{padding: 15px 10px;height: 110px;}


.products {clear:both}
.products .item{padding:5px;border: 1px solid #e7e7e7;text-align: center;}
.products .item img{height: 200px!important;margin: 10px auto;width: auto!important;}
.products .item .price{color: #3b9b7f;}
.products .item h2{font-size: 100%;color: #2e2e2e;margin: 10px 0;line-height: 1.4;}
.products .col-item{margin-bottom:10px}

.related.products h2{text-align:center}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price{color: #3b9b7f;}

.woocommerce div.product form.cart div.quantity{clear:both;float: none;}
.woocommerce div.product div.images{position: relative;width: 100%; margin:0}
.woocommerce div.product div.summary{width:100%; margin:0}
.woocommerce div.product .summary .product_meta{margin-bottom: 0;color: #201C1D;}
.woocommerce div.product .summary .product_meta>span{ display:block;}
.woocommerce div.product .summary form.cart .button{background: #FF6B78;text-transform: uppercase;padding: 20px 50px;font-size: 20px;margin: 20px 0;font-weight: normal;}


.woocommerce div.product .woocommerce-tabs ul.tabs{padding: 0;border-bottom: 1px solid #F0F0F0;margin-bottom: 1em;}
.woocommerce div.product .woocommerce-tabs ul.tabs li{border:none;padding: 0;margin: 0;background: none;border-radius: 0;margin-right: 25px;}
.woocommerce div.product .woocommerce-tabs ul.tabs li:last-child{border-right:none}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before,.woocommerce div.product .woocommerce-tabs ul.tabs::before{display:none}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{border-radius:0;border:none;color: #000;font-size: 20px;font-weight: 500;padding: 9px 25px;display: block;border-bottom: 3px solid transparent;margin-bottom: -2px;position: relative;text-transform: capitalize;}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{color: #004084;border-bottom-color: #004084;}

@media(min-width:768px){
	.related.products .col-item{width:25%}
}

.product-detail .reqform{	box-shadow: 0 0 10px #ccc;	padding: 15px;	margin: 20px 0;}
.product-detail .reqform h2{background: #bdddff;padding: 10px 17px;	font-size: 16px;border-bottom: 4px solid #a4bcd5;text-transform: uppercase;font-weight: 500;letter-spacing: 1px;margin: 0 0 12px;}
.product-detail .reqform p{margin:0}
.product-detail .reqform label{    font-weight: 500;}
.product-detail .reqform .form-group{margin-bottom:10px;}
.product-detail .reqform .form-control{height:45px;background: #f9f9f9;}
.product-detail .reqform textarea.form-control{ height:150px}
.product-detail .reqform .btn{background: #004084; border: none; padding: 10px 60px;}


.featured-products a{color: #000;}
.featured-products .items{margin:10px 0;border: 1px solid #e3e3e3;padding: 8px 8px 15px;}
.featured-products .product-title{font-size: 14px;line-height: 1.4;color: #000;height: 38px;overflow: hidden;margin-bottom: 0;opacity: 0.7;}
.featured-products .price{font-size:80%}

.float-button{position: fixed;	right: 15px; z-index:1234;	bottom: 30px;}
.float-button .btn-whatsapp{    background: #2cc93d;color: #fff;width: 52px;height: 52px;text-align: center;display: inline-block;line-height: 52px;font-size: 30px;border-radius: 45px;}
.float-button .btn-whatsapp i{animation: ratateicon 1.5s ease infinite; transition: 0.5s all;}
@keyframes ratateicon {
	0% {transform: rotate(0deg);}
	50% {transform: rotate(35deg);}	
	100% {transform: rotate(0deg);}
}


/* MEDIA QUERY */
@media(max-width:1350px){
	.navbar ul>li> a{padding:10px 15px}
}
@media(max-width:1199px){
#header .container,.slider .container{max-width:100%;}
.slider .carousel-item h1{font-size:35px}
}
@media(max-width:991px) and (min-width:768px){
.navbar ul>li> a{padding: 11px 7px;font-size: 12px;text-transform: capitalize;}

}
@media(max-width:1199px){

}
@media(max-width:991px){
.appointment-strip h2{font-size:20px;}
.appointment-strip .btn{font-size: 16px;padding: 10px 15px;}
}
@media(max-width:767px){
.text-xs-center{text-align:center!important}
body{ font-size:14px;}
h1,.h1,.section-blog .title h1{font-size:25px;}
.h3, h3{font-size:20px;}
.h4, h4,.welcome-text .desc h2,.our-speciality .desc h2,.section-blog .item h3{font-size:18px;}
.our-services .item h3,.appointment-strip h2{font-size:14px;}
.our-services .item,.section-blog .item{font-size:10px}
.our-services .item img{height:75px;}
.topHeader .welcome-img{ display:none}
#header .logo img{ height: 55px; width: auto;}
.slider .carousel-item h1 {font-size: 20px;}
.welcome-text,.our-speciality{line-height:1.6}
.welcome-text .desc h2{margin-bottom:10px}
.h-slider a.carousel-control{ background-size:40px!important}
.appointment-strip{padding:15px}
.appointment-strip .btn {font-size: 12px;padding: 6px 10px;}
.section-blog .title:before{width: 75px;height: 3px;}
.section-blog .title{padding-bottom:0}
.section-blog .item .post-date{height: 50px;width: 65px;font-size: 10px;line-height: 20px;padding-top: 7px;}
.section-blog .item .post-date strong{    font-size: 25px;}
	.blog-detail .img-right{width:100%; margin:15px 0; float:none; max-width:100%}
}
@media(max-width:640px){
.our-services{margin-left:-3px;margin-right:-3px;}
.our-services .col-item{padding:0 3px; margin-bottom:6px;}
.our-services .item h3{margin:10px 0 8px;    padding-bottom: 10px;}
.our-services .item {padding:15px 5px 25px}
}
@media(max-width:480px){
.slider .carousel-item h1 {font-size: 16px;}
#footer .ftrnav li a{padding:0 3px;}
}
@media(max-width:420px){

}