/*header-css*/
.material-icons-outlined, .material-icons, .material-icons-round{
    vertical-align: middle;
}

.hdr_top{
    background-color: #004254;
    padding: 5px;
}
.top_outer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.top_menu ul{
    display: flex;
    align-items: center;
}
.top_menu ul li a{
    font-size: 12px;
    color: #CCCCCC;
}
.top_menu ul li{
    margin-right: 15px;
    padding-right: 15px;
    line-height: 100%;
    border-right: 1px solid #ccc;
}
.top_menu ul li a:hover{
    color: #FBBB21;
}

.hdr_bttm{
    padding: 25px 0;
    background-color: #fff;
    border-bottom: 1px solid #DFDADA;
}

.header_innr{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/* .header_outer{
    padding: 30px 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    transition: 0.5s;
} */
.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: 15px 0;
}
.menu_cross{
    display: none;
}
.logobar_outer {
    display: flex;
    align-items: center;
}

.header_menu ul{
    display: flex;
    align-items: center;
}
.srch_icon{
    display: none;
}
.hdr_srchbar {
    display: flex;
}
.menu_bar{
    display: none;
}
.menu_bar a {
    border-radius: 5px;
    color: #101010;
}
.menu_bar a span{
    font-size: 30px;
}
.hdr_logo {
    min-width: 90px;
    max-width: 120px;
}
.header_menu ul li{
    margin-right: 25px;
}
.header_menu ul li:last-child{
    margin-right: 0;
}
.header_menu ul li a{
    font-size: 14px;
    text-transform: capitalize;
    color: #004254;
    position: relative;
}
.header_menu ul li a:after{
    background-color: #FBBB21;
    position: absolute;
    content: "";
    left: auto;
    right: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    width: 0;
    z-index: 1;
    bottom: -10px;
    height: 2px;
}
.header_menu ul li a:hover:after, .header_menu ul li.active_menu a:after{
    left: 0;
    right: auto;
    width: 100%;
}
    

