body * {
    font-family: "Outfit", system-ui !important;
  font-optical-sizing: auto;
  font-weight:500;
  font-style: normal;
}
body header {
    /* background-color: #fee4ea;
    z-index:1; */
    transition: all .3s;
}
body header:hover {
    background-color: #FFF;
}
body header.headerColor {
    box-shadow: 0 0 20px rgba(0, 0, 0, 5%);
    background-color: #FFF;
    position: fixed;
    width:100%;
    top: 0;
}
body header.headerColor ~ .KMRBannerTxt {margin-top:90px;}
body header .kmrHeaderLeft *,body header .kmrHeaderRight button,.kmrHero1 *{
    color: #2e4985;
    font-weight:500;
}
body header .kmrHeaderRight button {
    color: #2e4985;
}
.text-black,.ls2,.text-sapphire-medium, p.text-large,#faq h2,#faq ul li input[type=checkbox]:checked ~ h2,.ddFaq p,.link-dark {
    /* color:#1F5257 !important; */
    color: #048c7f !important;
}
.heroDropdown #route-button,.btn-primary-kmr {
    box-shadow: 0 8px 16px 0 rgb(67 90 99 / 45%), 0 6px 20px 0 rgb(67 90 99 / 45%);
}
.MainHeader {
    background-color: #80CBC4 !important;
}
/* div.container-fluid[style="background-color: #fff2f5;"] {
    background-color: #E0F3F1 !important;
}
div.container-fluid[style="background-color: #fff2f5;"] img {
    mix-blend-mode: luminosity !important;
} */
.MainHeader {
    position: relative;
}
.MainHeader .kmrbgvid {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
}
.MainHeader .KMRBannerTxt {
    position: relative;
    z-index:1;
}
#frontHeader {
    /* background-image: url("../images/homepage-hero-background-float.png");
    background-position: 105% 0%;
    background-size: contain; */
    padding:2em 0 6em;
    /* background-color:#fee4ea;
    background-repeat: no-repeat; */
}
.fw-lighter{font-weight: 200 !important;color: #5e6883 !important;}
.fadeIn {
	position: relative;
	display: inline-block;
    color: #5672af;
    min-height: 75px;
    /* min-width: 525px; */
}
.fadeIn span {
	animation: fadeEffect 18s linear infinite 0s;
	-ms-animation: fadeEffect 18s linear infinite 0s;
	-webkit-animation: fadeEffect 18s linear infinite 0s;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	padding-bottom: 2px;
	padding-right: 10px;
}

.fadeIn span:nth-child(2) {
	animation-delay: 2s;
	-ms-animation-delay: 2s;
	-webkit-animation-delay: 2s;
}

.fadeIn span:nth-child(3) {
	animation-delay: 4s;
	-ms-animation-delay: 4s;
	-webkit-animation-delay: 4s;
}

.fadeIn span:nth-child(4) {
	animation-delay: 6s;
	-ms-animation-delay: 6s;
	-webkit-animation-delay: 6s;
}

.fadeIn span:nth-child(5) {
	animation-delay: 8s;
	-ms-animation-delay: 8s;
	-webkit-animation-delay: 8s;
}

.fadeIn span:nth-child(6) {
	animation-delay: 10s;
	-ms-animation-delay: 10s;
	-webkit-animation-delay: 10s;
}

.fadeIn span:nth-child(7) {
	animation-delay: 12s;
	-ms-animation-delay: 12s;
	-webkit-animation-delay: 12s;
}

.fadeIn span:nth-child(8) {
	animation-delay: 14s;
	-ms-animation-delay: 14s;
	-webkit-animation-delay: 14s;
}
.fadeIn span:nth-child(9) {
	animation-delay: 16s;
	-ms-animation-delay: 16s;
	-webkit-animation-delay: 16s;
}

/*FadeIn Animation*/
@-moz-keyframes fadeEffect {
	0% {
		opacity: 0;
	}
	
	5% {
		opacity: 0;
		-webkit-transform: translateY(0px);
	}
	
	7% {
		opacity: 1;
		-webkit-transform: translateY(0px);
	}
	
	18% {
		opacity: 1;
		-webkit-transform: translateY(0px);
	}
	
	20% {
		opacity: 0;
		-webkit-transform: translateY(0px);
	}
	
	100% {
		opacity: 0;
	}
}

@-webkit-keyframes fadeEffect {
	0% {
		opacity: 0;
	}
	
	5% {
		opacity: 0;
		-webkit-transform: translateY(0px);
	}
	
	7% {
		opacity: 1;
		-webkit-transform: translateY(0px);
	}
	
	18% {
		opacity: 1;
		-webkit-transform: translateY(0px);
	}
	
	20% {
		opacity: 0;
		-webkit-transform: translateY(0px);
	}
	
	100% {
		opacity: 0;
	}
}

@-ms-keyframes fadeEffect {
	0% {
		opacity: 0;
	}
	
	5% {
		opacity: 0;
		-webkit-transform: translateY(0px);
	}
	
	7% {
		opacity: 1;
		-webkit-transform: translateY(0px);
	}
	
	18% {
		opacity: 1;
		-webkit-transform: translateY(0px);
	}
	
	20% {
		opacity: 0;
		-webkit-transform: translateY(0px);
	}
	
	100% {
		opacity: 0;
	}
}
/* .fadeIn>span {
    display: none;
    opacity: 0;
    animation: fade 3s both;
}
@keyframes fade {
    0% { opacity: 0 }
    50% { opacity: 1 }
    100% { opacity: 0 }
  }
.fadeIn.fd1>span:nth-child(1) {display: inline-block;}
.fadeIn.fd2>span:nth-child(2) {display: inline-block;}
.fadeIn.fd3>span:nth-child(3) {display: inline-block;}
.fadeIn.fd4>span:nth-child(4) {display: inline-block;}
.fadeIn.fd5>span:nth-child(5) {display: inline-block;}
.fadeIn.fd6>span:nth-child(6) {display: inline-block;}
.fadeIn.fd7>span:nth-child(7) {display: inline-block;}
.fadeIn.fd8>span:nth-child(8) {display: inline-block;} */
.fadeIn>span {
    font-weight:400;
}
.kmrh1 {
    font-size: 3.5rem;
    font-weight: normal;
}
.btn-primary-kmr1 {
    background-color:#ace2e4;
    border: none;
    color: #2e4985 !important;
}
.btn-primary-kmr {
    background-color:#048c7f;
    border: none;
    color: #FFF !important;
}
.kmr-lead {
    font-weight:300;
    color: #5e6883;
    font-size:1.4rem;
}
.heroDropdown form {
    display: flex;
flex-wrap: wrap;
align-items: center;
max-width: 70%;
}

.btn:hover{
    background-color:#80CBC4;
    border-radius: var(--bs-border-radius-xxl) !important;
    color:#fff !important;
}
.btn:active{
    background-color:#80CBC4 !important;
    border-radius: var(--bs-border-radius-xxl) !important;
    color:#fff !important;
}
.heroDropdown form label {
    display: block;
    flex-basis: 100%;
    color: #2e4985 !important;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 12px;
}
.heroDropdown form select  {
    flex-basis: 72%;
    font-size: 16px;
    line-height: 1;
    padding: 24px 24px;
    border-radius: 8px;
    border: 2px solid #ccd1db;
    background: url("../images/caret.svg") no-repeat #fff;
    background-position: calc(100% - 1.25rem) center;
    background-size: 3%;
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
}
.heroDropdown #route-button {
    flex-basis: 25%;
    margin-left: 3%;
    /*background: #435A63;*/
     background:#048c7f;
    font-family: "Outfit", sans-serif;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 2.4px;
    color: #fff !important;
    padding: 20px 24px;
    border-radius: 40px;
    border: 0 !important;
    text-transform: uppercase;
}
.kmrbgvid {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 700px;
}
.kmrbgvid>video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
button[data-bs-toggle="collapse"] {
    float: right;
}
.rs-video {
    display: inline-block;
    position: relative;
    top:0px;
    left:10px;
}
.rs-video .animate-border a {
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
.rs-video .animate-border .video-vemo-icon {
    background: #FFF;
    color: #2e4985;
    font-size: 40px;
    width: 75px;
    height: 75px;
    line-height:75px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    transform: translateX(-25%);
}
.rs-video .animate-border .video-vemo-icon i {

}
.rs-video .animate-border .video-vemo-icon:before {
    content: "";
    border: 2px solid #2e4985;
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    animation: zoomBig 3.25s linear infinite;
    -webkit-animation-delay: .75s;
    animation-delay: .75s;
}
.rs-video .animate-border .video-vemo-icon:after {
    content: "";
    border: 2px solid #2e4985;
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    animation: zoomBig 3.25s linear infinite;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
@keyframes zoomBig {
0% {
transform: translate(-50%, -50%) scale(0.5);
opacity: 1;
border-width: 3px;
}
40% {
opacity: .5;
border-width: 2px;
}
65% {
border-width: 1px;
}
100% {
transform: translate(-50%, -50%) scale(1);
opacity: 0;
border-width: 1px;
}
}
@keyframes zoomBig {
0% {
transform: translate(-50%, -50%) scale(0.5);
opacity: 1;
border-width: 3px;
}
40% {
opacity: .5;
border-width: 2px;
}
65% {
border-width: 1px;
}
100% {
transform: translate(-50%, -50%) scale(1);
opacity: 0;
border-width: 1px;
}
}
.pricing-container {
    background: #fff;
    border-radius: 25px;
    /* box-shadow: 0px 3px 28px rgba(59, 74, 116, .15); */
    box-shadow: 0px 5px 18px rgba(255, 255, 255, .55);
    transition: .2s;
}
.pricing-top {
    padding: 1.5em !important;
    border-radius: 12px;
    min-height: 220px;
}
.text-sapphire-medium {
    color: #048c7f !important;
}
.subheader-caps-small {
    font-size: 12px;
    line-height: 18px;
    margin: 0;
}
.btn-arrow, .btn-arrow-left {
    position: relative;
    font-family: "Outfit", sans-serif;
    font-weight: 700;
    color: #1F5257 !important;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 2px;
    text-decoration: none !important;
    border-bottom: 0 !important;
    text-align: center;
    padding: 5px 35px;
}
a.btn-arrow {
    padding-left: 0;
    border: 0;
}
.btn-arrow:after {
    background-image: url(../images/arrow-right-sky.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    content: "";
    display: inline-block;
    height: 12px;
    width: 14px;
    margin: -3px 0 0 6px;
    vertical-align: middle;
    transition: transform .15s ease-out;
}
p.text-small a{
    font-size: 14px;
    line-height: 22px;
    color: #1F5257;
    border-bottom: 1px solid #1F5257;
    text-decoration: none;
    padding-bottom: 3px;
}
.col-lg-3:nth-of-type(1) .pricing-top {
    background: #abdcff;
}
.col-lg-3:nth-of-type(2) .pricing-top {
    background: #ffdaae;
}
.col-lg-3:nth-of-type(2) .pricing-top h3 {
    color: #2e4985 !important;
}
.col-lg-3:nth-of-type(4) .pricing-top h3 {
    color: #FFF !important;
}
.col-lg-3:nth-of-type(3) .pricing-top {
    background: #ace2e4;
}
.col-lg-3:nth-of-type(4) .pricing-top {
    background: #1F5257;
}
.lead {
    font-size: 1.1rem;
}
#block3 {
    padding: 0;
    background: url("../images/homepage-contact-background.png") 0% 0% no-repeat #E0F3F1;
background-size: auto;
}
#footer *{
    color: #fff !important;
}
h1,.text-body-emphasis{
    /* color: #1F5257 !important; */
    color: #048c7f !important;
}
p.text-large {
    font-size: 18px;
    line-height: 32px;
    color:#5e6883;
}
.fadein {
    opacity: 0;
    transition: all 1s;
    transform: translate(0, 150px);
  }
  
  .fadein.visible {
    opacity: 1;
    transform: translate(0, 0);
  }
  .text-sapphire-light {
    /* color: #1F5257 !important; */
    color: #048c7f !important;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
  }
  #insurancePartners {
	padding: 40px 0;
}

