<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.intor_phone{
	text-align: left;
}
.intor_phone2{
	text-align: right;
}
.boublecall_box {
        width: 110px;
        height: 135px;
        background: url(../images/Brand_validation/11.png) no-repeat;
        background-size: 100% 100%;
        background-position: center;
        margin: auto;
        overflow: hidden;
	box-shadow: 0px 0px 4px 0px rgba(13, 4, 8, 0.3);
	border-radius: 5px;
} 
.validation_img {
	margin-top: 30px;
}
.boublecall_box:hover{
	border: 1px solid #058cff;
}
.boublecall_box div {
	margin-top: 30px;
}
.boublecall_box span {
	font-size: 20px;
}
.boublecall_box p {
	font-size: 12px;
	margin-top: 20px;
	line-height: initial;
	padding: 0 5px;
}

.validation_name {
	margin-bottom: 20px;
}
.boublecall_box span i {
	font-style: normal;
}
.vs_png {
	padding: 0;
	margin-top: 50px;
}
.img_trans img {
	transition: all .3s;
        -webkit-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
        -moz-transition: all .3s;
}
.img_trans img:hover{
	transform: translateY(-5%);
	-webkit-transform: translateY(-5%);
        -o-transform: translateY(-5%);
        -ms-transform: translateY(-5%);
        -moz-transform: translateY(-5%);
}
@media(min-width:768px){
	.validation_img {
		margin-top: 40px;
	}
	.boublecall_box {
		width: 200px;
		height: 217px;
                background: url(../images/Brand_validation/22.png) no-repeat;
                background-size: 100% 100%;
                background-position: center;
		box-shadow: 0px 3px 6px 0px rgba(14, 5, 10, 0.25);
		border-radius: 10px;
        }
	.boublecall_box p {
		font-size: 16px;
		margin-top: 20px;
	}
	.boublecall_box div {
		margin-top: 50px;
	}
	.boublecall_box span {
		font-size: 32px;
	}
	.validation_name {
		margin-bottom: 40px;
	}
	.vs_png {
		margin-top: 110px;
		padding: 0 8px;
	}
	.about_section&gt;div&gt;p:nth-child(2) {
		width: 225px;
	}
}

@media(min-width:992px){
	.validation_img {
		margin-top: 60px;
	}
	.boublecall_box {
		width: 250px;
		height: 267px;
        }
	.boublecall_box p {
		font-size: 20px;
		margin-top: 40px;
	}
	.boublecall_box div {
		margin-top: 70px;
	}
	.boublecall_box span {
		font-size: 34px;
	}
	.validation_name {
		margin-bottom: 60px;
	}
	.about_section&gt;div&gt;p:nth-child(2) {
		width: 235px;
	}
}

@media(min-width:1200px){

	.intor_phone:nth-child(1){
		text-align: left;
	}
	.intor_phone:nth-child(2){
		text-align: right;
	}
	.validation_img {
		margin-top: 80px;
	}
	.boublecall_box {
                width: 295px;
                height: 312px;
        }
	.boublecall_box div {
		margin-top: 90px;
	}
	.boublecall_box p {
		font-size: 22px;
		margin-top: 60px;
	}
	.boublecall_box span {
		font-size: 36px;
	}
	.validation_name {
		margin-bottom: 80px;
	}

	.serviceAdvantages{
		font-size: 18px;
		line-height: 35px;
	}
	.about_section&gt;div&gt;p:nth-child(2) {
		width: 295px;
	}

}</pre></body></html>