@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');





body {
    font-family: "Manrope", sans-serif;
    overflow-x: hidden;
    background-image: url(../images/black_bg.png);
    background-repeat: repeat-y;
    background-position: center -675px;
}

ul {
	list-style:none;
	padding:0;
	margin:0;
    font-family: "Manrope", sans-serif;
}
html {
      scroll-behavior: smooth;
    }
h1, h2, h3, h4, h5, h6 {
  font-family: "Manrope", sans-serif;
}
p {
    color: #494949;
    padding: 0;
    text-align: left;
    font-size: 14px;
    line-height: 25px;
    margin: 20px 0;
}

a:hover {
	text-decoration:none!important;
}
.container {
    max-width: 1250px!important;
	padding: 0 15px;
	position:relative;
	z-index:99;
}
header {
    width: 100%;
    padding: 0 0;
    z-index: 999;
    position: relative;
}

.logo_bar {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
	position: relative;
}
.logo_wrapper {
    display: flex;
    flex-wrap: wrap;
}
.logo_wrapper > a {
    display: block;
    margin: 0 20px 0 0;
	padding: 0;
}
.logo_wrapper ul {
    width: 100px;
}
.language_selector {
    background-color: #eee;
    display: block;
    font-size: 11px;
    text-align: center;
    color: #454545;
    line-height: 13px;
    text-transform: uppercase;
    font-weight: 600;
    background-image: url(../images/language.png);
    background-repeat: no-repeat;
    background-position: center 10px;
    background-size: 18px auto;
    padding: 35px 0 20px;
	transition: all 0.8s ease 0s;
}
a.logo-1 img {
    width: 100px;
    display: block;
}
a.logo-2 img {
    width: 90px;
    margin: 20px 0 0;
}
.language_menu {
    position: absolute;
    width: 130px !important;
    right: 0;
    bottom: -59px;
    z-index: 999999 !important;
    background-color: #fff;
    border-radius: 10px 0 10px 10px;
	overflow:hidden;
	display:none;
}
.logo_wrapper li {
    position: relative;
}
.language_menu li a {
    display: block;
    padding: 5px 15px;
    font-size: 13px;
    color: #454545;
}
.language_menu li a:hover {
    background-color: #eee;
}
.logo_wrapper li:hover .language_menu {
    display: block;
}

span.call {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    background-image: url(../images/call.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding: 0 0 0 35px;
    position: relative;
    top: 9px;
    display: block;
    background-size: 25px;
    height: 30px;
	transition: all 0.8s ease 0s;
}
.main_header {
    padding: 0;
}
.main_menu section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
a.logo {
    display: block;
    width: 150px;
    margin: 8px 0 0;
	transition: all 0.8s ease 0s;
}
a.logo img {
    width: 100%;
}
a.logo-1 img, a.logo-2 img {
	transition: all 0.8s ease 0s;
}
.main_header > .container {
    z-index: 9999 !important;
}

.menu_bar {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
}
.menu_bar {
    background-color: #00B48D;
}
.menu_bar .container {
    display: flex;
    justify-content: space-between;
}
section#sidebar {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.toggle_switch {
    float: right;
    height: 25px;
	display:none;
}
.toggle_switch span {
    width: 40px;
    height: 4px;
    display: block;
    background-color: #21202b;
    border-radius: 25px;
    position: relative;
}
.toggle_switch span:before {
    content: "";
    width: 30px;
    height: 4px;
    display: block;
    background-color: #21202b;
    border-radius: 25px;
    position: absolute;
    right: 0;
    top: 10px;
}
.toggle_switch span:after {
    content: "";
    width: 40px;
    height: 4px;
    display: block;
    background-color: #21202b;
    border-radius: 25px;
    position: absolute;
    right: 0;
    top: 20px;
}

