/*media quary*/

/*ipad pro*/

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .contact-sec-2 .address-col h2 span.contact-num {
        font-size: 18px !important;
    }

    .contact-sec-2 .address-col h2 span.contact-info {
        font-size: 18px !important;
    }
}

/*ipad pro*/

@media (max-width: 850px) {
    section.contact-sec-1 {
        padding: 0;
    }

    .contact-sec-1 h2 {
        font-size: 40px !important;
        padding-top: 30px;
    }

    .contact-sec-2 .add-col h2 {
        font-size: 40px !important;
        text-align: center;
    }

    .contact-sec-2 .add-col p {
        text-align: center;
    }

    .contact-sec-2 .add-col button.direct-bt {
        text-align: center;
        margin: 0 auto;
        display: table;
        margin-bottom: 10px;
        min-width: 100%;
    }

    .contact-sec-2 .add-col button.share {
        text-align: center;
        margin: 0 auto;
        display: table;
        margin-top: 10px;
        min-width: 100%;
    }

    .contact-sec-2 .address-col h2 span.contact-num {
        font-size: 16px !important;
        width: 100%;
        padding-bottom: 15px;
    }

    .contact-sec-2 .address-col h2 span.contact-info {
        font-size: 15px !important;
        width: 100%;
    }

    .contact-sec-2 img {
        width: 100% !important;
        height: 100% !important;
        margin-top: 10px !important;
    }

    .contact-sec-3 .down-sec {
        padding: 0 !important;
    }

    .contact-sec-3 .down-sec .bg-image {
        padding-top: 0 !important;
        margin-left: -10%;
        width: 105%;
    }

    .contact-sec-3 .down-sec .bg-image h2 {
        font-size: 30px !important;
    }

    .contact-sec-3 .down-sec .bg-image p {
        text-align: right !important;
    }

    .contact-sec-3 .down-sec .bg-image img {
        float: right;
        margin-right: -10px !important;
    }

    .contact-sec-3 h3 {
        font-size: 25px !important;
    }

    .contact-sec-3 .form-box {
        margin-top: -35px;
    }

    .contact-sec-3 button.send-btn {
        text-align: center;
        margin: 0 auto !important;
        display: table;
        margin-top: 15px !important;
    }
}

/*media quary cloose*/


.contact-sec-1 {
    padding-top: 150px;
    padding-bottom: 150px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.contact-sec-1 h2 {
    font-size: 60px;
    color: #91278e;
    font-weight: bold;
}

.contact-sec-1 p {
    color: #1e1424;
    font-size: 16px;
    width: 75%;
    font-family: 'ProductSans-Regular';
}


.contact-sec-2 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.contact-sec-2 .add-col {
    padding-left: 50px;
    padding-right: 50px;
}

.contact-sec-2 .add-col h2 {
    color: #91278e;
    font-size: 60px;
    font-weight: 700;
    letter-spacing: 2px;
}

.contact-sec-2 .add-col p {
    color: #1e1424;
    font-size: 18px;
}

.contact-sec-2 .add-col button.direct-bt {
    background-color: #fcaf17;
    font-size: 24px;
    text-decoration: none;
    color: white;
    font-family: ProductSans-Bold;
    width: 140px;
    padding: 5px;
    margin-right: 15px;
    border: #fcaf17;
    border-radius: 15px;
    box-shadow: 3px 18px 25px -10px #fcaf17;
}

.contact-sec-2 .add-col button.share {
    background-color: #91278e;
    font-size: 24px;
    text-decoration: none;
    color: white;
    font-family: ProductSans-Bold;
    width: 120px;
    padding: 5px;
    border: #91278e;
    border-radius: 15px;
    box-shadow: 3px 18px 25px -10px #91278e;
}

.contact-sec-2 .address-col h2 {
    font-size: 40px;
    font-weight: 700;
}

.contact-sec-2 .address-col h2 span.contact-num {
    font-size: 24px;
    color: #1e1424;
    float: right;
    padding-top: 16px;
}

.contact-sec-2 .address-col h2 span.contact-info {
    font-size: 24px;
    color: #1e1424;
    float: right;
    padding-top: 16px;
}

.contact-sec-2 img {
    width: 115%;
    height: 500px;
    border: #91278e;
    border-radius: 25%;
    margin-top: -45px;
}


section.contact-sec-3 {
    padding-bottom: 50px;
}

.contact-sec-3 .down-sec {
    padding-right: 50px;
    padding-left: 50px;
}

.contact-sec-3 .down-sec .bg-image {
    padding-top: 50px;
    padding-bottom: 50px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top left;
    border-radius: 16px;
}

.contact-sec-3 .down-sec .bg-image h2 {
    padding-top: 120px;
    text-align: right;
    font-size: 40px;
    color: white;
    font-family: 'Font Awesome 5 Brands';
    font-weight: bold;
}

.contact-sec-3 .down-sec .bg-image p {
    text-align: right;
    color: white;
    padding-left: 38%;
}

.contact-sec-3 .down-sec .bg-image img {
    padding: 10px;
    width: 70%;
    float: right;
    padding-left: 40%;
    margin-right: -10px;
}

.contact-sec-3 .form-box {
    padding-top: 65px;
}

.contact-sec-3 h3 {
    color: #91278e;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 3px;
    margin: 5px;
}

.contact-sec-3 input.form-control {
    background: #e1e1e1;
    margin: 5px;
}

.contact-sec-3 textarea.form-control {
    background-color: #e1e1e1;
    border: 1px solid #e1e1e1;
    margin: 5px;
}

.contact-sec-3 button.send-btn {
    background-color: #fcaf17;
    font-size: 24px;
    text-decoration: none;
    color: white;
    font-family: ProductSans-Bold;
    margin: 5px;
    width: 120px;
    border: #fcaf17;
    border-radius: 15px;
    box-shadow: 3px 18px 25px -10px #fcaf17;
}
