* {
  margin: 0;
  font-family: "product_sansregular";
  padding: 0;
  border: 0;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  outline: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

ol,
ul {
  list-style: none;
}

blockquote {
  quotes: none;
}

blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

del {
  text-decoration: line-through;
}

header,
section,
article,
aside,
nav,
footer,
address {
  display: block;
}

body {
  font-size: 17px;
  color: #333;
  overflow-x: hidden;
  min-width: 320px;
  font-family: "product_sansregular";
}

input,
textarea,
select {
  margin-left: 2px;
}

a {
  color: #333;
}

a:hover,
.submit:hover {
  filter: alpha(opacity=85);
  -moz-opacity: 0.85;
  -khtml-opacity: 0.85;
  opacity: 0.85;
}

.thumb {
  display: block;
}

.thumb img {
  display: block;
  width: 100%;
}

p {
  line-height: 1.6em;
  font-size: 16px;
  font-family: "product_sansregular";
}

.hidden {
  display: none;
}

br.clear {
  clear: both;
  line-height: 0;
}

.wrapper {
  width: 90%;
  margin: 0 auto;
  max-width: 1400px;
}

.primary {
  color: #ef801f;
}

.bg-primary {
  display: inline-block;
  padding: 10px 35px;
  border-radius: 5px;
  background-color: #ef801f;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
}

@font-face {
  font-family: "product_sansregular";
  src: url("../fonts/product_sans_regular-webfont.woff2") format("woff2"),
    url("..fonts/product_sans_regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "product_sansitalic";
  src: url("..fonts/product_sans_italic-webfont.woff2") format("woff2"),
    url("..fonts/product_sans_italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "product_sansbold";
  src: url("../fonts/product_sans_bold-webfont.woff2") format("woff2"),
    url("..fonts/product_sans_bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

/* new service page style */

.top-box { 

}

.top-box .head { 
    padding: 150px 0;
}

.top-box .head h3 { 
    font-size: 51px;
    font-family: "product_sansbold";
    color: #000;
}

.top-box .head p { 
    font-size: 20px;
    text-align: left;
    color: #757575;
    opacity: 0.9;
	width: 39%;
    margin-top: 6px;
}
.top-box .card .fl-size{
	width: 100% !important;
	text-align: center;
}
.top-box .card .fl-size h4{
	margin: 0 auto 18px;
}
.top-box .services { 
    padding-top: 100px;
}

.top-box .services .card { 
    display: flex;
    align-items: center;
	flex-wrap: wrap;
}
.top-box .services .card:nth-child(n+2){
	margin-top: 80px;
}
.top-box .services .card .left-box { 
    width: 40%;
    margin: 0 auto;
}

.top-box .services .card .left-box h4 { 
    font-size: 28px;
    font-weight: 600;
    border-bottom: 1px solid;
    width: max-content;
    margin-bottom: 19px;
}

.top-box .services .card .left-box .list-p { 
    display: flex;
	flex-wrap: wrap;
	width: 80%;
	margin: 0 auto;
    justify-content: space-around;
}
.top-box .services .card .left-box .list-p p{
	text-align: center;
}

.top-box .services .card .right-box { 
	width: 27%;
    margin: 0 auto;
}

.top-box .services .card .right-box img { 

}
@media all and (max-width:980px){
	.top-box .services {
		padding-top: 0px;
	}
	.top-box .services .card .left-box {
		width: 47%;
	}
	.top-box .services .card .right-box {
		width: 43%;
	}
} 
@media all and (max-width:640px){
	.top-box .services .card:nth-child(n+2) {
		margin-top: 50px;
		border-top: 1px solid #00000061;
		padding-top: 22px;
	}
	.top-box .services .card:last-child{
		border: none !important;
	}
	.top-box .head h3 {
		font-size: 38px;
	}
	.top-box .head p {
		width: 100%;
	}
	.top-box .services .card .left-box {
		width: 100%;
		text-align: center;
		margin: 16px 0;
	}
	.top-box .services .card .left-box h4 {
		margin: 0 auto 15px;
		font-size: 22px;
	}
	.top-box .services .card .right-box {
		width: 60%;
	}
} 
/* end new service page style */

div.pay-disc {
  display: flex;
  justify-content: space-between;
  padding: 80px 0;
  width: 90%;
  margin: 0 auto;
  max-width: 1400px;
  flex-wrap: wrap;
}

div.pay-disc div.card {
  padding: 25px;
  width: 31%;
  border: 2px solid #6e21a9;
  border-radius: 20px;
}

div.pay-disc div.card div.head {
}

div.pay-disc div.card div.head span {
  display: inline-block;
  background: #8b32d0;
  height: 10px;
  width: 10px;
  margin-left: -35px;
  border-radius: 0px 0 0px 12px;
  position: relative;
  top: -5px;
}
div.pay-disc div.standard div.head span,
div.pay-disc div.standard div.head h4 {
  background: #214ba9 !important;
}
div.pay-disc div.standard div.price-p h3,
div.pay-disc div.standard div.price-p h3 span,
div.pay-disc div.standard div.price-p h6 {
  color: #214ba9 !important;
}
div.pay-disc div.standard div.contents div.more div.line span.zmdi::before {
  color: #214ba9 !important;
  box-shadow: 0px 1px 7px 0px #2d4f97 !important;
}
div.pay-disc div.standard .submit button {
  border: 2px solid #2d4f97 !important;
  color: #2d4f97 !important;
}
div.pay-disc div.standard .submit button:hover {
  border: 2px solid #2d4f97 !important;
  background-color: #2d4f97 !important;
  color: #fff !important;
}
div.pay-disc div.standard {
  border: 2px solid #2d4f97 !important;
}

div.pay-disc div.premium div.head span,
div.pay-disc div.premium div.head h4 {
  background: #e47d40 !important;
}
div.pay-disc div.premium div.price-p h3,
div.pay-disc div.premium div.price-p h3 span,
div.pay-disc div.premium div.price-p h6 {
  color: #e47d40 !important;
}
div.pay-disc div.premium div.contents div.more div.line span.zmdi::before {
  color: #e47d40 !important;
  box-shadow: 0px 1px 7px 0px #e47d40 !important;
}
div.pay-disc div.premium .submit button {
  border: 2px solid #e47d40 !important;
  color: #e47d40 !important;
}
div.pay-disc div.premium .submit button:hover {
  border: 2px solid #e47d40 !important;
  background-color: #e47d40 !important;
  color: #fff !important;
}
div.pay-disc div.premium {
  border: 2px solid #e47d40 !important;
}
div.pay-disc div.card div.head h4 {
  background: #6e21a9;
  border-radius: 15px 5px 35px 0px;
  width: 40%;
  text-align: center;
  padding: 15px 5px;
  color: #fff;
  font-size: 19px;
  margin-left: -35px;
  box-shadow: 0 5px 1px #c1a5d7b0, 0px 9px 4px rgb(0 0 0 / 1%),
    inset 0px 2px 2px rgb(255 255 255 / 2%), inset 0 -2px 7px rgb(0 0 0 / 2%);
}

div.pay-disc div.card div.price-p {
  text-align: center;
}

div.pay-disc div.card div.price-p h3 {
  font-size: 35px;
  color: #6e21a9;
}

div.pay-disc div.card div.price-p h3 span {
  color: #6e21a9;
  font-size: 25px;
}

div.pay-disc div.card div.price-p h6 {
  color: #6e21a9;
  font-size: 17px;
}

div.pay-disc div.card div.contents {
  margin-top: 20px;
}

div.pay-disc div.card div.contents div.more div.line {
  display: flex;
}
div.pay-disc div.card div.contents div.more div.line:nth-child(n + 2) {
  margin-top: 20px;
}
div.pay-disc div.card div.contents div.more div.line span.zmdi::before {
  padding: 7px 9px;
  border-radius: 50%;
  color: #6e21a9;
  box-shadow: 0px 1px 7px 0px #6e21a97a;
}

div.pay-disc div.card div.contents div.more div.line p {
  margin-left: 15px;
}
div.pay-disc div.card .submit {
  text-align: center;
  padding-top: 20px;
}
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 200px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 35%;
  border-radius: 15px;
}
.close {
  color: red;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.topo{
border-bottom: 1px solid #aaaaaa ;
}
.hed{
  font-size:18px;
  margin-bottom: 8px;
  font-family: "product_sansbold";
}
.accdet{
  padding: 10px;
  border: 1px solid #aaaaaa;
  border-radius: 10px;
}
.po{
  color: #757575;
  font-size: 16px;
}
.smo{
  color: #757575;
  font-size: 15px;
  font-style: bold;
  font-family: "product_sansbold";
}
.poi{
  color: #f05a5a;
  font-size: 16px;
  margin-left: 15px;
  
}
.logos{
  display: flex;
  align-items: center;
  margin: 10px 0px 10px 0px;
}
.svg{
  width: 10%;
}
.hd{
  color: #757575;
  font-size:16px;
  font-family: "product_sansbold";
  margin-left: 5px;
}
.boto{
  margin-top: 10px;
}
.tt{
  font-size: 18px;
  font-family: "product_sansbold";
  margin-bottom: 12px;
  margin-top: 15px;
}
.upl{
  display: flex;
  align-items: center;
}
.btno{
  padding: 10px;
  background-color: #3374a2f5;
  color: #fff;
  border-radius: 5px;
}
.btnos{
  align-items: center;
}
.btno2{
  margin-top: 20px;
  padding: 10px 20px;
  background-color: #ef801f;
  width: 20%;
  font-size: 16px;
  border-radius: 5px;
}

#my_file {
  display: none;
}

#get_file {
  background: #304ed3;
  padding: 10px;
  border-radius: 5px;
  margin: 10px;
  cursor: pointer;
  color: #fff;
  margin: 0;
}
#customfileupload
{
  font-size: 16px;
  color: red;
  margin-left: 15px;
}


div.pay-disc div.card .submit button {
  border: 2px solid #6f33a9;
  padding: 6px 20px;
  border-radius: 8px;
  color: #6f33a9;
  transition: background-color 0.5s ease;
  font-size: 17px;
}
div.pay-disc div.card .submit button:hover {
  border: 2px solid #6f33a9;
  padding: 6px 20px;
  border-radius: 8px;
  color: #fff;
  font-size: 17px;
  background-color: #6f33a9;
}
div.down-card {
  padding: 15px;
  box-shadow: 1px 2px 6px 4px #88888847;
  width: 25%;
  border-radius: 8px;
  position: absolute;
  background: #fff;
  right: 90px;
  max-height: 240px;
  overflow-y: scroll;
  z-index: 9;
  display: none;
}
div.down-card.down-box {
  display: none;
}
div.down-card::-webkit-scrollbar {
  width: 5px;
}
div.down-card::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}
div.down-card::-webkit-scrollbar-thumb {
  background: rgb(157, 177, 233);
  border-radius: 10px;
}
div.down-card::-webkit-scrollbar-thumb:hover {
  background: #a4b3f3;
}
div.down-card div.card {
  display: flex;
  align-items: center;
  background: #fff;
  padding: 6px;
  border-radius: 6px;
}
div.down-card div.read {
  background: #99999921;
}
div.down-card div.card:hover {
  background-color: rgb(177 224 247 / 37%);
}
div.down-card div.card:nth-child(n + 2) {
  margin-top: 5px;
}

div.down-card div.card div.l-box {
  width: 70%;
}

div.down-card div.card div.l-box p {
  font-size: 14px;
}

div.down-card div.card div.r-box {
  width: 28%;
  display: flex;
  flex-direction: column;
}

div.down-card div.card div.r-box small {
  font-size: 14px;
  margin-bottom: 3px;
}

div.down-card div.card div.r-box span {
  font-size: 14px;
  color: #1b61a7;
  position: inherit;
}

div.down-card div.card div.dot {
}

div.down-card div.card div.dot span {
}
div.otp-pop form div.form {
  display: flex;
  justify-content: space-between;
  border-bottom: none !important;
  margin-top: 18px;
}
div.otp-pop form div.form input {
  width: 23% !important;
  border-bottom: 2px solid #2161a7;
  text-align: center;
}
div.employ-pop {
  width: 50%;
  margin: 0 auto;
  box-shadow: -1px 0px 4px 1px #9999996b;
  padding: 50px;
  background: url(../images/01-index.png);
  background-size: cover;
  border-radius: 12px;
  position: relative;
  display: flex;
  justify-content: space-between;
}

div.employ-pop div.e-head {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
div.employ-pop .bg-primary {
  width: 100%;
}
div.account-pop div.e-head label {
  color: #999;
  background: none;
  margin-right: 25px;
  margin-left: 5px;
}
div.account-pop div.e-head select {
  border: 1px solid #999;
  width: 100%;
  border-radius: 5px;
  padding: 4px 5px;
}
div.account-pop div.e-head p.half {
  display: flex;
  justify-content: space-between;
}
div.account-pop div.e-head p.half input {
  width: 48%;
}

div.account-pop input[type="radio"]:after {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  top: -1px;
  left: -1px;
  position: relative;
  background-color: #d1d3d1;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 2px solid white;
}

div.account-pop input[type="radio"]:checked:after {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  top: -1px;
  left: -1px;
  position: relative;
  background-color: #ffa500;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 2px solid white;
}
div.account-pop div.e-head input {
  padding: 30px 5px 5px;
}
div.account-pop div.e-head h4 {
  margin-bottom: 15px !important;
}
div.employ-pop div.e-head h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 80px;
}

div.employ-pop div.e-head div.paging {
}
div.employ-pop div.paging b {
  border: 1px solid #2161a7;
  border-radius: 50%;
  font-size: 16px;
  padding: 4px 8px;
  color: #0061a7;
}
div.employ-pop div.paging b.b1 {
  background: #2161a7;
  color: #fff;
}
div.employ-pop div.paging b.b2 {
  background-color: #0061a7;
  color: #fff;
  font-size: 18px;
  padding: 4px 5px;
}

div.employ-pop div.e-head div.paging span {
  color: #2161a7;
}

div.employ-pop div.e-content {
  width: 48%;
}

div.employ-pop form {
}

div.employ-pop form div.form {
  display: flex;
  align-items: center;
  width: 100%;
  border-bottom: 2px solid #2161a7;
}
div.otp-pop form div.form input {
  font-size: 30px;
}
div.employ-pop form div.form input {
  width: 100%;
  padding: 10px;
}

div.employ-pop form div.form span.zmdi {
  color: #2161a7;
}

div.employ-pop form p {
  margin: 25px 0 50px;
}

div.employ-pop div.e-content form button {
}

div.employ-pop div.image-box {
  width: 70%;
  margin: 50px 0 0 28px;
}

div.employ-pop div.image-box img {
}
div.request {
  width: 60%;
  margin: 0 auto;
  box-shadow: -1px 0px 4px 1px #9999996b;
  padding: 50px;
  background: url(../images/01-index.png);
  background-size: cover;
  border-radius: 12px;
  position: relative;
}
.pop-close {
  position: absolute;
  right: 11px;
  top: 7px;
}
.pop-close span {
  font-size: 18px;
  cursor: pointer;
  border: 1px solid #2161a7;
  border-radius: 50%;
  padding: 2px 6px;
  background: #fff;
  color: #2161a7;
}
div.request div.r-top {
}

div.request div.r-top div.search {
}

div.request div.r-top div.search form {
}

div.request div.r-top div.search form div.cont-r {
  display: flex;
  justify-content: space-between;
  background: #fff;
  padding: 11px 16px;
  box-shadow: 2px 2px 1px 2px #99999938;
  border-radius: 10px;
}

div.request div.r-top div.search form div.cont-r input {
  width: 100%;
  font-size: 16px;
}

div.request div.r-top div.search form div.cont-r button.button {
}

div.request div.r-middle {
}

div.request div.r-middle p {
  margin: 18px 0px 35px 11px;
}
div.account-pop p {
  margin: 0 !important;
  display: flex;
  display: flex;
  align-items: center;
}
div.account-pop p:nth-child(n + 8) {
  padding-bottom: 15px;
}
div.account-pop p.gender {
  padding: 30px 5px 0;
  border-bottom: 1px solid #99999985;
}
div.account-pop p.gender input {
  width: inherit;
}
div.account-pop p input,
div.account-pop p textarea {
  padding: 30px 5px;
  width: 100%;
  border-bottom: 1px solid #99999985;
}
div.request div.r-middle p span {
}

div.request div.r-bottom {
}

div.request div.r-bottom div.cards {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
div.request div.r-bottom div.cards div.card-x {
}
div.request div.r-bottom div.cards div.card-y .thumb {
  width: 160px !important;
}
div.request div.r-bottom div.cards div.card-x .thumb {
  width: 70px !important;
}
div.request div.r-bottom div.cards div.card-z .thumb {
  width: 110px !important;
}
div.request div.r-bottom div.cards div.card-z {
}
div.request div.r-bottom div.cards div.card {
  width: 32%;
  margin: 0 auto;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

div.request div.r-bottom div.cards div.card div.c-top {
}

div.request div.r-bottom div.cards div.card div.c-top h5 {
  color: #777;
  margin-bottom: 7px;
  font-size: 16px;
}

div.request div.r-bottom div.cards div.card div.c-top h4 {
  font-size: 22px;
  font-weight: 600;
  color: #ef801f;
  letter-spacing: 1px;
}

div.request div.r-bottom div.cards div.card div.c-bottom {
  width: 30%;
  margin: 0 0 0 auto;
}

div.request div.r-bottom div.cards div.card div.c-bottom img {
}
/* plans-popup */

div.plans { 
  width: 70%;
  margin: 0 auto;
  box-shadow: -1px 0px 4px 1px #9999996b;
  padding: 50px;
  background: url(../images/01-index.png);
  background-size: cover;
  border-radius: 12px;
  position: relative;
}

div.plans .top { 

}

div.plans .top h3 { 

}

div.plans .bottom { 

}

div.plans .bottom .cards { 
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
div.plans .bottom .cards .card { 
  width: 32%;
  margin: 0 auto;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

div.plans .bottom .cards .card .head h2 { 
  border-radius: 15px 5px 35px 0px;
  /* padding: 50px 15px;; */
  width: 50%;
  text-align: center;
  padding: 15px 5px;
  color: #fff;
  font-size: 18px;
  margin-left: -30px;
  box-shadow: 0 5px 1px #c1a5d7b0, 0px 9px 4px rgb(0 0 0 / 1%), inset 0px 2px 2px rgb(255 255 255 / 2%), inset 0 -2px 7px rgb(0 0 0 / 2%);
}
div.plans .bottom .cards .card .basic {
  background-color: #7521a0 !important;
}
div.plans .bottom .cards .card .standard {
  background-color: #004aa0 !important;
}
div.plans .bottom .cards .card .premium {
  background-color: #f67e53 !important;
}
div.plans .bottom .cards .card .head span { 
  display: inline-block;
  height: 10px;
  width: 10px;
  margin-left: -30px;
  border-radius: 0px 0 0px 12px;
  position: relative;
  top: -5px;
}
div.plans .bottom .cards .card .head span.basic {
  background-color: #7521a0 !important;
}
div.plans .bottom .cards .card .head span.standard{
  background: #004aa0 !important;
}
div.plans .bottom .cards .card .head span.premium {
  background: #f67e53 !important;
}
div.plans .bottom .cards .card h2.title-basic { 
  color: #7521a0;
}
div.plans .bottom .cards .card h2.title-standard { 
  color: #004aa0;
}
div.plans .bottom .cards .card h2.title-premium { 
  color: #f67e53;
}

div.plans .bottom .cards .card .price { 
  font-size: 32px;
}
div.plans .bottom .cards .card .price-basic  { 
  color: #7521a0;
}
div.plans .bottom .cards .card .price-standard { 
  color: #004aa0;
}
div.plans .bottom .cards .card .price-premium { 
  color: #f67e53;
}
div.plans .bottom .cards .card .detail { 
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
div.plans .bottom .cards .card h4 { 
  font-size: 18px;
  margin-bottom: 30px;
}
div.plans .bottom .cards .card h4.plan-basic { 
  color: #7521a0;
}
div.plans .bottom .cards .card h4.plan-standard { 
  color: #004aa0;
}
div.plans .bottom .cards .card h4.plan-premium { 
  color: #f67e53;
}

div.plans .bottom .cards .card .contents { 

}
div.plans .bottom .cards .card .submit {
  display: flex;
  justify-content: center;
}
div.plans .bottom .cards .card .button { 
  padding: 6px 20px;
  border-radius: 8px;
  width: 80px;
  display: flex;
  justify-content: center;
  color: #6f33a9;
  transition: background-color 0.5s ease;
  font-size: 17px;
}
div.plans .bottom .cards .card .button-basic { 
  border: 2px solid #7521a0 !important;
  color: #7521a0 !important;
}
div.plans .bottom .cards .card .button-basic:hover {
  border: 2px solid #7521a0 !important;
  background-color: #7521a0 !important;
  color: #fff !important;
}
div.plans .bottom .cards .card .button-standard { 
  border: 2px solid #2d4f97 !important;
  color: #2d4f97 !important;
}
div.plans .bottom .cards .card .button-standard:hover { 
  border: 2px solid #2d4f97 !important;
  background-color: #2d4f97 !important;
  color: #fff !important;
}
div.plans .bottom .cards .card .button-premium { 
  border: 2px solid #e47d40 !important;
  color: #e47d40 !important;
}
div.plans .bottom .cards .card .button-premium:hover { 
  border: 2px solid #e47d40 !important;
  background-color: #e47d40 !important;
  color: #fff !important;
}
div.plans .bottom .cards .card .contents .more { 

}

div.plans .bottom .cards .card .contents .more .line { 
  display: flex;
  margin-bottom: 20px;
}

div.plans .bottom .cards .card .contents .more .line .zmdi { 
  /* padding: 5px 7px; */
  height: 20px;
  width: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #6e21a9;
  box-shadow: 0px 1px 7px 0px #6e21a97a;
  margin-right: 10px;
}
div.plans .bottom .cards .card .contents .more .line .zmdi-basic { 
  box-shadow: 0px 1px 7px 0px #6e21a97a;
}
div.plans .bottom .cards .card .contents .more .line .zmdi-standard { 
  box-shadow: 0px 1px 7px 0px #2d4f97;
}
div.plans .bottom .cards .card .contents .more .line .zmdi-premium { 
  box-shadow: 0px 1px 7px 0px #e47d40;
}
div.plans .bottom .cards .card .contents .more .line p { 
  width: -webkit-fill-available;
}

#spotlight {
  background-image: url(../images/bg_spolight.png);
  background-size: 100% 72%;
  padding: 60px 0 120px;
  background-repeat: no-repeat;
}

div.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

div.header div.logo {
}

div.header div.logo h1 {
  width: 192px;
  height: 70px;
}

div.header div.logo h1 img {
  width: 100%;
  height: 100%;
}

div.header div.nav {
  width: 68%;
}

span.not-card {
  display: none;
}

div.header div.nav nav ul {
  justify-content: space-between;
  display: flex;
  position: relative;
}

div.header div.nav nav ul.main-menu {
  display: none;
}

span.menu-icon,
span.close {
  display: none;
}

div.header div.nav nav span.sign-account {
  display: none;
}

span.notify {
  padding: 5px 20px 5px 15px;
  font-size: 29px;
  color: #333;
}
span.notify sup {
  position: relative;
  top: -11px;
  font-size: 15px;
  background: #ef0606;
  color: #fff;
  border-radius: 50%;
  padding: 2px 6px;
  left: -7px;
}
div.header div.nav nav ul li a {
  padding: 10px 15px;
  font-size: 15px;
  display: inline-block;
  color: #ffffff;
}

div.header div.nav nav ul li span {
  width: 6px;
  height: 6px;
  background: #ef801f;
  display: block;
  border-radius: 50%;
  margin: 0 auto;
}

#spotlight div.spotlight {
  display: flex;
  justify-content: space-between;
}

#spotlight div.spotlight div.left {
  width: 49%;
  padding: 10% 0 15%;
}

#spotlight div.spotlight div.right {
  width: 40%;
  padding-top: 77px;
}

#spotlight div.spotlight div.left h2 {
  font-size: 27px;
  color: #aaaaaa;
  font-weight: 600;
}

#spotlight div.spotlight div.left h1 {
  font-size: 60px;
  color: #100800;
  margin: 40px 0;
  font-weight: 900;
  letter-spacing: 2px;
}

#spotlight div.spotlight div.left div.search {
  margin-bottom: 30px;
}