.main_header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
}
.main_header.sticky a.logo {
    width: 110px;
}
.main_header.sticky a.logo-1 img {
    width: 75px;
}
.main_header.sticky a.logo-2 img {
    width: 65px;
    margin: 15px 0 0;
}
.main_header.sticky .language_selector {
    font-size: 10px;
    line-height: 14px;
    background-position: center 5px;
    background-size: 12px auto;
    padding: 24px 0 10px;
}
.main_header.sticky section#sidebar ul li a {
    padding: 10px 0;
    font-size: 12px;
}
.main_header.sticky span.call {
    font-size: 16px;
    padding: 0 0 0 25px;
    top: 7px;
    background-size: 20px;
    height: 26px;
}

section#sidebar ul {
    display: flex;
    flex-wrap: wrap;
}
section#sidebar ul li {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0 30px 0 0;
    position: relative;
}
section#sidebar ul li a {
    color: #fff;
    display: block;
    padding: 15px 0;
	transition: all 0.8s ease 0s;
}
ul.sub_menu {
    position: absolute;
    width: 200px;
    background-color: #008165;
    border-radius: 0 0 10px 10px;
    display: none!important;
	overflow:hidden;
}
ul.sub_menu li {
	width: 100%;
}
ul.sub_menu li a {
    padding: 10px 15px!important;
    display: block;
}
section#sidebar ul li:hover ul.sub_menu {
	display:block!important;
}
ul.sub_menu li:hover a {
	background-color: #00B48D;
	transition: all 0.8s ease 0s;
}











.banner_wrapper {
    padding: 40px 0;
    background-image: url(../images/banner.png);
    height: 600px;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.banner_wrapper:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}
.banner_wrapper .container {
    height: 100%;
    display: flex;
    align-items: end;
}
.banner_wrapper article {
    max-width: 100%;
    margin: 0;
    text-align: left;
}
.banner_wrapper h1 {
    font-size: 40px;
    color: #fff;
    letter-spacing: -1px;
}




.welcome_wrapper {
    padding: 40px 0;
}
.welcome_wrapper article {
    margin: 0 auto;
    text-align: left;
}
.welcome_wrapper h2 {
    font-size: 48px;
    font-weight: 700;
    line-height: 48px;
}
.welcome_wrapper h2 span {
    color: #0074FF;
}
.welcome_wrapper article p {
    color: #494949;
    padding: 0;
    text-align: left;
    font-size: 14px;
    line-height: 25px;
    margin: 40px 0;
}
.welcome_wrapper article a {
    display: block;
    background: linear-gradient(135deg, rgba(0, 180, 141, 1) 0%, rgba(0, 116, 255, 1) 100%);
    color: #fff;
    font-size: 15px;
    width: 180px;
    text-align: center;
    padding: 12px 20px 12px 0;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    position: relative;
}
.welcome_wrapper article a:after {
    position: absolute;
    right: 23px;
    top: 16px;
    content: "";
    background-image: url(../images/arow.png);
    width: 14px;
    height: 13px;
}
.welcome_wrapper section {
    background-color: #134D92;
    padding: 35px;
    border-radius: 15px;
}
.welcome_wrapper section h5 {
    font-size: 22px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 30px;
}
.welcome_wrapper section li {
    border-bottom: solid 1px rgba(255, 255, 255, 0.4);
}
.welcome_wrapper section li:last-child {
    border-bottom: none;
}
.welcome_wrapper section li a {
    display: block;
    color: #fff;
    font-size: 15px;
    padding: 10px 0;
    background-image: url(../images/arow.png);
    background-repeat: no-repeat;
    background-position: right center;
}





.service_wrapper {
    padding: 40px 0;
    background-image: url(../images/section_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.service_wrapper h2 {
    font-size: 48px;
    font-weight: 700;
    line-height: 60px;
    text-align: center;
    margin: 0 0 65px;
}
.service_wrapper h2 span {
    color: #0074FF;
}
span#green_txt {
    color: #00B48D;
}
.service_wrapper article h4 {
    font-size: 40px;
    color: #fff;
    line-height: 38px;
    font-style: italic;
    margin: 30px 0 20px;
}
.service_wrapper article p {
    color: #fff;
    font-size: 14px;
}
.service_wrapper section {
    position: relative;
    background-color: #fff;
    border-radius: 20px;
    margin: 0 0 30px;
    overflow: hidden;
}
.service_wrapper section img {
    display: block;
    margin: 0 auto;
    width: 100%;
    border-radius: 25px;
}
.service_wrapper section h4 {
    text-align: center;
    font-size: 16px;
    margin: 0;
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    padding: 15px 10px;
}
section#top {
    padding: 0 0 0;
}
section#bottom {
    padding: 0 0 0;
}







