.topHead{
	text-align: center;
	font-size: 40px;
	font-weight: 600;
	padding: 20px 0;
}
.pinkBlock{
	background-image: url(https://influencermarketinghub.com/wp-content/plugins/IMH-tools/tools/yt_calc_slide/youtube/photo.jpg);
	color: #fff;
	text-align: center;
	background-position: top right;
    background-size: cover;
}
#calcBlock{
	overflow: hidden;
}
#calcBlock .pinkBlock{
	background-image: url(https://influencermarketinghub.com/wp-content/plugins/IMH-tools/tools/yt_calc_slide/youtube/photo2.jpg);
    border-top-right-radius: 5px;
}
#youtube-calc .pinkBlock .title{
	font-weight: 500;
	padding-bottom: 15px;
}
.pinkBlock .pinkHead{
	padding: 15px 25px 5px;
}
.pinkBlock .pinkHead .h2_title,
.footBlock .whiteHead .h2_title{
	font-weight: 600;
	font-size: 24px;
	text-align: center;
}
.footBlock .whiteHead .h2_title{
	margin-bottom: 0;
}
.pinkBlock .pinkHead .h2_title{
	color: white;
	margin-bottom: 0;
	line-height: 30px;
}
.pinkForm, .footBlock .whiteForm{
	width: 75%;
	margin: 0 auto;
	padding: 10px 0 0;
	display: inline-block;
}
.pinkForm form, .whiteForm form{
	width: 50%;
	float: right;
}
.pinkForm input, 
.whiteForm input {
	height: 28px;
    width: 75%;
    padding: 0;
    float: left;
    border: none;
    border-radius: 8px;
    padding-left: 10px;
    color: white !important;
    font-weight: bold;
    margin-top: 3px;
}
#video input {
	background: #eee;
}
.pinkForm span, .whiteForm span{
	float: left;
	padding-top: 3px;
	font-size: 14px;
}
.pinkBlock .borderBot{
	height: 2px;
	width: 100%;
	border-top: 1px dashed #fff;
	margin-bottom: 10px;
}
.pinkBlock > .result{
	display: inline-block;
	width: 100%;
	position: relative;
	margin-bottom: -7px;
	padding: 10px;
	border-top: 1px solid rgba(255,255,255,0.2);
}
.pinkBlock > .result:before{
	content: '';
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.2);
	left: 0;
}
.pinkBlock .width50{
	width: 50%;
	float: left;
	min-height: 50px;
	padding: 20px 0;
	position: relative;
}
.pinkBlock .width50 .title{
	font-size: 15px;
	padding-bottom: 20px;
}
.pinkBlock .width50 > div:last-of-type{
	font-size: 36px;
	font-weight: 600;
	display: inline-block;
	width: 100%;
	position: relative;
}
.pinkBlock .width50 > div:last-of-type:before,
.pinkBlock .width50:first-child > div:last-of-type:after,
.pinkBlock .width50:nth-child(3) > div:last-of-type:after{
	content: '';
	display: block;
	width: 30%;
	height: 1px;
	background-color: rgba(255,255,255,0.2);
	position: absolute;
	top: 50%;
}
.pinkBlock .width50 > div:last-of-type:before{
	left: 85%;
}
.pinkBlock .width50:first-child > div:last-of-type:after,
.pinkBlock .width50:nth-child(3) > div:last-of-type:after{
	right: 85%;
}

.footBlock{
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
	text-align: center;
	padding: 20px;
	border: 1px solid #cc1e1d;
	display: inline-block;
	padding-bottom: 30px;
	width: 100%;
}
.whiteForm span {
	text-align: right;
    width: 47%;
    padding-right: 3%;
}
.footBlock .whiteForm {
    width: 60%;
    padding-top: 5px;
}
.pinkBorder {
	height: 2px;
	border-top: 1px dashed #F14074;
	margin-top: 20px;
}
.pinkForm button, .whiteForm button {
    background-color: transparent;
    border: none;
    width: 7%;
    float: left;
    padding-top: 5px;
    cursor: pointer;
    min-width: 15%;
    padding: 5px 0;
}
button:hover {
	opacity: 0.85;
}
.pinkForm button img, .whiteForm button img{
	width: 22px;
	opacity: 0.9;
}
.whiteForm button img{
	opacity: 0.7;
}
.footBlock .whiteRes,
.footBlock .footEarning{
	width: 50%;
	float: left;
	display: inline-block;
	margin-top: 25px;
}
.footBlock .whiteRes .whiteResViews,
.footBlock .footEarning .sumRes{
    font-size: 36px;
    color: #cc1e1d;
    padding: 10px;
}
.footBlock .whiteRes .whiteResViews{
	padding-top: 19px;
}
.footBlock .footEarning .title{
	margin-bottom: -13px;
}
.footBlock .footEarning .title span{
	background-color: #fff;
	padding: 0 5px;
}
.footBlock .footEarning .sumRes{
	border: 1px solid #cc1e1d;
    border-radius: 10px;
    padding-top: 26px;
    padding-bottom: 18px;
}
#calcBlock.calcBlock{
    border-radius: 5px 5px 0 0;
    border: 2px solid #D9D9D9;
}
.koji_area{
	margin-top: 0;
    border-radius: 0 0 5px 5px;
    margin-bottom: 15px;
    border: 2px solid #D9D9D9;
    box-shadow: unset;
}
.koji_area div{
	max-width: 520px;
}
@media screen and (min-width: 1024px){
	.footBlock .footEarning{
		width: 44%;
	}
}
@media screen and (max-width: 1260px){
	.pinkHead .pinkForm {
	    width: 85% !important;
	}
}
@media screen  and (min-width: 769px) and (max-width: 980px){
	.pinkBlock .width50{
		padding: 20px 0;
	}
	.pinkForm, .footBlock .whiteForm {
    	width: 100%;
	}
	.footEarning .sumRes {
    	width: 60%;
	}
	.footEarning .title {
	    width: 175px;
	}
}
@media (max-width: 680px){
	.koji_area{
		max-width: 100%;
		margin: 0 0 15px;
	}
	#calcBlock.calcBlock{
		height: auto;
	}
	#calcBlock .pinkBlock{
		margin-bottom: 0;
	}
}
@media screen and (min-width: 461px) and (max-width: 768px){
	.pinkBlock .width50{
		padding: 10px 0;
		width: 49%;
	}
	.pinkForm form, .whiteForm form {
		width: 85%;
	}
	.pinkForm span, .whiteForm span{
		float: none;
	}
}
@media screen and (max-width: 460px){

	.pinkForm, 
	.footBlock .whiteForm, 
	.footBlock .whiteRes, 
	.footBlock .footEarning,
	.footEarning .title {
    	width: 100%;
    	text-align: center;
	}
	#video input {
		width: 85%;
	}
	.footBlock .whiteHead h2 {
		font-size: 18px;
	}
	.footBlock .footEarning .title {
		margin-bottom: -10px;
	}
	.whiteForm button {
		float: right;
	}
	.pinkForm span, .whiteForm span{
		float: none;
	}
	.pinkForm form, .whiteForm form{
		width: 100%;
	}
	.pinkForm input, .whiteForm input{
		width: 85%;
	}
	.pinkBlock .width50{
		width: 100%;
	}
	.pinkBlock .width50:first-child{
		border-right: 0;
	}
	.pinkBlock .width50:nth-child(3){
		border-right: 0px dashed;
		border-bottom: 1px dashed;
	}
	.footEarning .sumRes {
    	width: 100%;
	}
}