#spotlight div.spotlight div.left div.search form {
  width: 75%;
}

#spotlight div.spotlight div.left div.search form div.container {
  display: flex;
  align-self: center;
  padding: 10px 15px;
  box-shadow: 0px 3px 31px #0000001f;
  border-radius: 15px;
  font-size: 22px;
  color: #999999;
}

#spotlight div.spotlight div.left div.search form div.container i {
  align-self: center;
}

#spotlight div.spotlight div.left div.search form div.container input {
  padding: 10px;
  flex-grow: 1;
  font-size: 18px;
}

#spotlight div.spotlight div.left div.search form div.container button {
}

#spotlight div.spotlight div.left div.help_text {
  color: #999999;
  font-size: 18px;
}

#spotlight div.spotlight div.left div.help_text label {
}

#spotlight div.spotlight div.left div.help_text span {
  margin-right: 10px;
  border-bottom: 2px solid #cecaca;
}

#spotlight div.spotlight div.left div.help_text span:last-child {
  margin-right: 0;
}

#spotlight div.client {
}

#spotlight div.client div.image {
  margin: 0 40px;
}

#spotlight div.client img {
  width: 100%;
  opacity: 0.5;
  height: 100%;
}

#card-slider {
  padding: 80px 0;
  position: relative;
}

#card-slider div.container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

#card-slider div.container div.left {
  width: 32%;
}

#card-slider div.container div.left h2 {
  font-size: 40px;
  color: #484848;
  font-weight: bold;
  margin-bottom: 15px;
  opacity: 0.8;
  letter-spacing: 2px;
  line-height: 50px;
}

#card-slider div.container div.left p {
  color: #757575;
  font-size: 18px;
}

#card-slider div.container div.right {
  width: 55%;
}

#card-slider div.container div.right div.card.slick-current {
  box-shadow: 0px 11px 86px #2e319124;
}

#card-slider div.container div.right div.card {
  border-radius: 15px;
  width: 45%;
  padding: 30px;
  background-color: transparent;
  margin: 10px 20px;
}

#card-slider div.container div.right div.card div.top {
  margin-bottom: 20px;
}

#card-slider div.container div.right div.card:nth-child(2n-1) div.top span {
  background-color: #ef801f;
}

#card-slider div.container div.right div.card:nth-child(2n) div.top span {
  background-color: #f1c49c;
}

#card-slider div.container div.right div.card div.top span {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
}

#card-slider div.container div.right div.card:nth-child(2n-1) div.top span i {
  color: #fff;
}

#card-slider div.container div.right div.card:nth-child(2n) div.top span i {
  color: #ef801f;
}

#card-slider div.container div.right div.card div.top span i {
  font-size: 30px;
}

#card-slider div.container div.right div.card div.botttom {
}

#card-slider div.container div.right div.card div.botttom h3 {
  color: #484848;
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: bold;
  opacity: 0.8;
  letter-spacing: 2px;
}

#card-slider div.container div.right div.card div.botttom p {
  color: #757575;
  font-size: 18px;
}

#card-slider .slick-prev {
  left: 0;
}

#card-slider .slick-next {
  left: 20;
}

#card-slider .slick-prev,
.slick-next {
  display: none !important;
}

.slider_button {
  display: inline-block;
  box-shadow: 0px 3px 20px #00000029;
  border-radius: 28px;
  overflow: hidden;
  cursor: pointer;
}

.slider_button span:hover i {
  color: #ffffff;
}

.slider_button span:hover {
  background-color: #ef801f;
}

.slider_button span {
  padding: 10px 20px;
  display: inline-block;
}

.slider_button span i {
  font-size: 20px;
  font-weight: bold;
}

#advertice {
  padding-bottom: 120px;
}

#advertice section.wrapper {
  display: flex;
  justify-content: space-between;
}

#advertice div.left-box {
  width: 47%;
}

#advertice div.left-box img {
  display: block;
  width: 100%;
}

#advertice div.right-box {
  width: 45%;
}

#advertice div.right-box h2 {
  font-size: 40px;
  color: #484848;
  font-weight: bold;
  margin-bottom: 15px;
  opacity: 0.8;
  letter-spacing: 2px;
  line-height: 50px;
}

#advertice div.right-box p {
  color: #757575;
  font-size: 20px;
  margin-top: 20px;
}

#advertice div.right-box a.button {
  display: inline-block;
  padding: 15px 35px;
  border-radius: 11px;
  background-color: #ef801f;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  margin-top: 30px;
}

#graphic {
  background-image: url(../images/job-portal–2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

#job-sites {
  background-image: url(../images/jobportal–1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 160px 0;
}

#job-sites section.wrapper {
  display: flex;
  justify-content: space-around;
}

#job-sites div.left-box {
  width: 33%;
}

#job-sites div.left-box h2 {
  font-size: 40px;
  color: #484848;
  font-weight: bold;
  margin-bottom: 15px;
  opacity: 0.8;
  letter-spacing: 2px;
  line-height: 50px;
  width: 90%;
}

#job-sites div.left-box p {
  color: #757575;
  font-size: 18px;
}

#job-sites div.left-box a.button {
  display: inline-block;
  padding: 15px 35px;
  border-radius: 11px;
  background-color: #ef801f;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  margin-top: 20px;
}

#job-sites div.right-box {
  width: 33%;
}

#job-sites div.right-box div.contebt-box {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #7575755e;
  padding-bottom: 36px;
}

#job-sites div.right-box div.contebt-box:nth-child(n + 2) {
  margin-top: 25px;
}

#job-sites div.right-box div.contebt-box div.icon-card {
  margin-right: 15px;
}

#job-sites div.right-box div.contebt-box div.icon-card span.zmdi-account {
  background: #ef801f45;
  padding: 12px 18px;
  font-size: 35px;
  border-radius: 50%;
  color: #ff7b05;
}

#job-sites div.right-box div.contebt-box div.icon-card span.zmdi-search {
  background: #276ebb59;
  padding: 12px 18px;
  font-size: 35px;
  border-radius: 50%;
  color: #256ebb;
}

#job-sites div.right-box div.contebt-box div.icon-card span.zmdi-globe {
  background: #34a4303d;
  padding: 12px 18px;
  font-size: 35px;
  color: #34a430;
  border-radius: 50%;
}

#job-sites section.wrapper div.right-box div.contebt-box div.cont-card {
}

#job-sites section.wrapper div.right-box div.contebt-box div.cont-card p {
  color: #8b8b8c;
  font-size: 20px;
}

#map {
  padding: 120px 0 0;
}

#map div.top-box {
  text-align: center;
  width: 45%;
  margin: 0 auto;
}

#map div.top-box h2 {
  font-size: 40px;
  color: #484848;
  font-weight: bold;
  margin-bottom: 15px;
  opacity: 0.8;
  letter-spacing: 2px;
  line-height: 50px;
}

#map div.top-box p {
  color: #757575;
  font-size: 18px;
  width: 90%;
  margin: 0 auto;
}

#map .bottom-box {
  background-image: url(../images/bg_map.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 0.8);
  background-blend-mode: overlay;
  padding: 30px 0;
  position: relative;
  min-height: 500px;
  margin-top: 60px;
}

#map div.bottom-box div.bubbles div.bubble {
  background-color: #ffffff;
  padding: 5px;
  border-radius: 50%;
  position: relative;
  box-shadow: 0px 16px 29px #00000042;
  width: max-content;
  position: absolute;
}

#map div.bottom-box div.bubbles div.bubble:nth-child(1) {
  top: 59%;
  left: 10%;
}

#map div.bottom-box div.bubbles div.bubble:nth-child(2) {
  top: 10%;
  left: 23%;
}

#map div.bottom-box div.bubbles div.bubble:nth-child(3) {
  top: 61%;
  left: 52%;
}

#map div.bottom-box div.bubbles div.bubble:nth-child(4) {
  top: 47%;
  left: 35%;
}

#map div.bottom-box div.bubbles div.bubble:nth-child(5) {
  top: 5%;
  left: 60%;
}

#map div.bottom-box div.bubbles div.bubble:nth-child(6) {
  top: 70%;
  left: 70%;
}

#map div.bottom-box div.bubbles div.bubble:nth-child(7) {
  top: 0;
  left: 85%;
}

#map div.bottom-box div.bubbles div.bubble div.card {
  border-radius: 50%;
  width: 100px;
  height: 100px;
}

#map div.bottom-box div.bubbles div.bubble div.card div.image {
  border-radius: 50%;
  overflow: hidden;
}

#map div.bottom-box div.bubbles div.bubble div.card div.image img {
  width: 100%;
  height: 100%;
  display: block;
}

#map div.bottom-box div.bubbles div.bubble:hover div.card div.testimonal {
  display: block;
  transition: all 1s;
}

#map div.bottom-box div.bubbles div.bubble div.card div.testimonal {
  position: absolute;
  left: 0;
  top: 100px;
  box-shadow: 0px 8px 36px #00000029;
  text-align: center;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 10px;
  width: max-content;
  max-width: 300px;
  filter: drop-shadow(0 0 5px #00000029);
  display: none;
  z-index: 2;
}

#map
  div.bottom-box
  div.bubbles
  div.bubble
  div.card
  div.testimonal
  div.rectangle {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 20px solid #fff;
  position: absolute;
  top: -15px;
  left: 27px;
}

#map div.bottom-box div.bubbles div.bubble div.card div.testimonal h4 {
  color: #8b8b8c;
  font-size: 20px;
  font-weight: 600;
}

#map div.bottom-box div.bubbles div.bubble div.card div.testimonal p {
  font-size: 15px;
  color: #757575;
  margin: 8px 0;
}

#map div.bottom-box div.bubbles div.bubble div.card div.testimonal .star {
}

#map div.bottom-box div.bubbles div.bubble div.card div.testimonal .star label {
  color: #ef801f;
  font-size: 20px;
}

footer {
  background: url("../images/footer.png") no-repeat;
  background-size: cover;
}

footer section.wrapper {
}

footer div.top {
  display: flex;
  padding: 60px 0;
  width: 100%;
  justify-content: space-between;
}

footer div.top div.left {
}

footer div.top div.left div.logo {
}

footer div.top div.left div.logo h1 {
  width: 184px;
}

footer div.top div.left div.logo h1 img {
  display: block;
  width: 100%;
}

footer div.top div.left ul {
  margin: 30px 0;
}

footer div.top div.left ul li {
  margin-bottom: 16px;
}

footer div.top div.left ul li:last-child {
  margin-bottom: 0px;
}

