body { 
    font-size:14px;
    
    line-height: 22px;
    font-family: 'OpenSans-Light', sans-serif;
    letter-spacing: 1px;
   color:#333;
   overflow-x:hidden !important;
}
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap");
@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,700,800,900&display=swap');
@font-face {
  font-family: "OpenSans-Medium";
  src: url('../font/open-sans/open-sans/OpenSans-Medium.eot');
  src: url('../font/open-sans/open-sans/OpenSans-Medium.eot') format('embedded-opentype'),
       url('../font/open-sans/open-sans/OpenSans-Medium.woff2') format('woff2'),
       url('../font/open-sans/open-sans/OpenSans-Medium.woff') format('woff'),
       url('../font/open-sans/open-sans/OpenSans-Medium.ttf') format('truetype');
}
@font-face {
  font-family: "OpenSans-Medium";
  src: url('../font/open-sans/open-sans/OpenSans-Light.eot');
  src: url('../font/open-sans/open-sans/OpenSans-Light.eot') format('embedded-opentype'),
       url('../font/open-sans/open-sans/OpenSans-Light.woff2') format('woff2'),
       url('../font/open-sans/open-sans/OpenSans-Light.woff') format('woff'),
       url('../font/open-sans/open-sans/OpenSans-Light.ttf') format('truetype');
}
@font-face {
  font-family: "Raleway-Medium";
  src: url('../font/Raleway/static/Raleway-Medium.eot');
  src: url('../font/Raleway/static/Raleway-Medium.eot') format('embedded-opentype'),
       url('../font/Raleway/static/Raleway-Medium.woff2') format('woff2'),
       url('../font/Raleway/static/Raleway-Medium.woff') format('woff'),
       url('../font/Raleway/static/Raleway-Medium.ttf') format('truetype');
}
@font-face {
  font-family: "Raleway";
  src: url('../font/Raleway/static/Raleway-Light.eot');
  src: url('../font/Raleway/static/Raleway-Light.eot') format('embedded-opentype'),
       url('../font/Raleway/static/Raleway-Light.woff2') format('woff2'),
       url('../font/Raleway/static/Raleway-Light.woff') format('woff'),
       url('../font/Raleway/static/Raleway-Light.ttf') format('truetype');
}
@font-face {
  font-family: "Raleway-Bold";
  src: url('../font/Raleway/static/Raleway-Bold.eot');
  src: url('../font/Raleway/static/Raleway-Bold.eot') format('embedded-opentype'),
       url('../font/Raleway/static/Raleway-Bold.woff2') format('woff2'),
       url('../font/Raleway/static/Raleway-Bold.woff') format('woff'),
       url('../font/Raleway/static/Raleway-Bold.ttf') format('truetype');
}
@font-face {
  font-family: "Raleway-SemiBold";
  src: url('../font/Raleway/static/Raleway-SemiBold.eot');
  src: url('../font/Raleway/static/Raleway-SemiBold.eot') format('embedded-opentype'),
       url('../font/Raleway/static/Raleway-SemiBold.woff2') format('woff2'),
       url('../font/Raleway/static/Raleway-SemiBold.woff') format('woff'),
       url('../font/Raleway/static/Raleway-SemiBold.ttf') format('truetype');
}
* {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: border-box;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 1px;
}
.form-sec {
    padding: 0 50px 0 100px;
}
li {
    list-style-type:none;
}
a , a:hover {
    text-decoration:none;
    cursor: pointer;
}
a:active, a:hover {
    outline: 0 !important;
}
a:hover , a:focus {
    text-decoration: none;
    outline: none;
}
a:focus {
    color: #555;
}
ul {
    margin:0;
    padding:0;
}
h1, h2, h3, h4, h5, h6{
letter-spacing: 0.5px;
}
p{color: #555; font-size: 14px;line-height: 26px;}
.btn-sub {
    background-color: #4059a8;
    color: #fff;
    border: 1px solid #4059a8;
    padding: 10px 12px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 2px;
   
}
.btn-sub:hover {
    background-color: #fff;
    color: #4059a8;
    border-color: #4059a8;
}
.btn-sub1 {
    color: #4059a8;
    border: 1px solid #289947;
    padding:10px 12px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    
}
.btn-sub1:hover {
    color: #289947;
    border-color: #4059a8;
}
.btn-sub2 {
    color: #4059a8;
    border: 1px solid #289947;
    padding:10px 12px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    background-color: #fff;
}
.btn-sub2:hover {
    color: #289947;
    border-color: #4059a8;
}
a , i , .btn , button , .hover-box {
    transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
}
.sitemap-sec p {
    font-size: 20px;
}
.sitemap-sec ul li a {
    color: #333;
}
.sitemap-sec ul li a:hover {
    color: #289947;
}
.sitemap-sec ul li i {
    font-size: 18px;
    color: #4059a8;
    margin: 0 4px 8px 0;
}
.req-class::after {
    position: absolute;
    content: "*";
    right: -10px;
    top: -3px;
    color: red;
    font-size: 17px;
}
.relative-class {
    position: relative;
}
textarea {
    resize:vertical;
    min-height: 100px;
   
}
input{
    resize:vertical;
    
}
.common-sec {
    padding: 100px 0;
}
.white-txt {
    color: #fff !important;
}
.blue-txt {
    color: #1c63b8;
}
.front-class {
    position: relative;
    z-index: 2;
}
.top-margin10 {
    margin-top: 10px;
}
.top-margin20 {
    margin-top: 20px;
}
.top-margin30 {
    margin-top: 30px;
}
.top-margin40 {
    margin-top: 40px;
}
.top-margin50 {
    margin-top: 50px;
}
.top-margin60 {
    margin-top: 60px;
}
.top-margin100 {
    margin-top: 100px;
}
.no-margin {
    margin: 0;
}
.no-padding {
    padding: 0;
}
.blue-back-sec {
    background-color: #4059a8;
}
.grey-back-sec {
    background-color: #f2f2f2;
}
/*============================================top-header====================================*/
.callus{padding-top: 12px; background-color: #4059a8; color: #fff;line-height: 1.1;
 text-transform: capitalize; font-size: 1.429em; font-weight: 700;
font-family: Playfair Display;}
.callus p{font-size: 18px;font-weight: 700;font-family: Playfair Display;
letter-spacing: 2.9px; line-height: 22px;}
.form-control{margin-bottom: 14px;}
.imgWrapper i{font-size: 48px; color: #000}
/*================================================header============================================*/
.left-logo-sec a {
    display: block;
    font-size: 25px;
    text-transform: uppercase;
    color:#18b0ff;
    margin-top: 30px;
    margin-left: 20px;
    font-weight: bold;
}
.left-logo-sec.pull-left {
    z-index: 9;
    position: relative;
}
.sticky-header .dash-header {
    position: fixed;
    top: 0 !important;
    left: 0;
    z-index: 999;
    width: 100%;
    animation: slide-down 0.7s;
    background-color: #fff;
    border-bottom: 1px solid #f1f1f1;
}
@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    } 
    100% {
        opacity: 0.9;
        transform: translateY(0);
    } 
}
.dash-header { 
    animation: slide-up 0.7s;
}
#cssmenu > ul > li > a:hover {
    background-color: #fff;
    color: #289947;
}
#cssmenu > ul > .has-sub > a:hover > span > i {
    color: #4059a8;
}
#cssmenu,#cssmenu ul,#cssmenu ul li,#cssmenu ul li a,#cssmenu #head-mobile{
    border:0;list-style:none;line-height:1;display:block;
    position:relative;-webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;box-sizing:border-box;text-align: left;float: right;}
