﻿@charset "utf-8";

.wrapper {
    width: 100%;
    font-weight: 300;
}

.wrap_container {
    width: 100%;
}

.header {
    color:#fff;
    position: fixed;
    background-color:darkblue;
    z-index: 9999;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.3);
}

    .header a {
        color: #fff;
    }

        .header a:hover {
            color: #00a8ff;
            text-decoration: none;
        }

.social-network ul {
    list-style-type: none;
    margin: 0;
}

    .social-network ul li {
        float: left;
        padding-left: 15px;
    }

.navigation {
    width: auto;
    display: inline-block;
}

    .navigation ul {
        list-style-type: none;
    }

        .navigation ul li {
            float: left;
        }

            .navigation ul li a {
                display: block;
                text-transform: capitalize;
                font-size: 15px;
                font-weight: 700;
            }

.header-social small, .header-top-1 small {
    font-weight: 700;
}


#m-headder {
    width: 100%;
    color: #fff;
}

    #m-headder a[href^="tel:"] {
        color: #007bff !important;
        text-decoration: none;
    }

    #m-headder .mobileNav {
        width: 100%;
        background: #002a52f2;
        position: absolute;
        left: auto;
        top: 0;
        z-index: 1100;
        display: none;
        right: 0;
    }

        #m-headder .mobileNav ul {
            list-style-type: none;
            margin: 0;
            display: inline-block;
            float: left;
            width: 100%;
            text-align: left;
        }

            #m-headder .mobileNav ul li a {
                display: block;
                padding: 5px 0;
                text-transform: capitalize;
                color: #fff;
                cursor: pointer;
                border-bottom: 1px solid #cccccc4a;
            }

                #m-headder .mobileNav ul li a:hover {
                    color: #007bff !important;
                    text-decoration: none;
                }

        #m-headder .mobileNav .py-4 {
            padding-top: 0 !important;
        }

        #m-headder .mobileNav h4 {
            text-align: left;
        }

        #m-headder .mobileNav .social-network ul li a {
            border-bottom: 0;
        }

        #m-headder .mobileNav .social-network {
            float: left;
        }

    #m-headder .text-primary {
        color: #fff !important;
        float: left;
    }

.mb10 {
    margin-bottom: 10px;
}

.mgp-thankyou-main {
    background: 0 0 !important;
}

.thank-you-wrap {
    text-align: center;
}

    .thank-you-wrap h3 {
        color: #001641;
        margin-top: 16px;
        font-size: 24px;
    }

    .thank-you-wrap p {
        font-size: 18px;
        margin-bottom: 14px;
    }

        .thank-you-wrap p a.btn.btn-primary.rounded-pill.thanks-btn {
            font-size: 16px;
            padding: 8px 19px;
            text-transform: uppercase;
        }

@media (min-width:1200px) {
    #m-headder {
        display: none;
    }
}

#footer {
    background: #34acd3 no-repeat center top;
    color: #fff;
    font-size: 90%;
}

    #footer a[href^="tel:"] {
        color: #fff !important;
        text-decoration: none;
    }

    #footer a {
        color: #fff;
    }

    #footer .container.part01 {
        border-bottom: 1px solid #4eafd8;
    }

    #footer .container.part02 div.corporate_office {
        border-left: 1px solid #4eafd8;
        border-right: 1px solid #4eafd8;
    }

    #footer .container.part02 .social-network ul {
        margin-top: -8px;
    }

        #footer .container.part02 .social-network ul li a {
            display: block;
            width: 36px;
            height: 36px;
            padding: 5px;
            text-align: center;
            border-radius: 25px;
            border: 1px solid #fff;
            font-size: 1.2rem;
            transition: all .15s ease-in-out;
        }

            #footer .container.part02 .social-network ul li a:hover {
                background: #fff;
                color: #000;
            }

@media (min-width:1200px) {
    #footer .container.part01 .quickLinks, #footer .container.part01 .reachUs, #footer .container.part01 .state {
        line-height: 2.3;
    }
}

.modalWindow {
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    background: rgba(0,0,0,.6);
    display: none;
}

.modal {
    z-index: 9999;
}

.form-box-width {
    width: 97%;
    margin: 0 auto;
}

li#menu-item-1255 a {
    font-size: 12px;
    border-radius: 3px;
    background: #3691d9;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.3;
    padding: 5px 8px 4px;
    font-weight: 400;
}