.news_wrapper {
    padding: 50px 0;
    background-color: #1D2E43;
}
.news_wrapper h2 {
    font-size: 48px;
    font-weight: 700;
    line-height: 60px;
    text-align: center;
	color: #fff;
    margin: 0 0 65px;
}
.news_wrapper h2 span {
    color: #0074FF;
}
.news_wrapper section img {
    border-radius: 10px;
    width: 100%;
}
.news_wrapper section h4 {
    color: #fff;
    font-size: 20px;
    margin: 20px 85px 15px 0;
}
.welcome_wrapper article p {
    color: #494949;
    padding: 0;
    text-align: justify;
    font-size: 14px;
    line-height: 24px;
    margin: 25px 0;
}
.news_wrapper section p {
    color: #D0D0D0;
    font-size: 14px;
}























.testimonial_wrapper {
    padding: 50px 0;
}
.testimonial_wrapper h2 {
    font-size: 48px;
    font-weight: 700;
    line-height: 60px;
    margin: 0 0 65px;
}
.testimonial_wrapper h2 span {
    color: #00B48D;
}


.testimonial_wrapper section img {
    width: 100%;
    border-radius: 25px;
}
.testimonial_content article {
    height: 100%;
    margin: 0;
    background-color: #2F8673;
    border-radius: 25px;
    padding: 50px;
}
.testimonial .owl-stage-outer {
    padding: 0;
}
.testimonial section p {
    color: #fff;
    font-size: 14px;
    text-align: justify;
    background-image: url(../images/quote.png);
    background-repeat: no-repeat;
    background-position: left top;
    padding: 45px 0 0;
}
.testimonial h4 {
    font-size: 20px;
    color: #fff;
    margin: 40px 0 0;
}
.testimonial h4 span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin: 5px 0 0;
}
.testimonial {
    position: relative;
}
.testimonial .owl-nav {
    position: absolute;
    top: 0;
    right: 0;
    width: 180px;
    height: 30px;
}
.owl-nav button.owl-next {
    right: 0!important;
    width: 80px;
    background: transparent !important;
    border: solid 1px #fff !important;
}
.owl-nav button.owl-prev {
    left: 0!important;
    width: 80px;
    background: transparent !important;
    border: solid 1px #fff !important;
}
button.owl-next span {
    background-image: url(../images/right.png);
    width: 26px !important;
    height: 15px !important;
    display: block !important;
    right: 0 !important;
    margin: 0 auto !important;
}
button.owl-prev span {
    background-image: url(../images/right.png);
    width: 26px !important;
    height: 15px !important;
    display: block !important;
    left: 0 !important;
    margin: 0 auto !important;
    transform: rotate(180deg);
}








