@font-face {
    font-family: 'Myriad Pro';
    src: url('../fonts/myriad-pro/MYRIADPRO-REGULAR.OTF') format('opentype');
    font-weight: normal;
    font-style: normal;
}

:root {
    --imgcontentclr: #1D6A98;
    --btnspcltbgclr: #1DCCAB;
    --btnspcltclr: white;
}

body {
    font-family: 'Myriad Pro', sans-serif;
    font-size: 20px;
}

.border-start {
    border-left: 2px var(--bs-border-style) #1D6A98 !important;
    /* height: fit-content; */
}

label {
    font-size: 17px;
}

.head-content-b {
    color: var(--imgcontentclr) !important;
}

.head-content-g {
    color: var(--btnspcltbgclr) !important;
}

.home_img {
    z-index: 9;
    position: relative;
}

.home_svg {
    position: absolute;
    right: 35px;
}

.client-say,
.solution-offer {
    background-color: #F1F2F2;
    /* background-color: #E6E7E8; */
}

.solution-functionality {
    background-color: #C0F2E9;
}

.btn-specialties {
    background: var(--btnspcltbgclr) !important;
    color: var(--btnspcltclr) !important;
    padding: 0.5rem 1.5rem;
    border-radius: 12px 50px 50px 12px;
    line-height: 29px;
    font-size: large;
    width: fit-content;
    /* margin: auto; */
}

.btn-specialties-offer {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    font-size: large;
    color: var(--btnspcltclr) !important;
    padding: 1px;
    border-radius: 12px 50px 50px 12px;
}

.ms-auto {
    font-size: 18px;
}

/* 
.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
} */

.dropdown-item:focus {
    background-color: #1DCCAB;
    color: white !important;
}

.nav-color.show {
    color: #1DCCAB !important;
}

.dropdown-item:hover {
    background-color: #236891;
    color: white !important;
}

.bg-slide {
    background-color: #236891;
    color: white;
    padding: 4rem 2rem;
}

.bg-slide-2 {
    /* background-color: #0FB293; */
    background-color: #1DCCAB;
    color: white;
    padding: 4rem 2rem;
}

.carousel-indicators {
    bottom: -60px;
}

.carousel-indicators [data-bs-target] {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.carousel-indicators .active {
    background-color: var(--btnspcltbgclr) !important;
}

.client-space {
    padding-left: 120px;
    padding-right: 120px;
    height: 170px;
}

/* Hide default radio */
.form-check-input[type="radio"] {
    box-shadow: none;
    appearance: none;
    -webkit-appearance: none;
    background-color: #fff;
    border: 2px solid #ccc;
    border-radius: 50%;
    width: 1.2em;
    height: 1.2em;
    position: relative;
    cursor: pointer;
    transition: border-color 0.2s ease;
}

/* Inner circle for selected state */
.form-check-input[type="radio"]::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0.6em;
    height: 0.6em;
    background-color: #49505759;
    border-radius: 50%;
    transition: background-color 0.2s ease;
}

.form-check-input[type="radio"]:checked::before {
    background-color: var(--btnspcltbgclr) !important;
}

.form-control {
    padding: 13px;
    border-radius: 10px;
}

.form-control:focus {
    box-shadow: none;
    border: var(--bs-border-width) solid var(--bs-border-color);
}

/* 
.footer {
    position: relative !important;
    background: #1D6A98;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 5rem;
    color: white;
} */

/*
.footer button {
    background-color: #1fd1bc;
    border: none;
    border-radius: 20px;
    padding: 10px 20px;
    margin-top: 10px;
    color: white;
    cursor: pointer;
}*/

.footer-bottom {
    background-color: var(--btnspcltbgclr) !important;
    text-align: center;
    padding: 15px 15px 0px 15px;
    color: white;
    display: flex;
    justify-content: center;
    margin-bottom: -80px;
}

.footer[b-ejvuty0rux] {
    line-height: 35px;
}

.footer-bottom a {
    color: white;
    margin: 0 25px;
    text-decoration: none;
}

li {
    line-height: 27px;
}

.breadcrumb li a {
    color: #808285;
    text-decoration: none;
    font-size: 16px;
}

hr {
    margin: 0.5rem 0;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: var(--bs-breadcrumb-divider, "|");
}

.breadcrumb-item+.breadcrumb-item {
    font-size: 16px;
}

.breadcrumb-item.active {
    font-weight: bold;
    font-size: 16px;
}

::marker {
    color: var(--btnspcltbgclr) !important;
}

.markers::marker {
    color: #1D6A98 !important;
}

.marker-y::marker {
    color: #FFAE42 !important;
}


.clientborder {
    border-color: #8080804d !important;
}
/* 
.dropdown-toggle::after{
    display: none;
} */


