﻿
/* Global Styles */
*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/*.toaster {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #28a745;*/ /* Green background */
    /*color: white;*/ /* White text color */
    /*padding: 15px 25px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    display: none;*/ /* Initially hidden */
    /*text-align: center;
    width: auto;
    max-width: 80%;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

    .toaster.show {
        display: block;*/ /* Show toaster */
        /*opacity: 1;*/ /* Fade in */
    /*}*/


body {
    font-family: "Poppins", serif;
    line-height: 1.6;
    background-color: #ffffff;
    margin-top: 70px;
}

html,
body {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

.heading2_style {
    color: #000;
    font-family: "Concert One", serif;
    font-weight: 600;
    font-style: normal;
}

p {
    font-size: 14px;
}

ul {
    font-size: 14px;
    padding-left: 30px;
    list-style-type: circle;
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    border-radius: 10px;
}

    ::-webkit-scrollbar-thumb:hover {
        background-color: grey;
    }

.adaptsuite_name {
    font-family: "Concert One", serif;
    font-weight: 400;
    font-style: normal;
}
/* navbar start */
.navbar-light .navbar-brand {
    width: 15%;
}

.navbar .logo {
    width: 100%;
}

.navbar {
    transition: all 0.3s ease-in-out;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px 0px gray;
}

    .navbar.sticky {
        background-color: #ffffff;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }
/* header start */
.navbar-light .navbar-nav .nav-link {
    color: #2c3c87;
    font-size: 16px;
}

    .navbar-light .navbar-nav .nav-link.active {
        color: #419d18;
    }

.erp_header {
    background: url("../assets/images/header.jpg") no-repeat center center;
    background-size: cover;
}

    .erp_header p {
        font-size: 23px;
        font-weight: 600;
        margin: 1rem 0rem 3rem 0rem;
    }

    .erp_header span {
        color: #2c3c87;
    }

    .erp_header .header_heading {
        font-family: "Poppins", serif;
        font-weight:bold;
        color: #ffffff;
        line-height: 1.3em;
        font-size: 40px;
        text-align:center;
    }
    .erp_header .header_slogan {
        font-family: "Poppins", serif;
        font-weight: bold;
        color: #ffffff;
        line-height: 1.3em;
        font-size: 24px;
        text-align: center;
    }

        .erp_header .header_heading span {
            color: #2c3c87;
            font-weight: bold;
        }

.header_btn {
    position: relative;
    display: inline-block;
    padding: 6px 33px;
    margin: 10px;
    color: #fff;
    font-size: 16px;
    letter-spacing: 2px;
    border-radius: 5px;
    outline: none;
    border: none;
    cursor: pointer;
    box-sizing: border-box;
}

.btn--ripple:hover { 
    color: white; 
    text-decoration: none; 
}

.btn--ripple {
    background: linear-gradient(90deg, #2c3c87, #97a4e1);
    overflow: hidden;
}

.btn--ripple span {
        position: absolute;
        background: #fff;
        transform: translate(-50%, -50%);
        pointer-events: none;
        border-radius: 50%;
        animation: rippleAnimation 1s linear infinite;
    }


@keyframes rippleAnimation {
    0% {
        width: 0px;
        height: 0px;
        opacity: 0.5;
    }

    100% {
        width: 500px;
        height: 500px;
        opacity: 0;
    }
}

/* header end */
/* features start */
.custom-modal {
    max-width: 85% !important; /* Adjust the percentage as needed */
}
.features {
    padding: 6.5rem 0rem;
}

    .features .icon {
        margin: 15px 0px;
        width: 35%;
    }

.heading2_style span {
    color: #419d18;
}

.features h5 {
    font-size: 1.1rem;
}

.box_1 .inner_border {
    border-radius: 15px;
    border-left: 2px solid #2c3c87;
    border-bottom: 2px solid #2c3c87;
    border-top: 2px solid #419d18;
    border-right: 2px solid #419d18;
    transition: border-color 0.3s ease, transform 0.3s ease;
    cursor: pointer;
}

    .box_1 .inner_border:hover {
        border-left: 2px solid #419d18;
        border-bottom: 2px solid #419d18;
        border-top: 2px solid #2c3c87;
        border-right: 2px solid #2c3c87;
        transform: scale(1.1);
    }

.box_2 .inner_border {
    border-radius: 15px;
    border-left: 2px solid #419d18;
    border-bottom: 2px solid #419d18;
    border-top: 2px solid #2c3c87;
    border-right: 2px solid #2c3c87;
    transition: border-color 0.3s ease, transform 0.3s ease;
    cursor: pointer;
}

    .box_2 .inner_border:hover {
        border-radius: 15px;
        border-left: 2px solid #2c3c87;
        border-bottom: 2px solid #2c3c87;
        border-top: 2px solid #419d18;
        border-right: 2px solid #419d18;
        transform: scale(1.1);
    }

.box_3 .inner_border {
    border-radius: 15px;
    border-left: 2px solid #2c3c87;
    border-bottom: 2px solid #2c3c87;
    border-top: 2px solid #419d18;
    border-right: 2px solid #419d18;
    transition: border-color 0.3s ease, transform 0.3s ease;
    cursor: pointer;
}

    .box_3 .inner_border:hover {
        border-radius: 15px;
        border-left: 2px solid #419d18;
        border-bottom: 2px solid #419d18;
        border-top: 2px solid #2c3c87;
        border-right: 2px solid #2c3c87;
        transform: scale(1.1);
    }

.box_4 .inner_border {
    border-radius: 15px;
    border-left: 2px solid #419d18;
    border-bottom: 2px solid #419d18;
    border-top: 2px solid #2c3c87;
    border-right: 2px solid #2c3c87;
    transition: border-color 0.3s ease, transform 0.3s ease;
    cursor: pointer;
}

    .box_4 .inner_border:hover {
        border-radius: 15px;
        border-left: 2px solid #2c3c87;
        border-bottom: 2px solid #2c3c87;
        border-top: 2px solid #419d18;
        border-right: 2px solid #419d18;
        transform: scale(1.1);
    }

.box_5 .inner_border {
    border-radius: 15px;
    border-left: 2px solid #419d18;
    border-bottom: 2px solid #419d18;
    border-top: 2px solid #2c3c87;
    border-right: 2px solid #2c3c87;
    transition: border-color 0.3s ease, transform 0.3s ease;
    cursor: pointer;
}

    .box_5 .inner_border:hover {
        border-radius: 15px;
        border-left: 2px solid #2c3c87;
        border-bottom: 2px solid #2c3c87;
        border-top: 2px solid #419d18;
        border-right: 2px solid #419d18;
        transform: scale(1.1);
    }

.box_6 .inner_border {
    border-radius: 15px;
    border-left: 2px solid #2c3c87;
    border-bottom: 2px solid #2c3c87;
    border-top: 2px solid #419d18;
    border-right: 2px solid #419d18;
    transition: border-color 0.3s ease, transform 0.3s ease;
    cursor: pointer;
}

    .box_6 .inner_border:hover {
        border-radius: 15px;
        border-left: 2px solid #419d18;
        border-bottom: 2px solid #419d18;
        border-top: 2px solid #2c3c87;
        border-right: 2px solid #2c3c87;
        transform: scale(1.1);
    }

.box_7 .inner_border {
    border-radius: 15px;
    border-left: 2px solid #419d18;
    border-bottom: 2px solid #419d18;
    border-top: 2px solid #2c3c87;
    border-right: 2px solid #2c3c87;
    transition: border-color 0.3s ease, transform 0.3s ease;
    cursor: pointer;
}

    .box_7 .inner_border:hover {
        border-radius: 15px;
        border-left: 2px solid #2c3c87;
        border-bottom: 2px solid #2c3c87;
        border-top: 2px solid #419d18;
        border-right: 2px solid #419d18;
        transform: scale(1.1);
    }

.box_8 .inner_border {
    border-radius: 15px;
    border-left: 2px solid #2c3c87;
    border-bottom: 2px solid #2c3c87;
    border-top: 2px solid #419d18;
    border-right: 2px solid #419d18;
    transition: border-color 0.3s ease, transform 0.3s ease;
    cursor: pointer;
}

    .box_8 .inner_border:hover {
        border-radius: 15px;
        border-left: 2px solid #419d18;
        border-bottom: 2px solid #419d18;
        border-top: 2px solid #2c3c87;
        border-right: 2px solid #2c3c87;
        transform: scale(1.1);
    }

.inner_border {
    box-shadow: rgba(50, 50, 93, 0.25) -23px -8px 62px -20px, rgba(0, 0, 0, 0.3) 0px 25px 26px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

.MainFeature p span {
    color: #2c3c87;
    font-weight: bold;
}

.mainFeature_heading {
    font-weight: 700;
}

.mainFeature_List {
    font-size: 14px;
}

.feature_modal_right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 20px;
}

.feature_img {
    width: 80%;
    height: 100%;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

.MainFeature2,
.MainFeature3 {
    margin-top: 6rem;
}

.modal-dialog {
    max-width: 1000px;
}
/* features end */

/* why adapsuite start */
.why_us {
    padding: 6.5rem 0rem;
}

    .why_us a:hover {
        text-transform: none;
        color: #fff;
    }

    .why_us .whyImg {
        width: 7%;
    }

    .why_us .whyHeading {
        font-size: 1.1rem;
        font-weight: 600;
    }
/* why adapsuite end */

/* pricing start */
.pricing {
    padding: 6.5rem 0rem;
}

.card {
    display: inline-block;
    position: relative;
    background: #ffffff;
    color: #000000;
    width: 320px;
    height: 450px;
    border-radius: 20px;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    box-shadow: 0 11px 26px 1px #0000004a, inset 0 -16px 90px #b7b7b740;
}

    .card h2 {
        margin: 0;
        width: 100%;
        font-size: 30px;
        background: #419c19;
        padding: 20px 0;
        color: #ffffff;
        box-shadow: inset 0px 5px 4px -4px #ecddd461;
    }

    .card h3 {
        margin: 20px 0;
        font-size: 36px;
        text-shadow: 3px 2px 2px #283d3b38;
    }

        .card h3 span {
            font-size: 20px;
        }

    .card p {
        font-style: italic;
        margin: 0 26px 30px 26px;
    }

    .card ul {
        text-align: left;
        padding: 0 50px;
        margin: 0;
    }

        .card ul li {
            display: block;
        }

            .card ul li:not(:last-child) {
                margin-bottom: 10px;
            }

            .card ul li.aval::before {
                font-family: "Font Awesome 5 Free";
                content: "";
                font-weight: 900;
                font-size: 18px;
                color: #419d18;
                width: 40px;
                display: inline-block;
            }

            .card ul li.unaval::before {
                font-family: "Font Awesome 5 Free";
                content: "";
                font-weight: 900;
                font-size: 20px;
                color: #c44536;
                width: 40px;
                display: inline-block;
            }

    .card .select {
        cursor: pointer;
        margin-top: 20px;
        padding: 10px 20px;
        border: none;
        font-weight: 700;
        background: #000000;
        color: #ffffff;
        font-size: 15px;
        font-family: inherit;
        box-shadow: 0 8px 18px 4px #283d3b4d;
    }

.card-1,
.card-3 {
    position: relative;
    transform: scale(0.9);
}

.card-1 {
    left: 40px;
    margin-left: -60px;
    z-index: 0;
    height: fit-content;
    padding-bottom: 15px;
}

    .card-1 h2 {
        background: #2c3c87;
    }

.card-2 {
    z-index: 1;
    height: fit-content;
    padding-bottom: 15px;
}

.card-3 {
    left: -40px;
    margin-right: -60px;
    z-index: 0;
    height: fit-content;
    padding-bottom: 15px;
}

    .card-3 h2 {
        background: #2c3c87;
    }

.hot-badge::after {
    content: "HOT";
    position: absolute;
    background: linear-gradient(to right, #ffd400, #ffbc00);
    padding: 5px 54px;
    box-shadow: 0 0 5px 3px #715e006e;
    top: 17px;
    right: -46px;
    color: #5d4d00;
    font-family: "Nunito", sans-serif;
    font-size: 16px;
    transform: rotateZ(45deg);
}

.creator-link:link,
.creator-link:visited {
    text-decoration: none;
    color: #d8d8d8;
    background: #2d2d2d;
    text-shadow: 0 1px 3px black;
    position: fixed;
    bottom: 40px;
    right: -54px;
    padding: 5px 0px;
    margin: 0 auto;
    width: 230px;
    text-align: center;
    display: block;
    font-size: 20px;
    font-family: "Nunito", sans-serif;
    margin-top: 50px;
    transform: rotateZ(-45deg);
    z-index: 10;
    transition: 150ms;
}

.creator-link:hover {
    background: #56251f;
    color: white;
}
/* pricing end */
/* client start */
.clients .client_img {
    width: 50%;
}

.clients {
    padding: 6.5rem 0rem;
}
/* client end */
/* testimonial start */
.testimonial {
    padding-bottom: 3rem;
}

#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 30px;
}

    /* Control buttons  */
    #quote-carousel .carousel-control {
        background: none;
        color: #222;
        font-size: 2.3em;
        text-shadow: none;
        margin-top: 30px;
    }
    /* Previous button  */
    #quote-carousel .carousel-control-prev {
        left: -100px;
        top: -90px;
    }
    /* Next button  */
    #quote-carousel .carousel-control-next {
        right: -100px !important;
        top: -90px;
    }
    /* Changes the position of the indicators */
    /* Changes the color of the indicators */
    #quote-carousel .carousel-indicators li {
        max-width: 13px;
        background: #c0c0c0;
        border-radius: 50%;
    }

    #quote-carousel .carousel-indicators .active {
        background: #333333;
    }

    #quote-carousel img {
        width: 250px;
        height: 100px;
    }