footer {
    background: #181818;
    padding: 0;
}
.footer_top {
    padding: 40px 0;
    border-bottom: solid 1px rgba(255, 255, 255, 0.3);
}
.footer_top h3 {
    color: #fff;
    font-size: 35px;
    margin: 0 0 25px;
}
.footer_top p {
    color: #DCDCDC;
    font-size: 14px;
    line-height: 24px;
    padding: 0 150px 0 0;
}
.footer_button {
    display: flex;
    align-items: center;
    justify-content: end;
}
a.about_btn {
    display: block;
	border:solid 1px #fff;
    color: #fff;
    font-size: 15px;
    width: 180px;
    text-align: center;
    padding: 12px 20px 12px 0;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    position: relative;
	margin:0 15px 0 0;
}
a.about_btn:after {
    position: absolute;
    right: 23px;
    top: 16px;
    content: "";
    background-image: url(../images/arow.png);
    width: 14px;
    height: 13px;
}
a.contact_btn {
    display: block;
    background: linear-gradient(135deg, rgba(0, 180, 141, 1) 0%, rgba(0, 116, 255, 1) 100%);
    color: #fff;
    font-size: 15px;
    width: 180px;
    text-align: center;
    padding: 12px 20px 12px 0;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    position: relative;
}
a.contact_btn:after {
    position: absolute;
    right: 23px;
    top: 16px;
    content: "";
    background-image: url(../images/arow.png);
    width: 14px;
    height: 13px;
}
.footer_component {
    padding: 50px 0;
}
.footer_component p {
    margin: 25px 0 0;
    font-size: 14px;
    color: #fff;
    padding: 0 50px 0 0;
}
ul.social_icon {
    display: flex;
    margin: 25px 0 0;
}
ul.social_icon li {
    margin: 0 20px 0 0;
}
ul.social_icon li a {
    display: block;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
}
a.in {
    background-image: url(../images/social_icon1.png);
}
a.tx {
    background-image: url(../images/social_icon2.png);
}
a.fb {
    background-image: url(../images/social_icon3.png);
}
.footer_component h4 {
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    margin: 0 0 50px;
}
ul.quick_links li {
    margin: 12px 0 0;
}
ul.quick_links li a {
    color: #fff;
    font-size: 14px;
    display: block;
}
ul.footer_address li {
    font-size: 14px;
    color: #fff;
    margin: 15px 0 0;
    padding: 0 0 0 40px;
    background-repeat: no-repeat;
    background-position: left 6px;
}
ul.footer_address li span {
    display: block;
    font-weight: 700;
}
.phone {
    background-image: url(../images/phone.png);
}
.email {
    background-image: url(../images/email.png);
}
.location {
    background-image: url(../images/location.png);
}
.copyright {
    padding: 20px 0;
    background-color: #000;
}
.copyright p {
    color: #fff;
    margin: 0;
    text-align: center;
    font-size: 14px;
}

.menu_round {
    display: none;
}















.inner_wrapper {
    padding: 40px 0;
    background-image: url(../images/inner_banner.png);
    height: 330px;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.inner_wrapper:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}
.inner_wrapper .container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.inner_wrapper h1 {
    color: #fff;
    font-weight: 700;
    font-size: 48px;
}
.video_wrapper video {
    background: none !important;
}
#myVideo {
        width: 100%;
        height: 100%;
        object-fit: cover; /* Makes sure the video fills the same area as the poster */
        position: absolute;
        top: 0;
        left: 0;
 }
 .video_container {
    padding: 50px 0;
    background-color: #F2F8FF;
}
.video-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 10px;
    margin: 0 0 15px;
}
.video_container section {
    padding: 10px;
    background-color: #fff;
    border-radius: 15px;
    margin: 10px 0;
}
.video_container section h5 {
    text-align: center;
    font-size: 18px;
    padding: 0 15px;
}