#device-nav-icon {
    width: 28px;
    height: 24px;
    position: relative;
    cursor: pointer;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

    #device-nav-icon strong {
        position: absolute;
        left: 45px;
        top: -1px;
    }

    #device-nav-icon span {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        background: #002a51;
        left: 0;
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

        #device-nav-icon span:nth-child(1) {
            top: 0;
        }

        #device-nav-icon span:nth-child(2) {
            top: 10px;
        }

        #device-nav-icon span:nth-child(3) {
            top: 20px;
        }

    #device-nav-icon.open span:nth-child(1) {
        top: 10px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    #device-nav-icon.open span:nth-child(2) {
        opacity: 0;
        left: -60px;
    }

    #device-nav-icon.open span:nth-child(3) {
        top: 10px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }

.secondaryHeader {
    width: 100%;
    position: relative;
    padding-top: 97px;
}

    .secondaryHeader .headImage {
        position: relative;
        overflow: hidden;
        background: url(../images/bg-figure-01.png) no-repeat right bottom;
        background-size: 100%;
    }

        .secondaryHeader .headImage .row div[class^=col] {
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
            text-align: right;
        }

    .secondaryHeader .overLayer {
        width: 100%;
        height: auto;
        color: #fff;
        background: url(../images/bg-figure-01.png) no-repeat right bottom;
        background-size: 100%;
    }

        .secondaryHeader .overLayer .container, .secondaryHeader .overLayer .container .row {
            height: 100%;
        }

        .secondaryHeader .overLayer h1, .secondaryHeader .overLayer h2 {
            font-size: 1.6rem;
            font-weight: 300;
        }

.overLayer ul.breadcurm {
    width: auto;
    display: inline-block;
    float: left;
    text-align: center;
    margin: 0 auto;
    list-style-type: none;
    margin: 0;
}

    .overLayer ul.breadcurm li {
        float: left;
        padding-right: 10px;
    }

        .overLayer ul.breadcurm li:after {
            content: "\f105";
            font: normal normal normal 14px/1 FontAwesome;
            display: inline-block;
            padding-left: 10px;
            color: #fff;
            font-weight: 600;
        }

        .overLayer ul.breadcurm li a {
            display: inline-block;
            color: #fff;
        }

        .overLayer ul.breadcurm li:last-of-type a {
            pointer-events: none;
            cursor: default;
        }

        .overLayer ul.breadcurm li a:hover {
            color: #eaeffd;
        }

        .overLayer ul.breadcurm li:last-of-type:after {
            content: "";
        }

@media (min-width:768px) {
    .secondaryHeader .headImage .row div[class^=col] {
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
        text-align: right;
    }

    .secondaryHeader .headImage:before {
        content: "";
        width: 51.1%;
        height: 100%;
        position: absolute;
        left: -10%;
        top: 0;
        z-index: 20;
        background: url(../images/bg-figure-01.png) no-repeat right bottom;
        background-size: 100%;
        -ms-transform: skewX(5deg);
        -webkit-transform: skewX(5deg);
        transform: skewX(5deg);
    }

    .secondaryHeader .overLayer {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 30;
        color: #fff;
        background: 0 0;
    }

        .secondaryHeader .overLayer .container, .secondaryHeader .overLayer .container .row {
            height: 100%;
        }

        .secondaryHeader .overLayer h1, .secondaryHeader .overLayer h2 {
            font-size: 2rem;
            font-weight: 500;
            margin-top: 80px;
        }
}

@media (min-width:1600px) {
    .secondaryHeader .headImage .row {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
}

a[href^="tel:"] {
    color: #fff !important;
    text-decoration: none;
}

.navigation ul li {
    margin-right: 40px;
}

    .navigation ul li:last-child {
        margin-right: 0;
    }

.writeUs .wpcf7-form input[type=email], .writeUs .wpcf7-form input[type=tel], .writeUs .wpcf7-form input[type=text], .writeUs .wpcf7-form textarea {
    background: #f8f8f8;
    border: 1px solid #ececec;
}

.captcha-image {
    color: #fff;
    border: 1px solid #fff;
    margin: 17px 0;
}

.wpcf7-form-control-wrap.kc_captcha {
    width: 100%;
    background: #002a51;
    display: block;
    text-align: center;
}

.contactUs .writeUs input[type=submit] {
    background: #002a52;
    border: 1px solid #002a52;
    padding: .7rem 2rem;
    color: #fff;
    float: left;
}

.wpsl-search {
    display: none;
}

#wpsl-stores li {
    display: block;
    margin-bottom: 1rem;
    background: #002a51;
    color: #fff;
    padding: 1rem !important;
}

    #wpsl-stores li a {
        color: #fff;
    }

#wpsl-stores .wpsl-store-location p:first-child > strong {
    text-transform: uppercase !important;
    font-size: 1.25rem;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    margin: 0 0 10px;
    display: block;
}

