﻿

header {
    padding: 25px 0 15px 0;
    background-color: #090909;
}

section.contact {
    padding: 45px 0px;
}

.xpal-logo img {
    width: 55px;
}

h2.contact-main-heading {
    font-size: 40px;
    font-weight: 500;
}

h3.sub-heading {
    font-size: 19px;
    color: #515050;
    font-weight: 500;
    margin-bottom: 25px;
}

.xpal-logo img {
    width: 55px;
    margin-bottom: 16px;
}

.contact-bottom-line {
    border-bottom: 1px solid #b1b1b17a;
    margin-bottom: 25px;
}

.col-md-6.support {
    display: flex;
    justify-content: end;
    position: relative;
    right: 8px;
}

.email-heading, .xpal-helpline {
    font-size: 0.7rem;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 10px;
}

.support-email a {
    color: #3631C6;
    font-size: 22px;
    font-weight: 500;
    text-underline-position: from-font;
}
a.cm {
    display: block;
    margin-bottom: 10px;
}
.at-the-rate-icon {
    position: relative;
    left: -10px;
}

.support-email {
    margin-bottom: 40px;
}

.phone-icon {
    position: relative;
    right: 10px;
}

sup.rights-reserved {
    font-size: 15px;
    left: -7px;
    top: -10px;
}

.xpal-helpline-number {
    font-size: 25px;
    font-weight: 500;
}

.support-xpal-main {
    padding: 45px 140px 45px 80px;
    background: #FDFDFE;
    border: 1px solid #d3d2f2;
    border-radius: 25px;
    margin: 0 0 5rem 0;
}

p.contact-para-content {
    font-size: 13px;
}

.col-md-5.contact {
    position: relative;
    top: 43px;
}

section.contact {
    padding: 10rem 0px;
}

.col-lg-5.col-md-6.contact {
    position: relative;
    top: 55px;
}

.phone-icon.mb-3.mt-4 img {
    width: 50px;
}

.at-the-rate-icon.mb-3 img {
    width: 50px;
}

.pd-top10 {
    padding-top: 10px
}

.pd-top15 {
    padding-top: 15px
}

.pd-tp {
    padding-top: 4rem
}

@media (min-width: 992px) and (max-width: 1199px) {

    section.contact {
        padding: 258px 0px;
    }
}


@media (max-width: 768px ) {

    section.contact {
        padding: 285px 0px;
    }

    pd-tp {
        padding-top: 2rem
    }
}


@media (min-width: 768px) and (max-width: 991px) {
    .support-xpal-main {
        padding: 30px 30px 30px 40px;
    }

    .col-md-6.support {
        justify-content: space-between;
        position: unset;
    }

    .col-lg-5.col-md-6.contact {
        top: -5px;
    }

    .support-email a {
        font-size: 20px;
    }

    .at-the-rate-icon.mb-3 img {
        width: 40px;
    }

    .phone-icon.mb-3.mt-4 img {
        width: 40px;
    }

    .xpal-helpline-number {
    }


    section.contact {
        padding: 285px 0px;
    }
}


@media (min-width: 501px) and (max-width: 767px) {
    .col-lg-5.col-md-6.contact {
        position: relative;
        top: unset;
        bottom: 30px;
        text-align: center;
    }

    .col-md-6.support {
        justify-content: center;
        right: unset;
    }

    .support-xpal-main {
        padding: 45px 90px 45px 80px;
        text-align: center;
    }

    .support-email a, .xpal-helpline-number {
        font-size: 20px;
    }

    .at-the-rate-icon.mb-3 img, .phone-icon.mb-3.mt-4 img {
        width: 40px;
    }

    .email-heading, .xpal-helpline {
        margin-bottom: 10px;
    }
}

@media (max-width: 500px) {
    section.contact {
        padding: 90px 0px;
    }

    .col-lg-5.col-md-6.contact {
        position: relative;
        top: unset;
        bottom: 30px;
        text-align: center
    }

    .col-md-6.support {
        justify-content: center;
        right: unset;
    }

    .support-xpal-main {
        padding: 45px 30px 45px 30px;
        text-align: center;
    }

    .support-email a, .xpal-helpline-number {
        font-size: 20px;
    }

    .at-the-rate-icon.mb-3 img, .phone-icon.mb-3.mt-4 img {
        width: 40px;
    }

    .email-heading, .xpal-helpline {
        margin-bottom: 10px;
    }
    h2.contact-main-heading {
        font-size: 30px;
    }
    .at-the-rate-icon {
        position: unset;
    }
}


@media (max-width: 320px) {
    .support-xpal-main {
        padding: 45px 20px 45px 20px;
        text-align: center;
    }
    .support-email a, .xpal-helpline-number {
        font-size: 17px;
    }

    .email-heading, .xpal-helpline {
        margin-bottom: 10px;
    }
    h2.contact-main-heading {
        font-size: 30px;
    }
    .at-the-rate-icon {
        position: unset;
    }
}