.tracker_wrapper {
    background-color: #F2F8FF;
    padding: 50px 0;
}
.wizard-step { display: none; }
        .wizard-step.active { display: block; }
        .wizard-step.completed { background-color: #d3ffd3; }
.wizard-nav {
    display: flex;
    justify-content: space-around;
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 10px;
}
.step_header.active {
            background-color: #0074FF;
            color: white;
}
.step_header {
    width: 33.3333%;
    padding: 15px;
    border-top: solid 1px #CFD6DC;
    border-bottom: solid 1px #CFD6DC;
}
.wizard_step {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.wizard_step h5 {
    width: 40px;
    height: 40px;
    border: solid 2px #CFD6DC;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #ABB7C2;
    font-weight: 700;
	margin:0;
}
.wizard_step h3 {
    font-size: 16px;
    font-weight: 700;
    color: #ABB7C2;
    margin: 0 0 0 10px;
}
.wizard_step h3 span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin: 4px 0 0;
}
.step_header:first-child {
    border-right: solid 1px #CFD6DC;
	border-radius: 10px 0 0 10px;
}
.step_header:last-child {
    border-right: solid 1px #CFD6DC;
	border-radius: 0 10px 10px 0;
}
.step_header.active {
    border: none;
}
.step_header.active .wizard_step h5 {
    border: solid 2px #fff;
    color: #fff;
}
.step_header.active h3 {
    color: #fff;
}
.step_header.active h3 span {
    color: #fff;
	opacity: 0.7;
}
.step_header:nth-child(2) {
    border-right: solid 1px #CFD6DC;
}
.step_header.completed {
    background-color: #e8ecf1;
}
.step_header.completed h5 {
    background-color: #0074FF;
    border: none;
    font-size: 0;
    background-image: url("../images/check.png");
    background-repeat: no-repeat;
    background-position: center;
}
.step_header.completed h3 {
	color:#0D0B26;
}
.step_header.completed h3 span {
	color:#8795A1;
}
.step_header.completed:nth-child(2) {
    border-left: solid 1px #CFD6DC;
}
div#wizard {
    background-color: #fff;
    padding: 30px;
    border-radius: 20px;
}
.wizard-step h2 {
    font-size: 22px;
}
.wizard-step p {
    font-size: 14px;
}
.wizard-step section {
    background-color: #FAFAFA;
    padding: 30px;
    border-radius: 10px;
    border: solid 1px #D6E0E4;
    margin: 20px 0 0;
}
.wizard-step section h4 {
    color: #003049;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    padding: 0 0 15px 15px;
}
.wizard-step section h4 span {
    font-size: 24px;
    position: relative;
    left: -10px;
}
.wizard-step section .form-check {
    margin: 10px 0 0 40px;
}
.wizard-step section .form-check label {
    font-size: 14px;
    color: #5B5B66;
}
.wizard_navigation {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 25px 0 0;
}
.wizard_btn {
    background-color: #000;
    border: none;
    color: #fff;
    font-size: 14px;
    padding: 10px 10px;
    width: 110px;
    text-align: center;
    border-radius: 40px;
}
button#nextBtn {
    background-image: url(../images/right.png);
    background-repeat: no-repeat;
    background-position: 68px center;
    background-size: 18px auto;
    text-align: left;
    padding: 10px 10px 10px 31px;
}
button#prevBtn {
    background-image: url(../images/left.png);
    background-repeat: no-repeat;
    background-position: 14px center;
    background-size: 18px auto;
    text-align: left;
    padding: 10px 10px 10px 40px;
}
.score_board section span {
    display: block;
    width: 140px;
    text-align: center;
    padding: 7px 0;
    font-size: 14px;
    border-radius: 30px;
    color: #fff;
    font-weight: 600;
    margin: 15px auto;
}
section#risk span {
    background-color: #cc0500;
}
section#moderate span {
    background-color: #ff8227;
}
section#healthy span {
    background-color: #47b331;
}
.score_board section h5 {
    text-align: center;
}
.score_board section h5, .score_board section p {
    text-align: center;
}
.score_box {
    text-align: center !important;
    max-width: 460px;
    margin: 0 auto 10px;
    padding: 15px 20px;
    border: solid 1px #ddd;
    border-radius: 10px;
}
.score_board section {
    background-color: #FAFAFA;
    padding: 30px;
    border-radius: 10px;
    border: solid 1px #D6E0E4;
    margin: 20px 0 0;
    min-height: 220px;
}
.score {
    width: 170px;
    padding: 20px 0;
    text-align: center;
    background-color: #0074FF;
    border-radius: 15px;
    margin: 0 auto;
}
.score h6 {
    margin: 0;
    font-size: 45px;
    color: #fff;
}
.score_finish {
    background-color: #47b331;
    max-width: 800px;
    border-radius: 10px;
    margin: 0 auto;
    padding: 30px;
}
.score_finish p {
    color: #fff;
    margin: 0;
    text-align: center;
}

