@import url('https://fonts.googleapis.com/css2?family=Open+Sans+Condensed:wght@300;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;500;700&display=swap');
.font-condensed-light {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 300;
}

.font-condensed-bold {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
}

.font-montserrat {
    font-family: 'Montserrat', sans-serif;
}

.font-montserrat-m-bold {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

.font-roboto {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 100;
}

.font-roboto-m-bold {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 500;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-height: 1000000px;
    /*  --responsive: calc((var(--min-font) * 1px) + (var(--max-font) - var(--min-font)) * ((100vw - 420px) / (1366 - 420)));
   Ranges from 421px to 1366px */
    ;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

html,
body {
    scroll-behavior: smooth;
    overflow-x: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #FFFFFF;
    color: #000000;
}

@media (min-width: 700px) {
/*     h1,
    .heading-size-1,
    h2,
    .heading-size-2,
    h3,
    .heading-size-3 {
        margin: 0 !important;
    } */
    .footer-top-visible .footer-nav-widgets-wrapper,
    .footer-top-hidden #site-footer {
        margin-top: 0 !important;
    }
}


/*
@media (min-width: 1366px) {
    h1,
    h2,
    h3,
    h4,
    p,
    strong {
        font-size: calc(var(--max-font) * 1px);
    }
}

@media (max-width: 420px) {
    h1,
    h2,
    h3,
    h4,
    p,
    strong {
        font-size: calc(var(--min-font) * 1px);
    }
}
*/


/*all Heading font-size*/

h1 {
    font-size: 65px;
    line-height: 1.25;
    color: #38AAE1;
}

h2 {
    font-size: 36px;
    line-height: 40px;
    color: #000000;
}

h3 {
    font-size: 28px;
    color: #000000;
}

h4 {
    font-size: 24px;
    color: #000000;
}

.mcn-block-style h3 {
    color: #6E267C !important;
    margin-bottom: 25px !important;
    font-size: 20px !important;
    font-family: 'Montserrat', sans-serif;
}

.mcn-block-style p {
    color: #666666;
    /*font-size: 17px;*/
	font-size: 20px;
    line-height: 27px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 100;
}

.mcn-block-style p strong {
    color: #666666;
    /*font-size: 17px;*/
	font-size: 20px;
    line-height: 27px;
    font-family: 'Roboto Condensed', sans-serif;
}

.mcn-block-style p em {
    color: #6E267C !important;
    font-weight: 500;
    font-style: normal;
    --max-font: 17;
    --min-font: 14;
    line-height: 27px;
    font-family: 'Roboto Condensed', sans-serif;
    font-family: var(--main-font);
}


/*p.my-choice-p {
    color: #6E267C;
    --max-font: 17;
    --min-font: 14;
    line-height: 27px;
    font-family: 'Roboto Condensed', sans-serif;
         font-weight: 100;
    font-family: var(--main-font);
}*/
.container {
    max-width: calc(100% - 14%);

}
strong.my-choice {
    font-size: 32px;
}

a {
    text-decoration: none;
}

.mcn-block-style ul {
    list-style: none;
    margin-top: 35px;
    margin-bottom: 35px;
    padding-left: 15px;
}

.mcn-block-style ul li {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    /*font-size: 12px;*/
	font-size: 16px;
    position: relative;
    color: #6E267C;
    margin-bottom: 35px;
}

ul.clinic-block li p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 16px;
    position: relative;
    color: #6E267C;
    margin-bottom: 35px;
}

.mcn-block-style ol li {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 12px;
    position: relative;
    color: #666666 !important;
    margin-bottom: 5px;
}

.mcn-block-style ol {
    margin: 15px 0 0 -5px !important;
}

.mcn-block-style ol li em {
    color: #6E267C !important;
    font-style: normal;
}

.mcn-block-style ul li a,
.mcn-block-style ol li a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    /*font-size: 12px;*/
	font-size: 16px;
    position: relative;
    color: #6E267C;
}

span.my-choice {
    font-size: 17px;
}

