.contact-us {
    padding: 110px 0 24px;
}
.contact-hdd h2 {
    font-size: 52px;
    line-height: 1.1;
    font-weight: 600;
}
.contact-des p {
    font-size: 18px;
    color:#fff;
}
.phone-no p,
.email-id p,
.address p {
    font-size: 18px;
    font-weight: 500;
    color: #fff !important;
}
.address p span {
    color: #fff;
}
.phone-no p i,
.email-id p i,
.address p i {
    color: #30bd5a;
    margin-right: 5px;
    font-size: 16px;
}
.email-id p i {
    color: #ffa54e;
}
.address p i {
    color: #26D1C2 ;
}
.time p i {
    color: #267DF4;
}
.phone-no p a,
.email-id p a {
    font-size: 18px;
    font-weight: 500;
    color: #fff !important;
    transition: all 0.3s ease-in-out;
}
.phone-no p a:hover,
.email-id p a:hover{
    color: #26D1C2 !important;
    text-decoration: underline !important;
}
.address p span {
    font-size: 16px;
    font-weight: 400;
    
}
.address p {
    width: 85%;
}
.contact-img {
    position: relative;
}
.contact-main-img img {
    width: 90%;
    border-radius: 20px;
}
.contact{
    padding:80px 0 100px;
}
.contact-info h3 {
    font-size: 52px;
    font-weight: 600;
}
.contact-info p {
    font-size: 18px;
    width: 48%;
    margin: 0 auto;
}
.form {
    width: 56%;
    margin: 0 auto;
    border-radius: 8px;
}
.single-form {
    padding: 50px 24px;
    background-color: #F7F9FC;
    border-radius: 8px;
}
.common label {
    display: block;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 8px;
    color: #777;
    cursor: pointer;
    text-transform: capitalize;
}
.common input, .common textarea {
    width: 100%;
    border-radius: 40px;
    padding: 6px 18px;
    border: 1px solid rgba(0,0,0, .4);
    color: #333;
    outline: none;
    font-size: 16px;
    background-color: transparent;
}
.common textarea {
    border-radius: 16px;
}
.submit {
    margin-bottom: -106px;
}
.submit input, .submit button {
    font-size: 16px;
    font-weight: 500;
    padding: 14px 40px;
    background-color: #ddd;
    border: none;
    color: #333;
    border-radius: 40px;
    transition: all 0.3s ease-in-out;
}
.submit input:hover, .submit button:hover {
    background-color: #666;
    color: #f7f9fc;
}

/* Responsive */

@media all and (max-width: 1400px){
    .address p {
        width: 85%;
    }
    .form {
        width: 60%;
    }
}
@media all and (max-width: 1200px){
    .contact-hdd h2 {
        font-size: 45px;
    }
    .contact-info h3 {
        font-size: 45px;
    }
    .address p {
        width: 100%;
    }
    .contact-us {
        padding: 70px 0 24px ;
    }
    .contact-info p {
        width: 52%;
        font-size: 16px;
    }
    .form {
        width: 70%;
    }
    .contact{
        padding:70px 0 90px;
    }
}
@media all and (max-width: 991px){
    .contact-hdd h2 {
        font-size: 38px;
    }
    .address p {
        width: 80%;
        font-size:16px;
    }
    .contact-main-img img {
        width: 72%;
    }
    .contact-info p {
        width: 64%;
    }
    .form {
        width: 78%;
    }
    .contact-info h3 {
        font-size: 38px;
    }
    .contact-des p,
    .phone-no p,
    .email-id p,
    .address p,
    .phone-no p a,
    .email-id p a {
        font-size: 16px;
    }
}
@media all and (max-width: 767px){
    .contact-us {
        padding: 60px 0 24px !important;
    }
    .contact {
        padding: 52px 0 80px;
    }
    .address p {
        width: 100%;
    }
    .contact-info p {
        width: 85%;
    }
    .form {
        width: 90%;
    }
}
@media all and (max-width: 575px){
    .contact-hdd h2{
        font-size: 32px;
    }
    .contact-info h3 {
        font-size: 32px;
    }
    .contact-main-img img {
        width: 85%;
    }
    .form {
        width: 100%;
    }
    .common label {
        font-size: 14px;
    }
}
@media all and (max-width: 480px){
    .contact-main-img img {
        width: 90%;
    }
    .contact {
        padding: 40px 0 80px;
    }
    .contact-info p {
        width: 100%;
    }
    .form {
        padding: 4px;
    }
    .single-form {
        padding: 24px 8px;
        border-radius: 10px;
    }
    .submit {
	margin-bottom: -80px;
}
}
@media all and (max-width:340px){
    .contact-hdd h2 {
        margin-top: 36px;
    }
}