/* End carousel */

.carousel-item blockquote {
    border-left: none;
    margin: 0;
}

    .carousel-item blockquote img {
        margin-bottom: 10px;
    }

    .carousel-item blockquote p .quote {
        float: none;
    }
/* .carousel-item blockquote p .quote.fa-quote-right {
  float: none;
  margin-right: 10px;
} */
.testimonial_name {
    font-size: 14px;
}

.testimonial_pos {
    font-size: 12px;
}

.carousel-indicators li {
    border-top: 0px solid transparent;
}
/* testimonial end */

/* contact us start */

.contactus_header {
    background: url("../assets/images/contact-us.png") no-repeat center center;
    background-size: cover;
    height: 350px;
}

.contactUs {
    padding: 5rem 0rem;
}

    .contactUs .contactInfo,
    .contactUs .contactForm {
        border-top: 2px solid #2c3c87;
        border-bottom: 2px solid #2c3c87;
        border-left: 1px solid #2c3c87;
        border-right: 1px solid #2c3c87;
        border-radius: 15px;
    }

        .contactUs .contactInfo img {
            width: 14%;
        }

        .contactUs .contactInfo .info h5 {
            font-size: 17px;
            font-weight: 600;
        }

        .contactUs .contactInfo .info a {
            color: #000000;
        }

        .contactUs .contactForm button {
            background: #2c3c87;
        }

