@font-face {
    font-family: Roboto, sans-serif;
    src: url('../font/Roboto-Black.woff2') format('woff2'),
        url('../font/Roboto-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Roboto, sans-serif;
    src: url('../font/Roboto-Bold.woff2') format('woff2'),
        url('../font/Roboto-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Roboto, sans-serif;
    src: url('../font/Roboto-BlackItalic.woff2') format('woff2'),
        url('../font/Roboto-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: Roboto, sans-serif;
    src: url('../font/Roboto-BoldItalic.woff2') format('woff2'),
        url('../font/Roboto-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: Roboto, sans-serif;
    src: url('../font/Roboto-Italic.woff2') format('woff2'),
        url('../font/Roboto-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: Roboto, sans-serif;
    src: url('../font/Roboto-Light.woff2') format('woff2'),
        url('../font/Roboto-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Roboto, sans-serif;
    src: url('../font/Roboto-LightItalic.woff2') format('woff2'),
        url('../font/Roboto-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: Roboto, sans-serif;
    src: url('../font/Roboto-Medium.woff2') format('woff2'),
        url('../font/Roboto-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Roboto, sans-serif;
    src: url('../font/Roboto-MediumItalic.woff2') format('woff2'),
        url('../font/Roboto-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: Roboto, sans-serif;
    src: url('../font/Roboto-Regular.woff2') format('woff2'),
        url('../font/Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Roboto, sans-serif;
    src: url('../font/Roboto-Thin.woff2') format('woff2'),
        url('../font/Roboto-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Roboto, sans-serif;
    src: url('../font/Roboto-ThinItalic.woff2') format('woff2'),
        url('../font/Roboto-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}


.stepboxes .slick-slide>div, body, html { height: 100% }
.bannerWrap .col12, .contactformWrap>.col12, .container, .formBox, .header, .spaceBottom, .spaceTop, .upload-btn-wrapper { position: relative }
.bannerWrap, .contactformWrap { background-repeat: no-repeat; background-size: cover }
.menu>li>a, .secHeader header, .text-center { text-align: center }
.menu>li li:hover>ul, .menu>li:hover>ul { visibility: visible; opacity: 1; animation: .3s pull-up; z-index: 90 }
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline }
body, html, input[type=submit] { font-family: Roboto, sans-serif }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block }
body { min-width: 300px }
ol, ul { list-style: none }
table { border-collapse: collapse; border-spacing: 0 }
:root { --primary: #085994; --secondary: #37af15; --hover: #025a80; --gray: #555; --darkgray: #222 }
body, html { font-size: 18px !important; line-height: 1.6em; font-weight: 400; color: #222; -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: 100% }
a, a:visited { text-decoration: none; outline: 0; -webkit-transition: .3s; -moz-transition: .3s; -o-transition: .3s; transition: .3s }
p a, p a:visited { line-height: inherit }
li { line-height: 1.4em }
h1, h2, h3, h4, h5, h6, strong { font-weight: 700 }
em { font-style: italic }
small { font-size: 85% }
img { vertical-align: top; max-width: 100%; height: auto }
*, :after, :before { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box }
main { flex: 1 0 auto }
.no-touch a[href^="tel:"], .noLink { pointer-events: none; cursor: text }
.container { margin: 0 auto; padding: 0; width: 96%; max-width: 1100px; z-index: 1 }
.col12 { width: 48% }
.col23 { width: 65.333% }
.col13 { width: 30.666% }
.col40 { width: 40% }
.col50 { width: 50% }
.col60 { width: 60% }
.row { display: -ms-flexbox; display: -webkit-flex; display: flex; -ms-flex: 0 1 auto; -webkit-flex: 0 1 auto; flex: 0 1 auto; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap }
.nowrap { -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap }
.row-reverse { -webkit-flex-direction: row-reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse }
.itemcenter { align-items: center }
.justify { -webkit-justify-content: space-between; -ms-justify-content: space-between; justify-content: space-between }
.contentcenter { -webkit-justify-content: center; -ms-justify-content: center; justify-content: center }
.smallwrap { margin: 0 auto; max-width: 900px }
.spaceTop { padding-top: 60px }
.spaceBottom { padding-bottom: 60px }
.spaceWrap { padding-top: 30px; padding-bottom: 30px }
.header { width: 100%; z-index: 11 }
.logo { padding: 10px 0 }
.toplinks>a { padding-left: 15px; padding-right: 15px; color: #000; font-weight: 500; font-size: .9em; line-height: 1 }
.menu li.active li.active li.active>a, .menu li.active li.active>a, .menu li:hover li:hover>a, .menu li:hover li>a:hover, .menu ul li:hover li:hover>a:hover, .menu>li.active>a, .menu>li:hover>a, .toplinks>a i { color: var(--primary) }
.toplinks>a:first-child { border-right: 1px solid #676767 }
.bannerWrap { background-image: url(../images/bannerbg.jpg) }
.factsWrap, .hospitalsWrap { background-image: url(../images/dot-pattern.png) }
.bannerWrap .col12:first-child { color: #fff }
.bannerWrap.editor h2 { font-size: 2em; margin-top: 0 }
.bannerWrap .offer { max-width: 200px; margin-bottom: 20px; line-height: 1.3 }
.bannerWrap .offer span { background-color: #f0d56a; color: #000; padding: 10px; border-radius: 5px; font-weight: 500; margin-right: 10px }
.bannerWrap.editor ul.bnrList { margin-left: 0; margin-bottom: 25px }
.bannerWrap.editor ul.bnrList li { list-style: none; padding-left: 0; margin-left: 0 }
.bannerWrap.editor ul.bnrList li i { display: inline-block; margin-right: 5px }
.bannerWrap .ladyImg { position: absolute; bottom: -60px; left: -30%; max-width: 400px; -webkit-transition: .3s; -moz-transition: .3s; transition: .3s }
.formBox { background-color: #fff; border-radius: 10px; padding: 34px; max-width: 380px; margin: 0 0 0 auto; z-index: 1 }
.formBox.editor h3 { margin-top: 0 }
.err {
    color: #f00;
    font-size: 14px;
}
input[type=email], input[type=tel], input[type=number], input[type=text], input[type=text]:focus, select, textarea { width: 100%; border: 1px solid #9c9c9c; border-radius: 5px; background-color: #fff; padding: 10px; margin-bottom: 10px; color: #4b4b4b; font-family: Roboto, sans-serif; resize: none }
input[type=submit] { color: #fff; text-transform: uppercase; font-weight: 700; background-color: var(--secondary); border-radius: 5px; width: 100%; border: 0; padding: 10px; font-size: .9em; cursor: pointer }
.upload-btn-wrapper { overflow: hidden; display: inline-block; width: 100%; margin-bottom: 10px }
.filebtn { width: 100%; border: 1px solid #9c9c9c; color: gray; background-color: #fff; padding: 8px 15px; text-align: left; border-radius: 5px }
.upload-btn-wrapper input[type=file] { position: absolute; left: 0; top: 0; opacity: 0; width: 100%; padding: 5px 4px; z-index: 1 }
.menu>li:after, .menu>li>ul { opacity: 0; z-index: -1; left: 0 }
.upload-btn-wrapper i { position: absolute; color: #9c9c9c; right: 10px; top: 10px }
.factsWrap { border-bottom: 1px solid #dee6ed }
.factsWrap .icon { display: inline-block; background-color: var(--primary); padding: 16px; margin: 0 auto; border-radius: 50%; box-shadow: 0 5px #b4cddf }
.secHeader.editor h2 { font-size: 1.8em; margin-top: 0 }
.secHeader header { max-width: 600px; margin: 0 auto }
.factsWrap.editor h3 { margin-top: 25px; margin-bottom: 10px; font-size: 2em; font-weight: 400 }
.factsWrap>.container>article { border-right: 1px solid #adb9c3; width: calc(25% - 2px); padding: 10px; margin-top: 20px }
.factsWrap>.container>article:first-child { border-left: 1px solid #adb9c3 }
.videoWrap.editor .btn { margin-top: 50px }
.footer .contactInfo, .videoWrap .col12 img { width: 100% }
.bgcolor { background-color: #f3f8fc }
.cancerboxWrap .boxes, .howitworkWrap .stepboxes { padding-top: 50px; padding-bottom: 50px }
.stepboxes .slick-track { display: flex }
.stepboxes .slick-slide { height: auto; padding: 0 15px 34px }
.howitworkWrap .stepboxes .box { padding: 25px 25px 40px; border-radius: 10px; background-color: #fff; border: 1px solid var(--primary); box-shadow: 5px 0 var(--primary); position: relative; min-height: 100% }
.howitworkWrap .stepboxes .box .icon, .howitworkWrap .stepboxes .box>span { border-radius: 50%; display: inline-block; background-color: var(--primary); padding: 10px }
.howitworkWrap .stepboxes .box:after { content: ''; position: absolute; top: 0; bottom: 0; right: -16px; width: 0; height: 0; margin: auto; border-width: 12px 0 12px 12px; border-color: transparent transparent transparent var(--primary); border-style: solid }
.howitworkWrap .stepboxes .box>span { font-weight: 500; font-size: 1.2em; color: #fff; width: 42px; height: 42px; margin-bottom: 20px }
.howitworkWrap .stepboxes .box .icon { position: absolute; bottom: -30px; margin: 0 auto; left: 0; right: 0; width: 60px; height: 60px; box-shadow: 0 5px #b4cddf }
.cancerboxWrap { background-color: var(--primary); color: #fff; overflow: hidden }
.cancerboxWrap:after { content: ''; position: absolute; background-image: url(../images/hand-ribbon.webp); background-repeat: no-repeat; background-size: 100%; bottom: 0; right: -200px; width: 450px; height: 380px; opacity: .9 }
.cancerboxWrap .boxes>article { width: calc(24% - 10px); padding: 25px; border-radius: 10px; background-color: #fff; position: relative; color: #222 }
.cancerboxWrap .boxes>article:not(:last-child) { margin-right: 10px }
.cancerboxWrap.editor .boxes>article strong { font-size: 1.1em }
.cancerboxWrap.editor .boxes>article span { color: #717171 }
.cancerboxWrap.editor .boxes>article h4 { margin: 0; color: var(--primary); font-size: 1.5em; letter-spacing: 1px }
.cancerboxWrap.editor .btn a:hover { background-color: #fff; color: var(--primary) }
.expertsWrap.secHeader header { max-width: 650px }
.countriesWrap .countryflags .itembox, .countryflags .itembox, .expertboxes .itembox, .hospitalsboxes .itembox { padding: 10px }
.expertboxes .itembox>div { background-color: #fff; padding: 30px; border-radius: 10px; border: 1px solid var(--primary) }
.expertboxes .itembox strong { display: block; color: #222 }
.expertboxes .itembox span { color: #7e7e7e; line-height: 1.3; display: inline-block; }
.expertboxes .itembox .photo { width: 180px; height: 180px; margin: 20px auto; border-radius: 50%; overflow: hidden }
.expertboxes .itembox img { height: 100%; width: 100%; }
.editor .expertboxes .itembox .btn a { background-color: transparent; color: var(--primary); border: 1px solid var(--primary); margin-top: 15px }
.btn a:hover, .editor .btn a:hover, .editor .expertboxes .itembox .btn a:hover { background-color: var(--primary); color: #fff }
.countriesWrap .countryflags .itembox strong, .countriesWrap .flagsDesk strong { display: block; font-weight: 400; padding: 15px 0 }
.hospitalsboxes .itembox { padding: 10px; line-height: 1; font-size: .9em }
.hospitalsboxes .itembox img { border-radius: 10px; margin-bottom: 10px; width: 100%; height: 150px; max-width: 300px; }
.storiesBoxes>.col12:first-child>article img { margin-top: 10px; margin-bottom: 10px }
.storiesWrap .testimonials>article { border: 1px solid var(--primary); border-radius: 10px; position: relative; padding: 7px !important }
.storiesWrap .testimonials>article:not(:last-child) { margin-bottom: 30px }
.storiesWrap .testimonials>article:before { content: ''; position: absolute; width: 41px; height: 33px; background-image: url(../images/icon-quote.png); background-repeat: no-repeat; right: 30px; top: -17px }
.storiesWrap .testimonials>article img { width: 95px; height: 95px; border-radius: 50%; margin-right: 20px; margin-left: 5px; }
.storiesWrap .testimonials>article span strong { display: block; margin-top: 10px }
.contactformWrap {background-image: url(../images/bannerbg.jpg);max-width: 800px;margin: 0 auto;padding: 40px;border-radius: 10px;overflow: hidden;align-items: center;}
.contactformWrap>.col12>.textarea { color: #fff; max-width: 250px; font-size: 1.1em }
.contactformWrap>.col12 .hands { position: absolute; bottom: -40px; left: -40px }
.countriesWrap>div img { border-radius: 8px; border: 1px solid #e5e5e5; margin: 0 auto; }
.countriesWrap>div small { display: block; margin-top: 15px; margin-bottom: 15px }
.countriesWrap .countryflags { display: none }
.slicknext, .slickprev { position: absolute; top: 50%; width: 34px; height: 34px; padding: 6px; -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%); cursor: pointer; background-color: #fff; color: #8b8a8a; border-radius: 50%; border: 1px solid #8b8a8a; font-size: 20px; line-height: 20px; z-index: 2 }
.slickprev { left: -10px }
.slicknext { right: -10px }
.editor .faqs ul.accordion { margin: 0; padding: 0 }
.editor .faqs ul.accordion li { list-style: none; margin-left: 0 }
.faqs .accordion-item { border: 1px solid var(--primary); margin-bottom: 20px; padding: 20px; border-radius: 10px; position: relative; background-color: #fff }
.editor .faqs h3.accordion-thumb { margin: 0 10px 0 0; font-weight: 500; cursor: pointer }
.accordion-thumb::before { content: ""; display: inline-block; height: 7px; width: 7px; margin-right: 1rem; margin-left: .5rem; vertical-align: middle; border-right: 2px solid; border-bottom: 2px solid; transform: rotate(-45deg); transition: transform .2s ease-out; top: 1.4em; right: 10px; position: absolute }
.accordion-panel { margin: 0; padding-top: 12px; padding-right: 20px; display: none }
.accordion-item.is-active .accordion-thumb::before { transform: rotate(45deg) }
.footer { background-color: #022e46; color: #fff; padding-bottom: 30px }
.footer .ft-section { margin-top: 40px; border-bottom: 1px solid #678290 }
.footer .ft-section .col60 { width: 58%; border-right: 1px solid #678290 }
.col60 .col12:first-child { padding-right: 30px }
.footer .ft-section .col60 strong { display: block; margin: 15px 0 }
.footer .col40 { width: 38%; text-align: right }
.footer .contactInfo p { margin-bottom: 5px !important }
.footer .contactInfo i, .footer .contactInfo span { margin-right: 5px }
.footer .copyright { margin-top: 30px }
.footer.editor .ftlinks>a { color: #fff; margin: 0 7px }
.footer.editor .ftlinks>a:hover { color: var(--secondary) }
.footer small { display: block; margin-top: 15px; color: #96a4ac }
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev { z-index: 1; width: 40px; height: 40px; background-color: red; border-radius: 50%; position: absolute; top: 50%; transform: translatey(-50%) }
.owl-carousel .owl-nav button { background-color: red; border: none; padding: 10px 20px; border-radius: 5px; margin: 10px; font-size: 18px; font-weight: 600; transition: .5s; display: inline-flex; align-items: center; justify-content: center; cursor: pointer }
.btn a, .editor .btn a, .menu>li>a { font-weight: 500; position: relative }
.owl-nav button span { font-size: 30px; display: block; width: 40px; height: 40px }
.owl-carousel .owl-nav button.owl-prev { left: 0 }
.owl-carousel .owl-nav button.owl-next { right: 0 }
.owl-carousel .owl-nav { margin: 0 }
h1 { font-size: 2em; line-height: 1.1em; margin-bottom: 20px }
.editor h2 {font-size: 1.9em;line-height: 1.2;margin: 15px 0}
.editor h3 { font-size: 1.25em; margin: 15px 0 }
.editor h4 { font-size: 1.15em; margin: 15px 0 }
.editor h5 { font-size: 1.1em; margin: 25px 0 10px }
.editor h6 { font-size: 1em; margin: 15px 0 }
.editor ol, .editor ul { margin: 15px 0 15px 5px }
.editor ol li, .editor ul li { margin-bottom: 8px; list-style-type: square; padding: 0; margin-left: 20px; display: list-item }
.editor ol li { list-style-type: decimal }
.editor ol ul { margin-top: 10px }
.editor p:not(:last-child) { margin-bottom: 15px }
.btn a, .editor .btn a { padding: 10px 30px; background-color: var(--secondary); color: #fff; display: inline-block; text-decoration: none; line-height: 1.2; border-radius: 5px; text-transform: uppercase; font-size: .9em }
.nav { width: 100%; position: relative }
.nav:after { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; border-top: 1px solid #ccc }
.flex, .menu, .menu>li, .menu>li>a { display: -ms-flexbox; display: -webkit-flex; display: flex }
.menu>li { align-items: center; position: relative; margin: 0 12px }
.menu li a { color: #111; margin: 0; display: block }
.menu>li>a { font-size: .95em; padding: 10px 0; color: #676767 }
.menu>li:after { content: ""; position: absolute; height: 3px; width: 0; right: 0; top: 0; margin: auto; background-color: var(--primary); -webkit-transition: .3s ease-out; transition: .3s ease-out }
.menu>li.active:after, .menu>li:hover:after { opacity: 1; width: 100% }
.menu>li>ul { width: 200px; padding: 0; position: absolute; top: 100%; visibility: hidden; background-color: #fff; -moz-transition: visibility 0s linear .25s; -ms-transition: visibility 0s linear .25s; transition: visibility 0s linear .25s; -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .15); -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, .15); box-shadow: 0 10px 20px rgba(0, 0, 0, .15) }
.menu>li:hover>ul { -webkit-transition: opacity .5s; -moz-transition: opacity .5s; -ms-transition: opacity .5s; transition: opacity .5s }
.menu>li li:hover>ul { left: inherit; right: 100%; top: 0; -webkit-transition: opacity .5s; -moz-transition: opacity .5s; -ms-transition: opacity .5s; transition: opacity .5s }
.menu>li:last-child>ul { left: inherit; right: 0 }
.menu li ul li { width: 100%; padding: 0; position: relative; border-bottom: 1px solid #eae2e5 }
.menu ul li:last-child { border-bottom: none }
.menu li ul li a { display: block; padding: 8px 15px; line-height: 1.3em }
#menu-trigger { display: none; position: relative; z-index: 11; width: 30px; height: 34px; margin-left: 20px; cursor: pointer; right: 0 }
#menu-trigger span, #menu-trigger span:after, #menu-trigger span:before { position: absolute; width: 100%; left: 0; right: 0; height: 3px; background-color: var(--primary); -webkit-transition: .3s; transition: .3s }
#menu-trigger span { top: 50%; margin: -1px auto auto; display: block; font-size: 0px }
#menu-trigger span:after { top: 10px; content: "" }
#menu-trigger span:before { top: -10px; content: "" }
.mobimenu #menu-trigger span { background-color: transparent }
.mobimenu #menu-trigger span:before { -webkit-transform: translateY(0) rotate(45deg); transform: translateY(0) rotate(45deg); top: 0; left: 0 }
.mobimenu #menu-trigger span:after { -webkit-transform: translateY(0) rotate(-45deg); transform: translateY(0) rotate(-45deg); top: 0; left: 0 }
.servicebox article {
    width: 25%;
    padding: 10px;
}
.service-maincon {
    text-align: center;
    background: #eee;
    border-radius: 5px;
    overflow: hidden;
    min-height: 420px;
}

.service-main-content {
    padding: 20px;
}

.service-main-content h4 {
    font-size: 22px;
    margin-bottom: 10px;
}

.service-main-content p {
    line-height: 24px;
    font-size: 16px;
}

.service-main-content p.btn {
    margin-top: 10px;
}
#pointsec article {
    background-color: #315091;
    border-right: 1px solid #000;
    height: 178px;
    padding: 20px 15px;
    width: 16%;
        border-radius: 5px;
}
#whyussec article {
    width: 50%;
}

#whyussec .row {
    align-items: center;
}
#pointsec article .imagebox {
    width: 50px;
    margin: 0 auto;
}

#pointsec article .contentboxtest {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    margin-top: 12px;
}

#pointsec article .contentboxtest span {
    display: block;
    font-size: 18px;
}
#whyussec .right ul {
    margin: 0px;
    list-style: none;
}

#whyussec .right ul li {
    list-style: none;
    display: flex;
    background: #eef3f8;
    margin-bottom: 20px;
}

#whyussec .right ul li .icon {
    background: #2f5194;
    width: 115px;
    height: 115px;
    margin-right: 10px;
    padding: 20px;
}

#whyussec .right ul li h2 {
    font-size: 18px !important;
    color: #2e2e2e;
    font-weight: 300;
    margin: 0;
    padding: 19px 0;
    width: 70%;
    text-align: left;
}

#whyussec .right ul li h2 span {
    display: block;
    font-size: 37px;
    color: #2e2e2e;
    font-weight: 700;
}
#whyussec .right ul li:nth-child(even) {display: flex;flex-direction: row-reverse;}

#whyussec .right ul li:nth-child(even) .icon {
    margin-right: 0px;
    margin-left: 10px;
    background: #69c350;
}

#whyussec .right ul li:nth-child(even) h2 {
    text-align: right;
}

.editor .faqs ul.accordion li .accordion-panel li {
    list-style: circle;
}

.editor .faqs ul.accordion li .accordion-panel ul {
    padding-left: 10px;
}
@media screen and (max-width:1199px) {
  .bannerWrap .ladyImg { left: -40%; bottom: -44px; max-width: 300px }
  .spaceTop { position: relative; padding-top: 44px }
  .spaceBottom { position: relative; padding-bottom: 44px }
  .storiesBoxes>.col12:first-child>article img { max-width: 230px }
}
@media screen and (max-width:1023px) {
  .spaceTop { padding-top: 30px }
  .spaceBottom { padding-bottom: 30px }
  .bannerWrap .ladyImg, .countriesWrap .flagsDesk, .menu>li.active:after, .menu>li.open li.open>a>.arrow:after, .menu>li.open>a>.arrow:after, .menu>li:after, .menu>li:hover:after, .toplinks>a { display: none; }
  .storiesBoxes .col12.testimonials { margin-top: 30px }
  .storiesBoxes>.col12:first-child>article img { width: 49%; max-width: inherit }
  .storiesBoxes .col12 { width: 100% }
  #menu-trigger, .countriesWrap .countryflags, .menu, .mobimenu .nav { display: block }
  .nav { display: none; position: absolute; top: 100%; right: 5px; z-index: 5; background-color: #fff; width: 260px; border-radius: 0 0 7px 7px; -webkit-box-shadow: 0 2px 30px 0 rgba(0, 0, 0, .15); box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .1) }
  .menu ul, .menu>li li:hover>ul, .menu>li:hover>ul { display: none; width: inherit; padding-right: 40px; position: relative; left: inherit; top: inherit; right: inherit; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; animation: none; visibility: visible; opacity: 1 }
  .menu>li { margin: 0; padding-left: 0; display: block; border-bottom: 1px solid rgba(177, 175, 175, .2); padding-right: 0 }
  .menu>li>a { line-height: 1.3em; border: none }
  .menu li a { position: relative; display: block; margin-right: 40px; padding: 10px 10px 10px 15px; color: #333; text-align: left }
  .menu li ul li:hover ul li:hover>a, .menu li ul li:hover>a, .menu li.active li.active li.active>a, .menu li.active li.active>a, .menu li:hover li:hover>a, .menu li:hover li>a:hover, .menu ul li:hover li:hover>a:hover, .menu>li.active>a, .menu>li:hover>a { color: var(--primary) }
  .menu li .arrow { position: absolute; top: 0; right: -40px; width: 40px; height: 100%; background-color: var(--primary); cursor: pointer }
  .menu li .arrow:after, .menu li .arrow:before { left: 50%; top: 50%; content: " "; height: 2px; width: 12px; position: absolute; background-color: #fff; pointer-events: none; -webkit-transition: .3s; -moz-transition: .3s; transition: .3s }
  .menu li .arrow:after { width: 2px; height: 12px; margin-top: -5px }
  .menu li .arrow:before { margin-left: -5px }
  .slickprev { left: -14px }
  .slicknext { right: -14px }
  #pointsec article{
  	width: 50%;
    border-radius: 0;
  }
  .servicebox article{
  	    width: 50%;
  }
}
@media screen and (max-width:767px) {
  body, html { font-size: 14px }
  .col12, .col13, .col23, .content, .footer .col40, .footer .ft-section .col60 { width: 100% }
  .bannerWrap .col12:first-child, .footer, .footer .col40, .videoWrap { text-align: center }
  .bannerWrap .offer { max-width: inherit; -webkit-justify-content: center; -ms-justify-content: center; justify-content: center }
  .hospitalsboxes .itembox { text-align: center; }
  .hospitalsboxes .itembox img { margin-left: auto; margin-right: auto; }
  .cancerboxWrap .boxes>article { width: calc(100% - 20px); margin: 10px }
  .cancerboxWrap:after { background-size: 40%; right: -210px; width: 350px; height: 120px; opacity: 1 }
  .factsWrap>.container>article { width: 50%; border-right: none; margin-top: 0; padding: 20px }
  .factsWrap>.container>article:first-child { border-left: none; border-right: 1px solid #adb9c3; border-bottom: 1px solid #adb9c3 }
  .factsWrap>.container>article:last-child { border-right: none; border-top: 1px solid #adb9c3; border-left: 1px solid #adb9c3 }
  .contactformWrap>.col12 .hands { display: none }
  .contactformWrap>.col12>.textarea, .formBox { margin: 0 auto; text-align: center; max-width: inherit; }
  .col12+.col12, .col13+.col13 { margin-top: 15px }
  .twocolumn { -moz-column-count: inherit; -webkit-column-count: inherit; column-count: inherit }
  .footer .col40 { padding: 30px 0; border-top: 1px solid #678290; border-bottom: 1px solid #678290 }
  .footer .ft-section { max-width: 90%; margin-right: auto; margin-left: auto; border-bottom: none; margin-top: 20px }
  .col60 .col12:first-child { padding-right: 0 }
  .footer { padding-bottom: 60px; }
  .footer .ft-section .col60 { border-right: none; max-width: 300px; margin: 0 auto }
  .footer .copyright { max-width: 80%; margin-right: auto; margin-left: auto }
  .footer .copyright small i { display: block }
  .slickprev { left: 0 }
  .slicknext { right: 0 }
    #pointsec article{
  	width: 50%;
    border-radius: 0;
  }
  .servicebox article{
  	    width: 100%;
  }
  #whyussec article {
    width: 100%;
}
#whyussec .imagebox {
    width: 200px;
    margin: 0 auto 30px;
}
#whyussec .right ul li{
	    margin-left: 0px;
}
#whyussec .imagebox {
    width: 200px;
    margin: 0 auto 30px;
}

#whyussec .right ul li .icon {
    width: 100%;
    height: auto;
    margin: 0px;
}

#whyussec .right ul li {
    flex-wrap: wrap;
}

#whyussec .right ul li .icon img {
    height: 60px;
    width: auto;
}

#whyussec .right ul li h2 {
    width: 100%;
    text-align: center;
}

#whyussec .right ul li:nth-child(even) h2 {
    text-align: center;
}

#whyussec .right ul li:nth-child(even) .icon {
    margin: 0px;
}

#whyussec .right ul li h2 span {
    font-size: 24px;
}
}
@media screen and (max-width:600px) {
  .secHeader.editor h2 { font-size: 1.5em; margin-top: 0; }
  .expertboxes .itembox .photo { width: 180px; height: 180px }
  .countryflags .itembox, .expertboxes .itembox, .hospitalsboxes .itembox, .howitworkWrap .stepboxes .box { width: 100% !important; }
}
@media screen and (max-width:479px) {
  .header .container { -webkit-justify-content: center; -ms-justify-content: center; justify-content: center; padding-bottom: 10px; }
  .logo { width: 100px; margin-right: 10px; }
  .toplinks .btn a { padding-left: 10px; padding-right: 10px; }
  .hospitalsboxes .itembox img { height: inherit; }
}
.modal { display: none;  /* Hidden by default */ position: fixed;  /* Stay in place */ z-index: 1;  /* Sit on top */ padding-top: 100px;  /* Location of the box */ left: 0; top: 0; width: 100%;  /* Full width */ height: 100%;  /* Full height */ overflow: auto;  /* Enable scroll if needed */ background-color: rgb(0, 0, 0);  /* Fallback color */ background-color: rgba(0, 0, 0, 0.4);  /* Black w/ opacity */ }

/* Modal Content */
.modal-content { background-color: #fefefe; margin: auto; padding: 20px; border: 1px solid #888; width: 80%; }

/* The Close Button */
.close { color: #aaaaaa; float: right; font-size: 28px; font-weight: bold; }
.close:hover, .close:focus { color: #000; text-decoration: none; cursor: pointer; }
@media (max-width:768px) {
  .ytube iframe { width: 100% !important; height: 300px !important; margin: 2% 2% !important; }
  .chead { display: block !important; }
  .form-popup { left: 5% !important; right: 5% !important; overflow-y: auto !important; height: 100% !important; }
  .headone, .headthree { font-size: 16px !important; }
  .headtwo { font-size: 14px !important; }
  .sub-btn { font-size: 12px !important; }
}
