
.Contact_us_sec {
    margin: 30px 0px;
}

.Contact_us_sec .contaddbg {
    background-image: url("../../.../../../public/assets/images/contact-us/contact.png");
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 7%;
}

.Contact_us_sec .contaddbg .gettoch {
    font-weight: 500;
    font-size: 24px;
    letter-spacing: 0.24em;
    color: #9c9c9c;
}

.Contact_us_sec .contaddbg .contdetails {
    padding: 5% 0% 0% 5%;
}

.Contact_us_sec .contaddbg .contdetails .addflex {
    display: flex;
    margin-bottom: 20px;
}

.Contact_us_sec .contaddbg .contdetails .icondiv .icon {
    width: 36px;
    height: auto;
    box-shadow: 0px 0px 6px #000000;
}

.Contact_us_sec .contaddbg .contdetails .infodiv {
    padding-left: 30px;
}

.Contact_us_sec .contaddbg .contdetails .infodiv .text {
    font-size: 14px;
    letter-spacing: 0.01em;
    text-align: left;
    color: #fff;
    margin-bottom: 0px;
    padding: 10px 0px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    overflow-wrap: break-word;
    word-break: normal;
    width: 501px;
}

.Contact_us_sec .contaddbg .contdetails .infodiv .bd-bot {
    border-bottom: 1px solid #707070;
    ;
}

.Contact_us_sec .gmap_iframe {
    width: 100%;
    height: 70vh;
}

.thankyou_sec {
    padding: 5% 0%;
}

.thankyou_sec .thankyou_div {
    aspect-ratio: 1/1;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.thankyou_sec .thankyou_div .thankyou_title {
    color: #34c759;
}

.thankyou_message {
    color: #fff;
    font-size: 16px;
    margin-bottom: 0px;
}

.thankyou_sec .returnhome {
    margin-top: 20px;
}

.thankyou_sec .returnhome a {
    color: #fff;
    font-size: 15px;
}

.thankyou_sec .returnhome svg {
    transform: rotate(270deg);
    margin-right: 5px;
}

@media (min-width:0px) and (max-width:991px) {
    .Contact_us_sec .contaddbg .gettoch {
        font-size: 18px;
    }

    .Contact_us_sec .contaddbg {
        padding: 4%;
    }

    .Contact_us_sec .contaddbg .contdetails {
        padding: 5% 0% 0% 0%;
    }

    .Contact_us_sec .gmap_iframe {
        width: 100%;
        height: 40vh;
    }
}

@media (min-width:0px) and (max-width:575px) {
    .Contact_us_sec .contaddbg .contdetails .infodiv .text {
        width: 220px;
        -webkit-line-clamp: 5;
    }
}

@media (min-width:576px) and (max-width:767.98px) {
    .Contact_us_sec .contaddbg .contdetails .infodiv .text {
        width: 400px;
    }
}


@media (min-width:768px) and (max-width:991px) {
    .Contact_us_sec .contaddbg .contdetails .infodiv .text {
        width: 250px;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .Contact_us_sec .contaddbg .contdetails .infodiv .text {
        width: 350px;
    }
}

@media (min-width:1200px) and (max-width:1399px) {
    .Contact_us_sec .contaddbg .contdetails .infodiv .text {
        width: 401px;
    }
}