/* Collapse menu styling */
@media (max-width: 768px) {
    .home_svg {
        position: absolute;
        right: -22px;
        width: 94px;
    }

    .home_svg_msv {
        position: absolute;
        right: 0px;
        width: 94px;
    }


    /* @media (max-width: 767px) { */
    .img-logo {
        width: 110px;
    }

    .img-solution {
        max-width: 100%;
        height: auto;
    }

    .btn-specialties {
        /* padding: 6px 12px; */
        font-size: large;
        margin-top: 8px;
    }

    .s-solution {
        width: 75% !important;
        margin: auto !important;
    }

    .clientsay {
        width: 75% !important;
    }

    .clientborder {
        border-left: none !important;
    }

    #navbarContent {
        position: absolute;
        top: 71px;
        right: 10px;
        width: 90%;
        padding: 15px;
        background: #ffffff;
        border-radius: 8px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        z-index: 1050;
    }

    #navbarContent a {
        display: block;
        margin-bottom: 10px;
        color: #000;
    }

    .navbar-collapse {
        background-color: #fff;
        padding: 15px;
        border-radius: 8px;
        margin-top: 10px;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
    }


    .dropdown-item:focus {
        background-color: #1DCCAB;
        color: white !important;
    }

    .dropdown-item:hover {
        background-color: #236891;
        color: white !important;
    }


    .dropend .dropdown-menu[data-bs-popper] {
        padding-left: 20px;
        border: none;
    }

    /* Full width dropdown in mobile */
    /* .dropdown-menu {
        position: relative !important;
        float: none;
        width: 100%;
        box-shadow: none;
        border: none;
        padding-left: 0;
    } */

    /* .dropdown-menu .dropdown-menu {
        background-color: #1D6A98;
        padding-left: 20px;
    } */

    .tailored-sol {
        width: 100% !important;
    }

    .index-img {
        padding-left: 10px;
    }

    .bill-solution {
        padding: 0px !important;
    }


    .bnone {
        border-left: none !important;
    }
    

    .footer .row {

        justify-content: center;
    }

    /*---------------------------- Add NEW -------------------------------*/

    .footer .logo {
        display: contents;
    }

    .minfo {
        width: 82%;
    }

    .footer {
        padding-top: 20px;
    }

    .footer h5 {
        text-align: center;
        margin-top: 20px;
    }

    .mbcompany {
        text-align: center;
    }

    .mlcomany {
        margin: 7px auto;
        width: 63% !important;
    }
}



@media (min-width: 768px) and (max-width: 991.98px) {
    .index-img {
        width: 75% !important;
    }

    .clientborder {
        border-left: none !important;
    }

    .clientsay {
        width: 75% !important;
    }

    .tailored-sol {
        width: 100% !important;
    }

    .bill-solution {
        padding: 0px !important;
    }

    .s-solution {
        width: 50% !important;
        margin: auto !important;
    }

}






/*boot-box modal style*/
.bootbox .modal-header {
    display: flex;
    justify-content: space-between;
    padding: 8px 13px;
    text-align: center;
    background: #fff;
    position: relative;
    /*    color: #0e4f66;*/
/*    font-size: 28px;*/
/*    font-weight: 700;*/
    border-bottom: 5px solid #1D6A98;
    height: auto;
}

    .bootbox .modal-header .modal-title {
        font-size: 20px;
        font-weight: 600;
        color: #1D6A98;
    }

.bootbox .modal-body {
    padding: 0px;
}

.bootbox .modal-footer {
    border-top: none;
    text-align: center;
    padding: 0px 17px 10px 10px !important;
}

.bootbox-body {
    padding: 10px;
/*    color: black;*/
}

.bootbox .button-tab-ash5 {
    font-size: 18px;
    font-weight: 700;
    padding: 5px 12px;
    min-width: 85px;
}

.bootbox .button-tab-ash5-border {
    font-size: 18px;
    font-weight: 700;
    padding: 5px 12px;
    min-width: 85px;
}

.bootbox .modal-footer .btn {
    background: #1D6A98 !important;
    color: #ffffff !important;
/*    font-size: 15px !important;*/
    padding: 0.375rem 0.75rem !important;
    border:none;
}

.bootbox .modal-footer .bootbox-cancel {
    background: #0e4f66 !important;
    color: #ffffff !important;
    font-size: 15px !important;
    padding: 0.375rem 0.75rem !important;
    border-color: #0e4f66 !important;
}

.bootbox .modal-footer .btn:focus {
    box-shadow: none !important;
}

.bootbox .modal-footer .btn:hover {
    background-color: #2f80c1 !important;
}

.bootbox .bootbox-close-button {
    background: none;
    border: none;
}


/*spinner*/

#overlay {
    background: #ffffff;
    color: #20a859;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 5000;
    top: 0;
    left: 0;
    float: left;
    text-align: center;
    padding-top: 25%;
    opacity: .80;
}

.spinner {
    margin: 0 auto;
    height: 64px;
    width: 64px;
    animation: rotate 0.8s infinite linear;
    border: 5px solid firebrick;
    border-right-color: transparent;
    border-radius: 50%;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}