
/*----top header start---*/
.loginlist {
    display: flex;
    float: right;
}

.top-mnheader {
    position: relative;
    bottom: 0;
    z-index: 9;
    width: 100%;
    border-radius: 21px;
    box-shadow: 2px 4px #3c39391f;
}

/*----top header end----*/
ul.calllst:before {
        position: absolute;
    content: '';
    background: #0a2464;
    right: 0;
    width: 47%;
    height: 117px;
    top: 0;
    z-index: -1;
}
ul.calllst {
    list-style: none;
    justify-content: end;
    align-items: center;
    margin: 0;
    padding: 0.8em 6px;
    /* position: relative; */
    /* z-index: 9; */
}

ul.calllst li {
       margin-right: 0;
    width: 33% !important;
	    margin-bottom: 5px;
}
ul.calllst li a {
        color: #ccc;
    font-weight: 500;
   
}
ul.calllst li img {
    border: 1px solid gainsboro;
    margin-bottom: 2px;
    width: 25px;
}
.filter-fixed-top img {
    height: auto;
}

.fixed-top {
    /* background: #ffffff; */
    z-index: 1000;
}

.nav-head .nav-item {
    margin: 0 5px;
    align-items: center;
    justify-content: center;
    display: inline-flex;
    font-size: 19px;
}

.filter-fixed-top {
    color: #fff;
    position: fixed;
    padding: 0.2rem 1rem;
    top: 0;
    left: 0;
    z-index: 1020;
    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;
}
.nav-head .nav-tabs .nav-item .nav-link {
       text-align: center;
    margin-right: 15px;
    border: none;
    border-radius: 5px !important;
    color: #3e3d3d;
    transition: 0.6s;
    position: relative;
    padding: 0;
}
.nav-head .nav-tabs .nav-item .nav-link:hover:before,
.nav-head .nav-tabs .nav-item .nav-link.active:before { width: 100%;transition: 0.6s; object-position: 1;}

.nav-head .nav-tabs .nav-item .nav-link:before {
    position: absolute;
    content: '';
    background: #1a3275;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    transition: 0.6s;
    opacity: 0;
}

.nav-head ul#myTab {
    border: none;
    width: 54%;
    float: right;
    justify-content: end;
}

.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: 57px;
   /* width: 60%;*/
}
.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: #193275 !important;
    transition: 0.6s;
}
.display-nav-none.navbar-collapse {
    display: none !important;
}

.gray-text {
    color: gray !important;
}

/*
.container.flex-start {
    justify-content: flex-start !important;
}
.flex-start button.navbar-toggler.sidebar.text-white {
    display: block !important;
}*/
/*----sidebar START----*/
@media screen and (max-width:767px) {
    ul.calllst:before{display: none;}
    .nav-head ul#myTab {
        width: 100%;
        float: none;
    }
    .ul.calllst a img {
        width: 9% !important;
    }ul.calllst li{width: 100% !important;}
    .nav-head .container {justify-content: center !important;}
    
     form.d-flex.has-validation-callback {display: flex !important;justify-content: left;    }
    #flag-slct {
        position: relative;
        top: 0;
        right: 0;
        transform: translate(0, 0px);
        display: block;
        border-radius: 3px;
        margin: auto;
        padding-left: 10px;
    }
    .nav-head .nav-tabs .nav-item .nav-link {
        border-bottom: 1px solid gainsboro !important;
        width: 100%;
        display: block;
        border-radius: 0;
        padding: 8px 0px;
        text-align: left;
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: column !important;
        margin: 0 !important;
        width: 100%;
    }

    .sidebar-show img {
        padding: 0 !important;
        width: 41% !important;
        margin: 0 !important;
    }
    ul.calllst li img {
    width: 25px !important;
}

    .sidebar-show {
        position: fixed;
        top: 0px;
        left: -100%;
        z-index: 1045;
        bottom: 0px;
        height: 100%;
        width: 66%;
        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: #000;
        top: 0;
        padding: 0px;
        cursor: pointer;
        -webkit-text-fill-color: #fff;
        width: 52px;
        height: 52px;
        text-align: center;
        opacity: 1;
    }

    .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;
    }
}

/*@media screen and (max-width:767px) {
 .sidebar-show {
        width: 80%;
    }
}*/

/*----sidebar END----*/
/*@media (min-width: 992px)
.sidebar-show {
    display: flex !important;
    flex-basis: auto;
    width: 26% !important;
}
}*/