#insurancePartners .d-flex {
	gap: .75rem;
}

#insurancePartners img {
	max-width: 20% !important;
}

#insurancePartners img:nth-of-type(2) {
	max-width: 15% !important;
}

#insurancePartners img:nth-of-type(3) {
	max-width: 30% !important;
}

#insurancePartners img:nth-of-type(4) {
	max-width: 12% !important;
}
.bg-ltgray {
    background-color: #f7f7f7;
}
#logoBlock {
	padding: 60px 0 70px;
}

#logoBlock h2 {
	color: #807f7e;
	font-size: 32px;
	line-height: 40px;
}

#logoBlock .logos {
	justify-content: space-between;
}

#logoBlock img {
	margin: 0 auto;
	max-height: 30px;
	width: auto;
}
.lead  {
    font-size: 1.4rem !important;
    font-weight:200 !important;
    color: #048c7f !important;
}
.results_icon_content  p{
    font-size: 1.1rem !important;
    font-weight:200 !important;
    /* color: #5e6883 !important; */
    color: #048c7f !important;
     
}
.slickKmr {
    /*background: linear-gradient(180deg, #f6f7f9 35%, #eaf8f8 100%);*/
    /*background-color:#80CBC4;*/
     background-color:#048c7f;
}
.slickKmr .nav-link{
    position: relative;
    padding-left:2em;
    
}
.slickKmr .nav-link::after {
    content: " ";
    display: block;
    width:5px;
    height: 100%;
    background-color: #ccd1db;
    position: absolute;
    top: 0;
    left:0;
}
.slickKmr .nav-link.active::after {
    background-color: #1a3266;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: transparent;
    cursor: pointer !important;
}
.nav-pills .nav-link {
    cursor: pointer;
}
.tab-content>.active {
    display: inline-block;
    position: relative;
}
.tab-content>.active>img {
    width: calc(100% - 10px);
}
.tab-content>.active::before {
    position: absolute;
    content: " ";
    width:100%;
    height: 100%;
    background-image: url(../images/phone-slider-background.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position:100% 100%;
}
.kmrDd1 {
    /* background-color: #cd4061; */
    /*background-color: #6AA2C2;*/
    /*background-color:#1F5257;*/
}
.kmr-lists *{
    font-weight: 600;
    color: #048c7f;
    text-decoration: none;
    font-size: 28px;
}
.kmrImg2 {
    margin-left: -33%;
    width: 130%;
}
.background-sapphire-medium {
    /* background-color: #8f374c; */
    background-color: #E0F3F1;
}
/* numbers/percentages */
p.counter {
	margin-bottom: .5rem;
}

.percentage-xlarge, .percentage-large, .percentage-medium, .percentage-small {
	display: block;
	font-family: "Outfit", sans-serif;
	font-weight: 700;
	font-style: normal;
}

.percentage-xlarge {
	font-size: 110px;
	line-height: 110px;
}

.percentage-large, .percentage-medium {
	font-size: 70px;
	line-height: 68px;
}

.percentage-small {
	font-size: 44px;
	line-height: 42px;
}

.percentage-xlarge:after {
	content: "%";
	font-size: 64px;
	font-weight: 400;
}

.percentage-large:after, .percentage-medium:after {
	content: "%";
	font-size: 50px;
	font-weight: 700;
}

.percentage-small:after {
	content: "%";
	font-size: 22px;
	font-weight: 700;
}

/* percentage colors */
.percentage-medium.text-sapphire-medium:after {
	color: #4c76af;
}

.percentage-medium.text-sapphire-light:after {
	color: #55b9c5;
}

.percentage-medium.text-aqua-dark:after {
	color: #ace2e4;
}

/* remove percentage if necessary */
.no-percentage:after {
	content: "";
}
.kmrdr1 {
    border-right: 2px solid #dee2eb;
    border-left: 0;
}
  #faq {
    margin: auto;
    padding: 0 15px;
    text-align: center;
  }
  #faq ul {
    text-align: left;
  }
  .transition, .ddFaq, ul li i:before, ul li i:after {
    transition: all 0.3s;
  }
  
  #faq .no-select, #faq h2 {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    user-select: none;
  }
  
  #faq h1 {
    color: #1F5257;
    margin-bottom: 30px;
    margin-top: 0;
  }
  
  #faq h2 {
    color: #1F5257;
    font-size: 23px;
    line-height: 34px;
    text-align: left;
    padding:15px 25px 0 15px;
    text-transform: none;
    font-weight: 300;
    letter-spacing: 1px;
    display: block;
    margin: 0;
    cursor: pointer;
    transition: .2s;
  }
  
  #faq .ddFaq {
    color: #333;
    text-align: left;
    font-size: 14px;
    line-height: 1.45;
    position: relative;
    overflow: hidden;
    max-height:fit-content;
    will-change: max-height;
    contain: layout;
    display: inline-block;
    opacity: 1;
    transform: translate(0, 0);
    margin-top: 5px;
    margin-bottom: 15px;
    padding: 0 50px 0 15px;
    transition: 1s opacity, .6s max-height;
    hyphens: auto;
    z-index: 2;
  }
  
  #faq ul {
    perspective: 900;
    padding: 0;
    margin: 0;
  }
