@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@400;500;600;700;800;900&display=swap");

img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

body {
    background-color: #fff !important;
    color: #333;
    font-family: 'Nunito', sans-serif;
}

.container {
    padding: 0rem 0;
}

.p-connect-section {
    background-color: #fff !important
}

.single-header {
    background-color: #fff !important;
    border-bottom: 5px solid #ef5538;
}

    .single-header .cta {
        font-size: 18px;
        font-weight: bold;
    }

        .single-header .cta a {
            color: #333333;
            text-decoration: none;
            margin-left: 4px;
        }

.full-hight {
    min-height: calc(100vh - 77px);
    min-height: -webkit-calc(100vh - 77px);
}

.single-header .mainlogo {
    display: inline-block;
    height: 100%;
    width: auto;
    padding: 16px 0;
}


header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    width: 100%;
}

.single-header {
    background-color: #253746;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    height: 110px;
    padding: 0 2.8%;
    background-color: #fff !important;
    border-bottom: 5px solid #ef5538;
}

    .single-header .right-nav {
        float: right;
        height: 100%;
        display: flex;
        align-items: center;
        display: -webkit-flex;
        -webkit-align-items: center;
    }

    .single-header .cta {
        font-size: 18px;
        font-weight: bold;
    }


footer {
    overflow: hidden;
    background-color: #243746;
    position: relative;
    z-index: 1;
    padding: 24px 12px;
    background-color: #253746;
    overflow: hidden;
    color: #FFFFFF;
    font-size: 17px;
}

ul.footer-links {
    display: flex;
    justify-content: center;
}

    ul.footer-links li {
        display: inline-block;
        vertical-align: top;
    }

        ul.footer-links li a {
            padding: 0 12px;
            border-right: 1px solid #fff;
            color: #fff;
            text-decoration: none;
            cursor: pointer;
            font-size: 16px;
        }

        ul.footer-links li:last-child a {
            border-right: none;
        }


.font-extrabold {
    font-size: 16px;
    line-height: 1.3;
    color: rgba(175, 185, 195, 1);
    font-weight: 700;
    text-align: center;
}

.footer-submenu {
    font-size: 14px;
    line-height: 1.2;
    color: rgba(175, 185, 195, 1);
    text-align: center;
}














.single-header .mainlogo {
    display: inline-block;
    height: auto;
    width: 150px;
    padding: 16px 0;
}

main {
    min-height: 65vh;
    padding-top: 110px;
}

