@import url('https://fonts.googleapis.com/css2?family=Arimo:wght@400;500;600;700&display=swap');

:root {
	--color1: #2b4dd4;
	--color2: #FD3535;
}

body {
	font-family: 'Arimo', sans-serif;
	font-weight: 400;
}

ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}

a {
	text-decoration: none;
}

a:hover,
.btn:hover {
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.sec_py,
.sec_pt {
	padding-top: 30px;
}

.sec_py,
.sec_pb {
	padding-bottom: 30px;
}

.sec__1 {
	background: rgb(23, 223, 252);
	background: linear-gradient(42deg, rgba(23, 223, 252, 1) 10%, rgba(43, 77, 212, 1) 100%);
}

.site__header {
	padding: 16px 0;
}

.site_sub_heading {
	font-size: 32px;
	margin-bottom: 10px;
	font-weight: 600;
	color: #fff;
}

.sec_1_left_content p {
	font-size: 20px;
	color: #fff;
	font-weight: 500;
}

.site__heading {
	font-size: 32px;
	color: var(--color2);
	font-weight: 600;
}

.mb20 {
	margin-bottom: 12px;
}

.mb30 {
	margin-bottom: 15px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb30 {
	margin-bottom: 30px;
}

.mt30 {
	margin-top: 30px;
}

.mt40 {
	margin-top: 40px;
}

.fs-14 {
	font-size: 14px;
}

.fs-20 {
	font-size: 20px;
	line-height: normal;
}

.fs-22 {
	font-size: 22px;
}

.fs-24 {
	font-size: 24px;
}

.fs-30 {
	font-size: 24px;
}

.fs-36 {
	font-size: 36px;
	line-height: normal;
}

.mb40 {
	margin-bottom: 20px;
}

.site_para {
	font-size: 20px;
}

.site_color {
	color: var(--color1);
}

.site_btn {
	border-radius: 12px;
	padding: 10px 30px;
	color: #fff;
}

.link_top {
	color: #000;
	font-weight: 700;
}

.link_top:hover {
	opacity: .9
}

.banner_form .site_btn,
.step_3 .site_btn.w-100 {
	background-image: linear-gradient(166deg, rgba(20, 148, 14, 0.996078431372549) 0%, rgba(2, 84, 27, 0.9999999999999999) 100%);
	border: 0;
	position: relative;
	z-index: 2;
}

.banner_form .site_btn:hover,
.step_3 .site_btn.w-100:hover {
	color: #fff;
	opacity: .9;
}

.btn_color1 {
	background-color: var(--color1);
}

.bg_gray {
	background: #f6f6f6;
}

.sec_2_ul img {
	margin-right: 30px;
}

.checkit {
	border-radius: 10px;
	background-color: #fff;
	width: 100%;
	min-height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;

}

.mask {
	position: relative;
}

.form-control {
	position: relative;
	border-radius: 10px;
	border-color: transparent;
}

.form-control::placeholder {
	color: #000;
}

.mask::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 10px;
	padding: 2px;
	background: linear-gradient(90deg, #2b4dd4, #17e1fd);
	-webkit-mask:
		linear-gradient(#fff 0 0) content-box,
		linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}

.logos_sec_3.mask::before {
	border-radius: 30px;
}

.slide_img .mask::before,
.step_bx.mask::before,
.first_step_3.mask::before,
.bx_step_3.mask::before {
	border-radius: 20px;
}

.faq_accordion .card {
	position: relative;
	display: -ms-flexbox;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: #fff;
	border-radius: 20px;
	margin-bottom: 0;
	border-bottom: 0;
	border-top: 0;
}

.accordion>.card .card-header {
	background-color: #fff;
	padding: 8px;
	border-radius: 20px;
	border: 0;
}

.faq_accordion .accordion-button {
	padding: 5px;
}

.faq_accordion .accordion-button:focus {
	z-index: 0;
	border-color: #fff !important;
	outline: none !important;
	box-shadow: 0 0 0 0 rgba(13, 110, 253, .25) !important;
	border: none !important;
}

.faq_accordion .accordion-button:not(.collapsed) {
	background-color: transparent;
}


.site__footer {
	background: var(--color1);
	background-image: linear-gradient(48deg, rgba(23, 225, 253, 0.996078431372549) 0%, rgba(43, 77, 211, 0.9999999999999999) 100%);
}

.sec2_ul {
	display: flex;
}

.sec2_ul li {
	text-align: center;
}

.sec2_ul li h5 {
	margin-bottom: 0;
	color: var(--color1);
	font-weight: 700;
}

.sec2_ul li p {
	margin-bottom: 0;
}

.logos_sec_3 {
	min-height: 142px;
	border-radius: 30px;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
}

.sec__4_ul li:not(:last-child) {
	margin-bottom: 8px;
}

.sec__4_ul li div {
	border-radius: 30px;
	background-color: #fff;
	border-left: 3px solid var(--color1);
	width: auto;
	padding: 20px;
	display: inline-block;
}

.sec__5_bx {
	text-align: center;
	padding: 30px;
	border-radius: 30px;
	background-image: linear-gradient(-15deg, rgba(43, 77, 211, 0.9999999999999999) 0%, rgba(23, 225, 253, 0.996078431372549) 100%);
}

.sec__5_bx h5 {
	color: #fff;
	font-weight: 700;
}

.sec__5_bx p {
	color: #fff;
	margin-bottom: 0;
}

.sec__5 a.site_btn,
.sec__6 a.site_btn {
	color: var(--color1);

}

.sec__6 a.site_btn,
.sec__5 a.site_btn,
.sec__7 a.site_btn,
.down_btn {
	min-width: 350px;
	border: 0;
	position: relative;
	z-index: 2;
}

.sec__7 a.site_btn,
.sec__5 a.site_btn:hover,
.sec__6 a.site_btn:hover,
.down_btn {
	color: #fff;
	background-image: linear-gradient(-15deg, rgba(23, 225, 253, 0.996078431372549) 0%, rgba(43, 77, 211, 0.9999999999999999) 100%);


}

.sec__7 a.site_btn:hover,
.down_btn:hover {
	color: var(--color1);
	background-image: none;
}

.sec__8_slides li {
	display: flex;
	align-items: center;
}

.slide_img {
	width: 250px;
}

/*owl-carousel*/
#sec_2_slide .owl-nav div,
#testimonials .owl-nav div {
	position: absolute;
	top: 15%;
	visibility: hidden;
}

#sec_2_slide .owl-nav div.owl-prev,
#testimonials .owl-nav div.owl-prev {
	transform: rotate(180deg);
}

#sec_2_slide .owl-nav div.owl-next,
#testimonials .owl-nav div.owl-next {
	right: 0;
	float: right;
}