.ddFaq>.card-body>ul {
    padding: revert-layer !important;
    margin: revert-layer !important;
  }
  #faq ul li {
    position: relative;
    padding: 0;
    margin: 0;
    /*padding-bottom: 4px;*/
    /*padding-top: 18px;*/
    background: #fff;
    list-style: disc;
  }
  #faq ul li.border-top {
    list-style: none;
  }
  #faq ul li:last-of-type {
    padding-bottom: 0;
  }
  #faq ul li i {
    position: absolute;
    transform: translate(-6px, 0);
    margin-top: 45px;
    right: 15px;
  }
  #faq ul li i:before, ul li i:after {
    content: "";
    position: absolute;
    background-color: #048c7f;
    width: 3px;
    height: 9px;
  }
  #faq ul li i:before {
    transform: translate(-2px, 0) rotate(45deg);
  }
  #faq ul li i:after {
    transform: translate(2px, 0) rotate(-45deg);
  }
  #faq ul li input[type=checkbox] {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    touch-action: manipulation;
  }
  #faq ul li input[type=checkbox]:checked ~ h2 {
    color: #777;
  }
  #faq ul li input[type=checkbox]:checked ~ .ddFaq {
    /*margin-top: 0;*/
    max-height: 0;
    transition: 1s hight;
    opacity: 0;
    height: 0;
    /*transform: translate(0, 50%);*/
  }
  #faq ul li input[type=checkbox]:checked ~ i:before {
    transform: translate(2px, 0) rotate(45deg);
  }
  #faq ul li input[type=checkbox]:checked ~ i:after {
    transform: translate(-2px, 0) rotate(-45deg);
  }
  .ddFaq>.card-body>p,.ddFaq>.card-body>ul>li {
    font-size: 16px;
    line-height: 24px;
    color: #5e6883;
    font-weight: 300;
  }
