@import url(../css/variable.css);

.contact-us-sec-main {
	padding-top: 190px;
}
.contact-hero {
	padding-bottom: 80px;
}
.contact-hero-image {
	display: flex;
	align-items: center;
	justify-content: center;
}
.contact-hero-content h1 {
	font-size: var(--global-h1-size);
	font-weight: var(--global-font-weight-semi-bold);
	line-height: 76px;
	text-align: left;
	margin-bottom: 24px;
    max-width: 580px;
}
.contact-hero-content p {
	font-size: var(--global-banner-font-size);
	max-width: 550px;
}
.contact-us-sec-main .footer-address::before {
	display: var(--display-none);
}
.contact-us-sec {
	position: relative;
	background-color: transparent;
}
.contact-us-info {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #D9D9D9;
}
.contact-us-info li {
	display: var(--display-flex);
	align-items: var(--flex-justify-start);
    gap: 16px;
    margin-bottom: 24px;
}
.contact-us-info li:last-child {
    margin-bottom: var(--zero-spacing);
}
.contact-us-info span {
	display: var(--display-inline-block);
    flex-shrink: var(--zero-spacing);
}
.contact-us-info-content .heading_six {
	margin-bottom: 6px;
}
.contact-us-info-content .footer-address {
	padding-left: var(--zero-spacing);
	max-width: 100%;
	line-height: 24px;
	color: #282828;
}
.contact-us-info-content a {
	line-height: 19px;
	color: #282828;
}
.contact-us-info-content a:hover {
	color: var(--primary-color);
}
.contact-us-sec-main .counter-list {
	display: var(--display-flex);
	align-items: var(--flex-justify-start);
	justify-content: var(--flex-justify-space-between);
	flex-wrap: wrap;
	margin-bottom: 0;
	gap: 30px;
}
.contact-us-sec-main .counter-list li {
	width: calc(50% - 30px);
}
.contact-us-sec-main .counter-list p {
	font-size: var(--global-font-size);
	line-height: 19px;
}
.contact-us-sec-main-form {
    background-color: #ECF2FE;
    border: 1px solid #D9D9D9;
    padding: 40px 40px 60px;
}
.contact-us-sec-main-form > p {
    font-size: 20px;
    line-height: 24px;
    font-weight: var(--global-font-weight-semi-bold);
    margin-bottom: 20px;
}
.contact-us-sec-main-form .contact-us-form {
    background-color: transparent;
	max-width: var(--full-width);
    padding: var(--zero-spacing);
}
.contact-us-sec-main-form .contact-us-form ul {
    background-color: transparent;
	max-width: var(--full-width);
	display: var(--display-flex);
	flex-wrap: wrap;
	gap: 20px;
    padding: var(--zero-spacing);
}
.contact-us-sec-main-form .contact-us-form ul > li {
	padding: var(--zero-spacing);
	width: calc(50% - 10px);
}
.contact-us-sec-main-form .contact-us-form ul > li:last-child {
	width: var(--full-width);
}
input, textarea, select, .contact-us-form .select2-container .select2-selection--multiple, .contact-us-form .select2-container .select2-selection--single .select2-selection__rendered {
	background: #FFFFFF;
}
.contact-us-form-box {
	width: 100%;
}
.contact-us-sec-main-form .contact-us-form ul textarea {
	width: 100%;
	height: 99px;
}
.contact-us-form .wpcf7-submit {
    margin-left: 0;
}
.contact-us-sec-main-map iframe {
	height: 384px;
}
@media only screen and (max-width: 1199px) {
    .contact-us-sec-main .counter-list {
        gap: 24px;
    }
    .contact-us-sec-main .counter-list li {
        width: calc(50% - 24px);
    }
}
@media only screen and (max-width: 991px) {
    .contact-hero {
        padding-bottom: 60px;
        align-items: var(--flex-justify-center);
    }
    .contact-hero-content h1 {
        font-size: var(--golbal-tablet-h1-size);
        line-height: normal;
        max-width: 100%;
        margin-bottom: 16px;
    }
    .contact-hero-content p {
        font-size: 18px;
        line-height: 27px;
        max-width: 100%;
    }
    .contact-us-sec-main .counter-list {
        gap: 18px;
    }
    .contact-us-sec-main .counter-list li {
        width: calc(50% - 18px);
    }
    .contact-us-sec-main-form {
        padding: 20px 20px 30px;
    }
    .contact-us-sec-main-form .contact-us-form ul {
        gap: 16px;
    }
    .contact-us-sec-main-form .contact-us-form ul > li {
        width: calc(50% - 8px);
    }
    .contact-us-sec-main-form .contact-us-form .wpcf7-submit {
        margin-left: 0;
    }
}
@media only screen and (max-width: 767px) {
    .contact-us-sec-main.common-padding {
        padding-top: 170px;
    }
    .contact-hero {
        padding-bottom: 40px;
    }
    .contact-hero-content {
        margin-bottom: 24px;
        text-align: center;
    }
    .contact-hero-content h1 {
        text-align: center;
    }
    .contact-us-info {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .contact-us-sec-main .counter-list {
        margin-bottom: 40px;
    }
}
@media only screen and (max-width: 575px) {
    .contact-us-sec-main.common-padding {
        padding-top: 125px;
    }
    .contact-hero-content h1 {
        font-size: 30px;
        line-height: normal;
    }
    .contact-hero-image img {
        width: 222px;
        height: 213px;
    }
    .contact-us-sec-main-form > p {
        font-size: 18px;
        margin-bottom: 16px;
    }
    .contact-us-info li {
        gap: 12px;
        margin-bottom: 16px;
    }
    .contact-us-sec-main-form {
        padding: 12px;
    }
    .contact-us-sec-main-form .contact-us-form ul > li {
        width: 100%;
    }
}
@media only screen and (max-width: 480px) {

}