.container_space {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.inner_container {
    width: 90%;
    max-width: 1500px;
    margin: 0 auto;
}

.section_title {
    text-align: center;
    width: 100%;
}

    .section_title h1, .section_title h2 {
        font-family: 'Nunito';
        position: relative;
        padding-bottom: 20px;
        margin-bottom: 0;
    }

        .section_title h1:after, .section_title h2:after {
            content: '';
            position: absolute;
            left: 50%;
            bottom: 10px;
            height: 3px;
            width: 100px;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            background-color: #da4e34;
        }

h1, h2 {
    font-size: 24px;
    line-height: 110%;
    margin: 0.82rem 0 0.656rem 0;
    font-weight: 700;
}

h3 {
    font-size: 20px;
    line-height: 1.3;
    font-weight: 700;
}


.queAnsWrap {
    box-shadow: 0px 4px 12px rgb(51 51 51 / 8%);
    border-radius: 8px;
    padding: 1.5rem;
    border: 1px solid #ededed;
    background-color: #ebeef050;
    margin-bottom: 25px;
}

.AnsWrap {
    padding: 1rem;
    padding-bottom: 0;
}

h3 .required {
    color: red;
}


.btn-close {
    position: absolute;
    right: 10px;
    top: 15px;
    margin: 0;
    padding: 0.5rem;
    z-index: 9;
}




.modal-body ul {
    padding-left: 1rem;
    margin-bottom: 15px;
}

    .modal-body ul li {
        list-style: disc;
        line-height: 2;
        font-size: 20px;
    }

        .modal-body ul li p {
            font-size: 16px;
        }

       


.form-check {
    margin-bottom: 0.5rem;
}

.form-check-input:checked {
    background-color: #ef5538;
    border-color: #ef5538;
}

.form-check-input:focus {
    border-color: #ff8d76;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(255, 141, 118, 0.3);
}



.input_field {
    margin-bottom: 1.8rem;
}


.input {
    position: relative;
    color: #fff;
    border-radius: 4px;
    font-size: 18px;
    background-color: #fff;
    border: 1px solid #E0DFDF;
}


    .input input, .input select, .input textarea {
        width: 100%;
        height: 38px;
        line-height: 38px;
        font-size: inherit;
        background: none;
        border: none;
        box-shadow: none;
        padding: 0 12px;
        border-radius: 4px;
        overflow: hidden;
        vertical-align: top;
        font-size: 14px;
        position: relative;
    }

    .input textarea {
        min-height: 40px;
        height: 120px;
        max-height: 120px;
        line-height: 1.5;
        padding-top: 10px;
        padding-bottom: 10px;
    }


.input_field label {
    position: relative;
    margin: 0 0 2px 0;
    display: inline-block;
    width: 100%;
    padding: 0 0;
    background-color: transparent;
    line-height: 1;
    pointer-events: none;
    -webkit-transition: all ease-in-out 0.25s;
    transition: all ease-in-out 0.25s;
    font-size: 13px;
    font-family: 'nunito';
    color: #3c475f;
}

.input.select select {
    padding-right: 26px
}

.input.select:after {
    font-family: FontAwesome;
    content: "\f107";
    font-size: 22px;
    font-weight: 400;
    color: #333;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 14px;
    pointer-events: none;
}


.captcha_img {
    display: inline-block;
    width: 100%;
    background-color: #fff;
    border: 1px solid #E0DFDF;
    height: 39px;
    line-height: 39px;
    border-radius: 4px;
    vertical-align: bottom;
    padding-right: 39px;
    position: relative;
    overflow: hidden;
    text-align: center;
}

    .captcha_img > img {
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto;
        vertical-align: middle;
        mix-blend-mode: multiply;
    }

    .captcha_img .refresh {
        position: absolute;
        right: 0;
        height: 38px;
        width: 38px;
        background-color: #E0DFDF;
        text-align: center;
        color: #000000;
        font-size: 18px;
        cursor: pointer;
    }

        .captcha_img .refresh:hover i {
            animation: spin 1s linear infinite;
        }

@keyframes spin {
    from {
    }

    to {
        transform: rotate(360deg);
    }
}

.btn {
    background: #F26841;
    color: #ffffff;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    padding: 7px 40px;
}

.btn-sm {
    background-color: #da4e34;
    -webkit-box-shadow: 4px 4px 10px #0000001d;
    box-shadow: 4px 4px 10px #0000001d;
    border-radius: 8px;
    padding: 12px 30px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.5px;
    font-size: 17px;
    border: 1px solid #da4e34;
    outline: none
}

.btnWrap {
    text-align: center;
    padding: 20px;
}

/*.btnWrapFrm {
    text-align: center;
    padding: 20px;
}*/



.styled-checkbox {
    position: absolute;
    opacity: 0;
}

    .styled-checkbox + label {
        position: relative;
        cursor: pointer;
        padding: 0;
        pointer-events: all;
        padding-left: 30px;
    }

a.link {
    color: #007bff;
    text-decoration: underline;
}

.styled-checkbox + label:before {
    content: "";
    margin-right: 10px;
    position: absolute;
    left: 0px;
    top: 3px;
    width: 20px;
    height: 20px;
    background-color: #f7f9fc;
    border: 1px solid #e0dfdf;
    border-radius: 4px;
}

.styled-checkbox:checked + label:before {
    background: #ef5538;
}

.styled-checkbox:checked + label:after {
    content: "";
    position: absolute;
    left: 5px;
    top: 13px;
    background: white;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    transform: rotate(45deg);
}


h4 {
    font-size: 28px;
    line-height: 1.3;
    font-weight: 500;
    color: #000;
}


.popWrapr {
    padding: 30px;
}

.thank-img img {
    width: 40%;
    display: inline-block;
}


.checkCircle {
    margin-bottom: 20px;
}

    .checkCircle i {
        font-size: 70px;
        color: #d60000;
    }

.yesCircle {
    margin-bottom: 20px;
}

    .yesCircle i {
        font-size: 70px;
        color: #267f14;
    }


.errorPopWrap {
    padding: 20px;
    text-align: center;
}

    .errorPopWrap h2 {
        font-size: 30px;
        padding: 10px 0;
        color: #d60000;
        margin-bottom: 10px;
    }


    .errorPopWrap p, .popWrapr p {
        font-size: 20px;
        padding: 10px 0;
    }



.app_cta {
    max-width: 450px;
    margin: 0 auto;
}


.popWrapr {
    padding: 30px;
}



.custom-combobox {
    position: relative;
    display: flex;
}

.ui-button.custom-combobox-toggle {
    margin: 0;
    border: none;
    background: #fff;
}

    .ui-button.custom-combobox-toggle:hover {
        background: #fff !important;
    }

.ui-state-default.custom-combobox-input {
    font-weight: normal;
    color: #333;
    background: #fff !important;
}

.ui-button.custom-combobox-toggle .ui-icon {
    display: none;
}

.custom-combobox-input .ui-button-text {
    height: 100%;
}

.ui-tooltip {
    font-size: 12px !important;
}

.ui-widget-content {
    background: #eeeeee !important;
}

.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
    margin: 0 !important;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    border: none !important;
    background: #ffcfc0 !important;
    font-weight: normal !important;
    color: #333 !important;
}