.ls2{
    letter-spacing: 3px;
}
.kmrHeaderCenter img {width:250px;}
.fs12 {font-size: 14px !important;}
#navbarsExample11 ul li a,.kmrHeaderRight button {white-space: nowrap;}
/* #footer {background-color:#EFCBE5 !important;} */
#footer {background-color:#048c7f !important;}
#footer-bottom {
	padding: 0;
}

#footer-bottom img {
	height: 45px !important;
	width: auto;
}

#footer-bottom img#bbb {
	height: auto !important;
}

#footer-bottom img#hitrust {
	height: 55px !important;
}

#footer-bottom img#apple, #footer-bottom img#android {
	max-width:100%;
    height: auto !important;
}

#footer-bottom a {
	border: 0 !important;
}
.social li {
	display: inline;
}

.social li a {
	background: none;
	display: inline-block;
	margin: 10px;
	color: white;
}

.social li:first-of-type a {
	margin-left: 0;
}

.social li:last-of-type a {
	margin-right: 0;
}

.social li a i {
	transition: all 400ms cubic-bezier(0, .045, .355, 1);
	font-size: 18px;
}

.social li a:hover i {
	transform: scale(1.15);
}

.social li a img {
	height: 40px;
	width: auto;
}

#footer {
	background: #B16C34;
}