footer div.top div.left ul li a {
  color: #ffffff;
  opacity: 0.72;
  font-size: 16px;
}

footer div.top div.left ul.social {
  display: flex;
}

footer div.top div.left ul.social li {
  margin-right: 10px;
  margin-bottom: 0px;
}

footer div.top div.left ul.social li:last-child {
  margin-right: 0px;
}

footer div.top div.left ul.social li a i {
  color: #ffffff;
  opacity: 0.72;
  display: block;
  font-size: 22px;
}

/* footer div.top div.middle {
} */

footer div.top div.middle h3 {
  font-size: 20px;
  color: #fff;
}

footer div.top div.middle div.middle-content {
  display: flex;
  margin-top: 26px;
}

footer div.top div.middle div.middle-content ul {
  margin-right: 97px;
}

footer div.top div.middle div.middle-content ul li {
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
}

footer div.top div.middle div.middle-content ul li:last-child {
  margin-bottom: 0px;
}

footer div.top div.middle div.middle-content ul li span {
  border-bottom: 1px solid #ffffff;
  opacity: 0.72;
  width: 19px;
  margin: auto 0;
}

footer div.top div.middle div.middle-content ul li a {
  color: #ffffff;
  opacity: 0.72;
  font-size: 16px;
  margin-left: 6px;
}

footer div.top div.middle div.middle-content ul:last-child {
  margin-right: 0px;
}

footer div.top div.jobs {
}

footer div.top div.jobs h3 {
  color: #fff;
  font-size: 20px;
}

footer div.top div.jobs ul {
  margin-top: 26px;
}

footer div.top div.jobs ul li {
  margin-bottom: 20px;
}

footer div.top div.jobs ul li:last-child {
  margin-bottom: 0px;
}

footer div.top div.jobs ul li a {
  color: #ffffff;
  opacity: 0.72;
  font-size: 16px;
}

footer div.top div.google {
  margin: auto 0;
}

footer div.top div.google div.img-container {
  width: 218px;
}

footer div.top div.google div.img-container a {
  display: block;
  width: 80%;
}

footer div.top div.google div.img-container a img {
  display: block;
  width: 100%;
}

footer div.bottom {
  padding: 26px 0;
  text-align: center;
}

footer div.bottom p {
  color: #ffffff;
  opacity: 0.72;
  font-size: 16px;
}

footer div.bottom p a {
  color: #ffffff;
  opacity: 0.72;
  font-size: 16px;
}

.salary-graph {
  margin-top: 11px;
}

.salary-graph p {
  display: inline-block;
  padding-bottom: 6px;
  color: #f7a505;
}

.salary-graph .graph-line {
  background: #d0d0d0;
  height: 3px;
  display: flex;
}

.salary-graph .graph-line i.zmdi {
  position: relative;
  color: #f7a505;
  background: #fff;
  top: -6px;
  display: inline-table;
}

.salary-graph .graph-line span {
  display: inline-block;
  width: 50%;
  height: 3px;
  background: orange;
}

#spotlight.about {
  background-size: 100% 60%;
  background-repeat: no-repeat;
}

#spotlight section.top div.about {
  margin-top: 160px;
}

#spotlight section.top div.about div.inner-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#spotlight section.top div.about div.inner-content div.left {
  width: 44%;
}

#spotlight section.top div.about div.inner-content div.left h3 {
  font-size: 51px;
  font-family: "product_sansbold";
  color: #000;
}

#spotlight section.top div.about div.inner-content div.left div.content {
  margin-top: 40px;
}

#spotlight section.top div.about div.inner-content div.left div.content p {
  font-size: 20px;
  text-align: left;
  color: #757575;
  opacity: 0.9;
}

#spotlight section.top div.about div.inner-content div.right {
  width: 650px;
}

#spotlight section.top div.about div.inner-content div.right div.img-container {
  width: 100%;
}

#spotlight
  section.top
  div.about
  div.inner-content
  div.right
  div.img-container
  img {
  display: block;
  width: 100%;
}

section.job-search {
  margin-top: 10px;
}
section.job-search div.top form div.left p i {
  color: #ef801f;
  font-size: 40px;
}
section.job-search div.top form div.left p a {
  color: #ef801f;
  font-size: 18px;
  margin-left: 10px;
  text-align: center;
}
section.search-jobs {
  margin-top: 0;
  width: 70%;
}

section.job-search div.top {
}

section.job-search div.top form {
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  padding: 10px 10px 10px 10px;
  box-shadow: 0px 3px 31px #0000001f;
}

section.job-search div.top form.form-job {
  background: #fff;
  margin-top: 10px;
}

section.job-search div.top form div.left {
  display: flex;
  width: 100%;
}

section.job-search div.top form div.left p {
  display: flex;
  align-items: center;
  width: 47%;
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #5555553d;
}

section.job-search div.top form div.left p.search {
}

section.job-search div.top form div.left p i.icon {
  color: #ef801f;
  font-size: 20px;
  margin-right: 5px;
}

section.job-search div.top form div.left p input {
  display: block;
  width: 100%;
}

section.job-search div.top form div.left p input::-webkit-input-placeholder {
  font-size: 14px;
}

section.job-search div.top form div.left p input::-ms-input-placeholder {
  font-size: 14px;
}

section.job-search div.top form div.left p input::placeholder {
  font-size: 14px;
}

section.job-search div.top form button {
  padding: 10px 35px;
  border-radius: 5px;
  background-color: #ef801f;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
}

section.results {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
.marq {
  background-color: #0061a7;
  height: 50px;
  display: flex;
  margin: 0 auto;
  align-items: center;
}
marquee h2 {
  display: inline-block;
  color: #fff;
  font-style: italic;
}
marquee.scroll {
  font-size: 20px;
}
marquee a {
  align-items: center;
  color: #fff;
  border: 1px solid #ef801f;
  padding: 10px;
  background-color: #ef801f;
  cursor: pointer;
  text-align: center;
}
marquee a:hover {
}
section.job-results {
  padding-bottom: 75px;
}
#Applied section.job-results {
  padding-bottom: 0;
}
section.results div.left {
  width: 73%;
}

section.results div.left div.top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

section.results div.left div.top p {
  font-size: 20px;
  color: #484848;
}

section.results div.left div.top p span {
  color: #959595;
}

section.results div.left div.top form {
}

section.results div.left div.top form select {
  border: 1px solid #dedede;
  border-radius: 10px;
  padding: 10px;
  width: 170px;
  font-size: 16px;
  color: #757575;
}

section.results div.left .bottom {
}

section.results div.right {
  width: 26%;
}

section.results .right .top {
  border: 1px solid #dedede;
  border-radius: 10px;
  padding: 30px;
}

section.results div.right div.content {
}

section.results div.right div.content form {
}

section.results div.right div.content form div.top {
}

section.results div.right div.content form div.top h3 {
  font-size: 22px;
  font-family: "product_sansbold";
}

section.results div.right div.content form div.top div.inner-content {
  margin-top: 20px;
}

.results div.bottom div.cards div.card div.content {
  display: flex;
  align-items: center;
  border: 1px solid #44444440;
  border-radius: 8px;
  padding: 12px 10px;
  justify-content: space-between;
}

section.results div.right div.content form div.top div.inner-content label {
  font-size: 16px;
  display: block;
  margin-bottom: 8px;
  color: #2b2b2c;
}

section.results div.right div.content form div.top div.inner-content input {
  padding: 20px;
  display: block;
  border: 1px solid #dedede;
  border-radius: 5px;
  width: 100%;
  margin-bottom: 18px;
}

section.results div.right div.content form div.top div.inner-content select {
  border: 1px solid #dedede;
  border-radius: 5px;
  opacity: 1;
  width: 100%;
  padding: 20px;
  color: #757575;
  opacity: 0.5;
}

section.results div.right div.content form div.top div.inner-content button {
  display: block;
  width: 100%;
  padding: 20px;
  background-color: #ef801f;
  color: #fff;
  margin-top: 15px;
  border-radius: 5px;
  font-size: 16px;
}

section.results div.right div.content form div.bottom {
  padding: 30px;
  border: 1px solid #dedede;
  border-radius: 10px;
  margin-top: 20px;
}

section.results
  div.right
  div.content
  form
  div.bottom
  div.inner-content
  div.type {
  padding: 30px 0;
  border-bottom: 1px solid #dedede;
}

section.results
  div.right
  div.content
  form
  div.bottom
  div.inner-content
  div.type:last-child {
  border-bottom: unset;
  padding-bottom: unset;
}

section.results
  div.right
  div.content
  form
  div.bottom
  div.inner-content
  div.type
  div {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

section.results
  div.right
  div.content
  form
  div.bottom
  div.inner-content
  div.type
  div
  h4 {
  font-size: 16px;
  color: #2b2b2c;
}

section.results
  div.right
  div.content
  form
  div.bottom
  div.inner-content
  div.type
  div
  i.zmdi {
  font-size: 16px;
}

section.results
  div.right
  div.content
  form
  div.bottom
  div.inner-content
  div.type
  div.check {
  display: flex;
  flex-direction: column;
  margin-top: 16px;
  color: #2b2b2c;
  display: none;
}

section.results
  div.right
  div.content
  form
  div.bottom
  div.inner-content
  div.type
  div.check
  p {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

section.results
  div.right
  div.content
  form
  div.bottom
  div.inner-content
  div.type
  div.check
  p:last-child {
  margin-bottom: unset;
}

section.results
  div.right
  div.content
  form
  div.bottom
  div.inner-content
  div.type
  div.check
  label {
  font-size: 14px;
  color: #757575;
  margin-left: 8px;
}

section.results
  div.right
  div.content
  form
  div.bottom
  div.inner-content
  div.type
  div.check
  input[type="checkbox"] {
  border: 1px solid #dedede;
  border-radius: 4px;
}

section.results
  div.right
  div.content
  form
  div.bottom
  div.inner-content
  div.type
  a {
  color: #ef801f;
  font-size: 14px;
  display: inline-block;
  margin-top: 16px;
}

/* Terms page */

#conditions {
}

#conditions .wrapper {
}

#conditions .wrapper .static-sections {
  padding-top: 40px;
}

#conditions .wrapper .static-sections .policy-wrapper {
  /* padding: 6%; */
  text-align: justify;
}

#conditions .wrapper .static-sections .policy-wrapper #terms .policy-heading {
  margin: 2rem 0;
  font-size: 2.3rem;
  text-align: center;
  font-weight: 800;
}

#conditions .wrapper .static-sections .policy-wrapper #terms .policy-para {
  margin-top: 0.5rem;
  line-height: 2rem;
}
#conditions .wrapper .static-sections .policy-wrapper #terms .terms-para {
  padding: 0.5rem 0;
}
#conditions
  .wrapper
  .static-sections
  .policy-wrapper
  #terms
  .policy-para
  .policy-para-imp {
  font-weight: 900;
}

#conditions .wrapper .static-sections .policy-wrapper .hr {
  margin: 1.5rem 0;
  border-top-width: 1px;
  box-sizing: content-box;
  height: 0px;
  overflow: visible;
  border-style: solid;
  border-color: rgb(226, 232, 240);
  overflow-wrap: break-word;
}

#conditions
  .wrapper
  .static-sections
  .policy-wrapper
  #privacy-policy
  .policy-heading {
  margin: 2rem 0;
  font-size: 2.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 800;
}

#conditions
  .wrapper
  .static-sections
  .policy-wrapper
  #privacy-policy
  .policy-section {
  padding: 1rem 0;
}

#conditions
  .wrapper
  .static-sections
  .policy-wrapper
  #privacy-policy
  .policy-section
  .policy-sub-heading {
  font-size: 1.6rem;
  margin-bottom: 0.4rem;
  font-weight: 800;
}

#conditions
  .wrapper
  .static-sections
  .policy-wrapper
  #privacy-policy
  .policy-section
  .policy-para {
  margin-top: 0.5rem;
  line-height: 2rem;
}

#conditions
  .wrapper
  .static-sections
  .policy-wrapper
  #privacy-policy
  div
  .policy-section {
  padding: 1rem 0;
}

#conditions
  .wrapper
  .static-sections
  .policy-wrapper
  #privacy-policy
  div
  .policy-section
  .policy-sub-heading {
  font-size: 1.6rem;
  margin-bottom: 0.4rem;
}

.policy-wrapper .policy-list-item {
  padding: 0.5rem 0;
  color: #757575;
  line-height: 1.4;
}
.css-px8c62 {
  list-style-type: initial;
  margin-left: 1em;
}

/* WELCOME PAGE */

#welcome .wrapper {
  margin-top: 50px;
  display: flex;
  padding-bottom: 60px;
}

#welcome .wrapper div.page-content {
  margin-bottom: 70px;
}

#welcome div.logo img {
  width: 175px;
}

#welcome .left {
  width: 80%;
  margin-top: 50px;
}

#welcome .left .content h1 {
  font-family: "product_sansbold";
  font-size: 30px;
  padding-bottom: 20px;
}

#welcome .left .content h3 {
  font-size: 17px;
  color: #a8a8a8;
  max-width: 650px;
  padding-bottom: 100px;
  line-height: 24px;
}

#welcome .left .image {
  width: 100%;
}

#welcome .right {
  background-color: #0061a7;
  border-radius: 10px;
  background-image: url("../images/Mask Group 2.png");
  background-repeat: no-repeat;
  background-position: top right;
  padding: 0 75px 50px;
  width: 35%;
}
#welcome .right form a.sign-b {
  display: block;
  margin-top: 12px;
  border: 2px solid #ffffffc7;
  border-radius: 10px;
  padding: 17px 5px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
}
#welcome .right h1 {
  text-align: center;
  color: #fff;
  font-size: 40px;
  font-family: "product_sansbold";
  margin-top: 100px;
  margin-bottom: 100px;
}

#welcome .right .inputs {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #86afd3;
  padding-bottom: 5px;
}

#welcome .right .inputs input {
  color: #fff;
  width: 80%;
  letter-spacing: 2px;
  font-weight: 600;
  font-family: "product_sansbold";
}

#welcome .right .inputs input::placeholder {
  color: #fff;
  font-size: 19px;
}

#welcome .right .inputs span .zmdi {
  color: #fff;
  font-size: 23px;
}

#welcome .right p {
  color: #fff;
  opacity: 0.5;
  padding: 20px 0 80px 0;
  max-width: 420px;
  text-align: justify;
}

#welcome .right .button {
  text-align: center;
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  padding: 0;
}

#welcome .right form div.submit a.otp-btn {
  cursor: pointer;
  color: #0061a7;
  font-weight: 600;
  font-family: "product_sansbold";
  font-size: 18px;
}

#welcome .right .button input {
  color: #0061a7;
  width: 100%;
  display: block;
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  font-family: "product_sansbold";
  font-size: 21px;
}

#welcome .left .image img {
  width: 100%;
}

/* WELCOME PAGE ENDS*/

/* REGISTER PAGE */

#register .wrapper {
  margin-top: 50px;
  display: flex;
  padding-bottom: 60px;
}

#register .wrapper div.page-content {
  margin-bottom: 70px;
}

#register .left .content h1 {
  font-family: "product_sansbold";
  font-size: 30px;
  padding-top: 90px;
  padding-bottom: 20px;
}

#register .left .content h3 {
  font-size: 15px;
  color: #a8a8a8;
  max-width: 650px;
  padding-bottom: 70px;
  line-height: 24px;
}

#register .left .image {
  width: 70%;
}

#register .right {
  background-color: #0061a7;
  border-radius: 10px;
  background-image: url("../images/Mask Group 2.png");
  background-repeat: no-repeat;
  background-position: top right;
  width: 40%;
  max-width: 430px;
  padding: 40px;
}

#register .right .select {
  text-align: center;
  margin: 0 auto 65px;
}

#register .right .select a {
  color: #fff;
  padding-bottom: 7px;
  font-size: 18px;
  margin-right: 20px;
}

#register .right .select a.active {
  border-bottom: 3px solid #fff;
}

#register .right h1 {
  text-align: center;
  color: #fff;
  font-size: 30px;
  font-family: "product_sansbold";
  margin-top: 10px;
  margin-bottom: 50px;
}

#register .right .inputs {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
  border-bottom: 1px solid #fff;
}

#register .right .inputs input {
  color: #fff;
  font-size: 16px;
  height: 23px;
  width: 87%;
  padding-bottom: 6px;
}

#register .right .inputs.Choice {
  padding-bottom: 0;
  width: 100%;
  color: #fff;
  font-size: 18px;
  border-bottom: none;
}

#register .right .inputs.Choice select {
  color: #fff;
  font-size: 16px;
}

#register .right .inputs.Choice select option {
  color: #100800;
  background-color: #a5cbec;
}

#register .right .inputs.country {
  padding-bottom: 0;
  border-bottom: 1px solid #fff;
  padding-bottom: 6px;
}

#register .right .inputs.category {
  padding-bottom: 0;
  padding-bottom: 6px;
  border-bottom: 1px solid #fff;
}

#register .right .inputs input::placeholder {
  color: #fff;
  font-size: 19px;
}

#register .right .inputs span .zmdi {
  color: #fff;
  font-size: 20px;
}

#register .right .button {
  text-align: center;
  width: 100%;
  border-radius: 15px;
  background-color: #fff;
}

#register .right .button input.submit {
  height: 60px;
  font-size: 20px;
  font-weight: 900;
  font-family: "product_sansbold";
  color: #0061a7;
}