#cssmenu:after,#cssmenu > ul:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}
#cssmenu #head-mobile{display:none}
#cssmenu > ul > li { 
    float:left;
    position: relative;
    margin:30px 17px 0px;
}
#cssmenu > ul > li > a{
    font-family: "Raleway";
    font-weight: 700;
 font-size: 17px;
line-height: 15px;
text-transform: uppercase;
padding:20px;
letter-spacing: 1.8px;
  color: #000; 
 
}
#cssmenu > ul > li:hover,#cssmenu ul li.active:hover,#cssmenu ul li.active,#cssmenu ul li.has-sub.active:hover{;-webkit-transition:background .3s ease;-ms-transition:background .3s ease;transition:background .3s ease;}
#cssmenu > ul > li.has-sub > a{padding-right:30px}
.sticky-header #cssmenu > ul > li.has-sub > a::before {
    color:#1e1e1e;
}
#cssmenu > ul > li.has-sub > a span i {
    position: absolute;
    right: 14px;
    color:#1e1e1e;
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease;
    font-size: 18px;
    font-weight: bold;
    top: 34px;
}
#cssmenu > ul > li.has-sub > a::after {
    display: none;
}
#cssmenu ul ul { 
    position: absolute;
opacity: 0;
background-color: #fff;
top: 78px !important;
padding-top: 10px;
border: 1px solid #4059a8;
border-top: none;

}
#cssmenu li:hover > ul {
    left: 0;
    top: 100%;
    z-index: 8;
    opacity: 1;
}
#cssmenu ul ul li{
    height:0;
    -webkit-transition:all .25s ease;
    -ms-transition:all .25s ease;
    background:#fff;
    transition:all .25s ease; 
    font-family: 'open sans';
}
#cssmenu ul ul li:hover{}
#cssmenu li:hover > ul > li{height:35px}
#cssmenu ul ul ul {
    margin-left: 100%;
    top: 0 !important;
}
#cssmenu ul ul li a {
    border-bottom: 1px solid rgba(150,150,150,0.15);
    padding: 10px;
    width: 200px;
    font-size: 14px;
    text-decoration: none;
    color: #555;
    font-weight: 400;
    margin: 0 0 0 5px;
    text-transform: uppercase;
    font-weight: bold;
}
.menu1 li ul li:hover::before, .menu1 li ul li:hover::after{
display: none;
}
.right-menu .fa.fa-circle {
    font-size: 7px;
    position: absolute;
    top: 15px;
    left: 5px;
}
.right-menu .fa.fa-caret-right {
    position: absolute;
    right: 10px;
}
.right-menu .fa.fa-caret-down {
    margin: 0 0 0 3px;
}
#cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
    color: #1C63B8;
}
#cssmenu ul ul li:last-child > a,#cssmenu ul ul li.last-item > a{border-bottom:0}
#cssmenu ul ul li.has-sub > a::before {
    position: absolute;
    top: 13px;
    right: 12px;
    display: block;
    color: #555;
    content: '\f105' !important;
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease;
    font-family: 'fontawesome';
    font-size: 14px;
}
#cssmenu ul ul li.has-sub:hover,#cssmenu ul li.has-sub ul li.has-sub ul li:hover{background:#fff;}
#cssmenu ul ul ul li.active a{border-left:1px solid #333}
#cssmenu > ul > li.has-sub > ul > li.active > a,#cssmenu > ul ul > li.has-sub > ul > li.active> a{border-top:1px solid #333}

