@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*{box-sizing: border-box;font-family: 'Lato', sans-serif;-webkit-font-smoothing: antialiased;}
.blue{color: #5A3BFC}
.orange{color: #FC703B}
.white-text{color: #fff;}
.blue-bg{background-color: #5A3BFC}
.grey-bg{background-color: #F6F6F6}
.orange-bg{background-color: #FC703B}
.pink-bg{background-color: #E6014F}
.center-text{text-align: center;}
.center{margin: 0 auto}
img{max-width: 100%}
a{display: block; text-decoration: none}
.adv-1 p, .adv-2 p, .adv-3 p{font-size: 22px; line-height: 32px;}
.main p{padding: 20px  5px;}
h1{font-size: 52px; font-weight: bold; margin: 10px auto}
h2{font-size: 32px; font-weight: bold; margin: 10px auto 20px auto}
.submit-button{width: 90%; max-width: 550px; padding: 20px 30px; font-size: 32px; font-weight: bold; border-radius: 100px; margin: 10px auto}
header.advertorial-outer-wrapper{ box-shadow: 0 0 6px #e1e1e1; padding: 10px 5px; margin-bottom: 10px}  
header .advertorial-wrapper{display: flex; align-items: center; justify-content: space-between; max-width: 1300px; margin: 0 auto}
header .advertorial-logo{width: 320px}
.advertorial-phone-number{font-size: 32px;    font-weight: bold;}
.main.advertorial-wrapper{max-width: 960px; margin: 0 auto}
.advertorial-age-selector-wrapper {display: flex;align-items: flex-start;flex-wrap: wrap;justify-content: space-between;padding: 10px 0;}
.advertorial-age-selector:hover, .submit-button:hover {background: #E98D15;}
.advertorial-age-selector {text-align: center;background: #5A3BFC;padding: 5px;}
.advertorial-age-selector-image {padding: 0 40px;background: #fff;}
.advertorial-age-selector-text p{font-size:40px; font-weight: bold;}
.adv-2 .advertorial-age-selector {text-align: center;background: #F6F6F6;padding:30px 35px ; border-radius: 10px}
.adv-2 .advertorial-age-selector:hover {background: #FC703B; color: #fff}
.adv-2 .advertorial-age-selector-text p{color: #000}
.adv-2 .advertorial-age-selector:hover .advertorial-age-selector-text p{color: #fff}
.adv-2 .submit-button:hover {background-color: #883BFC}
.main.adv-3{max-width: 1140px;}
.adv-3 h1 {font-size: 36px; padding: 10px 0;border-bottom: 1px solid;border-top: 1px solid;}
.adv-3 .submit-button:hover {background-color: #22A0EC}
.adv-3 .advertorial-content-wrapper {display: flex; align-items: flex-start}
.adv-3 .advertorial-author {width: 80px; margin-right: 10px}
.adv-3 .advertorial-author p {padding: 3px;font-size: 14px;line-height: 18px;}
.adv-3 .advertorial-text-banner {width: 100%;max-width: 760px;}
.adv-3 .advertorial-sidebar{width: 285px; margin-left: 10px; background: rgb(230,1,79);background: linear-gradient(180deg, rgba(230,1,79,1) 0%, rgba(97,22,200,1) 100%);}
.adv-3 .advertorial-sidebar h2{font-size: 24px;margin: 10px auto 0px auto;padding: 0 7px;line-height: 30px;}
.adv-3 .advertorial-age-selector-wrapper {justify-content: space-evenly; padding: 7px; }
.adv-3 .advertorial-age-selector {width: 46%;margin: 2%;}
.adv-3 .advertorial-age-selector-text p {font-size: 26px; padding: 5px;}
.adv-3 .advertorial-age-selector-image {padding: 0;background: #fff;}
.adv-3 .advertorial-age-selector-image img {max-height: 145px;}
.adv-3 .advertorial-age-selector {text-align: center;background: #000;padding: 0;}

.advertorial-year-selector {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.advertorial-year-selector > div {
    width: 14.66%;
    margin: 1%
}

.advertorial-year-selector > div >a {
    background: #22A0EC;
    width: 90%;
    text-align: center;
    color: #fff;
    padding: 10px;
    border-radius: 100px;
    font-size: 26px;
    font-weight: bold;
}
.advertorial-year-selector > div > a:hover {background-color:  #E6014F}

.centerHeader {
    max-width: 1140px !important;
    margin: 0 auto !important;
    padding: 10px !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width:960px){  
.adv-3 .advertorial-content-wrapper {flex-direction: column}
.adv-3 .advertorial-sidebar {margin: 0 auto;}
.adv-3 .advertorial-author {width: 100%;margin-right: 10px;display: flex;align-items: center;justify-content: center;}
 .adv-3 .author-image img {max-width: 50px;max-height: 50px;margin-right: 5px;}
.adv-3 .advertorial-author {margin-bottom: 10px}
}
@media (max-width:767px){
    .centerHeader {
    padding: 10px 8px 10px 0 !important;
}
        header .centerHeader > a {
    
    width: 230px !important;
    min-width: auto !important;
}
.main p{padding: 10px  5px;}
    header .advertorial-wrapper {
    flex-direction: column;
}
    header .advertorial-logo {
    width: 250px;
}
    .advertorial-advertorial-heading {
    padding: 5px;
}
    .advertorial-header-contact-info {
    display: none;
}
    .advertorial-phone-number {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
}
    p.advertorial-phone-timings {
    font-size: 18px;
    text-align: center;
}
    h1, .adv-3 h1 {
    font-size: 26px;
    line-height: 32px;
    padding: 10px;
}
    h2 {
    font-size: 25px;
    padding: 10px;
    line-height: 32px;
    margin: 10px auto;
    font-weight: bold;
}
    p {
    font-size: 18px;
    line-height: 26px;
        
}
   .main p{padding: 10px}
    .submit-button {

    padding: 20px;
    font-size: 22px;
    margin: 10px auto;
}
    .advertorial-age-selector-wrapper{padding: 0;}
    .advertorial-age-selector {
    width: 80%;
    margin: 10px auto;
}
    .advertorial-year-selector > div {
    width: 31%;
    margin: 1%;
}
    .advertorial-year-selector > div a {
    margin: 0 auto;
}
    
}
.border-none.formBottomSection {
    background-color: #eee;
    padding: 0;
    margin-top: 40px;
}
.border-none {
    border: 0 !important;
}
.gray {
    background-color: #f9f9f9;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
}
.centerCon {
	margin: 0 auto;
	overflow: hidden;
	width: 990px;
	padding: 40px 0;
	max-width:100%;
}
body .formBottomSection h3 {
	color: #054586;
	float: none;
	font-size: 30px;
	font-weight: 400;
	margin: 30px auto;
	text-align: center;
	max-width: 600px;
	width: 100%;
}
.formBottomSection h3 span {
	font-weight: 700;
	color: #7dc444;
}
.clearFix, div.footer {
	clear: both;
}

.family-text {
	float: left;
	margin-top: 35px;
	width: 462px;
}

.family-text h2 {
	color: #000;
	font-family: Lato !important;
	font-size: 30px;
	font-weight: 400;
	line-height: 46px;
}
.family-text h2 span {
	color: #7dc444;
	font-weight: 700;
}
.family-img {
	float: right;
	margin-top: 35px;
}
@media (max-width:767px){
    .family-img, .family-text, .formBottomSection h3 {
    text-align: center;
    width: 100%;
}
}


header.header {
	background: #FFF;
	position: static;
	margin-bottom: 0;
	box-shadow: 0 2px 6px #e1e1e1;
}
#catapult-cookie-bar h3{display:none!important}#catapult-cookie-bar a,#catapult-cookie-bar span{font-size:12px!important}#catapult-cookie-bar{background:rgba(5,69,133,.75);bottom:3%!important;padding:10px 10px 10px 15px!important;border-radius:5px!important;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-ms-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out}#catapult-cookie-bar .x_close::after{content:"x"}#catapult-cookie-bar .x_close{height:14px;width:14px;border-radius:5px;content:"";position:absolute;top:0;cursor:pointer;right:0;color:#FFF;display:block}#catapult-cookie-bar a{display:inline;}

.disclaimerTextWrapper {
    margin: 25px auto;
    width: 100%;
    max-width: 900px;
}
.disclaimerTextWrapper p {
    margin: 0 !important;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #666;
}