.header_menu ul li a:hover{
    opacity: 1;
}
.header_menu ul li.active_menu a{
    opacity: 1;
}
.menu_srch_pnl{
    margin-left: 30px;
}
.hdr_btnslct_outer {
    display: flex;
    align-items: center;
}
.lang_slect_bx .select2-container--default .select2-selection--single{
    border: 0;
}
.hdr_srch{
    position: relative;
    margin: 0 20px;
}
.hdr_srch .form-control{
    height: 30px;
    width: 150px;
    border: 1px solid #1E6A81;
    border-right: 0;
    font-size: 12px;
    color: #999987;
    box-shadow: none;
    background-color: transparent;
    padding-right: 35px;
}
.hdr_srch .form-control:focus{
    border-color: #37AAB2;
}
.srchsbmit_btn{
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    border: 0;
    background-color: #1E6A81;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}
.srchsbmit_btn span{
    font-size: 16px;
}
.hdr_srchbar{
    position: relative;
    margin-right: 15px;
}
.login_btn{
    margin-left: 15px;
}
.submit_btn{
    height: 42px;
    width: 42px;
    border-radius: 0 5px 5px 0;
    font-size: 0;
    cursor: pointer;
    /* background-image: url(../images/search.svg);
    background-position: center;
    background-repeat: no-repeat; */
}
.cart_btn a i{
    font-size: 30px;
    color: #243534;
}
.profile_menu{
    margin-left: 15px;
}
.hdrprofile_pic{
    height: 36px;
    width: 36px;
    min-width: 36px;
    overflow: hidden;
    border-radius: 50%;
}
.loginuser_area > ul >li>a {
    display: flex;
    align-items: center;
}
.usr_text {
    font-size: 12px;
    color: #ccc;
    font-weight: 300;
}
.usr_text span {
    font-weight: 500;
}
.usr_pic {
    margin-left: 10px;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #fff;
}
.usr_pic img{
    width: 100%;
    height: 100%;
}
.login_menuicon-Outer {
    display: flex;
    align-items: center;
}
.loginuser_area, .shop_bag{
    padding-left: 10px;
    margin-left: 10px;
    line-height: 100%;
    border-left: 1px solid #ccc;
}
.shop_bag a span{
    font-size: 17px;
    color: #fff;
}
.menurightPnl {
    position: absolute;
    width: 275px;
    z-index: 9;
    background: #FFFFFF;
    box-shadow: 0px 20px 50px 10px rgba(29, 28, 76, 0.1);
    top: 100%;
    display: none;
    right: 0 !important;
    margin-top: 17px;
    border-radius: 8px;
    left: inherit !important;
    transform: none !important;
    top: 30px !important;
    padding: 0 !important;
}
/* .account_hdng {
    padding-left: 20px;
} */
.account_hdng h3{
    font-size: 15px;
    color: #212529;
    font-weight: 500;
    text-transform: capitalize;
}
.account_topUsr{
    background-color: #37AAB2;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.account_user_outer {
    display: flex;
    align-items: center;
}

.accont_usrPic {
    height: 35px;
    width: 35px;
    min-width: 35px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 10px rgb(0 0 0 / 12%);
    overflow: hidden;
}
.accont_owner_name{
    padding-left: 12px;
}
.accont_owner_name h3{
    font-size: 14px;
    color: #fff;
    font-weight: 600;
}
.logout_btn a{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FBBB21;
    border-radius: 5px;
    height: 28px;
    width: 28px;
    color: #003442;
}
.logout_btn a span{
    font-size: 18px;
}
.login_menu a i{
    font-size: 22px;
    color: #ccc;
}
.afterlogin_menu{
    padding: 15px 0;
}
.afterlogin_menu li a {
    display: flex;
    align-items: center;
    padding: 8px 20px;
    font-size: 15px;
    color: #6F7A7C;
    font-weight: 600;
    text-transform: capitalize;
}
.afterlogin_menu li a i{
    margin-right: 10px;
    min-width: 15px;
    text-align: center;
    color: #004254;
}
.afterlogin_menu li a:hover{
    background-color: rgba(64,153,255,0.1);
    color: #1D1C4C;
}
.afterlogin_menu li a:hover i, .logout_btn a:hover span{
    color: #1D1C4C;
}
.lang_slect_bx .select2-container--default .select2-selection--single{
    background-color: transparent;
    border: 0;
}
.lang_slect_bx .select2-container--default .select2-selection--single{
    font-size: 12px;
    padding: 0 15px 0 0;
}
.lang_slect_bx .select2-container--default .select2-selection--single .select2-selection__rendered{
    color: #ccc;
}
.lang_slect_bx .select2-container--default .select2-selection--single .select2-selection__arrow{
    background-image: url(../images/slct-arw-w.svg);
    right: 0;
}

.lang_slect_bx select{
    font-size: 12px;
    color: #fff;
    background-color: transparent;
}
.lang_slect_bx select option{
    color: #004254;
}
.mobile_langslct{
    display: none;
}

/* start-footer */

.page_back {
    margin-bottom: 30px;
}
.page_back a {
    font-size: 16px;
    color: #243534;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
}
.page_back a span {
    vertical-align: middle;
    display: inline-block;
    margin-right: 5px;
}
/* buttons */
.basic_btn{
    padding: 0 25px;
    font-size: 14px;
    color: #fff;
    height: 50px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    /* border-radius: 5px; */
    background-color: #004254;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 2;
    transition: 0.4s;
    text-transform: capitalize;
}
.border_btn{
    color: #37AAB2;
    font-weight: 600;
    font-size: 14px;
    border: 1px solid #37AAB2;
    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: #FBBB21;
    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; */
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.basic_btn:hover:after, .border_btn:hover:after {
    left: 0;
    right: auto;
    width: 100%;
}
.basic_btn:hover, .border_btn:hover{
    color: #fff;
}
.border_btn:hover{
    border-color: #FBBB21;
    color: #004254;
}
.ylw_btn{
    width: 100%;
    background-color: #FBBB21;
    color: #004254;
    font-size: 16px;
    font-weight: 700;
}
.ylw_btn:after{
    background-color: #37AAB2;
}

/* Toggle-switch */
.swicth_bx input[type=checkbox]{
	height: 0;
	width: 0;
	visibility: hidden;
    display: none;
}

.swicth_bx label {
	cursor: pointer;
	text-indent: -9999px;
	width: 70px;
	height: 36px;
	background: #D1D1D6;
	display: block;
	border-radius: 100px;
	position: relative;
}

.swicth_bx label:after {
	content: '';
	position: absolute;
	top: 3px;
	left: 5px;
	width: 30px;
	height: 30px;
	background: #fff;
	border-radius: 90px;
	transition: 0.3s;
}

.swicth_bx input:checked + label {
	background: #1DC9A0;
}

.swicth_bx input:checked + label:after {
	left: calc(100% - 5px);
	transform: translateX(-100%);
}

.swicth_bx label:active:after {
	width: 40px;
}

/* Toggle-switch */



/* -------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 2px 12px rgba(29, 28, 76, 0.12);
    border-radius: 5px;
    border-radius: 5px;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #44B4D8;
}
.pagination_list ul li + li{
    margin-left: 10px;
}
.pagination_list ul li.active a{
    background: rgba(68, 180, 216, 0.5);
    color: #fff;
}
.pagination_list li:first-child{
    margin-right: 10px;
}
.pagination_list li:last-child{
    margin-left: 20px;
}

/* end-pagination */

/* ====breadcrumb======start */

.breadcrumb li::after {
    color: #fff;
    font-size: 9px;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f105";
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    right: -2px;
}
.breadcrumb-item:last-child:after{
    display: none;
}
.breadcrumb-item+.breadcrumb-item {
    padding-left: 0;
}
.breadcrumb-item+.breadcrumb-item::before{
    display: none;
}
.breadcrumb li{
    position: relative;
    padding-right: 10px;
    margin-right: 10px;
    line-height: 100%;
}
.breadcrumb li:last-child{
    margin: 0;
    padding: 0;
}
.breadcrumb li a{
    font-size: 12px;
    color: #fff;
    font-weight: 500;
}
.breadcrumb li a:hover{
    color: #FBBB21;
}
.breadcrumb-item.active{
    color: #FBBB21;
    font-size: 12px;
}
.bredcum_area{
    background-color: #37AAB2;
    padding: 20px 0;
}
.breadcrumb{
    align-items: center;
    margin: 0;
}
/* ====breadcrumb======end */

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

.select2-container{
    width: 100% !important;
    display: block;
}
.select2-container--default .select2-selection--single {
    background: #f4f4f4;
    border: 1px solid #6F7A7C;
    border-radius: 0;
    font-size: 16px;
    color: #004254;
    height: 50px;
    display: flex;
    align-items: center;
    padding: 0 40px 0 20px;
    font-weight: 500;
    text-transform: capitalize;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    padding: 0;
    color: #004254;
}
.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;
   z-index: 99999;
}

.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: #7FD5F0;
}
.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============== */