#wpsl-result-list li p {
    padding-left: 0;
    margin: 0 0 5px 0;
}

#wpsl-stores .wpsl-store-location p > span {
    position: relative;
}

#wpsl-stores .wpsl-store-location p:first-child > span {
    position: relative;
}

#wpsl-stores .wpsl-store-location p:first-child > span, .wpsl-contact-details span, .wpsl-direction-wrap, .wpsl-store-details {
    padding: 0 0 0 15px;
}

#wpsl-stores span.wpsl-street::before {
    content: "\f041";
    font-family: FontAwesome;
    left: 0;
    position: absolute;
}

#wpsl-stores .wpsl-street + .wpsl-street::before {
    content: none;
}

#wpsl-stores .wpsl-store-location .wpsl-contact-details span::before {
    font-family: FontAwesome;
    content: "\f095";
    left: 0;
    position: absolute;
}

.search-bx {
    display: none;
}

.banner .quickContact ul li {
    width: 35px;
}

.search.slide-search {
    width: 0;
    opacity: 0;
    transition: all .25s linear;
}

.search-bx.expanded .search.slide-search {
    width: 230px;
    opacity: 1;
}

.banner .quickContact ul li a {
    color: #000 !important;
}

.g-recaptcha.wpcf7-recaptcha {
    transform: scale(.74);
    -webkit-transform: scale(.74);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}

.contactUs .g-recaptcha.wpcf7-recaptcha {
    transform: scale(1);
    -webkit-transform: scale(1);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    margin-bottom: 15px;
}

.container strong {
    font-weight: 600;
}

.contactUs div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 2px solid #f7e700;
    color: #000;
}

.branches {
    margin-bottom: 0 !important;
}

#wpsl-wrap #wpsl-result-list ul li {
    position: relative;
}

#wpsl-wrap .wpsl-direction-wrap {
    position: absolute;
    bottom: 21px;
    right: 50%;
}

.back-button a {
    color: #002a51;
    text-transform: uppercase;
}

.banner {
    padding-top: 97px;
}

.container.aboutus p a {
    color: #189fdd !important;
}

.secondaryHeader .headImage:before {
    width: 52%;
}

.welcomeText h4 {
    color: #002a51;
    margin-bottom: 14px;
}

.bg-blue {
    background: #edf6fc;
}

.about-mgp p {
    font-size: 17px;
}

span.highlight {
    color: #0289cd;
    font-size: 17px;
    padding-left: 10px;
    font-weight: 500;
}

a.btn.btn-primary.rounded-pill.call-now {
    font-size: 16px;
    padding: 8px 19px;
    text-transform: uppercase;
}

.offer-service {
    position: relative;
}

.call-booking-strip {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -35px;
    margin: 0 auto;
    text-align: center;
}

    .call-booking-strip p {
        align-items: center;
        width: 100%;
    }

    .call-booking-strip span {
        background: #ae882f;
        color: #fff;
        padding: 20px 30px;
        font-size: 16px;
        border-radius: 4px;
    }

.mt40 {
    margin-top: 40px;
}

.about-mgp p a {
    color: #189fdd !important;
}

.aboutus ul li {
    margin-bottom: 10px;
    padding: 2px 0 0 14px;
    list-style: none;
}

.branches span.d-block {
    font-size: 20px;
}

.branches img.mapicon {
    right: 100px;
    bottom: 20px;
}

.breadcrumb-section ul.breadcurm li {
    float: left;
    list-style: none;
    padding-right: 10px;
}

    .breadcrumb-section ul.breadcurm li a {
        color: #000;
        font-weight: 400;
        font-size: 13px;
    }

    .breadcrumb-section ul.breadcurm li:after {
        content: "\f105";
        font: normal normal normal 14px/1 FontAwesome;
        display: inline-block;
        padding-left: 10px;
        color: #000;
        font-weight: 600;
    }

.breadcrumb-section ul.breadcurm {
    float: left;
    width: 100%;
    padding: 10px 0;
    margin: 0;
}

.breadcrumb-section {
    float: left;
    width: 100%;
}

    .breadcrumb-section ul.breadcurm li:last-child:after {
        display: none;
    }

.process-container {
    text-align: center;
}

.about-banner {
    text-align: center;
}

.about-wrap h2 {
    color: #002a51;
}

.about-wrap h3 {
    font-size: 21px;
    color: #002a51;
}

.about-section {
    margin: 40px 0 10px;
}

.about-wrap p {
    text-align: justify;
}

.bg-white.form-box-bot h3 {
    color: #002a54;
}

.form-box-bot input[type=text], .form-box-bot textarea {
    background: #f8f8f8;
    border: 1px solid #ececec;
}

