@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');
body{font-family: 'Poppins', sans-serif; font-size: 16px; line-height: 26px; color: #313131; font-weight: 400; letter-spacing: 0.2px;    overflow-x: hidden;}

.heading{font-size: 26px;font-weight: 700; margin: 0 0 30px 0;}
strong{font-weight: 700;}


.top-row{background-color: #e52f37; padding: 15px 0;}

ul.header-social{padding: 0; margin: 0; display: inline-flex;}
ul.header-social li{list-style: none;  margin-right: 10px;}
ul.header-social li a{display: inline-flex; align-items: center; justify-content: center; width: 30px; height: 30px; border-radius: 30px; border: solid 2px #fff; font-size: 16px;
color: #fff; text-decoration: none;}
ul.header-social li a:hover,
ul.header-social li a:focus{ background-color: #27b36a; border: solid 2px #27b36a;}

.header-phone{color: #fff; text-decoration: none;}
.header-phone:hover,
.header-phone:focus{color: #fff; text-decoration: none;}
.header-phone:hover .fas{transform: rotate(10deg);}

.nav-row{padding:30px 0; }

ul.main-menu{padding:0; margin: 0; display: inline-flex; align-items: center; }
ul.main-menu li{list-style: none; margin-left: 30px;}
ul.main-menu li a{display: block;color: #313131; text-decoration: none; font-weight: 400; position: relative;}
ul.main-menu li a:after{position: absolute; content: ""; width: 0; height: 2px; background-color: #e52f37; left: 50%; transform: translateX(-50%); bottom: -5px; transition: all 0.5s ease 0s; }
ul.main-menu li a:hover,
ul.main-menu li a:focus,
ul.main-menu li a.active{color: #e52f37; text-decoration: none;}
ul.main-menu li a:hover:after{width: 100%;}
ul.main-menu li a.active:after{width: 100%;}


.banner{background-color: #27b36a; padding:50px 0 30px 0; margin-bottom: 130px; position: relative;}
.banner:after{position:absolute; content:"";background-image: url(../../img/banner-bottom.png);background-position: bottom;    background-size: cover; width: 100%; 
height: 180px; left: 0; bottom: -95px; z-index:-1; }
.banner-caption{border-left: solid 5px #e52f37; padding-left: 20px; color: #fff; margin: 15px 0;}
.banner-caption .banner-title{padding: 0; margin: 0 0 10px; font-size: 40px; font-weight: 900; text-transform: uppercase;}
.banner-caption p{font-size: 18px; line-height: 26px;}

.welcome-card-wrapper{position: relative; overflow-x: hidden; }
.welcome-card-wrapper:before{position: absolute; content: ""; background-image: url(../../img/graphic-1.png); width: 178px; height: 396px; left: -100px;z-index: -2;}
.welcome-card-wrapper:after{position: absolute; content: ""; background-image: url(../../img/graphic-2.png); width: 127px; height: 245px; right: -40px; top: -120px; z-index: -2;}
.welcome-card{background-color: #fff; border-radius: 10px; padding: 40px; box-shadow: 0px 4px 20px rgba(0,0,0,0.15); margin:40px 0 70px 0;}
.btn-start-test{
background: #27b36a;
background: linear-gradient(90deg, #27b36a 0%, #35ca7c 100%);
border: none;
outline: none;
color: #fff;
font-size: 22px;
line-height: normal;
font-weight: 700;
text-transform: uppercase;
height: 70px;
display: inline-flex;
align-items: center;
justify-content: center;
padding: 0 90px 0 50px;
border-radius: 50px;
position: relative;
}
.btn-start-test:after{position: absolute;font-family:"Font Awesome 5 Free"; font-weight: 900; content: "\f061"; width: 50px; height: 50px; border-radius: 50px; display: inline-flex;
 align-items:center; justify-content:center;  border: solid 2px #fff; right: 10px; transition: all 0.5s ease 0s;}

.btn-start-test:hover,
.btn-start-test:focus{
 background: linear-gradient(90deg, #35ca7c 0%, #27b36a 100%);
 outline: none;
 border: none;
 color: #fff; 
 text-decoration: none;
}
.btn-start-test:hover:after{transform: rotate(360deg); color: #fff;text-decoration: none;}


.latest-results{background-color: #e52f37; padding: 50px 0; position: relative; overflow: hidden;}
.latest-results:before{position: absolute; content: ""; background-image: url(../../img/graphic-3.png); background-repeat: no-repeat; width: 372px; height: 387px; left: 0; top:15px;  z-index: 0; opacity: 0.15;}
.latest-results:after{position: absolute; content: ""; background-image: url(../../img/graphic-4.png); background-repeat: no-repeat; width: 372px; height: 387px; right: 0; top:15px;  z-index: 0; opacity: 0.15;}
.latest-results-carousel .card{border: none; border-radius: 0;background-color: transparent;}
.latest-results-carousel .card-image{padding: 0; margin: 0;}
.latest-results-carousel .card-image img{border: solid 1px #fff; height: 80px;}
.latest-results-carousel .card-body{ padding: 10px; text-align: center; color: #fff;}
.latest-results-carousel .card-title{padding: 0; margin: 0 0 5px 0;}

.latest-results-carousel.owl-theme .owl-nav{margin-top: 30px;}
.latest-results-carousel.owl-theme .owl-nav button[class*="owl"]{background-color: transparent; border: solid 2px #fff; border-radius: 0; color: #fff; width: 50px; height: 40px; display: inline-flex;align-items: center; justify-content: center;}
.latest-results-carousel.owl-theme .owl-nav button[class*="owl"] span{font-size: 0px; line-height: normal;}
.latest-results-carousel.owl-theme .owl-nav button[class*="owl"] span:before{font-family: "Font Awesome 5 Free";    font-weight: 900; font-size: 22px;}
.latest-results-carousel.owl-theme .owl-nav button[class*="owl"].owl-prev span:before{ content: "\f060";}
.latest-results-carousel.owl-theme .owl-nav button[class*="owl"].owl-next span:before{ content: "\f061";}
.latest-results-carousel.owl-theme .owl-nav button[class*="owl"]:hover,
.latest-results-carousel.owl-theme .owl-nav button[class*="owl"]:focus{outline: none;}


.country-iq{background-color: #fff; padding: 50px 0; position: relative; }

.faq{background-color: #f5f5f5; padding: 50px 0;}
.faq .card{border: none; border-radius: 0;background-color: transparent; margin: 10px 0;}
.faq .card-title{padding: 0; margin: 0 0 15px 0; font-weight: 700; font-size: 16px;}

.graph-iq{background-color: #fff; padding: 50px 0; position: relative; }

.test-steps{background-color: #27b36a; padding: 50px 0;}
ul.test-steps-list{padding: 0; margin: 0;counter-reset: my-sec-counter;}
ul.test-steps-list li{list-style: none; font-size: 20px; margin-bottom: 20px; color: #fff; font-weight: 300; display: flex; }
ul.test-steps-list li span{width: calc(100% - 45px); display: block;}
ul.test-steps-list li:before{counter-increment: my-sec-counter; content:counter(my-sec-counter); background-color: #e52f37; width: 30px; height: 30px; border-radius: 30px;
display: inline-flex; align-items: center; justify-content: center; margin-right: 15px;}




.footer{ width: 100%; color: #fff; }
.footer-top{background-color: #3b3b3b; padding: 30px 0;}
.footer-top [class*="col"]{padding-top:15px; padding-bottom: 15px; }
.footer-title{padding: 0; margin: 0 0 20px 0; font-size: 16px; font-weight: 700;}
ul.footer-contact{padding: 0; margin: 0;}
ul.footer-contact li{list-style: none; margin-bottom: 15px;display: flex;}
ul.footer-contact li:last-child{margin-bottom: 0;}
ul.footer-contact li strong{font-weight: 700;}
ul.footer-contact li .icon{width: 30px;}
ul.footer-contact li a{color: #fff; text-decoration: none;}
ul.footer-contact li a:hover{color: #27b36a; text-decoration: none;}


ul.footer-menu{padding: 0; margin: 0;}
ul.footer-menu li{list-style: none; display: block; margin-bottom: 7px;}
ul.footer-menu li:last-child{margin-bottom: 0;}
ul.footer-menu li a{display: block; color: #fff; text-decoration: none;}
ul.footer-menu li a:hover{color: #27b36a; text-decoration: none;}


ul.footer-social{padding: 0; margin: 0;}
ul.footer-social li{list-style: none; margin-bottom: 10px;display: flex;}
ul.footer-social li a{color: #fff; text-decoration: none; display: block;}
ul.footer-social li a:hover{color: #27b36a; text-decoration: none;}
ul.footer-social li [class*="fa"]{width: 25px;}

.footer-location-map iframe { width: 100%;  height: 200px;}
.footer-location-map .iq-image{width: 200px;    margin: 20px auto 0 auto;    display: table;}

.footer-bottom{background-color: #000000; padding: 20px 0;} 
.copy-right-text{padding: 0; margin: 0; font-weight: 300;}


.inner-title{ background-color: #27b36a; padding: 15px 0; position: relative;}
.inner-title:after{position: absolute; content: ""; bottom: -20px; left: 50%; transform: translateX(-50%); border-left: solid 20px transparent; border-right: solid 20px transparent; border-top: solid 20px #27b36a;}
.inner-title .heading{padding: 0; margin: 0; color: #fff;  text-align: center; }

.text-black{color: #000;}
.iq-questions{max-width: 800px; margin: 0 auto;} 
.iq-questions .progress{font-size: 16px; height: 1.5rem;}

.render-question-outer{min-height:480px;position: relative; }
.render-question-outer:before{position: absolute;    content: "";    background-image: url(../../img/loading.svg);    background-repeat: no-repeat;
    width: 200px;   height: 200px;    left: 50%;    top: 50%;    transform: translate(-50%, -50%);    z-index: 0;}
.render-question{   background: #fff;position: relative;    z-index: 1; }




.btn-custom{
background: #27b36a;
background: linear-gradient(90deg, #27b36a 0%, #35ca7c 100%);
border: none;
outline: none;
color: #fff;
font-size: 18px;
line-height: normal;
font-weight: 700;
text-transform: uppercase;
height: 60px;
display: inline-flex;
align-items: center;
justify-content: center;
padding: 0 30px 0 30px;
border-radius: 50px;
position: relative;
}
.btn-custom span{ padding: 0 10px; transition: all 0.5s ease 0s;}

.btn-custom:hover,
.btn-custom:focus{
 background: linear-gradient(90deg, #35ca7c 0%, #27b36a 100%);
 outline: none;
 border: none;
 color: #fff;
text-decoration: none; 
}

.custom-control.image-checkbox {  position: relative; padding: 10px 0;}
.custom-control.image-checkbox .custom-control-label {  cursor: pointer; display: flex;    align-items: center; padding: 10px;}
.custom-control.image-checkbox .custom-control-label:hover{box-shadow: 0px 4px 12px rgba(0,0,0,0.2);  } 
.custom-control.image-checkbox .custom-control-label:before { width: 30px; height: 30px; border-radius: 30px; background-color: #27b36a;border-color: #27b36a;    left: auto;
	right: 0;  top: 0; opacity: 0;  }
.custom-control.image-checkbox .custom-control-label:after{background-image: none;	position: absolute;   content: '';   width: 14px;   height: 14px; border-radius: 14px;
    background-color: #ffffff;   left: auto; right:8px;   top: 8px; opacity: 0;}	
		.custom-control.image-checkbox .custom-control-input:checked ~ .custom-control-label{box-shadow: 0px 4px 12px rgba(0,0,0,0.2);  }
.custom-control.image-checkbox .custom-control-input:checked ~ .custom-control-label:after, 
.custom-control.image-checkbox .custom-control-input:checked ~ .custom-control-label:before {background-image: none; opacity: 1;box-shadow: none;}

.iq-score-box{display: flex;align-items: center;  color: #155724;  background-color: #d4edda;  border-color: #c3e6cb;  padding: 20px;    padding: 20px;     border-radius: 5px; }
.iq-score-box .iq-icon { font-size: 40px;padding: 0 20px 0 0;}
.iq-score-box .iq-info{flex-grow: 1;}
.iq-score-box .iq-label{padding:0 0 5px 0; margin:0; border-bottom: solid 1px #155724;font-size: 16px;  font-weight: 400;  text-transform: uppercase;}
.iq-score-box .iq-value{padding:5px 0 0 0; margin:0;font-weight: 700;  font-size: 20px;}


.quiz-fees-wrapper{display:flex; align-items: center; justify-content: center;}
.offer-image img {  width: 70px;  margin-right: 5px;}
.quiz-fees {  background-color: #fff;  border: solid 1px #e1e1e1;    padding: 7px 30px;    display: table;    border-radius: 20px;}
.quiz-fees .label{margin-right: 5px;}
.quiz-fees .value{font-size: 20px; font-weight: 700; color: #e52f37;}
.payment-method .form-row{flex-direction:column;}
.payment-method .custom-control-inline{margin-bottom:20px;}
.payment-method .paypal-label  img{ }
.payment-method .stripe-label img{}

.secure-card-text { display: flex;    align-items: center;}
.secure-card-text .icon { width: 55px;}
.secure-card-text .icon img{width: 40px;}
.secure-card-text .text{padding-top: 7px; width: calc(100% - 55px);}
.secure-card-text .text h3 {  font-weight: 700;    font-size: 23px;    padding: 0;    margin: 0;}
.secure-card-text .text p {  padding:0; margin:0; font-weight: 500;}


.strip-field .form-control{border: none; border-radius: 0;border-bottom: solid 1px rgba(0,0,0,0.1); padding:10px 0;}
.strip-field .form-control:focus{box-shadow:none;}
.strip-field ::placeholder { color: #000; opacity:0.55;font-size:14px;}
.strip-field :-ms-input-placeholder { color: #000; opacity:0.15;font-size:14px;}
.strip-field ::-ms-input-placeholder {  color: #000; opacity:0.15;font-size:14px;}

.error{color:red; font-size: 13px;}


.card-columns-review{
	-webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

@media(max-width:1199px){
}
@media(max-width:991px){
	.nav-row {  padding: 10px 0;}

	.nav-toggle-btn{position: relative; cursor: pointer; width: 30px; height: 30px; }
	.nav-toggle-btn span{height: 2px;    width: 30px;    background-color: #000;    display: block;    position: absolute;    left: 0; top: 10px;    transition: all 0.5s ease 0s;}
	.nav-toggle-btn span:before{position: absolute; content: "";  height: 2px;  width: 30px;  top: -10px; left: 0;  background-color: #000;  transition: all 0.5s ease 0s;}
	.nav-toggle-btn span:after{position: absolute;  content: "";  height: 2px;  width: 30px;  bottom: -10px; left: 0;  background-color: #000;  transition: all 0.5s ease 0s;}
	.nav-toggle-btn.open span{background-color: transparent;}
	.nav-toggle-btn.open span:before{transform: rotate(45deg);    top: 0;}
	.nav-toggle-btn.open span:after{transform: rotate(-45deg);    bottom: 0;}
	.nav-card{display: inline-block;position: relative;  top: 8px;}

	ul.main-menu{position: fixed; background: #191919; padding: 15px 0;    top: 0;    z-index: 101;    height: 100%;    width: 250px;    left: -250px;    transition: all 0.5s ease 0s;
	  display: block; text-align: left;}
	ul.main-menu li{display: block; margin-left: 0;}
	ul.main-menu li a{color: #fff; font-size: 16px; text-decoration: none; display:block; padding: 15px; font-weight: 700;}
	ul.main-menu li a:after{bottom: 5px;}
	.nav-card.active ul.main-menu{left: 0;} 
	.quiz-fees{text-align:center;}
	.quiz-fees .label {   margin: 0 auto;   display: table;}
}
@media(max-width:767px){
	.card-columns-review{
	-webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    display: flex;
    flex-direction: column;
}

/*.card-columns-review .card:nth-child(1){order: 1;}
.card-columns-review .card:nth-child(2){order: 2;}
.card-columns-review .card:nth-child(3){order: 4;}
.card-columns-review .card:nth-child(4){order: 3;}*/

}
@media(max-width:576px) {
.heading{font-size: 22px;}	
.welcome-card{padding: 30px 20px;}
.btn-start-test{font-size: 18px; padding: 0 60px 0 30px;}
.btn-start-test:after	{ width: 40px;   height: 40px;   border-radius: 40px;}
}
@media(max-width:399px) {
   .logo img{width: 230px;} 
}