/* start----login-register_area */
.job_modal .modal-body {
    padding: 0;
}
.job_modal .modal-header {
    border-radius:  0px;
    position: relative;
    display: block;
    padding: 25px 30px;
    border: 0;
    background-color: #004254;
}
.job_modal .modal-header .close {
    position: absolute;
    height: 34px;
    width: 34px;
    background-color: #FBBB21;
    border-radius: 8px;
    right: 20px;
    font-size: 18px;
    color: #004254;
    top: 20px;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
    opacity: 1;
}
.job_modal.signin_modal .modal-dialog {
    max-width: 405px;
}
.job_modal .modal-content{
    border: 0;
}
.forgot_btn {
    width: 60%;
}
.apply_btn {
    width: 40%;
}
.apply_btn .basic_btn, .forgot_btn .border_btn{
    width: 100%;
}
.signin_hdng  h3{
    font-size: 28px;
    color: #fff;
    font-weight: 700;
    text-transform: capitalize;
    font-family: 'Noe Display Bold';
}
.signin_hdng h5{
    margin: 12px 0 0;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
}
.login_fillOuter .input_fill {
    margin-bottom: 15px;
}
.login_inputfill label {
    font-weight: 600;
    color: #243534;
}
.radio-check {
    margin: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.radio-check p{
    font-size: 16px;
    color: #54575C;
}
.radio-check input[type='checkbox'], .radio-check input[type='radio'] {
    display: none;
}
.radio-check input[type='checkbox'] + span {
    width: 19px;
    min-width: 19px;
    height: 19px;
    border: 1.4px solid #BBBBBB;
    border-radius: 2px;
    background: #fff;
    position: relative;
    margin-right: 10px;
}
.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: 10px;
}
.trms_check p {
    font-size: 15px;
    color: #8E8EA6;
    font-weight: 500;
}
.copy_link {
    right: 12px;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    line-height: 100%;
    color: #8E8EA6;
}
.login_inputfill .form-control {
    height: 50px;
    padding: 0 35px 0 20px;
    font-size: 15px;
    color: #7E7E7E;
    font-weight: 500;
    border-radius: 8px;
    border-color: transparent;
    box-shadow: none;
    border: 1px solid #407826;
}
.login_body{
    padding: 15px 30px 30px;
}
.eye_btnfill{
    position: relative;
}
.copy_link span{
    font-size: 21px;
    color: #aaa;
}
.copy_link span:hover{
    color: #22C0F1;
}

