/* Contact Us section start */
.contact-us-section{
    padding: 80px 0 300px 0;
}
.contact-us-section .Contact-us-left-wapper h3{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 36px;
    color: #000000;
    margin: 0;
    padding-bottom: 50px;
}
.contact-us-section .Contact-us-left-wapper p{
   font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.04em;
    color: #414252;
    margin: 0;
    padding-bottom: 20px;
}


.contact-us-section .Contact-us-right-wapper .custom-row{
    display: flex;
    gap: 16px;
}
.contact-us-section .Contact-us-right-wapper .custom-row .form-group{
    width: 50%;
}
.contact-us-section .Contact-us-right-wapper .form-group{
    margin-bottom: 24px;
}
.contact-us-section .Contact-us-right-wapper .form-group input{
    height: 60px;
    background: #FFFFFF;
    border: 1.02px solid #C6C5CA;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    font-family: 'DM Sans';
font-style: normal;
font-weight: 500;
font-size: 12.24px;
line-height: 16px;
letter-spacing: 0.51px; 
color: #000;
opacity: 1;
}
.contact-us-section .Contact-us-right-wapper .form-group input::placeholder{
font-family: 'DM Sans';
font-style: normal;
font-weight: 500;
font-size: 12.24px;
line-height: 16px;
letter-spacing: 0.51px; 
color: #000;
opacity: 1;
}
.contact-us-section .Contact-us-right-wapper .form-group textarea{
    background: #FFFFFF;
    border: 1.02px solid #C6C5CA;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    font-family: 'DM Sans';
font-style: normal;
font-weight: 500;
font-size: 12.24px;
line-height: 16px;
letter-spacing: 0.51px; 
color: #000;
opacity: 1;
}
.contact-us-section .Contact-us-right-wapper .form-group textarea::placeholder{
font-family: 'DM Sans';
font-style: normal;
font-weight: 500;
font-size: 12.24px;
line-height: 16px;
letter-spacing: 0.51px; 
color: #000;
opacity: 1;
}
.contact-us-section .Contact-us-right-wapper .submit-registration-btn{
    display: flex;
}
.contact-us-section .Contact-us-right-wapper .Submit {
	padding: 16px 0;
	background: #005FF1;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'DM Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 18.36px;
	line-height: 24px;
	letter-spacing: 0.51px;
	color: #FFFFFF;
	border: none;
}
.contact-us-section .Contact-us-right-wapper .submit-registration-btn p{
width: 100%;
  margin: 0;
}
.contact-us-section .Contact-us-right-wapper .submit-registration-btn p span{
display: none;
}
.contact-us-section .Contact-us-right-wapper .wpcf7-response-output{
margin: 0;
  padding: 10px 0 0 0;
  border: none;
}
/* Contact Us section end */

@media(max-width:1199px) {

    /* Contact Us section start */

    .contact-us-section .Contact-us-right-wapper .custom-row {
        gap: 0;
        flex-direction: column;
    }
    .contact-us-section .Contact-us-right-wapper .custom-row .form-group {
        width: 100%;
    }
    /* Contact Us section end */

}

@media(max-width:991px) {

    /* Contact Us section start */

    .Contact-us-right-wapper{
        margin-top: 30px;
    }

    /* Contact Us section end */
}

@media(max-width:767px) {

    /* Contact Us section start */
    .contact-us-section {
        padding: 40px 0;
    }
    .contact-us-section .Contact-us-left-wapper h3 {
        padding-bottom: 20px;
    }
    /* Contact Us section end */
   
}

@media (min-width: 1200px) {
    .container.w-1440 {
        max-width: 1140px;
        width: 100%;
    }
}

@media (min-width: 1300px) {
    .container.w-1440 {
        max-width: 1140px;
        width: 100%;
    }
}

@media (min-width: 1400px) {
    .container.w-1440 {
       max-width: 1140px;
        width: 100%;
    }
}

@media (min-width: 1500px) {
    .container.w-1440 {
        max-width: 1140px;
        width: 100%;
    }
}