.mcn-block-style ul li:after {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    left: -40px;
    top: -3px;
    background: url(../images/li-after-style.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.btn-purple-bg-radius {
    display: inline-block;
    font-family: 'Roboto Condensed', sans-serif;
    white-space: nowrap;
    background: #6E267C !important;
    border-radius: 12px;
    font-size: 32px !important;
    color: #fff;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    -ms-border-radius: 28px;
    -o-border-radius: 28px;
    padding: 13px 84px;
}

.btn-purple-bg-radius:hover {
    background: #54205f !important;
}

.btn-purple-bg {
    font-family: 'Roboto Condensed', sans-serif;
    display: inline-block;
    white-space: nowrap;
    background: #6E267C !important;
    padding: 16px 55.5px;
    font-size: 20px !important;
    color: #fff;
}

.btn-purple-bg:hover {
    background: #54205f !important;
}

.text-purple {
    color: #6E267C !important;
}

.purple-bg {
    background: #6E267C !important;
}

.bg-grey {
    background: #EFEFEF !important;
}

.accordian-bg {
    background-color: rgba(0, 0, 0, .03);
}

.sec-border-bottom {
    border-bottom: 8px solid #6E267C;
}

.column-border-bottom {
    border-bottom: 3px solid #6E267C;
}


/*wrapper style*/

#wrapper {
    -webkit-transition: 300ms ease 0s;
    -moz-transition: 300ms ease 0s;
    -ms-transition: 300ms ease 0s;
    -o-transform: 300ms ease 0s;
    -o-transition: 300ms ease 0s;
    transition: 300ms ease 0s;
    overflow: hidden;
}


/*container style*/


/*.container {
    max-width: calc(100% - 10%);
    padding: 0 2%;
    margin: 0 auto;
}*/

/* header {
    background-color: #6E267C;
    position: absolute;
    width: 100%;
    z-index: 99;
    left: 0;
    right: 0;
    top: 0;
} */

header .header-hol {
    padding: 15px 0;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

header .logo {
    display: inline-block;
    text-decoration: none;
}

header .logo:focus {
    outline: none !important;
}


/*
        body.nav-open .navigation-bar {
            top: 0;
        }
*/

header .navigation:after,
header .navigation-bar:after {
    display: block;
    content: "";
    clear: both;
}

header .navigation-opener {
    width: 40px;
    border: none;
    padding: 5px;
    display: none;
    cursor: pointer;
    outline: none;
    float: right;
    background-color: transparent;
}

header .navigation-opener .bar {
    background: #fff;
    ;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
    margin: 5px auto;
    display: block;
    height: 5px;
    width: 100%;
}

body.nav-open .top {
    -webkit-transform: translateY(10px) rotateZ(45deg);
    -moz-transform: translateY(10px) rotateZ(45deg);
    -ms-transform: translateY(10px) rotateZ(45deg);
    -o-transform: translateY(10px) rotateZ(45deg);
    transform: translateY(10px) rotateZ(45deg);
}

body.nav-open .bottom {
    -webkit-transform: translateY(-10px) rotateZ(-45deg);
    -moz-transform: translateY(-10px) rotateZ(-45deg);
    -ms-transform: translateY(-10px) rotateZ(-45deg);
    -o-transform: translateY(-10px) rotateZ(-45deg);
    transform: translateY(-10px) rotateZ(-45deg);
}

body.nav-open .middle {
    width: 0;
}


/*header .navigation-bar {
    display: table;
    table-layout: fixed;
}*/

header .navigation-bar ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: -moz-flex;
    display: -o-box;
    display: -o-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
    list-style: none;
    font-size: 0;
    padding: 0;
    margin: 0;
}

header .navigation-bar ul li {
    text-align: center;
    position: relative;
}

header .navigation-bar ul li ul.sub-menu {
    position: absolute;
    padding: 20px 0;
    z-index: 999;
    background: #663091;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
    -webkit-transform: translateZ(0);
    text-align: left;
}

header .navigation-bar ul li ul.sub-menu li a {
    color: #fff;
    white-space: nowrap;
    margin: 5px 20px;
}

header .navigation-bar ul li a {
    white-space: nowrap;
    position: relative;
    background-color: transparent;
    border-bottom: 2px solid transparent;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    text-decoration: none;
    position: relative;
    font-size: 18px;
    display: block;
    color: #fff;
    margin: 5px 20px;
}

header .navigation-bar ul li a:not(.sub-menu-item a):after {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    border-style: solid;
    border-width: 2px 2px 0 0;
    transform: rotate( 135deg);
    right: -20px;
    top: 7px;
}

header .navigation-bar ul li:hover ul.sub-menu {
    visibility: visible;
    opacity: 1;
}

@media (max-width: 766.98px) {
    .mcn-block-style ul li:after {
        left: -30px!important;
    }
    #site-content {
        padding-top: 0 !important;
    }
    strong.my-choice {
        font-size: 18px !important;
    }
    h1 {
        font-size: 25px !important;
    }
    .banner-home span {
        font-size: 18px !important;
    }
    h2 {
        font-size: 18px !important;
    }
    h4 {
        font-size: 18px !important;
        line-height: 24px;
    }
    .banner-home:after {
        background-image: none !important;
    }
    header .logo img {
        width: 200px;
    }
    header .navigation-opener {
        display: block;
    }
    header .navigation-bar {
        -webkit-transition: 300ms ease 0s;
        -moz-transition: 300ms ease 0s;
        -ms-transition: 300ms ease 0s;
        -o-transform: 300ms ease 0s;
        -o-transition: 300ms ease 0s;
        transition: 300ms ease 0s;
        position: absolute;
        padding: 10px;
        width: 100%;
        top: -600px;
        right: 0;
        left: 0;
    }
    body.nav-open .navigation-bar {
        top: 70px;
        background-color: #663091;
    }
    .find-clinic-block ul.clinic-block {
        flex-wrap: wrap !important;
    }
}

