html {
    scroll-behavior: smooth;
}

#app {
    min-width: 100vw;
    min-height: 100vh;

    background-size: 100% auto ;
    background-repeat: no-repeat ;
    background-color: transparent;
}

@font-face {
    font-family: Swis721;
    src: url('/assets/fonts/Swis721 Cn BT Roman.ttf');
}

@font-face {
    font-family: Poppins-bold;
    src: url('/assets/fonts/Poppins-ExtraBold.ttf');
}

@font-face {
    font-family: Poppins-semi-bold;
    src: url('/assets/fonts/Poppins-SemiBold.ttf');
}

@font-face {
    font-family: Futurah;
    src: url('/assets/fonts/Futura.ttf');
}

body.pushable>.pusher, .gradient-background {
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.magenta-one { color: #EB008B; }
.purple-one { color: #B18FBC !important; }
.dark-purple-one { color: #A77C98 !important; }
.dark-purple-two { color: #782a86 !important;}
.dark-purple-two-background { background: #782a86 !important;}
.green-one { color: #A2B9A7 !important; }
.light-gray-one { color: #F8F8F8; }
.light-gray-two { color: #BCBCBC; }
.dark-gray-one { color: #707070; }
.ui.menu.app-menu .item::before { background: none; }
.rounded-corners { border-radius: 18px; }
.visible-on-mobile { display: none; }
.hidden-on-mobile { display: block; }
.hidden-on-mobile.layout { display: flex; }
.hidden { display: none !important; }
.experience-font{font-size: 27px !important;}

.form-label{
    font-size: 22px !important;
}

.vertical-space{
    height: 100px;
}

.font-family-swis721{
    font-family: 'Swis721';
}

.font-family-poppins-bold{
    font-family: 'Poppins-bold';
}

.font-family-poppins-semi-bold{
    font-family: 'Poppins-semi-bold';
}

.font-family-futurah{
    font-family: 'Futurah';
}

.medium.logo {
    min-height: 108px;
    max-height: 108px;
    height: 108px;
    width: auto !important;
}
.small.logo {
    min-height: 80px;
    max-height: 80px;
    height: 80px;
    width: auto !important;
}
.font-size-26{
    font-size: 26px !important;
}
.stand-out {
    border: solid 2px #efefef;
    box-shadow: 0 0 8px 4px #efefef;
    border-radius: 10px;
    background: #f1f1f1;
}
.stand-out:hover {
    border: solid 2px #eaeaea;
    box-shadow: 0 0 20px 2px lightgrey;
    border-radius: 10px;
}
.ui.inverted.segment, .ui.primary.inverted.segment, .no-background {
    background: none;
}
.ui.secondary.inverted.pointing.menu {
    border-width: 0;
    border-color: transparent;
}
.ui.menu.app-menu {

    z-index: 5;
    margin-bottom: 0;
}
.app-menu .right.menu .item {
    margin-left: 10mm;
    font-weight: bold;
    color: #707070;
}

.doctor-standing{
    background: url('/assets/images/exported/doctor-standing.jpg');
    background-repeat: no-repeat;
    text-align: -webkit-right;
    background-size: contain;
}

.gradient-background{
    background: linear-gradient(to bottom right, #F9F0CD, #FFFFFF, #FEE7F2) !important;
}

.pointer-container-pink{
    flex: 1 auto;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
    transition: 0.3s;
    border-radius: 30px;
    border-bottom: solid 20px #EB008B;
    border-left: solid 20px #EB008B;
    border-right: solid 20px #EB008B;
    text-align: center;
    min-width: 100%;
    text-align: -webkit-center;
}
.pointer-container-pink-before{
    width: 48px;
    background: white;
    height: 140px;
    margin-right: -27px;
    border-bottom-right-radius: 276px;
    z-index: 10;
}
.pointer-container-pink-after{
    width: 48px;
    background: white;
    height: 140px;
    margin-left: -27px;
    border-bottom-left-radius: 276px;
    z-index: 10;
}
.pointer-container-purple-before{
    margin-top: 140px;
    width: 48px;
    background: white;
    height: 140px;
    margin-right: -27px;
    border-top-right-radius: 276px;
    z-index: 10;
}
.pointer-container-purple-after{
    margin-top: 140px;
    width: 48px;
    background: white;
    height: 140px;
    margin-left: -27px;
    border-top-left-radius: 276px;
    z-index: 10;
}
.pointer-container-purple{
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: space-between !important;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
    transition: 0.3s;
    border-radius: 30px;
    border-top: solid 20px #782a86;
    border-left: solid 20px #782a86;
    border-right: solid 20px #782a86;
    text-align: center;
    min-width: 100%;
    text-align: -webkit-center;
}
.pink-circular-container{
    height: 100px;
    width: 100px;
    margin-top: -50px;
    border-radius: 50px;
    display: flex;
    background: #FFFFFF;
    border: solid 10px #EB008B;
    justify-content: center;
}
.purple-circular-container{
    height: 100px;
    width: 100px;
    margin-bottom: -50px;
    border-radius: 50px;
    display: flex;
    background: #FFFFFF;
    border: solid 10px #782a86;
    justify-content: center;
}
.container-image{
    height: 60px;
    align-self: center;
    border-radius: 50px;
}
.inline-logo{
    height: 36px;
}
.inline-logo-lg{
    height: 42px;
}
.experience-title-container{
    width: 25%;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    text-align: center;
    background: #EB008B !important;
    height: fit-content;
    padding-bottom: 5px;
}
.experience-statement{
    margin-left: 30px;
    line-height: 1.4;
}
.doctor-image-container{
    height: 400px;
    width: 420px;
    border-radius: 200px;
    border: solid 5px #EB008B !important;
    overflow: hidden;
}
.doctor-container{
    border: solid 1px black;
    border-radius: 20px;
    padding: 15px;
}
.profile-image-large{
    height: 400px;
    margin-left: -100px;
}
.black-thin-line{
    width: 100%;
    height: 1px;
    background: black !important;
}
.light-grey-thin-line{
    width: 100%;
    height: 1px;
    background: lightgrey !important;
}
.rounded-pink-button{
    background: #EB008B !important;
    color: white;
    font-size: 20px;
    font-weight: bold;
    padding: 5px;
    border-radius: 10px;
}
.rounded-purple-button{
    background: #782a86 !important;
    color: white;
    font-size: 20px;
    font-weight: bold;
    padding: 10px;
    border-radius: 10px;
}
.refer-point{
    background: #F1F1F2;
    border-radius: 20px;
}
.light-grey-background{
    background: #F1F1F2;
}
.refer-points-link{
    height: 260px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-color: #782a86;
    border-top: dotted;
    border-left: dotted;
    border-bottom: dotted;
}
.circle-20{
    height: 20px;
    width: 20px;
    border-radius: 10px;
    background: #782a86;
    margin-top: 100px;
    margin-left: -10px;
}
.magenta-divider{
    width: 50%;
    height: 10px;
    background: #EB008B;
}
.purple-divider{
    width: 50%;
    height: 10px;
    background: #782a86;
}
.height-70{
    height: 70px;
}
.width-5{
    width: 5%;
}
.width-3{
    width: 3%;
}
.width-10{
    width: 10%;
}
.width-30{
    width: 30%;
}
.width-35{
    width: 35%;
}
.width-60{
    width: 60%;
}
.width-65{
    width: 65%;
}
.width-70{
    width: 70%;
}
.width-50{
    width: 50% !important;
}
.width-40{
    width: 40% !important;
}
.width-80{
    width: 80% !important;
}
.width-20{
    width: 20% !important;
}
.width-25{
    width: 25% !important;
}
.width-75{
    width: 75% !important;
}
.width-90{
    width: 90% !important;
}

.max-width-50{
    max-width: 50% !important;
}

.max-width-70{
    max-width: 70% !important;
}

.font-size-20{
    font-size: 20px !important;
}

.big-text-font-size{
    font-size: 25px !important;
}

.small-text-font-size{
    font-size: 20px !important;
}

h1.title { font-size: 48px; }
h2.title { font-size: 32px; }
.normal-title{ font-size:  35px !important; }
.small-title{ font-size:  30px !important; }
p.body { font-size: 16px; color: #707070; }
p.terms { font-size: 12px; color: #707070; }
.top-10px { top: 10px !important; }
.first-scroll-form .ui.checkbox.top-10px input,
.first-scroll-form .ui.checkbox.top-10px label::before,
.first-scroll-form .ui.checkbox.top-10px label::after {
    top: 10px;
}

.page-2-image{
    margin-left: -375px;
    height: 739px;
}
.page-6-image{
    margin-left: -240px;
    height: 500px;
}
.page-6-image-container{
    overflow: hidden;
    width: 40%;
}

.overflow-hidden{
    overflow: hidden;
}
.refer-point-images{
    height: 270px;
    width: -webkit-fill-available;
}
.modal-images{
    height: 270px;
    width: -webkit-fill-available;
}

.magenta-line{
    background: #EB008B !important;
    width: 20% !important;
    height: 10px !important;
    display: block !important;
    visibility: visible !important;
    margin-bottom: 20px;
}

.fit-image{
    width: 100%;
    height: 100%;
}

.large-font{
    font-size: 40px !important;
}
.small-font{
    font-size: 15px !important;
}
.min-height-600{
    min-height: 600px !important;
}
.min-height-620{
    min-height: 620px !important;
}
.min-height-700{
    min-height: 700px !important;
}
.min-height-500{
    min-height: 500px !important;
}

.min-height-400{
    min-height: 400px !important;
}
.min-height-300{
    min-height: 300px !important;
}
.page-container{
    justify-content: center;
    align-items: center;
    padding: 10mm;
}

.red-color{
    color: red;
}

.fill-width { width: 100% }
.fill-width-required { width: 100% !important;}
.transparent-background { background: transparent; }
.white-background { background: white !important; }
.white-color{color: #FFFFFF ;}
.center-aligned { text-align: center; }
.bold { font-weight: bold; }
.borderless { box-shadow: none !important; border: none !important; }
.relative { position: relative; }

.slick-slider, .doctors-slick-slider {
    position: relative;
}

.slick-slider .left.slick-arrow, .doctors-slick-slider .left.slick-arrow {
    position: absolute;
    top: 48%;
    left: 0;
    font-size: 24px;
    color: #B18FBC;
}

.slick-slider .right.slick-arrow, .doctors-slick-slider .right.slick-arrow {
    position: absolute;
    top: 48%;
    right: 0;
    font-size: 24px;
    color: #B18FBC;
}
.ui.purple.button {
    color: #FFFFFF;
    background: #782a86;
    border: none;
    border-radius: 18px;
    padding: 10px 26px;
}

.submit-button{
    width: 250px !important;
    height: 40px !important;
    font-size: 20px !important;
}

.black { color: #707070 !important; }
.white { color: white !important; }

.flex-fill{
    flex-grow:  1;
}


.small.subtitle {
    color: gray;
    font-size: 16px;
    font-weight: normal;
}
.ui.tiny-2.image, .ui.tiny-2.images .image, .ui.tiny-2.images img, .ui.tiny-2.images svg {
    width: 56px;
    height: auto;
}
.ui.tiny-3.image, .ui.tiny-3.images .image, .ui.tiny-3.images img, .ui.tiny-3.images svg {
    width: 68px;
    height: auto;
}
.floating-right-top {
    position: absolute !important;
    top: 0;
    right: 0;
}
.girl-working-background {
    background: url(/assets/images/exported/girl-working-bg.webp), rgba(255, 255, 255, 0.86);
    background-blend-mode: color;
    background-repeat: no-repeat;
    background-size: cover;
}
.sub.body {
    font-size: 14px;
    font-weight: bold;
}

.limit-text-box-height-100 {
    max-height: 100px;
    text-overflow: ellipsis;
    overflow: hidden;
}
.light-green-background {
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-color: rgba(211, 221, 212, 1);
    background-blend-mode: multiply;
}
.image.doctor-image {
    height: 225px !important;
    width: 300px !important;
    object-fit: cover !important;
    border-radius: 20px !important;
}

.ui.basic.button {
    border: none;
    color: #707070;
}

.first-scroll-form {


}

.first-scroll-form .input, .first-scroll-form .checkbox {
    margin-top: 18px;
}

.first-scroll-form .input input, .first-scroll-form .input .selection.dropdown {
    border-radius: 18px;
    background: #F8F8F8;
    color: black;
}

.first-scroll-form .input input:focus, .first-scroll-form .input .selection.dropdown:focus {
    border-radius: 18px;
    background: #F8F8F8;
    color: black;
    border: none;
}

.first-scroll-form .input input::placeholder, .first-scroll-form .input input:-ms-input-placeholder, .first-scroll-form .input input::-ms-input-placeholder {
    color: #BCBCBC;
    font-weight: bold;
}

div.doctor-card {
}
div.doctor-card .ui.card>.content, div.doctor-card .ui.cards>.card>.content {
    border: none !important;
}
div.doctor-card .ui.card {
    width: 80%;
    border: none;
    box-shadow: none;
    border-radius: 18px;
}

div.doctor-card img.ui.image {
    background: white;
    /*max-width: 300px;*/
}

.lives-touched-counter {
    font-size: 60px;
    line-height: normal;
}

.mt-7-px{
    margin-top: 7px !important;
}

.nmb-10{
    margin-bottom: -10px;
}

.ui.mini.modal.detial-modal {
    width: 700px !important; 
    margin: 0 !important;
    height: auto;
    /*width: 360px!important;*/
    top: 250px;
    left: unset;
}
.ui.modal>.close {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    opacity: .8;
    font-size: 1.25em;
    color: #5e5d5d;
    width: 2.25rem;
    height: 2.25rem;
    padding: 0.625rem 0 0 0;
}












/*******************************
          Flex Layout
*******************************/
.layout.horizontal,
.layout.horizontal-reverse,
.layout.vertical,
.layout.vertical-reverse {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.layout.inline {
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
}
.layout.horizontal {
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
}
.layout.horizontal-reverse {
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.layout.vertical {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.layout.vertical-reverse {
    -ms-flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
}
.layout.wrap {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.layout.no-wrap {
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.layout.wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
}
.flex-auto {
    -ms-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
}
.flex-none {
    -ms-flex: none;
    -webkit-flex: none;
    flex: none;
}
.flex,
.flex-1 {
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}
.flex-2 {
    -ms-flex: 2;
    -webkit-flex: 2;
    flex: 2;
}
.flex-3 {
    -ms-flex: 3;
    -webkit-flex: 3;
    flex: 3;
}
.flex-4 {
    -ms-flex: 4;
    -webkit-flex: 4;
    flex: 4;
}
.flex-5 {
    -ms-flex: 5;
    -webkit-flex: 5;
    flex: 5;
}
.flex-6 {
    -ms-flex: 6;
    -webkit-flex: 6;
    flex: 6;
}
.flex-7 {
    -ms-flex: 7;
    -webkit-flex: 7;
    flex: 7;
}
.flex-8 {
    -ms-flex: 8;
    -webkit-flex: 8;
    flex: 8;
}
.flex-9 {
    -ms-flex: 9;
    -webkit-flex: 9;
    flex: 9;
}
.flex-10 {
    -ms-flex: 10;
    -webkit-flex: 10;
    flex: 10;
}
.flex-11 {
    -ms-flex: 11;
    -webkit-flex: 11;
    flex: 11;
}
.flex-12 {
    -ms-flex: 12;
    -webkit-flex: 12;
    flex: 12;
}
/* alignment in cross axis */
.layout.start {
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
.layout.center,
.layout.center-center {
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.layout.end {
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}
/* alignment in main axis */
.layout.start-justified {
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
.layout.center-justified,
.layout.center-center {
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.layout.center-space-between {
    -ms-flex-pack: center;
    -webkit-justify-content: space-between !important;
    justify-content: space-between;
}

.layout.center-space-around {
    -ms-flex-pack: center;
    -webkit-justify-content: space-around !important;
    justify-content: space-around;
}
.layout.end-justified {
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}
.layout.around-justified {
    -ms-flex-pack: around;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}
.layout.justified {
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.layout.center-end {
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;

    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;

}
/* self alignment */
.self-start {
    -ms-align-self: flex-start;
    -webkit-align-self: flex-start;
    align-self: flex-start;
}
.self-center {
    -ms-align-self: center !important;
    -webkit-align-self: center !important;
    align-self: center !important;
}
.self-end {
    -ms-align-self: flex-end;
    -webkit-align-self: flex-end;
    align-self: flex-end;
}
.self-stretch {
    -ms-align-self: stretch;
    -webkit-align-self: stretch;
    align-self: stretch;
}
/*******************************
          Other Layout
*******************************/
.block {
    display: block;
}
/* IE 10 support for HTML5 hidden attr */
[hidden] {
    display: none !important;
}
.invisible {
    visibility: hidden !important;
}
.relative {
    position: relative;
}
.fit {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
body.fullbleed {
    margin: 0;
    height: 100vh;
}
.scroll {
    -webkit-overflow-scrolling: touch;
    overflow: auto;
}
/* fixed position */
.fixed-bottom,
.fixed-left,
.fixed-right,
.fixed-top {
    position: fixed;
}
.fixed-top {
    top: 0;
    left: 0;
    right: 0;
}
.fixed-right {
    top: 0;
    right: 0;
    bottom: 0;
}
.fixed-bottom {
    right: 0;
    bottom: 0;
    left: 0;
}
.fixed-left {
    top: 0;
    bottom: 0;
    left: 0;
}

.text-align-justify{
    text-align: justify !important;
}

.text-align-start{
    text-align: start !important;
}

.m-0 { margin: 0 !important; }
.m-1 { margin: 0.25mm !important; }
.m-2 { margin: 0.5mm !important; }
.m-3 { margin: 1mm !important; }
.m-4 { margin: 2mm !important; }
.m-5 { margin: 4mm !important; }
.m-6 { margin: 8mm !important; }
.m-7 { margin: 10mm !important; }
.m-8 { margin: 18mm !important; }
.m-9 { margin: 26mm !important; }
.mt-0 { margin-top: 0 !important; }
.mt-1 { margin-top: 0.25mm !important; }
.mt-2 { margin-top: 0.5mm !important; }
.mt-3 { margin-top: 1mm !important; }
.mt-4 { margin-top: 2mm !important; }
.mt-5 { margin-top: 4mm !important; }
.mt-6 { margin-top: 8mm !important; }
.mt-7 { margin-top: 10mm !important; }
.mt-8 { margin-top: 18mm !important; }
.mt-9 { margin-top: 26mm !important; }
.mb-0 { margin-bottom: 0 !important; }
.mb-1 { margin-bottom: 0.25mm !important; }
.mb-2 { margin-bottom: 0.5mm !important; }
.mb-3 { margin-bottom: 1mm !important; }
.mb-4 { margin-bottom: 2mm !important; }
.mb-5 { margin-bottom: 4mm !important; }
.mb-6 { margin-bottom: 8mm !important; }
.mb-7 { margin-bottom: 10mm !important; }
.mb-8 { margin-bottom: 18mm !important; }
.mb-9 { margin-bottom: 26mm !important; }
.ml-0 { margin-left: 0 !important; }
.ml-1 { margin-left: 0.25mm !important; }
.ml-2 { margin-left: 0.5mm !important; }
.ml-3 { margin-left: 1mm !important; }
.ml-4 { margin-left: 2mm !important; }
.ml-5 { margin-left: 4mm !important; }
.ml-6 { margin-left: 8mm !important; }
.ml-7 { margin-left: 10mm !important; }
.ml-8 { margin-left: 18mm !important; }
.ml-9 { margin-left: 26mm !important; }
.mr-0 { margin-right: 0 !important; }
.mr-1 { margin-right: 0.25mm !important; }
.mr-2 { margin-right: 0.5mm !important; }
.mr-3 { margin-right: 1mm !important; }
.mr-4 { margin-right: 2mm !important; }
.mr-5 { margin-right: 4mm !important; }
.mr-6 { margin-right: 8mm !important; }
.mr-7 { margin-right: 10mm !important; }
.mr-8 { margin-right: 18mm !important; }
.mr-9 { margin-right: 26mm !important; }

.p-0 { padding: 0 !important; }
.p-1 { padding: 0.25mm !important; }
.p-2 { padding: 0.5mm !important; }
.p-3 { padding: 1mm !important; }
.p-4 { padding: 2mm !important; }
.p-5 { padding: 4mm !important; }
.p-6 { padding: 8mm !important; }
.p-7 { padding: 10mm !important; }
.p-8 { padding: 18mm !important; }
.p-9 { padding: 26mm !important; }
.pt-0 { padding-top: 0 !important; }
.pt-1 { padding-top: 0.25mm !important; }
.pt-2 { padding-top: 0.5mm !important; }
.pt-3 { padding-top: 1mm !important; }
.pt-4 { padding-top: 2mm !important; }
.pt-5 { padding-top: 4mm !important; }
.pt-6 { padding-top: 8mm !important; }
.pt-7 { padding-top: 10mm !important; }
.pt-8 { padding-top: 18mm !important; }
.pt-9 { padding-top: 26mm !important; }
.pb-0 { padding-bottom: 0 !important; }
.pb-1 { padding-bottom: 0.25mm !important; }
.pb-2 { padding-bottom: 0.5mm !important; }
.pb-3 { padding-bottom: 1mm !important; }
.pb-4 { padding-bottom: 2mm !important; }
.pb-5 { padding-bottom: 4mm !important; }
.pb-6 { padding-bottom: 8mm !important; }
.pb-7 { padding-bottom: 10mm !important; }
.pb-8 { padding-bottom: 18mm !important; }
.pb-9 { padding-bottom: 26mm;}
.pl-0 { padding-left: 0 !important; }
.pl-1 { padding-left: 0.25mm !important; }
.pl-2 { padding-left: 0.5mm !important; }
.pl-3 { padding-left: 1mm !important; }
.pl-4 { padding-left: 2mm !important; }
.pl-5 { padding-left: 4mm !important; }
.pl-6 { padding-left: 8mm !important; }
.pl-7 { padding-left: 10mm !important; }
.pl-8 { padding-left: 18mm !important; }
.pl-9 { padding-left: 26mm !important; }
.pr-0 { padding-right: 0 !important; }
.pr-1 { padding-right: 0.25mm !important; }
.pr-2 { padding-right: 0.5mm !important; }
.pr-3 { padding-right: 1mm !important; }
.pr-4 { padding-right: 2mm !important; }
.pr-5 { padding-right: 4mm !important; }
.pr-6 { padding-right: 8mm !important; }
.pr-7 { padding-right: 10mm !important; }
.pr-8 { padding-right: 18mm !important; }
.pr-9 { padding-right: 26mm !important; }

.inline-display{
    display: inline !important;
}

.hidden.menu {
    display: none;
}

.masthead.segment {
    /*min-height: 700px;*/
    padding: 1em 0em;
}
.masthead .logo.item img {
    margin-right: 1em;
}
.masthead .ui.menu .ui.button {
    margin-left: 0.5em;
}
.masthead h1.ui.header {
    margin-top: 3em;
    margin-bottom: 0em;
    font-size: 4em;
    font-weight: normal;
}
.masthead h2 {
    font-size: 1.7em;
    font-weight: normal;
}

.ui.vertical.stripe {
    padding: 8em 0em;
}
.ui.vertical.stripe h3 {
    font-size: 2em;
}
.ui.vertical.stripe .button + h3,
.ui.vertical.stripe p + h3 {
    margin-top: 3em;
}
.ui.vertical.stripe .floated.image {
    clear: both;
}
.ui.vertical.stripe p {
    font-size: 1.33em;
}
.ui.vertical.stripe .horizontal.divider {
    margin: 3em 0em;
}

.quote.stripe.segment {
    padding: 0em;
}
.quote.stripe.segment .grid .column {
    padding-top: 5em;
    padding-bottom: 5em;
}

.footer.segment {
    padding: 5em 0em;
}

.secondary.pointing.menu .toc.item {
    display: none;
}
.fetus-portal-header-width{
    width: 80% !important;
}



@media only screen and (min-width: 701px) {
    #app {
        background-image: url("/assets/images/exported/full-background.webp");
        background: url("/assets/images/exported/full-background.webp") ;
    }

    body.pushable>.pusher, .gradient-background {
        background-image: url("/assets/images/exported/full-background.webp");
    }

    .light-green-background {
        background-image: url("/assets/images/exported/full-background.webp");
    }

    p.body {
        font-size: 18px;
    }

    .ui.card .meta, .ui.cards>.card .meta {
        font-size: 1em;
    }

    .ui.card>.content, .ui.cards>.card> .content {
        font-size: 1.28em;
    }

    .hidden-on-desktop{
        display: none !important;
    }

    .ui.mini.modal.detial-modal {
        width: 700px !important; 
        margin: 0 !important;
        height: auto;
        /*width: 360px!important;*/
        top: 250px;
        left: unset;
    }
}

@media only screen and (max-width: 700px) {


    #app {
        background-image: url("/assets/images/exported/full-background-mob.webp");
        background: url("/assets/images/exported/full-background-mob.webp") ;
    }

    body.pushable>.pusher, .gradient-background {
        background-image: url("/assets/images/exported/full-background-mob.webp");
    }

    .light-green-background {
        background-image: url("/assets/images/exported/full-background-mob.webp");
    }


    .ui.fixed.menu {
        display: none !important;
    }
    .secondary.pointing.menu .item,
    .secondary.pointing.menu .menu {
        display: none;
    }
    .secondary.pointing.menu .toc.item {
        display: block;
    }
    .masthead.segment {
        /*min-height: 350px;*/
    }
    .masthead h1.ui.header {
        font-size: 2em;
        margin-top: 1.5em;
    }
    .masthead h2 {
        margin-top: 0.5em;
        font-size: 1.5em;
    }

    .visible-on-mobile { display: block; }
    .visible-on-mobile.layout { display: flex; }
    .hidden-on-mobile { display: none; height: 0px !important; }
    .center-aligned-on-mobile { text-align: center; }
    h2.title { font-size: 28px; }
    .layout.vertical-on-mobile {
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    .ui.tiny-2.image.on-mobile, .ui.tiny-2.on-mobile.images .image, .ui.tiny-2.on-mobile.images img, .ui.tiny-2.images.on-mobile svg {

        width: 112px;
        height: auto;
    }

    .big-text-font-size{
        font-size: 15px !important;
    }

    .small-text-font-size{
        font-size: 15px !important;
    }

    h2.title{
        font-size: 20px;
    }

    .small-title{
        font-size:  18px !important;
        font-weight: 600 !important;
    }

    .mr-5{
        margin-right: 1mm !important;
    }

    .medium.logo{
        min-height: unset !important;
        max-height: 70px !important;
        max-width: 200px !important;
    }

    .small.logo{
        min-height: unset !important;
        max-height: 50px !important;
        max-width: 160px !important;
    }

    .margin-0-on-mobile{
        margin: 0 !important;
    }

    .mobile-doctor-image{
        height: 475px !important;
        margin-left: -373px;
    }

    .mb-0-on-mobile  {margin-bottom: 0 !important;}
    .mb-5-on-mobile {margin-bottom: 4mm !important;}
    .mt-6-on-mobile { margin-top: 8mm !important;}
    .ml-0-on-mobile { margin-left: 0 !important; }
    .mr-0-on-mobile { margin-right: 0 !important; }
    .pl-0-on-mobile { padding-left: 0 !important; }
    .pr-0-on-mobile { padding-right: 0 !important; }
    .rotated-on-mobile { transform: rotate(90deg); }
    .ui.purple.button {
        padding: 14px 38px;
        font-size: 14px;
    }

    .max-width-on-mobile{
        max-width: 100% !important;
    }

    .fill-width-on-mobile{
        width: 100% !important;
    }

    .p-on-mobile{
        padding: 2mm !important;
    }

    .unset-center-align-on-mobile{
        justify-content: unset !important;
        align-items: unset !important;
        -webkit-justify-content: unset !important;
    }

    .vertical-layout-in-mobile{
        flex-direction: column !important;
    }

    .small-button-on-mobile{
        max-width: 180px;
    }
    .p-1-on-mobile{
        padding: 1mm !important;
    }

    .page-2-image{
        margin-left: -10px;
        height: 253px;
    }

    .pink-circular-container{
        height: 50px;
        width: 50px;
        margin-top: -25px;
        border-width: 5px !important;
    }
    .purple-circular-container{
        height: 50px;
        width: 50px;
        margin-bottom: -25px;
        border-width: 5px !important;
    }
    .container-image{
        height: 30px;
        align-self: center;
        border-radius: 25px;
    }
    .pointer-container-pink{
        border-bottom: solid 10px #EB008B;
        border-left: solid 10px #EB008B;
        border-right: solid 10px #EB008B;
        height: 200px !important;
    }
    .pointer-container-pink-before{
        height: 100px;
        width: 36px;
    }
    .pointer-container-pink-after{
        width: 36px;
        height: 100px;
    }
    .pointer-container-purple-before{
        width: 36px;
        height: 100px;
        margin-top: 100px;
    }
    .pointer-container-purple-after{
        width: 36px;
        height: 100px;
        margin-top: 100px;
    }
    .pointer-container-purple{
        border-top: solid 10px purple;
        border-left: solid 10px purple;
        border-right: solid 10px purple;
        height: 200px !important;
    }

    .inline-logo{
        height: 28px;
    }

    .profile-image-large{
        height: 150px;
        margin-left: -30px;
    }
    .doctor-image-container{
        height: 150px;
        width: 150px;
        border-radius: 75px;
        border: solid 3px #EB008B !important;
        overflow: hidden;
    }
    .experience-title-container{
        width: 50%;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        text-align: center !important;
        background: #EB008B !important;
        height: fit-content !important;
        padding-bottom: 5px;
    }
    .experience-statement{
        margin-left: 20px;
        margin-top: 10px;
    }
    .page-6-image{
        margin-left: 0px;
        height: 300px;
    }
    .page-6-image-container{
        overflow: hidden;
        width: 100%;
    }
    .refer-point-images{
        height: 120px;
        vertical-align: middle;
    }
    .width-35-on-mobile{
        width: 35% !important;
    }
    .width-65-on-mobile{
        width: 65% !important;
    }
    .rounded-purple-button{
        background: #782a86 !important;
        color: white;
        font-size: 14px;
        font-weight: bold;
        padding: 5px;
        border-radius: 10px;
    }
    .rounded-pink-button{
        background: #EB008B !important;
        color: white;
        font-size: 14px;
        font-weight: bold;
        padding: 5px;
        border-radius: 10px;
    }
    .mt-0-on-mobile{
        margin-top: 0px !important;

    }
    .m-0-on-mobile{
        margin: 0px !important;
    }
    .refer-points-link{
        height: 150px;
    }
    .font-size-18-on-mobile{
        font-size: 18px !important;
    }
    .circle-20{
     margin-top: 70px; 
     height: 10px;
     width: 10px;
     border-radius: 5px; 
     margin-left: -7px; 
    }
    .height-70{
        height: 20px !important;
    }
    .mobile-heading-alignment{
    text-align: center !important;
    margin-left: 7mm;
    margin-right: 7mm;
    }
    .justify-self-end{
        justify-self: flex-end !important;
    }
    .font-size-16-on-mobile{
        font-size: 16px !important;

    }
    .banner-form-field-on-mobile{
        max-height: 30px !important;
    }
    .magenta-line{
        height: 5px !important;
        margin-bottom: 10px;
    }
    .text-center-on-mobile{
        text-align: center;
    }
    .width-90-on-mobile{
        width: 90% !important;
    }
    .experience-font{
        font-size: 18px !important;
    }
    .light-grey-background-on-mobile{
        background: #F1F1F2;
    }
    .font-size-14-on-mobile{
        font-size: 14px !important;
    }
    .inline-logo-lg{
        height: 30px;
    }
    .large-font{
        font-size: 20px !important;
    }
    .image-height-on-mobile{
        height: 80px;
    }
    .small-font{
        font-size: 12px !important;
    }
    .white-line{
        width: 90%;
        background: white;
        height: 1px;
    }
}

@media screen and (max-width: 400px){
    .fetus-portal-header-width{
        width: 100% !important;
    }
    .big-text-font-size{
        font-size: 15px !important;
    }
    .font-size-14-on-mobile{
        font-size: 12px !important;
    }
    .title{
        font-size: 16px !important;
    }
    .short-top-margin{
        margin-top: 6px !important;
    }
    body ::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 5px !important;
        height: 10px;
    }
    .page-2-image{
        height: 220px !important;
    }
    .page-6-image{
        height: 200px !important;
    }
    img.medium.logo{
        max-width: 175px !important;
        max-height: 60px !important;
    }
    .ui.selection.dropdown{
        padding: 5px !important;
        min-width: 160px !important;
        min-height: 30px !important;
    }
}