.form-box-bot input[type=submit] {
    background: #002a52;
    border: 1px solid #002a52;
    padding: .7rem 2rem;
    color: #fff;
    float: left;
    margin-top: 6px;
}

.form-box-bot input[type=email], .form-box-bot input[type=tel], .form-box-bot input[type=text], .form-box-bot textarea {
    width: 100%;
    background: #f1f9fd;
    border: 1px solid #ddf2fd;
    padding: 8px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
}

.form-sec-bot {
    text-align: center;
}

.form-box-bot {
    width: 60%;
    margin: 0 auto;
}

.captcha-box-form {
    float: left;
    width: 30%;
}

#m-headder a[href^="tel:"] {
    color: #fff !important;
    text-decoration: none;
}

#m-headder .text-primary {
    color: #fff !important;
}

.wrap_container.about-mgp {
    margin-top: 30px;
}

#m-headder .mobileNav ul li a {
    text-transform: capitalize !important;
}

.header-top-1 strong.text-primary {
    color:white !important;
}

.wrap_container.py-3.py-md-5.form-sec-bot.about-form {
    padding-top: 0 !important;
}

.btn-contact {
    text-align: center;
    margin-top: 20px;
}

.grey-form {
    padding: 40px 0 !important;
    background: #fcfcfc !important;
    margin: 20px 0 0 0 !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mobile-version.owl-loaded.owl-drag {
    display: none;
}

.secondaryHeader .about-mobile {
    display: none;
}

span.wpcf7-form-control-wrap.termsconditions {
    text-align: left;
    font-size: 13px;
    color: #333;
}

span.wpcf7-form-control-wrap.termsconditions {
    color: #333;
    font-size: 13px;
}

div.wpcf7-mail-sent-ok {
    color: #333;
}

.writeUs.my-4.p-3.testimonial-con .termsconditions {
    color: #fff;
    font-size: 12px;
}

.writeUs.my-4.p-3.testimonial-con .wpcf7-mail-sent-ok {
    color: #398f14;
}

.logo:before {
    content: '';
    /*position: absolute;*/
    width: 12px;
    height: 100%;
    top: -10px;
    animation: slide 5s linear infinite;
    transform: rotate(-30deg);
    box-shadow: 0 3px 11px rgba(255,255,255,.5);
}

@keyframes slide {
    from {
        left: -10px;
        background: rgba(255,255,255,.5);
    }

    to {
        left: 220px;
        background: rgba(255,255,255,.5);
    }
}

.f-btm-txt {
    text-align: left;
    padding: 8px 0 10px 0;
    font-size: 12px;
}

.col-sm-12.cin-info {
    padding: 0;
}

.has-cookie-bar #catapult-cookie-bar a:hover {
    text-decoration: none;
}

.has-cookie-bar #catapult-cookie-bar {
    padding: 8px 20px 8px;
}

.cookie-bar-bar button#catapultCookie {
    margin: 0 0 0 20px;
}

button#catapultCookie {
    padding: 3px 8px !important;
}

.privacy-pol h4 {
    font-size: 17px;
    font-weight: 600;
    margin: 20px 0 3px 0;
}

    .privacy-pol h4:first-child {
        margin-top: 0;
    }

.form-box-bot select {
    width: 100%;
    background: #f1f9fd;
    border: 1px solid #ddf2fd;
    padding: 8px;
    border-radius: 0;
    color: #757575;
}

.writeUs select {
    background: #f8f8f8;
    border: 1px solid #ececec;
    width: 100%;
    padding: 8px;
    border-radius: 0;
    color: #757575;
}

.ftr-web-dropdown {
    padding: 0;
    margin-top: 12px;
}

    .ftr-web-dropdown button {
        background: #001641;
        color: #fff;
        padding: 10px 20px 10px 10px;
        font-size: 12px;
    }

        .ftr-web-dropdown button:focus, .ftr-web-dropdown button:hover, .ftr-web-dropdown button:visited {
            color: #fff;
        }

        .ftr-web-dropdown button.dropdown-toggle::after {
            color: #fff;
            font-size: 12px;
        }

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 5px;
    vertical-align: text-top;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f107";
    color: #404040;
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
}

#footer .ftr-web-dropdown .dropdown-menu .dropdown-item {
    font-size: 13px;
    display: block;
}

    #footer .ftr-web-dropdown .dropdown-menu .dropdown-item:last-child {
        border-bottom: none;
    }

    #footer .ftr-web-dropdown .dropdown-menu .dropdown-item:hover {
        color: #001641;
        font-weight: 400;
    }

    #footer .ftr-web-dropdown .dropdown-menu .dropdown-item:hover {
        background-color: #f1f1f1;
    }