.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
}



.top-banner {
    height: 262px;
    background: #E3F6E9
}

    .top-banner h1 {
        font-size: 40px;
        color: #000;
        font-weight: 800;
        margin-bottom: 20px;
    }

    .top-banner h2 {
        font-size: 24px;
        line-height: 2rem;
        color: #666666;
        font-weight: 400;
    }

.top-banner-img {
    width: 124px;
    height: auto;
}


.form-wraper {
    border-radius: 12px;
    -webkit-box-shadow: 0px 8px 24px -6px rgba(0,0,0,.08), 0px 0px 1px rgba(0,0,0,.4);
    -moz-box-shadow: 0px 8px 24px -6px rgba(0,0,0,.08),0px 0px 1px rgba(0,0,0,.4);
    box-shadow: 0px 8px 24px -6px rgba(0,0,0,.08), 0px 0px 1px rgba(0,0,0,.4);
    padding: 40px;
}

input[type=file] {
    height: 40px;
    line-height: 40px;
    color: rgba(28, 28, 28, 0.65);
    border: 1px solid #CBCBCB;
    border-radius: 8px;
    font-size: 17px;
    background-color: #FAFAFA;
    width: 100%;
    padding: 0;
}

    input[type=file]::-webkit-file-upload-button {
        color: #fff;
        background-color: #f58632;
        border: none;
        font-weight: bold;
        padding: 0 15px;
        border-radius: 4px 0 0 4px;
        margin-right: 10px
    }


