/*---themedropstart--*/
.page-item .page-link:hover, .active>.page-link, .page-link.active {
    background: #ffc107;
    color: #fff !important;
}
.navdropdown {
    color: #575656;
    line-height: 37px;
    position: fixed;
    left: 0;
    background: black;
    padding: 8px 12px;
    bottom: 0;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 14px;
}


 .navdropbtn {
     text-align: center;
 }

 .dropdown-list a:hover {
     background: #ffc107;
 }

 .navdropbtn i {
     color: #ffc107;
     display: block;
 }

.dropdown-list {
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 163px;
    z-index: 1;
    top: -379px;
    left: 0;
}

 .dropdown-list a {
     color: black;
     padding: 0px 8px;
     text-decoration: none;
     display: block;
     border-bottom: 1px solid gainsboro;
 }

 .navdropdown-list a:hover {
     background-color: #ddd;
 }

 .navdropdown:hover .dropdown-list {
     display: block;
 }

.dropdown-list:before {
    content: '';
    border-bottom: 9px solid #ffc10700;
    border-top: 9px solid #e5e5e5;
    border-left: 9px solid transparent;
    border-right: 9px solid #0dcaf000;
    position: absolute;
    left: 0;
    bottom: -18px;
}
/*---themedropstart--*/

/*----top header start---*/
.loginlist {
    display: flex;
    float: right;
}

/*----top header end----*/
.filter-fixed-top img {
    height: auto;
    width: 100%;
    /* position: relative; */
    top: 15px;
    border-radius: 10px;
}

.fixed-top {
    position: sticky !important;
}

.fixed-top .nav-item {
    margin: 0 0px;
    text-align: center;
}

.filter-fixed-top {
    color: #fff;
    position: fixed;
    padding: 0.2rem 1rem;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    transition: all ease-in-out .45s;
    background: #ffffff!important;
}

.filter-fixed-top .nav-link {
    color: #000 !important;
    transition: all ease-in-out .45s;
    font-weight: 500;
}

.filter-fixed-top small {
    color: #2274e0;
    font-weight: 500;
}

.filter-fixed-top .material-icons {
    color: #000 !important;
}

.card-row-set {
    margin-right: 0px;
    margin-left: 0px;
}

a.support-no {
    width: 100%;
    float: right;
    font-size: 21px;
    color: #fff;
    padding: 2px 14px !important;
    font-weight: 700;
    border-radius: 34px;
}
.phone-head label {
    font-weight: 400;
    margin-bottom: 0;
    margin-left: 9px;
    border-left: 1px solid gainsboro;
    padding-left: 17px;
}

.phone-head .fa-phone {
    padding: 10px 10px;
    border-radius: 36px;
    color: #fff;
}

.nav-head .nav-tabs .nav-item .nav-link {
    position: relative;
    overflow: hidden;
    text-align: left;
    border: none;
    font-weight: 500;
    color: #161618;
    background: #e9e9e9;
    transition: 0.6s;
    padding: 9px 13px;
    margin: 8px 10px;
    border-radius: 8px !important;
}
.hdr-logo{
        background: #cad1e3;
    height: 75px;
    margin-bottom: 24px;
    position: relative;
}

.main-sidebar::-webkit-scrollbar {
  width: 7px;
   
}

.main-sidebar::-webkit-scrollbar-track {
  background: #f1f1f1; 
    height: 20px;
}
 
.main-sidebar::-webkit-scrollbar-thumb {
  background: rgb(19 49 129); 
     border-radius: 10px;
    height: 20px;
}

.main-sidebar::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.Rcntnt-hed h1 {
    font-size: 28px;
    margin-left: 33px;
    color: #fff;
}

.bg-black {
    background-color: #000 !important;
}

.img-show {
    visibility: visible;
}

.img-hide {
    display: none;
}

.filter-fixed-top .img-show {
    display: none;
}

.filter-fixed-top .img-hide {
    display: block;
}


.tf-input {
    border: 0 none;
    box-shadow: none;
    padding: 0.7rem 1.2rem;
    width: 100%;
    /*height: 54px !important;*/
    border-radius: 0px !important;
    transition: border-color .4s ease-in-out, box-shadow .4s ease-in-out;
}

.img-res {
    height: 215px;
    object-fit: cover;
}

a.navbar-brand img {
    height: auto;
    width: 209px;
    margin-bottom: 25px;
}

.nav-head .nav-tabs .nav-item.show .nav-link, .nav-head .nav-tabs .nav-link.active, .nav-head .nav-tabs .nav-link:hover, .nav-head .nav-tabs .nav-link.active i {
    border: none !important;
    color: #ffffff !important;
    transition: 0.6s;
    background: #f2a717;
}


.display-nav-none.navbar-collapse {
    display: none !important;
}

.gray-text {
    color: gray !important;
}

/*----sidebar START----*/
@media screen and (max-width:768px) {
    .nav-head .nav-tabs .nav-item .nav-link {
        border-bottom: 1px solid gainsboro !important;
        width: 91%;
        display: flex;
        border-radius: 0;
    }
    .nav-head ul#myTab:before{background: transparent;}
.Rcntnt-hed h1 {    font-size: 24px;    margin-left: 10px;}
.sidebar-show img {
    padding: 0 !important;
    width: 73% !important;
    margin: 0 !important;
}

    .sidebar-show {
        position: fixed;
        top: 0px;
        left: -100%;
        z-index: 1035;
        bottom: 0px;
        height: 100%;
        width: 80%;
        cursor: default;
        transition: width 300ms ease-in-out, height 300ms ease-in-out, top 300ms ease-in-out, left 300ms ease-in-out, bottom 300ms ease-in-out, right 300ms ease-in-out;
        background-color: #fff;
        box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25);
        overflow: auto;
    }

#sidebar-close-btn {
    position: absolute;
    right: 0px;
    background: #233e8a;
    top: 0;
    padding: 0px;
    cursor: pointer;
    -webkit-text-fill-color: #fff;
    width: 52px;
    height: 65px;
    text-align: center;
    opacity: 1;
}
#sidebar-close-btn span {
    font-size: 25px !important;
}
    .sidebarclassadd {
        background-color: rgba(0, 0, 0, 0.7);
        bottom: 0;
        clear: both;
        height: 100%;
        left: 0;
        overflow: auto;
        position: fixed;
        right: 0;
        top: 0;
        width: 100%;
        z-index: 1035;
    }

    .sidebar-icon i,
    .contact-box i {
        width: 35px;
        height: 34px;
        border-radius: 25px;
        text-align: center;
        line-height: 34px;
        color: #fff;
        margin-right: 13px;
    }

    .sidesocial-icon {
        color: #fff;
        background: #cbcbcb;
        width: 35px;
        height: 35px;
        padding: 9px;
        text-align: center;
        border-radius: 50px;
    }


    a.sidebar-icon {
        border-bottom: 1px solid gainsboro;
    }
    .Rcntnt-hed .navbar-toggler.sidebar {
    float: right;
    position: relative;
    top: -26px;
    right: 11px;
}
    a.navbar-brand img {
    margin-bottom: 0;
    padding: 6px 5px;
}
}

/*----sidebar END----*/