@media screen and (max-width:1000px){
.logo{position:absolute;top:0;left: 0;width:100%;height:46px;text-align:center;padding:10px 0 0 0 ;float:none}
.logo2{display:none}
nav{width:100%;}
#cssmenu{width:100%}
.right-menu li a {
    line-height: 36px !important;
}
#cssmenu ul {
    width: 100%;
    display: none;
    top: 0;
    z-index: 5000;
    height: auto;
}
#cssmenu ul li{width:100%;border-top:1px solid #444}
#cssmenu ul li:hover{background:#fff;}
#cssmenu ul ul li,#cssmenu li:hover > ul > li{height:auto}
#cssmenu ul li a,#cssmenu ul ul li a{width:100%;border-bottom:0}
#cssmenu > ul > li{float:left}
#cssmenu ul ul li a{padding-left:25px}
#cssmenu ul ul li{background:#fff!important;}
#cssmenu ul ul li:hover{background:#fff!important}
#cssmenu ul ul ul li a{padding-left:35px}
#cssmenu ul ul li a {
    color: #353535;
    background: none;
    line-height: 12px !important;
}
#cssmenu ul ul li:hover > a,#cssmenu ul ul li.active > a{color:#353535}
#cssmenu ul ul, #cssmenu ul ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
    height: auto;
}
.right-menu > li:last-child {
    border-bottom: 1px solid #444 !important;
}
#cssmenu > ul > li.has-sub > a:after,#cssmenu > ul > li.has-sub > a:before,#cssmenu ul ul > li.has-sub > a:after,#cssmenu ul ul > li.has-sub > a:before{display:none}
#cssmenu #head-mobile{display:block;padding:23px;color:#ddd;font-size:12px;font-weight:700}
.button{width:55px;height:46px;position:absolute;right:0;top:20px;cursor:pointer;z-index: 12399994;}
.button::after {
    position: absolute;
    top: 25px;
    right: 20px;
    display: block;
    height: 2px;
    width: 20px;
    border-top: 1px solid #4059a8;
    border-bottom: 2px solid #4059a8;
    content: '';
}
.button::before {
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    top: 13px;
    right: 20px;
    display: block;
    height: 9px;
    width: 20px;
    content: '';
    border: 3px solid #4059a8;
    border-right: none;
    border-left: none;
}
.button.menu-opened::after {
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    top: 22px;
    border: 0;
    height: 2px;
    width: 19px;
    background: #4059a8;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 14px;
}
.button.menu-opened::before {
    top: 21px;
    width: 19px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-bottom: none;
    border-top: 2px solid #4059a8;
}
#cssmenu > ul > li.has-sub > a {
    padding-right: 30px;
}
#cssmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid;
    height: 37px;
    width: 46px;
    cursor: pointer;
}
#cssmenu .submenu-button.submenu-opened{background:#262626}
#cssmenu ul ul .submenu-button{height:34px;width:34px}
#cssmenu .submenu-button::after {
    position: absolute;
    top: 18px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #353535;
    content: '';
}
#cssmenu ul ul .submenu-button:after{top:15px;right:13px}
#cssmenu .submenu-button.submenu-opened:after{background:#fff}
#cssmenu .submenu-button::before {
    position: absolute;
    top: 15px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #353535;
    content: '';
}
#cssmenu ul ul .submenu-button:before{top:12px;right:16px}
#cssmenu .submenu-button.submenu-opened:before{display:none}
#cssmenu ul ul ul li.active a{border-left:none}
#cssmenu > ul > li.has-sub > ul > li.active > a,#cssmenu > ul ul > li.has-sub > ul > li.active > a{border-top:none}
}
.right-menu.open {
    top: 36px;
}
header img {
    height: 55px;
    margin: 0;
}
.menu1 li{position: relative;}
.menu1 li:hover::after,
.menu1 li:hover::before {
  content: "";
  position: absolute;
  display: block;
  border: 2px solid transparent;
  width: 0%;
  height: 0%;
  
}