.TblWrap {
    margin-bottom: 30px;
}

    .TblWrap table {
        border-collapse: separate;
        margin: 0;
        padding: 0;
        width: 100%;
        border-spacing: 0;
        order: none;
    }

        .TblWrap table tr {
            background-color: #F8F8F8;
            border-bottom: none;
            transition: all ease 0.3s;
            -webkit-transition: all ease 0.3s;
        }

        .TblWrap table thead tr {
            background-color: transparent;
        }


        .TblWrap table th {
            text-transform: uppercase;
            font-size: 16px;
            font-weight: 700;
            padding: 15px;
            color: #070B0EE2;
            vertical-align: middle;
            text-align: center;
            white-space: nowrap;
        }



        .TblWrap table td {
            text-align: left;
            color: #373737;
            font-size: 15px;
            vertical-align: middle;
            border-bottom: 10px solid #fff;
            padding: 20px 15px;
            text-align: center;
        }

            .TblWrap table td:first-child {
                border-top-left-radius: 10px;
                border-bottom-left-radius: 10px;
            }

            .TblWrap table td:last-child {
                border-top-right-radius: 10px;
                border-bottom-right-radius: 10px;
            }

            /*+++++++++++++++++++++++++++++++++++++++++*/
.happy-customer {
    background: #fef0ec url(../images/happy-customer.png);
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    position: relative;
    padding: 40px;
    border-radius: 16px;
    overflow: hidden;
    color: #333;
}

    .happy-customer::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: linear-gradient( 0deg, #fef0ec 4.74%, rgba(254, 240, 236, 0) 174.74% );
    }

    .happy-customer > span {
        position: relative;
        z-index: 1;
        font-weight: 800;
        font-size: 36px;
    }
            /*+++++++++++++++++++++++++++++++++++++++++*/


@media screen and (max-width: 1600px) {
    .single-header {
        height: 90px;
    }

    .single-header .mainlogo {
    width: 120px;

    }

    main {
        padding-top: 90px;
    }

    .inner_container {
        width: 90%;
        max-width: 1060px;
    }

    .container_space {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
}

@media screen and (max-width: 1200px) {


    main {
        padding-top: 70px;
    }
}

@media screen and (max-width: 992px) {
    .container_space {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }


    .TblWrap table {
        border: 0;
    }

        .TblWrap table caption {
            font-size: 1.3em;
        }

        .TblWrap table thead {
            border: none;
            clip: rect(0 0 0 0);
            height: 1px;
            margin: -1px;
            overflow: hidden;
            position: absolute;
            width: 1px;
            padding: 0;
        }

        .TblWrap table tr {
            display: block;
            margin-bottom: 15px;
            padding: 0 10px;
        }

        .TblWrap table th,
        .TblWrap table td {
            padding: 15px;
        }

        .TblWrap table td {
            border-bottom: 1px solid #e1e5e9;
            display: block;
            font-size: 14px;
            text-align: right;
            position: relative;
            padding-left: 28%;
        }

            .TblWrap table td::before {
                content: attr(data-label);
                font-weight: bold;
                text-transform: uppercase;
                color: #243746;
                position: absolute;
                left: 10px;
                top: 50%;
                transform: translateY(-50%);
                width: 27%;
                text-align: left;
            }

        .TblWrap table tbody > tr > td:last-child {
            border-bottom: none;
        }



    .TblWrap.TblNews table td {
        font-size: 14px;
        padding: 15px 10px;
        padding-left: 110px;
    }
}


@media screen and (max-width: 767px) {

    .top-banner {
        height: auto;
    }

    .top-banner-img {
        display: none;
    }

    .btn {
        font-size: 14px;
        padding: 7px 25px;
    }
}



/**********************************************************************/
.gray_bg {
    background-color: #f8f8f8 !important;
}
.owl-theme .owl-nav {
    margin: 0;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: 2%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    font-size: 0;
}

    .owl-carousel .owl-nav button.owl-next:hover, .owl-carousel .owl-nav button.owl-prev:hover, .owl-carousel .owl-nav button.owl-next:focus, .owl-carousel .owl-nav button.owl-prev:focus {
        outline: none;
        background: none
    }

.owl-carousel .owl-nav button.owl-next {
    left: auto;
    right: 2%;
}

    .owl-carousel .owl-nav button.owl-next:after, .owl-carousel .owl-nav button.owl-prev:after {
        content: "\f105";
        font-family: FontAwesome;
        position: absolute;
        left: 0;
        top: 0;
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 50px;
        color: #FFFFFF
    }

.owl-carousel .owl-nav button.owl-prev:after {
    content: "\f104";
}

.owl-theme .owl-dots .owl-dot span {
    width: 24px;
    height: 4px;
    margin: 5px;
    border-radius: 0;
    opacity: 1;
}

.owl-theme .owl-dots .owl-dot {
    outline: none !important
}

    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
        background: #da4e34;
    }