#register .right .button a {
  color: #0061a7;
  display: block;
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  font-family: "product_sansbold";
  font-size: 21px;
}

#register .right .inputs a {
  color: azure;
  font-size: 39px;
}

#register .left .image img {
  width: 100%;
}

/* REGISTER PAGE ENDS*/

/* OTP Verification */

#Otp-Verification .wrapper {
  margin-top: 50px;
  display: flex;
  padding-bottom: 60px;
}

#Otp-Verification .wrapper div.page-content .left {
  margin-top: 50px;
}

#Otp-Verification .wrapper div.page-content {
  margin-bottom: 70px;
}

#Otp-Verification .wrapper div.page-content .logo img {
  width: 175px;
}

#Otp-Verification .left .logo {
  width: 265px;
}

#Otp-Verification .left .content h1 {
  font-family: "product_sansbold";
  font-size: 30px;
  padding-bottom: 20px;
}

#Otp-Verification .left .content h3 {
  font-size: 17px;
  color: #a8a8a8;
  max-width: 650px;
  padding-bottom: 150px;
  padding-top: 7px;
}

#Otp-Verification .left .image {
  width: 70%;
}

#Otp-Verification .right {
  background-color: #0061a7;
  border-radius: 10px;
  background-image: url("../images/Mask Group 2.png");
  background-repeat: no-repeat;
  background-position: top right;
  padding: 0px 30px;
  width: 453px;
}

#Otp-Verification .right h3 {
  text-align: center;
  color: #fff;
  font-size: 32px;
  font-family: "product_sansbold";
  margin-top: 100px;
  margin-bottom: 7px;
}

#Otp-Verification .right .otp-inputs {
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
  margin-bottom: 20px;
}

#Otp-Verification .right .otp-inputs input {
  border-bottom: 2px solid #fcfeff;
  width: 70px;
  color: #fff;
  font-size: 30px;
  text-align: center;
}

#Otp-Verification .right .otp-inputs input::placeholder {
  color: #fff;
  font-size: 19px;
}

#Otp-Verification .right .otp-inputs span .zmdi {
  color: #fff;
  font-size: 23px;
}

#Otp-Verification .right p.mobile-number {
  color: #fff;
  opacity: 0.5;
  text-align: center;
}

#Otp-Verification .right form p {
  color: #ffffffdb;
  text-align: center;
  opacity: 0.8;
  font-size: 14px;
  font-family: "product_sansbold";
}

#Otp-Verification .right form div.submit {
  margin-top: 45px;
  text-align: center;
  background-color: #fff;
  height: 50px;
  border-radius: 10px;
  margin-bottom: 60px;
}

#Otp-Verification .right form div.submit input {
  color: #0061a7;
  font-size: 17px;
  font-weight: 900;
  font-family: "product_sansbold";
  cursor: pointer;
  width: 100%;
  height: 100%;
}

#Otp-Verification .right form p a {
  color: #fff;
  text-align: center;
  font-family: "product_sansbold";
  font-size: 15px;
  font-weight: bold;
  opacity: 1;
}

#Otp-Verification .right .button {
  text-align: center;
}

#Otp-Verification .right .button a {
  color: #0061a7;
  display: block;
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  font-family: "product_sansbold";
  font-size: 21px;
}

#Otp-Verification .left .image img {
  width: 100%;
}

/* End OTP Verification */

/* Contact Section */

#Contact #spotlight {
  background-image: none;
}

#Contact #spotlight {
  padding: 15px 0 20px;
}

#Contact #spotlight div.header div.nav nav ul li a {
  padding: 10px 15px;
  font-size: 15px;
  color: #333;
}

#Contact #spotlight div.header div.nav nav ul li a.sign-button {
  color: #fff;
}

#contactus div.banner {
  background-image: url("../images/contact-banner.png");
  background-size: cover;
  background-repeat: no-repeat;
  height: 250px;
  background-position-y: bottom;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding-left: 75px;
}

#contactus section.contact-spotlight {
  margin-top: 55px;
}

#contactus div.banner h2 {
  font-size: 30px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 15px;
  letter-spacing: 3px;
}

#contactus div.banner p {
  margin-right: 10px;
  font-size: 18px;
  color: #ffffff;
}

#contactus section.contact-spotlight div.spotlight {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
}

#contactus section.contact-spotlight div.spotlight div.contact-right {
  width: 30%;
}

#contactus section.contact-spotlight div.spotlight div.contact-right img {
  width: 100%;
  display: block;
}

#contactus section.contact-spotlight div.spotlight div.contact-left {
  display: flex;
  justify-content: center;
  width: 45%;
}

#Contact #spotlight div.header div.nav nav ul li a.active {
  background-color: #ef801f;
  border-radius: 10px;
}

#contactus section.contact-spotlight div.spotlight div.contact-left form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

#contactus section.contact-spotlight div.spotlight div.contact-left form input {
  font-size: 18px;
  padding: 10px 10px 10px 5px;
  display: block;
  width: 100%;
  border: none;
  border: 1px solid #757575;
}

#contactus
  section.contact-spotlight
  div.spotlight
  div.contact-left
  form
  input:focus {
  outline: none;
}

#contactus
  section.contact-spotlight
  div.spotlight
  div.contact-left
  form
  textarea {
  font-size: 18px;
  padding: 10px 10px 10px 5px;
  display: block;
  width: 100%;
  border: none;
  border: 1px solid #757575;
}

#contactus
  section.contact-spotlight
  div.spotlight
  div.contact-left
  form
  textarea:focus {
  outline: none;
}

#contactus
  section.contact-spotlight
  div.spotlight
  div.contact-left
  form
  input#name:focus {
  outline: none;
  border: 1px solid #ef801f;
}

#contactus
  section.contact-spotlight
  div.spotlight
  div.contact-left
  form
  label#name:focus {
  color: #ef801f;
}

#contactus
  section.contact-spotlight
  div.spotlight
  div.contact-left
  form
  textarea#textarea:focus {
  outline: none;
  border: 1px solid #ef801f;
}

#contactus
  section.contact-spotlight
  div.spotlight
  div.contact-left
  form
  input#email:focus {
  outline: none;
  border: 1px solid #ef801f;
}

#contactus
  section.contact-spotlight
  div.spotlight
  div.contact-left
  form
  div.group
  label {
  color: #999;
  font-size: 18px;
  font-weight: normal;
  pointer-events: none;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

#contactus
  section.contact-spotlight
  div.spotlight
  div.contact-left
  form
  div.group
  input:focus
  ~ label,
input:valid ~ label {
  top: -8px;
  background: #fff;
  font-size: 16px;
  padding: 0 3px 0;
  color: #ef801f;
}

#contactus
  section.contact-spotlight
  div.spotlight
  div.contact-left
  form
  div.group
  textarea:focus
  ~ label,
textarea:valid ~ label {
  top: -8px;
  background: #fff;
  font-size: 16px;
  padding: 0 3px 0;
  color: #ef801f;
}

#contactus section.contact-spotlight div.spotlight div.contact-left form h1 {
  color: #2b2b2c;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 35px;
}

#contactus section.contact-spotlight div.spotlight div.contact-left form input {
  border: 1px solid #a8a8a8;
  border-radius: 6px;
  margin-bottom: 15px;
}

#contactus
  section.contact-spotlight
  div.spotlight
  div.contact-left
  form
  input#name:hover {
  border: 1px solid #ef801f;
}

#contactus section.contact-spotlight div.spotlight div.contact-left form br {
}

#contactus
  section.contact-spotlight
  div.spotlight
  div.contact-left
  form
  input#email {
  border: 1px solid #a8a8a8;
  padding: 25px 0 25px 10px;
  border-radius: 5px;
}

#contactus
  section.contact-spotlight
  div.spotlight
  div.contact-left
  form
  input#email:hover {
  border: 1px solid #ef801f;
}

#contactus
  section.contact-spotlight
  div.spotlight
  div.contact-left
  form
  textarea {
  border: 1px solid #a8a8a8;
  padding: 15px 0 15px 10px;
  border-radius: 6px;
  width: 100%;
  height: 175px;
}

#contactus
  section.contact-spotlight
  div.spotlight
  div.contact-left
  form
  textarea:hover {
  border: 1px solid #ef801f;
}

#contactus section.contact-spotlight div.spotlight div.contact-left form input {
}

#contactus
  section.contact-spotlight
  div.spotlight
  div.contact-left
  form
  input.submit-button {
  font-size: 17px;
  display: inline-block;
  color: #fff;
  padding: 13px;
  background-color: #ef801f;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 20px;
  border: 1px solid #ef801f;
}

.submit-button:hover {
  border: 1px solid #ef801f;
  background-color: #fff;
  color: #ef801f;
}

#contactus div.contact-bottom {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 6% 0;
}

#contactus div.contact-bottom div.services {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  width: 30%;
}

#contactus div.contact-bottom div.services h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

#contactus div.contact-bottom div.services a.contact-mail {
  margin-bottom: 10px;
}

#contactus div.contact-bottom div.services a.contact-mail i.icon-mail-alt {
}

#contactus div.contact-bottom div.services a.contact-mail span {
  color: #757575;
  margin-right: 5px;
}

#contactus div.contact-bottom div.services a.contact-website {
}

#contactus div.contact-bottom div.services a.contact-website span {
  color: #757575;
  margin-right: 5px;
}

#contactus
  div.contact-bottom
  div.services
  a.contact-website
  span
  i.icon-mail-alt {
}

#contactus div.contact-bottom div.phone {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  width: 30%;
}

#contactus div.contact-bottom div.phone h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

#contactus div.contact-bottom div.phone a {
  margin-bottom: 10px;
}

#contactus div.contact-bottom div.phone a span {
  color: #757575;
  margin-right: 5px;
  font-size: 16px;
}

#contactus div.contact-bottom div.phone a span i.icon-mail-alt {
}

#contactus div.contact-bottom div.address {
  width: 30%;
}

#contactus div.contact-bottom div.address h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

#contactus div.contact-bottom div.address span {
  color: #757575;
  line-height: 22px;
}

#contactus div.contact-bottom div.address span i.icon-mail-alt {
  margin-right: 5px;
}

/* End Contact section */

/* Training Programs Section */

#training-programs #wrapper {
  max-width: 1400px;
  width: 97%;
  margin: 0 auto;
}

#training-programs #wrapper #programs {
  margin: 50px 10px;
}

#training-programs #wrapper div.headings ul {
  display: flex;
  margin: 0 0 50px 0;
  border-bottom: 1px solid #dadadaad;
}

#training-programs #wrapper div.headings ul li {
  font-size: 20px;
  margin-right: 40px;
  margin-left: 10px;
  font-weight: 900;
  color: #484848;
  font-family: "product_sansregular";
  opacity: 68%;
  letter-spacing: 1px;
  padding-bottom: 7px;
}

#training-programs #wrapper div.headings ul li:hover {
  color: #ef801f;
  border-bottom: 1px solid #ef801f;
  opacity: 100%;
}

#training-programs #wrapper div.contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#training-programs #wrapper div.contents div.content {
  width: 49%;
  padding: 20px;
  background: #f1efefbd 0% 0% no-repeat padding-box;
  margin-bottom: 25px;
  border-radius: 15px;
  display: flex;
  justify-content: space-between;
}

#training-programs #wrapper div.contents div.content div {
}

#training-programs #wrapper div.contents div.content div.left {
  width: 41%;
}

#training-programs #wrapper div.contents div.content div.right {
  width: 56%;
}

#training-programs #wrapper div.contents div.content div img {
  width: 100%;
  /* height: 155px; */
  padding: 0 5px 0 0;
  border-radius: 10px;
}

#training-programs #wrapper div.contents div.content div.right div.title h3 {
  margin: 15px 0 5px;
  font-size: 17px;
  color: #2b2b2c;
  font-weight: bold;
  letter-spacing: 0.8px;
}

#training-programs
  #wrapper
  div.contents
  div.content
  div.right
  div.date-time
  ul {
  display: flex;
  flex-wrap: wrap;
}

#training-programs
  #wrapper
  div.contents
  div.content
  div.right
  div.date-time
  ul
  li {
  margin-right: 20px;
  color: #a8a8a8;
  font-size: 14px;
  margin-top: 10px;
}

/* #training-programs #wrapper div.contents div.content div.right div.date-time ul:first-child { 
    width: 48%;
} */

#training-programs
  #wrapper
  div.contents
  div.content
  div.right
  div.date-time
  ul:last-child {
  width: 90%;
}

#training-programs
  #wrapper
  div.contents
  div.content
  div.right
  div.description
  p {
  color: #757575;
  font-size: 15px;
  margin-top: 10px;
}

/* End Training Program Section */

/* create-profile */

#Form {
}

#Form div.form-set {
  width: 65%;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  padding: 128px 0px;
}

#Form div.form-set form i {
  color: #ef801f;
  margin-right: 10px;
}

#Form div.form-set form div.form-box {
}

#Form div.form-set form div.form-box {
  /* margin: 80px 0px; */
  border-left: 1px dashed #d5d5d5;
  padding: 20px 22px;
}

#Form div.form-set form div.form-box h5 {
}

#Form div.form-set form div.form-box div.form-end {
  display: flex;
}

#Form div.form-set form div.form-box div.form-end div.dp {
  width: 70px;
  height: 70px;
  margin-right: 20px;
}

#Form div.form-set form div.form-box div.form-end div.dp img {
  width: 100%;
  height: 100%;
}

#Form div.form-set form div.form-box div.form-end div.point {
  width: 70px;
  height: 70px;
  border: 1px dashed #ef801f;
  display: flex;
  align-items: center;
  justify-content: center;
}

#Form div.form-set form div.form-box div.form-end div.point span {
}

#Form div.form-set form div.form-box h5 {
  font-size: 20px;
  margin-bottom: 20px;
}

#Form div.form-set form div.form-box h5 span {
  color: #2261a6;
}

#Form div.form-set form div.form-box div.form-data {
}

#Form div.form-set form div.form-box div.form-data div.flex-box {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}

#Form div.form-set form div.form-box div.form-data div.flex-box p.name #days {
  width: 100%;
  padding: 10px;
}

#Form div.form-set form div.form-box div.form-data div.flex-box p.first {
  width: 20%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #d8d4d8;
  border-radius: 6px;
}

#Form div.form-set form div.form-box div.form-data div.flex-box p.second {
  width: 75%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #d8d4d8;
  border-radius: 6px;
}

#Form div.form-set form div.form-box div.form-data div.flex-box p {
  width: 48%;
  margin-bottom: 15px;
  border: 1px solid #d8d4d8;
  border-radius: 6px;
}

#Form div.form-set form div.form-box div.form-data div.flex-box p.description {
  width: 100%;
  border: none;
  padding: 0px;
}

#Form div.form-set form div.form-box div.form-data div.flex-box p.bottom-add {
  width: 100%;
  padding: 5px;
  display: flex;
  align-items: center;
  border: 1px dashed #ef801f !important;
  /* margin-bottom: 15px; */
}

#Form div.form-set form div.form-box div.form-data div.flex-box p.icon {
  justify-content: space-between;
  flex-direction: row;
  width: 48%;
  display: flex;
  align-items: center;
}

#Form div.form-set form div.form-box div.form-data div.flex-box p.icon input {
  /* background-color: red; */
  width: 50% !important;
}

#Form div.form-set form div.form-box div.form-data div.flex-box p select {
  /* border: 1px solid red; */
  width: 100%;
  padding: 10px;
}

#Form div.form-set form div.form-box div.form-data div.flex-box p #days {
  /* border: 1px solid red; */
  width: 100%;
  padding: 10px;
}

#Form div.form-set form div.form-box div.form-data div.flex-box p.area {
  display: flex;
  flex-direction: row;
  /* background-color: green; */
}

#Form div.form-set form div.form-box div.form-data div.flex-box div.second-box {
  width: 48%;
}

#Form
  div.form-set
  form
  div.form-box
  div.form-data
  div.flex-box
  div.area
  p.bottom-add {
  display: flex;
}

#Form div.form-set form div.form-box div.form-data div.flex-box p.area-about {
  width: 100%;
}

#Form
  div.form-set
  form
  div.form-box
  div.form-data
  div.flex-box
  p.area-about
  textarea {
  width: 100%;
  height: 100%;
  padding: 10px;
}

#Form div.form-set form div.form-box div.form-data div.flex-box p.child-box {
  padding: 0;
  border: none;
  display: flex;
  flex-direction: column;
}

#Form div.form-set form div.form-box div.form-data div.flex-box p.child-1 {
  padding: 0;
  border: none;
  display: flex;
  justify-content: space-between;
}

#Form div.form-set form div.form-box div.form-data div.flex-box p.child-1 .loc {
  width: 49%;
  flex-direction: row;
  display: flex;
  align-items: center;
  border: 1px solid #d8d4d8;
  border-radius: 5px;
}

#Form
  div.form-set
  form
  div.form-box
  div.form-data
  div.flex-box
  p.child-box
  .loc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #d8d4d8;
  /* padding: 5px 13px !important; */
  /* margin-top: 10px; */
  border-radius: 5px;
}

#Form
  div.form-set
  form
  div.form-box
  div.form-data
  div.flex-box
  p.child-box
  input {
}

#Form div.form-set form div.form-box div.form-data div.flex-box p.area-box {
  /* background-color: yellow; */
}

#Form
  div.form-set
  form
  div.form-box
  div.form-data
  div.flex-box
  p.area-box
  textarea {
  /* border: 1px solid red; */
  width: 100%;
  height: 100%;
  padding: 10px;
}

