/*header-css*/
.material-icons-outlined{
    vertical-align: middle;
}
.header_innr{
    display: flex;
    align-items: center;
}
.header_outer{
    padding: 15px 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    transition: 0.5s;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.header_menu {
    margin-left: auto;
}
.inner_hddr{
    /* background-color: rgba(174, 201, 10, 0.1); */
    background-color: transparent;
}
.header_outer.shrink{
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
    background-color: #fff;
    position: fixed;
    padding: 10px 0;
}
.menu_cross{
    display: none;
}

.inner_pnlBody > ul{
    display: flex;
    align-items: center;
}

.menu_trigger{
    display: none;
}
.hdr_logo {
    min-width: 160px;
    max-width: 160px;
}
.inner_pnlBody > ul > li{
    margin-right: 30px;
}
.inner_pnlBody > ul > li:last-child{
    margin-right: 0;
}
.inner_pnlBody > ul > li > a{
    font-size: 17px;
    text-transform: capitalize;
    font-weight: 500;
    color: #1865a7;
}
.inner_pnlBody > ul > li > a i{
    vertical-align: middle;
    font-size: 20px;
}
.inner_pnlBody > ul > li > a:hover{
    color: #b4d134;
}
.inner_pnlBody ul li.active_menu a{
    color: #b4d134;
}
.menu_bar{
    display: none;
}
.inner_pnlBody .dropdown-menu{
    min-width: 200px;
}
.inner_pnlBody .dropdown-menu li a{
    font-size: 14px;
    display: block;
    padding: 6px 15px;
    color: #1865a7;
}
.inner_pnlBody .dropdown-menu li a:hover{
    background-color: #b4d134;
    color: #fff;
}

.dashboard_hdr{
    padding: 10px 0;
    height: 60px;
}
.call_btn{margin-left: 20px;}
.call_btn a{display: inline-flex;align-items: center;gap: 6px;color: #1865a7;font-size: 16px;}
.call_btn a i{font-size: 20px;}
.call_btn a:hover{color: #b4d134;}

/* start-footer */

/* ==start---checkbox--radio----- */

.radio-check {
    margin: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.radio-check span {
    display: inline-block;
    vertical-align: middle;
}
.radio-check input[type='checkbox'], .radio-check input[type='radio'] {
    display: none;
}
.radio-check input[type='checkbox'] + span {
    width: 20px;
    height: 20px;
    border-radius: 5px;
    border: 1px solid #959595;
    margin-right: 5px;
    position: relative;
}
.radio-check input[type='checkbox']:checked + span:after {
    content: "";
    position: absolute;
    left: 1px;
    top: 1px;
    right: 1px;
    bottom: 1px;
    background: url(../images/check.png) no-repeat center center;
    background-size: 12px;
}
 .radio-check input[type='radio'] + span {
    width: 19px;
    height: 19px;
    border-radius: 50px;
    margin-right: 5px;
    position: relative;
    border: 1px solid #959595;
}
.radio-check input[type='radio']:checked + span:after {
    content: "";
    position: absolute;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    margin: 0;
    background: #b4d134;
    transform: translate(-50%, -50%);
}


/* ==end---checkbox--radio----- */



/* buttons */
.login_btn{
    margin-left: 20px;
}
.basic_btn{
    padding: 0 25px;
    font-size: 16px;
    color: #fff;
    height: 50px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    background-color: #b4d134;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 2;
    transition: 0.4s;
    text-transform: capitalize;
}
.border_btn{
    color: #1865a7;
    font-weight: 600;
    font-size: 16px;
    border: 1px solid #1865a7;
    border-radius: 8px;
    text-align:  center;
    line-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 25px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    z-index: 2;
    transition: 0.4s;
    text-transform: capitalize;
}

.basic_btn:after, .border_btn:after {
    background-color: #1865a7;
    position: absolute;
    content: "";
    left: auto;
    right: 0;
    -webkit-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
    width: 0;
    z-index: -1;
    top: 0;
    bottom: 0;
    border-radius: 5px;
}
.basic_btn:hover:after, .border_btn:hover:after {
    left: 0;
    right: auto;
    width: 100%;
}
.basic_btn:hover, .border_btn:hover{
    color: #fff;
}
.cancel_btn{
    background-color: #1865a7;
}
.cancel_btn:after{
    background-color: #b4d134;
}

/* -------pagination----- */

.pagination_list ul{
    display: flex;
    align-items: center;
    justify-content: center;
}
.pagination_list{
    margin: 35px 0 0;
}
.pagination_list ul li a{
    height: 38px;
    width: 38px;
    border-radius: 8px;
    font-size: 15px;
    color: #8E8EA6;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}
.pagination_list ul li:first-child a, .pagination_list ul li:last-child a{
    background: #FFFFFF;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2), 0px 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    transform: matrix(1, 0, 0, -1, 0, 0);
    border-radius: 5px;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #407826;
}
.pagination_list ul li + li{
    margin-left: 10px;
}
.pagination_list ul li.active a{
    background: rgba(174, 201, 10, 0.5);
    color: #407826;
}
.pagination_list li:first-child{
    margin-right: 10px;
}
.pagination_list li:last-child{
    margin-left: 20px;
}

/* end-pagination */



/* =============selectbox============== */

.select2-container{
    width: 100% !important;
    display: block;
}
.select2-container--default .select2-selection--single {
    background-color: transparent;
    border: 1px solid #B3B4B7;
    border-radius: 8px;
    font-size: 14px;
    color: #7E7E7E;
    height: 50px;
    display: flex;
    align-items: center;
    padding: 0 40px 0 20px;
    font-weight: 400;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    padding: 0;
    color: #8E8EA6;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
    border: 0;
    
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 12px;
    width: 12px;
    background-image: url(../images/dwn-arw.svg);
    background-repeat: no-repeat;
    background-position: center;
    margin: 0;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}

.select2-dropdown {
    background-color: white;
    border: 1px solid transparent !important;
    border-radius: 4px;
   box-shadow: 0 0 20px rgba(0,0,0,.15);
   padding: 10px 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #dcd8d8;
    border-radius: 5px;
    font-weight: 500;
}
.select2-container--default .select2-search--dropdown .select2-search__field:focus{
    border-color: #6464FF;
}
.select2-results__option{
    padding: 8px 20px;
    color: #8e8ea6;
    transition: 0.3s;
    font-weight: 500;
}
.select2-container--default .select2-results__option--selected {
    background: rgba(237, 237, 241, 0.5);
    color: #8e8ea6;
    font-size: 15px;
    transition: 0.3s;
    font-weight: 500;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{
    background-color: transparent;
    color: #8e8ea6;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable:hover{
    background-color: rgba(237, 237, 241, 0.5);
    color: #8e8ea6;
}

/* =============selectbox============== */

@media(min-width:1200px){
    
}
@media(max-width:991px){
    .select2-container--default .select2-selection--single{
        height: 40px;
    }
    .header_menu ul li {
        margin-right: 20px;
    }
    .inner_pnlBody > ul > li > a{font-size: 16px;}
    .menu_srch_pnl {
        margin-left: 10px;
    }
    .hdr_srchbar {
        margin-right: 10px;
    }
    
    .border_btn, .basic_btn{
        font-size: 15px;
    }
    .menu_bar a {
        height: 32px;
        width: 37px;
    }
   
    
}
@media(max-width:767px){
    .header_menu ul li.active_menu a{
        color: #1865a7;
        background-color: #fff;
    }
    .select2-container--default .select2-selection--single{
        padding-left: 10px;
    }
    .header_menu {
        position: fixed;
        width: 260px;
        background-color: #1865a7;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 102;
        transition: 0.5s;
        transform: translateX(300px);
        padding: 60px 0px 30px 0px;
    }
    .header_menu ul{
        flex-wrap: wrap;
    }
    .header_menu ul li{
        display: block;
        width: 100%;
        margin: 0;
    }
    .overlay{
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-color: rgba(0,0,0,0.8);
        overflow: hidden;
        display: none;
        z-index: 100;
    }
    .append_menu .overlay{
        display: block;
    }
    .append_menu{
        overflow: hidden;
        height: 100%;
        width: 100%;
    }
    .append_menu .header_menu{
        transform: translateX(0);
    }
    .header_outer{
        backdrop-filter: none;
    }
    .menu_cross {
        display: block;
        color: #fff;
        font-size: 28px;
    }
    .inner_pnlBody {
        height: calc(100vh - 80px);
        overflow-y: auto;
    }
    .menu_cross {
        cursor: pointer;
        height: 30px;
        width: 30px;
        /* box-shadow: 0px 2px 5px rgb(189 188 223 / 60%); */
        border-radius: 5px;
        background-color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        right: 15px;
        top: 15px;
        font-size: 17px;
        color: #1865a7;
        font-weight: normal;
    }
    .call_btn {
        margin-left: auto;
        margin-right: 16px;
    }
    .header_menu ul li a {
        font-size: 18px;
        color: #fff;
        padding: 8px 20px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .header_menu ul li a:hover{
        background-color: #fff;
        color: #1865a7;
    }
    .page_hdng {
        margin-bottom: 25px;
    }
    .hdr_srchbar{
        display: none;
    }
    .basic_btn {
        height: 44px;
        padding: 0 20px;
        font-size: 15px;
    }
    .border_btn{
        line-height: 42px;
    }
    .menu_trigger {
        display: block;
    }
    .header_innr {
        justify-content: space-between;
    }
    .newsletter_fill{
        max-width: 100%;
    }
    .login_btn a{
        min-width: 85px;
    }
    .menu_bar{
        display: block;
    }
    .menu_bar a span{
        font-size:30px;
        color: #1865a7;
    }
    .login_btn {
        margin-left: auto;
        margin-right: 15px;
    }
    .inner_pnlBody .dropdown-menu{
        padding: 10px 0;
        transform: none !important;
        min-width: 100%;
        background-color: transparent;
        position: static !important;
        border: 0;
        box-shadow: none;
    }
    .inner_pnlBody .dropdown-menu.show{
        display: block !important;
    }
    .inner_pnlBody .dropdown-menu li a{
        padding: 6px 20px;
        color: #fff;
        font-size: 15px;
    }
    .inner_pnlBody .dropdown-menu li{
        margin-bottom: 10px;
    }
    .hdr_logo {
        min-width: 130px;
        max-width: 130px;
    }
    .header_outer{padding: 10px 0;}
}
@media(max-width:420px){
    .hdr_logo a{
        margin: 0;
        padding: 0;
    }
 
    .border_btn{
        padding: 0 14px;
    }
    .border_btn span {
        margin-left: 5px;
        font-size: 18px;
    }
    .top_outer .col-6 {
        flex: 0 0 auto;
        width: 100%;
    }
    
}