.owl-carousel .owl-nav button.owl-prev {
    left: -60px;
}

.owl-carousel .owl-nav button.owl-next {
    right: -60px;
}

    .owl-carousel .owl-nav button.owl-prev:after, .owl-carousel .owl-nav button.owl-next:after {
        color: #da4e34
    }

.owl-dots {
    position: absolute;
    right: 0;
    top: 100%;
    margin-top: 9px;
}

.home_slider .owl-dots {
    top: inherit;
    bottom: 12px;
    padding: 0 16px;
}

.testimonial_slider .item {
    padding: 0 2px;
}

.testimonial_slider figure {
    margin: 0;
    height: 100%;
    vertical-align: top;
}

    .testimonial_slider figure > img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        vertical-align: top;
    }

.testimonial_caption_wrapp {
    padding: 12px
}

.testimonial_caption {
    background-color: #FFFFFF;
    height: 100%;
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
    text-align: center;
}

.blue .testimonial_caption {
    background-color: #20374E;
    color: #FFFFFF;
}

    .blue .testimonial_caption .paragraph {
        color: #FFFFFF;
    }

.testimonial_caption .author {
    display: inline-block;
    text-align: right;
    width: 100%;
    font-size: 20px;
    font-family: 'nunitomedium';
}

    .testimonial_caption .author > small {
        font-family: 'nunitobook';
        font-size: 13px;
        line-height: 1.2;
        vertical-align: top;
        display: inline-block;
        width: 100%;
        text-transform: uppercase;
    }

    /************************ test banner ************************************/

.banner_section {
    min-height: 550px;
    background-color: #f3cf9b;
    background-image: url(../images/web-banner.jpg);
    background-size: contain;
    background-position: center right;
    background-repeat: no-repeat;
    position: relative;
    color: #fff;
}




.banner_section.maha {
    background-color: #f3cf9b;
    background-image: url(../images/maha-web-banner.jpg);
}

    .banner_section.south {
        background-color: #aa7748;
        background-image: url(../images/south-web-banner.jpg);
    }

.owl-theme .owl-dots .owl-dot {
    width: 12px;
    height: 12px;
    margin: 0.12rem;
    border: 1px solid #da4e34;
}
    .owl-theme .owl-dots .owl-dot.active {
        background-color: #da4e34;
    }

.banner-icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
    margin-right:15px;
}


    /**********************************************************************/
    @media screen and (max-width: 500px) {
        .testimonial_caption{
            padding:16px;
        }
        .single-header {
            height: 70px;
        }

    footer {
        font-size: 14px;
    }

        footer span.copyright {
            display: inline-block;
            padding: 0 12px;
        }

    ul.footer-links {
        float: none;
        text-align: center;
        padding-top: 12px;
        overflow: hidden;
    }

    .tollfreeText {
        font-size: 12px;
    }

    .single-header .mainlogo {
        max-width: 110px;
        display: flex;
        align-items: center;
        display: -webkit-flex;
        -webkit-align-items: center;
        justify-content: flex-start;
        -webkit-justify-content: flex-start;
        float: left;
    }


    .video-wrap {
        position: relative;
    }

        .video-wrap::before {
            content: "";
            width: 100%;
            height: 100%;
            position: absolute;
            bottom: -10px;
            right: -10px;
            z-index: 0;
            background-color: #FDECE7;
        }

        .video-wrap.full::before {
            width: calc(100% + 20px);
            height: calc(100% + 20px);
            bottom: -10px;
            right: -10px;
        }

}


