:root {
  --primary-color: #D32D2F;
  --text-white: #FFFFFF;
  --text-black: #000000;
  --background-black: #000000;
  --animate-duration: 800ms;
  --animate-delay: 0.9s;
}

html{
  scroll-behavior: smooth;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: 'Inter', sans-serif;
}

 body {
  /* font-family: 'Inter', sans-serif; */
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 400;
} 

a {
  text-decoration: none !important;
  /* color: var(--text-white) !important; */
  /* color: var(--text-white) !important; */
  font-family: 'Inter', sans-serif;
}

ul{
    list-style: none;
    padding: 0;
    margin: 0;
    list-style-position: inside;
}
input, a, button{
  box-shadow: unset !important;
  outline: none !important;
}
@media (min-width: 1440px){
.container {
    max-width: 1350px;
}
}
/* .main_menu{
    background: #001B31;
    z-index: 9999;
    position: absolute;
    width: 100%;
} */
.mh_search_icon{
  display: inline-block;
  max-width: 20px;
  margin-right: 30px;
}
/* .menulink_wb{
    display: inline-block;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    color: #FFFFFF;
    margin: 0 15px;
    padding: 12px 22px;
    mix-blend-mode: normal;
    opacity: 1;
    box-shadow: 0px 4.71429px 36.5357px rgb(103 24 18 / 42%);
    background: linear-gradient(136.67deg, #c70533 8.34%, #9c0a17 95.26%);
} */
.mm_toggle {
     display: none; 
    margin-left: 30px;
    background: linear-gradient(121.83deg, #006e82 30.85%, #0097b2 122.85%);
    border-radius: 29.037px;
    display: flex;
    align-items: center;
    padding: 5px;
}
.menu_right_wrapper{
    display: flex;
    align-items: center;
    justify-content: flex-end;
        height: 100%;
}
.logo_wrapper img{
  max-width: 140px;
}


.toggle {
  cursor: pointer;
  overflow: hidden;
  width: 40px;
  height: 40px;
  
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.line-toggle {
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #FFF;
  border-radius: 5px;
  transition: all .6s;
}

.line-toggle:first-child {
    transform: translateY(-12px) translateX(0px);
    width: 40px;
    transition-delay: 0s;
}

.toggle .line-toggle:nth-child(2) {
  transition-delay: .12s;
  transform: translateY(0px) translateX(-7px);
  width: 26px;
}

.line-toggle:last-child {
    transform: translateY(11px) translateX(-13px);
    width: 12px;
    transition-delay: 0s;
}

.toggle.activate .line-toggle:first-child {
transform: translateY(0) translateX(0) rotate(45deg);
    width: 36px;
    height: 3px;
    transition-delay: .1s;
}

.toggle.activate .line-toggle:nth-child(2) {
  transform: translateX(110px);
  transition-delay: 0s;
}

.toggle.activate .line-toggle:last-child {
  /*transform: translateY(0) translateX(0) rotate(314deg);*/
  transform: rotate(-45deg);
    width: 36px;
    height: 3px;
    transition-delay: .1s;
}
.opened_menu_sec{
    height: 100vh;
    position: absolute;
    width: 100%;
    background: linear-gradient(91.01deg, #001B31 3%, #001B31 99.3%);
    top: 0;
    z-index: -1;
    padding-top: 200px;
    display: none;
    transition: all .2s ease-in-out;
    transition-duration: .1s;
    transition-delay: 0.1s;
    -webkit-animation: slide-down .6s ease-out;
    -moz-animation: slide-down .6s ease-out
}
.opened_menu_sec.menu_open{
  display: block;
   transition: all .2s ease-in-out;
    transition-duration: .1s;
    transition-delay: 0.2s;
    -webkit-animation: slide-down .6s ease-out;
    -moz-animation: slide-down .6s ease-out
}
@-webkit-keyframes slide-down {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-moz-keyframes slide-down {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
/* .menu_list li{
  margin-bottom: 30px;
}
.menu_list li a{
    font-weight: 600;
    font-size: 36px;
    line-height: 63px;
    color: #FFFFFF;
    position: relative;
    transition: all 500ms ease-in-out; 
}
.menu_list li a.active{
  padding-left: 20px;
}
.menu_list li a:before{
  content: "";
  width: 4px;
  height: 100%;
  background: #D32D2F;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 500ms ease-in-out; 
}
.menu_list li a.active:before{
  transition: all 500ms ease-in-out; 
  opacity: 1;
} */
.menu_rt h5{
  font-weight: bold;
font-size: 16px;
line-height: 25px;
color: #F90033;
margin-bottom: 25px;
}
.menu_rt a{
  font-weight: normal;
font-size: 14px;
line-height: 20px;
color: #FFFFFF;
display: block;
margin-bottom: 35px;
}
.menu_rt a img{
  margin-right: 30px;
}
.menu_soc_link{
  padding-left: 50px;
  padding-top: 40px;
}
.menu_soc_link li{
  display: inline-block;
  margin: 0 8px;
}
.menu_soc_link li a img{
  margin: 0;
  max-width: 26px;
}
.sec_tit{
    font-weight: 600;
    font-size: 44px;
    line-height: 56px;
    color: #FFFFFF;
    position: relative;
    padding-left: 30px;
}
.sec_tit:before{
      content: "";
    width: 7px;
    height: 100%;
    background: #D32D2F;
    position: absolute;
    left: 0;
    top: 0;
}
.animateMe{
  opacity: 0;
}
/* .btn-style-1{
      box-sizing: border-box;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    padding: 12px 24px;
    display: inline-block;
    margin-top: 10px;
    mix-blend-mode: normal;
    opacity: 1;
    box-shadow: 0px 4.71429px 36.5357px rgb(103 24 18 / 42%);
    background: linear-gradient(136.67deg, #c70533 8.34%, #9c0a17 95.26%);
   
} */
.animateMe .animated{
    opacity: 1;
}

.footer_top ul li{
  margin-bottom: 20px;
}
.ft_ppl{
  max-width: 360px;
}
.ft_pptc{
  font-weight: 600;
font-size: 16px;
line-height: 25px;
text-transform: uppercase;

color: #054F78 !important;
display: inline-block;
margin-right: 6px;
}

.scrolltop-wrap #scrolltop-bg {
  fill: #007bff;
}
.scrolltop-wrap #scrolltop-arrow {
  fill: white;
}
.scrolltop-wrap a:hover #scrolltop-bg {
  fill: #2990ff;
}
.scrolltop-wrap a:hover #scrolltop-arrow {
  fill: white;
}
@supports (-moz-appearance: meterbar) {
  .scrolltop-wrap {
    clip: rect(0, 3rem, auto, 0);
  }
}
.scrolltop-wrap a {
    transform: translateY(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: inline-block;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: all;
    outline: none;
    overflow: hidden;
}
.scrolltop-wrap a svg {
  display: block;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
.scrolltop-wrap a svg path {
  transition: all 0.1s;
}
.scrolltop-wrap a #scrolltop-arrow {
  transform: scale(0.66);
  transform-origin: center;
}
@media print {
  .scrolltop-wrap {
    display: none !important;
  }
}

.display_on_hovering{
      position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(
0deg
, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8));
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
}
.top_tradie_ullist li:hover .display_on_hovering {
  display: flex;
}
.top_tradie_ullist li:hover span{
  color: #000;
}
.top_tradie_ullist li:hover .ratings{
  display: none;
}
.top5_slider_topwrapper .owl-item{
  z-index: -1;
}
.top5_slider_topwrapper .owl-item:hover{
        z-index: 9 !important;
        background: #070707;
        box-shadow: 0px 4px 4px rgb(0 0 0 / 60%);
}
.item.t5tc_slider_wrapper:hover .ft_cnt h3{
     /* font-size: 18px;
      color: #D32D2F;*/
}
.item.t5tc_slider_wrapper:hover .display_on_hovering{
  display: flex;
}
.price_det{
    text-align: right;
    position: absolute;
    right: 0;
    opacity: 0;
}
.item.t5tc_slider_wrapper:hover .price_det{
  opacity: 1;
}
.form-group{
  margin: 0;
  position: relative;
  margin-bottom: 40px;
}
.form-control{
  border: 0; padding: 7px 0; border-bottom: 1px solid #828282;margin: 0;position: relative;
  background: transparent !important;
  border-radius: 0;
  font-weight: 100;
font-size: 14px;
line-height: 16px;
color: #DDDDDD;
}
.form-control::-webkit-input-placeholder { /* Edge */
color: #DDDDDD;
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
color: #DDDDDD;
}

.form-control::placeholder {
color: #DDDDDD;
}
.effect-3 ~ .focus-border{position: absolute; bottom: 0; left: 0; width: 100%; height: 1px; z-index: 99;}
.effect-3 ~ .focus-border:before, 
.effect-3 ~ .focus-border:after{content: ""; position: absolute; bottom: 0; left: 0; width: 0; height: 100%; background-color: #FFFFFF; transition: 0.4s;}
.effect-3 ~ .focus-border:after{left: auto; right: 0;}
.effect-3:focus ~ .focus-border:before, 
.effect-3:focus ~ .focus-border:after{width: 50%; transition: 0.4s;}
.field-icon {
  float: right;
  margin-left: -25px;
  margin-top: -25px;
  position: relative;
  z-index: 2;
}
.dropdown.bootstrap-select{
  width: 100%;
    background: transparent;
    border-radius: 0;
    
}
.dropdown.bootstrap-select .btn.dropdown-toggle{
    background: transparent;
    border: none;
    color: #DDDDDD;
    box-shadow: unset !important;
    outline: none !important;
    border-bottom: 1px solid #828282;
    border-radius: 0;
    font-weight: 100;
    font-size: 14px;
    line-height: 16px;
    padding-left: 0;
}
.effect-3.show ~ .focus-border:before, 
.effect-3.show ~ .focus-border:after{width: 50%; transition: 0.4s;}
.field-icon{
  color: #8E8E8E;
}
.form-control:focus{
  color: #DDDDDD !important;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 12px 20px;
    clear: both;
    font-weight: 300;
    color: #212121 !important;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    opacity: 1 !important;
    font-size: 14px;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #f1f1f1;
}
.price_det{
      font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 31px;
    color: #FFFFFF;
    display: block;
    position: absolute;
    bottom: 16px;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
}

.log-modal .modal-title{
  font-weight: normal;
font-size: 18px;
line-height: 26px;
text-align: center;
color: #FFFFFF;
margin-bottom: 30px;
margin: 0;
}
.log-modal .modal-header{
  border: none;
}
.log-modal .modal-footer{
  border: none;
  justify-content: center;
}

.log-modal .modal-header .close{
      opacity: 1;
    position: absolute;
    right: 20px;
    top: 20px;
}
.new-user{
  font-weight: 500;
font-size: 13px;
line-height: 18px;

color: #FFFFFF;
display: block;
}
.new-user a{
  font-weight: 500;
font-size: 13px;
line-height: 18px;
text-decoration-line: underline !important;
color: #F90033 !important;
}
.modal-backdrop.show {
    opacity: .9;
    z-index: 9999;
}
.modal.log-modal{
      z-index: 99999;
}



/* Css for New Bee design */
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,300;0,400;0,500;0,600;0,700;1,200;1,400;1,500;1,600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700&display=swap');
a, b, span, strong, em, i, ul, li, h1, h2, h3, h4, h5, h6, label, ::placeholder, label, button {
  font-family: 'Inter', sans-serif;
}
body {
  /* font-family: 'Outfit', sans-serif; */
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.main_menu {
  background: #fff;
}
.logo_wrapper {
  display: flex;
    align-items: center;
    height: 100%;
    min-height: 112px;
}
.main-menu_list {
  margin-right: 20px;
}
.main-menu_list li {
  display: inline;
}

.main-menu_list li{
  /* margin-bottom: 30px; */
  display: inline-block;
}
.main-menu_list li a{
   position: relative;
  transition: all 500ms ease-in-out;
 /* font-weight: 300;
  font-size: 14px;
  line-height: 62px;
  color: #000 !important; */
  margin: 10px 10px;
  display: inline-block;
  font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 26px;
color: #7D7D7D;
}
.main-menu_list li a.active{
font-family: 'Inter';
font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 26px;
/* identical to box height */
color: #006e82 !important;
}
.menulink_wb{
  display: inline-block;
  margin: 0 15px;
  padding: 12px 22px;
  background: #0097b1;
  border-radius: 30px;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #ffffff !important;
}
.register { 
    background:linear-gradient(106.35deg, #006e82 21.68%, #0097b2 128.65%);
/*background: linear-gradient(106.35deg, #006e82 21.68%, #0097b2 128.65%);*/
border-radius: 30px;
font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 26px;
/* identical to box height */
color: #FFFFFF;
}
a:hover {
  color: #ffffff !important;
  text-decoration: none !important;
}
.register:hover { 
  color: #fff !important;
  text-decoration: none !important;
}

/*Banner css */
.ban_text_wrapper h1{
  /* font-family: 'Inter'; */
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  line-height: 85px;
  color: #FFFFFF;
}
.ban_text_wrapper p{
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  /* identical to box height */
  color: #FFFFFF;
}
p.small-font {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 23px;
    color: #FFFFFF;
}
b.ps {
	font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    color: #FFFFFF;
}
form.nosubmit {
  border: none;
  padding: 0;
}

input.nosubmit {
  width: 260px;
  border: 1px solid #555;
  display: block;
  padding: 9px 54px 9px 56px;
  background: transparent url("../images/nb-home-srch-icon.svg") no-repeat 24px center;
}
.findjob {
  width: 100%;
  float: left;
  height: 100px;
  margin-top: 77px;
}
.fjj {
  width: 100%;
  float: left;
  position: absolute;
}
.nosubmit.fj {
  /* width: 80% !important; */
  max-width: 500px;
  float: left;
  border: 1px solid #fff;
  display: block;
  padding: 9px 54px 9px 56px;
  background: transparent url(data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' class='bi bi-search' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'%3E%3C/path%3E%3C/svg%3E) no-repeat 24px center !important;
  width: 605px;
  height: 68px;
  left: 323px;
  top: 618px;
  background-color: #FFFFFF !important;
  border-radius: 80px;
font-style: italic;
font-weight: 300;
font-size: 16px;
line-height: 23px;

color: #929292;

}
.fj-btn { 
/* width: 20% !important; */
    float: left;
    width: 185px;
    height: 68px;
    left: 743px;
    top: 618px;
    background: linear-gradient(98.02deg, #006e82 21.66%, #0097b2 126.54%);
    border-radius: 80px;
    color: #fff;
    position: absolute;
    left: 444px;
    right: 0;
    top: 0;
    border: none;
font-style: normal;
font-weight: 500;
font-size: 17px;
line-height: 25px;
/* identical to box height */
color: #FFFFFF;
}

/**Login Popup Css Start */
.form-group label {
  /* font-family: 'Inter'; */
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 23px;

color: #393939;
}
.form-group .form-control {
  border: 0;
  padding: 7px 22px;
  border-bottom: none;
  margin: 0;
  position: relative;
  background: #FFF2FB !important;
  border-radius: 8px !important;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
  color: #696969 !important;
  height: 63px !important;
}

/* .frgt-pass {
  font-weight: 500;
  font-size: 13px;
  line-height: 18px;
  text-decoration-line: underline !important;
  color: #FFFFFF;
  display: block;
  margin: 0;
  margin-bottom: 30px;
  text-align: right;
  float: right;
} */
.frgt-pass {
  display: block;
  margin: 0;
  margin-bottom: 30px;
  text-align: right;
  float: right;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #696969;
}
.modal-body {
  padding-bottom: 0;
}
.log-modal .modal-footer .btn-style-1 {
  border: none;
  box-shadow: unset !important;
  cursor: pointer;
  background: #006e82;
  border-radius: 8px;
  width: 100%;
  font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 23px;
height: 63px !important;
color: #FFFFFF;
}
.no-account { 
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 20px;
color: #696969;
margin: 36px 0;
}
.log-modal .modal-content{
  padding: 60px 40px 30px;
  border-radius: 0;
  background: #FFFFFF;
  border-radius: 20px;
}
.no-account a { 
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 20px;
color: #006e82;
}
.mb0 {
  margin-bottom: 0;
}
.field-icon {
  float: right;
  margin-left: -58px;
  margin-top: -38px;
  margin-right: 30px;
  position: relative;
  z-index: 2;
}
.field-icon {
  color: #818181;
}


/* Footer css Start */
.footer_top{
  background: #484848;
  padding-top: 80px;
  padding-bottom: 30px;
  position: relative;
}
.social-links .menu_soc_link {
  padding-left: 0;
  padding-top: 40px;
}
.social-links .menu_soc_link img {
max-width: 25px;
margin-right: 0;
}
.footer_top h4{
  margin-bottom: 20px;
  font-style: normal;
  font-weight: 500;
  font-size: 20.9253px;
  line-height: 30px;
  color: #DC61E2;
  }
  .footer_top p{
    font-style: normal;
    font-weight: 400;
    font-size: 16.7402px;
    line-height: 25px;
    color: #E0E0E0;
  }
  .footer_top a {
  font-style: normal;
font-weight: 400;
font-size: 16.7402px;
line-height: 24px;
color: #E0E0E0;
}
.footer_top img {
margin-right:20px;
}
.scrolltop-wrap {
  box-sizing: border-box;
      position: absolute;
      top: -25px;
    right: 5%;
    bottom: 0;
      pointer-events: none;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      transform: translate(-50%, 0%);
  }
  #main { 
    background-image: url(../images/nb-inner-bg.png);
    background-size: cover;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 309px;
}
.back-btn { 
position: absolute;
    left: 10%;
    right: auto;
    top: 88px;
}
.back-btn a { 
background: rgba(255, 255, 255, 0.8);
    border-radius: 30px;
    padding: 13px 31px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 12px;
    color: #006e82;
}
.bck-icon {
  margin-right: 8px;
}
.inner-title {
  font-style: normal;
font-weight: 600;
font-size: 50px;
line-height: 72px;

color: #FFFFFF;
}
.inner-para  { 
font-style: normal;
font-weight: 300;
font-size: 16px;
line-height: 26px;
/* or 162% */

text-align: center;

color: #FFFFFF;
}
.label-style form label { 
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 23px;

color: #393939;
}
.pp-wrapper form .form-control {
  background: #FFF2FB !important;
  border-radius: 8px !important;
}
.main_contain {
  display: flex;
  align-items: center;
  justify-content: center;
  /* min-height: 100vh; */
}
.pp-wrapper {
  max-width: 500px;
  margin: auto;
  margin-top: 100px;
  margin-bottom: 200px;
}
.btn-style-1 {
  background: linear-gradient(90.4deg, #006e82 43.75%, #0097b2 118.73%);
  border-radius: 8px;
  border: none;
  width: 100%;
  font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 23px;
height: 63px !important;
color: #FFFFFF;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-30 {
  margin-bottom: 30px;
}
.form-group .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #696969;
  opacity: 1; /* Firefox */
  font-style: normal !important;
font-weight: 400 !important;
font-size: 14px !important;
line-height: 23px;
color: #696969;
}
.footer_bottom-transparent {
  font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 10px;
/* identical to box height, or 61% */
color: #848484;
}
.footer_bottom{
  background: #2D2D2D;
  padding: 30px 0;
}
.footer_bottom p{
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 10px;
  /* identical to box height, or 61% */
  color: #D8D8D8;
margin: 0;
}
.p-0, .m-0 {
  margin: 0;
  padding: 0;
}
.line {
  padding-top: 0px;
    padding-bottom: 15px;
}
.line img {
width: 100% !important;
}
.mtb-5 {
  margin: 5rem 0;
}
.mtb-2 {
  margin: 2rem 0;	
}
.mb-30 {
  margin-bottom: 30px !important;
}
.already-reg { 
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 24px;
text-align: center;
margin-top: 24px;
    margin-bottom: 65px;
color: #000000;
}
.already-reg a { 
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 24px;
text-align: center;
color: #0097b2;
}
.nav-tabs {
  border-bottom: none !important;
  border: none;
  justify-content: center;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
  margin: 2rem;
}
.nav-item .nav-link.active { 
  border: none !important;
  background: linear-gradient(96.91deg, #006e82 25.77%, #0097b2 138.31%);
  border-radius: 10px !important;
  color: #fff !important;
  height: 60px;
  justify-content: center;
  align-items: center;
  display: flex;
  max-width: 187px !important;
  width: 100%;
  padding: 0 48px;
}
.nav-link { 
  border: none !important;
  background: #FDDCFF;
    border-radius: 10px !important;
    height: 60px;
    justify-content: center;
    max-width: 187px !important;
    width: 100%;
    padding: 0 48px !important;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    display: flex !important;
    align-items: center;
    text-align: center;
    color: #7A0081;
}
.nav-link img { 
margin: 0 20px 0 0;
}
.form-control:focus {
  /* color: #495057; */
  background-color: #fff;
  border-color: transparent !important;
  outline: 0;
  box-shadow: none !important;
}
.terms-policy {
  margin-top: 5rem;
  margin-top: 5rem;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #696969;
  font-family: 'Inter', sans-serif;
}
.terms-policy a {
color: #696969;
}
.cancel-reg {
    position: absolute;
    left: auto;
    right: 88px;
    bottom: auto;
    top: 50px;
}
.cancel-icon {
  margin-right: 8px;
}
.cancel-reg span {
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 15px;
/* identical to box height, or 91% */
color: #FFFFFF;
}

/* Job search page css START */
.banner_section_main {
  background-image: url(../images/nb-inner-bg.png);
  height: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 102% 100%;
  position: relative;
}
.h-243 {
  height: 243px;
}
.findajob.white-bg {
  max-width: 584px;
  width: 100%;
  margin: 0 auto;
  background: #FFFFFF;
  border-radius: 40px;
  padding: 9px;
}
.faj-btn {
  background: #006e82;
  border-radius: 40px;
  border: none;
  width: 185px;
  height: 68px;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 25px;
  color: #FFFFFF;
}
.js-search {
  background: #F8F8F8 !important;
  border-radius: 40px;
  max-width: 364px;
  width: 100% !important;
  height: 62px;
  box-shadow: none !important;
  border: none;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  color: #707070;
  padding: 0 21px 0 56px;
  opacity: 1;
  background-image: url(../images/nb-grey-search-icon.svg) !important;
  background-repeat: no-repeat !important;
  background-size: 19% 41% !important;
  background-position: left center !important;
}
.mt-50 { 
margin-top: 50px;
}
.mb-50 { 
margin-bottom: 50px;
 }
 .mb-30 {
  margin-bottom: 30px;
}
.inner-hed {
  font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #2F2F2F;
    justify-content: start;
    align-items: center;
    display: flex;
}
.cards-inner { 
padding: 5px;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    border-radius: 4.81482px;
    margin: auto;
    padding-top: 20px;
    position: relative;
	    -webkit-border-radius: 4.81482px;
    -moz-border-radius: 4.81482px;
    border-radius: 4.81482px;
    -khtml-border-radius: 4.81482px;
}
.cards-inner p.days_ago{
 /*     position: absolute;
    right: 20px;*/
	text-align:right;
    color: #7D7D7D;
}
.cards {
  margin: 0;
 /* padding: 8px; */
  margin-bottom: 10px;
}
.js-title {
font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 26px;
color: #2F2F2F;
}
.inner-titl h4 { 
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 26px;
color: #2F2F2F;
margin-bottom: 16px;
}
.inner-titl p { 
font-style: normal;
font-weight: 300;
font-size: 16px;
line-height: 10px;
color: #7D7D7D;
}
.pink-bg { 
background: #FEDCFF;
    border-radius: 10px;
    padding: 45px 25px;
}
/* Switch button for Css start */
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: flex;
  width: 100%;
  height: 28px;
}
.switch  p {
  margin-left: 64px;
  line-height: 28px;
  font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 26px;
color: #555555;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
/* .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
} */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: .4s;
  transition: .4s;
  background: #FFFFFF;
  border: 1px solid #EDEDED;
  height: 25px;
  width: 52px;
}
.slider:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 4px;
  bottom: 4px;
  -webkit-transition: .4s;
  transition: .4s;
  background: #D6D6D6;
}
input:checked + .slider {
  background-color: #2196F3;
}
input:checked + .slider {
  background: linear-gradient(97deg, #006e82 18.17%, #0097b2 117.28%);
}
/* input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
} */

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
.switch-main h4 {
  margin: 0 4px 16px 0px;
  font-style: normal;
font-weight: 500;
font-size: 20px;
line-height: 29px;
color: #393939;
}
/* Switch Css End */

.radio-main .form-check {
  font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 26px;
color: #555555;
}


/* Radio button custom START */
/***** RADIO BUTTON STYLES *****/
/* .rdio {
  position: relative;
}
  input[type="radio"] {
    opacity: 0;
  }

  label {
    padding-left: 10px;
    cursor: pointer;
    margin-bottom: 7px !important;
  }
  .checkbox-inline, .radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
}
.rdio input[type=radio] {
  margin: 0px;
}
.rdio input[type=radio] {
  opacity: 0;
}
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
  position: absolute;
  margin-top: 4px\9;
  margin-left: -20px;
}
input[type=checkbox], input[type=radio] {
  margin: 4px 0 0;
  margin-top: 1px\9;
  line-height: normal;
}
.rdio label {
  padding-left: 10px;
  cursor: pointer;
  margin-bottom: 7px !important;
}
.rdio label:before {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 1px;
  left: 0;
  content: "";
  display: inline-block;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  border: 1px solid #fbc52d;
  background: #fff;
}
.checkbox-inline+.checkbox-inline, .radio-inline+.radio-inline {
  margin-top: 0;
  margin-left: 10px;
}
.rdio-primary input[type=radio]:checked + label:before {
  border-color: #fbc52d;
}
.rdio-primary input[type=radio]:checked + label::after {
  background-color: #fbc52d;
}
.rdio input[type=radio]:checked + label::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 4px;
  display: inline-block;
  font-size: 11px;
  width: 10px;
  height: 10px;
  background-color: #fbc52d;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}


 */

 @charset "UTF-8";
 .body {
   padding: 20px;
 }
 
 /* CSS used here will be applied after bootstrap.css */
 /* custom checkboxes */
 /***** RADIO BUTTON STYLES *****/
 .rdio {
   position: relative;
 }
 .rdio input[type=radio] {
   opacity: 0;
 }
 .rdio label {
   padding-left: 20px;
   cursor: pointer;
   /* margin-bottom: 7px !important; */
   font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #555555;
 }
 .rdio label:before {
   width: 25px;
   height: 25px;
   position: absolute;
   top: 0px;
   left: 0;
   content: "";
   display: inline-block;
   -moz-border-radius: 50px;
   -webkit-border-radius: 50px;
   border-radius: 50px;
   border: 1px solid #E7E7E7;
   background: #fff;
 }
 .rdio input[type=radio] {
   margin: 0px;
 }
 .rdio input[type=radio]:disabled + label {
   color: #999;
 }
 .rdio input[type=radio]:disabled + label:before {
   /* background-color: #fbc52d; */
   background-color: linear-gradient(97deg, #006e82 18.17%, #0097b2 117.28%);
 }
 .rdio input[type=radio]:checked + label::after {
   content: "";
   position: absolute;
   top: 4px;
   left: 4px;
   display: inline-block;
   font-size: 11px;
   width: 17px;
   height: 17px;
   /* background-color: #fbc52d; */
   background: linear-gradient(97deg, #006e82 18.17%, #0097b2 117.28%);
   -moz-border-radius: 50px;
   -webkit-border-radius: 50px;
   border-radius: 50px;
 }
 
 .rdio-default input[type=radio]:checked + label:before {
   border-color: #fff;
 }
 
 .rdio-primary input[type=radio]:checked + label:before {
   border-color: #E7E7E7;
 }
 .rdio-primary input[type=radio]:checked + label::after {
   /* background-color: #fbc52d; */
   background-color: linear-gradient(97deg, #006e82 18.17%, #0097b2 117.28%);
 }
 
 .custom-checkbox > [type=checkbox], .custom-checkbox label {
   /*margin-bottom:0px !important;*/
   -webkit-touch-callout: none;
   -webkit-user-select: none;
   -khtml-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
 }
 .custom-checkbox > [type=checkbox]:not(:checked), .custom-checkbox > [type=checkbox]:checked {
   position: absolute;
   left: -9999px;
 }
 .custom-checkbox > [type=checkbox]:not(:checked) + label, .custom-checkbox > [type=checkbox]:checked + label {
   position: relative;
   padding-left: 22px;
   cursor: pointer;
 }
 .custom-checkbox > [type=checkbox]:not(:checked) + label:before, .custom-checkbox > [type=checkbox]:checked + label:before {
   content: "";
   position: absolute;
   left: 0;
   top: 50%;
   margin-top: -9px;
   width: 17px;
   height: 17px;
   border: 1px solid #fff;
   background: #ffffff;
   border-radius: 2px;
 }
 .custom-checkbox > [type=checkbox]:not(:checked) + label:after, .custom-checkbox > [type=checkbox]:checked + label:after {
   font: normal normal normal 12px/1 "Glyphicons Halflings";
   content: "";
   position: absolute;
   top: 50%;
   margin-top: -7px;
   left: 2px;
   color: #fbc52d;
   xtransition: all 0.2s;
 }
 .custom-checkbox > [type=checkbox]:not(:checked) + label:after {
   opacity: 0;
   transform: scale(0);
 }
 .custom-checkbox > [type=checkbox]:checked + label:after {
   opacity: 1;
   transform: scale(1);
 }
 .custom-checkbox > [type=checkbox][data-indeterminate] + label:after {
   content: "−";
   left: 2px;
   opacity: 1;
   transform: scale(1);
 }
 .custom-checkbox > [type=checkbox]:disabled:not(:checked) + label:before {
   box-shadow: none;
   background-color: #eeeeee;
   border-color: #eeeeee;
   cursor: not-allowed;
   opacity: 1;
   color: #dadada;
 }
 .custom-checkbox > [type=checkbox]:disabled:checked + label:before {
   box-shadow: none;
   background-color: #eeeeee;
   border-color: #eeeeee;
   cursor: not-allowed;
   opacity: 1;
   color: #fbc52d;
 }
 .custom-checkbox > [type=checkbox]:disabled:checked + label:after {
   color: #fbc52d;
   cursor: not-allowed;
 }
 .custom-checkbox > [type=checkbox]:disabled + label {
   color: #aaa;
   cursor: not-allowed;
 }
 .custom-checkbox > [type=checkbox]:checked:focus + label:before, .custom-checkbox > [type=checkbox]:not(:checked):focus + label:before {
   border: 1px solid #fbc52d;
   box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
 }
 .custom-checkbox label:hover:before {
   border: 1px solid #fbc52d !important;
 }
 .custom-checkbox [type=checkbox]:disabled:not(:checked) + label:hover:before, .custom-checkbox [type=checkbox]:disabled:checked + label:hover:before {
   border: 1px solid #fbc52d !important;
 }
 .qualify-body {
  background: #FFF4FF;
  border-radius: 10px;
  padding: 20px;
 }
 .mb-22 {
   margin-bottom: 22px;
 }
/* Custom radio css End */

.qly-search {  
width: 100%;
background: #FFFFFF;
border-radius: 30px;
border: none;
padding: 13px 13px;
color: #7D7D7D;
font-style: italic; 
}
.show-numbs {
 /* padding: 0 21px;*/
}
.shw-emp { 
font-style: normal;
font-weight: 300;
font-size: 16px;
line-height: 23px;
color: #393939;
}
.shw-emp b { 
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  color: #393939;
  }
/* Scroll-bar custom design start */
.scroll-bar {
  overflow-y: scroll;
  height: 194px;
  scroll-behavior: inherit;
}
/* width */
::-webkit-scrollbar {
  width: 7px;
  height: 4px;
}
/* Track */
::-webkit-scrollbar-track {
  background: #fff; 
} 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #5A5A5A; 
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(97deg, #006e82 18.17%, #0097b2 117.28%); 
}
/* Scroll-bar custom design end */

.show-more {
  width: 100%;
  text-align: center;
}
.show-more a {
  font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 26px;
color: #006e82;
}

/* Job detail page css start */
.cards-grey {   
background: #F7F7F7;
}
.mt-30{
  margin-top: 30px;
}
.jd-title {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 38px;
  color: #2F2F2F;
}
.jd-inner-titl00 {
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 15px;
color: #7D7D7D;
}
.inner-hed {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #2F2F2F;
  justify-content: start;
  align-items: center;
  display: block;
}
.inner-titled p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 15px;
  color: #7D7D7D;
}
.inner-titled h4 {
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 39px;
/* identical to box height, or 214% */
color: #2F2F2F;
}
.pl-30 {
  padding-left: 30px;
}
.pr-30 {
  padding-right: 30px;
}
.pl-34 {
  padding-left: 34px;
}
.pr-34 {
  padding-right: 34px;
}
p.jd-para {
  font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 30px;
color: #696969;
}
.abt {
  padding-left: 19px;
    padding-right: 19px;
}
.p-lr-50 {
  padding: 35px 50px;
}
.p-lr-68 {
  padding: 25px 68px;
}
.mt-127 {
  margin-top: 127px;
}
.btn-style-2 { 
border: none;
    box-shadow: unset !important;
    cursor: pointer;
    background: linear-gradient(91.77deg, #006e82 35.24%, #0097b2 134.42%);
    border-radius: 8px; 
    width: 100%;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 23px;
    height: 63px !important;
    color: #FFFFFF;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.btn-style-2:hover { 
  border: none;
      box-shadow: unset !important;
      cursor: pointer;
      background: linear-gradient(91.77deg, #006e82 35.24%, #0097b2 134.42%);
border-radius: 8px;
      width: 100%;
      font-style: normal;
      font-weight: 600;
      font-size: 16px;
      line-height: 23px;
      height: 63px !important;
      color: #fff !important;
      display: flex;
      text-align: center;
      justify-content: center;
      align-items: center;
  }
  .mr-auto {
    margin: 0 auto;
    font-style: normal;
font-weight: 500;
font-size: 20px;
line-height: 26px;
color: #006e82;
  }
.bold-font-titl  b {
    font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 23px;
color: #393939;
  }
  .bold-font-titl  a, .bold-font-titl  p {
  font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 23px;
color: #696969;
}
.jd-pink-btn { 
background: #FDDCFF;
    border: none;
    box-shadow: unset !important;
    cursor: pointer;
    border-radius: 8px;
    width: 100%;
    height: 63px !important;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #006e82 !important;
}
.jd-pink-btn:hover { 
  border: none;
      box-shadow: unset !important;
      cursor: pointer;
      background: linear-gradient(91.77deg, #006e82 35.24%, #0097b2 134.42%);
border-radius: 8px;
      width: 100%;
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 23px;
      height: 63px !important;
      color: #fff !important;
      display: flex;
      text-align: center;
      justify-content: center;
      align-items: center;
  }
  .mb-25 {
    margin-bottom: 25px;
  }
  .bg-grey  {
    background: #F4F4F4;
    padding: 50px 0;
  }
/*  .bg-grey .container {
    padding-left: 62px !important;
    padding-right: 62px !important;
  }*/
  .time {
    font-style: normal;
font-weight: 400;
font-size: 11px;
line-height: 10px;
color: #B1B1B1;
margin-bottom: 6px;
  }
.mt-10 {
  margin-top: 10px;
}
.jobs-title {
  font-family: 'Inter';
font-style: normal;
font-weight: 500;
font-size: 24px;
line-height: 39px;
color: #2F2F2F;
}
.back-btnn img {
  margin-right: 10px;
}
.back-btnn {
  margin-bottom: 64px;
}
.back-btnn a {
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 15px;
color: #7D7D7D;
}
.back-btnn a:hover {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 15px;
  color: #7D7D7D !important;
  }
  .con-addrs img {     
  margin-right: 25px;
  }
  .con-addrs li {     
    margin-bottom: 70px;
    }
    .con-addrs span, .con-addrs a {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #0E0E0E;
  }
  .con-mid {
    justify-content: start;
    align-items: center;
    display: flex;
  }
  .boxshdw { 
  background: #FFFFFF;
  border: 0.869059px solid #FFFFFF;
  box-shadow: 0px 3.47624px 12.1668px 1.73812px rgb(197 197 197 / 20%);
  padding: 2rem;
}
.mr-8 {
  margin-right: 8px;
}
.feature img {
  width: 100%;
  object-fit: contain;
}
/* Blog page Css start */
.blog-col {
  background: #FFFFFF;
    box-shadow: 0px 4px 6px #e7e7e7;
    border-radius: 11.706px;
    padding: 0.8rem;
	margin-bottom: 0.8rem;
}
.b-date {
  font-style: normal !important;
font-weight: 300 !important;
font-size: 15.608px !important;
line-height: 38px !important;
color: #2F2F2F !important;
}
.blog-col h4 {
  font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 25px;
margin-bottom: 20px;
color: #2F2F2F;
}
.blog-col p {
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 26px;
color: #7D7D7D;
}
.rd-mre a { 
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 23px;
color: #0097b2;
}
.rd-mre a:hover { 
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  color: #0097b2 !important;
  }
  #pswd_info {
    position:absolute;
    bottom: 30px;
    right: 55%;
    width:250px;
    padding:15px;
    background:#fefefe;
    font-size:.875em;
    border-radius:5px;
    box-shadow:0 1px 3px #ccc;
    border:1px solid #ddd;
    z-index: 999;
}
  #pswd_info2 {
    position:absolute;
    bottom: 30px;
    right: 55%;
    width:250px;
    padding:15px;
    background:#fefefe;
    font-size:.875em;
    border-radius:5px;
    box-shadow:0 1px 3px #ccc;
    border:1px solid #ddd;
    z-index: 999;
}
#pswd_info h4 {
    margin:0 0 10px 0;
    padding:0;
    font-weight:normal;
}
#pswd_info::before {
    content: "\25B2";
    position:absolute;
    top:-12px;
    left:45%;
    font-size:14px;
    line-height:14px;
    color:#ddd;
    text-shadow:none;
    display:block;
}
#pswd_info {
    display:none;
}
#pswd_info2 h4 {
    margin:0 0 10px 0;
    padding:0;
    font-weight:normal;
}
#pswd_info2::before {
    content: "\25B2";
    position:absolute;
    top:-12px;
    left:45%;
    font-size:14px;
    line-height:14px;
    color:#ddd;
    text-shadow:none;
    display:block;
}
#pswd_info2 {
    display:none;
}
.invalid {
    background:url(../images/invalid.png) no-repeat 0 50%;
    padding-left:0px;
    line-height:24px;
    color:#ec3f41;
}

.valid {
    background:url(../images/valid.png) no-repeat 0 50%;
    padding-left:0px;
    line-height:24px;
    color:#3a7d34;
}span.line-toggle {
    width: 30px !important;
}.line-toggle:first-child {
    transform: translateY(-7px) translateX(0px) !important;
}.toggle .line-toggle:nth-child(2) {
     transform:translateY(0px) translateX(0px) !important; 
}.line-toggle:last-child {
    transform: translateY(7px) translateX(0px) !important;
}.mm_toggle.dropdown-toggle:after {
    display: none;
}.main_menu .dropdown-menu {
    float: left;
        right: 0 !important;
    left: auto !important;padding: 15px;
}.dropdown-menu a {
        font-weight: 400;
    color: #707070 !important;
    border-bottom: 1px solid grey;
    border-style: dashed;
    text-align: left !important;
    padding: 10px 0px;    font-size: 16px;
}a.dropdown-item.redtxt {
    color: #F14C4C !important;
    border: none !important;
}
.disable
{
  pointer-events: none;
}
/*New Css start date 07-06-2022 */
/*New Css start date 07-06-2022 */
/*New Css start date 07-06-2022 */

.para-txt {
	font-style: normal;
    font-weight: 400;
    font-size: 16px;
    /* line-height: 39px; */
    color: #7D7D7D;
}
.brwsall {
text-align: right;
}
.brwsall a {
font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    color: #0097b2;
    margin-right: 10px;
	}
	.brwsall a:hover {
font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    color: #0097b2 !important;
    margin-right: 10px;
	}
	
.img-circle {
background: #F3F3F3;
    border-radius: 26px;
    width: 40px;
    height: 40px;
}
.cards-inner:hover .img-circle {
background: #FCC1FF;
}
.img-circle img {
	padding: 12px;
}
.card-center {
display: flex;
    justify-content: center;
    align-items: center;
    height: 130px;
    justify-items: center;
    align-content: center;
}
.align-center {
    display: flex;
    justify-content: center;
}
.pjc-title { 
font-style: normal;
font-weight: 500;
font-size: 19.2593px;
line-height: 47px;
color: #2F2F2F;
}
.dropdown .dropdown-toggle img {
max-width: 43px;
    height: 43px;
    border-radius: 50px;
    width: 100%;
    border: 3.62963px solid #FFFFFF;
    filter: drop-shadow(0px 2.9037px 2.9037px rgba(183, 183, 183, 0.25));
}
.open-jobs {
    font-style: normal;
    font-weight: 400;
    font-size: 16.8519px;
    line-height: 7px; 
    color: #000000;
}.glb-hover:hover .open-jobs{color:white !important;}
.glb-hover:hover { 
background: #0097b1;
border-radius: 4.81482px;
}
.h-jobs-title {
font-style: normal;
font-weight: 600;
font-size: 30px;
line-height: 43px;
color: #393939;
}
ul.grey-bullets li:before {
content: '';
    background-image: url(../../assets/images/nb-bullet.svg);
    background-repeat: no-repeat;
    line-height: 23px;
    /* background-size: 100% 100%; */
    /* overflow: hidden; */
    /* list-style-position: outside; */
    padding: 10px 6px 25px 52px;
    text-indent: -5em;
}
.grey-bullets li {
font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #7D7D7D;
    display: flex;
    align-items: center;
    margin-bottom: 28px;
}
.dis-btn-main {
display: inline-block;
    overflow: hidden;
}
.discover-btn {
    color: #FFFFFF;
    background: linear-gradient(104.15deg, #006e82 39.93%, #0097b2 128.71%);
border-radius: 40px;
    padding: 17px 38px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
	overflow: hidden;
display: inline-block;
    justify-content: center;
    align-items: center;
}
.discover-btn:hover {
    color: #FFFFFF !important;
    background: linear-gradient(104.15deg, #006e82 39.93%, #0097b2 128.71%);
border-radius: 40px;
    padding: 17px 38px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
}
.h-reg-btn {
    color: #ffffff;
    background: #0097b1;
    border-radius: 40px;
    padding: 17px 41px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    overflow: hidden;
 display: inline-block;
    justify-content: center;
    align-items: center;
}
.h-reg-btn:hover {
    color: #006e82;
    background: #0097b1;
    border-radius: 40px;
padding: 17px 41px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
	}

.registr-btn {
	font-family: 'Inter', sans-serif;
background: #FDDCFF;
    border-radius: 40px;
    padding: 20px 66px;
    max-width: 187px;
    width: 100%;
    overflow: hidden;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #7A0081;
}
.registr-btn:hover {
	font-family: 'Inter', sans-serif;
color: #FFFFFF !important;
    background: linear-gradient(104.15deg, #006e82 39.93%, #0097b2 128.71%);
    border-radius: 40px;
    padding: 20px 66px;
    max-width: 187px;
    width: 100%;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    overflow: hidden;
    display: inline-block;
}
.mr-21 {
	    margin-right: 21px;
}
.saj-btn {
    font-family: 'Inter', sans-serif;
    background: #FDDCFF;
    border-radius: 40px;
    padding: 20px 46px;
    max-width: 187px;
    width: 100%;
    overflow: hidden;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
margin: 0 11px;
    color: #7A0081;
	justify-content: center;
}
.saj-btn:hover {
	font-family: 'Inter', sans-serif;
color: #FFFFFF !important;
    background: linear-gradient(104.15deg, #006e82 39.93%, #0097b2 128.71%);
    border-radius: 40px;
    padding: 20px 46px;
    max-width: 187px;
    width: 100%;
    overflow: hidden;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #7A0081;
    overflow: hidden;
	margin: 0 11px;
	justify-content: center;
}
.saj-btn-white {
font-family: 'Inter', sans-serif;
    background: #FDDCFF;
    border-radius: 40px;
    padding: 20px 46px;
    max-width: 187px;
    width: 100%;
    overflow: hidden;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
margin: 0 11px;
    color: #7A0081;
	justify-content: center;
}
.saj-btn-white:hover {
	font-family: 'Inter', sans-serif;
    background: #fff;
    border-radius: 40px;
    padding: 20px 46px;
    max-width: 187px;
    width: 100%;
    overflow: hidden;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #7A0081;
    overflow: hidden;
    display: inline-block;
	margin: 0 11px;
	justify-content: center;
}
/*.h-sec-blog .blog-col {
    background: transparent;
    box-shadow: none;
    border-radius: 11.706px;
    padding: 0;
} */
.newlt-pink-bg {
    background: #FEE9FF;
    border-radius: 50px 0 0 50px;
	display: block;
    overflow: hidden;
    padding: 63px;
	height: 352px;
	}
.newlt-pink-bg .findjob {
    margin-top: 25px;
}
.newlt-pink-bg .fj-btn {
    /* width: 20% !important; */
    float: left;
    width: 148px;
	left: 265px;
}
.newlt-pink-bg .nosubmit.fj {
width: 80% !important;
    max-width: 315px;
    background-color: #fff !important;
    margin-left: 0;
    padding-left: 26px;
}
.newlt-pink-bg  input.nosubmit {
	background: none !important;	
}
.nws {
	    margin: 0;
    padding: 0;
}
.newslt-bg img {
	width: 100%;
}
.circle-60 img {
    width: 100%;
    max-width: 60px;
    min-height: 60px;
    border-radius: 60%;
}
.align-cen {
font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #2F2F2F;
    justify-content: start;
    align-items: center;
    display: flex;
    padding-left: 5px;
}
#result h5 {
font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 26px;
/* identical to box height, or 144% */
color: #2F2F2F;
}
.txt-area .form-group .ta {
    height: 100% !important;
    max-height: 156px;
    resize: none;
}
/*.nav-item .nav-link.active .st-hide {
	    display: none;
}
*/
.st-show, .st-hide {
  display: none;
}
.nav-link .st-show {
    display: none!important;
}
.nav-link .st-hide {
    display: block;
}
.active .st-show {
	    display: block !important;
}
.active .st-hide {
 display: none;
}



.comp-show, .comp-hide {
  display: none;
}
.nav-link .comp-show {
    display: none!important;
}
.nav-link .comp-hide {
    display: block;
}
.active .comp-show {
	    display: block !important;
}
.active .comp-hide {
 display: none; 
}
.h-nb-slider .owl-dots .owl-dot.active span {
    background: #006e82;
    border-radius: 10px;
    width: 33px;
    z-index: 9999;
}
.h-nb-slider .owl-dots .owl-dot span {
    width: 33px;
    height: 9px;
    margin: 5px -2px;
}
.mob-h-nb-slider .owl-dots .owl-dot.active span {
    background: #006e82;
    border-radius: 10px;
	    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    width: 33px;
    z-index: 9999;
}
.owl-theme .owl-dots .owl-dot span {
	border-radius: 10px !important;
		    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
}
.h-nb-slider .owl-dots .owl-dot.active span {
		    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
}
.mob-h-nb-slider .owl-dots .owl-dot span {
    width: 33px;
    height: 9px;
    margin: 5px -2px;
}
.owl-cc .cards-inner {
background: #FAFAFA !important;
}
.drm-bg {
    background-image: url(../../assets/images/nb-dream-bg.svg);
    background-repeat: no-repeat;
background-size: 100% 100%;
    height: 363px;
}
.dream-title { 
font-style: normal;
font-weight: 500;
font-size: 30px;
line-height: 43px;
color: #FFFFFF;
}
.dream-para {
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 26px;
/* identical to box height */
color: #FFFFFF;
}
.testi-nb-slider .testi-inner-wrp {
text-align: center;
    margin: 70px auto;
	margin-left: 70px;
    margin-right: 70px;
}
.testi-nb-slider  .testi-inner-wrp img {
	width: 100px !important;
    text-align: center;
    margin: 0 auto;
}
.testi-bg { 
    background-image: url(../../assets/images/testimonial-bg.svg);
background-repeat: no-repeat;
    background-size: 100%;
    height: 545px;
}
.testi-inner-wrp {
    margin-top: 80px;
}
.quots {
position: absolute;
    top: 45px;
    left: 0;
    right: 160px;
}
.quots img {
width: 100% !important;
    max-width: 35px;
	}
.p1 {
	font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 39px;/* or 244% */
text-align: center;
color: #006e82;
}
.short-desc { 
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 26px;
text-align: center;
color: #7D7D7D;
}
.testi-name { 
font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 26px;
/* identical to box height, or 144% */
color: #2F2F2F;
}
.testi-desig {
	font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 10px;
/* identical to box height, or 70% */
color: #929292;
}
.hide-desktop {
display: none;
}
.h-nb-slider .owl-stage-outer {
padding-left: 15px;
    padding-right: 15px;
}
.img-width img, .btm-icon img {
    max-width: 100%;
    width: 100%;
    object-fit: fill;
}
.circle-60-m img { 
    object-fit: fill;
    width: 60px !important;
    max-width: 60px;
    min-height: 60px;
    border-radius: 60%;
}
.humbr-menu-main .navbar {
	padding: 1.5rem 3rem;
}
.toggle-nav .line-toggle {
    background: #006e82;
}
.bg-pink {
background-color: #FFF4FF !important;
}
.humbr-menu-main .collapse.show {
    display: block;
    height: 100vh;
    width: 100%;
		    transition: 2s;
}
.humbr-menu-main .collapse.show .main-menu_list {
    margin-right: 0;
    margin-top: 50px;
    margin-bottom: 50px;
    width: 100%;
}
.humbr-menu-main .main-menu_list li {
    margin-bottom: 30px;
    display: flex;
    justify-content: left;
}

.humbr-menu-main .menulink_wb {
    display: block;
    margin: 20px 15px;
    padding: 12px 22px;
    background: #0097b1;
    border-radius: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #006e82;
    text-align: center;
}
.humbr-menu-main .register {
    background: linear-gradient(106.35deg, #006e82 21.68%, #0097b2 128.65%);
    border-radius: 0;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #FFFFFF;
}
.humbr-menu-main .main-menu_list a, .humbr-menu-main .main-menu_list li a.active {
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 36px;
    text-align: center;
}
.newslt-bg {
height: 352px;
}
.newslt-bg img {
    width: 100%;
    border-radius: 0 50px 50px 0px;
    height: 100%;
    object-fit: cover;
}
/*.mm_toggle{
  display: inline-block;
  margin-left: 30px;
}*/
.menu_right_wrapper{
    display: flex;
    align-items: center;
    justify-content: flex-end;
        height: 100%;
}
.logo_wrapper img{
  max-width: 140px;
}
.m-width {
max-width: 800px;
}
.mobfiltericon {
position: fixed;
    bottom: 0;
    z-index: 9;
    background: #FDDCFF;
    width: 100%;
    text-align: center;
    padding: 14px 0;
}
.mobile-fiters {
    display: none;
}
body {
 overflow-x: hidden;
}
.e1 {
    position: absolute;
    bottom: auto;
    top: 80px;
}
.e2 {
    position: absolute;
    bottom: auto;
    top: 250px;
    left: auto;
    right: 50px;
}
.e3 {
position: absolute;
    top: 20px;
    bottom: auto;
    right: auto;
    left: 50px;
}
.e4 {
    position: absolute;
    bottom: auto;
    top: 150px;
    right: auto;
    left: 250px;
}
.e5 {
    position: absolute;
    bottom: auto;
    top: 250px;
    right: auto;
    left: 50px;
}
#applyModal {
    margin: 0 2rem;
}
.ap-btn {
	max-width: 176px;
	background: linear-gradient(90.4deg, #006e82 43.75%, #0097b2 118.73%);
    border-radius: 8px;
    border: none;
    width: 100%;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    height: 63px !important;
    color: #FFFFFF;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important; 
}
a.ap-btn:hover {
    color: #fff!important;
    text-decoration: none !important;
}
.ap-img img {
	max-width: 100%;
	margin-bottom: 50px;
}
.bold-font-titl a { 
word-break: break-all;
/*    padding: 16px; */
}
.abt-sec .testi-nb-slider.owl-theme .owl-dots .owl-dot.active span, .abt-sec .testi-nb-slider.owl-theme .owl-dots .owl-dot:hover span {
    background: #006e82 !important;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
	font-size: 24px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
background: transparent;
    color: #006e82;
}
.popular-jobs .cards  form, .popular-jobs .cards button  {
    width: 100%;
	border: none;
}
.popular-jobs .cards .inner-hed {
	text-align: start;
}
button {
cursor: pointer;
}
.main-menu_list li {
    padding: 0 13px;
}
.h-nb-slider .item .cards-inner {
    border: none !important;
}
input:checked + .slider:before {
    background: #fff !important;
}
.mb-16 {
	    margin-bottom: 16px;
}
.popular-jobs .sec-main-fw.bg-grey {
    padding: 16px 0;
    padding-top: 32px;
}
.sticky-top {
	    box-shadow: 0px 1px 2px #f2f2f2;
}
.glb-hover:hover .pjc-title {
	    color: #ffffff;
}
.glb-hover { 
border: none;
}
.para-dark {
	color: #393939;
}
.newlt-pink-bg .fj-btn {
	font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
}
.jd-title {
    font-style: normal;
    font-weight: 300;
}
.scrolltop-wrap .hover-show {
	    display: none;
}
.scrolltop-wrap:hover .hover-show {
	    display: block;
}
.scrolltop-wrap:hover .hover-hide {
	    display: none;
}
.jd-font-500 {
font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 39px;
color: #2F2F2F;
}
.jd-font-400 {
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 39px;
color: #2F2F2F;
}
.inner-hed .js-title {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #2F2F2F;
}
.jd-font-500 {
	font-style: normal;
font-weight: 500 !important;
font-size: 18px;
line-height: 39px;
color: #2F2F2F;
}
.b-date {
	font-style: normal;
    font-weight: 300;
    font-size: 15.608px;
    color: #2F2F2F;
}
.desktop {
	width: 20px;
    margin: 0 10px;
    height: 20px;
}

.abt-sec .testi-nb-slider.owl-theme .owl-dots .owl-dot.active span {
	width: 100%;
    max-width: 26px;
    padding-right: 5px;
    padding-left: 19px;
}
.testi-nb-slider .owl-prev span {
position: relative;
    top: 36px;
    font-size: 31px;
    width: 100%;
    right: 50px;
	color: #595A5A;
}
.testi-nb-slider .owl-next span {
position: relative;
    top: 36px;
    font-size: 31px;
    width: 100%;
    left: 50px;
	color: #595A5A;
}
.fa-eye:before {
    content: "\f06e";
    font-size: 18px;
    top: -17px;
}
.fa-eye, .fa-eye-slash {
	    top: 0;
    margin-top: -41px;
} 
.fa-eye:before {
    content: url(../images/pass-icon.svg) !important;
}	
.fa-eye-slash:before {
 content: url(../images/eye-slashh.svg) !important; 
}
.inner-hed .js-titl-font {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #2F2F2F;
}
.blog-back-btn {
	    margin-top: 72px;
    margin-bottom: 26px;
}
.blog-back-btn a {
font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 15.608px;
    color: #2F2F2F;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.blog-back-btn img {
    margin-right: 10px;
}
.featr-img {
	    width: 100%;
    max-width: 100%;
}
.featr-img img {
	    width: 100%;
    max-width: 100%;
}
.b-date-featred {
	font-style: normal;
    font-weight: 300;
    font-size: 15.608px;
    line-height: 38px;
    color: #2F2F2F;
}
.b-featred-heading {
	    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 25px;
    color: #2F2F2F;
}
.b-fet-con p {
	font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 26px;
color: #7D7D7D;
}
.recomn-b-heading { 
font-style: normal;
font-weight: 600;
font-size: 24px;
line-height: 25px;
/* identical to box height, or 106% */
color: #2F2F2F;
}
.blog-back-btn a:hover {
   color: #2F2F2F !important; 
}
.newstyle-bullts li {
align-items: flex-start !important;
}
.newstyle-bullts b {
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 26px;
color: #7D7D7D;
}
.popular-jobs .cards form, .popular-jobs .cards button {
background-color: #fff !important;
border-radius: 4.81482px;
    -webkit-border-radius: 4.81482px;
}
html .custm-btn {
	background-color: #fff !important;
}
/*Media query start */
/*Media query start */
/*Media query start */

@media(max-width: 1024.98px){
	.circle-60-m img { 
    margin-bottom: 1rem;
}
.e4 {
    left: 98px;
}
.btm-icon {
	justify-content: center;
    align-items: center;
    margin-bottom: 0 !important;
    display: flex;
    overflow: hidden;
}
.inner-titl p {
    line-height: inherit;
}
.hide-mob {
display: none !important;
}
.hide-desktop {
display: block !important;
}
.newslt-bg {
height: 100%;
    border-radius: 50%;
}
.newslt-bg img {
width: 100%;
    min-height: 100%;
    object-fit: cover;
    border-radius: 0 50px 50px 0;
}
.newlt-pink-bg .fj-btn {
    left: 215px;
}
.newlt-pink-bg .nosubmit.fj {
    max-width: 262px;
}
.con-width {
overflow: hidden;
}
}

@media (max-width: 991.98px) { 
.toggle {
  cursor: pointer;
  overflow: hidden;
  width: 40px;
  height: 40px;
  
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.line-toggle {
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #FFF;
  border-radius: 5px;
  transition: all .6s;
}

.line-toggle:first-child {
    transform: translateY(-12px) translateX(0px);
    width: 40px;
    transition-delay: 0s;
}

.toggle .line-toggle:nth-child(2) {
  transition-delay: .12s;
  transform: translateY(0px) translateX(-7px);
  width: 26px;
}

.line-toggle:last-child {
    transform: translateY(11px) translateX(-13px);
    width: 12px;
    transition-delay: 0s;
}

.toggle.activate .line-toggle:first-child {
	transform: translateY(0) translateX(0) rotate(45deg) !important;
	width: 36px;height: 
	3px;transition-delay: .1s;}

.toggle.activate .line-toggle:nth-child(2) {
  transform: translateX(110px);
  transition-delay: 0s;
}

.toggle.activate .line-toggle:last-child {
  /*transform: translateY(0) translateX(0) rotate(314deg);*/
  transform: rotate(-45deg);
    width: 36px;
    height: 3px;
    transition-delay: .1s;
}
.opened_menu_sec{
    height: 100vh;
    position: absolute;
    width: 100%;
    background: linear-gradient(91.01deg, #001B31 3%, #001B31 99.3%);
    top: 0;
    z-index: -1;
    padding-top: 160px;
    display: none;
    transition: all .2s ease-in-out;
    transition-duration: .1s;
    transition-delay: 0.1s;
    -webkit-animation: slide-down .6s ease-out;
    -moz-animation: slide-down .6s ease-out
}
.opened_menu_sec.menu_open{
  display: block;
   transition: all .2s ease-in-out;
    transition-duration: .1s;
    transition-delay: 0.2s;
    -webkit-animation: slide-down .6s ease-out;
    -moz-animation: slide-down .6s ease-out
}
@-webkit-keyframes slide-down {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-moz-keyframes slide-down {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
/*Toogle Menu close icons */
.toggle-nav {
  cursor: pointer;
  overflow: hidden;
  width: 25px;
  height: 25px;
  
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.line-toggle {
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #FFF;
  border-radius: 5px;
  transition: all .6s;
}

.line-toggle:first-child {
    transform: translateY(-12px) translateX(0px);
    width: 40px;
    transition-delay: 0s;
}

.toggle-nav .line-toggle:nth-child(2) {
  transition-delay: .12s;
  transform: translateY(0px) translateX(0px);
  width: 26px;
}

.line-toggle:last-child {
    transform: translateY(11px) translateX(-13px);
    width: 12px;
    transition-delay: 0s;
}

.toggle-nav.activate .line-toggle:first-child {
	transform: translateY(0) translateX(0) rotate(45deg) !important;
	width: 36px;height: 
	3px;transition-delay: .1s;}

.toggle-nav.activate .line-toggle:nth-child(2) {
  transform: translateX(110px);
  transition-delay: 0s;
}

.toggle-nav.activate .line-toggle:last-child {
  transform: translateY(0) translateX(0) rotate(314deg) !important;
  transform: rotate(-45deg);
    width: 36px;
    height: 3px;
    transition-delay: .1s;
}
.opened_menu_sec{
    height: 100vh;
    position: absolute;
    width: 100%;
    background: linear-gradient(91.01deg, #001B31 3%, #001B31 99.3%);
    top: 0;
    z-index: -1;
    padding-top: 160px;
    display: none;
    transition: all .2s ease-in-out;
    transition-duration: .1s;
    transition-delay: 0.1s;
    -webkit-animation: slide-down .6s ease-out;
    -moz-animation: slide-down .6s ease-out
}
.opened_menu_sec.menu_open{
  display: block;
   transition: all .2s ease-in-out;
    transition-duration: .1s;
    transition-delay: 0.2s;
    -webkit-animation: slide-down .6s ease-out;
    -moz-animation: slide-down .6s ease-out
}
@-webkit-keyframes slide-down {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-moz-keyframes slide-down {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

/*Filter Search Job */
.mobile-fiters {
position: fixed;
    right: 20px;
    bottom: 10px;
    z-index: 9;
}
.mobile-fiters {
    display: none;
}
.mobile-fiters.active {
    position: fixed;
    top: 0;
    left: 0;
    padding: 0;
    width: 100%;
    z-index: 99999;
    display: block;
    height: 100%;
}
.filter {
background: #fff;
    padding: 0px;
	height: 100%;
}
.reset-text {
position: relative;
    padding-bottom: 10px;
    margin-bottom: 0px;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #393939;
	border-bottom: solid 1px rgb(122 0 129 / 15%);
	margin-left: 10px;
    margin-right: 10px;
	    padding-top: 10px;
}
.filter .filterreset {
	padding: 0;
}
.filt-reset {
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 20px;
color: #7A0081;
    position: absolute;
    right: 0;
    cursor: pointer;
}
.mobfilterclose-btn {
    position: relative;
    width: 100%;
    height: 62px;
    opacity: 1;
    z-index: 9999;
    position: absolute;
    display: block;
    bottom: 0px;
	    padding: 12px 0 !important;
    background: #fff;
    mix-blend-mode: normal;
    box-sizing: border-box;
box-shadow: 0px -4px 10px rgba(39, 39, 39, 0.1);
}
.mobfilterclose-btn .btn-group {
    width: 100%;
    height: 100%;
}
.btn-group, .btn-group-vertical {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
}
.mobfilterclose-btn .btn-group .left {
 background: #fff;
    border: none;
    width: 50%;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    color: #555555;
    border-right: solid 1px #d1d1d1;
}
.mobfilterclose-btn .btn-group .right {
width: 50%;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    color: #7A0081;
    background: transparent;
    border: none;
}
.filter-bar img {
    margin-right: 5px;
}
.filter-bar span {
font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #7A0081;
}
.show-filterbody .nav-tabs {
    justify-content: left;
    display: block;
}
.activetabs {
background: #FFF4FF;
    height: 100vh;
	padding: 10px;
	padding-top: 0;
}
.activetabs li.active a {
font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 26px;
/* identical to box height */
}
.nav-tabs a.active.show {
	color: #7A0081;
}
.activetabs li a {
font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 26px;
/* identical to box height */
color: #393939;
display: flex;
    justify-content: flex-start;
    min-height: 52px;
    align-items: center;
}
.activetabs li {
	    line-height: 45px;
border-bottom: 1px solid #C48DC7;

}
.show-filterbody .tab-content {
    margin-top: 16px;
}
.col-tabs-width {
    margin-left: 0;
    padding-left: 0;
    padding-right: 30px;
}
.humbr-menu-main .navbar {
    padding: 1.5rem 0rem;
}
.footer_top .ft_wrapper img {
max-width: 100%;
}
.mobile-down-arrow {
background-image: url(../images/down-arrow-icon.svg);
    background-repeat: no-repeat;
    background-size: 50% 100%;
    background-position: center;
}
.mobile-down-arrow .line-toggle {
display: none;
}
body {
 overflow-x: hidden;
}
.cancel-reg { 
    right: 5%;
}
}


@media(max-width: 767.98px){
	.mob-pr-0 {
	    padding: 0;
	}
.hide-mob {
display: none !important;
}
.hide-desktop {
display: block !important;
}
.brwsall {
margin-bottom: 10px;
}
.img-width img {
    max-width: 100%;
}
.img-width {
    padding-top: 20px;
    padding-bottom: 50px;
}
.mob-h-nb-slider .cards-inner {
    background: #fff !important;
}

.featured-jobs-mob .mob-h-nb-slider{
 width: 800px;
  position: unset;
}
.featured-jobs-mob .container {
    overflow: hidden;
}
.mob-h-nb-slider .owl-dots {
position: absolute;
    left: 0;
    right: 0;
    display: block !important;
}

.resent-jobs-mob .h-nb-slider{
 width: 800px;
  position: unset;
}
.resent-jobs-mob .container {
    overflow: hidden;
}
.h-nb-slider .owl-dots {
position: absolute;
    left: 0;
    right: 0;
    display: block !important;
}

.mob-blog-nb-slider {
 width: 800px;
  position: unset;
}
.h-sec-blog-mobile .mob-blog-nb-slider .container {
    overflow: hidden;
}
.mob-blog-nb-slider .owl-dots {
position: absolute;
    left: 0;
    right: 0;
    display: none !important;
}
.nws {
    flex-direction: column-reverse;
}
.newslt-bg img {
    border-radius: 50px 50px 0 0;
}
.newlt-pink-bg {
/*border-radius: 0 0 50px 50px; */
padding: 30px 20px;
height: auto;
}
.newlt-pink-bg .nosubmit.fj {
    max-width: 310px !important;
}
.fj-btn {
    left: auto !important;
    right: 40px !important;
}
.mob-center {
text-align: center;
    justify-content: center;
    display: flex;
}
.benifits .row {
    flex-direction: column-reverse;
}
.mob-left h4, .mob-left p {
    justify-content: left !important;
}
.mob-hide-767 {
display: none;
}
.testi-bg {
    background-size: contain;
    height: auto;
}
.drm-bg {
    background-size: cover;
    height: 100%;
    border-radius: 50px;
    background-position: center !important;
}
.dream-job .sec-main-dj.bg-white { 
margin: 10px;
}
.drmjb {
    margin: 20px;
    padding-bottom: 40px;
}
.drmjb {
    margin: 25px;
    padding-bottom: 40px;
    text-align: center;
}
.dream-job .md-col-6 {
/*width: 100%;
    margin: 0 auto;
    max-width: 187px;
	    padding: 15px 0; */
		
		    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
    display: flex;
    justify-content: center;
}
.con-mid {
    margin-bottom: 50px;
	padding-left: 50px;
}
.nav-tabs .nav-item.std-tab, .nav-tabs .nav-item.comp-tab {
    margin: auto 10px !important;
}
html .nav-tabs .nav-item .nav-link.active, html .nav-tabs .nav-link {
max-width: 151px !important;
}
.mob-inner-banner {
margin-top: 75px
}
.inner-title {
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 45px;
    color: #FFFFFF;
}
.banner_section_main {
    height: 100% !important;
    background-size: 100% 100%;
}
.findajob .js-search {
    max-width: 100%;
	padding: 0 21px 0 75px;
}
.findajob .faj-btn{
text-align: center;
    margin: 0 auto;
    margin-top: 10px !important;
}
.humbr-menu-main .navbar-brand {
margin-right: auto;
}
.ban_text_wrapper h1 {
    color: #FFFFFF;
    font-style: normal;
    font-weight: 700;
    font-size: 35.5263px;
    line-height: 45px;
}
.dis-btn-main {
    display: inline-block;
    overflow: hidden;
    text-align: center;
    display: block;
}
/*.nws .newlt-pink-bg {
    border-radius: 50px 50px 0 0 !important;
} */
.nws .newlt-pink-bg {
    border-radius: 0px 0px 50px 50px !important;
}
.mob-center {
text-align: center !important;
    justify-content: center !important;
    display: flex !important;
	    margin-top: 15px;
}
.mob-mb-20 {
	margin-bottom: 20px;
}
.mob-text-center {
	text-align: center;
}
.inner-banner .back-btn {
    position: absolute;
    top: 27px;
    margin: 0 auto;
    text-align: center;
}
.cancel-icon img {
width: 100%;
    max-width: 36px;
}
.abt-sec .align-center0.mob-left {
	margin-top: 0;
}
.mob-pl30-no {
	    padding-left: 15px;
}
.mob-pr-0 {
    padding-left: 15px;
    padding-right: 15px;
}
.drm-bg {
background-image: url(../../assets/images/nb-test-mob-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
}
.mob-mb0 {
margin-bottom: 0;
}
.apply-btn {
	position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 999;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 48px;
}
.mt-127 {
    margin-top: 0;
}
.mob-con-left {
	width: 50%;
    float: left;
    text-align: left;
    margin-top: 20px;
}
.mob-con-right {
	    width: 50%;
    float: left;
    text-align: right;
    margin-top: 20px;
}
.mt-30.inner-hedd  {
	margin-top: 0;
}
.pr-34 {
    padding-right: 20px;
}
.pl-34 {
    padding-left: 20px;
}
.p-lr-50 {
    padding: 35px 20px;
}
.jd-pink-btn {
	padding: 16px !important;
}
.jd-font-400 {
	font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 20px;
/* identical to box height, or 125% */
text-align: center;
color: #2F2F2F;
}
#pswd_info {
    position: absolute;
    bottom: 30px;
    right: 0;
}
#pswd_info2 {
    position: absolute;
    bottom: 30px;
    right: 0;
}
}
/*****All fonts reduced start from 575 screen *****/
@media(max-width: 575.98px){
.featured-jobs-mob .h-nb-slider, .resent-jobs-mob .h-nb-slider, .featured-jobs-mob .mob-h-nb-slider{
	    width: 650px !important;
}
.mob-h-nb-slider .owl-stage-outer {
padding-left: 10px;
    padding-right: 10px;
}
.mob-blog-nb-slider .owl-stage-outer {
padding-left: 10px;
    padding-right: 10px;
}
.mob-blog-nb-slider {
	    width: 650px;
}
.mob-blog-nb-slider .owl-stage-outer {
padding-left: 10px;
    padding-right: 10px;
}
.humbr-menu-main .navbar {
    padding: 1.5rem 1rem;
}
.nosubmit.fj {
    width: 100% !important;
    max-width: 407px !important;
    padding-right: 60px !important;
    border: none;
			font-size: 14px !important;
}
.fj-btn {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
}
.con-addrs img {
    margin-right: 25px;
    float: left;
}
}

@media (max-width: 480.98px) { 
.nosubmit.fj {
    width: 100% !important;
    max-width: 315px !important;
    padding-right: 60px !important;
    border: none;

}
.mm_toggle {
    margin-left: 0;
}
}
@media (max-width: 414.98px) { 
.fj-btn {
    left: auto !important;
    right: 40px !important;
    max-width: 115px;
}
.humbr-menu-main .navbar {
    padding: 1.5rem 0rem;
}
.humbr-menu-main .navbar-brand {
	width: 45%;
}
.humbr-menu-main .navbar-brand img {
	width: 100%;
	max-width: 100%;
}
.drmjb {
    margin: 35px;
}
}
@media (max-width: 375.98px) { 
html .nav-tabs .nav-item .nav-link.active, html .nav-tabs .nav-link {
    max-width: 126px !important;
}
.nosubmit.fj {
    width: 100% !important;
    max-width: 300px !important;
}
.fj-btn {
    left: auto !important;
    right: 23px !important;
    max-width: 115px;
}
.con-mid {
    padding-left: 50px;
    padding-right: 50px;
}
}