#Form div.form-set form div.form-box div.form-data div.flex-box p.area-box2 {
  width: 100%;
}

#Form div.form-set form div.form-box div.form-data div.flex-box div.upload {
  width: 100%;
}

#Form
  div.form-set
  form
  div.form-box
  div.form-data
  div.flex-box
  div.upload
  p.bottom-upload {
  width: 100%;
  border: 1px dashed #ef801f;
  text-align: center;
}

#Form
  div.form-set
  form
  div.form-box
  div.form-data
  div.flex-box
  div.upload
  p.bottom-none {
  width: 48%;
  border: 1px solid #fff;
}

#Form
  div.form-set
  form
  div.form-box
  div.form-data
  div.flex-box
  p.area-box2
  textarea {
  /* border: 1px solid red;  */
  width: 100%;
  padding: 10px;
}

#Form div.form-set form div.form-box div.form-data div.flex-box p.area input {
  text-align: center;
}

#Form
  div.form-set
  form
  div.form-box
  div.form-data
  div.flex-box
  p.area
  input:nth-child(2) {
  border-right: 1px solid;
  border-left: 1px solid;
}

#Form div.form-set form div.form-box div.form-data div.button {
  text-align: right;
}

#Form div.form-set form div.form-box div.form-data div.button input {
  /* border: 1px solid; */
  padding: 18px 87px;
  background: #ef801f;
  border-radius: 5px;
  color: #fff;
}

#Form div.form-set form div.form-box div.form-end {
  margin-left: 20px;
}

/* create-profile */

/* dream-job popup? */

#pop-up {
  padding: 30px 0px;
}

#pop-up section.wrapper {
}

#pop-up section.wrapper div.pop-up {
  width: 80%;
  margin: 0 auto;
}

#pop-up section.wrapper div.pop-up div.top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-bottom: 1px solid #d4d4d4;
  padding-bottom: 30px;
}

#pop-up section.wrapper div.pop-up div.top div.flex-top {
}

#pop-up section.wrapper div.pop-up div.top div.flex-top h6 {
  color: #9a9a9a;
}

#pop-up section.wrapper div.pop-up div.top h5 {
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 800;
}

#pop-up section.wrapper div.pop-up div.top h6 {
}

#pop-up section.wrapper div.pop-up div.top p {
}

#pop-up section.wrapper div.pop-up div.input-div {
  padding-top: 30px;
  margin-bottom: 20px;
}

#pop-up section.wrapper div.pop-up div.input-div p.input {
  border: 1px solid #d5d5d5;
  margin: 10px 0;
  padding: 4px 10px;
}

#pop-up section.wrapper div.pop-up div.input-div p.input #days {
}

#pop-up section.wrapper div.pop-up div.middle-box {
}

#pop-up section.wrapper div.pop-up div.middle-box h4 {
  font-size: 14px;
  font-weight: revert;
  margin-bottom: 16px;
}

#pop-up section.wrapper div.pop-up div.middle-box p.select {
  margin-bottom: 20px;
}

#pop-up section.wrapper div.pop-up div.middle-box p.select small.flex1 {
  text-align: center;
  border: 1px solid #f08f41;
  display: inline-block;
  margin-right: 20px;
  border-radius: 30px;
  padding: 2px 45px;
}

#pop-up section.wrapper div.pop-up div.middle-box p.select small.flex1 a {
  color: #f08f41;
}

#pop-up section.wrapper div.pop-up div.middle-box p.select small.flex1 #days {
  text-align: center;
}

#pop-up section.wrapper div.pop-up div.middle-box p.select small.flex2 {
}

#pop-up section.wrapper div.pop-up div.middle-box p.select small.flex2 a {
  color: #858585;
}

#pop-up section.wrapper div.pop-up div.middle-box p.select small.flex2 #days {
}

#pop-up section.wrapper div.pop-up div.middle-box h5 {
  color: #ef8e3b;
  margin-bottom: 10px;
}

#pop-up section.wrapper div.pop-up div.middle-box h5 span {
  color: #757575;
}

#pop-up section.wrapper div.pop-up div.middle-box p.bottom-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 10px;
}

#pop-up section.wrapper div.pop-up div.middle-box p.bottom-box i.zmdi {
  color: #f39e56;
  margin-right: 20px;
}

#pop-up section.wrapper div.pop-up div.middle-box h6 {
  font-size: 14px;
  font-weight: revert;
}

#pop-up section.wrapper div.pop-up div.middle-box p {
}

#pop-up section.wrapper div.pop-up div.middle-box p.area-box2 {
  border: 1px solid #d5d5d5;
  margin: 18px 0;
}

#pop-up section.wrapper div.pop-up div.middle-box textarea {
}

#pop-up section.wrapper div.pop-up div.middle-box p.check {
}

#pop-up section.wrapper div.pop-up div.middle-box p.check #vehicle1 {
}

#pop-up section.wrapper div.pop-up div.middle-box p.check label {
  color: #757575;
}

#pop-up section.wrapper div.pop-up div.middle-box p.check br {
}

#pop-up section.wrapper div.pop-up div.middle-box p.description {
  margin-bottom: 22px;
}

#pop-up section.wrapper div.pop-up div.middle-box div.button {
  display: flex;
  margin-top: 24px;
}

#pop-up section.wrapper div.pop-up div.middle-box div.button p.buttom-continue {
  margin-right: 20px;
  padding: 5px 20px;
  width: 32%;
  background-color: #ef801f;
  text-align: center;
}

#pop-up
  section.wrapper
  div.pop-up
  div.middle-box
  div.button
  p.buttom-continue
  a {
  color: #fff;
}

#pop-up
  section.wrapper
  div.pop-up
  div.middle-box
  div.button
  p.buttom-continue
  #days {
  text-align: center;
}

#pop-up section.wrapper div.pop-up div.middle-box div.button p.buttom-none {
  display: flex;
  align-items: center;
}

#pop-up
  section.wrapper
  div.pop-up
  div.middle-box
  div.button
  p.buttom-none
  #days {
}

/* dream-job popup? */

/* training-popup */

#registration {
}

#registration div.register {
  padding: 20px;
}

#registration div.register div.image-box {
  width: 100%;
  height: 173px;
  margin-bottom: 20px;
}

#registration div.register div.image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  overflow: hidden;
}

#registration div.register div.top-box {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 10px;
}

#registration div.register div.top-box div.left {
}

#registration div.register div.top-box div.left h4 {
  margin-bottom: 7px;
  font-weight: 600;
}

#registration div.register div.top-box div.left div.flex {
  display: flex;
  align-items: center;
}

#registration
  section.wrapper
  div.register
  div.top-box
  div.left
  div.flex
  i.zmdi {
}

#registration div.register div.top-box div.left div.flex h6 {
  margin-left: 7px;
  color: #8d8d8d;
}

#registration div.register div.top-box div.right {
}

#registration div.register div.top-box div.right div.flex {
  display: flex;
  align-items: center;
  margin-bottom: 7px;
}

#registration
  section.wrapper
  div.register
  div.top-box
  div.right
  div.flex
  i.zmdi {
}

#registration div.register div.top-box div.right div.flex h6 {
  margin-left: 8px;
  color: #8d8d8d;
}

#registration div.register p.content {
  padding: 20px 0;
  font-size: 14px;
  color: #929292;
}

#registration div.register div.button-box {
  display: flex;
}

#registration div.register div.button-box p.buttom-register {
  width: 33%;
  background: #ef801f;
  text-align: center;
  margin-right: 20px;
  border-radius: 5px;
}

#registration div.register div.button-box p.buttom-register a {
  color: #fff;
  font-size: 12px;
}

#registration div.register div.button-box p.buttom-cancel {
}

#registration div.register div.button-box p.buttom-cancel a {
  color: #ef801f;
  font-size: 12px;
}

div.banner-profile {
  background: url(../images/Artboard\ –\ 2.png);
  display: flex;
  justify-content: space-between;
  padding: 200px 100px 20px;
}

div.banner-profile div.top-head {
  margin: 0 auto;
}

div.banner-profile div.top-head div.image-position {
  width: 100px;
  height: 100px;
}

div.banner-profile div.top-head div.image-position img {
  width: 100%;
  height: 100%;
}

div.top-head {
  position: relative;
}

div.top-head div.image-position {
  width: 150px;
  height: 150px;
  margin: 0 auto;
  position: absolute;
  top: -76px;
  right: 0;
  left: 0;
  border: 2px solid white;
  padding: 7px;
  border-radius: 50%;
}

div.top-head div.image-position img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  object-fit: cover;
}

div.top-head div.image-position label {
  bottom: -3px;
  position: absolute;
  right: 41%;
}

div.top-head div.image-position label span.ic {
  font-size: 20px;
  background-color: #ef801f;
  padding: 4px 6px;
  color: #fff;
  border-radius: 50px;
  cursor: pointer;
}

/* label{
	margin-left: 5px;
} */
/* training-popup */

@media all and (max-width: 1280px) {
  span.not-card {
    display: block;
  }
  div.down-box {
    bottom: 97px;
    width: 25%;
  }
  div.down-box span {
    position: inherit !important;
  }
  span.notify small {
    position: absolute;
    left: -94px;
    top: 11px;
  }
  div.employ-pop div.e-head {
    width: 50%;
  }
  div.employ-pop div.e-head h4 {
    margin-bottom: 40px;
  }
  div.employ-pop {
    width: 60%;
  }
  div.job-modal {
    width: 70% !important;
  }
  #Contact div.header div.nav nav ul li a {
    padding: 10px 10px;
    font-size: 16px;
    color: #fff !important;
  }
  #employers div.aside div.information h3 {
    margin-bottom: 25px !important;
  }
  #spotlight
    section.top
    div.about
    div.inner-content
    div.right
    div.img-container {
    width: 76%;
    margin: 0 0 0 auto;
  }
  div.header div.nav nav ul.main-tab {
    display: none;
  }
  div.header div.nav nav ul.main-menu {
    display: none;
  }
  div.header div.nav nav span {
    font-size: 30px;
  }
  div.header div.nav nav .main-menu {
    background-color: rgb(0 0 0 / 95%);
    width: 30%;
    height: 100vh;
    z-index: 2;
    position: absolute;
    top: 0;
    right: 0;
    display: none;
    line-height: 50px;
    padding-top: 58px;
    padding-left: 20px;
  }
  div.header div.nav nav span.close {
    color: #fff;
  }
  #Contact div.header div.nav nav span.menu-icon {
    display: block;
    top: 41px;
    color: #464646;
  }
  div.header div.nav nav span.menu-icon {
    display: block;
    top: 41px;
    color: #fff;
  }
  div.header div.nav nav span.close {
    display: none;
  }
  div.header div.nav nav span.sign-account {
    display: block;
    position: relative;
  }
  #Contact div.header div.nav nav span.sign-account .zmdi-account {
    position: absolute;
    bottom: 10px;
    right: -8px;
    color: #464646;
  }
  div.header div.nav nav span.sign-account .zmdi-account {
    position: absolute;
    bottom: 53px;
    right: -8px;
    color: #fff;
  }
  div.header div.nav nav span {
    position: absolute;
    right: 42px;
    top: 29px;
    color: #031031;
    z-index: 3;
    cursor: pointer;
  }
  div.header div.nav nav nav.main-menu ul {
    display: block;
    width: 100%;
  }
  div.header div.nav nav nav.main-menu ul li {
    margin: 0 auto;
  }
  div.header div.nav nav nav.main-menu ul li a {
    color: #fff !important;
  }
  div.header div.nav nav span.icon small {
    background: url ("../images/menu.png");
  }
  #spotlight div.header div.nav {
    width: 70%;
  }
  #spotlight div.spotlight div.left h1 {
    font-size: 40px;
  }
  #spotlight div.spotlight div.left h2 {
    font-size: 28px;
  }
  #spotlight div.spotlight div.left div.search form div.container {
    padding: 0px 0 0 17px;
  }
  #card-slider div.container div.left {
    width: 40%;
  }
  #card-slider div.container div.right div.card {
    padding: 15px;
  }
  #spotlight div.header div.nav nav ul li a {
    font-size: 21px;
  }
  #advertice div.right-box {
    width: 46%;
  }
  #advertice div.right-box a.button {
    margin-top: 22px;
  }
  footer div.top div.google div.img-container {
    width: 180px;
  }
  footer div.top div.left div.logo h1 {
    width: 225px;
  }
  #advertice {
    padding-bottom: 70px;
  }
  #card-slider div.container div.left h2 {
    font-size: 36px;
  }
  #job-sites div.left-box h2 {
    font-size: 31px;
  }
  #box div.contebt-box div.cont-card p {
    font-size: 17px;
  }
  #job-sites div.left-box p {
    font-size: 18px;
  }
  #advertice div.right-box h2 {
    font-size: 31px;
  }
  #advertice div.right-box p {
    font-size: 19px;
    margin-top: 12px;
  }
  #map div.top-box h2 {
    font-size: 33px;
  }
  #spotlight {
    padding: 60px 0 50px;
  }
  #spotlight.about {
    background-size: 100% 35%;
  }
  #job-sites {
    padding: 80px 0;
  }
  #register .wrapper div.page-content .right {
    width: 40%;
  }
  #register .right {
    width: 60%;
    padding: 40px 20px;
  }
  #register .right .select {
    margin: 0px auto 55px;
  }
  #welcome .right {
    padding: 0 35px 50px;
    width: 65%;
  }
  #register .right h1 {
    margin-bottom: 40px;
  }
  #welcome .right p {
    padding: 20px 0 75px 0;
  }
  #Otp-Verification .right {
    padding: 0px 15px;
    width: 500px;
  }
  #Otp-Verification .right h3 {
    font-size: 28px;
    margin-bottom: 15px;
    margin-top: 90px;
  }
  #Otp-Verification .right p.mobile-number {
    font-size: 13px;
  }
  #map div.top-box {
    width: 55%;
  }
  /* Contact Section */
  #spotlight div.header div.logo h1 img {
    width: 80%;
  }
  #Contact #spotlight div.header div.nav {
    width: 80%;
  }
  #spotlight div.header div.nav nav ul li a {
    padding: 10px 10px;
    font-size: 16px;
    color: #e0e0e0;
  }
  #contactus section.contact-spotlight div.spotlight div.contact-right {
    width: 35%;
  }
  #contactus section.contact-spotlight div.spotlight div.contact-left {
    width: 50%;
  }
  /* End Contact Section */
  /* Training Programs Section */
  #training-programs #wrapper div.contents div.content div.left {
    width: 35%;
  }
  #training-programs #wrapper div.contents div.content div.right {
    width: 63%;
  }
  #training-programs #wrapper div.contents div.content {
    padding: 15px;
  }
  #training-programs #wrapper div.contents div.content div.right div.title h3 {
    letter-spacing: 0.5px;
  }
  #training-programs
    #wrapper
    div.contents
    div.content
    div.right
    div.date-time
    ul
    li {
    margin-right: 10px;
    font-size: 12px;
    margin-top: 7px;
  }
  #training-programs
    #wrapper
    div.contents
    div.content
    div.right
    div.description
    p {
    font-size: 14px;
  }
  footer section.wrapper div.top-box {
    display: block;
  }
  footer section.wrapper div.top-box div.logo {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
  }
  footer section.wrapper div.top-box div.form {
    justify-content: center;
  }
  /* plans-popup */
  div.plans .bottom .cards .card {
    width: 48%;
  }
  div.plans .bottom .cards .card:last-child {
    margin-top: 15px;
  }
}

@media all and (max-width: 1170px) {
  div.down-box {
    width: 35%;
  }
  span.notify small {
    font-size: 27px;
  }
  footer div.top div.google div.img-container {
    width: 157px;
  }
  footer div.top div.left div.logo h1 {
    width: 197px;
  }
  footer div.top div.middle h3 {
    font-size: 18px;
  }
  footer div.top div.jobs h3 {
    font-size: 18px;
  }
  footer div.top div.left ul li a {
    font-size: 14px;
  }
  footer div.top div.middle div.middle-content ul {
    margin-right: 47px;
  }
  footer div.top div.left div.logo h1 {
    width: 173px;
  }
  footer div.top div.middle h3 {
    color: #fff;
    font-size: 17px;
  }
  #Form div.form-set {
    width: 70%;
  }
  .modal-content {
    width: 60%;
  }
  div.plans {
    width: 70%;
  }
}