#footer .ftr-web-dropdown .dropdown-menu .dropdown-item {
    color: #000;
    padding: 5px 10px;
    border-bottom: 1px solid #ddd;
}

#footer .ftr-web-dropdown .dropdown-menu {
    width: 264px;
}

.searchLocation {
    padding: 34px 20px !important;
}

    .searchLocation select {
        margin-bottom: 18px;
    }

.footerInfo p {
    margin: 20px 10px 0 0;
}

#menu-footer-menu li {
    line-height: 20px;
    margin: 3px 0 5px;
}

#footer > div:first-child h5 {
    min-height: 50px;
    display: flex;
    align-items: center;
}

body.ta .ftr-web-dropdown button {
    line-height: 16px;
    padding: 5px;
}

.ftr-web-dropdown button {
    white-space: unset;
}

.ftr-web-dropdown {
    margin-top: 0;
}

#footer .social-network {
    top: 10px;
    display: block;
    position: relative;
    margin-bottom: 10px;
    float: left;
}

body.en #footer .social-network {
    top: 0;
    display: inline;
    position: relative;
    margin-bottom: 0;
}

#footer .social-network li:first-child {
    padding-left: 0;
}

body.en #footer .social-network li:first-child {
    padding-left: 15px;
}

body.bn .ftr-web-dropdown button {
    padding-right: 10px;
}

body.ml .branches span.d-block, body.ta .branches span.d-block, body.te .branches span.d-block {
    font-size: 17px;
}

body.te .testimonial .summary p, body.te .wrap_testimonial .testimonial p {
    word-break: break-all;
}

.lang-dropdwn {
    margin-right: 0;
    margin-bottom: 4px;
}

    .lang-dropdwn select {
        font-size: 12px;
        padding: 3px 0 5px 3px;
        border: 1px solid #3691d9;
        border-radius: 3px;
        background: #3691d9;
        font-weight: 700 !important;
        color: #fff;
        width: 125px;
    }

        .lang-dropdwn select option {
            background: #fff;
            color: #000;
        }

        .lang-dropdwn select:focus {
            outline: 0;
        }

@media (max-width:767px) {
    .muthoot-logo {
        text-align: center;
    }

        .muthoot-logo img {
            width: 110px;
            margin: 10px auto 20px auto;
        }

    .privacy-pol p {
        text-align: justify;
    }

    .testimonial .row > div:first-child {
        text-align: center;
    }

    .testimonial .summary h5:before {
        top: -8px !important;
        opacity: .2 !important;
    }

    .testimonial .summary h5 {
        margin: 10px 0 0 0;
        text-align: center;
        padding-left: 0 !important;
    }

    .testimonial .summary p {
        text-align: justify;
    }

    .social-network {
        margin: -5px 0 0 0;
    }

    .how-it-work .part01 .py-5 {
        padding: 22px 10px 12px !important;
    }

    .how-it-work .part02 h2 {
        color: #002a51;
        font-size: 26px;
    }

    .how-it-work .part02 ul li {
        padding-bottom: 7px !important;
    }

    .welcomeText h2 {
        font-size: 26px;
        margin-bottom: 10px !important;
    }

    .welcomeText a.btn-primary {
        padding: 10px 16px;
    }

    .form-box-bot input[type=submit] {
        padding: .5rem 1.2rem;
    }

    .branches br {
        display: none;
    }

    .branches a {
        margin: 15px 0 0 0;
        padding: 10px 15px;
        font-weight: 700;
    }

    .col-md-4.state {
        text-align: center;
    }

    #footer .container.part02 div.corporate_office {
        text-align: center;
    }

    .toll-free {
        text-align: center;
        display: block;
    }

    .mobile-van-sm {
        margin-top: 20px;
    }

    .thank-you-wrap p {
        margin-bottom: 16px;
        line-height: 19px;
    }

    #footer > div:first-child h5 {
        min-height: auto;
    }

    .how-it-work .part01:before {
        background: #0667a4 !important;
    }

    .how-it-work:before {
        background: url(../images/grey-mob-bg.jpg) repeat-y left 75%;
    }
}

@media (min-width:1199px) {
    body.kn .branches .row > div:first-child, body.ml .branches .row > div:first-child, body.ta .branches .row > div:first-child, body.te .branches .row > div:first-child {
        max-width: 65%;
    }
}