#sec_2_slide .owl-nav div::before,
#testimonials .owl-nav div::before {
	content: '';
	background-image: url(../images/arrow-icon.png);
	width: 63px;
	height: 63px;
	visibility: visible;
	display: inline-block;
}

.steps_top {
	background-image: linear-gradient(48deg, rgba(23, 225, 253, 0.996078431372549) 0%, rgba(43, 77, 211, 0.9999999999999999) 100%);
}


.thanks_top {
	background-image: linear-gradient(48deg, rgba(0, 50, 50, 0.996078431372549) 0%, rgba(43, 77, 211, 0.9999999999999999) 100%);
}


.thanks_subtitle {
	background-image: linear-gradient(48deg, rgba(23, 225, 253, 0.996078431372549) 0%, rgba(43, 77, 211, 0.9999999999999999) 100%);
}

.step_bx {
	padding: 30px;
	background-color: #fff;
	border-radius: 20px;
}

.steps_top .step_bx.active {
	background-color: var(--color1);
	border-color: var(--color1);
	background-image: linear-gradient(48deg, rgba(23,225,253,0.996078431372549) 0%, rgba(43,77,211,0.9999999999999999) 100%);
}

.steps_top .step_bx.active::before{
	display: none;
}

.steps_top .step_content span {
	display: block;
	color: var(--color1);
	font-size: 18px;
}

.steps_top .step_bx.active span,
.steps_top .step_bx.active h5 {
	color: #fff;
}