.menu1 li:hover::after {
  width: 0%;
  height: 0%;
  top: 0;
  left: 0;
  border-top: 2px solid #4059a8;
  border-left: 2px solid #4059a8;
}

.menu1 li:hover::before {
  position: absolute;
  right: 0;
  bottom: 0;
  border-bottom: 2px solid #4059a8;
  border-right: 2px solid #4059a8;

}

.menu1 li:hover::before,
.menu1 li:hover::after {
  width: 40px;
  height: 40px;
 
}
/*==============================================banner-slider-sec============================*/
.banner-slider-sec .slider-item {
    height: 570px;
    position: relative;
    z-index:-1;
    width: 100%;
    background-position: center;
    background-size: cover;
}

.slider-small-ttl {
    font-size: 18px;
    margin: 0 0 20px;
}
.slider-big-ttl {
    font-size: 65px;
margin: 0 0 0 5%;
width: 66%;
text-align: left;
line-height: 80px;
}
.slider-big-ttl strong{font-size: 65px;}
.slider-txt {
    padding: 180px 0 0;
    line-height: 66px;
    z-index: 2;
    position: absolute;
    left: 0px;
    top: 0px;
}
.small-txt{font-size: 16px; font-weight: normal;width: 71%; text-align: left; 
margin-left:5%; font-style: italic; position: relative;}
.small-txt::after{
    position: absolute;
left: 26%;
bottom: 9px;
width: 100px;
height: 1px;
background-color: #fff;
content: '';
}
.blue-txt{color:#4059a8;}
/*============================================ourmenu-sec=========================================*/
.request-sec{
    background:#f0f0f3;
}
.request-sec .main-sec-ttl::before{display: none;}
.request-sec h3{font-weight: bold; text-transform: uppercase; font-size: 24px; margin-bottom: 0px !important;}
.requestbox{
    position: relative;
padding: 38px 30px;
background: #f9f9fa;
box-shadow: 0px 0px 15px rgba(0, 0, 0, .15);
}
.requestbox .main-sec-ttl{font-size: 28px; line-height: 34px; font-weight: 900;
text-transform: uppercase; font-family: "Raleway-bold";letter-spacing: 0.5px;}
.images{ margin-bottom: 30px }
.images img{width: 100%;}
.advantages{float: left; padding-left: 20px}
.advantages ul{float: left; margin-top: 10px;}
.advantages ul li{position: relative; margin-top: 5px; color: #424242;
font-size: 16px;line-height: 28px; padding-left: 29px;margin-bottom: 10px;}
.advantages ul li::before{
 content: '\f00c';
position: absolute;
left: 0px;
top: 0px;
font-size: 16px;
font-family: 'FontAwesome';
color: #4059a8;
}
.advantages p b{
    font-style: italic;
    font-weight: 400;
    text-transform: none;
    margin:30px 0 10px;
    font-size: 20px;
    line-height:24px;
    letter-spacing: 0.5px;
}
/*=================================================middle-sec=========================================*/
.avoidsurg{
    position: relative;
    background-image: url(../images/img-1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    z-index: -1;
    overflow-x: hidden;
}
.avoidsurg::before{
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.65);
    position: absolute;
    left: 0px;
    top:0px;
    z-index:1;
}

.avoidsurg .row{position: relative; z-index: 33;}
.avoidsurg ul{margin-top: 20px; margin-left: 4%; width: 90%; overflow-x: hidden;}
.avoidsurg ul li{position: relative; margin-top: 5px; color: #fff;
font-size: 16px;line-height: 33px; padding-left: 29px; letter-spacing: 1.8px}
.avoidsurg ul li::before{
 content: '\f00c';
position: absolute;
left: 0px;
top: 0px;
font-size: 16px;
font-family: 'FontAwesome';
color: #289947;
}
.surgery{
    background-color: #fff;
    padding:20px 30px;
}
.surgery ul li{position: relative; margin-top: 10px;color: #424242;
font-size: 16px;line-height: 26px;padding-left: 29px;}
.surgery ul li::before{
content: '\f00c';
position: absolute;
left: 0px;
top: 0px;
font-size: 16px;
font-family: 'FontAwesome';
color: #4059a8;    
}
/*=================================================info-sec=========================================*/
.info-sec img {
    width: 100%;
    height: 330px;
}
/*===================================================footer==========================================*/
footer {
    background-color: #20252b;
}
footer p {
    font-size: 13px;
    letter-spacing: 0.6px;
    margin-bottom: 0;
}
footer img {
    width: 130px;
    height: 80px;
}
footer ul li {
    display: inline-block;
}
footer .foot-social-menu li a {
    padding: 0;
}
footer ul li a {
    padding: 5px;
}
footer a:hover {
    color: #1c63b8 !important;
}
.white-line {
    border-top: 1px solid #555;
    margin: 20px 0 0;
    padding: 20px 0 0;
}
.foot-social-menu li a i {
    font-size: 18px;
}
.fb a i:hover {
    color: #3b5998 !important;
}
.li a i:hover {
    color: #007bb5 !important;
}
.tw a i:hover {
    color: #1da1f2 !important;
}
.youtube a i:hover {
    color: #ff0000 !important;
}
.contactus-social-icons li a i {
    height: 34px;
    width: 34px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    font-size: 20px;
}
footer p i {
    margin: 0 12px 0 0;
}
footer .ser-desc {
    color: #999;
}
.foot-head {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    margin: 0 0 30px;
    position: relative;
    padding: 0 0 10px;
}
.foot-head::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    background-color: #1c63b8;
    height: 2px;
    width: 50px;
}
footer .foot-social-menu li {
    margin: 0 15px 0 0;
}
.endline {
    border-top: 1px solid #555;
    padding: 20px 0 0;
}
.quick-links li {
    display: inherit;
    position: relative;
    padding: 0 0 0 10px;
}
.quick-links li::before {
    position: absolute;
    content: "";
    left: 0;
    background-color: #1c63b8;
    height: 5px;
    width: 5px;
    top: 8px;
}
.quick-links li a {
    color:#ddd;
}
.foot-name {
    font-size: 16px;
    margin: 0 0 10px;
}
/*==============================================testi-sec==========================================*/
.testi-sec {
   background-repeat:repeat;
    background-image: url(../images/testimonial-bg.png);
}
.testi-sec .slider-txt {
    width: 90%;
    margin: 0 auto;
    padding: 30px;
    position: relative;
    background-color: #fff;
    line-height: 24px !important;
}