.wizard_content_title {
    display: none;
}








 .login_wrapper {
    padding: 50px 0;
    background-color: #F2F8FF;
}
.login_wrapper section {
    max-width: 580px;
    margin: 0 auto;
}
 .login_wrapper section article {
    background-color: #fff;
    border-radius: 25px;
    padding: 35px;
}
.login_wrapper section article h4 {
    font-size: 24px;
    font-weight: 700;
    color: #141414;
    text-align: center;
    margin: 0 0 40px;
}
.login_field {
    margin: 0 0 20px;
}
.login_field label {
    display: block;
    margin: 0 0 5px;
    font-size: 14px;
    font-weight: 600;
    color: #344054;
}
.login_field input {
    height: 45px;
    width: 100%;
    border: solid 1px #D0D5DD;
    border-radius: 5px;
    font-size: 14px;
    padding: 0 15px;
}
 .login_wrapper section article .form-check {
    text-align: left;
}
 .login_wrapper .form-check label {
    color: #344054;
    font-weight: 400;
    font-size: 14px;
}
a.login_btn {
    display: block;
    margin: 20px 0 0;
    text-align: center;
    padding: 12px 0;
    background-color: #0074FF;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
}





.innerpage_container {
	padding: 50px 0;
    background-color: #F2F8FF;
}
.innerpage_container img {
    width: 100%;
}
.about_content {
    margin: 0;
    background-color: #fff;
    border-radius: 15px;
    overflow: hidden;
}
.about_content section {
    padding: 0;
}
.about_content p {
    margin: 0;
    padding: 25px 30px;
    font-size: 14px;
    line-height: 23px;
    text-align: justify;
}


.vision_mission {
    padding: 50px 0;
}
.vision_mission section {
    padding: 45px;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 260px;
}
.vision_mission section h3 {
    color: #fff;
}
.vision_mission section p {
    color: #ffffffa6;
    margin: 0;
    text-align: justify;
}
section.vision_wrapper {
    background-color: #2F8673;
}
section.mission_wrapper {
    background-color: #134D92;
}
.doctor_profile h1 {
    margin: 45px 0 0px;
    text-align: center;
}
.doctor_profile section {
    background-color: #fff;
    border-radius: 15px;
    overflow: hidden;
    margin: 30px 0 0;
}
.doctor_description {
    padding: 30px;
    min-height: 530px;
}
.doctor_description h4 {
    text-align: center;
}
.doctor_description h4 small {
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin: 10px 0;
}
.doctor_description h4 span {
    display: inline-block;
    font-size: 14px;
    background-color: #134D92;
    color: #fff;
    padding: 10px 15px;
    border-radius: 10px;
	    margin: 10px 0 0;
}
.doctor_description p {
    text-align: justify;
    line-height: 22px;
}

article.main_doctor .row {
    margin: 0;
}
article.main_doctor .col-12.col-sm-6.col-md-4.col-lg-4, article.main_doctor .col-12.col-sm-6.col-md-8.col-lg-8 {
    padding: 0;
}
article.main_doctor {
    background-color: #fff;
    border-radius: 15px;
    overflow: hidden;
    max-width: 1070px;
    margin: 40px auto 0;
    padding: 0 0 0 30px;
}
.main_doctor .doctor_description {
    min-height: 380px;
}
.featured_content p {
    padding: 0;
}

.featured_content section {
    padding: 40px;
    display: flex;
    flex-wrap: wrap;
}
section.to-knowmore {
    padding: 5px 20px 35px;
}
.featured_content section h5 {
    margin: 30px 0 0;
}
.featured_content section ul {
    margin: 15px 0 0;
}
.featured_content section li {
    margin: 10px 0 0;
    font-size: 14px;
    line-height: 23px;
    padding: 0 0 0 26px;
    background-image: url(../images/tick.png);
    background-repeat: no-repeat;
    background-position: left 5px;
    background-size: 16px;
	    text-align: justify;
}
.featured_content p {
    padding: 0;
    margin: 15px 0 0;
}