#footer h6 {
	font-family: "Outfit", sans-serif;
	font-weight: 700;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: white;
	margin-bottom: 1rem;
}

#footer ul {
    list-style: none;
    padding: 0;
    margin-bottom: 1.75rem;

}

#footer ul.social {
    margin: 0;

}

#footer img.b-logo {
	width: 220px;
	height: auto;
}

#footer hr {
	border-color: white;
	width: 100%;
	margin-bottom: 2.5rem;
}

/* Footer nav */
.footer-nav li {
	padding: 0 0 14px 0;
	line-height: 18px;
}

.footer-nav li a {
	position: relative;
	font-weight: 400;
	font-size: 15px;
	color: white;
	text-decoration: none !important;
}

.footer-nav li a:hover {
	color: #ace2e4;
}
.ddFaq p {
    font-weight: 300 !important;
    color: #5e6883 !important;
}
.ddFaq a {
    color: #0477bc !important; 
    text-decoration-color:#0477bc !important;
}
.ftrIcn {
    display: inline-block;
    overflow: hidden;
    width: 25px;
    min-width: 25px;
    max-width: 25px;
    vertical-align: bottom;
}
.kmr-lists li a:hover {color: #ace2e4;}
a.updated:after {
    content: "updated";
    background: #e8f1ff !important;
    font-size: 8px;
    line-height: 8px;
    color: #1a3266;
    margin-left: 5px;
    padding: 2px 5px;
    border-radius: 5px;
    letter-spacing: 1.2px;
}
.kmrbgvid::after {
    position: absolute;
    content: " ";
    width:100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
}
#frontHeader h1 {color: #FDF5E6 !important;} 
#frontHeader .fadeIn>span {color: #fab2e0 !important;}
#frontHeader p.text-large {color: #FFF !important;}
#frontHeader .heroDropdown form label {color: #FFF !important;}
.kmrHeaderLeft li a {padding:2em 0;}
.kmrPink {
    display: none;
}
.headerColor .kmrWhite {
    display: none;
}
.headerColor .kmrPink {
    display: inline-block;
}
.KMRLeftNav {
    position: absolute;
    background-color: #FFF;
    width: 400px;
    height: 100vh;
    padding: 2em;
    display: none;
    top: 88px;
}
.KMRLeftNav ul li a {
    white-space: wrap !important;
    font-size:1.3em !important;
    text-decoration: none;
    margin: 15px 0;
    display: block;
    padding: 0;
    color:#2e4985;
}
.KMRLeftNav ul li a:hover {
    color:#3e99db;
}
.KMRLeftNav.navL1 {
    display: block;
}

.KLN.l2 {
    position: absolute;
    top: 0;
    left: 360px;
    background-color: #f5f7f9;
    width: 300px;
    padding: 2em;
    display: none;
    height:100%;
}
.KLN.l2.navL2 {
    display: block;
}
.navL3 {
    display: block;
}
body.open header .kmrPink,header.open .kmrPink {
    display:inline-block;
}
body.open header .kmrWhite,header.open .kmrWhite {
    display:none;
}
.hash1>#PlanOptions {
    display: block;
    position: absolute;
    outline: auto;
    top:-200px;
}
.kmrtxtlt li{
    font-weight: 300 !important;
}
.kmr-anxiety{
    background: url("../images/conditions-hero-background-man-1.png") 100% 0 no-repeat;
    background-size: contain;
}
.kmr-depression{
    background: url("../images/conditions-hero-background-man-2.png") 100% 0 no-repeat;
    background-size: contain;
}
.kmr-insomnia{
    background: url("../images/conditions-hero-background-woman-1.png") 100% 0 no-repeat;
    background-size: contain;
}
.kmr-ASD{
    background: url("../images/conditions-hero-background-woman-2.png") 100% 0 no-repeat;
    background-size: contain;
}
.subheader-caps-medium ~ .text-aqua-medium {
    color: #ace2e4 !important;
}
.kmrDd1 .subheader-caps-medium {
    text-transform: uppercase;
}
.kmrDd1 {
    padding: 3em 0 0;
}
.kmrDd1 p {
    line-height: normal;
}
.kmrSlder {
    background: url("../images/insurance-stories-background-mobile2.png") 0% 0% no-repeat #f6f7f9;
    background-size: contain;
    overflow: hidden;
    padding: 100px 0 50px;
    /* background-blend-mode: darken; */
}
.kmrSlider .kmrSlickSlide.slick-slide {
    width:400px;
    background-color: #FFF;
    border-radius: 10px;
    margin:10px;
    padding: 40px;
    min-height:330px;
}
.kmrSlider .kmrSlickSlide.slick-slide * {
    font-weight: 300;
}
.kmrSlider .kmrSlickSlide.slick-slide>p {
    min-height: 220px;
    align-content: center;
}
.kmrSlider button.slick-arrow {
    display: none !important;
}
.kmrSlider .slick-dots li button:before {
    font-size: 10px;
    color:#55b0b4;
}
.kmrSlider .slick-dots li.slick-active button:before {
    color: #2e4985;
}
.kmr-sq1st {
    background-color: transparent !important;
}
.kmr-sq1st h2 {
    width:100%;
}
.kmrSlder-nn {
    display: none !important;
}
.kmrSlider .kmr-sq1st>a {
    width:100%; 
}
.kmr-legal :is(p,ol,li,strong){
    font-weight: 300;
    color: #717788;
    line-height: 30px;
}
.kmr-legal ol ol {
    list-style-type: lower-alpha;
}
.kmr-legal a {
    color: #717788;
    font-weight: 300;
}
.kmr-legal .col-md-12 h1 {
    font-size: 66px;
    line-height: 80px;
    margin-bottom: 30px;
    font-weight: 300;
    color: #1F5257 !important;
    padding-left:10px;
}
p.kmrtxtN {
    font-size: 18px;
    line-height: 26px;
    color: #5e6883;
}
a.kmrtxtN {
    color: #0477bc;
}
#frontHeader1 .fadeIn.fd2>span {
    width:100%;
    left: 0;
}
.text-sapphire-medium,p.text-large {
    font-weight:300 !important;
}
.kmrNn {
    transform: translateY(80px);
}
.kmrNn2 .faqNav {
    margin-top: 120px;
}
#faq>p {
  text-align: left;  
}
.kmrfaq>p{
   padding-top: 120px;
}
.kmrNn2 ul.faqNav {
    list-style: none;
    line-height:40px;
}
.kmrNn2 ul li a {
    text-decoration: none;
    color: #3e99db;
    font-size: 20px;
}
.kmrNn2 ul li a:hover {
    text-decoration: underline;
}
.slick-slide img {
    width: 47px !important;
}









