body { margin:0px; padding:0px; font-family: "Inter", sans-serif; font-optical-sizing: auto; font-weight: normal; font-style: normal; text-decoration: none;  }
ul,li,a{ margin:0px; list-style:none; padding:0px; text-decoration: none; font-family: "Inter", sans-serif; font-optical-sizing: auto; font-weight: normal;   }
/* updated */

#container {
    width: 100%;
    max-width: 1247px;
    margin: auto;
}

#header-section { background: rgb(0,0,0); background: -moz-linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
background: -webkit-linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);  width:100%; height:auto; float:left; padding:14px 0px; }

body {
	width: 100%;
	float: left;
	margin:0px;
	height: auto;
}
#header {
	width: 100%;
	float: left;
	height: auto;
}
/*#header.home {
	height: 93vh;
}*/

/*09052024*/
#header.home {
    height: 93vh;
    position: relative;
}
/*09052024*/
.header nav div {
  padding: 0.6em;
  background: #e3e3e3;
  display: none;
  cursor: pointer;
  color: #292929;
  font-size: 24px;
}

.header ul {
  margin: 0px;
  padding: 0px;
  background: #e3e3e3;
  list-style-type: none;
  position: relative;
}

.header ul li {
  display: inline-block;
}

.header ul li a {
  color: #292929;
  text-decoration: none;
  display: block;
}

.header ul li:hover {
  background: none;
  color: #FF7900;
}

.header ul ul {
	position: absolute;
	min-width: auto;
	background: none;
	display: none;
	top: 20px;
}
.header {
	display: flex;
	justify-content: space-between;
	width: 100%;
	float: left;
	align-items: center;
}

.menu-nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 71%;
	float: left;
}
.menu-nav nav ul {
	justify-content: space-between;
	display: flex;
	width: 100%;
	float: left;
	height: auto;
}
.menu-nav nav {
	width: 52%;
}
.nav-btns {
	float: right;
	width: auto;
	height: auto;
	display: flex;
	column-gap: 13px;
}
.nav-btns a {
	width: 106px;
	height: 40px;
	float: left;
	text-align: center;
	background: #fff;
	border-radius: 100px;
	align-items: center;
	display: grid;
	font-size: 16px;
	font-weight: 500;
}

