﻿/* The goal of a interstitial stylesheet is to set a default styles for INTERSTITIAL POPUP. */

/* v1.0 | CIBER INDIA - GENERIC*/

#interstitial-overlay {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    display: none;
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1003;
}
.interstitial {
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1004;
}
.interstitial .window {
    background: #fff;
    height: 100%;
    margin: 0 50px;
    border-radius: 30px;
	padding:80px 180px;
	text-align:center;
	position:relative;
}
.interstitial .window .inner {
    color: #333;
    padding: 30px;
    box-sizing: border-box;
    /*text-align:center;*/
    display: table;
}
.interstitial .left {
    max-width: none;
    width: 50%;
	display:none;
    
}
.interstitial .right {
    display: block;
    width: 100%;
    padding-left: 30px;

}
.interstitial .window .stripes {
    background-color: white;
    /*background-image: url("/-/media/MenopauseAndMeCoUk/assets/img/bluestripes.png");*/
    background-repeat: repeat-x;
    height: 14px;
    width: 100%;
}
.interstitial .window .stripes .bar {
    background: #2a276e none repeat scroll 0 0;
    height: inherit;
    width: 38%;
}
.interstitial .window h1 {
    font-weight: normal;
    font-size: 20px;
    color: #fff;
    padding-bottom: 15px;
}
.interstitial .window h2 {
    color: #003f78;
    font-size: 46px;
    text-align: center;
    margin: 25px auto;
    line-height: 1.5;
}
.interstitial .window h5 {
	 color: #003f78;
    font-size: 26px;
	margin-bottom:30px;
}
.interstitial .window .image-wrapper i{
    font-size: 110px;
    color: #b7d1ee;
}
.interstitial .window p{
	font-size:20px;
	color: #003f78;
}
#sideEffects_popup.interstitial .window h2 {
    color: #fff;
    font-size: 20px;
    padding-bottom: 16px;
    text-align: left;
}
.interstitial .window .caption {
    font-size: 18px;
    padding-bottom: 0;
}
#main-content-wapper .interstitial .window .caption p {
    color: #666666;
    font-size: 14px;
    margin: 10px 0 0;
    /*text-align: center;*/
}
.interstitial .close-icon{
	position: absolute;
    right: 50px;
    top: 40px;
}
.interstitial .close-icon i{
	font-size:60px;
	color:#137EBF;
}
.interstitial .close-icon i:before{
	-webkit-text-stroke: 8px white;
}
.interstitial .btn-rounded{
	padding:10px;
	outline:none;
	border:none;
	border-radius:50px;
	min-width:150px;
	font-size:20px;
	margin:0 10px;
	text-decoration:none;
	font-weight:600;
}
.interstitial .action-buttons{
	margin-top:40px;
	display:inline-flex;
	justify-content:center;
}
.interstitial .action-buttons .btn-primary-rounded{
	background-color:#137EBF;
	color:#fff;
}
.interstitial .action-buttons .btn-outlined-rounded{
	border:2px solid #137EBF;
	color:#137EBF;
}
.choose-the-product{
	display:flex;
	justify-content:center;
}
.choose-the-product .select-product{
	position: relative;
    margin: 15px;
    padding: 12px 0;
    width: 25%;
    border: 1px solid var(--secondary-color);
    border-radius: 10px;
}
.choose-the-product .select-product img{
	width:150px;
}
.choose-the-product .select-product {
	margin-top:0;
}
.choose-the-product .select-product .custom-radio-btn {
position: absolute;
    right: 10px;
    top: 10px;
}
.choose-the-product .select-product .custom-radio-btn input[type="radio"]{
   appearance: none;
   border: 1px solid #d3d3d3;
   width: 30px;
   height: 30px;
   border-radius:50%;
   content: none;
   outline: none;
   margin: 0;
}

.choose-the-product .select-product .custom-radio-btn input[type="radio"]:checked {
  appearance: none;
  outline: none;
  padding: 0;
  content: none;
  border: none;
  background-color:#003f78;
  
}

.choose-the-product .select-product .custom-radio-btn input[type="radio"]:checked::before{
  position: absolute;
  color: #fff !important;
  content: "\00A0\2713\00A0" !important;
  font-weight: bolder;
  font-size: 21px;
}