/* .kmrHeaderLeft li a {padding:2em 0;}

.KMRLeftNav {
    position:absolute;
    left: 0;
    top: 88px;
    width:900px;
    height: calc(100vh - 88px);
    transition: all .3s;
    transform: translateX(-100%);
    
    
}
.KMRLeftNav1 {
    position:absolute;
    left: 0;
    top: 0;
    width:300px;
    height: calc(100vh - 88px);
    transition: all .3s;
    transform: translateX(-100%) !important;
    background-color:#f5f7f9;
    padding:2em;
    
}
.openIn>li>.KMRLeftNav1 {
    height: calc(100vh - 88px);
    transform: translateX(500px) !important;
    pointer-events: none;
    
}
.KMRLeftNav.open {
    transform: translateX(0);
    overflow: auto;
}
.KMRLeftNav1.open {
    transform: translateX(0);
    overflow: auto;
}
.KMRLeftNav>.KLN {
    width:500px;
    background-color: #FFF;
    padding: 2em;
    height:100%;
    position: relative;
    z-index:1;
}
.KMRLeftNav1>.KLN {
    width:500px;
    background-color: #FFF;
    padding: 2em;
    height:100%;
    position: relative;
    z-index:1;
}
body.open {
    content: " ";
    width:100%;
    height: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, .3);
    left: 0;
    top: 0;
    transition: all .5s;

}
.kmrHeaderLeft li a.open ~ .KMRLeftNav {
    transform: translateX(0);
    overflow: visible;
    
}
.kmrHeaderLeft li a.open ~ .KMRLeftNav1 {
    transform: translateX(0);
    overflow: visible;
}
.KMRLeftNav ul li a {
    white-space: wrap !important;
    font-size:1.5em !important;
    text-decoration: none;
    margin: 15px 0;
    display: block;
    padding: 0;
}
.KMRLeftNav1 ul li a {
    white-space: wrap !important;
    font-size:1.5em !important;
    text-decoration: none;
    margin: 15px 0;
    display: block;
    padding: 0;
}
.kmrPink {
    display: none;
}
.headerColor .kmrWhite {
    display: none;
}
.headerColor .kmrPink {
    display: inline-block;
}
.level2 .KMRLeftNav{
    top: 0;
    background-color:#f5f7f9;
    width:400px;
}
.level2.openIn .KMRLeftNav{
    z-index:0;
    transform: translateX(100%);
    padding: 2em;
} */

































