#mbc1 {
	display: none;
	background-color: rgba(0,0,0,0.55);
    color: #fff;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 50px;
    margin-bottom: 45px;
}
#pr {
	border-radius: 29px;
    background-color: rgb(44, 181, 232);
    color: white;
    width: 80%;
    padding: 20px;
    max-width: 515px;
	border: 6px solid #00ffe7;
}
.pg { font-size:14px; font-weight:500;}
.content_inside {
	margin-top:50px;
	margin-bottom:80px;
	max-width:1150px;
	width:85%;
}
.content_inside h1 {
	text-align:center;
	margin-bottom:75px;
	font-size:36px;
	color: #37568a;
}
.content_inside h2 {
	margin-bottom:10px;
	font-size:26px;	
}
.oval-thought-border {
	float:left;
    position: relative;
    padding: 70px 30px;
    /*margin: 1em auto 80px;*/
	margin-left: 0px;
    margin-bottom: 80px;
	margin-right:30px;
    border: 10px solid #37568a;
    text-align: center;
    color: #333;
    background: #fff;
    -webkit-border-top-left-radius: 240px 140px;
    -webkit-border-top-right-radius: 240px 140px;
    -webkit-border-bottom-right-radius: 240px 140px;
    -webkit-border-bottom-left-radius: 240px 140px;
    -moz-border-radius: 240px / 140px;
    border-radius: 240px / 140px;
	width:320px;
}
.oval-thought-border:before {
    content: "";
    position: absolute;
    z-index: 10;
    bottom: -40px;
    right: 238px;
    width: 50px;
    height: 50px;
    border: 10px solid #37568a;
    background: #fff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    display: block;
}
.oval-thought-border:after {
    content: "";
    position: absolute;
    z-index: 10;
    bottom: -60px;
    right: 303px;
    width: 25px;
    height: 25px;
    border: 10px solid #37568a;
    background: #fff;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    display: block;
}
#hct {
	display:inline-block;
}
.q2c {
	background: linear-gradient(141deg, #0fb8ad 0%, #1fc8db 51%, #2cb5e8 75%);
    text-align: center;
    color: white;
    padding: 20px 25px;
    font-size: 30px;
    border-radius: 20px;
    text-shadow: 0px 2px 3px #1f1f1f;
	margin-bottom: 40px;
}
#q2c_1 { width: 80%; }
#q2c_2 { width: 80%; margin-top:50px;}
#q2c_3 {width:80%; margin-bottom:65px;}
ol {
	list-style-type: none;
	list-style-type: decimal !ie; /*IE 7- hack*/
	margin: 0;
	margin-left: 1em;
	padding: 0;
	counter-reset: li-counter;
	max-width: 850px;
    margin: 0 auto;
}
ol li {
	position: relative;
	margin-bottom: 1.5em;
	padding: 0.5em;
	background-color: #F0D756;
	padding-left: 58px;
	border-radius: 12px;
	font-weight: 500;
    color: #2b2b2b;
}

ol li:before {
	position: absolute;
	top: -0.3em;
	left: -0.5em;
	width: 1.8em;
	height: 1.2em;
	font-size: 2em;
	line-height: 1.2;
	font-weight: bold;
	text-align: center;
	color: white;
	background-color: #1ec7d7;
	transform: rotate(-20deg);
	-ms-transform: rotate(-20deg);
	-webkit-transform: rotate(-20deg);
	z-index: 99;
	overflow: hidden;
	content: counter(li-counter);
	counter-increment: li-counter;
	text-shadow: 0px 2px 3px #1f1f1f;
}
#rc {
	margin-right: 0;
    width: calc(100% - 427px);
}
.cb1 {
	position: relative;
    padding: 15px;
    margin: 1em 0 3em;
    color: #000;
    background: #f3961c;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#f9d835), to(#f3961c));
    background: -moz-linear-gradient(#f9d835, #f3961c);
    background: -o-linear-gradient(#f9d835, #f3961c);
    background: linear-gradient(#f9d835, #f3961c);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}
.cb1:after{
	content: "";
    position: absolute;
    bottom: -15px;
    left: 50px;
    border-width: 15px 15px 0;
    border-style: solid;
    border-color: #f3961c transparent;
    display: block;
    width: 0;	
}
.cb1.top {
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#f3961c), to(#f9d835));
    background: -moz-linear-gradient(#f3961c, #f9d835);
    background: -o-linear-gradient(#f3961c, #f9d835);
    background: linear-gradient(#f3961c, #f9d835);	
}
.cb1.top:after {
    top: -15px;
    right: 50px;
    bottom: auto;
    left: auto;
    border-width: 0 15px 15px;
    border-color: #f3961c transparent;
}
#rc2 
{
	position: relative;
	width: 80%;
	padding: 10px;
	background: #FFFFFF;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	border: #2cb5e8 solid 4px;
	text-align: justify;
	font-weight: 500;
	margin-bottom:50px;
    max-width: 500px;
}

#rc2:after 
{
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 0 15px 15px;
	border-color: #FFFFFF transparent;
	display: block;
	width: 0;
	z-index: 1;
	top: -15px;
	left: calc(70% + 3px);
}

#rc2:before 
{
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 0 18px 18px;
	border-color: #2cb5e8 transparent;
	display: block;
	width: 0;
	z-index: 0;
	top: -22px;
	left: 70%;
}
@media (max-width:1150px) and (min-width:650px) {
	#rc {
		margin-right: 0;
    	width: calc(100% - 277px);	
	}
	.content_inside h2 {
    	font-size: 20px;
	}
	
	.oval-thought-border {
		padding: 29px 5px;
		width:217px;	
	}
	.oval-thought-border:after {
		bottom: -43px;
		right: 183px;
		width: 13px;
		height: 13px;
		border: 7px solid #37568a;
	}
	.oval-thought-border:before {
		bottom: -29px;
		right: 139px;
		width: 30px;
		height: 30px;
		border: 9px solid #37568a;
	}
}
@media all and (min-width:950px) {
	#bq {width: 75%;}	
}
@media all and (max-width:650px) {
	.oval-thought-border {
		margin-left:auto;
		margin-right:auto;
		float:none;
	}
	#rc {
		margin: auto;
    	width: 85%;	
	}
}
@media all and (max-width:500px) {
	.oval-thought-border {display:none;}
	#mbc1 { display:block;}
}