.testi-sec .owl-theme .owl-dots .owl-dot span , .clients-sec .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: transparent;
    border:2px solid #999;
}
.testi-sec .owl-theme .owl-dots .owl-dot.active span, .testi-sec .owl-theme .owl-dots .owl-dot:hover span , .clients-sec .owl-theme .owl-dots .owl-dot.active span, .clients-sec .owl-theme .owl-dots .owl-dot:hover span {
    background: #1c63b8 !important;
    border-color: #1c63b8 !important;
}
.testi-sec .owl-controls , .clients-sec .owl-controls {
    position: absolute;
    width: 100%;
    bottom: -40px;
}
/*============================================services-sec========================================*/
.service-box img{width: 100%; min-height: 150px;}
.services-sec .service-box i {
    color: #1c63b8;
    border: 1px solid #ccc;
    border-radius: 50%;
    height: 80px;
    width: 80px;
    line-height: 80px;
    font-size: 30px;
}
.sec-small-ttl {
    font-weight: bold;
    font-size: 16px;
    margin: 30px 0 10px;
    color:#4059a8;
}
.services-sec .sec-small-ttl{
   color:#4059a8;
font-weight: 900;
font-size: 20px;
margin:20px 0 12px;
font-family: "Raleway-SemiBold";
letter-spacing: 0.5px;
line-height: 28px;
text-transform: capitalize;
/*height:65px;*/
}
.sec-desc , .main-sec-desc {
    color: #333;
}
.main-sec-desc {
    width: 60%;
    margin: 0 auto 40px;
}
.service-box:hover i {
    color: #fff;
    background-color: #1c63b8;
    border-color: #1c63b8;
}
.main-sec-ttl {
    color: #4d4d4d;
font-weight: 900;
text-transform: uppercase;
margin: 0 0 40px ;
font-family: "Raleway-Bold";
letter-spacing: 0.5px;
font-size: 28px;
line-height: 32px;
text-align: left;
}
/*.main-sec-ttl::before {
    position: absolute;
    content: "";
    left: 50%;
    bottom: 0;
    width: 60px;
    margin-left: -30px;
    height: 2px;
    background-color: #289947;
}*/
/*============================================whychooseus-sec========================================*/
.chooseBlock {
  display: block;
  position: relative;
  padding: 7px 20px 30px 77px;
  border: 1px solid #e8e8e8;
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
  margin-right:23px;
  margin-bottom: 25px;
  min-height: 290px;
}
.chooseBlock:hover{
    background-color: #289947;
   
}
.chooseBlock .sec-small-ttl{color: #4459a8;
font-weight: 900;
text-transform: uppercase;
margin:25px 0 20px;
font-family: "Raleway-SemiBold";
letter-spacing: 0.5px;
font-size: 20px;
line-height: 28px;
}
.chooseBlock:hover p, .chooseBlock:hover h2{color: #fff;}
.chooseBlock .imgWrapper {
  position: absolute;
  top: 35px;
  left: 25px;
}
.imgWrapper img {
  max-width: 100%;
  height: auto;
  display: block;
}
.whyus .col-md-5{width: 47%;}
/*==========================================counter-sec============================================*/
.counter-box i {
    font-size: 30px;
    color: #999;
}
.big-ttl {
    color: #1c63b8;
    font-size: 34px;
    font-weight: bold;
    position: relative;
}
.big-ttl::after {
    position: absolute;
    content: "";
    background-color: #ddd;
    height: 2px;
    width: 50px;
    left: 50%;
    margin-left: -25px;
    bottom: 0;
    display: none;
}
.counter-name {
    color: #777;
    margin: 0;
    text-transform: uppercase;
    font-size: 18px;

}
.percent-icon::before {
    position: absolute;
    content: "\f295";
    font-family: FontAwesome;
    right: 72px;
    top: 12px;
    color: #1c63b8;
    font-size: 22px;
}
.plus-icon::before {
    position: absolute;
    content: "\f067";
    font-family: FontAwesome;
    right: 76px;
    top: 12px;
    color: #fff;
    font-size: 22px;
    display: none;
}
.media{margin-bottom: 30px}
/*=============================================contactus-sec======================================*/
.form-sec {
    margin: 0 auto;
    width: 70%;
}
#captchaBackground {
 height: 190px;
 width: 100%;
 background-color:transparent;
 display: flex;
 align-items: center;
 justify-content: center;
 flex-direction: column;
}
#captchaHeading {
 color: white;
}
#captcha {
line-height: 60px;
 width: 100%;
 font-size: 95px;
 letter-spacing: 3px;
 margin: auto;
 display: block;
 top: 0;
 bottom: 0;
 left:-15px;
 right: 0;
 position: relative;
}
.center {
 display: flex;
 flex-direction: column;
 align-items: center;
}
#submitButton {
 margin-top: 1em;
 margin-bottom: 1em;
 background-color:#4059a8;
 border: 0px;
 font-weight: bold;
}
#refreshButton {
 background-color: #fff;
 border: 0px;
 font-weight: bold;
}
#textBox{margin-top:-30px;}
.incorrectCaptcha {
 color: #FF0000;
}
.correctCaptcha {
 color: #7FFF00;
}
/*=============================================tagline-sec========================================*/
.tagline-sec {
    padding: 50px 0; 

}
.tagline-sec .main-sec-ttl {
    padding: 0 0 0  10%;
    margin: 0 0 0 0;
    font-size: 28px;
line-height: 32px;
text-transform: capitalize;
letter-spacing: 3px;
}
.tagline-sec button{padding:10px 44px;}
.box-transform-wrap {
  position: relative;
  overflow: hidden;
  z-index: 1;
  height: 164px;
}
.breadcrumbs-custom-title {
  font-weight: 700;
  color: #ffffff;
  font-size: 44px;
  z-index: 2;
  position: absolute;
  left: 6%;
  top: 20%;
}
.box-transform {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height:210px;
  background-position: top;
  background-size: cover;
  pointer-events: none;
  background-repeat: no-repeat;
  background-image: url(../images/page-title-bg.jpg);
  
}
.our-histoy{
    background-image:url(../images/testimonial-bg.png);
    background-repeat: repeat;
    position:relative;
    text-align: justify;
}
.sectionrgt{padding-left:0px; float: left; padding-top: 4px; padding-right: 10px}
.drchavaninfo{padding-right: 100px;}
.aboutinlft .main-sec-ttl::before, .sectionrgt .main-sec-ttl::before,
.tagline-sec .main-sec-ttl::before{display: none;}

