	.hero_banner{
    background-image: url("https://stage.deskcodesolution.com/wp-content/themes/deskcodesolution/assets/images/blog-banner-bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 0px;
}
.hero_banner h1{
	color: #000000;
    text-align: left;
    font-size: 65px;
    font-weight: 600;
    letter-spacing: 0.02em;
	line-height: 1.5;
}
.hero_banner .heading-area{
	padding-bottom: 0;
}
.hero_banner .heading-area p{
	font-size: 22px;
	line-height: 1.5;
	color: #111111;
	font-weight: 500;
}
section.blog_listing {
    padding: 50px 0 80px;
}

.contact_us{
    background-color: rgba(255, 247, 247, 1);
    padding-top: 80px;
    padding-bottom: 80px;
}
.main-footer.section {
	margin-top: 0 !important;
}
.contact_us .right h2{
	font-weight: 600;
}
.contact_us  .stats {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px;
}
.contact_us .stats .col{
    box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.05);
    border-radius: 30px 30px 0px 30px;
    border-style: solid;
    border-color: #cccccc;
    border-width: 2px;
    width: 46.74%;
    background-color: #fff;
    padding: 27px 0;
    text-align: center;
}
.contact_us .stats .count_box h3{
    color: #000000;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.5;
    padding-top: 9px;
    margin-bottom: 0;
}
.contact_us .stats img {
    width: 63px;
    height: 66px;
}
.contact_us .stats p{
    color: #333333;
    font-size: 18px;
    letter-spacing: 0.32px;
    font-weight: 500;
    line-height: 24px;
}
.contact_form{
    background: #ffffff;
    border-radius: 30px;
    border-style: solid;
    border-color: #cccccc;
    border-width: 2px;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1),
        0px 15px 15px 0px rgba(0, 0, 0, 0.09), 0px 34px 20px 0px rgba(0, 0, 0, 0.05),
        0px 60px 24px 0px rgba(0, 0, 0, 0.01), 0px 94px 26px 0px rgba(0, 0, 0, 0);
    padding: 25px;
    width: 733px;
}
.contact_us .right{
    width: 560px;
}
.contact_form .heading-area p{
	font-size: 18px;
}
.contact_us .stats .col:nth-child(1){
    border-radius: 30px 30px 0px 30px;
}
.contact_us .stats .col:nth-child(2){
    border-radius: 30px 30px 30px 0px;
}
.contact_us .stats .col:nth-child(3){
    border-radius: 30px 0px 30px 30px;
}
.contact_us .stats .col:nth-child(4){
    border-radius: 0px 30px 30px 30px;    
}
.contact_us .contact_form .heading{
    font-size: 24px;
}
/* .contact_us p{
	font-size: 20px;
	line-height: 1.94;
} */
.contact_form p{
	font-size: 18px;
}
.contact_us .d-flex.justify-content-between{
	gap: 47px;
}
.contact_us .right .heading-area p{
	color: #333333;
	font-size: 20px;
}

.pagination{
    justify-content: center;
    gap: 10px;
    margin-bottom: 0;
    margin-top: 60px;
}
.pagination li.disabled {
    pointer-events: none;
}

.pagination li a{
    text-decoration: unset;
    color: #000;
    font-size: 19px;
    font-weight: 500;
    padding: 9px 15px;
    background-color: #FFF3F4;
    border-radius: 8px;
    width: 50px;
    height: 50px;
    display: block;
	display: flex;
	justify-content: center;
	align-items: center;
}
.pagination li.active {
    background: #F43336;
    color: #fff;
    border-radius: 8px;
}

.pagination li.active a{
    color: #fff;
    background: #F43336;
}

