.contact-us {
    padding: 180px 0 48px;
}

.contact-hdd h2 {
    font-size: 48px;
    line-height: 1.1;
    font-weight: 500;
    font-family: jost, sans-serif;
}
.contact-des p {
    font-size: 18px;
    color: #6f6b80;
}
.phone-no p,
.email-id p,
.address p {
    font-size: 18px;
    font-weight: 500;
    color: #6f6b80;
}
.address p span {
    color: #6f6b80;
}
.phone-no p i,
.email-id p i,
.address p i {
    color: #30bd5a;
    margin-right: 5px;
    font-size: 16px;
}
.email-id p i {
    color: #8067F0;
}
.address p i {
    color: #F75023 ;
}
.time p i {
    color: #0e0d02;
}
.phone-no p a,
.email-id p a {
    font-size: 18px;
    font-weight: 500;
    color: #6f6b80;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    position:relative;
}
.phone-no p a::before,
.email-id p a::before{
    content:'';
    display:block;
    clear:both;
    width:0;
    height:1px;
    top:100%;
    right:0;
    position:absolute;
    background-color: #F75023 ;
    transition: all 0.3s ease-in-out;
}
.phone-no p a:hover::before,
.email-id p a:hover::before{
    left:0;
    width:100%;
}


.phone-no p a:hover,
.email-id p a:hover{
    color: #F75023 ;
}
.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:120px 0 120px;
}
.contact-hero {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.contact-info h3 {
    font-size: 48px;
    font-weight: 500;
    font-family: jost, sans-serif;
}
.contact-info p {
    font-size: 18px;
    width: 48%;
    margin: 0 auto;
}
.form {
    width: 56%;
    margin: 0 auto;
    border-radius: 14px;
}
.single-form {
    padding: 50px 24px;
    background-color:#fff;
    border-radius: 8px;
    box-shadow: 15px 0 40px rgb(54 32 152 / 11%);
}
.common label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 8px;
    color: #6f6b80;
    cursor: pointer;
}
.common input, .common textarea {
    width: 100%;
    border-radius: 40px;
    padding: 6px 18px;
    border: 1px solid #6f6b80;;
    color: #6f6b80;
    outline: none;
    font-size: 16px;
    background-color: #fff !important;
}
.common textarea {
    border-radius: 16px;
}
.submit {
    margin-bottom: -75px;
}
.submit button {
    background-color: #6E50F0;
    color: #fff;
    padding: 8px 28px;
    font-weight: 500;
    border-radius: 40px;
    border: none;
    transition: all 0.3s ease-in-out;
    border:2px solid #F75023;
    text-decoration: none;
    font-family: jost, sans-serif;
    position: relative;
    overflow: hidden;
    text-transform:capitalize;
}
.submit button:before {
    position: absolute;
    content: "";
    display: block;
    clear: both;
    z-index: 0;
    background-color:#F75023;
    color:#fff;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 100%;
    width:100%;
    transition: all .3s ease;
    border-radius:40px;
    border:none;
}
.submit span {
    position: relative;
    z-index: 2;
    transition: all .3s ease;
}
.submit button:hover span {
    color: #fff;
}
.submit button:hover:before {
    height: 0
}


/* Responsive */

@media all and (max-width: 1600px){
    .address p {
        width: 85%;
    }
    .form {
        width: 60%;
    }
    .contact-hdd h2 {
        font-size: 40px;
    }
}
@media all and (max-width: 1200px){
    .contact-main-img img {
        width: 100%;
    }
    .contact-info h3 {
        font-size: 45px;
    }
    .address p {
        width: 100%;
    }
    .contact-us {
        padding: 150px 0 40px ;
    }
    .contact-info p {
        width: 52%;
        font-size: 16px;
    }
    .form {
        width: 70%;
    }
    .contact{
        padding:70px 0 100px;
    }
}
@media all and (max-width: 991px){
    .contact-hdd h2 {
        font-size: 36px;
    }
    .address p {
        width: 80%;
        font-size:16px;
    }
    .contact-main-img img {
        width: 66%;
    }
    .contact {
        padding: 48px 0 110px;
    }
    .contact-info p {
        width: 64%;
    }
    .form {
        width: 78%;
    }
    .contact-info h3 {
        font-size: 36px;
    }
    .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: 130px 0 24px ;
    }
    .contact {
        padding: 52px 0 100px;
    }
    .contact-main-img img {
        width: 80%;
    }
    .address p {
        width: 100%;
    }
    .contact-info p {
        width: 85%;
    }
    .form {
        width: 80%;
    }
    .contact-hdd h2{
        font-size: 32px;
    }
    .contact-info h3 {
        font-size: 32px;
    }
}
@media all and (max-width: 575px){
    .contact-us {
        padding: 100px 0 24px ;
    }
    .contact-main-img img {
        width: 95%;
    }
    .contact {
        padding: 32px 0 100px;
    }
    .form {
        width: 100%;
    }
}
@media all and (max-width: 480px){
    .contact {
        padding: 28px 0 85px;
    }
    .contact-info p {
        width: 100%;
    }
    .form {
        padding: 4px;
    }
    .single-form {
        padding: 24px 8px;
        border-radius: 10px;
    }
    .common label {
        font-size: 14px;
    }
    .common input, .common textarea {
        font-size: 15px;
    }
    .submit {
        margin-bottom: -48px;
    }
    .submit input {
        font-size: 14px;
    }
}