/*header-css*/
.material-icons-outlined,
.material-icons,
.material-icons-round {
  vertical-align: middle;
}
.container-fluid {
  padding: 0 20px;
}

.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: #fff;
}
.left_logo_bar {
  display: flex;
  align-items: center;
}
.menu_bar a span {
  font-size: 30px;
  line-height: 100%;
}
.hdr_logo {
  min-width: 90px;
  max-width: 120px;
  margin-left: 10px;
}
.hdr_logo a {
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  top: -4px;
}
.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;
  color: #fff;
}
.usr_text {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
}
.usr_text span {
  font-weight: 500;
}
.usr_pic {
  margin-left: 10px;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #fbbb21;
  margin-right: 6px;
}
.usr_pic img {
  width: 100%;
  height: 100%;
}
.login_menuicon-Outer {
  display: flex;
  align-items: center;
}
.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: 0;
  left: inherit !important;
  transform: none !important;
  top: 30px !important;
  padding: 0 !important;
  border: 0;
}
/* .account_hdng {
    padding-left: 20px;
} */
.account_hdng h3 {
  font-size: 15px;
  color: #212529;
  font-weight: 500;
  text-transform: capitalize;
}
.account_topUsr {
  background-color: #003442;
  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: 16px;
  color: #003442;
  font-weight: 400;
  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;
}

.backend_hdrOuter {
  background-color: #004254;
  padding: 15px 0;
}
.hdr_bkendOuter {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* ===side-menu==start===== */

.backend_hdrmenu {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: 255px;
  background-color: #003442;
  z-index: 99;
  transition: 0.5s;
  transform: translateX(-100%);
}
.menu_txt {
  padding: 30px 25px 12px;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.menu_txt i {
  color: #fbbb21;
  margin-right: 6px;
}
.menu_pnl > ul > li > a {
  display: flex;
  align-items: center;
  position: relative;
  padding: 13px 25px;
  font-size: 14px;
  color: #fff;
}
.menu_pnl > ul > li > a i {
  margin-right: 10px;
  color: #fbbb21;
}

.menu_pnl > ul > li > a:hover,
.menu_pnl > ul > li.active_menu > a,
.menu_pnl > ul > li > a.show {
  background-color: #004254;
}

.caret {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s;
}
.show .caret {
  transform: translateY(-50%) rotate(180deg);
}
.menu_open .backend_hdrmenu {
  transform: translateX(0);
}
/* .overlay{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
} */
.menu_pnl {
  height: calc(100vh - 66px);
  overflow-y: auto;
}
.menu_pnl .dropdown-menu {
  position: static !important;
  transform: none !important;
  background-color: transparent;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  min-width: 100%;
  padding: 0 0 0 60px;
}
.backend_hdrmenu ::-webkit-scrollbar {
  width: 0;
}

.backend_hdrmenu ::-webkit-scrollbar-track {
  background-color: transparent;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.backend_hdrmenu ::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: transparent;
}

.menu_pnl .dropdown-menu li a {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  padding: 10px 0;
  display: block;
}
.menu_pnl .dropdown-menu li a:hover {
  color: #fbbb21;
}

/* ===side-menu==end===== */

/* start-footer */

/* buttons */
.basic_btn {
  padding: 0 20px;
  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;
}
.cancel_btn {
  background-color: #6f7a7c;
}
.grn_btn {
  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: 0;
  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 {
  color: #6f7a7c;
}
.pagination_list ul li:first-child a i,
.pagination_list ul li:last-child a i {
  font-size: 18px;
}
.pagination_list ul li + li {
  margin-left: 10px;
}
.pagination_list ul li.active a {
  background: #fbbb21;
  color: #004254;
}
.pagination_list li:first-child {
  margin-right: 10px;
}
.pagination_list li:last-child {
  margin-left: 20px;
}

/* end-pagination */

/* ====breadcrumb======start */
.breadcum_area {
  margin-bottom: 20px;
}

.breadcrumb li::after {
  color: #6f7a7c;
  font-size: 9px;
  font-weight: 600;
  content: "/";
  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: #1a2034;
  font-weight: 500;
}
.breadcrumb li a:hover {
  color: #6f7a7c;
}
.breadcrumb-item.active {
  color: #6f7a7c;
  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, 0.15);
  padding: 10px 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #dcd8d8;
  border-radius: 5px;
  font-weight: 500;
  height: 35px;
}
.select2-container--default
  .select2-search--dropdown
  .select2-search__field:focus {
  border-color: #fbbb21;
}
.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;
  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;
}
.radio-check input[type="radio"] + span {
  width: 19px;
  height: 19px;
  min-width: 19px;
  border-radius: 50px;
  margin-right: 5px;
  position: relative;
  border: 1px solid #6f7a7c;
}
.radio-check input[type="radio"]:checked + span:after {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 20px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #37aab2;
}
.radio-check input[type="radio"]:checked + span {
  border-color: #37aab2;
}
.trms_check p {
  font-size: 15px;
  color: #8e8ea6;
  font-weight: 500;
}
.input_fill label {
  font-weight: 600;
  color: #004254;
  font-size: 16px;
  margin-bottom: 10px;
}
/* =========================== */

/* Loader-css */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 999;
}
#preloader #status {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 160px;
}
#preloader #status span {
  animation: zoom-in-zoom-out 2s ease-out infinite;
  display: block;
}
.dots-outer {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
}
.dot-pulse {
  position: relative;
  left: -9999px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #fbbb21;
  color: #fbbb21;
  box-shadow: 9999px 0 0 -5px #fbbb21;
  -webkit-animation: dotPulse 1.5s infinite linear;
  animation: dotPulse 1.5s infinite linear;
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
.dot-pulse::before,
.dot-pulse::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #fbbb21;
  color: #fbbb21;
}