@media (max-width:991px) {
    #m-headder {
        position: relative;
    }

    .m-header .logo img {
        max-width: 140px;
    }

    .language-bar .lang-dropdwn {
        position: absolute;
        right: 42px;
        top: 25px;
        padding-right: 15px;
        margin: 0;
        z-index: 99999;
    }

        .language-bar .lang-dropdwn select {
            font-size: 11px;
            padding: 5px 0 6px 3px;
            border: 1px solid #ddd;
            width: 118px;
        }
}

@media (min-width:768px) {
    .how-it-work .part01:before {
        background: #0667a4 url(../images/background_01.jpg) no-repeat right bottom;
    }

    #footer {
        background: url(../images/footer_bg.jpg) no-repeat center top;
        background-size: cover;
    }

    .branches {
        background: url(../images/branches_bg.jpg) no-repeat center top;
        background-size: cover;
    }

    .how-it-work:before {
        background: url(../images/background_02.jpg) repeat-y left 75%;
    }
}



/*blog*/
body {
    overflow-x: hidden;
}

.blogContent {
    border-radius: 4px;
    box-shadow: rgb(1 1 1 / 15%) 1px 1px 5px 0px;
    font-size: 13px;
    overflow: auto;
    transition: all 250ms ease 0s;
    background-color: #fff;
    margin-bottom: 50px;
}

.blogImage {
    border-radius: 5px;
    min-height: 200px;
    max-height: 210px;
    overflow: hidden;
}

.blogTitle, .blogMeta, .blogExcerpt, .blogMore {
    padding-left: 20px;
    padding-right: 20px;
}

.blogMeta, .blogExcerpt {
    color: #111;
    font-weight: 500;
}

.blogExcerpt {
    padding-bottom: 20px;
    min-height: 80px;
}

.blogTitle, .blogMeta, .blogExcerpt, .blogMore {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    line-height: 18px;
}

    .blogMeta ul {
        background: rgba(1,105,153,0.8);
        margin-bottom: 0px;
        color: #fff;
        padding: 4px 10px 4px !important;
        border-radius: 0px 3px 3px 0px;
    }

.blogMeta {
    font-weight: 700;
    margin-bottom: 15px;
    position: absolute;
    top: 36%;
    left: -5px;
}

    .blogMeta li, .blogMeta li {
        display: inline-block;
    }

.blogTitle a {
    color: #000;
    font-weight: 600;
    line-height: 19px;
    font-size: 15px;
}

    .blogTitle a:hover {
        text-decoration: none;
    }

.blogContent .blogTitle {
    line-height: 16px;
    margin-top: 15px;
    margin-bottom: 15px;
    height: 36px;
}

.blogMore a {
    border-radius: 3px;
    background-color: #016999;
    font-size: 13px;
    color: #ffffff;
    font-weight: 400;
    text-transform: uppercase;
    padding: 8px 14px;
    display: inline-block;
    margin-bottom: 20px;
}

    .blogMore a:hover {
        background: #00a8ff;
        text-decoration: none;
        color: #fff;
    }

.single-blog-img img {
    width: 100%;
}

.single-blog {
    margin-right: 15px;
}

    .single-blog .blogTitle {
        padding-left: 0px;
        font-size: 24px;
        font-weight: 600;
        margin-top: 20px;
        line-height: 30px;
    }

.blog-description h2, .blog-description h3, .blog-description h4 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 30px;
}

.blog-description ul {
    list-style: none;
    padding-left: 15px;
}

    .blog-description ul li {
        position: relative;
        margin-bottom: 5px;
    }

        .blog-description ul li:before {
            content: "\f105";
            font-family: FontAwesome;
            font-style: normal;
            text-decoration: inherit;
            color: #057DDD;
            font-size: 14px;
            padding-right: 0.5em;
            position: absolute;
            top: -1px;
            left: -10px;
            font-weight: bold;
        }

.recents {
    background: #dcf2f6;
    padding: 20px 10px 10px;
    margin-bottom: 30px;
}

    .recents h5 {
        color: #001641;
        font-weight: 600;
        margin: 25px 0 10px;
    }

    .recents ul {
        list-style: none;
        padding: 0;
        padding-left: 20px;
        margin: 12px 0 20px;
        font-size: 13px;
        font-weight: 500;
    }

    .recents li {
        margin-bottom: 13px;
        position: relative;
        border-bottom: 1px solid #ddd;
        padding-bottom: 5px;
    }

        .recents li:before {
            content: "\f105";
            font-family: FontAwesome;
            font-style: normal;
            text-decoration: inherit;
            color: #057DDD;
            font-size: 14px;
            padding-right: 0.5em;
            position: absolute;
            top: -1px;
            left: -10px;
            font-weight: bold;
        }

        .recents li:last-child {
            border-bottom: none;
        }

        .recents li a {
            color: #000;
        }

            .recents li a:hover {
                text-decoration: none;
            }