.interstitial .continue,
.interstitial .cancel {
    display: inline-block;
	
}
.interstitial a,
.interstitial a:visited,
.interstitial a:hover,{
    color: #fff;
    text-decoration: underline;
}
.interstitial a:hover span {
    color: #fff;
    text-decoration: none;
}
.interstitial .btn-v2{
margin-top:40px;
}
.interstitial .continue a {
    padding:15px 25px;
	outline:none;
	border:none;
	border-radius:50px;
	min-width:150px;
	font-size:20px;
	margin:0 10px;
	text-decoration:none;
	font-weight:600;
	background-color:#137EBF;
	color:#fff;
	display:inline-block;
	border:2px solid #137EBF;
}
.interstitial .continue a:hover {
	padding:15px 25px;
	color:#137EBF;
	opacity:0.8;
	text-decoration:none;
}
.interstitial .cancel a {
    padding:15px 25px;
	outline:none;
	border:none;
	border-radius:50px;
	min-width:150px;
	font-size:20px;
	margin:0 10px;
	text-decoration:none;
	font-weight:600;
	border:2px solid #137EBF;
	color:#137EBF;
	display:inline-block;
}
.interstitial .cancel a:hover {
	background-color:#137EBF;
	color:#fff;
	opacity:0.8;
	padding:15px 25px;
}
.btn.continue > a {
    padding: 15px 50px;
    display: block;
    font-weight: bold;
    font-size: 14px;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    padding-left: 0;
}
.interstitial-exit-icon {
    background: #fff none repeat scroll 0 0;
    border-radius: 30px;
    color: #00b4e5;
    cursor: pointer;
    display: inline-block;
    float: right;
    font-size: 28px;
    font-weight: bold;
    line-height: 6px;
    margin-right: -24px;
    margin-top: -75px;
    padding: 9px 4px;
}
.interstitial-exit-icon::before {
    content: "×";
}
#sideEffects_popup .caption a {
    color: #fff;
}
#sideEffects_popup .cancel {
    border-radius: 10px;
    display: block;
    margin: 0 auto;
    text-align: center;
    width: auto;
}
#sideEffects_popup .cancel a {
    border-radius: 5px;
}
#interstitial_onload.interstitial .window {
    background-color: #fff;
    border: 5px solid #5b9bd5;
    border-radius: 80px;
    max-width: 800px;
}
#interstitial_onload.interstitial .window .inner .caption {
    color: #999;
    height: 380px;
    overflow-y: auto;
}
#interstitial_onload.interstitial .cancel {
    display: none;
}
#interstitial_onload.interstitial .btn.continue {
    bottom: -25px;
    position: absolute;
    right: 52% !important;
    width: 68px;
}
#interstitial_onload.interstitial .interstitial-exit-icon {
    display: none;
}
#interstitial_onload.interstitial .btn a {
    background-color: #5b9bd5;
    border: 3px solid #41719c;
    border-radius: 6px;
    color: #fff;
    font-size: 24px;
    font-weight: normal;
    padding: 10px 50px;
    width: auto;
}
#interstitial_onload ul {
    list-style-type: disc;
    margin: 0;
    padding-left: 20px;
}
.custom-interstitial.interstitial .window {
    max-width: 1000px;
    margin: 0 auto;
}
.custom-interstitial.interstitial .right .continue.cta-btn.cta-btn-secondary,
.custom-interstitial.interstitial .right .cancel.cta-btn.cta-btn-primary.ml-5 {
    background: none;
    padding: 0;
}
.custom-interstitial.interstitial .right .continue a,
.custom-interstitial.interstitial .right .cancel a {
    padding: 10px 40px;
	min-width: 170px;
}
.custom-interstitial.interstitial .right .cancel a {
	background: none;
}
.custom-interstitial.interstitial .right .cancel a:hover {
	background-color: #137EBF;
    color: #fff;
	opacity: 1;
}
.custom-interstitial.interstitial .right .cancel a:after {
	display: none;
}
@media screen and (min-width: 1200px) {
	.custom-interstitial.interstitial .window {
		padding: 80px 180px;
	}
} 
@media screen and (max-width: 1199px) {
	.custom-interstitial.interstitial .window {
		padding: 80px 100px;
	}
}
@media screen and (max-width: 991px) {
.external-interstitial.interstitial .window{
	padding:80px 0;
}
.external-interstitial.interstitial .right {
	padding-left:0;
	
}
}
@media screen and (max-width: 767px) {
	.custom-interstitial.interstitial .window {
		padding:40px 0;	
		border-radius:5px;	
		margin:0 20px;	
	}
	}