.cntleft{
    /*border-bottom: 1px solid #f1f1f1;*/
    padding: 0 0 10px 0px;
    margin: 0 0 35px;
    color: #fff;
}
.cntleft span{font-size: 18px; font-weight: bolder;}
.contactus{
    background-image: linear-gradient(90deg, #2f4599 50%, #ffffff 50%);
}
#testi-slider i{
    font-size: 33px;
position: absolute;
left: 29px;
top: 24px;
color: #289947;
}
#testi-slider .slider-txt{background: #fff;padding: 34px;
position: relative; box-shadow: 0px 0px 12px rgba(0, 0, 0, .05);
margin-bottom: 33px; min-height: 340px;}
#testi-slider .slider-txt img{width: 100%; height: 290px; position: relative;}
#testi-slider .slider-txt img:before{
   background-color: rgba(0,0,0,0.6);
position: absolute;
z-index: 9999999;
left: 0;
top: 0;
width: 100%;
height: 100%;
content: "";
}
.normall {font-size: 15px; line-height: 26px;}
.sayPersone img {
  position: relative;
 margin-right: 20px;
  border-radius: 100%;
  float: left;
}
.sayPersone span {
  display: block;
  font-size: 12px;
  line-height: 20px;
  color:#289947;
  text-transform: uppercase;
  margin-top: 10px;
}
.sayPersone{margin-left: 30px;}
.personeInfo{padding-top: 10px;}
#testi-slider .slider-txt::after {
  position: absolute;
  bottom: -22px;
  left: 67px;
  content: '';
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 25px solid transparent;
  border-top: 22px solid #fff;
}

