/*----------intial declartaion of css----------*/
/*----- Normalize.css Start -----*/
/*----------intial declartaion of css----------*/
* { /*appearance:none; -moz-appearance:none;-webkit-appearance:none;*/ }
@-ms-viewport { width: device-width!important; }

html{ overflow-y: auto;-ms-overflow-style: -ms-autohiding-scrollbar!important;}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, select, input, option, textarea { margin: 0; padding: 0; border: 0; outline: 0; /* list-style:none;*/ box-sizing: border-box; }
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary { display: block; }
audio, canvas, video { display: inline-block; }
audio:not([controls]) { display: none; height: 0; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word }
q { quotes: none }
q:before, q:after { content: ''; content: none }
small { font-size: 80% }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline }
sup { top: -0.5em; }
sub { bottom: -0.25em }
nav ul, nav ol { list-style: none; list-style-image: none; }
button, input, select, textarea { margin: 0; vertical-align: baseline; }
textarea { overflow: auto; vertical-align: top }
table { border-collapse: collapse; border-spacing: 0 }
button, html input[type="button"], input[type="reset"], input[type="submit"], textarea { -webkit-appearance: none; border-radius: 0 }
/* remember to define focus styles! */
:focus { outline: 0; }
ol, ul {/*list-style: none;*/ }
/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
a { text-decoration: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
table { border: 0 none; border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }
img { border: 0 none; max-width: 100%; }
a { outline: none; cursor: pointer; }
/* End hide from IE Mac */ .none { display: none; } /* End Clearfix */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block }
.clear { clear: both; }
img { max-width: 100%; }
/* For modern browsers */ 
.cf:before, .cf:after { content: ""; display: table }
.cf:after { clear: both; }
/* For IE 6/7 (trigger hasLayout) */
h1 { font-size: 6.0rem; font-family: 'Encode Sans Semi Condensed', sans-serif; font-weight: 400; color: #ffffff; margin: 0 0 18px 0; line-height: 1.2; }
h2 { font-family: 'Encode Sans Semi Condensed', sans-serif; font-weight: 400; font-size: 4.8rem; color: #ffffff; margin: 0 0 18px 0; line-height: 1.2; }
h3 { font-family: 'Encode Sans Semi Condensed', sans-serif; font-weight: 400; font-size: 3.6rem; color: #ffffff; margin: 0 0 18px 0; line-height: 1.2; }
h4 { font-family: 'Encode Sans Semi Condensed', sans-serif; font-weight: 400; font-size: 3.0rem; color: #ffffff; margin: 0 0 18px 0; line-height: 1.2; }
h5 { font-family: 'Encode Sans Semi Condensed', sans-serif; font-weight: 400; font-size: 2.4rem; color: #ffffff; margin: 0 0 18px 0; line-height: 1.2; }
h6 { font-family: 'Encode Sans Semi Condensed', sans-serif; font-weight: 400; font-size: 2.0rem; color: #ffffff; margin: 0 0 18px 0; line-height: 1.2; }
p { font-family: 'Open Sans', sans-serif; font-weight: 600; line-height: 1.5; padding-bottom: 20px; font-size: 1.5rem; color: #909396; }
a:hover {
    color: #3d7cc9;
}
hr { margin: 40px 0 30px; }
a, button, .btn { outline: none !important; transition: all 0.5s ease-in-out 0s; -moz-transition: all 0.5s ease-in-out 0s; -ms-transition: all 0.5s ease-in-out 0s; -o-transition: all 0.5s ease-in-out 0s; -webkit-transition: all 0.5s ease-in-out 0s; text-decoration: none !important; }
input { -webkit-appearance: none; border-radius: 0px; }
body { font-size: 62.5%; -webkit-font-smoothing: antialiased; font-family: 'Open Sans', sans-serif; }
.wrapper { overflow: hidden; font-size: 1.6rem; }
::-webkit-input-placeholder {
    opacity: 1;
    color:#ffffff;
}

:-moz-placeholder { /* Firefox 18- */
    opacity: 1;
    color:#ffffff;
}

::-moz-placeholder {  /* Firefox 19+ */
    opacity: 1;
    color:#ffffff;
}

:-ms-input-placeholder {
    opacity: 1;
    color:#ffffff;
}
select::-ms-expand {
    display: none;
}
/*----------intial declartaion of css end----------*/

/*--------------------------------------------------------------------xxxxxxxxxxxxxxxxxxxxxxxxxx-------------------------------------------------------*/

/*Custome css start here*/
@keyframes slideDown {
    0% {
        transform: translateY(-100%)
    }
    100% {
        transform: translateY(0%)
    }
}
@-webkit-keyframes slideDown {
    0% {
        -webkit-transform: translateY(-100%)
    }
    100% {
        -webkit-transform: translateY(0%)
    }
}
@-moz-keyframes slideDown {
    0% {
        -moz-transform: translateY(-100%)
    }
    100% {
        -moz-transform: translateY(0%)
    }
}
/*-----------Navigation start here---------------*/
.menu-icon { display: none; cursor: pointer; color: #fff; text-transform: uppercase; text-align: center; font-weight: bold; line-height: 33px; font-size: 22px; }
.menu-icon .menu-box { width: 42px; height: 33px; margin-right: 0; padding: 5px; }
.menu-icon .menu-box span { width: 100%; height: 4px; margin-bottom: 6px; background: #3d7cc9; display: block; border-radius: 0px; transition: all 0.5s; -webkit-transition: all 0.5s; }
.menu-icon.active span:nth-child(1) { transform: rotate(45deg) translateY(8px) translateX(7px); -webkit-transform: rotate(45deg) translateY(8px) translateX(7px); -moz-transform: rotate(45deg) translateY(8px) translateX(7px); -ms-transform: rotate(45deg) translateY(8px) translateX(7px); }
.menu-icon.active span:nth-child(2) { opacity: 0; }
.menu-icon.active span:nth-child(3) { transform: rotate(-45deg) translateY(-7px) translateX(6px); -webkit-transform: rotate(-45deg) translateY(-7px) translateX(6px); -moz-transform: rotate(-45deg) translateY(-7px) translateX(6px); -ms-transform: rotate(-45deg) translateY(-7px) translateX(6px); }
.enumenu_ul > li.st-logo { display: none; }
.enumenu_ul .caret { color: #e5e5e6; margin-left: 7px; position: absolute; border-top: 6px solid; border-right: 5px solid transparent; border-left: 5px solid transparent; right: -16px; top: 11px; transition: all 0.5s ease-in-out 0s; -moz-transition: all 0.5s ease-in-out 0s; -ms-transition: all 0.5s ease-in-out 0s; -o-transition: all 0.5s ease-in-out 0s; -webkit-transition: all 0.5s ease-in-out 0s; }
.enumenu_ul { padding: 0px; list-style: none; display: inline-block; }
.enumenu_container { padding-left: 38px; }
.enumenu_ul > li { /*display: inline-block;*/ float: left; position: relative; margin: 0 23.4px; }
.enumenu_ul > li > a { font-size: 1.7rem; color: #909396; text-transform:capitalize; font-family: 'Open Sans', sans-serif; font-weight: 600; position: relative; display: inline-block; }
.enumenu_ul > li.hover > a:after { opacity: 1; visibility: visible; }
.enumenu_ul > li.hover > a { color: #002e6d; }
.enumenu_ul > li:last-child { margin-right: 0; }
.enumenu_ul > li > a:hover, .enumenu_ul li:hover a .caret, .enumenu_ul li.active a .caret, .enumenu_ul li.active > a, .enumenu_ul.desk ul li.active a { color: #002e6d; }
.enumenu_ul > li:hover a .caret { transform: rotate(180deg); -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); }
.enumenu_ul > li ul { display: none }
.enumenu_ul ul li { width: 100%; margin: 0; list-style: none; position: relative; }
.enumenu_ul.desk ul { top: 100%; z-index: 999; list-style: none; background: #002e6d; position: absolute; min-width: 250px; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); text-align: center; }
/*Sub menu styles*/
.menu.submenu-ul-level1 li a { background: rgba(31, 26, 107, 0.8); color: #fff; padding-left: 90px; }
.enumenu_ul.desk .sb-menu .sb-menu { left: 100%; top: 0;transform: none !important;}
.enumenu_ul.desk ul li { padding: 10px 10px; }
.enumenu_ul.desk ul li a { display: block; color: #fff; font-size: 1.6rem; font-family: 'Open Sans', sans-serif; font-weight: 400; text-transform: capitalize; }
.enumenu_ul.desk ul li:hover { background: #3d7cc9; }
.enumenu_ul .arrow { position: absolute; right: 3px; top: 16px; margin: auto; width: 0; height: 0; color: #e5e5e6; margin-left: 7px; border: 0; border-left: 6px solid; border-top: 5px solid transparent; border-bottom: 5px solid transparent; cursor: pointer; z-index: 999; border-radius: 0; }
.enumenu_ul .arrow.up { transform: rotate(90deg); -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); }
li.mobileOnly { display: none; }
.enumenu_ul > li:first-child { margin-left: 0; }
.enumenu_ul > li:last-child, .enumenu_ul > li.last-desk { margin-right: 0; }

.enumenu_ul .sb-menu .caret {border-top: 6px solid transparent;border-right: 5px solid #fff;border-bottom: 5px solid transparent;right: 9px;top: 17px;}
.enumenu_ul .sb-menu li:hover a.caret{-webkit-transform: rotate(0deg);color: #fff;}

/*-----------Navigatinon end here---------------*/

/*header css start here*/
.header-main { width: 100%; z-index: 999; background: #ffffff; backface-visibility: hidden; }
.stickyHeader .header-main { position: fixed; box-shadow: 0 0 5px rgba(0,0,0,0.1); animation: slideDown 0.5s linear 0s; -webkit-animation: slideDown 0.5s linear 0s; -moz-animation: slideDown 0.5s linear 0s; -webkit-animation-duration: 0.5s; animation-duration: 0.5s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }
.logo-inn a { display: inline-block; width: 285px; transition: all 0.5s ease-in-out 0s; -moz-transition: all 0.5s ease-in-out 0s; -ms-transition: all 0.5s ease-in-out 0s; -o-transition: all 0.5s ease-in-out 0s; -webkit-transition: all 0.5s ease-in-out 0s; }
.logo-inn { padding:43px 15px; display: inline-block; }
.logo-inn a img { width: 100%; }
.con-inn a { font-size: 1.8rem; color: #002e6d; text-transform: lowercase; font-family: 'Open Sans', sans-serif; font-weight: 600;display: inline-block;}
.stickyHeader .con-inn a { padding-top:0px;}
.menu-inn { padding-top: 41px; transition: padding 0.5s ease-in-out 0s; -moz-transition: padding 0.5s ease-in-out 0s; -ms-transition: padding 0.5s ease-in-out 0s; -o-transition: padding 0.5s ease-in-out 0s; -webkit-transition: padding 0.5s ease-in-out 0s; }
.menu-main { max-width: 44.2%;text-align: center;}
.con-inn a em { display: none; }
.ft-social-inn a.android-fb, .ft-social-inn a.android-fb, .ft-social-inn a.ios-fb, .ft-social-inn a.ios-fb { display: none; }
.ios .ft-social-inn a.desk-fb, .android .ft-social-inn a.desk-fb, .ios .ft-social-inn a.desk-in { display: none; }
.ft-social-inn a.ios-in { display: none; }
.ft-social-inn.mob-social { display: none; }
.ft-con-inn.mob-con { display: none; }
.contact-main { width: 30.8%; padding: 0px 0px 0px 15px; text-align: right; }
.con-inn { display: inline-block; /* padding: 41px 0; */ vertical-align: middle; }
.ft-social-inn { display: inline-block; vertical-align: middle; margin-left: 26px; }
.ft-social-inn a {font-size: 3.0rem;width: 48px;height: 48px;display: inline-block;text-align: center;background: #002e6d;border-radius: 50%;line-height: 48px;color: #ffffff;align-content: center;margin: 0 10px;}
.ft-social-inn a.desk-in { margin-right: 0; }
.ft-social-inn a:hover {background: #3d7cc9;}
.ready-box { display: inline-block; }
.enumenu_ul > li.ft-social-inn a:hover {background: #3d7cc9;color: #002e6d;}
.sticky-logo { display: none; }
.stickyHeader .sticky-logo { display: block; position: relative; }
.stickyHeader .logo-img { display: none; }
.stickyHeader .logo-inn {    padding: 38px 15px 15px;background:#3d7cc9;}
.stickyHeader .logo-main { padding: 0; }
.stickyHeader .menu-main { max-width: 100%; }
.stickyHeader .contact-main { width: 25%; padding: 0; text-align: right; }
.stickyHeader header .ft-social-inn, .ready-box1 { display: none; }
.stickyHeader header .ft-social-inn{display: inline-block;}
.stickyHeader .ready-box { display: inline-block; }
.ready-box a { display: inline-block; vertical-align: middle; font-size: 2.4rem; line-height:4.5; font-family: 'Encode Sans Semi Condensed', sans-serif; font-weight: 400; text-transform: capitalize; color: #ffffff; background: #002e6d; padding: 0 15px; margin-left: 15px; min-width: 144px;text-align: center; transition: all 0.0s ease-in-out 0s; -moz-transition: all 0.0s ease-in-out 0s; -ms-transition: all 0.0s ease-in-out 0s; -o-transition: all 0.0s ease-in-out 0s;}
.stickyHeader .ready-box a{line-height:4.1;}
.stickyHeader .logo-inn a {width: 285px; }
.stickyHeader .menu-inn { padding-top: 38px; text-align: center; }

header .ready-box-header{position: absolute;right: 0; top: 0;display: inline-block;z-index: 11; display: none;}
header .ready-box-header a{display: inline-block;vertical-align: middle;font-size: 2.4rem;line-height:4.5;font-family: 'Encode Sans Semi Condensed', sans-serif;font-weight: 400;text-transform: capitalize;color: #ffffff;background: #002e6d;padding: 0 15px;margin-left: 15px;min-width: 144px;text-align: center;}
.stickyHeader header .ready-box-header{opacity: 0;visibility: hidden;display: none;}
header .ready-box-header a:hover {background: #3d7cc9;}
/*header css end here*/

/*banner css start here*/
.slider-main { position: relative; }
.slider-img { background-size: cover; background-repeat: no-repeat; background-position: center bottom; height: 737px; }
.banner-text { position: absolute; text-align: center; width: 100%; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); }
.owl-carousel .owl-item .text-inn img { width: auto; display: inline-block; vertical-align: middle; }
.text-inn p { text-transform: uppercase; color: #fff; font-family: 'Lato', sans-serif; font-weight: 600; font-style: italic; font-size: 4.4rem; text-shadow: 3px 0 16px rgba(0,0,0,0.65); padding-bottom: 0; line-height: 0.8; letter-spacing: 1.2px; }
.arrow { width: 42px; height: 42px; border: 2px solid #ffffff; border-radius: 50%; display: inline-block; vertical-align: middle; text-align: center; position: relative; margin: 0 8px 7px; font-size: 3rem; color: #3d7cc9;transition: all 0.5s ease-in-out 0s;-webkit-transition: all 0.5s ease-in-out 0s;-ms-transition: all 0.5s ease-in-out 0s;-moz-transition: all 0.5s ease-in-out 0s;}
.top-down a:hover .arrow {background: #fff;}
.top-down { position: absolute; left: 50%; bottom: 10px; margin: auto; z-index: 99; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); }
.top-down a { font-size: 2.4rem; line-height: 3; color: #ffffff; font-family: 'Encode Sans Semi Condensed', sans-serif; font-weight: 400; position: relative; }
.top-down a:after { position: absolute; content: ''; width: 3px; background: #3d7cc9; left:-30px; right: 0; margin: 0 auto; top: 40px; height: 0; transition: height 0.5s ease-in-out 0s; -webkit-transition: height 0.5s ease-in-out 0s; -moz-transition: height 0.5s ease-in-out 0s; -ms-transition: height 0.5s ease-in-out 0s; }
.top-down a:hover:after { height: 80px; }
.arrow .fa, .owl-next .arrow .fa,.mobMenu span .fa { position: absolute; left: 2px; right: 0; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); }
.top-down .arrow .fa { left: 0; }
.owl-prev .arrow .fa { right: 2px; left: 0; }
.owl-prev { left: 30px; }
.owl-nav > div { position: absolute; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); cursor: pointer; }
.owl-nav > div .arrow:hover { background: #ffffff; }
.owl-next { right: 30px; }
.slider-inn .arrow { margin: 0; transition: all 0.5s ease-in-out 0s; -webkit-transition: all 0.5s ease-in-out 0s; -moz-transition: all 0.5s ease-in-out 0s; -ms-transition: all 0.5s ease-in-out 0s; }
/*banner css end here*/
/*welcome start here*/
.welcome-wrap h2 { margin-left: -5px; margin-bottom: 28px; }
.sec-title-dark h2, .about-doctors-detail h2, .about-doctors-detail h4 { color: #002e6d; }
.flex-box{
    margin-bottom: 7.5%;
}
.flex-box{ display: flex; flex-wrap: wrap;}
.flex-box figure {
    height: 100%;
    background-size: cover;
    background-position: center top;
}

.welcome-wrap { padding: 90px 0 63px; }
.read-btn { font-size: 2.4rem; line-height: 3; color: #002e6d; font-family: 'Encode Sans Semi Condensed', sans-serif; font-weight: 400; text-transform: lowercase; display: inline-block; }
.welcome-wrap .arrow { border-color: #e6e7e8; margin: 4px 9px 0; position: relative; }
.welcome-wrap .arrow:after { position: absolute; content: ''; width: 0; right: -10px; top: 0; bottom: 0; margin: auto; height: 3px; transition: all 0.5s ease-in-out 0s; -webkit-transition: all 0.5s ease-in-out 0s; -moz-transition: all 0.5s ease-in-out 0s; -ms-transition: all 0.5s ease-in-out 0s; background: #3d7cc9; }
.sub-btn .arrow { position: relative; }
.sub-btn .arrow:after { position: absolute; content: ''; width: 0; right: -10px; top: 0; bottom: 0; margin: auto; height: 3px; transition: all 0.5s ease-in-out 0s; -webkit-transition: all 0.5s ease-in-out 0s; -moz-transition: all 0.5s ease-in-out 0s; -ms-transition: all 0.5s ease-in-out 0s; background: #002e6d; }
.welcome-wrap .read-btn:hover .arrow:after { width: 80px; right: -90px; }
.sub-btn:hover .arrow:after, .sub-btn:focus .arrow:after { width: 80px; right: -90px; }
.welcome-con { margin-left: -3px; }
.welcome-con h2 {color:#3d7cc9;    font-size: 3.1rem; padding: 0; margin: 10px auto;}
.welcome-con h5 {color:#3d7cc9;}
.welcome-con ul { margin: 0 0 20px 0;
    padding: 0 0 0 20px;}
.welcome-con ul li{    font-size: 1.5rem;
    color: #909396;     line-height: 1.5;
    font-weight: 600;
    margin-bottom: 5px;
}
.readm { display: inline-block; vertical-align: middle;    text-transform: capitalize;}
.read-more { margin-top: -23px; margin-left: -1px; position: relative; }
.welcome-cover:before { position: absolute; content: ''; height: 234px; width: 549px; left: 0; bottom: -37px; z-index: -9;}
.welcome-wrap .container { position: relative; }
.welcome-cover { position: inherit; }
/*welcome end here*/
/*wheelie start here*/
.title-box { height: 575px; display: flex; background-size: cover; background-position: center center; }
.wheelie-wrap .title-cover { float: right; position: static; }
.wheelie-wrap .title-box { background-size: cover; }
.line { position: absolute; }
.title-box .container { position: relative; }
.title-box .container [class^="col-"] { position: static; }
.wheelie-wrap .line { position: absolute; right: 0; bottom: 208px; padding-left:29px; min-height: 141px; }
.line h1 { margin-bottom: 12px; }
.line h2 { margin-bottom: 0px; }
.enumenu_ul > li.addMain a{text-transform: initial;}
.enumenu_ul > li.addMain{padding: 0;text-align: center;}
.line-draw { position: absolute; width: 0px; background: #3d7cc9; min-height: 106px; top: 26px; }
.content-box { padding: 34px 0; }
.content-box h2 { margin-bottom: 22px; position: relative; }
.cont-cover { padding: 27px 15px 0 15px; }
.cont-link h2 { color: #002e6d; line-height: 1.25; margin-bottom: 0; }
.cont-link { display: block; background: #f7f7f7; padding: 20px 30px; }
.cont-link h2 .arrow { margin: 3px; border-color: #e6e7e8; }
.cont-title { padding: 0 15px 0 70px; }
/*wheelie end here*/
/*feet start here*/
.feet-wrap .line { bottom: 344px; text-align: right; padding-right: 29px; min-height: 141px;}
.line{/*border-right: 7px solid #3d7cc9;*/}
.line:before{position: absolute;content: '';right: 0;top: 26px;bottom: 0;width: 7px;height: 105px;background-color: #3d7cc9;}
.line.left-line:before{position: absolute;content: '';left: 0;top: 16px;bottom: 0;width: 7px;height: 117px;background-color: #3d7cc9; right: inherit;}
.feet-wrap .line-draw { left: inherit; right: 0; }
.feet-wrap .cont-title { padding: 0 0px 0 0px; }
.feet-wrap .cont-title .cont-link{
    max-width: 275px;
}
.feet-wrap .cont-cover { padding: 27px 0 0 15px; }
.content-box .cont-cover h2:after { position: absolute; content: ''; width: 63px; height: 27px; left: -87px; background-size: 100%; top: 20px; }
.feet-wrap .content-box { padding: 34px 0 17px; }
/*feet end here*/
/*live start here*/
.live-wrap .title-cover { float: right; }
.live-wrap .line { right: 0; bottom: 208px; padding-left: 60px; min-height: 141px; }
/*live end here*/
/*pink start here*/
.pink-wrap .line { bottom: 31px; text-align: right; padding-right: 36px; min-height: 141px; padding-left: 5px; }
.pink-wrap .cont-title { padding: 0 192px 0 15px; }
.pink-wrap .line-draw { left: inherit; right: 0; }
.pink-wrap .content-box { padding: 34px 0 18px; }
/*pink end here*/
/*ready section start here*/
.popUp { display: none; }
.wrap-ready { background-size: cover; background-position: center center; height: 300px; position: relative; padding: 10px 0 43px 0;}
.wrap-ready:before {position: absolute;content: '';top: 0;right: 0;left: 0;bottom: 0;background: rgba(61, 124, 201, 0.75);}
.form-cover li { list-style-type: none; float: left; width: 50%; padding: 0 20px; margin-bottom: 30px; position: relative; }
.cover-title { width: 20%; display: table-cell; vertical-align: baseline; }
.form-cover { width: 77%; display: table-cell; vertical-align: baseline; }
.form-cover ul { width: 80%; display: table-cell; vertical-align: middle; }
.btn-submit { display: table-cell; width: 20%; vertical-align: baseline; text-align: right; }
.middle .form-cover, .middle .btn-submit, .middle .cover-title { vertical-align: middle; }
.middle .form-cover ul { padding-top: 30px; }
.inputBox { font-size: 1.5rem; font-family: 'Open Sans', sans-serif; font-weight: 600; color: #ffffff; background: transparent; border-bottom: 7px solid #002e6d; width: 100%; line-height: 1.7; padding-bottom: 2px; }
.inputBox:focus { border-color: #ffffff; }
.sub-btn { font-size: 2.4rem; font-family: 'Encode Sans Semi Condensed', sans-serif; font-weight: 400; text-transform: lowercase; color: #ffffff; background: transparent; border: 0; white-space: nowrap; }
.ready-cover { display: table; position: absolute; top: 50%; transform: translateY(-50%); }
.wrap-ready .container { position: relative; height: 100%; }
.form-cover form { display: table; width: 100%; }
.form-text a {
    font-size: 30px;
    color: #fff;
    display: inline-block;
    width: 100%;
    font-weight: bold;
    margin-top: 20px;
}
.cover-title h2 { margin-bottom: 0; }
.cover-title h2:last-child {color: #002e6d;}
.sub-btn .arrow { color: #002e6d; }
.noI form li.buttons{ margin-top: 0 !important; }
/*ready section end here*/
/*footer start here*/
.footer-wrap { background-position: bottom -10px center; background-size: 100% auto; padding: 90px 0 45px; min-height: 470px; background-repeat: no-repeat; position: relative; padding-bottom: 70px;}
.footer-wrap .container{position: relative; z-index: 1;}
.footer-wrap:after { content: ''; width: 100%; height: 100%; left: 0; top: 0; display: block; position: absolute;   z-index: 0; }
.foot-cover { text-align: center; }
.foot-logo a { max-width:418px; display: inline-block; }
.address-main a, .address-main span { font-size: 1.5rem; color: #002e6d; font-family: 'Open Sans', sans-serif; font-weight: 400; }
.address-main a:hover { color: #3d7cc9; }
.address-main span { color: #e6e7e8; margin: 0 4px; }
.foot-logo { margin-bottom: 39px; }
footer .ft-social-inn a.desk-in { margin-right: 10px; }
footer .ft-social-inn { padding-top:50px; margin: 0px; }
span.error { font-size: 1.2rem; line-height: 1; color: #f00; position: absolute; bottom: -15px; left: 20px; }
/*footer end here*/
.wheelie-wrap, .feet-wrap, .live-wrap, .pink-wrap { position: relative; }
.cont-link h2 .arrow { position: relative; }
.cont-link h2 .arrow:after { position: absolute; content: ''; width: 0; right: -10px; bottom: 0px; top: 0; margin: auto; height: 3px; transition: all 0.5s ease-in-out 0s; -webkit-transition: all 0.5s ease-in-out 0s; -moz-transition: all 0.5s ease-in-out 0s; -ms-transition: all 0.5s ease-in-out 0s; background: #002e6d; }
.cont-link:hover h2 .arrow:after { width: 80px; right: -90px; }
.cont-link h2, .cont-link h2 .arrow { transition: all 0.5s ease-in-out 0s; -webkit-transition: all 0.5s ease-in-out 0s; -moz-transition: all 0.5s ease-in-out 0s; -ms-transition: all 0.5s ease-in-out 0s; }
.cont-link:hover h2 { color: #3d7cc9; }
.cont-link:hover h2 .arrow { color: #002e6d; }
.ready-box a:hover { background: #3d7cc9; }
.con-inn a:hover { color: #3d7cc9; }
.enumenu_ul > li.mobMenu { display: none; }
.middle .btn-submit { padding-top: 20px; }
/*Custome css end here*/

/*service css start here*/
.cover-box{padding: 9.5% 0;text-align: center;background-size: cover;background-position: center center;position: relative;}

.helth-content .cont-title{padding: 0;}
.helth-content .cont-link{width: 325px;margin: 0 auto;text-align: left;padding: 19px 48px 21px 31px;position: relative;z-index: 99;outline: none !important; transition: all 0.5s ease-in-out 0s; -moz-transition: all 0.5s ease-in-out 0s; -ms-transition: all 0.5s ease-in-out 0s; -o-transition: all 0.5s ease-in-out 0s; -webkit-transition: all 0.5s ease-in-out 0s; text-decoration: none !important;}
.cont-link h2 .arrow{color: #3d7cc9;}

.cover-box:hover .cont-link{background: #002e6d; }
.cover-box:hover .cont-link h2{color: #fff;}
.cover-box:hover .cont-link h2 .arrow{color: #3d7cc9;}
.cover-box .cont-link h2 .arrow:after{ bottom: -3px;}
.cover-box:hover .cont-link h2 .arrow:after{background: #3d7cc9;width: 80px;    right: -90px;}

.sec-title-dark h1 {font-family: 'Encode Sans Semi Condensed', sans-serif;font-weight: 400;font-size: 4.8rem;color: #002e6d;margin: 0 0 18px 0;line-height: 1.2;margin-left: -5px;margin-bottom: 28px;}
.cover-box:after {
    position: absolute;
    content: '';
    background: rgba(0, 82, 107, 0.6);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    outline: none !important; transition: all 0.5s ease-in-out 0s; -moz-transition: all 0.5s ease-in-out 0s; -ms-transition: all 0.5s ease-in-out 0s; -o-transition: all 0.5s ease-in-out 0s; -webkit-transition: all 0.5s ease-in-out 0s; text-decoration: none !important;
}
.cover-box:hover:after{opacity: 1;visibility: visible;}
/*service css end here*/

.doctors{padding: 112px 0 10px 0;}
.doctors-detail .welcome-cover{padding-left:110px;}
.doctors-detail .welcome-wrap{padding-top: 62px;}
.doctors-detail .welcome-cover:before{background: none;}
.doctors-detail .welcome-cover h2{position: relative;margin-bottom: 24px;}
.doctors-detail .welcome-cover h2:after {position: absolute;content: '';width: 63px;height: 27px;left: -87px;
    background-size: 100%;top: 20px;}
.doctors-detail .welcome-cover .read-more{margin-top: -7px;}
.doctors-detail figure img{width: 100%;}
.doctors-detail:first-child{padding-right: 60px;}
.doctors-detail:last-child{padding-left: 60px;}
.pipe {
    position: absolute;
    right: -3px;
    top: 0px;
    width: 7px;
    background-color: #f7f7f7;
    height: 0px;
}
.pipe-width {
    position: absolute;
    left: 15px;
    bottom: -109px;
    background-color: #f7f7f7;
    height: 7px;
    width: 0;
    transition: all 2s ease-in-out 0s;
}
.pipe-width.onView {
    width: 97.6%;
}



/*style guide css start here*/
.page-body { padding: 30px 0; }
.sec-img-main { padding: 0 0 100% 0; background-size: cover; background-position: center; }
.img-left .sec-img { order: 1; }
.img-text-sec { display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; align-items: center; }
.img-right .sec-img { order: 2; }
.img-right .sec-text { order: 1; }
.img-left .sec-text { order: 2; }
.page-body h1, .page-body h2, .page-body h3, .page-body h4, .page-body h5, .page-body h6 { color: #002e6d; }

/*style guide css end here*/
.inner-page .slider-img {
    height: auto !important;
    padding-top: 33.33%;
    background-position: center center;
}
.inner-page .slider-img.small{
    padding-top: 33.3%;
    min-height: 278px;
}
.gal-img {
    padding: 10px;
}
.more-content{
    margin-top: 5%;
}
.location-map .map-box{
background-image: url('../img/map-img.jpg');
    padding-bottom: 25.5%;
    background-position: center center;
    font-size: 0;
}
.pipe {transition: all 0.5s ease;}
.show-element .pipe {
    height: 100%;
}

/******new css start here*******/
.expendds ul{display: -webkit-flex;display: -moz-flex;display: -ms-flex;display: -o-flex;display: flex;-webkit-flex-wrap: wrap;-moz-flex-wrap: wrap;-ms-flex-wrap: wrap;-o-flex-wrap: wrap;flex-wrap: wrap;margin: 0 -10px;list-style: none;margin:25px 0;}
.expendds ul li{width: 33.33%;padding: 0 10px;margin-bottom: 15px;}
.expendds ul li a{display: block;}
.expendds ul li a:hover{text-decoration: underline !important;}
.ft-contact ul{display: -webkit-flex;display: -moz-flex;display: -ms-flex;display: -o-flex;display: flex;-webkit-flex-wrap: wrap;-moz-flex-wrap: wrap;-ms-flex-wrap: wrap;-o-flex-wrap: wrap;flex-wrap: wrap; margin: 0 -15px;list-style: none;}
.ft-contact ul li{width:25%;padding: 0 15px;text-align: left;}
.ft-contact ul li h2{font-weight: 700;color: #417bbf;font-size:20px;}
.ft-contact ul li h2 a{ color: #417bbf;}
.ft-contact ul li h2.scroll-top-form{    cursor: pointer;}
.ft-contact ul li p{color: #002e6d;}
.ft-contact ul li p a{color: #002e6d; text-decoration: underline !important;}
.ft-contact{ padding:0px 15px 17% 15px; margin-top: 50px;position: relative;}
/*
.ft-contact:before{position: absolute;content: '';right: 100%;top: 0;bottom: 0;background: rgba(0,0,0,0.7);width: 100%;}
.ft-contact:after{position: absolute;content: '';left: 100%;top: 0;bottom: 0;background: rgba(0,0,0,0.7);width: 100%;}
*/
#map{height: 500px;}
.form-cover{display: -webkit-flex;display: -moz-flex;display: -ms-flex;display: -o-flex;display: flex;-webkit-flex-wrap: wrap;-moz-flex-wrap: wrap;-ms-flex-wrap: wrap;-o-flex-wrap: wrap;flex-wrap: wrap;align-items: center;width: 100%;height: 100%;}
.form-cover .cover-title {width: 20%;display: inline-block;vertical-align: top;}
.form-cover .new-wufoo-form{width:80%;    padding-left: 30px;}
.wrap-ready .row{height: 100%;}
.new-wufoo-form iframe{height:355px;padding-top:70px;}
@media (min-width:1200px){
    
    .form-cover .cover-title{    margin-bottom: -30px;}
}