.featured_content section h6 {
    margin: 40px 0 0;
}
.featured_content article {
    padding: 0 15px;
    margin: 30px 0 0;
    width: 50%;
}

section.knowmore-details article {
    padding: 20px;
    border: solid 1px #ddd;
    width: 100%;
    margin: 0;
}
button.btn-logout {
    color: #fff;
    display: block;
    padding: 15px 0;
    transition: all 0.8s ease 0s;
    border: none;
    background: transparent;
}
.main_header.sticky button.btn-logout {
    padding: 10px 0;
    font-size: 12px;
}

.grid_cont {
    border: solid 1px #ddd;
    padding: 20px;
    min-height: 430px;
}
.grid_cont h4 {
    margin: 15px 0 0;
}
.featured_content article h5 {
    margin: 0;
}
.featured_content article h6 {
    margin: 0;
}
.space {
    width: 100%;
    height: 25px;
}












.gallery_content article {
    margin: 10px 0;
}
.gallery_content article a {
    display: block;
    width: 100%;
    height: 200px;
    overflow: hidden;
    border: solid 5px #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    border-radius: 14px;
}
.gallery_content article img {
    width: 100%;
}
.gallery_content section {
    margin: 35px 0 60px;
}
.gallery_content section h3 {
    display: flex;
    justify-content: center;
}

.gallery_content section h3 span {
    display: inline-block;
    padding: 5px 25px;
    background-color: #134D92;
    color: #fff;
    border-radius: 30px;
}


.video-wrapper img {
    width: 100%;
}
.video_container section a {
    display: block;
    margin: 0 0 25px;
}

body.content-ml .banner_wrapper h1 {
    font-size: 50px;
}
@media (min-width:250px) and (max-width: 1500px) {

}



@media (min-width:250px) and (max-width: 1300px) {

}


@media (min-width:250px) and (max-width: 1200px) {

}



@media (min-width:250px) and (max-width: 1100px) {

}



@media (min-width:250px) and (max-width: 1024px) {
.welcome_wrapper h2, .service_wrapper h2, .news_wrapper h2, .testimonial_wrapper h2 {
    font-size: 36px;
    line-height: 40px;
}
}

@media (min-width:250px) and (max-width: 991px) {
section#sidebar ul li {
    margin: 0 20px 0 0;
}
span.call {
    font-size: 17px;
    padding: 0 0 0 22px;
    background-size: 20px;
    height: 30px;
}
.service_wrapper section h4 {
    font-size: 15px;
    padding: 0;
}
.footer_top p {
    padding: 0;
}
.wizard_step {
    display: block;
}
.wizard_step h5 {
    margin: 0 0 15px;
}
.wizard_step h3 {
    margin: 0;
}
}


@media (min-width:250px) and (max-width: 850px) {
span.call {
    display: none;
}
section#sidebar {
    justify-content: center;
}
section#sidebar ul {
    justify-content: center;
}
}


@media (min-width:250px) and (max-width: 767px) {
    #sidebar {
        position: fixed;
        width: 100%;
        height: 100%;
        background-color: #222;
        right: -100%;
        transition: all 500msease;
                top: 105px;
    }
#sidebar.active {
	right: 0;
}

section#sidebar ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: block;
	        width: 100%;
}

#sidebar ul li {
	padding: 0px;
	color: #e3e3e3;
	font-family: "segoe ui";
	border-bottom: 1px solid rgba(100, 100, 100, 0.3);
	margin: 0!important;
}
section#sidebar ul li a {
    padding: 15px 15px;
}
.menu_round.btn-toggle {
        position: relative;
        left: 0;
        top: 0;
        z-index: 999999;
        display: block;
        width: 35px;
    }