@media only screen and (max-width: 1919px) {
	.hero_banner h1 {
        font-size: 55px;
    }
	.hero_banner .heading-area p{
		font-size: 20px;
	}
	.hero_banner{
		padding-top: 70px;
	}
	.contact_form p {
		font-size: 16px;
	}
	.contact_us .contact_form .heading {
		font-size: 22px;
	}
    .contact_us .right{
		width: 460px;
	}
	.contact_us{
		padding: 70px 0;
	}
	.contact_form{
		width: 633px;
	}
	.contact_us{
		background-color: rgba(255, 247, 247, 1);
		padding-top: 70px;
		padding-bottom: 70px;
	}
	.contact_us .right .heading-area p{
		font-size: 18px;
	}
	.contact_form .heading-area p{
		font-size: 16px;
	}
	.contact_us .stats p{
		font-size: 16px;
	}
	.contact_form .heading{
		font-size: 22px;
	}
	.contact_form p {
		font-size: 16px;
	}
	/* .contact_us p{
		font-size: 18px;
	} */
	.contact_form .form-group label{
		font-size: 16px;
	}
	/* .contact_us .heading{
		font-size: 40px;
	} */
	.contact_us .stats {
		gap: 30px;
	}
	.contact_form .heading{
		font-size: 22px;
	}
	section.blog_listing{
		padding: 40px 0 70px;
	}
	.contact_us .stats .count_box h3{
		font-size: 25px;
	}
	.contact_form .heading{
		font-size: 18px;
	}
	.contact_form .form-group label{
		font-size: 14px;
	}	
	.pagination li a{
		width: 45px;
    	height: 45px;
		font-size: 16px;
	}
	.contsact_us .stats img{
		width: 53px;
		height: 56px;
	}
	.contact_us .contact_form .heading {
		font-size: 22px;
	}
	.pagination {
        margin-top: 50px;
    }
	.contact_form{
		border-radius: 30px;
	}
	.contact_us .stats img {
		width: 53px;
		height: 56px;
	}
}