@media all and (max-width: 980px) {
  div.down-card {
    width: 35%;
  }
  div.employ-pop div.e-head h4 {
    margin-bottom: 15px;
  }
  div.employ-pop div.e-head {
    width: 90%;
    margin: 0 auto;
  }
  div.employ-pop div.image-box {
    width: 47%;
    margin: 32px auto 20px;
  }
  div.employ-pop div.e-content {
    width: 90%;
    margin: 0 auto;
  }
  div.employ-pop div.e-content .paging {
    text-align: center;
  }
  div.employ-pop {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  div.request div.r-bottom div.cards div.card div.c-top h4 {
    font-size: 18px;
  }
  div.request div.r-bottom div.cards div.card div.c-top h5 {
    font-size: 14px;
  }
  div.request div.r-bottom div.cards div.card div.c-bottom {
    margin: 10px 0 0 auto;
  }
  div.request div.r-bottom div.cards div.card-z .thumb {
    width: 75px !important;
  }
  div.request div.r-bottom div.cards div.card-y .thumb {
    width: 100px !important;
  }
  div.request div.r-bottom div.cards div.card-x .thumb {
    width: 52px !important;
  }
  div.resume-card div.card-top div.second div.pro-content {
    top: -61px;
    left: -5px !important;
  }
  div.resume-card div.card-top div.second div.dp {
    top: -230px;
  }
  div.banner {
    padding: 120px 45px 75px;
  }
  #register .left .content h1 {
    padding-top: 50px;
  }
  #register .left .image {
    margin: 0 0 0 auto;
  }
  #register .right {
    margin: 0 auto;
  }
  #register .wrapper {
    display: block;
  }
  #Otp-Verification .right {
    padding: 30px 60px;
    width: 50%;
    margin: 0 auto;
  }
  #Otp-Verification .left .content h3 {
    padding-bottom: 70px;
  }
  #Otp-Verification .left .image {
    margin: 0 0 0 auto;
  }
  #Otp-Verification .wrapper {
    display: block;
  }
  #welcome .left {
    margin: 40px auto;
  }
  #welcome .wrapper {
    display: block;
  }
  div.card-bottom div.res-left div.wrk-left span.line {
    height: 90px !important;
  }
  div.res-right div.over-view h4 {
    margin-bottom: 0 !important;
  }
  div.res-right div.over-view div.card {
    width: 26%;
  }
  div.card-bottom {
    flex-wrap: wrap;
  }
  #employers div.main div#Company div.basic {
    margin-bottom: 25px !important;
  }
  #employers div.main div#Company div.about {
    margin-bottom: 25px !important;
  }
  div.banner-jobs .job-vector img {
    width: 50% !important;
  }
  #Contact div.header div.nav nav span.sign-account .zmdi-account {
    right: 3px;
  }
  section.results div.right div.content form div.bottom {
    padding: 10px 30px;
  }
  #spotlight section.top div.about div.inner-content div.left div.content {
    margin-top: 25px !important;
  }
  #spotlight section.top div.about {
    margin-top: 100px;
  }
  div.header div.nav nav span.sign-account .zmdi-account {
    bottom: 35px;
    right: -3px;
  }
  #spotlight {
    padding: 40px 0;
  }
  section.results div.left {
    width: 100%;
  }
  #spotlight.about {
    background-size: 100% 35%;
  }
  #spot {
    background-image: url(../images/bg_spolight.png);
    background-size: 100% 72%;
    padding: 60px 0 120px;
    background-repeat: no-repeat;
  }
  #spot a {
    padding: 10px 15px;
    font-size: 15px;
    color: #333;
  }
  #spotlight section.top div.about div.inner-content div.right {
    width: 402px;
  }
  section.results {
    margin-top: 50px;
    flex-direction: column;
  }
  section.results div.right {
    width: 70%;
    margin: 0 auto;
  }
  #spotlight section.top div.about div.inner-content div.left h3 {
    font-size: 42px;
  }
  #spotlight section.top div.about div.inner-content div.left div.content p {
    font-size: 17px;
  }
  #spotlight div.header div.logo h1 {
    width: 253px;
  }
  #spotlight div.header div.nav {
    width: 70%;
  }
  #spotlight div.spotlight div.left h2 {
    font-size: 25px;
  }
  #spotlight div.spotlight div.left h1 {
    font-size: 45px;
  }
  #card-slider {
    padding: 50px 0;
  }
  #spotlight div.spotlight div.left div.search {
    margin-top: 35px;
  }
  #card-slider div.container div.left h2 {
    font-size: 30px;
    line-height: 40px;
  }
  #job-sites div.left-box h2 {
    font-size: 30px;
    line-height: 40px;
  }
  #advertice div.right-box h2 {
    font-size: 30px;
    line-height: 40px;
  }
  #map div.top-box h2 {
    font-size: 30px;
    line-height: 40px;
  }
  #job-sites div.right-box div.contebt-box div.icon-card span.zmdi-account {
    padding: 11px 14px;
    font-size: 36px;
  }
  #job-sites div.right-box div.contebt-box div.icon-card span.zmdi-search {
    padding: 11px 14px;
    font-size: 36px;
  }
  #job-sites div.right-box div.contebt-box div.icon-card span.zmdi-globe {
    padding: 11px 14px;
    font-size: 36px;
  }
  #job-sites div.left-box {
    width: 45%;
  }
  #job-sites div.right-box {
    width: 40%;
  }
  #job-sites div.right-box div.contebt-box {
    padding-bottom: 25px;
  }
  #register .wrapper div.page-content .right {
    width: 100%;
  }
  #register .wrapper div.page-content .left {
    width: 100%;
  }
  #welcome .right {
    padding: 90px 65px;
    margin: 0 auto;
  }
  #welcome .left .image {
    width: 90%;
  }
  #welcome .right h1 {
    margin-top: 0;
    font-size: 30px;
    margin-bottom: 65px;
  }
  #Otp-Verification .right h3 {
    font-size: 26px;
    margin-top: 70px;
  }
  #Otp-Verification .right .otp-inputs input {
    width: 60px;
    margin-right: 10px;
  }
  #map div.top-box {
    width: 55%;
  }
  /* Contact */
  #contactus section.contact-spotlight div.spotlight div.contact-left form h1 {
    margin-bottom: 30px;
  }
  #contactus
    section.contact-spotlight
    div.spotlight
    div.contact-left
    form
    textarea {
    height: 135px;
  }
  #contactus
    section.contact-spotlight
    div.spotlight
    div.contact-left
    form
    input {
    margin-bottom: 0px;
  }
  #contactus div.contact-bottom div.services {
    width: 28%;
  }
  #contactus div.contact-bottom div.phone {
    width: 28%;
  }
  #contactus div.contact-bottom div.address {
    width: 38%;
  }
  #contactus div.contact-bottom div.services h2 {
    font-size: 18px;
  }
  #contactus div.contact-bottom div.phone h2 {
    font-size: 18px;
  }
  #contactus div.contact-bottom div.address h2 {
    font-size: 18px;
  }
  #contactus div.contact-bottom div span {
    font-size: 16px;
  }
  /* End Contact */
  /* Training Programs */
  #training-programs #wrapper div.contents {
    display: block;
  }
  #training-programs #wrapper div.contents div.content {
    width: 97%;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    margin-bottom: 25px;
  }
  #training-programs #wrapper div.contents div.content div.right div.title h3 {
    margin: 15px 0 7px;
    letter-spacing: 0.8px;
  }
  #training-programs
    #wrapper
    div.contents
    div.content
    div.right
    div.date-time
    ul
    li {
    margin-right: 20px;
    font-size: 14px;
    margin-top: 8px;
  }
  #training-programs
    #wrapper
    div.contents
    div.content
    div.right
    div.description
    p {
    font-size: 15px;
    margin-top: 7px;
  }
  footer div.top div.left {
    width: 30%;
  }
  footer div.top div.middle {
    width: 40%;
  }
  footer div.top div.jobs {
    width: 20%;
  }
  footer div.top {
    flex-wrap: wrap;
  }
  #Form div.form-set form div.form-box div.form-data div.flex-box p {
    width: 100%;
  }
  div.plans .bottom .cards .card {
    width: 100%;
    margin-bottom: 10px;
  }
  div.plans .bottom .cards .card:last-child {
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media all and (max-width: 890px) {
  footer section.wrapper div.top-box div.form form {
    display: block;
  }
  footer div.top div.middle div.middle-content ul li a {
    font-size: 14px;
  }
  footer div.top div.jobs ul li a {
    font-size: 14px;
  }
  footer div.top div.left div.logo h1 {
    width: 168px;
  }
  .results div.bottom div.cards div.card div.content div.middle p {
    font-size: 13px !important;
  }
  .results div.bottom div.cards div.card div.content h3 {
    font-size: 14px;
  }
  div.resume-card div.card-top div.second div.pro-content {
    top: -61px;
    left: 0px !important;
  }
  div.resume-card div.card-top div.second div.dp {
    left: -2px;
}
}

@media all and (max-width: 820px) {
  div.request {
    width: 80%;
  }
  div.banner-jobs {
    padding: 40px 30px 20px !important;
  }
  #spotlight.about {
    background-size: 125% 25%;
  }
  footer div.top div.middle {
    width: 60%;
  }
  footer div.top div.left {
    width: 30%;
  }
  footer div.top {
    flex-wrap: wrap;
    width: 80%;
    margin: 0 auto;
    padding-bottom: 60px;
  }
  footer div.top div.jobs {
    width: 23%;
    margin-top: 20px;
  }
  footer div.top div.google {
    margin: auto 0;
    width: 35%;
  }
  .results div.bottom div.cards div.card {
    width: 48%;
    margin-bottom: 30px;
  }
  .results div.bottom div.cards div.card:nth-child(n + 2) {
    margin-top: 0px !important;
  }
  .results div.bottom div.cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .results div.bottom div.cards div.card div.content .second {
    width: 100% !important;
  }
  .results div.bottom div.cards div.card div.content {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .results div.bottom div.cards div.card div.content div.img {
    width: 20% !important;
    margin: 0 auto;
  }
  .results div.bottom div.cards div.card div.content .first {
    width: 100% !important;
    margin-left: 0px;
    /* margin: 0 auto; */
    text-align: center;
  }
  .results div.bottom div.cards div.card div.content div.middle p {
    margin: 10px 0;
  }
  .pagination {
    padding: 35px 0 35px !important;
  }
  .results div.bottom div.cards div.card div.content div.middle {
    width: 47%;
    align-items: center;
    display: contents;
  }
  .results div.bottom div.cards div.card div.content div.middle p {
    text-align: center;
  }
  .results div.bottom div.cards div.card div.content .second h4 {
    text-align: center;
  }
  .results div.bottom div.cards div.card div.content .second h4 {
    margin: 10px 0px;
  }
  .results div.bottom div.cards div.card div.content .second div {
    justify-content: center;
  }
  #Form div.form-set form div.form-box div.form-data div.flex-box p {
    width: 100%;
  }
  #registration div.register div.top-box div.left h4 {
    font-size: 13px;
  }
  #modal-wrapper.active #modal-confirmation {
    width: 50%;
  }
  #spotlight div.spotlight div.left h1 {
    font-size: 30px;
  }
  #spotlight div.spotlight div.left h2 {
    font-size: 20px;
  }
  .modal-content {
    width: 80%;
  }
  div.resume-card div.card-top div.second div.dp {
    left: -10px;
  }
}

@media all and (max-width: 768px) {
  div.down-card {
    width: 40%;
  }
  div.pay-disc div.card div.head span,
  div.pay-disc div.card div.head h4 {
    margin-left: -32px;
  }
  div.pay-disc div.card {
    padding: 20px;
    width: 48%;
  }
  div.pay-disc div.card:nth-child(n + 3) {
    margin-top: 15px;
  }
  #Contact div.header div.nav nav span.sign-account .zmdi-account {
    right: 9px;
  }
  span.notify small {
    left: -75px;
  }
  div.employ-pop div.image-box {
    width: 67%;
  }
  div.resume-card div.card-top div.second div.dp {
    top: -65px;
    left: 70px;
  }
  div.resume-card div.card-top div.second div.dp img {
    height: 100px;
    width: 100px;
    padding: 3px;
    margin: 0 auto;
  }
  div.resume-card div.card-top div.second div.pro-content {
    top: 38px !important;
  }
  #employers div.main div.top div.left div.content {
    margin-left: 50px !important;
  }
  #employers div.main div.top div.left {
    width: 100%;
    margin-bottom: 15px;
  }
  #employers div.main div.top div.dream {
    flex-direction: column;
  }
  #spotlight section.top div.about div.inner-content div.left {
    width: 60%;
  }
  #spotlight section.top div.about div.inner-content div.left h3 {
    font-size: 38px;
  }
  div.header div.nav nav ul li a {
    padding: 4px 15px;
    font-size: 17px !important;
  }
  div.header div.nav nav .main-menu {
    width: 44%;
  }
  #map .bottom-box {
    min-height: 400px;
  }
  #map div.bottom-box div.bubbles div.bubble div.card {
    width: 75px;
    height: 75px;
  }
  #map {
    padding: 80px 0 0;
  }
  #advertice {
    padding-bottom: 30px;
  }
  div.header div.nav nav span.sign-account .zmdi-account {
    right: 6px;
  }
  footer section.wrapper div.top-box div.form form {
    display: block;
  }
  footer section.wrapper div.top-box div.form form p:nth-child(n + 2) {
    margin-top: 25px;
    margin-left: 0;
  }
  #spotlight div.spotlight div.left {
    width: 58%;
    padding: 10% 0 9%;
  }
  #advertice section.wrapper {
    display: block;
  }
  #advertice div.left-box {
    width: 52%;
    margin: 0 auto;
  }
  #advertice div.right-box {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    margin-top: 25px;
  }
  #register .wrapper div.page-content {
    flex-direction: column-reverse;
  }
  #register .wrapper div.page-content .logo img {
    width: 175px;
  }
  #register .wrapper div.page-content .right {
    width: 65%;
    margin: 0 auto;
  }
  #register .wrapper div.page-content .left {
    width: 90%;
    margin: 0 auto;
  }
  #register .left .content h3 {
    padding-bottom: 30px;
  }
  #register .left .image {
    width: 90%;
    margin: 0 auto;
  }
  #contactus div.contact-bottom div.services {
    width: 30%;
  }
  #contactus div.contact-bottom div.phone {
    width: 30%;
  }
  #contactus div.contact-bottom div.address {
    width: 40%;
  }
  #welcome .wrapper div.page-content {
    flex-direction: column-reverse;
  }
  #welcome .right {
    width: 65%;
    padding-bottom: 50px;
    margin: 0 auto 50px;
  }
  #welcome .left {
    width: 80%;
    text-align: center;
  }
  #welcome .left .content h3 {
    padding-bottom: 100px;
  }
  #Otp-Verification .wrapper div.page-content {
    flex-direction: column-reverse;
  }
  #Otp-Verification .right {
    width: 60%;
    margin: 0 auto;
    margin-bottom: 75px;
  }
  #Otp-Verification .left {
    margin: 0 auto;
    text-align: center;
  }
  #Otp-Verification .right h3 {
    font-size: 24px;
  }
  #Otp-Verification .left .image {
    width: 70%;
    margin: 0 auto;
  }
  #Otp-Verification .right p.mobile-number {
    font-size: 14px;
  }
  #Otp-Verification .right .otp-inputs {
    width: 255px;
    margin: 60px auto 10px;
  }
  #Otp-Verification .left .content h3 {
    padding-bottom: 65px;
  }
  #Otp-Verification .right form div.submit {
    max-width: 315px;
    margin: 45px auto 60px;
  }
  #contactus section.contact-spotlight div.spotlight div.contact-right {
    display: none;
  }
  #contactus section.contact-spotlight div.spotlight div.contact-left {
    width: 70%;
    margin: 0 auto;
  }
  #contactus
    section.contact-spotlight
    div.spotlight
    div.contact-left
    form
    textarea {
    height: 175px;
  }
  #contactus div.contact-bottom {
    flex-wrap: wrap;
  }
  #contactus div.contact-bottom div.services {
    width: 48%;
  }
  #contactus div.contact-bottom div.phone {
    width: 48%;
  }
  #contactus div.contact-bottom div.address {
    width: 50%;
    margin-top: 30px;
  }
  section.results div.left div.top p {
    font-size: 17px;
  }
  #Form div.form-set form div.form-box div.form-data div.flex-box p.first {
    width: 30%;
  }
  #Form div.form-set form div.form-box div.form-data div.flex-box p.second {
    width: 68%;
  }
  div.banner {
    padding: 120px 20px 55px;
  }
  div.resume-card div.card-top div.second div.pro-content {
    top: 116px !important;
  }
  #spotlight div.spotlight div.left div.search form div.container {
    padding: 0px 0 0 0px;
  }
  #spotlight div.spotlight div.left div.search form div.container i {
    margin-left: 5px;
  }
}