.logo {
	width: 247px;
	float: left;
	height: auto;
}
.logo a {
	width: 100%;
	float: left;
	height: auto;
}
.logo a img {
	width: 100%;
	float: left;
	height: auto;
}
.menu-nav nav ul li a {
	color: #fff;
	font-size: 15px;
	float: left;
	font-weight: 500;
}
.menu-nav ul {
	background: none !important;
}
.signup {
	color: #FF7900 !important;
	display: flex !important;
	justify-content: center;
	width: 112px !important;
	column-gap: 7px;
}
.login {
	background: #FF7900 !important;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
}
.menu-nav ul li a:hover {
	color: #FF7900;
}
#banner_section {
	height: 93vh;
	width: 100%;
	float: left;
	position: absolute;
	top: 0;
	left: 0;
}
.banner_section_top {
	height: 100%;
	background: url('../images/banner-bg.svg');
	background-size: cover;
	width: 100%;
	float: left;
}
#header-section {
	z-index: 9;
	position: relative;
}
.banner_section_top #container {
	height: 100%;
	width: 100%;
}
.banner_section {
	height: 100%;
	width: 100%;
	float: left;
}
.banner-text {
	height: 100%;
	display: grid;
	align-content: center;
}
.banner-text h2 {
	font-size: 49px;
	color: #fff;
	font-weight: 800;
	width: 100%;
	float: left;
	line-height: 60px;
	margin-top: 30px;
}
.banner-text h2 span {
	background: linear-gradient(to right, #FF7900, #FBAF07);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}


#wrapper {
   display: flex;
   justify-content: center;
   align-items: center;
   width: 100%;
}

.content {
   max-width: 600px;
   width: 100%;
   min-width: 260px;
   margin: 0 5%;
   margin-top: 10%;
   transition: 0.3s ease;

   @media screen and (max-width: 512px) {
      margin: 0 4%;
      margin-top: 5%;
   }
}

/* Tabs menu */

.tabs {
   margin: 0;
   background-image: linear-gradient(135deg, $n01 0%, $n02 100%);
   display: flex;
   justify-content: space-between;
   align-items: center;
   height: 80px;
   border-radius: 2px 2px 0px 0px;

   @media screen and (max-width: 512px) {
      height: auto;
   }
}

/* Tab Links */

.tablinks {
   background: transparent;
   background-image: linear-gradient(90deg, transparent 70%, rgba(255, 255, 255, 0.2) 100%);
   border: none;
   outline: none;
   cursor: pointer;
   width: 25%; /*change depending on the number of tabs*/
   height: 80px;
   position: relative;
   display: flex;
   justify-content: center;
   align-items: center;
   font-size: 16px;
   font-family: "IBM Plex Sans", sans-serif;
   overflow: hidden;
   transition: 0.3s ease;

   @media screen and (max-width: 512px) {
      height: 40px;
      font-size: 12px;
   }
}

.tablinks:before /* Gradient */ {
   background-image: linear-gradient(135deg, $m01 0%, $m02 100%);
   content: "";
   width: 100%;
   height: 0px;
   position: absolute;
   top: 0;
   left: 0;
   transition: 0.3s ease-in-out;
   z-index: 2;
}


/*tab buttons hover*/

.tablinks:hover::before {
   height: 100%;
   z-index: 2;
   bottom: 0;
   
   @media screen and (max-width: 512px) {
      height: 0;
   }
}


/* Tab active */

.tablinks.active {
   background-color: white;
   z-index: 0;
   border-right: 0px;
   border-left: 0px;
   height: 110px;
   bottom: 0px;
   overflow: hidden;
   
   @media screen and (max-width: 512px) {
      height: 60px;
   }
}

.tablinks.active:before /* Gradient */ {
   content: "";
   width: 100%;
   height: 5px;
   top: 0;
   left: 0;
}

/* Tabs text */

.tablinks.active p,
.tablinks.active:hover p {
   opacity: 1;
   background: -webkit-linear-gradient(135deg, $m01 0%, $m02 100%);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
}

.tablinks p {
   opacity: 0.6;
   display: flex;
   align-items: center;
   justify-content: center;
   z-index: 2;
   transition: 0.5s ease;
   padding: 0;
   margin: 0;
   color: $text;
   backface-visibility: hidden;
   font-weight: 400;
}

.tablinks:hover p {
   color: white;
   opacity: 1;
   
   @media screen and (max-width: 512px) {
      color: $text;
      opacity: 0.6;
   }
}


/* Tabs text bigger */

.tablinks p:before {
   content: attr(data-title);
   position: absolute;
   height: auto;
   width: auto;
   color: white;
   display: flex;
   align-items: center;
   justify-content: center;
   opacity: 0.1;
   font-size: 40px;
   transition: 1s ease-out;
   z-index: -1;
   font-weight: 600;
   top: 110%;
   
   @media screen and (max-width: 512px) {
      display: none;
   }
}

.tablinks:hover p:before {
   opacity: 0.1;
   font-size: 40px;
   top: -80%;
}


/* tab content */

.wrapper_tabcontent {
   background-color: white;
   margin-top: 0px;
   z-index: -3;
   position: relative;
   opacity: 1;
   padding: 40px 60px;
   overflow: hidden;
   transition: all 1s ease;
   top: 0;
}

.tabcontent {
   display: none;
   min-height: 180px;
   
}

@keyframes tabEffect {
   from {
      top: -40px;
   }
   to {
      top: 0px;
   }
}

.tabcontent.active {

   transition: all 1s ease;
   display: block;
}

/* Tab content line */
.wrapper_tabcontent:after {
   content: "";
   height: 5px;
   width: 100%;
   position: absolute;
   background-image: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
   left: 0;
   bottom: 0;
   z-index: -2;
   transition: all 1s ease;
}

/* Title */
.tabcontent h3 {
   font-size: 40px;
   top: 75px;
   transform: rotate(90deg);
   position: absolute;
   left: -90px;
   opacity: 0.1;
   width: 200px;
   height: 60px;
   background: -webkit-linear-gradient(135deg, #667eea 0%, #764ba2 100%);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   padding: 0;
   animation: city 1s ease;

   @media screen and (max-width: 512px) {
      top: 65px;
   }
}

@keyframes city {
   from {
      left: -150px;
   }
   to {
      left: -90px;
   }
}

/* Text*/
.tabcontent p {
   color: $text;
   margin: 0;
   padding: 0;
   line-height: 28px;
   font-weight: 100;
   transition: all 1s ease;
   animation: fadeEffect 0.6s ease;
   width: 100%;
   font-size: 16px;
   font-family: "IBM Plex Sans", sans-serif;

   @media screen and (max-width: 512px) {
      font-size: 14px;
      line-height: 26px;
   }
}

@keyframes fadeEffect {
   from {
      opacity: 0;
      margin-left: 30px;
   }
   to {
      opacity: 1;
      margin-left: 0;
   }
}
.banner_section p {
	font-size: 21px;
	color: #fff;
	float: left;
	width: 100%;
	height: auto;
}
.topjob ul {
	display: flex;
	justify-content: space-between;
	column-gap: 30px;
	list-style: none;
}
.topjob {
	width: 100%;
	display: flex;
	height: auto;
	float: left;
	justify-content: space-between;
}
.right-button {
	background: #121224;
	width: 136px;
	height: 42px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 30px;
}
.right-button a span{
	color: #FF7900;
	font-size: 13px;
	padding: 5px;
}
.right-button img {
	width: 15px;
}
.topjob ul {
	display: flex;
	justify-content: space-between;
	column-gap: 30px;
	list-style: none;
	padding: 5px;
	background: #fff;
	border-radius: 30px;
	color: #000;
}
.topjob ul li {
	width: 100px;
	float: left;
	height: auto;
}
.topjob ul li a {
	font-size: 13px;
	width: 100%;
	float: left;
	text-align: center;
	height: 31px;
	align-items: center;
	display: grid;
	border-radius: 30px;
	color: #121224;
	font-family: "Mulish", sans-serif;
	font-weight: bold;
}
.topjob ul li a.active {
	background: rgb(255,121,0);
	background: -moz-linear-gradient(0deg, rgba(255,121,0,1) 0%, rgba(251,175,7,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(255,121,0,1) 0%, rgba(251,175,7,1) 100%);
	background: linear-gradient(0deg, rgba(255,121,0,1) 0%, rgba(251,175,7,1) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#ff7900",endColorstr="#fbaf07",GradientType=1);
	color:#fff;
	cursor: pointer;
}
.postjob {
	width: 487px;
	float: left;
	height: auto;
	justify-content: space-between;
	align-items: center;
	background: rgba(255,255,255,0.3);
	padding: 10px;
	border-radius: 30px;
}

.topjob ul {
	display: block;
	justify-content: space-between;
	column-gap: 30px;
	list-style: none;
	padding: 5px 6px;
	background: #fff;
	border-radius: 30px;
	color: #000;
	width: 46%;
}


.wrapper {
	width:300px;
	margin:3% auto;
}
.dropdown dd, .dropdown dt, .dropdown ul {
	margin: 0px;
	padding: 0px;
}
dl.dropdown {
	display: inline-block;
	width: 123px;
	margin: 0px;
}
.dropdown dt a span {
	cursor: pointer;
	display: block;
	padding: 0px;
	white-space: nowrap;
}
.dropdown dt a img {
	position: relative;
	z-index: 1;
}
.dropdown dt a span span:first-child:before {
	position: absolute;
	content: '';
	width: 15px;
	height: 10px;
	box-shadow: 0 1px 1px rgba(0,0,0,0.2) inset;
}
.dropdown dt a span span {
	display: inline-block;
	padding: 0;
}
.dropdown dt a span span:first-child {
	padding: 0;
}
.dropdown dd {
	position: relative;
}
.dropdown a, .dropdown a:visited {
	color: #4a535f;
	text-decoration: none;
	outline: none;
}
.dropdown a:hover {
	color: #5d4617;
}
.dropdown dt a:hover, .dropdown dt a:focus {
	color: #5d4617;
}
.dropdown dt a {
	position: relative;
	background: #e3e6ef;
	display: block;
	padding-right: 20px;
	overflow: hidden;
	border:1px solid #ed4267;
	width:250px;
}
.dropdown dt a:after {
	content: '';
	background: #ed4267;
	position: absolute;
	
	height: 32px;
    position: absolute;
    right: 0;
    top: 0;
    width: 35px;
}

.dropdown dt a:before {
    background: none repeat scroll 0 0 #FFFFFF;
    content: "";
    height: 3px;
    position: absolute;
    right: 7px;
    top: 6px;
    width: 20px;
    z-index: 2;
	box-shadow:0 8px 0 #FFFFFF, 0 16px 0 #FFFFFF;
}
.dropdown dd ul {
	background: #f0f2f7;
	
	color: #C5C0B0;
	display: none;
	left: 0px;
	padding: 5px 0px;
	position: absolute;
	
	width: 270px;
	border:1px solid #ed4267;
	list-style: none;
	max-height: 170px;
	overflow-y: scroll;
	top:10px;
	z-index: 2;
}

.dropdown dd ul li a {
	font-size:13px;
}

.dropdown dd ul li a span:nth-child(2) {
    line-height: 2em;
}
.dropdown dd ul::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.3);
 border-left:1px solid rgba(0,0,0,0.1);
}
.dropdown dd ul::-webkit-scrollbar-thumb {
 background: rgba(0,0,0,0.4);
/*-webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.5), 1px 0 0 #5cace9 inset, 2px 0 0 #b3d5ee inset;
    border-radius:10px;*/
}
.dropdown dd ul::-webkit-scrollbar-thumb:window-inactive {
 background: blue;
}
.dropdown span.value {
	display: none;
}
.dropdown dd ul li a {
	padding: 5px;
	display: block;
	font-size: 12px !important;
}
.dropdown dd ul li a:hover {
	background-color: rgba(0,0,0,0.05);
}
dl.dropdown {
	display: inline-block;
	width: 240px;
	margin: -3px 0 0 1px;
}
dl.dropdown span:nth-child(3) {
	color: rgba(0,0,0,0.4)
}
dl.dropdown > span:nth-child(2) {
	overflow: hidden;
	white-space: nowrap;
	display: inline-block;
}
dl.dropdown span:nth-child(3) {
	float: right;
}
dl.dropdown dt span:nth-child(2) {
	color: rgba(0, 0, 0, 0.6);
	font-size: 14px;
	font-weight: bold;
	line-height: 1.6em;
	font-size: 14px;
	font-family: Inter;
	font-weight: normal;
}
dl.dropdown dt span:nth-child(3) {
	display: none;
}

footer {
	float: left;
	width: 100%;
	height: auto;
}
.search-bar {
	float: left;
	width: 100%;
	height: auto;
	background: #fff;
	border-radius: 30px;
	margin-top: 11px;
}
.postjob {
	width: 487px;
	float: left;
	height: auto;
	margin-top: 25px;
}
.dropdown dt a::after {
	display: none !important;
}
.dropdown dt a::before {
	display: none !important;
}
.dropdown dt a {
	position: relative;
	background: none;
	display: block;
	padding-right: 0px;
	overflow: hidden;
	border: none;
	width: auto;
}
.dropdown dd ul li a span:nth-child(3) {
	display: none !important;
}
dl.dropdown {
	width: 120px;
	margin: 0px;
	align-content: center;
	display: grid;
}
.dropdown dt a span span:first-child::before {
	display: none !important;
}
.search-bar {
	float: left;
	width: 100%;
	height: auto;
	background: #fff;
	border-radius: 30px;
	display: flex;
	justify-content: space-between;
	padding: 5px;
}
.input-search {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.input-search input {
	width: 73%;
	border: none;
	outline: none;
	font-size: 13px;
	border-left: 1px solid #ebebeb;
	font-style: italic;
	height: 18px;
	padding-left: 10px;
}
.input-search button {
	background: rgb(255,121,0);
	background: -moz-linear-gradient(0deg, rgba(255,121,0,1) 0%, rgba(251,175,7,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(255,121,0,1) 0%, rgba(251,175,7,1) 100%);
	background: linear-gradient(0deg, rgba(255,121,0,1) 0%, rgba(251,175,7,1) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#ff7900",endColorstr="#fbaf07",GradientType=1);
	color: #fff;
	border: none;
	width: 109px;
	border-radius: 30px;
	padding: 0x;
	height: 42px;
	font-size: 14px;
}
.dropdown dd ul li a span:first-child, .dropdown dt a span span:first-child {
	background-repeat: no-repeat;
	width: 25px;
	height: 25px;
	display: inline-block;
	margin: 0px 9px;
	vertical-align: top;
	background-size: cover;
	border-radius: 50px;
	overflow: hidden;
}
.dropdown dt a span span img,.dropdown dd ul li a img {
	width: 25px;
	height: 25px;
	float: left;
	object-fit: cover;
}
.dropdown dd ul li a span:nth-child(2) span {
	margin: 0px !important;
	width: auto;
}
#country-select span:nth-child(2) {
	opacity: 1 !important;
	color: #000;
}

.search-icon button {
	background: none !important;
	border: 1px solid #FF7900;
	border-radius: 30px;
	width: 42px;
	height: 42px;
	display: grid;
	align-content: center;
	cursor: pointer;
	justify-content: center;
	top: -2px;
	right: -2px;
}
.inner-header #header-section {
	background: #fff !important;
}
.search-icon button img {
	width: 17px;
}
.inner-header .menu-nav nav ul li a {
	color: #121224;
	font-size: 15px;
	float: left;
}
.inner-header .menu-nav ul li a:hover {
	color: #FF7900;
}
.inner-header .signup {
	background: #FF7900;
	color: #fff !important;
	font-size: 15px;
	width: 128px !important;
}
#inner-banner {
	float: left;
	width: 100%;
	/* background: url('../images/inner-bg.svg'); */
	height: 195px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
#inner-banner #container {
	height: 100%;
}
#sm_menu_ham {
	background: none !important;
}
.inner-banner h2 {
	font-size: 30px;
	color: #fff;
	text-align: center;
	height: 100%;
	align-content: center;
	display: grid;
	font-weight: 600;
}/*
.inner-banner {
	width: 100%;
	float: left;
	height: 100%;
	display: grid;
	background: rgba(0,0,0,60%);
}*/
/* Updated by Vaisahli */
.inner-banner {
    width: 100%;
    float: left;
    height: 100%;
    display: grid;
    /* / background: rgba(0,0,0,60%); / */
} 
/* style.css 910  */
#body-container {
	float: left;
	width: 100%;
	padding-top: 79px;
	height: auto;
}
.register-form h2 {
	font-size: 32px;
	color: #121224;
	text-align: left;
	height:auto;
	font-weight: 600;
}
.form-tabs {
	float: left;
	width: 100%;
	height: auto;
}
.tabs-data {
	width: 100%;
	margin-top: 37px;
	background: #F9FAFB; 
	border: none !important;
	float: left;
	padding: 12px;
}
.tabs-7 {
	width: 100%;
	float: left;
	height: auto;
	padding: 0px 22px;
}
.tabs.tabHeader.toggle_display {
	border: none !important;
	background: none !important;
}
.tab_content,.tab_content_wrapper  {
	border: none !important;
	background: none !important;
}
.tabs li {
	float: left;
	margin-right: 34px;
}
.tabs li a {
	color: #9fa3b2 !important;
	display: block;
	font-weight: 500 !important;
	padding: 0px !important;
	font-size: 19px !important;
	border-left: none !important;
}
.tabs .active a {
	color: #FF7900 !important;
}
.tabs.tabHeader.toggle_display {
	border-bottom: 1px solid #EEEEEE !important;
	padding: 10px 0px !important;
	padding-bottom: 0px !important;
	height: auto !important;
}
a.postajob {
	color: #FF7900;
	border: 1px solid #FF7900;
	background: none !important;
	display: flex !important;
	width: 130px !important;
	font-size: 14px;
	justify-content: center;
	column-gap: 10px;
	position: relative;
	overflow: hidden;
	z-index:9;
}
a.postajob span {
	color: #FF7900;
	z-index: 9;
	position: relative;
}
a.postajob span img { margin-right:5px; }
a.postajob:hover span { color:#fff !important; }
.postajob::before {
	width: 0%;
	position: absolute;
	content: '';
	height: 100%;
	left: 50%;
	top: 0;
	z-index:2;
	background: #FF7900;
	transition: .3s all;
	-ms-transition: .3s all;
	-webkit-transition: .3s all;
	-o-transition: .3s all;
	-moz-transition: .3s all;
	transition-timing-function: ease-out;
}
a.postajob:hover span img {
	filter: brightness(0) invert(1);
}
.postajob::after {
	width: 0%;
	position: absolute;
	content: '';
	height: 100%;
	right: 50%;
	top: 0;
	z-index:2;
	background: #FF7900;
	transition: .3s all;
	-ms-transition: .3s all;
	-webkit-transition: .3s all;
	-o-transition: .3s all;
	-moz-transition: .3s all;
	transition-timing-function: ease-out;
}
.postajob:hover::before { width:50%; left:0px; }
.postajob:hover::after{ width:50%; right:0px; }
a.postajob img {
	width: 18px;
}

.inner-header .signup { position: relative; overflow: hidden; transition: .3s all;
	-ms-transition: .3s all;
	-webkit-transition: .3s all;
	-o-transition: .3s all;
	-moz-transition: .3s all; }
	
.inner-header .signup:hover {
	box-shadow: 0px 0px 10px #ff79009c, inset 0px -3px 3px #fde3cb9c;
	margin-top: 1px;
}
.postajob {
	overflow: hidden;
}
.inner-header .signup span {
	z-index: 9;
}
.inner-header .signup:hover span {
	color: #fff;
}
.toggle_position {
	padding: 0px !important;
}
.tabs {
	margin: 0 !important;
}
.tabs.tabHeader.toggle_display .active .active {
	border-bottom: 1px solid #fe7b05;
	padding-bottom: 13px !important;
}
.toggle_display {
	display: block;
	width: 100%;
}
.field-full {
	width: 100%;
	margin-top: 25px;
	height: auto;
	display: grid;
	align-content: center;
}
.form-field-main {
	display: flex;
	width: 100%;
	column-gap: 30px;
}
.form-field-main-check {
	display: grid;
	width: 100%;
	margin-top: 23px;
}
/* .field-full input {
	width: 100%;
	float: left;
	background: #fff;
	border: 1px solid rgba(0,0,0,5%);
	height: 48px;
	border-radius: 40px;
	margin-top: 7px;
	padding-left: 12px;
	font-size: 13px;
	color: #c1c4cd;
	outline: none;
	box-shadow: none !important;
} */
 .field-full input {
    width: 100%;
    float: left;
    background: #fff;
    border: 1px solid rgba(0,0,0,5%);
    height: 48px;
    border-radius: 40px;
    margin-top: 7px;
    padding-left: 12px;
    font-size: 13px;
    color: darkgray;
    outline: none;
    box-shadow: none !important;
}
.field-full label {
	font-size: 13px;
	color: #121224;
}
.password-filed img {
	width: 16px;
	position: absolute;
	right: 19px;
	top: 23px;
}

  .checkbox-wrapper-4 * {
    box-sizing: border-box;
  }
  .checkbox-wrapper-4 .cbx {
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    padding: 6px 8px;
    border-radius: 6px;
    transition: all 0.2s ease;
    display: inline-block;
  }
  .checkbox-wrapper-4 .cbx:not(:last-child) {
    margin-right: 6px;
  }
  .checkbox-wrapper-4 .cbx:hover {
    background: rgba(0,119,255,0.06);
  }
  .checkbox-wrapper-4 .cbx span {
    float: left;
    vertical-align: middle;
    transform: translate3d(0, 0, 0);
  }
  .checkbox-wrapper-4 .cbx span:first-child {
    position: relative;
    width: 15px;
    height: 15px;
    border-radius: 4px;
    transform: scale(1);
    border: 1px solid #cccfdb;
    transition: all 0.2s ease;
    box-shadow: 0 1px 1px rgba(0,16,75,0.05);
  }
  .checkbox-wrapper-4 .cbx span:first-child img {
		position: absolute;
		top: 3px;
		left: 2px;
		fill: none;
		width: 10px;
	}
  .checkbox-wrapper-4 .cbx span:last-child {
    padding-left: 8px;
    line-height: 18px;
  }
  .checkbox-wrapper-4 .cbx:hover span:first-child {
    border-color: #07f;
  }
  .checkbox-wrapper-4 .inp-cbx {
	position: absolute;
	visibility: hidden;
	width: 17px !important;
	height: 17px !important;
	margin: 0px !important;
}
  .checkbox-wrapper-4 .inp-cbx:checked + .cbx span:first-child {
    background: #07f;
    border-color: #07f;
    animation: wave-4 0.4s ease;
  }
  .checkbox-wrapper-4 .inp-cbx:checked + .cbx span:first-child svg {
    stroke-dashoffset: 0;
  }
  .checkbox-wrapper-4 .inline-svg {
    position: absolute;
    width: 0;
    height: 0;
    pointer-events: none;
    user-select: none;
  }
  @media screen and (max-width: 640px) {
    .checkbox-wrapper-4 .cbx {
      width: 100%;
      display: inline-block;
    }
  }
  @-moz-keyframes wave-4 {
    50% {
      transform: scale(0.9);
    }
  }
  @-webkit-keyframes wave-4 {
    50% {
      transform: scale(0.9);
    }
  }
  @-o-keyframes wave-4 {
    50% {
      transform: scale(0.9);
    }
  }
  @keyframes wave-4 {
    50% {
      transform: scale(0.9);
    }
  }
.cbx {
	padding: 0px !important;
}
.checkbox-wrapper-4 .cbx span:first-child {
	position: relative;
	width: 15px;
	height: 15px;
	background: #fff;
	border-radius: 4px;
	transform: scale(1);
	border: 1px solid #cccfdb;
	transition: all 0.2s ease;
	box-shadow: 0 1px 1px rgba(0,16,75,0.05);
}
.checkbox-wrapper-4 input:checked + .cbx span:first-child {
	animation: wave-4 0.4s ease;
	background: rgb(255,121,0);
	background: -moz-linear-gradient(105deg, rgba(255,121,0,1) 0%, rgba(251,175,7,1) 100%);
	background: -webkit-linear-gradient(105deg, rgba(255,121,0,1) 0%, rgba(251,175,7,1) 100%);
	background: linear-gradient(105deg, rgba(255,121,0,1) 0%, rgba(251,175,7,1) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#ff7900",endColorstr="#fbaf07",GradientType=1);
	border: 1px solid transparent;
}
.checkbox-wrapper-4 .cbx span:last-child {
	padding-left: 8px;
	line-height: 18px;
	color: #474D6A;
	font-weight: 500;
}
.field-full label a {
	color: #FF7900;
	text-decoration: underline;
}
.form-field-main-check .field-full {
	margin: 0px;
	margin-bottom: 3px;
}
.checkbox-wrapper-4 .cbx:hover {
	background: none !important;
}
.checkbox-wrapper-4 .cbx:hover span:first-child {
	border-color: #cccfdb;
}
.checkbox-wrapper-4 input {
	position: absolute !important;
	visibility: visible !important;
	width: auto;
	height: 17px !important;
	margin: 0px !important;
	z-index: 9;
	opacity: 0;
}
.accordion-flush > .accordion-item > .accordion-collapse {
    top: 49px;
}
/* .accordion-flush .accordion-item .accordion-button {
    line-break: anywhere;
} */
.checkbox-wrapper-4 {
	position: relative;
	width: 100%;
}
.register-btn button {
	background: rgb(255,121,0);
	background: -moz-linear-gradient(105deg, rgba(255,121,0,1) 0%, rgba(251,175,7,1) 100%);
	background: -webkit-linear-gradient(105deg, rgba(255,121,0,1) 0%, rgba(251,175,7,1) 100%);
	background: linear-gradient(105deg, rgba(255,121,0,1) 0%, rgba(251,175,7,1) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#ff7900",endColorstr="#fbaf07",GradientType=1);
	border: 1px solid transparent;
	width: 139px;
	border: none !important;
	border-radius: 100px;
	height: 40px;
	font-size:16px;
	font-weight: 500;
	color: #fff;
}
.register-btn {
	float: left;
	width: 48%;
	margin-top: 18px;
	height: auto;
	display: flex;
	justify-content: space-between;
	padding-bottom: 22px;
}
.password-filed {
	position: relative;
}
.social-icons {
	display: flex;
	column-gap: 10px;
	color: #121224;
	font-size: 13px;
	font-weight: 600;
}
.all-icons {
	display: flex;
	column-gap: 11px;
}
.all-icons a {
	background: #f4f5f7;
	width: 40px;
	height: 40px;
	border-radius: 100px;
	border: 1px solid #12122411;
	justify-content: center;
	display: grid;
	align-content: center;
}
.register-btn label {
	display: grid;
	align-items: center;
}
.tabs-data {
	width: 100%;
	margin-top: 37px;
	background: #F9FAFB;
	border: none !important;
	float: left;
	padding: 12px;
	height: auto;
}
.tab_content {
	padding: 0px !important;
}

#footer {
	margin-top: 100px;
	background: #f4f5f7;
	width: 100%;
	float: left;
	height: auto;
}
.footer {
    display: flex;
    width: 100%;
    float: left;
    height: auto;
    justify-content: space-between;
}
.flogo {
	width: 260px;
	float: left;
	height: auto;
}
.flogo a {
	width: 100%;
	float: left;
	height: auto;
}
.flogo img {
	width: 244px;
	float: left;
	height: auto;
	margin-bottom:19px;
}
.all-icons-footer {
	margin-top: 13px;
	float: left;
	width: 100%;
	display: flex;
	column-gap: 13px;
}
.footer-about {
	width: 27%;
	float: left;
}
.flogo p {
	font-size: 13px;
	width: 100%;
	float: left;
	color: #2E465B;
	font-weight: 500;
	line-height: 22px;
}
.all-icons-footer a {
	width: 31px;
	height: 31px;
	border: 1px solid #2E465B;
	border-radius: 100px;
	display: grid;
	justify-content: center;
	align-content: center;
	transition: .3s all;
}
.all-icons-footer a img {
	width: 15px;
}
.all-icons-footer .facebook img {
	width: 8px;
}
.all-icons-footer a:hover {
	background: rgb(255,121,0);
	background: -moz-linear-gradient(105deg, rgba(255,121,0,1) 0%, rgba(251,175,7,1) 100%);
	background: -webkit-linear-gradient(105deg, rgba(255,121,0,1) 0%, rgba(251,175,7,1) 100%);
	background: linear-gradient(105deg, rgba(255,121,0,1) 0%, rgba(251,175,7,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff7900",endColorstr="#fbaf07",GradientType=1);
	border:1px solid transparent;
}
.all-icons-footer a:hover img{
	filter: brightness(0) invert(1);
}
.footer-menu h2 {
	font-size: 15px;
	width: 100%;
	float: left;
	height: auto;
}
.footer-menu ul li a {
	font-size: 13px;
	color: #2E465B !important;
	font-weight: 500;
}
.all-links ul li img {
	width: 6px !important;
	margin-right: 7px;
}
.footer-menu {
	width: 11.4%;
	float: left;
}
.all-links {
	float: left;
	width: 100%;
	margin-top: 11px;
}
.all-links ul, .all-links ul li {
	float: left;
	width: 100%;
}
.all-links ul li {
	margin-bottom: 11px;
}
.footer-menu.categories {
	width: 16%;
}
.footer-menu.super-pro {
	width: 14.2%;
}
.footer-menu.newsletter {
	width: 32%;
}
.subscriber {
	float: left;
	width: 100%;
	margin-top: 18px;
}
.sub-input {
	display: flex;
	width: 100%;
	padding: 3px;
	background: #fff;
	border-radius: 100px;
}
.subform {
	width: 100%;
	float: left;
	position: relative;
}
.subform input {
	border: none;
	background: none;
	font-size: 12px;
	color: #2E465B;
	padding: 8px;
	padding-left: 45px;
	outline: none;
	box-shadow: none;
}
.subform img {
	position: absolute;
	width: 18px;
	top: 10px;
	left: 15px;
}
.sub-input button {
	width: 100%;
	border: none;
	color: #fff;
	font-size: 13px;
	height: 37px;
	background: rgb(255,121,0);
	background: -moz-linear-gradient(97deg, rgba(255,121,0,1) 0%, rgba(251,175,7,1) 100%);
	background: -webkit-linear-gradient(97deg, rgba(255,121,0,1) 0%, rgba(251,175,7,1) 100%);
	background: linear-gradient(97deg, rgba(255,121,0,1) 0%, rgba(251,175,7,1) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#ff7900",endColorstr="#fbaf07",GradientType=1);
	border-radius: 100px;
}
.footer-top {
	float: left;
	width: 100%;
	height:auto;
	padding: 44px 0px;
}
.footer-bottom {
	float: left;
	width: 100%;
	background: #fff;
	padding: 15px 0px;
}
.footer-inner {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
}
.copyright p {
	font-size: 13px;
	color: #474D6A;
	font-weight: 500;
	float: left;
	width: 100%;
	margin: 0px !important;
}
.footer-links {
	float: left;
}
.footer-links ul {
	display: flex;
	font-size: 13px;
	color: #474D6A;
	font-weight: 500;
	float: left;
	column-gap: 19px;
}
.footer-links ul li a{
	font-size: 13px;
	color: #474D6A;
	font-weight: 500;
}
.spere {
	height: 55px;
}
.menu-nav {
	position: relative;
}
.search-icon input {
	width: 0px;
	position: absolute;
	right: 0;
	top: 0;
	height: 43px;
	border-radius: 100px;
	border: 1px solid #ccc;
	padding: 20px;
	font-family: Inter;
	font-size: 14px;
	outline: none !important;
	box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.14);
	-moz-box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.14);
	-o-box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.14);
	-webkit-box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.14);
	-ms-box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.14);
	transition: 1s all;
	-ms-transition: 1s all;
	-webkit-transition: 1s all;
	-o-transition: 1s all;
	-moz-transition: 1s all;
	display: block !important;
}
.search-icon input.active {
	width: 540px;
}
.search-icon button {
	z-index: 9;
	position: relative;
	background: #fff !important;
}
.search-icon form {
	padding: 3px 2px;
	padding-bottom: 0px;
	position: relative;
}
.specialFadeIn {
  animation-name: specialFadeIn;
  -webkit-animation-duration: 400ms;
  animation-duration: 400ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@keyframes specialFadeIn {
  from {
    opacity: 0;
    transform: scale(0.8);
  }
  to {
    opacity: 1;
  }
}


@keyframes specialFadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: scale(0.8);
  }
}