.product-form-section {
    background: #ddd;
    padding: 20px;
}

.product-form-section {
    background: #ddd;
    padding: 20px;
}

    .product-form-section p.sideSubHeading {
        margin-bottom: 1rem;
        font-size: 14px;
        font-weight: 500;
        color: #001641;
        text-transform: capitalize;
    }

    .product-form-section form input {
        font-size: 13px;
        border-radius: 0px;
        width: 100%;
        border: 0px;
        padding: 5px 10px;
    }

    .product-form-section select {
        width: 100%;
        font-size: 13px;
        padding: 5px;
        color: #828282;
        border: none;
    }

    .product-form-section textarea {
        width: 100%;
        border: none;
        padding: 5px;
        font-size: 13px;
    }

    .product-form-section .termsconditions .last {
        font-size: 11px;
    }

        .product-form-section .termsconditions .last input[type="checkbox"] {
            float: left;
            width: auto;
            margin-right: 10px;
        }

    .product-form-section .sideHeading {
        font-size: 19px;
        color: #001641;
        line-height: 1.2;
        font-weight: 600;
        margin-bottom: 5px;
        position: relative;
    }

.single-blogMeta ul {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
    font-weight: 600;
    list-style: none;
}

.find_new_btn {
    color: #fff;
    background-color: #021E41 !important;
    border-color: #021E41 !important;
    padding: 10px 20px !important;
    font-weight: 600;
}

.pagination .page-item .page-link.current {
    background: #016999;
    border-color: #016999;
    color: #fff;
}

.pagination .page-link {
    color: #999;
}

.blogMeta ul li a {
    color: #fff;
}

    .blogMeta ul li a:hover {
        color: #fff;
        text-decoration: none;
    }

.single-blogMeta ul li a {
    color: #212529;
}

    .single-blogMeta ul li a:hover {
        color: #212529;
        text-decoration: none;
    }

.blog-description ol {
    list-style-position: inside;
}

.author-post .post {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    border-bottom: 1px solid #9999;
    padding-bottom: 30px;
}

    .author-post .post .author-post-img {
        margin-right: 15px;
    }

.author-post-content h2 {
    font-size: 18px;
    font-weight: 600;
}

    .author-post-content h2 a {
        color: #212529;
    }

.author-post-content i {
    margin-right: 5px;
    color: #3691d9;
}

.author-post-content .date, .author-post-content .author, .author-post-content .comments {
    margin-right: 15px;
}

.author-post-content a {
    color: #212529;
}

.view-article {
    font-weight: 600;
}

.author-blk h1 {
    font-size: 24px;
    font-weight: 600;
}

.author {
    padding-top: 10%;
}

.author-block-area {
    display: flex;
    margin: 15px 0px 30px;
    background: #ecececdd;
    padding: 15px;
}

.avatar-img {
    margin-right: 15px;
}

.author-content h2 {
    font-size: 18px;
    font-weight: 600;
}

.blog-comment .comment-form .comment-form-comment #comment {
    width: 100%;
    border: 1px solid #ccc;
}

.blog-comment .comment-form input[type="text"] {
    width: 100%;
    border: 1px solid #ccc;
    padding: 5px 10px;
}

    .blog-comment .comment-form input[type="text"]:focus {
        outline: none;
    }

.blog-comment .comment-form .wp-comment-cookies-consent {
    font-size: 14px;
}

.blog-comment .comment-form .form-submit .submit {
    background: #016999;
    border: 0px;
    color: #fff;
    padding: 7px 14px;
    border-radius: 5px;
}

.author_bio {
    background: #ecececdd;
    padding: 15px;
}

.author-img img {
    width: 100%;
}

.comment-content a {
    color: #212529;
    font-weight: 600;
}

.related-post .listing-detail {
    border-radius: 4px;
    box-shadow: rgb(1 1 1 / 15%) 1px 1px 5px 0px;
    font-size: 13px;
    overflow: auto;
    transition: all .25s ease 0s;
    background-color: #fff;
    margin-bottom: 50px;
}

    .related-post .listing-detail figure {
        border-radius: 5px;
        min-height: 200px;
        max-height: 210px;
        overflow: hidden;
    }

.related-post .detail-bottom {
    background: rgba(1,105,153,.8);
    margin-bottom: 0;
    color: #fff;
    padding: 4px 10px 4px !important;
    border-radius: 0 3px 3px 0;
}

.blog-comment {
    margin: 30px 0px;
}

    .blog-comment .reply-title {
        font-size: 24px;
        font-weight: 600;
    }

