@media (max-width: 1366px){

}
@media screen and (min-width: 992px) and (max-width: 1199px){
.container{
        max-width: 960px;
    }
    section.contact-form h2{
    	max-width: 100%;
    }
    section.contact-form .contact-info{
    	padding-left: 10px;
    }
    section.contact-form .form-area {
    padding-right: 20px;
}
	}
@media (max-width: 991px){
.container{
        max-width: 720px;
}
section.banner-section {
    height: 550px;
    }
    section.banner-section h1 {
    font-size: 40px;
}
section.contact-form {
    padding: 50px 0;
    padding-bottom: 70px;
}
section.contact-form .form-area {
    padding: 0px;
    width: 100%;
}
section.contact-form h2{
	font-size: var(--f40);
	padding: 0px 0px 40px 0px;
	max-width: 100%;
}
section.contact-form .contact-info {
    padding: 0px;
    padding-left: 0px;
    margin-top: 30px;
    width: 100%;
}
section.contact-form .call-sec{
	margin-bottom: 40px;
}
section.contact-form .call-sec h4 {
    font-size: 25px;
    }
}
@media (max-width: 540px){
    section.banner-section {
        height: 300px;
    }
    section.banner-section h1 {
        font-size: 34px;
    }
    section.contact-upper {
    padding: 0px;
    padding-top: var(--p20);
}
section.contact-upper .container {
    padding: var(--p10) var(--p12);
    text-align: center;
}
section.contact-form {
        padding: 40px 12px;
        padding-bottom: 50px;
    }
    section.contact-form h2 {
        font-size: var(--f34);
        padding: 0px 0px 30px 0px;
        max-width: 100%;
        line-height: 1.2;
        text-align: center;
    }
    section.contact-form .call-sec h4 {
        font-size: 22px;
    }
    section.contact-form .call-sec {
        margin-bottom: 30px;
        justify-content: center;
    }
	section.contact-form .mail-sec{
		text-align: center;
	}
    section.contact-form .mail-sec h3 {
    font-size: var(--f21);
    text-align: center;
}
section.contact-form .form-group.col-lg-6.col-sm-12 {
    padding: 0px;
    width: 100%;
}
iframe {
    height: 350px;
}
.map-sec {
    margin-top: 50px;
    text-align: center;
}
}
@media (max-width: 360px){

}
@media (max-width: 320px){

}