@media (max-width: 479px) {
    header .navigation-bar ul li {
        display: block;
        width: 100%;
    }
    header .logo img {
        width: 150px !important;
    }
    header .navigation-bar ul li a {
        text-align: left;
    }
    header .navigation-bar ul li a:not(.sub-menu-item a):after {
        right: 20px !important;
    }
}


/*banner style*/


/*
.banner-bottom h2 {
    font-size: 36px;
}
*/


/*
.banner-home h1 {
    font-size: 65px;
    line-height: 1.25;
}
*/

.banner-home span {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 33px;
}

.banner-home:after {
    position: absolute;
    content: '';
    width: 329px;
    height: 497px;
    left: 70px;
    bottom: 0;
    background: url('../images/home-banner.svg') center center / cover no-repeat;
}

.mcn-block-bg {
    background: url('../images/mcn-background.svg') center center / cover no-repeat;
}

.my-choice-accordion .accordion-title .fa {
    background: #6E267C !important;
    width: 26px;
    height: 26px;
    border-radius: 100%;
    float: right;
}

.my-choice-accordion .accordion-title {
    color: #666666;
    /*font-size: 14px;*/
	font-size: 20px;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

.my-choice-accordion .accordion-title,
.my-choice-accordion .accordion-title:hover,
.my-choice-accordion .accordion-title:focus {
    text-decoration: none;
    outline: 0 !important;
}

.my-choice-accordion .card-body p.my-choice {
    /*font-size: 14px;*/
	font-size: 16px;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
}

@media (max-width: 1023px) {
    h1 {
        font-size: 45px !important;
    }
    .banner-home span {
        font-size: 22px !important;
    }
    h2 {
        font-size: 22px !important;
    }
    br.none {
        display: none !important;
    }
    .btn-purple-bg-radius,
    .btn-purple-bg {
        font-size: 14px !important;
        padding: 8px 30px !important;
    }
}


/*Animation*/

@-webkit-keyframes slideInUp {
    0% {
        opacity: 0;
        transform: translateY(2%);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes slideInUp {
    0% {
        opacity: 0;
        transform: translateY(2%);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}

@-webkit-keyframes slideInDown {
    0% {
        opacity: 0;
        transform: translateY(-2%);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes slideInDown {
    0% {
        opacity: 0;
        transform: translateY(-2%);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}

@-webkit-keyframes slideInleft {
    0% {
        opacity: 0;
        transform: translateX(2%);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes slideInleft {
    0% {
        opacity: 0;
        transform: translateX(2%);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}

@-webkit-keyframes slideInRight {
    0% {
        opacity: 0;
        transform: translateX(-2%);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes slideInRight {
    0% {
        opacity: 0;
        transform: translateX(-2%);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}

@-webkit-keyframes zoomReverseIn {
    0% {
        opacity: 0;
        transform: scale(1.5);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes zoomReverseIn {
    0% {
        opacity: 0;
        transform: scale(1.5);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}

@-webkit-keyframes flipInY {
    0% {
        opacity: 0;
        transform: rotateY(90deg);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes flipInY {
    0% {
        opacity: 0;
        transform: rotateY(90deg);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}

[data-animation] {
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

.animations-disabled,
.animations-disabled [data-animation] {
    -webkit-animation: none !important;
    animation: none !important;
    opacity: 1 !important;
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

.slideInLeft {
    -webkit-animation-name: slideInleft;
    animation-name: slideInleft;
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

.fadeOut {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    animation-direction: reverse;
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

.zoomOut {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    animation-direction: reverse;
}

.zoomReverseIn {
    -webkit-animation-name: zoomReverseIn;
    animation-name: zoomReverseIn;
}

.zoomReverseOut {
    -webkit-animation-name: zoomReverseIn;
    animation-name: zoomReverseIn;
    animation-direction: reverse;
}

.flipInY {
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}

.flipOutY {
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
    animation-direction: reverse;
}


/*Animation end*/