.specialFadeOut {
  animation-name: specialFadeOut;
  -webkit-animation-duration: 400ms;
  animation-duration: 400ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@keyframes specialSlideInRight {
  from {
    transform: translate3d(10%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.specialSlideInRight {
  animation-name: specialSlideInRight;
  animation-delay: 245ms;
  -webkit-animation-duration: 400ms;
  animation-duration: 400ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@keyframes specialFadeInRight {
  from {
    opacity: 0;
    transform: translate3d(10%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.search-icon button img.close {
	height:0;
	transition: .3s all;
}
.search-icon button img.search {
	height:20px;
	transition: .3s all;
}
.search-icon button img.search.active {
	height:0px;
	transition: .3s all;
}
.search-icon button img.close.active {
	height:20px;
}
.search-icon button img.active {
    height: 20px;
    padding: 0px !important;
    margin: 0px !important;
    border: none !important;
    line-height: normal !important;
    box-shadow: none !important;
    text-shadow: none !important;
    outline: none !important;
}
@media (max-width: 768px) {
  .header nav div {
    display: block;
  }
  .header ul {
    display: none;
    position: static;
    background: #e3e3e3;
  }
  .header ul li {
    display: block;
  }
  .header ul ul {
    position: static;
    background: #e3e3e3;
  }
}
.company-talent {
	background: #F4F5F7;
	width: 100%;
	height: auto;
	padding: 100px 0px;
	float: left;
}
.inner-talent {
	width: 100%;
	float: left;
	height: auto;
	text-align: center;
}
#body {
	float: left;
	width: 100%;
	height: auto;
}
.inner-talent h2 {
	font-size: 36px;
	font-weight: 600;
	color: #121224;
	width: 100%;
	height: auto;
	text-align: center;
}
.subtitle {
	background: -webkit-linear-gradient(111deg, #FBAF07 0%, #FF7900 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 18px;
	font-weight: 500;
}
#container-fluid { padding:0px 20px; }
.slider.responsive {
	margin-top: 40px;
	float: left;
	width: 100%;
	height: auto;
}
.inner-talent .slider.responsive div {
	text-align: center !important;
	justify-content: center;
	display: flex !important;
}
.steps-talent {
	float: left;
	width: 100%;
	background: #fff;
	padding: 100px 0px;
}
.box-1 {
	border: 1px solid #EEE;
	padding: 20px;
	border-radius: 15px;
}
.steps-boxes {
	display: flex;
	column-gap: 30px;
	margin-top: 40px;
	width: 100%;
	float: left;
	height: auto;
}
.box-1 h2 {
	font-size: 17px;
	font-weight: 600;
	margin-top: 25px;
	margin-bottom: 15px;
}
.box-1 p {
	font-size: 15px;
	color: #474D6A;
	font-weight: normal;
	line-height: 24px;
	margin: 0px !important;
}
.steps-talent .slick-track, .global-talent .slick-track{
	column-gap: 30px;
	display: flex;
}
.box-1 img {
	width:60px;
	height:60px;
	margin: auto;
}
.steps-talent .slick-list.draggable {
	padding-bottom: 10px;
}
.steps-talent .slick-slide { transition: .3s all; -webkit-transition: .3s all; -ms-transition: .3s all; -o-transition: .3s all; -moz-transition: .3s all; }
.steps-talent .slick-slide:hover {
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
	border-radius: 15px;
}
.global-talent {
	background: #fff5ed;
	width: 100%;
	float: left;
	padding: 100px 0px;
}
.all-jobs {
	width: 100%;
	float: left;
	height: auto;
	column-gap: 30px;
	margin-top: 30px;
	display: flex;
}
.job-list {
	padding: 20px;
	background: #fff;
	width: 100%;
	text-align: left;
	margin-bottom: 0px;
	float: left;
}
.job-slide {
	row-gap: 30px;
	display: grid !important;
}
.job-list span {
	display: flex;
	column-gap: 4px;
	color: #474D6A;
}
.global-talent .slick-list {
	width: 100%;
	float: left;
}
.job-list h2 {
	font-size: 18px;
	font-weight: 500;
	float: left;
	width: 100%;
	text-align: left;
}
.job-list h2 a {
	color: #121224;
	font-weight: 500 !important;
	float: left;
	width: 100%;
}
.job-list span {
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
}

.job-list span .country-name {
	display: flex;
	column-gap: 4px;
	align-items: center;
}
.slick-arrow::before {
	display: none !important;
}
.slick-prev.slick-arrow {
	background: url('../images/arrowl.svg');
	width: 40px;
	height: 41px;
	background-size: cover;
}
.slick-next.slick-arrow {
	background: url('../images/arrowr.svg');
	width: 40px;
	height: 41px;
	background-size: cover;
}
/* .slick-prev {
	left: -45px !important;
} */
.slick-next {
	right: -45px !important;
}
.login:hover {
	color: #FF7900 !important;
	background: #fff !important;
}
.logiN {
	color: #FF7900 !important;
	background: #fff !important;
}
.view-all a {
	background: rgb(255,121,0);
	background: -moz-linear-gradient(0deg, rgba(255,121,0,1) 0%, rgba(251,175,7,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(255,121,0,1) 0%, rgba(251,175,7,1) 100%);
	background: linear-gradient(0deg, rgba(255,121,0,1) 0%, rgba(251,175,7,1) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#ff7900",endColorstr="#fbaf07",GradientType=1);
	color: #fff;
	border: none;
	width: 175px;
	border-radius: 30px;
	padding: 0x;
	height: 42px;
	float: left;
	line-height: 42px;
	font-size: 14px;
	transition: 3s all;
	-ms-transition: 3s all;
	-webkit-transition: 3s all;
	-o-transition: 3s all;
	-moz-transition: 3s all;
}
.view-all a:hover {
	background: rgb(255,121,0);
	background: -moz-linear-gradient(0deg, rgba(251,175,7,1) 0%, rgba(255,121,0,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(251,175,7,1) 0%, rgba(255,121,0,1) 100%);
	background: linear-gradient(0deg, rgba(251,175,7,1) 0%, rgba(255,121,0,1) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#fbaf07",endColorstr="#ff7900",GradientType=1);
}
.view-all {
	float: left;
	margin-top: 40px;
	text-align: center;
	width: 100%;
	display: flex;
	justify-content: center;
}
.callaction {
	padding: 100px 0px;
	background: #474D6A;
	width: 100%;
	height: auto;
	float: left;
}
/* Updated Start */
.callbutton {
    float: left;
    width: 100%;
    height: auto;
    display: flex;
    column-gap: 50px;
}

.logo-part h2 {
    color: #fff;
    font-weight: 600;
    text-decoration: underline;
    line-height: 50px;
    font-size: 33px;
    width: 100%;
    float: left;
}
/* Updated End */


.logo-part img {
	width: 260px;
	float: left;
	height: auto;
}
.logo-part {
	width: 68%;
	float: left;
}
/* Updated Start */
.right-text {
	margin-left: 0px;
	border-left: 1px solid #fff;
	padding-left: 40px;
	font-size: 16px;
	color: #fff;
	line-height: 30px;
}
/* Updated End */
.right-text a {
	color: #fff;
	text-decoration: underline;
	width: 145px;
	height: 44px;
	border-radius: 100px;
	border: 1px solid #fff;
	float: left;
	text-align: center;
	line-height: 39px;
	font-size: 14px;
	font-weight: 500;
}
#howwork {
	padding: 100px 0px;
	width: 100%;
	float: left;
	height: auto;
}
/* Updated Start */
.howwork {
    display: flex;
    width: 100%;
    float: left;
    height: auto;
    column-gap: 35px;
    justify-content: space-between;
    align-items: center;
}
/* Updated End */
.workright h2 {
	font-size: 36px;
	font-weight: 600;
	color: #121224;
	width: 100%;
	height: auto;
	text-align: left;
}
.about-img,.workright {
	/* width: 50%; */
	width: 84%;
	float: left;
	height: auto;
}
.about-img img {
	width: 100%;
	float: left;
	height: auto;
}
.workright ul {
	margin-top: 14px;
	float: left;
	height: auto;
}
.workright ul span {
    font-weight: bold;
    font-size: 16px;
    background: linear-gradient(45deg, orange, red);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.workright ul li p {
	margin-left: 13px;
	font-size: 15px;
	color: #474D6A;
	line-height: 180%;
	margin-top: 13px;
}
.workright ul li {
	width: 100%;
	border-bottom: 1px solid #2E465B1A;
	padding-top: 10px;
	margin-bottom: 10px;
}
.workright ul li:last-child {
	border-bottom: none;
	padding-top: 10px;
	margin-bottom: 0px;
}
.learn.view-all a {
	width: 168px;
	height: 55px;
	line-height: 56px;
	font-weight: 500;
}
.learn.view-all {
	justify-content: start;
	margin-top:20px;
}
#website-bottom {
	width: 100%;
	height: auto;
	float: left;
}
.website-bottom {
	float: left;
	width: 100%;
	height: auto;
	padding:60px 0px;
	background: url('../images/bg-bottom.svg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 25px;
}
.website-content p {
	font-size: 16px;
	color: #fff;
	line-height: 28px;
	margin: 0px;
}
.website-content h2 {
	font-size: 36px;
	font-weight: 600;
	color: #fff;
	width: 100%;
	height: auto;
	text-align: center;
	margin-bottom: 30px;
}
.website-content {
	width: 100%;
	max-width: 900px;
	margin: auto;
	color: #fff;
	justify-items: center;
	display: grid;
	text-align: center;
}
.website-content .learn.view-all {
	justify-content: center;
	margin-top: 20px;
	text-align: center;
	align-content: center;
}
body {
    overflow-x: hidden !important;
}
a.postajob span,.sm_menu_outer .mobile_menu a {
	font-family: "Inter", sans-serif !important;
}
footer#footer ul {
    margin: 0px !important;
    padding: 0px !important;
}
.postajob {
	width: 100% !important;
}
input[type=checkbox]  + label:before {
    background-color: none !important;
}



/* new 090524 */
header .dropdown-menu.show {
	background: #fff !important;
}
header .dropdown ul li, .dropdown ul li a {
	width: 100% !important;
}

.dropdown-menu.show {
	top: 18px !important;
	box-shadow: 4px 2px 36px rgba(0,0,0,0.08) !important;
}

.main.is-visible .dropdown-menu.show li a {
	padding: 5px 15px;
	justify-content: space-between;
	align-items: center;
	column-gap: 6px;
	font-size: 16px !important;
	color: #474D6A !important;
	font-weight: 500;
}
.dropdown-toggle::after {
	display: inline-block;
	margin-left: 0;
	vertical-align: 0;
	content: "";
	border-top: 0px;
	border-right: 0px;
	border-bottom:0px;
	border-left: 0px;
  }
  .dropdown-menu li a {
    padding: 5px 15px;
    justify-content: start;
    column-gap: 6px;
    font-size: 16px !important;
    color: #474D6A !important;
    font-weight: 500;
}
.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 15rem;
    padding: 10px 10px !important;
    margin: 0;
    font-size: 0.9375rem;
    color: #95aac9;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 0 solid #f5f8fb;
    border-radius: 0.6rem;
    z-index: 99;
}
.dropdown-item.d-flex.align-items-center div {
    margin: 0px !important;
}

/* nisha 13/5/24 */
.sm_menu_outer {
    bottom: unset !important;
    top: 68px !important;
}

.register-btn {
    float: left;
    width: 100%;
    margin-top: 18px;
    height: auto;
    display: block;
    justify-content: space-between;
    padding-bottom: 22px;
}

.social-icons {
    display: grid;
    row-gap: 10px;
    color: #121224;
    font-size: 13px;
    font-weight: 600;
}
.all-icons {
    display: flex;
    column-gap: 3px;
    width: 100%;
}
/* .all-icons a {
    width: 100% !important;
    height: 40px !important;
    display: flex !important;
    padding: 10px !important;
    column-gap: 9px !important;
    text-align: left !important;
    justify-content: center !important;
    align-items: center !important;
    font-size: 13px !important;
    margin-top: 10px !important;
} */
.all-icons a {
    width: 100% !important;
    height: 40px !important;
    display: flex !important;
    padding: 10px !important;
    column-gap: 9px !important;
    text-align: left !important;
    justify-content: center !important;
    align-items: center !important;
    font-size: 12px !important;
    margin-top: 10px !important;
    background-color: white !important;
    font-weight: 600!important;

}
.all-icons a:hover {
    background-color: #f4f5f7 !important;
	color: black !important;

}
.social-icons {
    display: grid;
    row-gap: 10px;
    color: #9d9db5;
    font-size: 13px;
    margin-top: 20px;
    font-weight: 600;
}
.register-btn label {
    display: grid;
    align-items: center;
    margin: 0px !important;
}
.all-icons a img {
    width: 13px !important;
}
.register-btn label {
    display: grid;
    align-items: center;
    margin: 0px !important;
    justify-content: center;
}
.all-icons a:hover {
    background: #e2ebf5;
}
#header ul.dropdown-menu {
    position: absolute;
    right: 0px;
    width: 200px;
    left: unset;
    background: #fff !important;
}
#header.inner-header ul.dropdown-menu {
   
    top: 40px !important;
}



.menu-nav nav ul li.nav-item.dropdown.specialFadeIn.howitworks a {
    color: #fff !important;
    padding: 0px !important;
}
.menu-nav nav ul li.nav-item.dropdown.specialFadeIn.howitworks div a {
    color: #000 !important;
    padding: 10px 10px !important;
}

.inner-header .menu-nav nav ul li.nav-item.dropdown.specialFadeIn.howitworks a {
    color: #000 !important;
    padding: 0px !important;
}
.inner-header .menu-nav nav ul li.nav-item.dropdown.specialFadeIn.howitworks div a {
    color: #000 !important;
    padding: 10px 10px !important;
}
.header ul li.nav-item.dropdown.specialFadeIn.howitworks {
    width: auto !important;
}


.sm_menu_outer .mobile_menu .dropdown0menu span {
    color: #4a535f;
    display: block;
    font: 300 18px/140% "Lato", sans-serif;
    letter-spacing: 1px;
    padding: 15px 15px;
    text-transform: uppercase !important;
    text-decoration: none;
}
.sm_menu_outer .mobile_menu .dropdown0menu span {
    font-family: inherit !important;
    font-size: 16px !important;
    text-transform: unset !important;
    opacity: 1 !important;
    font-weight: normal !important;
}
.dropdown0menu {
    background: #f1f1f1;
}
ul.desktop_menu li a::after {
    display: none !important;
}
table.table tbody {
    border: none !important;
}
.logged-dot {
    position: absolute;
    right: -7px !important;
    background: #e98933 !important;
    height: 12px !important;
    width: 12px !important;
    z-index: 999999 !important;
    top: 12px;
    padding: 0px !important;
    border-radius: 100px;
    opacity: 1 !important;
    border: 2px solid #fff;
}
.home .logged-dot {
    position: absolute;
    right: -1px !important;
    background: #e98933 !important;
    height: 12px !important;
    width: 12px !important;
    z-index: 999999 !important;
    top: 4px;
    padding: 0px !important;
    border-radius: 100px;
    opacity: 1 !important;
    border: 2px solid #fff;
}
.logged-dot {
    position: absolute;
    right: -3px !important;
    background: #e98933 !important;
    height: 12px !important;
    width: 12px !important;
    z-index: 999999 !important;
    top: 5px;
    padding: 0px !important;
    border-radius: 100px;
    opacity: 1 !important;
    border: 2px solid #fff;
}
.mmactive .logged-dot { z-index: 9999 !important; opacity: 0 !important; }
.bottom-btns.mobilebtns { display: none; 
    margin: 0px !important;
}
.nav-btns.fordesktop.specialFadeIn .dropdown {
    width: auto !important;
}
.NameMobile{

		display: flex;
		gap: 5px;
		margin: 8px;
		border-bottom: 1px solid grey;
		/* align-items: center; */

}
.NameMobileImg {
    width: 35px;
    height: 35px;
}
.loggedin-user h2 {
    font-size: 17px !important;
    margin: 0px !important;
}
.NameMobile {
    display: flex;
    gap: 5px;
    margin: 8px;
    border-bottom: 1px solid gainsboro;
    align-items: center;
    padding-bottom: 12px;
}
ul.mobile_menu .bottom-btns a {
    margin-top: 20px !important;
    float: left;
    padding: 10px !important;
}
.all-icons .social-btn a {
    width: 188px !important;
    border-radius: 5px !important;
    border-color: #d6d6d6;
    margin: auto;
    padding: 2px 0px !important;
    height: auto !important;
    margin: 0px !important;
}
.social-btn {
    background: white;
    width: 100%;
    height: 43px;
    border-radius: 100px;
    border: 1px solid rgba(18, 18, 36, 0.0666666667);
    justify-content: center;
    display: grid;
    align-content: center;
    padding: 0px;
    margin-top: 11px;
}
.OrangeRed{
color: linear-gradient(45deg, orange, red) !important;;
}
.MessageShow {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: larger;
    font-weight: 500;
}
.MessageShowBtn {
background-color: #FF7900 ;
color: white;
border: 0px;
margin-top: 3px;
padding: 5px 20px;
border-radius: 10px;
}
select,button,a{
	cursor: pointer;
}
input[type="radio"],input[type="checkbox"] {
  cursor: pointer;
}
.dropdown-toggle::after {
   display:none !important;
}