.steps_top .step_content h5 {
	font-size: 24px;
	margin-bottom: 0;
	color: var(--color1);
}

.first_step_3,
.bx_step_3 {
	padding: 30px;
	margin-bottom: 30px;
	border-radius: 20px;
}

.bx_step_3 {
	display: flex;
	width: 100%;
}

.bx_step_img {
	padding: 42px;
	margin-bottom: 10px;
	text-align: center;
}
.bx_step_img img{
	max-height: 25px;
	position: relative;
	z-index: 3;
	object-fit: cover;
}


.all_stars {
	text-align: center;
}

.right_side {
	width: 100%;
}

.right_side .top_side {
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
}

.right_side .custom_check {
	border-radius: 15px;
	background-image: linear-gradient(48deg, rgba(23, 225, 253, 0.996078431372549) 0%, rgba(43, 77, 211, 0.9999999999999999) 100%);
	padding: 8px 20px;
	min-width: 160px;
	display: flex;
	align-items: center;
	justify-content: center;
	height:50px;
}

.custom_check .form-check-input {
	margin-left: 0;
	margin-right: 8px;
	width: 22px;
	height: 22px;
	margin-top: 0;
}

.custom_check label {
	font-size: 24px;
	color: #fff;
	font-weight: 700;
}
.form-control:focus,
.btn:focus{
	box-shadow: none;
}
.step_3_2 .form-control{
	min-height: 53px;
}
.left_side,
.right_side{
	position: relative;
	z-index: 2;
}

.all_stars .fa-star {
	color: #fec838;
	font-size: 24px;
}

.right_side ul {
	display: flex;
}

.right_side ul li a {
	color: var(--color1);
}

.right_side ul li:not(:last-child) {
	margin-right: 10px;
}

.right_side ul li.dot {
	background-color: #000;
	width: 2px;
}
.this_opacity{
	opacity: .6
}



/*Media Queries*/
@media(min-width: 768px) {
	.site__tabs .tab__span {
		padding: 10px;
		width: 100px;
		min-height: 75px;
		background-size: 50px;
	}
	
li.tick {
background: url('https://www.toppaidsurveys.ca/assets/images/icon_round_tick.png') no-repeat left top;
height: 25px;
padding-left: 30px;
padding-top: 2px;
margin-bottom:1em;
color:#FFFFFF;

}
	
}

@media(min-width: 992px) {
	.slide_img {
		margin-right: 20px
	}

	.sec2_ul li {
		flex: 0 0 33.33333333%;
	}

	.sec__5_bx p {
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}

	.sec__8_slides li {
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}

	.sec2_ul li:not(:last-child) {
		border-right: 2px solid #dcdcdc;
	}

	.sec_py,
	.sec_pt {
		padding-top: 40px;
	}

	.sec_py,
	.sec_pb {
		padding-bottom: 40px;
	}

	.site_sub_heading {
		font-size: 36px;
	}

	.site__heading {
		font-size: 55px;
		line-height: 62px;
	}

	.site_btn {
		font-size: 30px;
		font-weight: 600;
		padding: 16px 50px;
	}

	.accordion>.card .card-header {
		padding: 1rem;
	}

	.left_side{
		flex: 0 0 18%;
	}
	.right_side{
		flex: 0 0 82%;
	}
	.inner_space {
		margin-right: 30px;
	}
	.bx_step_img{
		margin-bottom: 30px;
	}
	
}

@media(min-width: 1200px) {
	.left_side{
		flex: 0 0 16%;
	}
	.right_side{
		flex: 0 0 84%;
	}
}

@media(max-width: 767.98px) {
	.site__tabs .tab__span {
		padding: 10px;
		width: 50px;
		min-height: 36px;
		background-size: 28px;
	}

	.tab__span2,
	.steps_top .step_content h5 {
		display: none;
	}

	
}