@media (max-width: 1439px){
	.hero_banner{
		padding-top: 60px;
	}
	.contact_us{
		padding: 60px 0;
	}
	.hero_banner h1 {
        font-size: 45px;
    }
	.hero_banner .heading-area p{
		font-size: 18px;
	}
	section.blog_listing {
		padding:30px 0 60px;
	}
	.contact_us .d-flex.justify-content-between {
		gap: 30px;
	}
	.contact_us .stats .count_box h3 {
        font-size: 24px;
    }
	.pagination {
        margin-top: 30px;
    }
	.contact_form .heading-area p{
		font-size: 15px;
	}
	.contact_us .stats {
		gap: 20px;
	}
	.contact_us .right {
        width: 500px;
    }
	.contact_us .stats .col:nth-child(1){
    	border-radius: 25px 25px 0px 25px;
	}
	.contact_us .stats .col:nth-child(2){
		border-radius: 25px 25px 25px 0px;
	}
	.contact_us .stats .col:nth-child(3){
		border-radius: 25px 0px 25px 25px;
	}
	.contact_us .stats .col:nth-child(4){
		border-radius: 0px 25px 25px 25px;    
	}
	.contact_form{
		border-radius: 25px;
	}
	.contact_us .right .heading-area p{
		font-size: 17px;
	}
	.contact_us .contact_form .heading {
        font-size: 21px;
    }
	.contact_us .stats img {
		width: 50px;
		height: 54px;
	}
}
@media (max-width: 1199px){
	.hero_banner{
		padding-top: 50px;
	}
	.contact_us{
		padding: 50px 0;
	}
	.hero_banner h1 {
        font-size: 40px;
    }
	section.blog_listing {
		padding:50px 0;
	}
	.contact_form,
	.contact_us .right{
		width: 49%;
	}
	.contact_us .stats .count_box h3 {
        font-size: 22px;
    }
	.contact_us .stats .col:nth-child(1){
    	border-radius: 20px 20px 0px 20px;
	}
	.contact_us .stats .col:nth-child(2){
		border-radius: 20px 20px 20px 0px;
	}
	.contact_us .stats .col:nth-child(3){
		border-radius: 20px 0px 20px 20px;
	}
	.contact_us .stats .col:nth-child(4){
		border-radius: 0px 20px 20px 20px;    
	}
	.contact_form{
		border-radius: 20px;
	}
	.contact_us .right .heading-area p{
		font-size: 16px;
	}
	.contact_us .d-flex.justify-content-between {
        gap: 20px;
    }
	.contact_us .contact_form .heading {
        font-size: 20px;
    }
	.contact_us .stats img {
		width: 45px;
		height: 46px;
	}
	.contact_us .stats p {
        font-size: 14px;
    }
	.pagination li a {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
}
@media (max-width: 991px){
	.hero_banner{
		padding-top: 15px;
	}
	.contact_us{
		padding: 15px 0;
	}
	section.blog_listing {
		padding: 0px 0 15px;
	}
	.hero_banner h1 {
        font-size: 35px;
    }
	.hero_banner .heading-area p{
		font-size: 16px;
	}
	.contact_form .heading-area p{
		font-size: 14px;
	}
    /* .contact_us .heading{
		font-size: 25px;
		line-height: normal;
	} */
	.contact_us .stats .col{
		padding: 25px 10px;
	}
	.contact_us .stats{
		gap: 20px;
		justify-content: center;
	}
	.contact_form form .d-flex
	{
		flex-direction: column !important;
		gap:10px;
	}
	.contact_form form .d-flex .form-group {
		width: 100%;
		margin-bottom: 00px;
	}
	.pagination {
        margin-top: 25px;
    }
	
	.contact_us .d-flex.justify-content-between {
        flex-direction: column !important;
    }
	.contact_form, .contact_us .right {
        width: 100%;
    }
	.heading-area{
		text-align: center;
	}
	
	.contact_us .stats .col{
		width: 32%;
	}
}
@media (max-width: 767px){
	.contact_us .contact_form .heading {
        font-size: 18px;
    }
	.hero_banner h1 {
        font-size: 26px;
    }
	.heading-area p{
		font-size: 16px;
	}	
    .contact_form,
	.contact_us .right{
		width: 100%;margin-top: 15px;
	}
	.contact_us .d-flex.flex-row{
		flex-direction: column !important;
	}
	.contact_us .right{
		padding-bottom: 0px;display:none;
	}
	
	#getaquote .modal-dialog {
        padding-right: 0;
        padding-left: 0;
    }
	.contact_form .form-group label{
		text-align: left;
        width: 100%;
	}
	.contact_us .heading{
		line-height: normal;
	}
	.contact_us {
		padding:0 0 15px 0;
	}
	.getfree-qoute .countdown-box .col-md-4 {
		width: 80%;
	}
	.modal-body.getfree-qoute .left .feedback-box .col-md-4 {
        width: 100%;
        padding: 15px;
    }
	.contact_us .stats .col{
	    border-radius: 30px 30px 30px 30px !important;	
		width: 48%;	
	}
	.contact_form form .d-flex{
		flex-direction: column !important;
	}
	.blog_listing{
		padding:0;
	}
	.contact_us .stats .count_box h3 {
        font-size: 20px;
    }
	.contact_us .d-flex.justify-content-between {
        gap: 20px;
    }
	.pagination {
        margin-top: 20px;
    }
	.page-template-template-blog-php .contact_form .tel label.form-label{
		left: 90px;
        top: 5px;
        width: auto;
	}
	.page-template-template-blog-php .contact_form .form-group label{
		top: 5px;
	}	
	.pagination li.disabled svg{
		width: 10px;
	}
	.pagination li:first-child a:hover{
		color: #000;
		background: #FFF3F4;
	}
	.pagination li:first-child a:hover svg path,
	.pagination li:last-child a:hover svg path
	{
		color: #000;
	}
}
@media (max-width: 575px){
	.contact_us .stats .col{
		width: 100%;	
	}
	
}