.related-post .blog-heading {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}

.blogImage img {
    width: 100%;
}

.next-prev-post {
    display: flex;
    justify-content: space-between;
}

    .next-prev-post i {
        font-size: 22px;
        color: #016999;
    }

    .next-prev-post a {
        display: flex;
        align-items: center;
    }

        .next-prev-post a:hover {
            text-decoration: none;
        }

    .next-prev-post span {
        font-weight: 600;
        color: #212529;
        font-size: 16px;
    }

.prev {
    margin-left: 10px;
}

.next {
    margin-right: 10px;
}

.blog-comment .comment-form .comment-form-comment #comment {
    padding: 10px;
}

    .blog-comment .comment-form .comment-form-comment #comment:focus {
        outline: none;
    }

.blog-comment .comments ul {
    list-style: none;
}

    .blog-comment .comments ul li {
        width: 100%;
        float: left;
        background: #efefef;
        margin-bottom: 15px;
        padding: 15px;
    }

        .blog-comment .comments ul li .comment-author {
            float: left;
            margin-right: 15px;
        }

        .blog-comment .comments ul li a {
            color: #002a51;
            font-weight: 600;
        }

            .blog-comment .comments ul li a:hover {
                text-decoration: none;
            }

        .blog-comment .comments ul li .comment-author img {
            display: block;
        }

.blog-comment .comments h2 {
    font-size: 600;
    font-size: 24px;
}

.next-prev-post .next a {
    position: relative;
    color: #002a51;
    font-weight: 600;
}

    .next-prev-post .next a:before {
        content: "\f0a9";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
        /*--adjust as necessary--*/
        color: #002a51;
        font-size: 18px;
        padding-right: 0.5em;
        position: absolute;
        top: -3px;
        right: -30px;
    }

.next-prev-post .pre a {
    position: relative;
    color: #002a51;
    font-weight: 600;
    padding-left: 25px;
}

    .next-prev-post .pre a:before {
        content: "\f0a8";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
        /*--adjust as necessary--*/
        color: #002a51;
        font-size: 18px;
        padding-right: 0.5em;
        position: absolute;
        top: -3px;
        left: 0px;
    }

.author-heading-share-blk {
    display: flex;
    align-items: center;
}

    .author-heading-share-blk .social-icons {
        margin-left: 15px;
    }

        .author-heading-share-blk .social-icons i {
            font-size: 30px;
            margin-right: 5px;
        }

            .author-heading-share-blk .social-icons i.facebook {
                color: #1877f2;
            }

            .author-heading-share-blk .social-icons i.twitter {
                color: #55acee;
            }

.single-blog-sidebar .input-group-append .btn {
    padding: 0px 15px;
}


.footerSticky {
    display: none;
}

.mfl-blk .aboutus-content-section1 h2 {
    font-size: 24px;
    font-weight: 600;
}

.mfl-blk .aboutus-content-section1 h3 {
    font-size: 20px;
    font-weight: 600;
}

@media (max-width: 991px) {

    .secondaryHeader.blog .overLayer h2, .secondaryHeader .overLayer h1 {
        margin-top: 5px;
    }

    .single-blog {
        margin-right: 0px;
    }
}

@media(max-width: 767px) {
    /*blog*/
    .single-blog {
        margin-right: 0px;
    }

    .author-post .post {
        flex-direction: column;
    }

    .author-post-img {
        margin-bottom: 15px;
    }

    .author-img {
        margin-bottom: 15px;
    }

    .author-post-content p {
        margin-bottom: 15px;
    }

    .related-post .blogContent {
        margin-bottom: 0px;
    }

    .single-blog-sidebar {
        margin-bottom: 50px;
    }

    /*26 APR 2022*/
    .footerSticky {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center;
    }

    .footerSticky {
        display: flex;
        font-size: 0;
        background: #0094da;
        text-align: center;
        bottom: 0;
        position: fixed;
        width: 100%;
        box-shadow: 0 0 20px rgb(0 0 0 / 30%);
        z-index: 9999;
        margin-bottom: 0;
    }

        .footerSticky li {
            display: inline-block;
            width: 31%;
            font-size: 12px;
            font-weight: 600;
        }

        .footerSticky a {
            color: #fff;
            padding: 7px 0;
            display: block;
            text-transform: uppercase;
        }

    .form-box-bot input, .form-box-bot select {
        padding: 4px 8px;
        height: 30px;
        font-size: 13px;
    }

    .form-box-bot textarea {
        padding: 4px 8px;
        height: 40px;
    }


    /*2 MAY 2022*/
    .has-cookie-bar #catapult-cookie-bar {
        display: none;
    }
}
