.contact {
    margin-top: 2rem;
}
.contact .blogbanner {
    text-align: center;
    position: relative;
}

.contact .blogbanner img {
    width: 90%;
    border-radius: 20px;
    position: relative;
}

.contact-help {
    width: 80%;
    margin: 3rem auto;
}

.thank-you .rightside .headP,
.contact-help .leftside .headP,
.contact-help .rightside h3 {
    font-family: 'Atkinson Hyperlegible', sans-serif;
    font-size: 22px;
    line-height: 24px;
    color: #272636;
    font-weight: 700;
    /* padding: 0.5rem; */
    align-content: center;
    /* margin-bottom: 0; */
}

.contact-help .rightside h3 {
    margin-bottom: 1rem;
}

.contact-help .leftside .headimg {
    text-align: end;
}

.contact-help .leftside .headimg img {
    width: 25px;
}

.thank-you .rightside .headmain p,
.contact-help .leftside .headmain p,
.contact-help .leftside .headmain div a,
.contact-help .leftside .headmain div {
    font-family: 'Atkinson Hyperlegible', sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #272636;
    font-weight: normal;
    /* padding: 0.5rem; */
    align-content: center;
    margin-bottom: 0;
    text-decoration: none;
}

.contact-help .leftside .headmain div a:hover {
    color: #0080B7;
}

.contact-help .leftside .headmain p a:hover {
    font-weight: 600;
}

.contact-help .leftside .headmain {
    margin-bottom: 1.5rem;
}

.contact-help .leftside .col-10 {
    align-content: center;
}

.contact-help .rightside .card {
    border: none;
}

.contact-help .socials img {
    width: 16px;
    margin: 0 0.6rem 0.6rem 0;
}

.contact-help .rightside button,
.contact-help .rightside textarea,
.contact-help .rightside input {
    width: 317px;
    height: 50px;
    border: 1px solid #b3b3b3;
    border-radius: 5px;
    padding: 1rem;
    margin-bottom: 1rem;
}

.contact-help .rightside textarea {
    height: 100px;
}

.contact-help .rightside button,
.contact-help .rightside textarea::placeholder,
.contact-help .rightside input::placeholder,
.contact-help .rightside label {
    font-family: 'Atkinson Hyperlegible', sans-serif;
    font-size: 16px;
    line-height: 24px;
        color: #272636;

    font-weight: 400;
    /* padding: 0.5rem; */
    align-content: center;
    margin-bottom: 0.2rem;
}

.contact-help .rightside textarea::placeholder,
.contact-help .rightside input::placeholder {
    color: #b3b3b3;
}

/* .contact-help .rightside input {
    color: #1b1b1b;
} */

.contact-help .rightside button {
    /* background-color: #0080FF; */
    color: #ffffff;
    height: initial;
    font-size: 18px;
    background-color: #0080B7;
    border: 0;
    text-align: center;
}

.contact-help .rightside button:hover {
    /* border-color: #000000;
    color:#000000;
    background-color: transparent; */

}

.google_map {
    width: 80%;
    margin: 2rem auto;
}

.google_map .mapouter {
    position: relative;
    text-align: right;
    width: 100%;
    height: 332px;
}

.google_map .gmap_canvas {
    overflow: hidden;
    background: none !important;
    width: 100%;
    height: 332px;
    border-radius: 20px;
}

.google_map .gmap_iframe {
    width: 100% !important;
    height: 332px !important;
}

.google_map hr {
    width: 80%;
    color: #D2D6DB;
    border-width: 1px;
    margin: 32px auto;
}

@media (max-width: 991px) {

    .contact-help {
        width: 90%;
    }

    .contact .tabsets .sub-heading {
        width: 75%;
    }
}

@media (min-width: 769px) {

    .contact-us-mobile {
        display: none;
    }
}

@media (max-width: 768px) {

    .contact-us-desktop {
        display: none;
    }

    .contact-help .rightside {
        margin: 2rem auto 0 auto;
        width: 80%;
    }

    .contact-help .rightside button,
    .contact-help .rightside textarea,
    .contact-help .rightside input {
        width: 100%;
    }

    .google_map {
        width: 90%;
    }

    .google_map .mapouter,
    .google_map .gmap_canvas,
    .google_map .gmap_iframe {
        height: 508px !important;
    }
}


@media (max-width: 426px) {


    .contact-help {
        margin: 2rem auto;
        width: 100%;
    }

    .contact-help .rightside {
        margin: 2rem auto 0 auto;
        width: 90%;
    }

    .contact-help .leftside .headimg {
        padding-right: 0;
    }

    .contact-help .leftside .headimg img {
        width: 15px;
    }

    .thank-you .rightside .headmain p,
    .contact-help .leftside .headmain div a,
    .contact-help .leftside .headmain div,
    .contact-help .rightside button,
    .contact-help .rightside textarea::placeholder,
    .contact-help .rightside input::placeholder,
    .contact-help .rightside label,
    .contact-help .leftside .headmain p {

        font-size: 14px;
        line-height: 20px;
    }

    .contact-help .socials img {
        width: 20px;
    }
}

@media (max-width: 321px) {


    .contact-help .rightside,
    .contact-help,
    .company-mobile {
        margin: 1.5rem auto;
    }

    .contact-help .row {
        padding: 0;
    }

    .contact-help .socials img {
        width: 15px;
    }

    .google_map {
        margin: 1rem auto;
    }
}

@media (max-width: 299px) {


    .contact-help .rightside button,
    .contact-help .rightside textarea::placeholder,
    .contact-help .rightside input::placeholder,
    .contact-help .rightside label {
        font-size: 13px;
        line-height: 16px;
    }

    .contact-help .leftside .headmain p a,
    .contact-help .leftside .headmain p {
        font-size: 11px;
        line-height: 16px;
    }

}