@media all and (max-width: 690px) {
  div.down-card {
    width: 50%;
    right: 10px;
  }
  section.job-search div.top form div.left p i {
    font-size: 28px !important;
  }
  div.down-card div.card div.l-box {
    width: 65%;
    margin-right: 10px;
  }
  div.down-card div.card div.r-box {
    width: 30%;
  }
  div.down-box {
    width: 45%;
    right: 15px;
  }
  div.request div.r-middle p {
    margin: 18px 0px 18px 11px;
  }
  div.request div.r-bottom div.cards div.card-z {
    width: 100%;
    margin: 10px auto 0;
  }
  div.request div.r-bottom div.cards div.card-x {
    width: 48% !important;
  }
  div.request div.r-bottom div.cards div.card-y {
    width: 48% !important;
  }
  /* div.resume-card {
    padding-bottom: 50px !important;
  } */
  div.card-bottom div.res-left h4 {
    margin-bottom: 10px !important;
  }
  div.card-bottom div.res-left p {
    /* text-align: justify; */
  }
  /* div.resume-card div.card-top div.third {
    margin-top: 12px;
  } */
  /* div.resume-card div.card-top div.first ul li {
    margin-right: 5px;
  }
  div.resume-card div.card-top div.first ul {
    flex-direction: unset !important;
    padding-top: 15px !important;
  }
  div.resume-card div.card-top {
    flex-direction: column;
  } */
  #contactus div.banner h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  #Contact div.header div.nav nav span.sign-account .zmdi-account {
    right: 10px;
  }
  #spotlight {
    padding: 40px 0 40px;
  }
  .bg-primary {
    padding: 10px 25px;
  }
  #spotlight div.spotlight div.left div.search form div.container input {
    font-size: 14px;
  }
  #spotlight div.spotlight div.right {
    padding-top: 20px;
  }
  #spotlight div.spotlight div.left h2 {
    font-size: 20px;
  }
  #spotlight div.spotlight div.left h1 {
    font-size: 35px;
    margin: 27px 0;
  }
  footer div.bottom p {
    font-size: 15px;
  }
  footer div.bottom p a {
    font-size: 15px;
  }
  footer div.top div.google div.img-container a {
    margin: 0 auto;
  }
  footer div.top div.jobs {
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
  }
  footer div.top div.left div.logo h1 {
    width: 148px;
  }
  footer div.top div.middle h3 {
    font-size: 16px;
  }
  footer div.top div.jobs h3 {
    font-size: 16px;
  }
  footer div.top div.left ul li a {
    font-size: 13px;
  }
  footer div.top div.middle h3 {
    font-size: 16px;
    text-align: center;
  }
  footer div.top div.middle div.middle-content {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
  }
  footer div.top div.middle div.middle-content ul {
    margin-right: 17px;
  }
  footer div.top div.middle {
    width: 100%;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    padding: 30px 0;
  }
  footer div.top div.left ul {
    justify-content: center;
  }
  footer div.top div.left {
    width: 100%;
  }
  footer div.top div.left ul li {
    text-align: center;
  }
  footer div.top div.left div.logo {
    display: flex;
    justify-content: center;
  }
  footer div.top div.google {
    margin: auto 0;
    width: 100%;
    justify-content: center;
    display: flex;
  }
  footer div.top {
    padding: 60px 0 30px;
  }
  footer div.top div.jobs ul li {
    margin-bottom: 13px;
  }
  footer div.top div.jobs ul {
    margin-top: 18px;
  }
  footer {
    padding: 4px 0;
  }
  footer div.bottom {
    padding: 11px 0;
  }
  footer div.top div.left ul {
    margin: 21px 0;
  }
  section.results div.left div.top {
    display: flex;
    flex-direction: column;
  }
  section.results div.left div.top form select {
    padding: 5px;
  }
  section.results div.left div.top p {
    margin-bottom: 20px;
  }
  section.results div.left div.top form {
    width: 100%;
    justify-content: space-around;
    display: flex;
  }
  section.job-search {
    margin-top: 30px;
  }
  #spotlight section.top div.about {
    margin-top: 50px;
  }
  #spotlight section.top div.about div.inner-content div.left div.content p {
    font-size: 15px !important;
    text-align: justify;
  }
  #spotlight section.top div.about div.inner-content div.left h3 {
    font-size: 25px;
  }
  #spotlight section.top div.about div.inner-content div.right {
    width: 43%;
  }
  #spotlight section.top div.about div.inner-content div.left {
    width: 52%;
  }
  #spotlight section.top div.about {
    margin-top: 50px;
  }
  #spotlight.about {
    background-size: 150% 45%;
  }
  .results div.bottom div.cards div.card {
    width: 100%;
    margin-bottom: 26px;
  }
  section.results div.right {
    width: 100%;
  }
  section.job-search div.top form div.left p i.icon {
    font-size: 12px;
  }
  section.job-search div.top form button {
    padding: 7px 22px;
    font-size: 14px;
  }
  #employers div.main div.top div.left div.content h2 {
    font-size: 24px !important;
  }
  #employers div.main div.top div.left div.content div.addres {
    display: flex;
    flex-direction: column;
    margin-top: 16px;
  }
  .tab {
    overflow: hidden;
    border-bottom: 2px solid #ccc;
    margin-bottom: 45px;
    text-align: center;
  }
  #employers div.main div.top div.left {
    margin-bottom: 15px;
  }
  #employers div.main div.top div.left div.content div.addres div i {
    margin-bottom: 6px;
  }
  #spotlight {
    background-size: 113% 100%;
  }
  #map div.top-box {
    width: 70%;
  }
  #registration div.register div.top-box div.left h4 {
    text-align: center;
    font-size: 13px;
  }
  #registration div.register div.top-box div.left div.flex {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #registration div.register div.top-box div.left {
    width: 100%;
  }
  #registration div.register div.top-box div.right {
    width: 100%;
  }
  #registration div.register div.top-box {
    display: flex;
    flex-direction: column;
  }
  #registration div.register div.top-box div.right div.flex {
    display: flex;
    align-items: center;
    margin-bottom: 7px;
    justify-content: center;
  }
  #registration div.register div.top-box div.left {
    margin-bottom: 11px;
  }
  div.banner {
    padding: 100px 36px 55px;
  }
  /* div.resume-card div.card-top div.second div.pro-content {
    top: -60px !important;
  } */
  #modal-header h3 {
    font-size: 18px;
  }
  #modal-content p {
    font-size: 15px;
  }
  #modal-wrapper.active #modal-confirmation {
    width: 55%;
  }
  #spotlight
    section.top
    div.about
    div.inner-content
    div.right
    div.img-container
    img {
    display: none;
  }
  #spotlight section.top div.about div.inner-content {
    display: block;
  }
  #spotlight section.top div.about div.inner-content div.left {
    width: 90%;
  }
  #conditions .wrapper .static-sections .policy-wrapper #terms .policy-heading {
    font-size: 1.7rem;
  }
  #conditions
    .wrapper
    .static-sections
    .policy-wrapper
    #privacy-policy
    .policy-heading {
    font-size: 1.7rem;
  }
  #conditions
    .wrapper
    .static-sections
    .policy-wrapper
    #privacy-policy
    .policy-section
    .policy-sub-heading {
    font-size: 1.3rem;
  }
  /* Contact Section */
}

@media all and (max-width: 640px) {
  div.resume-card div.card-top div.second div.dp {
    left: 56px;
  }
  div.pay-disc {
    padding: 60px 0;
  }
  div.pay-disc div.card div.head h4 {
    width: 60%;
  }
  div.employ-pop {
    width: 78%;
  }
  div.employ-pop div.image-box {
    width: 100%;
  }
  div.employ-pop {
    padding: 30px;
  }
  #register .right {
    width: 100%;
  }
  div.res-right div.over-view div.card {
    width: 41% !important;
  }
  #employers div.aside div.information {
    margin-top: 0px !important;
  }
  #Contact div.header div.nav nav span.sign-account .zmdi-account {
    bottom: 2px;
  }
  section.results
    div.right
    div.content
    form
    div.bottom
    div.inner-content
    div.type {
    padding: 20px 0;
  }
  .pagination {
    padding: 0px 0 35px !important;
  }
  div.header div.nav nav .main-menu {
    width: 50%;
  }
  footer div.top {
    padding: 50px 0 30px;
  }
  #map .bottom-box {
    margin-top: 48px;
  }
  #map .bottom-box {
    min-height: 300px;
  }
  #map {
    padding: 50px 0 0;
  }
  #job-sites {
    padding: 80px 0 50px;
  }
  div.header div.nav nav span.sign-account .zmdi-account {
    bottom: 26px;
    right: 14px;
  }
  #map
    div.bottom-box
    div.bubbles
    div.bubble
    div.card
    div.testimonal
    div.rectangle {
    top: -16px;
    left: 141px;
  }
  #map div.bottom-box div.bubbles div.bubble div.card div.testimonal {
    left: -119px;
    top: 76px;
  }
  footer section.wrapper div.bottom-box div.footer-contents {
    display: block;
    justify-content: center;
  }
  footer section.wrapper div.bottom-box div.footer-contents div.box {
    width: 50%;
    margin: 0 auto 20px;
    text-align: center;
  }
  footer section.wrapper div.bottom-box div.footer-contents div.box h3 {
    margin-bottom: 10px;
  }
  footer section.wrapper div.bottom-box div.footer-contents div.box .social a {
    padding-top: 6px;
    padding-left: 0px;
  }
  footer section.wrapper div.bottom-box div.footer-contents div.box .phone {
    justify-content: center;
  }
  footer section.wrapper div.bottom-box {
    margin-bottom: 20px;
  }
  #map div.top-box {
    width: 80%;
  }
  #job-sites section.wrapper {
    display: block;
  }
  #job-sites div.left-box {
    width: 85%;
    margin: 0 auto 40px;
    text-align: center;
  }
  #job-sites div.right-box {
    width: 75%;
    margin: 0 auto;
  }
  #advertice {
    padding-bottom: 30px;
  }
  #card-slider div.container {
    display: block;
  }
  #card-slider div.container div.left {
    width: 85%;
    margin: 0 auto 40px;
    text-align: center;
  }
  #card-slider div.container div.right {
    width: 100%;
  }
  #spotlight div.header div.logo h1 {
    width: 141px;
    height: 53px;
  }
  #spotlight div.spotlight div.left {
    width: 49%;
    padding: 5% 0 10%;
  }
  #spotlight div.spotlight div.left {
    width: 70%;
  }
  #card-slider {
    padding: 20px 0 40px;
  }
  #register .wrapper div.page-content .right {
    width: 85%;
  }
  #welcome .right {
    width: 82%;
  }
  #Otp-Verification .right {
    width: 80%;
  }
  #Otp-Verification .right form div.submit {
    max-width: 315px;
    margin: 45px auto 60px;
  }
  #Otp-Verification .right .otp-inputs input {
    width: 45px;
    margin-right: 5px;
  }
  /* Contact */
  #contactus section.contact-spotlight div.spotlight div.contact-left {
    width: 80%;
  }
  #spotlight div.spotlight div.left h1 {
    font-size: 23px;
  }
  #card-slider div.container div.left h2 {
    font-size: 20px;
    line-height: 25px;
  }
  #card-slider div.container div.left p {
    font-size: 16px;
  }
  #card-slider div.container div.right div.card div.botttom h3 {
    font-size: 18px;
  }
  #card-slider div.container div.right div.card div.botttom p {
    font-size: 15px;
  }
  #advertice div.right-box h2 {
    font-size: 20px;
    line-height: 25px;
  }
  #advertice div.right-box p {
    font-size: 16px;
  }
  #job-sites div.left-box h2 {
    font-size: 20px;
    line-height: 25px;
  }
  #job-sites div.left-box p {
    font-size: 16px;
  }
  #map div.bottom-box div.bubbles div.bubble div.card {
    border-radius: 50%;
    width: 40px;
    height: 40px;
  }
  #job-sites section.wrapper div.right-box div.contebt-box div.cont-card p {
    font-size: 16px;
  }
  #map div.top-box h2 {
    font-size: 20px;
    line-height: 25px;
  }
  #map div.top-box p {
    font-size: 16px;
  }
  #spotlight div.spotlight div.left div.search form div.container input {
    font-size: 10px;
  }
  div.bubble:nth-child(1) {
    top: 70%;
    left: 8%;
  }
  #map div.bottom-box div.bubbles div.bubble:nth-child(5) {
    top: 5%;
    left: 45%;
  }
  #map div.bottom-box div.bubbles div.bubble:nth-child(7) {
    top: 10%;
    left: 66%;
  }
  #Form div.form-set form div.form-box div.form-data div.flex-box p {
    width: 100%;
  }
  #Form div.form-set form div.form-box div.form-data div.flex-box p.second {
    width: 100%;
  }
  #Form div.form-set form div.form-box div.form-data div.flex-box p.first {
    width: 100%;
  }
  #Form div.form-set form div.form-box div.form-data div.flex-box p.icon {
    width: 100%;
  }
  #registration div.register div.image-box {
    height: 127px;
  }
  #registration div.register div.button-box {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #registration section.wrapper div.register div.button-box p.buttom-register {
    width: 80%;
    text-align: center;
    margin: 0 auto;
  }
  #registration div.register div.button-box p.buttom-cancel {
    width: 80%;
    text-align: center;
    border: 1px solid #ef801f;
    border-radius: 5px;
    margin-top: 10px;
  }
  #Form div.form-set form div.form-box div.form-data div.button input {
    padding: 15px 80px;
  }
  #Form div.form-set form div.form-box div.form-data div.flex-box p.area {
    flex-direction: column;
  }
  div.banner {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  div.banner div.ban-right {
    margin-bottom: 20px;
  }
  #modal-wrapper.active #modal-confirmation {
    width: 70%;
  }
  .policy-wrapper .policy-list-item {
    font-size: 1rem;
  }
  div.plans {
    width: 80%;
  }
  div.plans .bottom .cards .card {
    margin-bottom: 20px;
  }
  #conditions
    .wrapper
    .static-sections
    .policy-wrapper
    #privacy-policy
    div
    .policy-section
    .policy-sub-heading {
    font-size: 1.3rem;
  }
  .hed {
    font-size: 16px;
  }
  .po {
    font-size: 15px;
  }
  .svg1 {
    height: 18px;
    width: 40px;
}
.svg2 {
  width: 17%;
}
.hd {
  font-size: 14px;
  height: 11px;
}
.tt {
  font-size: 16px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.btno2 {
  margin-top: 15px;
  padding: 10px 20px;
  width: 40%;
}
div.account-pop input[type="radio"]:checked:after {
  top:
}
}

@media all and (max-width: 540px) {
  div.resume-card div.card-top div.third {
    width: max-content;
    position: absolute;
    bottom: -6px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  div.pay-disc div.card div.price-p h3 {
    font-size: 30px;
  }
  div.pay-disc div.card:nth-child(n + 2) {
    margin-top: 15px;
  }
  div.pay-disc div.card {
    width: 90%;
    margin: 0 auto;
  }
  div.down-box {
    width: 55%;
    right: 44px;
    bottom: 105px;
  }
  div.request {
    padding: 43px 14px;
  }
  #Form div.form-set form div.form-box div.form-data div.button input {
    padding: 10px 78px;
  }
  div.banner-profile {
    padding: 122px 100px 20px;
  }
  #registration div.register div.image-box {
    height: 108px;
  }
  #registration div.register p.content {
    text-align: justify;
  }
  #registration div.register {
    width: 70%;
    margin: 0 auto;
    padding: 20px;
  }
  div.resume-card div.card-top {
    padding: 17px 0 120px;
  }
  marquee.scroll {
    font-size: 16px;
  }
  .modal-content {
    width: 90%;
  }
  div.account-pop input[type="radio"]:after {
    top: 0px;
    left: 0px;
  }
  
  div.account-pop input[type="radio"]:checked:after {
    top: 0px;
    left: 0px;
  }
  #id_gender label {
		align-items: center;
	}
  div.plans {
    padding: 30px;
    width: 85%;
  }
}