.dot-pulse::before {
  box-shadow: 9984px 0 0 -5px #fbbb21;
  animation: dotPulseBefore 1.5s infinite linear;
  animation-delay: 0s;
}

.dot-pulse::after {
  box-shadow: 10014px 0 0 -5px #fbbb21;
  animation: dotPulseAfter 1.5s infinite linear;
  animation-delay: 0.5s;
}

@keyframes dotPulseBefore {
  0% {
    box-shadow: 9984px 0 0 -5px #fbbb21;
  }
  30% {
    box-shadow: 9984px 0 0 2px #fbbb21;
  }
  60%,
  100% {
    box-shadow: 9984px 0 0 -5px #fbbb21;
  }
}

@keyframes dotPulse {
  0% {
    box-shadow: 9999px 0 0 -5px #fbbb21;
  }
  30% {
    box-shadow: 9999px 0 0 2px #fbbb21;
  }
  60%,
  100% {
    box-shadow: 9999px 0 0 -5px #fbbb21;
  }
}

@keyframes dotPulseAfter {
  0% {
    box-shadow: 10014px 0 0 -5px #fbbb21;
  }
  30% {
    box-shadow: 10014px 0 0 2px #fbbb21;
  }
  60%,
  100% {
    box-shadow: 10014px 0 0 -5px #fbbb21;
  }
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.12, 1.12);
  }
  100% {
    transform: scale(1, 1);
  }
}

/* Loader-css end*/

/* footer--end */
@media (min-width: 1300px) {
  .container {
    max-width: 1340px;
  }
}
@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;
  }
  .mail_btns {
    margin-left: 0;
  }
}
@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;
  }
  .input_fill label {
    font-size: 13px;
  }
  .profile_fill_row > label {
    min-height: auto;
  }
  .mail_btns {
    margin-top: 15px;
  }
  .tab_links .nav-tabs .nav-link {
    height: 40px;
  }
}

@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;
  }
}
