.contact_breadcrumb {
    padding: 10% 0 8% 0;
}

.contact_breadcrumb h1 {
    font-size: 60px;
    font-weight: 600;
}

.contact_sec {
    background-color: #E9EDF0;
}

.left_sec {
    background-color: #E9EDF0;
}

.sec_title {
    font-size: 45px;
}

iframe {
    height: 700px !important;
    width: 1040px !important;
}

.calender_wrapper {
    display: flex;
    justify-content: start !important;
    width: 100%;
    margin-top: -4%;
}

._3efP_GeH5kyBAzqnLzL._kN_bCa3VNYpqFLH311L {
    max-width: 100% !important;
    width: 100% !important;
}

._cUP1np9gMvFQrcPftuf {
    display: flex !important;
    justify-content: start !important;
}

.right_sec {
    background-color: #0A3050;
}


.contact-right-box {
    background-color: #ffffff;
    border-radius: 2px;
    padding: 1.5em;
    width: 90%;
    margin: auto;
    text-align: center;
    margin-bottom: 2em !important;
}

.contact-right-box h6 {
    letter-spacing: 1px;
    text-align: center;
    font-size: 1.1em;
    font-weight: 900;
}

.contact-right-box p {
    font-size: 1em;
}

.contact-right-box img {
    width: 15%;
}

.contact-right-box .contact-social-icons img {
    padding: .7em;
}

.contact-right-box .contact-social-icons a {
    border-bottom: none;
    text-decoration: none;
}


@media screen and (max-width: 768px) {
    .sec_title {
        font-size: 34px;
    }
    iframe {
        height: 800px !important;
        width: 360px !important;
        margin-left: 5%;
    }
    .c_wrapper p{
        font-size: 16px !important;
        margin-bottom: 40px;
    }
    .new-spanplife-about-banner {
        padding-top: 8%;
        padding-bottom: 0%;
        margin-top: 70px;
    }
}

@media screen and (min-width: 1280px) and (max-width: 1440px) {
    iframe {
       transform: scale(0.92);
       -webkit-transform: scale(0.92);
       -moz-transform: scale(0.92);
       -ms-transform: scale(0.92);
       -o-transform: scale(0.92);
}
    .left_sec{
        padding: 50px 50px !important;
    }
    .calender_wrapper {
        margin-left: -11%;
    }
}
@media screen and (min-width: 1100px) and (max-width: 1279px) {
    iframe {
        transform: scale(0.78) !important;
        -webkit-transform: scale(0.78) !important;
        -moz-transform: scale(0.78) !important;
        -ms-transform: scale(0.78) !important;
        -o-transform: scale(0.78) !important;
}
     .left_sec{
         padding: 50px 50px !important;
     }
     .calender_wrapper {
         margin-left: -22% !important;
     }
}