@media all and (max-width: 480px) {
  div.resume-card div.card-top div.third {
    bottom: 19px;
  }
  div.resume-card div.card-top div.second div.pro-content {
    top: 94px !important;
  }
  div.resume-card div.card-top div.second div.dp {
    left: 22px;
  }
  div.resume-card div.card-top div.second div.dp {
    width: 80%;
  }
  div.resume-card div.card-top div.second div.dp img {
    height: 115px;
    width: 115px;
  }
  div.resume-card div.card-top div.first ul {
    margin-top: 38px;
  }
  section.job-results {
    padding-bottom: 40px;
  }
  #contactus div.banner {
    padding-left: 10px;
  }
  div.banner {
    padding: 55px 22px 20px;
  }
  #training-programs #wrapper div.headings ul li {
    font-size: 18px;
    margin-right: 32px;
    margin-left: 0;
  }
  #spotlight div.client {
    padding-top: 50px;
  }
  div.down-card {
    width: 60%;
    right: 5px;
    top: 80px;
  }
  #Form div.form-set {
    padding: 128px 0px 40px;
  }
  #Form div.form-set {
    width: 85%;
  }
  #Form div.form-set form div.form-box div.form-data div.flex-box p.area {
    max-width: 480px;
    overflow: scroll;
  }
  div.down-box {
    width: 66%;
    right: 20px;
    bottom: 205px;
  }
  span.notify small {
    color: rgb(10, 10, 10);
  }
  span.notify small {
    left: -60px;
    top: 8px;
  }
  div.account-pop div.e-head label {
    margin-right: 10px;
    font-size: 15px;
  }
  div.employ-pop {
    padding: 20px;
  }
  .select2-container {
    min-width: 15em !important;
  }
  div.employ-pop form {
    width: 100%;
  }
  div.request div.r-top div.search form div.cont-r input {
    font-size: 13px;
  }
  div.request div.r-bottom div.cards div.card-x {
    width: 100% !important;
  }
  div.request div.r-bottom div.cards div.card-y {
    width: 100% !important;
    margin-top: 10px;
  }
  #welcome .right form a.sign-b {
    padding: 13px 5px;
    font-size: 19px;
  }
  #register .right .button input.submit {
    height: 45px;
    font-size: 18px;
  }
  #register .right .inputs {
    margin-bottom: 30px;
  }
  #register .wrapper {
    margin-top: 20px;
  }
  #register .left .content h1 {
    padding-top: 25px;
    font-size: 21px;
  }
  #register .right h1 {
    margin-bottom: 20px;
    font-size: 25px;
  }
  #Otp-Verification .wrapper {
    margin-top: 20px;
  }
  #Otp-Verification .right .otp-inputs {
    width: 206px;
    margin: 37px auto 10px;
  }
  #Otp-Verification .left .content h3 {
    font-size: 15px;
    line-height: 24px;
  }
  #Otp-Verification .left .content h1 {
    font-size: 24px;
  }
  #Otp-Verification .right h3 {
    font-size: 22px;
    margin-top: 40px;
  }
  #welcome .right .button input {
    padding: 16px;
    font-size: 18px;
  }
  #welcome .left {
    width: 90%;
  }
  #welcome .right p {
    padding: 20px 0 40px 0;
    font-size: 15px;
  }
  #welcome .right h1 {
    margin-bottom: 35px;
    font-size: 25px;
  }
  #welcome .wrapper div.page-content {
    margin-bottom: 0;
  }
  #welcome .right {
    padding: 30px;
    margin: 0 auto;
  }
  #welcome .left .content h3 {
    padding-bottom: 20px;
    font-size: 15px;
  }
  #welcome .left .content h1 {
    font-size: 24px;
  }
  #welcome .wrapper {
    margin-top: 20px;
  }
  #contactus
    section.contact-spotlight
    div.spotlight
    div.contact-left
    form
    div.group
    label {
    font-size: 14px !important;
    top: 17px !important;
  }
  #contactus div.contact-bottom div.address h2 {
    margin-bottom: 12px !important;
  }
  #contactus div.contact-bottom div.phone h2 {
    margin-bottom: 12px !important;
  }
  #contactus div.contact-bottom div.services h2 {
    margin-bottom: 12px !important;
  }
  #contactus div.contact-bottom {
    margin: 10% 0 !important;
  }
  #contactus section.contact-spotlight div.spotlight div.contact-left form h1 {
    font-size: 20px !important;
    letter-spacing: 1px !important;
    margin-bottom: 20px !important;
  }
  #contactus section.contact-spotlight {
    margin-top: 40px !important;
  }
  #employers div.main div.top div.left div.content {
    margin-bottom: 7px;
  }
  div.main-job div.job-left div.body ul li {
    line-height: 18px;
  }
  div.job-modal {
    padding: 10px 25px 25px !important;
  }
  div.job-modal div.left {
    flex-direction: column;
  }
  div.job-modal div.left div.content div.addres {
    flex-direction: column;
    text-align: center;
    padding-bottom: 10px;
  }
  .tab {
    margin-bottom: 25px !important;
  }
  #employers div.aside div.information h3 {
    margin-bottom: 18px !important;
  }
  #employers div.main div#Company div.basic p {
    text-align: justify;
  }
  #employers div.main div#Company div.about {
    text-align: justify;
  }
  #employers div.reviews div.rev-top h4 {
    margin-bottom: 8px !important;
  }
  #employers div.reviews {
    width: 100% !important;
    margin-top: 25px !important;
  }
  #employers div.aside div.information {
    width: 100% !important;
    margin-top: 25px !important;
    padding: 25px 20px 20px;
  }
  #employers div.contact {
    width: 100% !important;
    margin-top: 25px !important;
  }
  #employers div.main div#Company div.team div.items div.item div.bottom h5 {
    margin: 15px 0 28px !important;
  }
  #employers div.main div#Company div.gallery {
    margin-bottom: 25px !important;
  }
  #employers div.main div#Company div.title {
    margin-bottom: 10px;
  }
  .tab button {
    font-size: 20px !important;
  }
  #employers div.main div.top div.left div.content {
    margin-left: 30px !important;
  }
  section.company {
    background-image: url(../images/bg.jpg) !important;
    background-size: 100% 72%;
    padding: 60px 0 120px;
    background-repeat: no-repeat;
    background-color: #f8f8f8;
  }
  #employers div.main {
    padding: 15px !important;
  }
  #employers div.main div.top {
    margin-bottom: 5px !important;
    padding: 0 !important;
  }
  #employers div.main div.top div.dream {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px !important;
    padding: 15px !important;
  }
  #employers div.main div.top div.left {
    display: flex;
    align-items: center;
    margin-bottom: 0 !important;
  }
  #employers div.main div.top div.left div.image {
    width: 80px;
  }
  #employers div.main div.top div.left div.image img {
    box-shadow: 0px 2px 5px 0px rgba(122, 110, 122, 1);
    border-radius: 50%;
    display: block;
    width: 100%;
  }
  #employers div.main div.top div.left div.content {
    margin-left: 15px;
  }
  #employers div.main div.top div.left div.content h2 {
    text-transform: capitalize;
    font-size: 30px;
    font-family: "product_sansbold";
    color: #484848;
  }
  #employers div.main div.top div.left div.content span {
    color: #a4a4a4;
    text-transform: capitalize;
    margin: 10px 0;
    display: block;
  }
  #employers div.main div.top div.left div.content div.addres {
    display: flex;
    color: #a4a4a4;
  }
  #employers div.main div.top div.left div.content div.addres div {
    display: flex;
    margin-right: 20px;
  }
  #employers div.main div.top div.left div.content div.addres div:last-child {
    margin-right: 0;
  }
  #employers div.main div.top div.left div.content div.addres div i {
    color: #7d7d7d;
    margin-right: 7px;
  }
  #employers div.main div.top div.left div.content div.addres div h5 {
  }
  #employers div.main div.top div.right a.button {
    padding: 10px 25px;
    border: 1px solid #ccc;
    text-transform: capitalize;
    border-radius: 5px;
    color: #a4a4a4;
    font-size: 15px;
    display: inline-block;
  }
  #employers div.main div.top div.right a.button i {
    color: #ef801f;
    margin-right: 3px;
  }
  section.search-jobs {
    width: 100%;
  }
  div.banner-jobs .job-vector {
    display: none;
  }
  #training-programs #wrapper #programs {
    margin: 30px 10px;
  }
  #contactus div.banner {
    height: 200px;
  }
  #training-programs #wrapper div.headings ul {
    margin: 0 0 20px 0;
  }
  #training-programs
    #wrapper
    div.contents
    div.content
    div.right
    div.date-time
    ul {
    justify-content: center;
    margin: 0 auto;
  }
  #training-programs #wrapper div.contents div.content div.left {
    width: 45%;
    margin: 0 auto;
  }
  #training-programs #wrapper div.contents div.content div.right {
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }
  #training-programs #wrapper div.contents div.content {
    flex-wrap: wrap;
    padding: 15px;
  }
  #Contact div.header div.nav nav span.sign-account .zmdi-account {
    right: 5px;
    bottom: 7px;
  }
  #Contact div.header div.nav nav span.menu-icon {
    top: 35px;
  }
  div.header div.nav nav span.menu-icon {
    top: 32px;
    right: 16px;
  }
  footer div.top div.jobs ul {
    margin-top: 10px;
  }
  footer div.top {
    padding: 26px 0 30px;
  }
  footer div.bottom p a {
    font-size: 13px;
  }
  footer div.bottom p {
    font-size: 13px;
  }
  #spotlight {
    padding: 10px 0 40px;
  }
  #spotlight section.top div.about div.inner-content div.left div.content {
    margin-top: 15px !important;
  }
  #spotlight
    section.top
    div.about
    div.inner-content
    div.right
    div.img-container
    img {
    display: none;
  }
  div.header div.nav nav ul li {
    line-height: 40px;
  }
  div.header div.nav nav .main-menu {
    width: 60%;
  }
  #spotlight div.spotlight div.left div.search form {
    width: 100%;
  }
  #map
    div.bottom-box
    div.bubbles
    div.bubble
    div.card
    div.testimonal
    div.rectangle {
    top: -14px;
    left: 79px;
  }
  #map div.bottom-box div.bubbles div.bubble div.card div.testimonal {
    left: -61px;
    top: 62px;
  }
  #map div.bottom-box div.bubbles div.bubble div.card div.testimonal h4 {
    font-size: 17px;
  }
  #map div.bottom-box div.bubbles div.bubble div.card div.testimonal p {
    font-size: 13px;
    margin: 5px 0;
  }
  #map div.bottom-box div.bubbles div.bubble div.card div.testimonal {
    padding: 16px 6px;
    max-width: 185px;
  }
  #job-sites div.right-box div.contebt-box {
    padding-bottom: 20px;
  }
  #job-sites div.right-box div.contebt-box:nth-child(n + 2) {
    margin-top: 20px;
  }
  #map {
    padding: 40px 0 0;
  }
  #job-sites div.left-box a.button {
    padding: 13px 25px;
  }
  #advertice div.right-box a.button {
    padding: 13px 25px;
  }
  #contactus div.contact-bottom div.services {
    width: 48%;
    margin-bottom: 20px;
  }
  #spotlight {
    background-size: 108% 81%;
  }
  #spotlight div.spotlight div.left h1 {
    font-size: 32px;
  }
  #spotlight div.spotlight div.left h2 {
    font-size: 17px;
  }
  #spotlight div.spotlight div.left div.search form div.container input {
    padding: 2px;
  }
  #card-slider div.container div.left {
    width: 95%;
  }
  #card-slider div.container div.left h2 {
    font-size: 21px;
    line-height: 32px;
  }
  #card-slider div.container div.right div.card div.botttom h3 {
    font-size: 21px;
  }
  #advertice div.right-box h2 {
    font-size: 21px;
    line-height: 32px;
  }
  #advertice div.right-box {
    width: 95%;
  }
  #job-sites {
    padding: 50px 0;
  }
  #job-sites div.left-box h2 {
    font-size: 21px;
    line-height: 32px;
  }
  #job-sites div.left-box {
    width: 95%;
  }
  #job-sites div.right-box div.contebt-box div.icon-card span {
    font-size: 25px !important;
  }
  #map div.top-box h2 {
    font-size: 21px;
    line-height: 32px;
  }
  #map div.top-box {
    width: 90%;
  }
  #register .wrapper div.page-content .right {
    width: 100%;
  }
  #register .wrapper div.page-content .left {
    width: 100%;
  }
  #contactus div.contact-bottom div.services {
    width: 48%;
  }
  #contactus div.contact-bottom div.phone {
    width: 48%;
  }
  #contactus div.contact-bottom div.address {
    width: 50%;
    margin-top: 10px;
  }
  #Otp-Verification .right {
    width: 98%;
    padding: 10px 40px;
  }
  /* Contact */
  #contactus div.banner h2 {
    padding: 0 20px;
  }
  #contactus div.banner p {
    display: none;
    color: #ffffff;
    padding: 0 20px;
    font-size: 16px;
  }
  #contactus section.contact-spotlight div.spotlight div.contact-left {
    width: 95%;
  }
  #contactus div.contact-bottom div.services {
    width: 100%;
    text-align: center;
  }
  #contactus div.contact-bottom div.phone {
    width: 100%;
    text-align: center;
  }
  #contactus div.contact-bottom div.address {
    width: 100%;
    text-align: center;
  }
  /* Contact End */
  footer section.wrapper div.top-box div.logo {
    margin-bottom: 28px;
  }
  footer section.wrapper div.bottom-box div.footer-contents {
    padding-top: 30px;
  }
  #spotlight div.spotlight div.right {
    display: none;
  }
  footer section.wrapper div.bottom-box div.footer-contents div.box iframe {
    width: 100%;
    height: 120px;
  }
  footer section.wrapper div.bottom-box div.footer-contents div.box {
    width: 80%;
  }
  footer section.wrapper div.bottom-box div.footer-contents div.box span.icon {
    font-size: 18px;
  }
  footer section.wrapper div.bottom-box div.footer-contents div.box .social a {
    width: 35px;
    height: 35px;
    padding-top: 2px;
  }
  /* #job-sites section.wrapper div.right-box div.contebt-box div.cont-card p {
        font-size: 19px;
    } */
  footer section.wrapper div.top-box div.logo a img {
    width: 67%;
    margin: 0 auto;
    display: flex;
  }
  #spotlight section.top div.about div.inner-content div.right {
    width: 0;
  }
  #spotlight.about {
    background-size: 150% 35%;
  }
  #spotlight section.top div.about div.inner-content div.left {
    width: 90%;
  }
  section.results div.right div.content form div.top div.inner-content input {
    padding: 11px;
  }
  section.results div.right div.content form div.top div.inner-content select {
    padding: 11px;
  }
  section.results div.right div.content form div.top div.inner-content button {
    padding: 11px;
  }
  section.results div.left div.top form select {
    width: 129px;
  }
  #spotlight div.spotlight div.left {
    width: 100%;
    padding: 10% 0 0%;
  }
  #spotlight div.spotlight div.left div.search form div.container input {
    font-size: 16px;
  }
  #spotlight div.spotlight div.left h1 {
    font-size: 24px;
    line-height: 32px;
    margin: 18px 0;
  }
  div.header div.nav nav span.sign-account .zmdi-account {
    bottom: 4px;
    right: 0px;
  }
  #spotlight div.spotlight div.left div.help_text {
    font-size: 16px;
  }
  #Form
    div.form-set
    form
    div.form-box
    div.form-data
    div.flex-box
    div.upload
    p.bottom-upload {
    width: 100%;
  }
  #Form div.form-set form div.form-box div.form-data div.flex-box p.child-1 {
    flex-direction: column;
  }
  #Form
    div.form-set
    form
    div.form-box
    div.form-data
    div.flex-box
    p.child-1
    .loc {
    width: 100%;
    margin: 10px 0px;
  }
  #Form
    div.form-set
    form
    div.form-box
    div.form-data
    div.flex-box
    p.description {
    text-align: center;
  }
  #pop-up section.wrapper div.pop-up div.middle-box p.select small.flex1 {
    padding: 1px 27px;
  }
  #pop-up
    section.wrapper
    div.pop-up
    div.middle-box
    div.button
    p.buttom-continue {
    width: 54%;
  }
  #registration div.register div.image-box {
    height: 85px;
  }
  #registration div.register {
    width: 90%;
  }
  div.banner div.ban-right a.button {
    padding: 10px 5px;
    font-size: 13px;
  }
  div.banner div.ban-right a.button {
    padding: 12px 20px;
    margin-right: 5px;
    margin-bottom: 5px;
  }
  div.banner div.ban-right {
    display: flex;
    flex-wrap: wrap;
  }
  #modal-wrapper.active #modal-confirmation {
    width: 80%;
  }
  div.resume-card div.card-top {
    padding: 17px 0 90px;
}
}

@media all and (max-width: 420px) {
  div.down-card {
    width: 70%;
  }
  span.notify small {
    left: -46px;
    top: 6px;
  }
  div.pay-disc div.card {
    width: 100%;
  }
  div.down-box {
    width: 80%;
    right: 0px;
  }
  div.employ-pop div.e-head h4 {
    font-size: 19px;
    margin-bottom: 10px;
  }
  div.employ-pop {
    padding: 45px 23px 23px 23px;
  }
  #spotlight section.top div.about div.inner-content div.left {
    width: 100%;
  }
  #employers div.main {
    padding: 10px !important;
  }
  #Form div.form-set form div.form-box div.form-data div.button {
    width: 100%;
    text-align: center;
  }
  #Form div.form-set form div.form-box div.form-data div.flex-box p #days {
    /* border: 1px solid red; */
    padding: 4px;
    font-size: 12px;
  }
  #registration div.register div.image-box {
    height: 75px;
  }
  .modal-content {
    width: 97%;
}
}

@media all and (max-width: 380px) {
  #training-programs #wrapper div.headings ul li {
    margin-right: 20px;
  }
  div.down-card {
    width: 80%;
  }
  #Form div.form-set form div.form-box {
    padding: 20px 10px;
  }
  div.employ-pop {
    width: 76%;
  }
  div.employ-pop form p {
    margin: 15px 0;
    font-size: 14px;
  }
  #training-programs #wrapper div.contents div.content div.right {
    width: 100%;
  }
  footer div.bottom p a {
    font-size: 13px;
  }
  #map div.bottom-box div.bubbles div.bubble div.card div.testimonal {
    left: -78px;
  }
  #spotlight {
    background-size: 121% 75%;
  }
  #spotlight div.spotlight div.left {
    width: 90%;
  }
  #spotlight div.spotlight div.left div.search form div.container {
    width: 90%;
  }
  #spotlight div.spotlight div.left div.search form div.container input {
    width: 100%;
  }
  #job-sites div.right-box {
    width: 95%;
    margin: 0 auto;
  }
  #register .right h1 {
    margin-top: 5px;
  }
  #welcome .right {
    width: 100%;
    padding: 35px 15px;
  }
  #spotlight section.top div.about div.inner-content div.left div.content {
    margin-top: 21px;
  }
  section.results {
    margin-top: 41px;
  }
  footer div.bottom p {
    font-size: 13px;
  }
  #spotlight div.spotlight div.left div.search {
    margin-top: 11px;
  }
  #modal-wrapper.active #modal-confirmation {
    width: 90%;
  }
  #spotlight.about {
    background-size: 159% 35%;
  }
  div.resume-card div.card-top div.second div.pro-content {
    top: 115px !important;
  }
  div.resume-card div.card-top div.first ul li:first-child {
    margin-left:0;
  }
}

@media all and (max-width: 350px) {
  div.resume-card div.card-top div.second div.dp {
    left: 10px;
  }
  #employers div.main div.top div.left div.content div.addres div {
    margin: 0 auto;
  }
  #employers div.main div.top div.left div.content {
    margin-left: 0 !important;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 7px;
  }
  #spotlight div.spotlight div.left div.help_text {
    font-size: 14px;
  }
  #spotlight section.top div.about div.inner-content {
    flex-direction: column;
  }
  #spotlight section.top div.about div.inner-content div.left {
    width: 100%;
  }
  #spotlight
    section.top
    div.about
    div.inner-content
    div.right
    div.img-container
    img {
    display: contents;
    width: 100%;
  }
  #spotlight section.top div.about div.inner-content div.left h3 {
    font-size: 20px;
    text-align: center;
  }
  section.job-search div.top form button {
    padding: 5px 13px;
  }
  footer div.top {
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
  }
  #Form div.form-set form div.form-box h5 {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