.login_fillOuter .input_fill {
    margin-bottom: 15px;
}
.forgot_applyOuter a{
    font-size: 14px;
    padding: 0 20px;
}
.trms_check p{
    font-size: 15px;
    color: #8E8EA6;
    font-weight: 500;
}
.trms_check p a{
    display: inline-block;
    margin-left: 8px;
    color: #22C0F1;
}
.trms_check p a:hover{
    color: #000;
}
.forgot_applyOuter {
    display: flex;
    align-items: center;
    margin: 25px -5px 0;
    justify-content: center;
}
.forgot_btn, .apply_btn{
    padding: 0 5px;
}
.create_userOuter{
    margin: 25px 0 0;
    text-align: center;
}
.create_text p{
    font-size: 15px;
    color: #686868;
    font-weight: 500;
}
.create_text p a{
    display: inline-block;
    margin-left: 8px;
    color: #22C0F1;
    font-weight: 700;
}
.create_text p a:hover{
    color: #000;
}

.or_text{
    margin: 15px 0;
    font-size: 15px;
    color: #B3B4B7;
    font-weight: 500;
}
.linkedin_btn a{
    background: #FFFFFF;
    border: 1px solid #FBBB21;
    border-radius: 0;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 19px;
    color: #004254;
    font-weight: 700;
}

.linkedin_btn a span{
    margin-right: 8px;
}
.submit_fill .basic_btn{
    width: 100%;
}
.email_verify {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0 0;
    font-size: 15px;
    color: #407826;
    font-weight: 500;
}
.email_verify a{
    display: inline-block;
    margin-left: 8px;
    color: #CECEDB;
}
.email_verify a i{
    font-size: 18px;
}
.email_verify a:hover{
    color: #407826;
}
.resend_btn {
    text-align: center;
}
.resend_btn a{
    display: inline-block;
    font-size: 15px;
    color: #407826;
    font-weight: 500;
}
.sucess_modal .modal-header {
    background-color: transparent;
    padding: 0;
}
.success_mdlpic{
    text-align: center;
    max-width: 175px;
    margin: 0 auto 40px;
}
.congrats_text {
    margin-bottom: 25px;
    text-align: center;
}
.congrats_text h3{
    font-size: 28px;
    font-weight: 700;
    color: #407826;
}
.congrats_text h3 span{
    display: inline-block;
    margin-left: 5px;
    color: #407826;
}
.congrats_text h5{
    margin-top: 12px;
    color: #8E8EA6;
    font-size: 15px;
    font-weight: 500;
}
.job_modal.register_mdl .modal-dialog {
    max-width: 600px;
}
.create_chk_outer .trms_check {
    margin-bottom: 15px;
}
.create_chk_outer .trms_check:last-child{
    margin-bottom: 0;
}
.trms_check .radio-check input[type='checkbox'] + span{
    margin-top: 2px;
}
.create_sbmit {
    margin: 30px 0 0;
}
.create_sbmit .basic_btn{
    width: 100%;
}
.signin_modal .modal{
    overflow-y: auto;
}
/* ========================================= */
.login_header{
    background-color: #C9E8F2;
    padding: 10px 0;
}
.login_area{
    background-color: #fff;
    padding: 75px 0;
}
.login_bxArea {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: #FFFFFF;
    box-shadow: 0px 1px 18px rgb(0 0 0 / 6%);
}
.signupleft_pnl {
    width: 50%;
    padding: 30px;
}
.signupright_pnl {
    width: 50%;
}
.login_hdng h2{
    font-weight: 700;
    font-size: 30px;
    color: #040404;
    line-height: 40px;
    margin-bottom: 10px;
    font-family: 'Noe Display Bold';
}
.login_hdng  h5{
    color: #6F7A7C;
    font-size: 16px;
}
.login_hdng {
    margin-bottom: 25px;
}
.input_fill label {
    font-weight: 600;
    color: #004254;
    font-size: 16px;
    margin-bottom: 10px;
}