.formError {
    font-size: 12px;
    display: none;
}
/* contact us end */
/* faq start */
.faq {
    padding: 5rem 0rem;
}

.accordion .accordion-item {
    border-bottom: 1px solid #2c3c87;
}

    .accordion .accordion-item button[aria-expanded="true"] {
        border-bottom: 1px solid #439e1b;
    }

.accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 1em 1em;
    background-color:#ececec;
    color: #2c3c87;
    font-size: 14px;
    font-weight: 700;
    border: none;
    outline: none;
}


    .accordion button:hover,
    .accordion button:focus {
        cursor: pointer;
        color: #439e1b;
    }

        .accordion button:hover::after,
        .accordion button:focus::after {
            cursor: pointer;
            color: #439e1b;
            border: 1px solid #439e1b;
        }

    .accordion button .accordion-title {
        padding: 1em 1.5em 1em 0;
    }

    .accordion button .icon {
        display: inline-block;
        position: absolute;
        top: 18px;
        right: 1em;
        width: 22px;
        height: 22px;
        border: 1px solid;
        border-radius: 22px;
    }

        .accordion button .icon::before {
            display: block;
            position: absolute;
            content: "";
            top: 9px;
            left: 5px;
            width: 10px;
            height: 2px;
            background: currentColor;
        }

        .accordion button .icon::after {
            display: block;
            position: absolute;
            content: "";
            top: 5px;
            left: 9px;
            width: 2px;
            height: 10px;
            background: currentColor;
        }

    .accordion button[aria-expanded="true"] {
        color: #439e1b;
    }

        .accordion button[aria-expanded="true"] .icon::after {
            width: 0;
        }

        .accordion button[aria-expanded="true"] + .accordion-content {
            opacity: 1;
            max-height: fit-content;
            transition: all 200ms linear;
            will-change: opacity, max-height;
        }

.accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
}

    .accordion .accordion-content p {
        font-size: 14px;
        margin: 1em 1em;
        color: #000000;
    }
/* faq start */
/* footer start */
footer {
    padding: 5rem 0rem 1rem 0rem;
    background-color: #f6f8ff;
}

    footer .footerPart1 {
        border-bottom: 1px solid;
        padding-bottom: 5rem;
    }

    footer .footerPart2 {
        padding-top: 1rem;
    }

        footer .footerPart2 a {
            color: #000000;
        }

    footer h6 {
        font-size: 15px;
        color: #2c3c87;
        font-weight: 600;
    }

    footer ol li {
        font-size: 12px;
    }

ol.list-unstyled {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

    ol.list-unstyled li {
        transition: transform 0.3s ease;
    }

        ol.list-unstyled li:hover {
            transform: translateX(10px);
            cursor: pointer;
            color: #419c19;
        }

footer .copyright {
    font-size: 12px;
}

footer .footerPart2 .footerContact a {
    color: #000;
    font-size: 12px;
}
/* footer end */
/* whatsapp chat icon start */
.hidden {
    display: none;
}

.sticky-button {
    position: fixed;
    background-color: #25d366;
    bottom: 20px;
    right: 20px;    
    border-radius: 50px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    z-index: 20;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

    .sticky-button svg {
        margin: auto;
        fill: #fff;
        width: 35px;
        height: 62px;
    }

    .sticky-button a,
    .sticky-button label {
        cursor: pointer;
        display: flex;
        align-items: center;
        width: 55px;
        height: 55px;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

        .sticky-button label svg.close-icon {
            display: none;
        }

.sticky-chat {
    position: fixed;
    bottom: 70px;
    right: 20px;
    width: 320px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    z-index: 21;
    opacity: 0;
    visibility: hidden;
}

    .sticky-chat a {
        text-decoration: none;
        font-family: "Roboto", sans-serif;
        color: #505050;
    }

    .sticky-chat svg {
        width: 35px;
        height: 35px;
    }

    .sticky-chat .chat-content {
        border-radius: 10px;
        background-color: #fff;
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
        overflow: hidden;
        font-family: "Roboto", sans-serif;
        font-weight: 400;
    }

    .sticky-chat .chat-header {
        position: relative;
        display: flex;
        align-items: center;
        padding: 15px 20px;
        background-color: #25d366;
        overflow: hidden;
    }

        .sticky-chat .chat-header:after {
            content: "";
            display: block;
            position: absolute;
            bottom: 0;
            right: 0;
            width: 80px;
            height: 75px;
            background: rgba(0, 0, 0, 0.04);
            border-radius: 70px 0 5px 0;
        }

        .sticky-chat .chat-header svg {
            width: 35px;
            height: 35px;
            flex: 0 0 auto;
            fill: #fff;
        }

        .sticky-chat .chat-header .title {
            padding-left: 15px;
            font-size: 14px;
            font-weight: 600;
            font-family: "Roboto", sans-serif;
            color: #fff;
        }

            .sticky-chat .chat-header .title span {
                font-size: 11px;
                font-weight: 400;
                display: block;
                line-height: 1.58em;
                margin: 0;
                color: #f4f4f4;
            }

    .sticky-chat .chat-text {
        display: flex;
        flex-wrap: wrap;
        margin: 30px 20px;
        font-size: 12px;
    }

        .sticky-chat .chat-text span {
            display: inline-block;
            margin-right: auto;
            padding: 10px;
            background-color: #f0f5fb;
            border-radius: 0px 15px 15px;
        }

            .sticky-chat .chat-text span:after {
                content: "just now";
                display: inline-block;
                margin-left: 2px;
                font-size: 9px;
                color: #989b9f;
            }

            .sticky-chat .chat-text span.typing {
                margin: 15px 0 0 auto;
                padding: 10px;
                border-radius: 15px 0px 15px 15px;
            }

                .sticky-chat .chat-text span.typing:after {
                    display: none;
                }

                .sticky-chat .chat-text span.typing svg {
                    height: 13px;
                    fill: #505050;
                }

    .sticky-chat .chat-button {
        display: flex;
        align-items: center;
        margin-top: 15px;
        padding: 12px 20px;
        border-radius: 10px;
        background-color: #fff;
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
        overflow: hidden;
        font-size: 12px;
        font-family: "Roboto", sans-serif;
        font-weight: 400;
    }

        .sticky-chat .chat-button svg {
            width: 20px;
            height: 20px;
            fill: #505050;
            margin-left: auto;
            transform: rotate(40deg);
            -webkit-transform: rotate(40deg);
        }

.chat-menu:checked + .sticky-button label {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

    .chat-menu:checked + .sticky-button label svg.chat-icon {
        display: none;
    }

    .chat-menu:checked + .sticky-button label svg.close-icon {
        display: table-cell;
    }

.chat-menu:checked + .sticky-button + .sticky-chat {
    bottom: 152px;
    opacity: 1;
    visibility: visible;
}
/* whatsapp chat icon end */
/* back to top start */
#backToTopBtn {
    position: fixed;
    bottom: 84px;
    right: 20px;
    background-color: #2c3c87;
    color: white;
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 20px;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    display: none; /* Initially hidden */
    z-index: 1000;
}

    #backToTopBtn:hover {
        background-color: #419d18;
    }
/* back to top end */
/* Media Queries (for responsiveness) */
/* Styles for tablet screens and below */
@media (max-width: 1024px) {
    body {
        font-size: 16px;
    }

    .navbar {
        font-size: 18px;
    }
}

/* Styles for mobile devices (small tablets, phones) */
@media (max-width: 768px) {
    body {
        font-size: 14px;
    }

    .navbar {
        font-size: 16px;
    }

    .erp_header {
        background: url(../assets/images/header.jpg) no-repeat;
        background-size: cover;
    }

    .contactus_header {
        background: url(../assets/images/contact-us.png) no-repeat;
        background-size: cover;
        height: 100px;
    }

    .navbar-light .navbar-brand {
        width: 48%;
    }

    .navbar .logo {
        width: 100%;
    }

    .navbar-brand {
        width: 75%;
    }

    .navbar-collapse {
        background: #ffffff;
        width: 100%;
        margin: 0px;
        padding: 12px;
    }

    .features .icon {
        width: 25%;
    }

    .feature_img {
        margin-top: 10px;
        width: 100%;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    }

    .back-to-top {
        width: 16%;
        height: 7%;
    }

    .contactUs .contactInfo img {
        width: 16%;
        margin-right: 20px;
    }

    .card-1 {
        left: 0px;
        margin-left: 0px;
        z-index: 0;
        height: fit-content;
        padding-bottom: 15px;
    }

    .card-3 {
        left: 0px;
        margin-right: 0px;
        z-index: 0;
        height: fit-content;
        padding-bottom: 15px;
    }

    .card-1,
    .card-3 {
        position: relative;
        transform: scale(1);
    }

    .why_us .whyImg {
        width: 20%;
        margin: 15px auto;
    }

    .why_us .whyHeading {
        font-size: 1.1rem;
        font-weight: 600;
        text-align: center;
    }

    footer {
        padding: 2rem 0rem 1rem 0rem;
        background-color: #f6f8ff;
    }

        footer .footerPart1 {
            border-bottom: 1px solid;
            padding-bottom: 2rem;
        }
}

/* Styles for very small mobile screens */
@media (max-width: 480px) {
    body {
        font-size: 12px;
    }

    .navbar {
        font-size: 14px;
    }
}

.text-blue {
    color: #2c3c87 !important;
}
.text-green {
    color: #419d18 !important;
}
li strong {
    font-weight:bold;
}


.read-more a {
    text-decoration: none !important;
    font-weight: bold !important;
    transition: color 0.3s ease-in-out !important;
}
    .read-more a:link {
        color: #007bff !important;
    }
    .read-more a:hover {
        color: #419d18 !important;
        text-decoration: underline !important;
    }

#msg_header {
    margin-bottom:20px;
    font-size: 30px;
    font-weight: bold !important;
    color: #419d18 !important;
}
#msg_description {
    font-size: 16px;
    font-weight: bold !important;
    color: #2d2d2d;
}