/* Breakpoint XL */
@media screen and (min-width: 1200px) {
    #navbarsExample11 ul li a,.kmrHeaderRight button {font-size:1em;}
    .kmrSlder {
        background: url("../images/insurance-stories-background-mobile2.png") -130px 100% no-repeat #E0F3F1;
    }
}
@media screen and (max-width: 1460px) {
    
}  
/* Breakpoint LG */
@media screen and (min-width: 992px) and (max-width: 1199px) {
    #navbarsExample11 ul li a,.kmrHeaderRight button {font-size:.8em;}
    .kmrHeaderCenter img {width:200px;margin-right: 20px;}
    
}

/* Breakpoint MD */
@media screen and (min-width: 768px) and (max-width: 991px) {#navbarsExample11 ul li a,.kmrHeaderRight button {display: none;}}

/* Breakpoint SM */
@media screen and (max-width: 767px) {}

/* Breakpoint XS */
@media screen and (max-width: 575px) {
    .xsCenter {justify-content: center;text-align: center !important;}
    .kmrtsp {margin:50px 0 20px;}
}
@media screen and (min-width: 575px) {
    .kmrtsp {margin-top:50px !important;}
}
@media screen and (max-width: 767px) {

.slick-dots li:last-child{
    display: none;
}
    .kmr-sq1st {display: none !important;}
    .kmrSlder {
        background: url("../images/insurance-stories-background-mobile2.png") 0% 100% no-repeat #f6f7f9;
        background-size: contain;
        padding:50px 0px 340px;
    }
    .kmrSlider .kmrSlickSlide.slick-slide {
        background-color: transparent !important;
        /* padding:0 !important; */
    }
    .kmrSlder-nn {
        display: block !important;
    }
    #logoBlock .logos {
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
    }
    #logoBlock img {
        display: block;
        width: 100%;
        max-height: 40px;
        max-width: 200px;
        margin-bottom: 40px;
    }
    #frontHeader {
        background-position:bottom center; 
        padding: 0em 0 5em;
    }
    #frontHeader .d-md-block {display: none;}
    .heroDropdown form select,.heroDropdown form{width:100%;max-width: 100% !important;display: block !important;}
    .heroDropdown #route-button {width: 100%;margin: 20px 0 0 !important;}
    .kmrSlt{text-align: center;}
    .kmrSlt :is(h3,p,a) {
        margin-bottom: 20px !important;
        display:inline-block;
        padding-right: 0 !important;
    }
    .kmrdr1 {
        border-right: 0;
        border-bottom: 2px solid #dee2eb;
        padding:3em 0 !important;
    }
    #kmr-NBR>.container {
        max-width:100%;
    }
    .tab-content {text-align: center;}
    .kmrHeaderCenter {display: none !important;}
    body header .kmrHeaderRight button {width: 100%;text-align: left;padding-left:0;}
    .btn-primary-kmr {text-align: center !important;margin-top: 20px;}
    #block3 .row {padding-top: 0 !important;margin-top: 0 !important;}
    #block3 {background: url("../images/homepage-contact-background-mobile.jpg") 0% 0% no-repeat #fbf7ec;
        background-size: cover;}
    #block3 .b3Inner{padding:40px 20px 200px;text-align: center;}
    #block3 .b3Inner .text-sapphire-medium {font-weight: 300;}
    #block3 .b3Inner button {font-size: medium;}
    .container>.px-5,.container>.px-4 {padding-left: 0 !important;padding-right: 0 !important;margin-top: 0 !important;}
    .kmrtxt1>div>div>img{width:30px;}
    .kmrtxt1>div>div>div{padding: 0 !important;padding-left: 10px !important;}
    .lgtp {display: block !important;padding: .8em 0;}
    .kmr-lists li a,.kmr-lists li {font-size: 18px;line-height: 1.8em;}
    .KMRLeftNav ul li a {font-size: 1em !important;}
    .kmrHeaderLeft li a {padding:1em 0 !important;}
    .MainHeader>header {padding-bottom: 20px;}
}
@media screen and (max-width: 992px) {
    .kmr-ftr .ftr-6 {
        width:50%;
    }
    .kmr-ftr>.ftr-6,.kmr-ftr .ftr-6>div,.kmr-ftr .ftr-6>div>ul,.kmr-ftr .ftr-6>div>ul>li {
        margin-bottom: 0 !important;
    }
    .kmr-ftr .col-lg-4>.m-3 {
        margin:20px 0 0 !important;
    }
    .kmrbgimgm {
        background-image: none !important;
        padding: 0 !important;
    }
}