@charset "utf-8";
/* TEXT STYLE CSS Document */


.ttcAgreementBox {
	float: left;
	width:455px;
	/* height:450px; */
	padding:20px 0px 0px 45px;
	background-image:url(../images/ttc_review/Online_Test_Review_bg.png);
	background-repeat:no-repeat;
	overflow:hidden;
	}

.onlineTestAgreementBox {
	float: left;
	width:455px;
	/* height:auto; */
	padding:20px 0px 0px 45px;
	background-image:url(../images/ttc_review/Online_Test_bg.jpg);
	background-repeat:no-repeat;
	overflow:hidden;
	}
	
.ttcAgreementText {
	float: left;
	width: 385px;
	margin:20px 0px 0px 0px;
	padding:10px 10px 10px 10px;
	text-align:left;
	background-color: #EFEFEF;
	}	
.ttcAgreementTextWithOutBox {
    float: left;
    width: 450px;
    margin:20px 0px 0px 0px;
    text-align:left;
    
}

.agreement__wrapper {
	float: left;
	width: 455px;
	/* height: 450px; */
	padding: 20px 0px 0px 45px;
	background-image: url(/images/ttc_review/Online_Test_bg.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
}

.ttcAgreementTitle {
	float: left;
	width: 400px;
	height: 20px;
	margin: 60px 0px 0px 0px;
}	

.ttcUseTitle {
	float: left;
	width: 400px;
	height:20px;
	margin:30px 0px 0px 0px;
	}
	

.cancelBtn {
	float: left;
	width: 173px;
	height:39px;
	margin: 20px 0px 0px 40px;
	}	
.iagreeBtn {
	float:left;
	width: 173px;
	height:39px;
	margin: 20px 0 0 240px;
	}


@media (max-width: 640px){
	.agreement__wrapper {
		float: unset !important;
		width: 100% !important;
		height: auto !important;
		padding: 0 !important;
		/*overflow: auto !important;*/
	}
	.ttcAgreementTitle{
		width: 100%!important;
		height: auto!important;
	}
	.ttcAgreementTextWithOutBox {
		margin: 0!important;
		padding: 40px 10px 10px 20px;
		width: calc(100% - 30px) !important;
	}
	.ttcAgreementText {
		padding: 10px 10px 10px 30px;
		width: calc(100% - 80px) !important;
		margin: 20px 20px 0;
	}
	.iagreeBtn{
		margin: 20px 10px 0 0!important;
		height: auto!important;
		float: right!important;
	}
	.ttcUseTitle{
		margin: 0 0 0 20px!important;
		width: 100%!important;
	}
	.ttcAgreementBox.test-review-agreement{
		width: 100%;
		padding: 0;
		height: 100%;
	}
}


#boxes *{
	box-sizing: border-box;
}

#boxes .agreement-container{
   width: 560px;
   margin: 21px;
   border-radius: 30px;
}
#boxes .agreement-header-section{
   background-color: #FFBE02;
   padding: 36px 0 34px 35px;
   border-top-left-radius: 30px;
   border-top-right-radius: 30px;
   position: relative;

}

#boxes .agreement-header-section.agrement-header-test-review{
	background-color: #2493FC;
}

#boxes .online-test-agreement-icon{
   position: absolute;
   right: -15px;
   top: -35px;
}
#boxes .agreement-online-test-text{
   color: #fff;  
}

#boxes .agreement-primary-color{
   color: #FFBE02;
}

#boxes .agreement-primary-color.agrement-header-test-review{
   color: #2493FC;
}
#boxes .agreement-note-text{
   margin: 45px 0;
}
#boxes .agreement-condictions-title-text{
   margin-bottom: 16px;
}
#boxes .agreement-specific-content{
   margin:0 21px;
   background-color: #EAEEFA;
   border-radius: 20px;
}
#boxes .agreement-content-section{
   padding: 0 35px;
}

#boxes .agreement-container ul li {
   list-style-type:disc;
   margin-left: 32px;
   margin-bottom: 15px;
 
}

#boxes .agreement-container ul .last-li-text{
   margin-bottom: 0px;
}

#boxes .agreement-list-text{
   padding: 18px 0px;
}

#boxes .agreement-button-wrapper{
   display: flex;
   align-items: center;
   justify-content: center;
}
#boxes .agreement-button{
   width: 141px; 
   height: 43px; 
   color: #FFF;
   background-color:#FFBE02;
   cursor:pointer; 
   border:0;
   border-radius: 100px;
   margin-top: 12px;
}

#boxes .agreement-button.agrement-header-test-review{
	background-color:#2493FC;
}

#boxes .agreement-list-text p{
   line-height: 1.5;
   margin: 0;
}



@media (max-width: 1024px){
   #boxes *{
		box-sizing: border-box;
   }   
   #boxes .agreement-container{
	   width:100%;
	   height:100%;
	   margin: 0;
   }
   #boxes .agreement-button-wrapper {
	   margin-bottom: 10px;
   }
}

@media (max-width: 640px){
   #boxes .online-test-agreement-icon{
	   display: none;
   }
}