﻿/* ========== Home page css  =============*/
.back {
    background: #F06F38 !important;
}
#newservice {
    background: #F06F38 !important;
}
.card .button-container button span, .card .button-container span .button {
    color: #F06F38 !important;
}
footer {
    background: #edeff5 !important;
    border-top: 0px !important;
    color: #000 !important;
}

    footer a {
        color: #000 !important;
        padding:10px;
    }
    /* ========== Agent panal css  =============*/
    .dropdownrk-content {
        background-color: #F06F38 !important;
    }
.btncustom {
    background-color: #F06F38 !important;
}
.btn-warning {
    background-color: #F06F38 !important;
}
.icon-back {
    background: #F06F38 !important;
}
.dropdown-menu  .dropdown-menu .dropdown-item:focus, .dropdown-menu a:hover, .dropdown-menu a:focus, .dropdown-menu a:active {
    background-color:#fff !important;
    color:#000 !important;
}
.haveaquery {
    background: #0F2153 !important;
    color: white !important;
    min-height: 293px !important;
    text-align: center !important;
}


.hidemob {
    display: block;
}

@media (max-width: 768px) { /* adjust breakpoint as needed */
    .navbar-nav.navside li:nth-child(1),
    .navbar-nav.navside li:nth-child(2) {
        display: none;
    }

    .hidemob {
        display:none;
    }

    
}