.login_checkouter {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.login_submit {
    margin: 30px 0 0;
}
.trms_check p {
    font-size: 16px;
    color: #686868;
    font-weight: 500;
}
.trms_check p a{
    color: #22C0F1;
}
.forgot_links a {
    display: inline-block;
    font-size: 16px;
    color: #686868;
    font-weight: 500;
}
.forgot_links a:hover{
    color: #22C0F1;
}
.login_submit .basic_btn{
    width: 100%;
}
.signup_pic{
    position: relative;
}
.login_caption{
    position: absolute;
    left: 50px;
    right: 0;
    top: 50px;
}
.login_caption h5{
    font-size: 18px;
    color: #313131;
    letter-spacing: 0.02em;
    margin-bottom: 20px;
}
.login_caption h2 span{
    display: block;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
}
.login_caption h2{
    font-size: 50px;
    color: #fff;
    font-weight: 700;
    position: relative;
    padding-bottom: 30px;
    text-transform: capitalize;
    font-family: 'Noe Display Bold';
}
.login_caption h2:after{
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 1.6px;
    width: 120px;
    background-color: #333333;
}
.login_caption p{
    color: #fff;
    font-size: 14px;
    max-width: 435px;
}

 /* end----login-register_area */


 /* footer--start */
 .footer_outer{
     padding: 60px 0;
     background-position: center;
     background-repeat: no-repeat;
     background-size: cover;
 }
.ftr_links li{
    margin-bottom: 15px;
}
.ftr_links li:last-child{
    margin-bottom: 0;
}
.ftr_links li a{
    display: inline-block;
    font-size: 13px;
    color: #f2f2f2;
}
.ftr_links li a:hover{
    color: #7999a6;
}
.ftr_item h3{
    color: #7999A6;
    font-size: 15px;
    margin-bottom: 15px;
}

.ftr_social ul{
    display: flex;
    align-items: center;
}
.ftr_social ul li{
    margin-right: 10px;
}
.ftr_social ul li:last-child{
    margin-right: 0;
}
.ftr_social ul li a{
    height: 40px;
    width: 40px;
    background-color: #326472;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #f2f2f2;
}
.ftr_social ul li a:hover{
    background-color: #FBBB21;
    color: #004254;
    border-radius: 20px 0;
}



 /* footer--end */
@media(min-width:1300px){
    .container {
        max-width: 1280px;
    }
}
@media(max-width:1365px){
    .basic_btn {
        padding: 0 20px;
        font-size: 16px;
    }
}
@media(max-width:991px){
    .select2-container--default .select2-selection--single{
        height: 40px;
        font-size: 14px;
    }
    .header_menu ul li {
        margin-right: 15px;
    }
    .menu_srch_pnl {
        margin-left: 10px;
    }
    .hdr_srchbar {
        margin-right: 10px;
    }
    .page_hdng h2{
        font-size: 26px;
    }
    .border_btn, .basic_btn{
        font-size: 14px;
    }
    .menu_bar a {
        height: 32px;
        width: 37px;
    }
    .ftr_para {
        max-width: 100%;
    }
    .ftr_logoArea {
        margin-bottom: 30px;
    }
    .ftr_item h3 {
        font-size: 17px;
        margin-bottom: 20px;
    }
    .page_back {
        margin-bottom: 10px;
    }
    .mobile_vdo, .mob_cartBag {
        display: block;
    }
    .mobile_vdo{
        margin: 15px 0;
    }
    .top_vdoPnl .vdo_toptraining {
        display: none;
    }
    .about_coursepnl .details_rightPnl{
        display: none;
    }
    .vdo_value_text{
        padding-top: 0;
        width: 50%;
        order: 1;
    }
    .cartbuy_outer {
        margin-top: 0;
        order: 2;
        width: 50%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
  .mob_cartBag{
      margin-right: 15px;
  }
  .mob_cartBag a{
      display: inline-block;
      color: #AEC90A;
  }
    .cartbuy_outer ul li a{
        min-width: 110px;
    }
    .top_vdoPnl {
        padding: 15px;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #fff;
        z-index: 9;
        box-shadow: 0 0 15px rgb(0 0 0 / 12%);
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    .cartbuy_outer ul li:first-child{
        display: none;
    }
    .vdo_time {
        margin-top: 10px;
        width: 100%;
        order: 3;
        text-align: right;
    }
    /* .checkout_area {
        padding: 85px 0 145px;
    } */
    .srch_submitBx .basic_btn{
        height: 40px;
    }
    .menu_bar{
        display: block;
    }
    .header_menu ul li.active_menu a{
        color: #004254;
        background-color: #FBBB21;
    }
    .header_menu ul li a{
        opacity: 1;
    }
    .select2-container--default .select2-selection--single{
        padding-left: 10px;
    }
    .header_menu {
        position: fixed;
        width: 260px;
        background-color: #004254;
        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;
    }
    .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: #FBBB21;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        right: 15px;
        top: 15px;
        font-size: 17px;
        color: #004254;
        font-weight: normal;
    }
 
    .header_menu ul li a {
        font-size: 16px;
        color: #fff;
        padding: 8px 20px;
        display: flex;
        align-items: center;
    }
    .header_menu ul li a:hover{
        background-color: #FBBB21;
        color: #004254;
    }
    .hdr_btnslct_outer{
        margin-left: auto;
    }
    .contact_btn{
        display: none;
    }
   
    
    .hdr_logo {
        min-width: 170px;
        max-width: 170px;
    }
    .details_tabrghtPnl{
        margin-top: 20px;
    }
    .signupright_pnl{
        display: none;
    }
    .signupleft_pnl{
        width: 100%;
        padding: 30px 20px;
    }
    .login_area {
        padding: 35px 0 40px;
    }
    .login_hdng h2{
        font-size: 34px;
    }
    .hdr_top {
        display: block;
    }
    .hdr_bttm {
        padding: 15px 0;;
    }
    .header_menu ul li a:after{
        display: none;
    }
    .ftr_social ul li a {
        height: 34px;
        width: 34px;
        font-size: 16px;
    }
    .ftr_social ul li {
        margin-right: 5px;
    }
    .mobile_langslct.lang_slect_bx{
        display: none;
        margin-left: auto;
        margin-right: 15px;
    }
    .lang_slect_bx{
        display: none;
    }
    .lang_slect_bx select {
        color: #004254;
    }
}
@media(max-width:767px){
    
    .page_hdng {
        margin-bottom: 25px;
    }
    .hdr_srchbar{
        display: none;
    }
    .basic_btn{
        height: 44px;
        padding: 0 15px;
        font-size: 14px;
    }
    .border_btn{
        line-height: 42px;
    }
    .shop_arw {
        height: 45px;
        width: 45px;
    }
    .bnr_btn a {
        min-width: 130px;
    }
    .job_modal .modal-header {
        padding: 20px 20px 15px;
    }
    .job_modal .modal-header .close{
        right: 10px;
        top: 10px;
    }
    .page_hdng h2 {
        font-size: 24px;
    }
   
    .lang_slect_bx .select2-container--default .select2-selection--single {
        font-size: 15px;
    }
    .footer_outer {
        padding: 35px 0;
    }
    .top_menu {
        display: none;
    }
}

@media(max-width:575px){
    .border_btn, .basic_btn{
        padding: 0 20px;
    }
    .pagination_list ul li:first-child a, .pagination_list ul li:last-child a{
        height: 32px;
        width: 32px;
    }
    .pagination_list ul li + li {
        margin-left: 5px;
    }
    .pagination_list ul li a {
        height: 30px;
        width: 30px;
        font-size: 13px;
    }
    .pagination_list li:first-child {
        margin-right: 5px;
    }
    .pagination_list li:last-child {
        margin-left: 5px;
    }
    .pagination_list ul li:first-child a i, .pagination_list ul li:last-child a i{
        font-size: 19px;
    }
    .pagination_list {
        margin: 20px 0 0;
    }
    .hdr_logo {
        min-width: 150px;
        max-width: 150px;
    }
    .tabs_links{
        overflow-x: auto;
    }
    .tabs_links .nav-tabs{
        flex-wrap: nowrap;
    }
    .tabs_links .nav-tabs li a{
        white-space: nowrap;
    }
    .login_hdng h2 {
        font-size: 28px;
        line-height: 36px;
    }
    .trms_check p, .forgot_links a{
        font-size: 14px;
    }
    .signupleft_pnl {
        padding: 30px 15px;
    }
    .linkedin_btn a{
        height: 42px;
        font-size: 14px;
    }
}

@media(max-width:480px){
    .page_hdng h2 {
        font-size: 22px;
    }
}
@media(max-width:420px){
    .page_hdng h2 {
        font-size: 20px;
    }
    .footer_top .col-4 {
        flex: 0 0 auto;
        width: 100%;
        margin-bottom: 20px;
    }
    .ftr_item h3 {
        font-size: 15px;
    }
    .ftr_social ul li a {
        height: 33px;
        width: 33px;
        font-size: 16px;
    }
}