@media(max-width: 991.98px) {
	.site__header {
		text-align: center;
	}

	.top_txt {
		margin-bottom: 20px;
	}

	.sec_1_left_content {
		text-align: center;
	}

	.sec_1_left_content>div,
	.sec__4 .col-lg-6.sec_pt {
		display: none;
	}

	.tx_center {
		justify-content: center;
	}

	.banner_form span,
	.sec__4 h2 {
		text-align: center;
	}

	.sec__8_slides li {
		flex-direction: column;
	}

	.slide_img {
		margin-bottom: 20px;
		text-align: center;
	}

	.slide_content {
		width: 60%;
		margin-left: auto;
		margin-right: auto;
	}

	.site_sub_heading,
	.fs-36 {
		font-size: 20px;
	}

	.sec_1_left_content p,
	.fs-20 {
		font-size: 16px;
	}
	.sec_1_left_content p{
		font-size: 12px;
		margin-bottom: 0
	}

	.sec_1_left_content p.mb30 {
		margin-bottom: 10px;
	}

	.sec__1 .sec_py {
		padding-top: 20px;
	}
	.sec__1 .sec_py > div{
		display: none !important;
	}

	.site_logo img,
	.site__footer .mb-3>img {
		max-width: 200px;
	}

	.sec__1 .sec_py .mb30 {
		margin-bottom: 10px;
	}

	#sec_2_slide .owl-nav div::before,
	#testimonials .owl-nav div::before {
		background-size: 30px;
		background-position: center;
		background-repeat: no-repeat;
		width: 30px;
		height: 30px
	}

	#sec_2_slide .owl-nav div.owl-prev,
	#testimonials .owl-nav div.owl-prev {
		left: -20px
	}

	#sec_2_slide .owl-nav div.owl-next,
	#testimonials .owl-nav div.owl-next {
		right: -20px
	}

	.logos_sec_3 {
		min-height: 100px;
		border-radius: 20px;
	}

	.sec__3 .row {
		margin-left: -5px;
		margin-right: -5px;
	}

	.sec__3 .col-lg-2 {
		padding-left: 5px;
		padding-right: 5px;
	}

	.sec__6 a.site_btn,
	.sec__5 a.site_btn,
	.sec__7 a.site_btn,
	.down_btn {
		/*min-width: fit-content;*/
	}

	.fs-14 {
		font-size: 13px;
	}
	.bx_step_3,
	.right_side .top_side{
		flex-direction: column;
	}
	.right_side p.mb30,
	.inner_space{
		margin-bottom: 10px;
	}
	.fs-24{
		font-size: 20px;
	}
	.checkit{
		min-height: 65px;
	}
	.checkit img{
		max-height: 32px;
	}
	.banner_form .row>* {
		margin-top: 12px
	}
	.logos_sec_3.mask::before{
		border-radius: 20px;
	}
	.step_bx{
		padding: 15px;
		align-items: center;
	}
	.step_bx .step_content .step_bx{
		display: none;
	}
	.steps_top .step_content span{
		font-size: 12px;
	}
	.steps_top .step_content h5{
		font-size: 16px;
	}
	.steps_top .row{
		margin-left: -5px;
		margin-right: -5px;
	}
	.steps_top  .col-4{
		padding-left: 5px;
		padding-right: 5px;
	}
	.slide_img{
		width: 120px;
	}
	.sec__5_bx img{
		max-width: 60px;
	}
}
@media(max-width: 1200px) and (min-width: 2px){
	.step_bx .me-lg-3 {
		flex: 0 0 20%;
		margin-right: 10px;
	}
	
	.step_bx .step_content{
		flex: 0 0 80%;
	}
}

@media(max-width: 768px) and (min-width: 2px){
.site_sub_heading, .fs-36 {
 font-size: 22px;
}
.sec_py, .sec_pt {
    padding-top: 10px;
}
ul li.tick {
background: url('https://www.toppaidsurveys.ca/assets/images/icon_round_tick_sm.png') no-repeat left top;
height: 30px;
padding-left: 23px;
padding-top: 2px;
margin-bottom:0.5em;
color:#FFFFFF;
line-height: 15px !important;
font-size: 13px;
text-align:left;



}
.site__header {
    padding: 2px 0;
}
.site_btn {
		font-size: 30px;
		font-weight:bold;
	}
.down_btn {
min-width: fit-content;
		
	}
.site_btn2 {
		font-size: 25px;
		font-weight:bold;
		padding:10px;
	}		
}