@media screen and (max-width: 680px) {
    /*.interstitial {
        top: 5%;
    }*/
    .interstitial .window {
        margin: 0 5%;
        max-width: 100%;
		padding: 50px 10px;
    }
	.interstitial .window h2 {
		font-size:30px;
	}
    .interstitial .window .inner {
        padding: 20px 0 27px;
        text-align: center;
    }
    .interstitial .left {
        width: 100%;
    }
    .interstitial .right {
        margin-left: 0;
		padding-left: 0;
    }
    .interstitial .cancel {
        margin-left: 10px !important;
        padding-top: 10px;
    }
    .interstitial .window .btn span {
        font-size: 14px;
        font-weight: bold;
    }
    .interstitial-exit-icon {
        margin-right: -10px;
        margin-top: -87px;
    }
    .interstitial .btn,
	.interstitial .continue,
    .interstitial .cancel {
        display: block;
        margin-bottom: 0;
        margin-left: 0 !important;
        margin-right: 0;
        margin-top: 10px;
        text-align: center;
        width: auto;
    }
    #interstitial_onload.interstitial .window .inner .caption {
        font-size: 14px;
        height: 170px;
    }
    #interstitial_onload.interstitial .btn a {
        font-size: 18px;
        padding: 8px 30px;
    }
    #interstitial_onload.interstitial .btn.continue {
        right: 50% !important;
    }
}
@media screen and (max-width: 470px) {
    #interstitial_onload.interstitial .window .inner .caption {
        height: 333px;
    }
}
@media screen and (max-width: 680px) {
    .interstitial .left {
        padding: 0 0 40px 0;
    }
}
/* ExternalPopup box css only*/

.interstitial .window .stripes {
    /*background-image: url("/-/media/MenopauseAndMeCoUk/assets/img/bluestripes.png");*/
}
.interstitial .window .stripes .bar {
    background: #2a276e;
	display:none;
}
#exit_interstitial.interstitial .window {
    border-radius: 0;
}
#exit_interstitial.interstitial .window .inner {
    padding: 30px 20px;
    color: #000;
    width: 100%;
}
#exit_interstitial .left,
#exit_interstitial .right {
    display: inline-block;
}
#exit_interstitial .left {
    width: 25%;
    margin: 0;
}
#exit_interstitial .left img {
    width: 100%;
}
#exit_interstitial .right {
    margin: 0;
    width: 75%;
}
#exit_interstitial .right .caption {
    padding: 0;
    font-size: 14px;
    margin-bottom: 15px;
}
#exit_interstitial .right p {
    font-family: inherit;
    font-size: 16px;
}
#exit_interstitial .right h2 {
    margin: 0 0 15px;
    padding: 0;
    font-family: inherit;
}
#exit_interstitial .right .continue,
#exit_interstitial .right .cancel {
    display: inline-block;
    width: 50%;
    margin: 0;
    text-align: center;
}
#exit_interstitial .right .continue {
    margin: 0;
    padding: 0 5px 0 0;
    box-shadow: none;
    background: none;
    border: none;
}
#exit_interstitial .right .cancel {
    padding: 0 0 0 5px;
}
#exit_interstitial .right .continue a {
    padding: 8px;
    border-radius: 0px;
    background: #CB0766;
    border: 2px solid #CB0766;
    color: #fff;
    width: 100%;
    display: inline-block;
    text-decoration: none;
    margin: 0;
    font-weight: 600;
    line-height: 1.4;
}
#exit_interstitial .right .continue a:before,
#exit_interstitial .right .continue a:after {
    display: none;
}
#exit_interstitial .right .cancel a {
    display: block;
    padding: 8px;
    color: #707070;
    font-weight: 600;
    text-decoration: none;
    border-radius: 0;
    width: 100%;
    display: inline-block;
    border: 2px solid #707070;
}
#exit_interstitial .right .cancel {
    float: right;
}
#exit_interstitial .right .continue a span,
#exit_interstitial .right .cancel a {
    text-decoration: none;
    border-radius: 0;
    background: transparent;
    text-transform: uppercase;
}
#exit_interstitial .right .continue a span {
    border: none;
}
#exit_interstitial .right .continue a:hover span {
    color: #fff;
}
#exit_interstitial .right .cancel a > p {
    margin: 0;
    padding: 0;
}
#exit_interstitial .right .continue a span p {
    margin: 0;
    padding: 0;
}
#exit_interstitial .left,
.external-interstitial .right a p {
    text-transform: uppercase;
}