.menu_round.btn-toggle img {
	width:100%;
}
.menu_bar {
    position: relative;
	padding: 5px 0;
}
#sidebar .btn-toggle span {
	background: #151719;
	width: 30px;
	height: 5px;
	display:block;
	margin: 5px 0;
}
span.call {
   display: block;
   top: 3px;
}
ul.sub_menu {
        position: relative;
        width: 200px;
        background-color: #008165;
        border-radius: 0;
        display: none;
        overflow: hidden;
    }
section#sidebar ul li:hover ul.sub_menu {
	display:block!important;
}
.banner_wrapper {
    height: 360px;
    background-size: cover;
}
.banner_wrapper .container {
    justify-content: center;
}
.banner_wrapper h1 {
    font-size: 30px;
    text-align: center;
}
body.content-ml .banner_wrapper h1 {
    font-size: 35px;
}
ul.social_icon {
    justify-content: center;
}
.welcome_wrapper section {
    padding: 25px;
    margin: 25px 0 0;
}
.welcome_wrapper article p {
    text-align: justify;
    margin: 30px 0;
}
.welcome_wrapper h2, .service_wrapper h2, .news_wrapper h2, .testimonial_wrapper h2 {
        font-size: 30px;
        line-height: 35px;
}
.welcome_wrapper article a {
        font-size: 13px;
        width: 165px;
        padding: 12px 20px 12px 0;
        margin: 0 auto;
    }
.welcome_wrapper article a:after {
    top: 15px;
}
.welcome_wrapper section h5 {
    font-size: 20px;
}
.welcome_wrapper section li a {
    font-size: 14px;
}
.welcome_wrapper h2 {
    text-align: center;
}
.news_wrapper section h4 {
    font-size: 16px;
    margin: 20px 0 5px 0;
}
.news_wrapper section {
    margin: 15px 0;
}
.testimonial_wrapper h2 {
    text-align: center;
	margin: 0 0 35px;
}
.testimonial_content article {
    margin: 20px 0 0;
}
.footer_top h3 {
    font-size: 25px;
    text-align: center;
}
.footer_top p {
    padding: 0 20px;
    text-align: center;
}
a.about_btn, a.contact_btn {
    font-size: 14px;
}
.footer_button {
    justify-content: center;
}
a.footer_logo {
    width: 130px;
    display: block;
    margin: 0 auto;
}
a.footer_logo img {
    width: 100%;
}
.footer_component p {
    padding: 0 20px;
    text-align: center;
}
.footer_component h4 {
    text-align: center;
}
footer ul.social_icon {
    margin: 25px 0 50px;
}
ul.quick_links {
    text-align: center;
    margin: 0 0 30px;
}
.footer_component h4 {
    padding: 20px 0 0;
    border-top: solid 1px rgba(255, 255, 255, 0.5);
}
ul.footer_address {
    max-width: 250px;
    margin: 0 auto;
}
.wizard_step h3 {
    display: none;
}
.wizard_content_title {
    display: block;
    text-align: center;
}
.wizard_step h5 {
    margin: 0 auto !important;
}
}








@media (min-width:250px) and (max-width: 620px) {
a.logo-1 img, .main_header.sticky a.logo-1 img {
    width: 70px;
    display: block;
}
a.logo-2 img, .main_header.sticky a.logo-2 img  {
    width: 60px;
    margin: 13px 0 0;
}
.language_selector, .main_header.sticky .language_selector {
    background-color: #eee;
    display: block;
    font-size: 11px;
    text-align: left;
    color: #454545;
    line-height: 13px;
    text-transform: uppercase;
    font-weight: 600;
    background-image: url(../images/language.png);
    background-repeat: no-repeat;
    background-position: 8px 10px;
    background-size: 13px auto;
    padding: 5px 0 6px 27px;
    transition: all 0.8sease 0s;
    margin: 15px 0 0;
}
a.logo, .main_header.sticky a.logo {
    width: 120px;
}
}





@media (min-width:250px) and (max-width: 576px) {
    .banner_wrapper {
        height: 260px;
        background-size: cover;
    }	
}




@media (min-width:250px) and (max-width: 450px) {
a.logo-1, a.logo-2 {
    display: none;
}	
}