.footer-line {
  margin: 20px 0 0;
  border-top: 1px solid #556766;
  padding: 20px 0 0;
}
.workinghrs{position: relative;border: 1px solid #e4e4e4;}
.days{padding: 10px 27px; text-transform: uppercase; border-bottom: 1px solid #e4e4e4;
 }
.workinghrs .days:last-child {border-bottom: 0;}
.workingTitle {background: #f5f2f2;padding:24px;}
.workingTitle h2{font-size: 22px !important; margin:0px;}
.workinghrs p{font-weight: 700;word-break: break-all; font-size: 17px; color: #4059a8}
.red-txt{color: #ea0505 !important}
.servicesin img{width: 100%; height: 320px; margin-bottom: 20px;}
.border{border-top:1px solid #ccc;}
.mapborder iframe{border:1px solid #ccc !important; padding: 10px; }
.background{background-color: #ccc; width: 94%; margin-bottom: 30px; height: 1px;}
.personimg img{width: 80%; border-radius: 100%;}
.our-histoy::before{
    content: '';
    width: 32%;
    height: 58.6%;
    right: 0px;
    top: 0px;
    position:absolute;
    background-color: #bab9b9;
}
.blue-sec{padding-left: 40px; text-align: justify;}
.media-left i{font-size: 64px; color: #222; margin:15px 0 0 0;}
.media-body{padding:0px; margin: 0px;}
.clinicphotos img{width: 100%; margin-bottom: 30px;}
.treatment img{width: 100%;}
.treatment h2{margin-top: 30px; margin-bottom: 30px;}
/*-----------------========================----faq---------==================-----------*/
.faq-sec .nav-link , .offer-modal-sec .nav-link {
    color: #041E42;
    font-size: 16px;
    background-color: #eee;
    margin: 3px 0;
    border: 2px solid #eee;
}
.faq-sec .nav li.active a , .faq-sec .nav-link:hover , .faq-sec .nav li.active a , .offer-modal-sec .nav li.active a  , .offer-modal-sec .nav-link:hover , .offer-modal-sec .nav li.active a {
    position: relative;
    background-color: #eee !important;
    border: 2px solid #ED1C24;
    color: #041E42;
}
.faq-sec .nav li.active a::after, .faq-sec .nav li.active a::before , .faq-sec .nav-link:hover::after , .faq-sec .nav-link:hover::before {
    left: 100%;
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    z-index: 0;
}
.faq-sec .nav li.active a::after , .faq-sec .nav-link:hover::after  {
    border-color: rgba(255,255,255, 0);
    border-left-color: #fff;
    border-width: 8px;
    margin-top: -33px;
}
.faq-sec .nav li.active a::before , .faq-sec .nav-link:hover::before {
    border-color: rgba(245, 7, 7, 0);
    border-left-color: #f50707;
    border-width: 10px;
    margin-top: -35px;
}
.faq-sec button.accordion {
    color: #14120B;
    cursor: pointer;
    padding: 8px 10px 0 10px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 16px;
    transition: 0.4s;
}
.faq-sec .panel {
    padding: 15px 15px 0 15px;
    background-color: #eee;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    margin: 0 0 10px;
}
.faq-sec .row .col-md-9 {
    padding: 0;
}
.faq-sec .row .col-md-3 {
    padding: 0 8px;
}
.faq-sec button.accordion::after {
    content: '\002B';
    color: #337ab7;
    font-weight: bold;
    float: right;
    margin-left: 5px;
    font-size: 18px;
}
.faq-sec button.accordion.active, .faq-sec button.accordion:hover {
    color: #333;
}
.faq-sec button.accordion.active::after {
    content: "\2212";
}
.faq-sec button.accordion.active::after, .faq-sec button.accordion:hover::after {
    color: #337ab7;
}
.panel p i {
    color:#337ab7;
    font-size: 16px;
    margin: 0 6px 0 0;
}

.vision .main-sec-ttl{margin: 15px 0px; color: #4459a8;}
.cntformnw{width: 80%; margin:0 auto;}
.btnmain{margin-left: 36%; margin-top: 10%;}
.tretinbox{min-height: 190px;}
.degaree{font-size: 16px; font-weight: bold;}
