@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800&display=swap');


:root {
  --blue: #002676;
  --red: #e84b35;
  --lightblue: #19439a;
  --heavy-lightblue: #ececf7;
  --white: #ffffff;
  --yellow: #193f94;
  --p-size: 16px;
  --h4-size: 20px;
  --h3-size: 30px;
  --weight-light: 300;
  --weight-medium: 400;
  --dark: #fff;
  --p-line-height: 30px;
  --lightgray: #f6f6f6;
}

*{
    font-family: 'Poppins', sans-serif;
}
.progress-bar {
    text-indent: 450px !important;
   
}
p{
  font-size: 16px;
}

a:hover{
  text-decoration: none !important;
  color: inherit;
}


html,body{
  overflow-x: hidden;
}

input{
  outline: none !important; 
}
button{
  cursor: pointer;
  outline: none !important; 
  
  
}

/*========== repeated classes ==========*/

.container{
  width: 95%;
  max-width: 970px;
  margin: auto;
}
.button .theme-btn {
    font-size: 14px;
    font-weight: var(--weight-medium);
    color: #fff;
    padding: 10px 27px;
    background: #19439a;
    border: none;
    outline: none;
    margin: 0 15px;
    border-radius: 3px;
}

.theme-btn{
  font-size: 16px;
  font-weight: var(--weight-medium);
  color:var(--dark);
  padding: 16px 54px;
  background: var(--yellow);
  border: none;
  outline: none;
  margin: 0 15px;
}



.section-heading{
  font-size: var(--h3-size);
  font-weight: var(--weight-medium);
  color: var(--lightblue);
  line-height: 57px;
}

/*========== repeated classes ==========*/




/*=============== menu css start==================*/

.top-right label span {
    height: 3px;
    width: 30px;
    background: #fff;
    border-radius: 10px;
    display: block;
    transition: all ease-in-out 0.3s;
}

.top-right label span:nth-child(2){
  margin: 5px 0;
}

.top-right label, .top-right input{
  display: none;
}

#menu-toggle{
  opacity: 0;
}

.top-right label {
    position: absolute;
    right: 10px;
    top: -25px;
}

/*=============== menu css end==================*/








/*================ header css start here ==================*/

.top-bar {
    background-color: #112f6c;
}
.top-bar p{
  font-size: var(--p-size);
}

.top-header{
  padding: 34px 0;
}
/*
.menu ul li{
     margin-right: 20px;
}*/

.menu ul li a {
  font-size: 16px;
  font-weight: 600;
  margin-right: 30px;
}

.Home_menu ul li a{
  font-weight:500;
  margin-right: 40px;
}
.top-right .theme-btn{
  font-weight: 600;
}


/*================ header css end here ==================*/











/*================ review css start here ==================*/

.review{
  background: var(--lightgray);
}

.review-carousel h4{
  font-weight: var(--weight-light);
  color: #000000;
  font-size: 14px;
  line-height:22px;
}

.review-carousel h5{
  font-size: var(--p-size);
  font-weight: var(--weight-medium);
  color: #000000;
  padding-top: 24px;
}

.review-carousel .owl-dots.disabled{
  display: block!important;
}

.review-carousel .owl-dots .owl-dot.active span {
    background: var(--lightblue)!important;
}

.owl-theme .owl-dots .owl-dot span {
    background: transparent!important;
    border: 2px solid var(--blue)!important;
}

.review-carousel .item{
  padding-bottom: 60px;
}

/*================ review css end here ==================*/











/*================ liveresume & Exclusive css start here ==================*/

.liveresume h4{
      font-size: 12px;
    letter-spacing: 3px;
  color:#000;
  padding-bottom: 30px
}

.liveresume h3, .Exclusive h3{
  font-size: var(--h3-size);
  font-weight: var(--weight-medium);
  color: var(--lightblue);
  line-height: 45px;
  padding-right: 0px;
}
.Exclusive h3{
  padding-right: 0
}
.Exclusive p{
  padding-right: 30px;
  font-size: 14px;
    padding: 8px 0;
}
.liveresume p {
    font-size: 14px;
    padding: 8px 0;
}
/*================ liveresume & Exclusive css end here ==================*/







/*================ plans css start here ==================*/

.plans h5, .community h5{
  font-size:18px;
  font-weight: 600;
  color: #000;
}

.plans p span{
  color: var(--red);
}

.community p {
  font-size: 14px
}

.community .media img {
    height: 60px;
    width: 45px;
    border-radius: 0%;
    object-fit: cover;
}

.community .media{
  margin: 10px 0;
}

.more a{
  color: var(--red);
  font-size: var(--p-size);
  font-weight: var(--weight-light);
  text-decoration: underline;
}

.choose-yourself {
    background: var(--heavy-lightblue);
    margin-top: 150px;
}

.choose-box{
  padding: 50px;
  margin-top: -170px;
  margin-bottom: 50px;
}

.choose-box .col-md-6:first-child{
  border-right: 1px solid #e9eaf1;
}

.box {
    padding: 30px;
}

footer{
  background: var(--lightblue);

}

.footer-menu li a{
  color: var(--red);
  font-size: var(--p-size);
  font-weight: 600
}

.copyright{
  background: var(--blue);
}

.copyright p span{
  color: #ffbd4f;
  text-decoration: underline;
}
.footer-logo a {
    font-size: 12px;
    color: #fff;
}
.footer-logo span {
    font-size: 12px;
}
.footer-right h2 {
    padding: 20px 0px;
}
.footer-home{
    color: #FFBD4F !important;
}
.footer-gap{
    width: 100%;
    margin: auto;
}
span.contact-number{
    color: #ffbd4f !important;
    text-decoration: underline;
}
/*================ plans css end here ==================*/













/*============ sign up modal ===============*/

.main-form {
    padding: 15px 15px 60px 15px;
    width: 500px;
    border-radius: 5px;
}
.main-form-step{
    box-shadow: 0px 0px 11px #ccc;
    

}

.main-form .form-group label, .modal-link p{
  font-weight: 600;
}

.main-form .form-check label{
  font-weight: normal;
}

.main-form input {
    color: #6b6f72!important;
    border-color: #6b6f72!important;
    border-radius: 3px!important;
    outline: none;
    padding: 0 0 0 10px;
    height: 40px;
}
.main-form input::placeholder{
  font-size: 1rem
}
#exampleCheck2,#exampleCheck1 {
    position: absolute;
    top: -12px;
    width: 16px;
}
.form-check-label {
    padding-left: 10px;
}
#exampleCheck2-error,#exampleCheck1-error {
    position: absolute;
    bottom: -37px;   /* change on date 06-01-2023 */
}
.main-form input:focus{
  box-shadow: none!important;
}

.heading-hr{
  width: 150px;
  height: 3px;
  background: var(--yellow);
}

.modal-link p a{
  color: var(--blue);
  font-weight: 600;
  cursor: pointer;
}



/*============ sign up modal ===============*/







/*============ login-signup-start ==================*/
.top-header.Login-Signup {
    background: #2c4780;
    padding: 0px 0px 0px 0px;
}
.top-header.Login-Signup .theme-btn {
    background: transparent;
    color: #86ace0;
    font-size: 16px;
    font-weight: 400;
   
}
.top-header.Login-Signup .menu ul li a{
  color: #86ace0 !important;
    font-size: 14px;
    font-weight: 400;
    padding: 13px 15px;
}
.top-header.Login-Signup .logo{
  margin-bottom: 5px;
} 
.top-header.Login-Signup .menu ul li a:hover {
    background: #142f66;
    padding: 13px 15px;
    color: #fff !important;
}
.menu ul li a:hover {
    color: #FFBD4F!important;
}
.top-header .button button:hover{
  background: #142f66;
    padding: 13px 15px;
    color: #fff !important;
}
.top-header .button button{
  padding: 13px 15px;
}

.Forgot_Password{
  text-align: center;
}

.Forgot_Password a{
    color: var(--blue);
    font-weight: 600;
    cursor: pointer;
}
/*============ login-signup-end ==================*/



/*==================== employer signup with steps css start ==========================*/

#msform {
    text-align: center;
    position: relative;
    margin-top: 20px
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative
}

.form-card {
    text-align: left
}

#msform fieldset:not(:first-of-type) {
    display: none
}

#msform input,
#msform textarea {
    padding: 8px 15px 8px 15px;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    background-color: #ECEFF1;
    font-size: 16px;
    letter-spacing: 1px
}

#msform input:focus,
#msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #673AB7;
    outline-width: 0
}

#msform .action-button {
    width: 100px;
    background: #673AB7;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 0px 10px 5px;
    float: right
}

#msform .action-button:hover,
#msform .action-button:focus {
    background-color: #311B92
}

#msform .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px 10px 0px;
    float: right
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    background-color: #000000
}

.card {
    z-index: 0;
    border: none;
    position: relative
}

.fs-title {
    font-size: 25px;
    color: #673AB7;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left
}

.purple-text {
    color: #673AB7;
    font-weight: normal
}

.steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right
}

.fieldlabels {
    color: gray;
    text-align: left
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey
}

#progressbar .active {
    color: #673AB7
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400
}

#progressbar #account:before {
    font-family: FontAwesome;
    content: "\f13e"
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f007"
}

#progressbar #payment:before {
    font-family: FontAwesome;
    content: "\f030"
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c"
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #673AB7
}

.progress {
    height: 20px
}

.progress-bar {
    background-color: #673AB7
}

.fit-image {
    width: 100%;
    object-fit: cover
}


/*==================== employer signup with steps css end ==========================*/



@media screen and (min-width:320px) and (max-width: 375px){

.page .progress-input p{
    font-size: 10px;
}
}

@media screen and (min-width:320px) and (max-width: 767px){
.Preview-Posting.Preview-Posting-mobile{
    display: inline-block !important;
    width: 100%;
}

div#faq {
    padding-bottom: 100px!important;
}

.AvtarOne.AvtarOneMObile {
    right: unset;
    top: 50%;
    transform: translate(-50%,15%);
    left: 50%;
}


.pdf-first-button.pdf-first-button-mobile button {
    width: 100% !important;
    justify-content: center;
    margin: 10px 0;
}
.pdf-print.pdf-print-mobile {
    flex-direction: column;
    width: 100%;
}
.pdf-print.pdf-print-mobile .pdf-first-button-down {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
}
.pdf-print.pdf-print-mobile .pdf-second-button-down {
    text-align: center;
}


.pdf-first-button button {
/*    width: 103px !important;*/
    font-size: 14px !important;
 
}
.Message_Btn.Reject button {
    width: 70px !important;
 
}
  .Signup_Form .main-form {
    position: unset;
    top: 0;
    left: 0;
    transform: unset;
}

.Signup_Form #exampleModalLong2,.Signup_Form #exampleModalLong3{
  width: 100%;
  left:0px;
}
    .tap-picture {
    width: 50% !important;
    
}
   label.form-check-label {
    font-size: 14px;
}
.page .employer-type p{
    font-size: 14px;
}
.responsive-form{
    padding: 0px !important;
}
.page .progress-input {
    max-width: 100%;
}
.mobile-number,.employer-type {
    max-width: 100% !important;
}
.page .progress-input.progress-input-one i {
    top: 52%;
   
}
.progress-input.progress-input-to i {
    top: 60%;
}
.main-form{
    width: 100% !important;
}
.page .employer-type ul li {
    padding: 9px 0px;
   
}
}



@media screen and (min-width:992px) and (max-width: 1280px){
 .employee-selectpasword {
   height: auto !important;
    
}

.top-header .button button {
    padding: 13px 0px;
    margin: 0;
}
.top-header.Login-Signup .menu ul li a {
    color: #86ace0 !important;
    padding: 13px 0px;
}
.top-header.Login-Signup .button .theme-btn{
    margin: 0px !important;
}
.menu ul li {
    margin-right: 15px;
}
.button .theme-btn {
   padding: 10px 10px;
} 
.ban-content {
    padding: 200px 0;
}
.buttons .theme-btn {
    padding: 16px 36px;
   
}
.liveresume h3, .Exclusive h3,.section-heading {
    line-height: 46px;
}

.ban-content button.theme-btn {
    padding: 10px 30px;
    margin: 30px 7px 0px 0px;
}
.review-carousel h4{
    line-height: 24px;
}
.liveresume.section-padding{
    padding: 10px 0px;
}

.button .theme-btn {
    padding: 10px 25px !important;
}
.liveresume .buttons .theme-btn, .Exclusive .buttons .theme-btn {
    padding: 10px 30px;
    margin: 30px 10px 0px 0;
}
section.Exclusive.section-padding {
    padding: 80px 0px;
}
section.plans.section-padding {
    padding: 80px 0px;
}
.box h3 {
    text-align: center !important;
}
.box button{
    margin: 0px !important;
}
.review-carousel .item {
    padding-bottom: 20px;
}

.menu ul li a {
    font-size: 15px;
}

.ban-content {
    padding:80px 0;
}
.ban-content h2 {
    font-size: 32px;
    line-height: 45px;
    font-weight: 400;
}


.section-padding {
    padding: 30px 0;
}

.liveresume h3, .Exclusive h3 {
    line-height: 40px;
}
.liveresume h3, .Exclusive h3{
    padding-right: 0;
}

.OfficerList {
    font-size: 35px;
}
.community p{
    padding: 0;
}
}


.progress-input label {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    padding: 3px 0px;
}
.progress-input input {
    width: 100%;
    border:1px solid #707D98!important;
    border-radius: 0px !important;
    padding: 10px 15px;
}
.progress-input p {
    color: #142F66;
    font-size: 13px;
    font-weight: 400;
    padding-top: 5px;
}
.progress-input {
    position: relative;
    max-width: 64%;
    margin: 0 auto;
}
.progress-input i {
    position: absolute;
    top: 41%;
    right: 11px;
    color: #2c4780!important;
}
.progress-input-to i {
    top: 60%;
}

.progress-input input::placeholder{
    color: #b5bbd5 !important;
}
.btn_container{
    width: 64%;
    margin: 25px auto 0 auto;
    text-align: center;
}
.btn_container button {
    width: 100%;
    background: linear-gradient(to bottom, #5278b2, #425f9b)!important;
    background-image: -webkit-linear-gradient(bottom, #425f9b, #5278b2) !important;
    color: #FFFFFF!important;
    border: 1px solid #d5d9e1;
    border-radius: 2px!important;
    font-weight: bold !important;
    padding: 8px 0px;

}


.verification-process-officers-btn  button:hover{
    background: #6892d3 !important;
    color: #FFFFFF !important;
    border: 1px solid #3e5fa6 !important;   
}




.intl-tel-input {
  position: relative;
  display: inline-block;
  width: 100%;
}

.intl-tel-input * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.intl-tel-input .hide {
  display: none;
}

.intl-tel-input .v-hide {
  visibility: hidden;
}

.intl-tel-input input,
.intl-tel-input input[type=text],
.intl-tel-input input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}

.intl-tel-input .flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}

.intl-tel-input .selected-flag {
  z-index: 1;
  position: relative;
  width: 36px;
  height: 100%;
  padding: 0 0 0 8px;
}

.intl-tel-input .selected-flag .iti-flag {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.intl-tel-input .selected-flag .iti-arrow {
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}

.intl-tel-input .selected-flag .iti-arrow.up {
  border-top: none;
  border-bottom: 4px solid #555;
}

.intl-tel-input .country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #CCC;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
}

.intl-tel-input .country-list.dropup {
  bottom: 100%;
  margin-bottom: -1px;
}

.intl-tel-input .country-list .flag-box {
  display: inline-block;
  width: 20px;
}

@media (max-width: 500px) {
  .intl-tel-input .country-list {
    white-space: normal;
  }
}

.intl-tel-input .country-list .divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #CCC;
}

.intl-tel-input .country-list .country {
  padding: 5px 10px;
}

.intl-tel-input .country-list .country .dial-code {
  color: #999;
}

.intl-tel-input .country-list .country.highlight {
  background-color: rgba(0, 0, 0, 0.05);
}

.intl-tel-input .country-list .flag-box,
.intl-tel-input .country-list .country-name,
.intl-tel-input .country-list .dial-code {
  vertical-align: middle;
}

.intl-tel-input .country-list .flag-box,
.intl-tel-input .country-list .country-name {
  margin-right: 6px;
}

.intl-tel-input.allow-dropdown input,
.intl-tel-input.allow-dropdown input[type=text],
.intl-tel-input.allow-dropdown input[type=tel],
.intl-tel-input.separate-dial-code input,
.intl-tel-input.separate-dial-code input[type=text],
.intl-tel-input.separate-dial-code input[type=tel] {
  padding-right: 6px;
  padding-left: 92px!important;
  margin-left: 0;
}

.intl-tel-input.allow-dropdown .flag-container,
.intl-tel-input.separate-dial-code .flag-container {
  right: auto !important;
  left: 0;
  width: 100% !important;
}

.intl-tel-input.allow-dropdown .selected-flag,
.intl-tel-input.separate-dial-code .selected-flag {
  width: 46px;
}

.intl-tel-input.allow-dropdown .flag-container:hover {
  cursor: pointer;
}

.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}

.intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover,
.intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover {
  cursor: default;
}

.intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover .selected-flag,
.intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover .selected-flag {
  background-color: transparent;
}

.intl-tel-input.separate-dial-code .selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
  display: table;
}

.intl-tel-input.separate-dial-code .selected-dial-code {
  display: table-cell;
  vertical-align: middle;
  padding-left: 30px !important;
  padding-right: 15px !important;
}

.intl-tel-input.separate-dial-code.iti-sdc-2 input,
.intl-tel-input.separate-dial-code.iti-sdc-2 input[type=text],
.intl-tel-input.separate-dial-code.iti-sdc-2 input[type=tel] {
  padding-left: 66px;
}

.intl-tel-input.separate-dial-code.iti-sdc-2 .selected-flag {
  width: 60px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=text],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=tel] {
  padding-left: 76px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 .selected-flag {
  width: 70px;
}

.intl-tel-input.separate-dial-code.iti-sdc-3 input,
.intl-tel-input.separate-dial-code.iti-sdc-3 input[type=text],
.intl-tel-input.separate-dial-code.iti-sdc-3 input[type=tel] {
  padding-left: 74px;
}

.intl-tel-input.separate-dial-code.iti-sdc-3 .selected-flag {
  width: 68px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=text],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=tel] {
  padding-left: 84px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag {
  width: 78px;
}

.intl-tel-input.separate-dial-code.iti-sdc-4 input,
.intl-tel-input.separate-dial-code.iti-sdc-4 input[type=text],
.intl-tel-input.separate-dial-code.iti-sdc-4 input[type=tel] {
  padding-left: 82px;
}

.intl-tel-input.separate-dial-code.iti-sdc-4 .selected-flag {
  width: 76px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=text],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=tel] {
  padding-left: 92px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .selected-flag {
  width: 86px;
}

.intl-tel-input.separate-dial-code.iti-sdc-5 input,
.intl-tel-input.separate-dial-code.iti-sdc-5 input[type=text],
.intl-tel-input.separate-dial-code.iti-sdc-5 input[type=tel] {
  padding-left: 90px;
}

.intl-tel-input.separate-dial-code.iti-sdc-5 .selected-flag {
  width: 84px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=text],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=tel] {
  padding-left: 100px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 .selected-flag {
  width: 94px;
}

.intl-tel-input.iti-container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}

.intl-tel-input.iti-container:hover {
  cursor: pointer;
}

.iti-mobile .intl-tel-input.iti-container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}

.iti-mobile .intl-tel-input .country-list {
  max-height: 100%;
  width: 100%;
}

.iti-mobile .intl-tel-input .country-list .country {
  padding: 10px 10px;
  line-height: 1.5em;
}

.iti-flag {
  width: 20px;
}

.iti-flag.be {
  width: 18px;
}

.iti-flag.ch {
  width: 15px;
}

.iti-flag.mc {
  width: 19px;
}

.iti-flag.ne {
  width: 18px;
}

.iti-flag.np {
  width: 13px;
}

.iti-flag.va {
  width: 15px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2 / 1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
  .iti-flag {
    background-size: 5630px 15px;
  }
}

.iti-flag.ac {
  height: 10px;
  background-position: 0px 0px;
}

.iti-flag.ad {
  height: 14px;
  background-position: -22px 0px;
}

.iti-flag.ae {
  height: 10px;
  background-position: -44px 0px;
}

.iti-flag.af {
  height: 14px;
  background-position: -66px 0px;
}

.iti-flag.ag {
  height: 14px;
  background-position: -88px 0px;
}

.iti-flag.ai {
  height: 10px;
  background-position: -110px 0px;
}

.iti-flag.al {
  height: 15px;
  background-position: -132px 0px;
}

.iti-flag.am {
  height: 10px;
  background-position: -154px 0px;
}

.iti-flag.ao {
  height: 14px;
  background-position: -176px 0px;
}

.iti-flag.aq {
  height: 14px;
  background-position: -198px 0px;
}

.iti-flag.ar {
  height: 13px;
  background-position: -220px 0px;
}

.iti-flag.as {
  height: 10px;
  background-position: -242px 0px;
}

.iti-flag.at {
  height: 14px;
  background-position: -264px 0px;
}

.iti-flag.au {
  height: 10px;
  background-position: -286px 0px;
}

.iti-flag.aw {
  height: 14px;
  background-position: -308px 0px;
}

.iti-flag.ax {
  height: 13px;
  background-position: -330px 0px;
}

.iti-flag.az {
  height: 10px;
  background-position: -352px 0px;
}

.iti-flag.ba {
  height: 10px;
  background-position: -374px 0px;
}

.iti-flag.bb {
  height: 14px;
  background-position: -396px 0px;
}

.iti-flag.bd {
  height: 12px;
  background-position: -418px 0px;
}

.iti-flag.be {
  height: 15px;
  background-position: -440px 0px;
}

.iti-flag.bf {
  height: 14px;
  background-position: -460px 0px;
}

.iti-flag.bg {
  height: 12px;
  background-position: -482px 0px;
}

.iti-flag.bh {
  height: 12px;
  background-position: -504px 0px;
}

.iti-flag.bi {
  height: 12px;
  background-position: -526px 0px;
}

.iti-flag.bj {
  height: 14px;
  background-position: -548px 0px;
}

.iti-flag.bl {
  height: 14px;
  background-position: -570px 0px;
}

.iti-flag.bm {
  height: 10px;
  background-position: -592px 0px;
}

.iti-flag.bn {
  height: 10px;
  background-position: -614px 0px;
}

.iti-flag.bo {
  height: 14px;
  background-position: -636px 0px;
}

.iti-flag.bq {
  height: 14px;
  background-position: -658px 0px;
}

.iti-flag.br {
  height: 14px;
  background-position: -680px 0px;
}

.iti-flag.bs {
  height: 10px;
  background-position: -702px 0px;
}

.iti-flag.bt {
  height: 14px;
  background-position: -724px 0px;
}

.iti-flag.bv {
  height: 15px;
  background-position: -746px 0px;
}

.iti-flag.bw {
  height: 14px;
  background-position: -768px 0px;
}

.iti-flag.by {
  height: 10px;
  background-position: -790px 0px;
}

.iti-flag.bz {
  height: 14px;
  background-position: -812px 0px;
}

.iti-flag.ca {
  height: 10px;
  background-position: -834px 0px;
}

.iti-flag.cc {
  height: 10px;
  background-position: -856px 0px;
}

.iti-flag.cd {
  height: 15px;
  background-position: -878px 0px;
}

.iti-flag.cf {
  height: 14px;
  background-position: -900px 0px;
}

.iti-flag.cg {
  height: 14px;
  background-position: -922px 0px;
}

.iti-flag.ch {
  height: 15px;
  background-position: -944px 0px;
}

.iti-flag.ci {
  height: 14px;
  background-position: -961px 0px;
}

.iti-flag.ck {
  height: 10px;
  background-position: -983px 0px;
}

.iti-flag.cl {
  height: 14px;
  background-position: -1005px 0px;
}

.iti-flag.cm {
  height: 14px;
  background-position: -1027px 0px;
}

.iti-flag.cn {
  height: 14px;
  background-position: -1049px 0px;
}

.iti-flag.co {
  height: 14px;
  background-position: -1071px 0px;
}

.iti-flag.cp {
  height: 14px;
  background-position: -1093px 0px;
}

.iti-flag.cr {
  height: 12px;
  background-position: -1115px 0px;
}

.iti-flag.cu {
  height: 10px;
  background-position: -1137px 0px;
}

.iti-flag.cv {
  height: 12px;
  background-position: -1159px 0px;
}

.iti-flag.cw {
  height: 14px;
  background-position: -1181px 0px;
}

.iti-flag.cx {
  height: 10px;
  background-position: -1203px 0px;
}

.iti-flag.cy {
  height: 13px;
  background-position: -1225px 0px;
}

.iti-flag.cz {
  height: 14px;
  background-position: -1247px 0px;
}

.iti-flag.de {
  height: 12px;
  background-position: -1269px 0px;
}

.iti-flag.dg {
  height: 10px;
  background-position: -1291px 0px;
}

.iti-flag.dj {
  height: 14px;
  background-position: -1313px 0px;
}

.iti-flag.dk {
  height: 15px;
  background-position: -1335px 0px;
}

.iti-flag.dm {
  height: 10px;
  background-position: -1357px 0px;
}

.iti-flag.do {
  height: 13px;
  background-position: -1379px 0px;
}

.iti-flag.dz {
  height: 14px;
  background-position: -1401px 0px;
}

.iti-flag.ea {
  height: 14px;
  background-position: -1423px 0px;
}

.iti-flag.ec {
  height: 14px;
  background-position: -1445px 0px;
}

.iti-flag.ee {
  height: 13px;
  background-position: -1467px 0px;
}

.iti-flag.eg {
  height: 14px;
  background-position: -1489px 0px;
}

.iti-flag.eh {
  height: 10px;
  background-position: -1511px 0px;
}

.iti-flag.er {
  height: 10px;
  background-position: -1533px 0px;
}

.iti-flag.es {
  height: 14px;
  background-position: -1555px 0px;
}

.iti-flag.et {
  height: 10px;
  background-position: -1577px 0px;
}

.iti-flag.eu {
  height: 14px;
  background-position: -1599px 0px;
}

.iti-flag.fi {
  height: 12px;
  background-position: -1621px 0px;
}

.iti-flag.fj {
  height: 10px;
  background-position: -1643px 0px;
}

.iti-flag.fk {
  height: 10px;
  background-position: -1665px 0px;
}

.iti-flag.fm {
  height: 11px;
  background-position: -1687px 0px;
}

.iti-flag.fo {
  height: 15px;
  background-position: -1709px 0px;
}

.iti-flag.fr {
  height: 14px;
  background-position: -1731px 0px;
}

.iti-flag.ga {
  height: 15px;
  background-position: -1753px 0px;
}

.iti-flag.gb {
  height: 10px;
  background-position: -1775px 0px;
}

.iti-flag.gd {
  height: 12px;
  background-position: -1797px 0px;
}

.iti-flag.ge {
  height: 14px;
  background-position: -1819px 0px;
}

.iti-flag.gf {
  height: 14px;
  background-position: -1841px 0px;
}

.iti-flag.gg {
  height: 14px;
  background-position: -1863px 0px;
}

.iti-flag.gh {
  height: 14px;
  background-position: -1885px 0px;
}

.iti-flag.gi {
  height: 10px;
  background-position: -1907px 0px;
}

.iti-flag.gl {
  height: 14px;
  background-position: -1929px 0px;
}

.iti-flag.gm {
  height: 14px;
  background-position: -1951px 0px;
}

.iti-flag.gn {
  height: 14px;
  background-position: -1973px 0px;
}

.iti-flag.gp {
  height: 14px;
  background-position: -1995px 0px;
}

.iti-flag.gq {
  height: 14px;
  background-position: -2017px 0px;
}

.iti-flag.gr {
  height: 14px;
  background-position: -2039px 0px;
}

.iti-flag.gs {
  height: 10px;
  background-position: -2061px 0px;
}

.iti-flag.gt {
  height: 13px;
  background-position: -2083px 0px;
}

.iti-flag.gu {
  height: 11px;
  background-position: -2105px 0px;
}

.iti-flag.gw {
  height: 10px;
  background-position: -2127px 0px;
}

.iti-flag.gy {
  height: 12px;
  background-position: -2149px 0px;
}

.iti-flag.hk {
  height: 14px;
  background-position: -2171px 0px;
}

.iti-flag.hm {
  height: 10px;
  background-position: -2193px 0px;
}

.iti-flag.hn {
  height: 10px;
  background-position: -2215px 0px;
}

.iti-flag.hr {
  height: 10px;
  background-position: -2237px 0px;
}

.iti-flag.ht {
  height: 12px;
  background-position: -2259px 0px;
}

.iti-flag.hu {
  height: 10px;
  background-position: -2281px 0px;
}

.iti-flag.ic {
  height: 14px;
  background-position: -2303px 0px;
}

.iti-flag.id {
  height: 14px;
  background-position: -2325px 0px;
}

.iti-flag.ie {
  height: 10px;
  background-position: -2347px 0px;
}

.iti-flag.il {
  height: 15px;
  background-position: -2369px 0px;
}

.iti-flag.im {
  height: 10px;
  background-position: -2391px 0px;
}

.iti-flag.in {
  height: 14px;
  background-position: -2413px 0px;
}

.iti-flag.io {
  height: 10px;
  background-position: -2435px 0px;
}

.iti-flag.iq {
  height: 14px;
  background-position: -2457px 0px;
}

.iti-flag.ir {
  height: 12px;
  background-position: -2479px 0px;
}

.iti-flag.is {
  height: 15px;
  background-position: -2501px 0px;
}

.iti-flag.it {
  height: 14px;
  background-position: -2523px 0px;
}

.iti-flag.je {
  height: 12px;
  background-position: -2545px 0px;
}

.iti-flag.jm {
  height: 10px;
  background-position: -2567px 0px;
}

.iti-flag.jo {
  height: 10px;
  background-position: -2589px 0px;
}

.iti-flag.jp {
  height: 14px;
  background-position: -2611px 0px;
}

.iti-flag.ke {
  height: 14px;
  background-position: -2633px 0px;
}

.iti-flag.kg {
  height: 12px;
  background-position: -2655px 0px;
}

.iti-flag.kh {
  height: 13px;
  background-position: -2677px 0px;
}

.iti-flag.ki {
  height: 10px;
  background-position: -2699px 0px;
}

.iti-flag.km {
  height: 12px;
  background-position: -2721px 0px;
}

.iti-flag.kn {
  height: 14px;
  background-position: -2743px 0px;
}

.iti-flag.kp {
  height: 10px;
  background-position: -2765px 0px;
}

.iti-flag.kr {
  height: 14px;
  background-position: -2787px 0px;
}

.iti-flag.kw {
  height: 10px;
  background-position: -2809px 0px;
}

.iti-flag.ky {
  height: 10px;
  background-position: -2831px 0px;
}

.iti-flag.kz {
  height: 10px;
  background-position: -2853px 0px;
}

.iti-flag.la {
  height: 14px;
  background-position: -2875px 0px;
}

.iti-flag.lb {
  height: 14px;
  background-position: -2897px 0px;
}

.iti-flag.lc {
  height: 10px;
  background-position: -2919px 0px;
}

.iti-flag.li {
  height: 12px;
  background-position: -2941px 0px;
}

.iti-flag.lk {
  height: 10px;
  background-position: -2963px 0px;
}

.iti-flag.lr {
  height: 11px;
  background-position: -2985px 0px;
}

.iti-flag.ls {
  height: 14px;
  background-position: -3007px 0px;
}

.iti-flag.lt {
  height: 12px;
  background-position: -3029px 0px;
}

.iti-flag.lu {
  height: 12px;
  background-position: -3051px 0px;
}

.iti-flag.lv {
  height: 10px;
  background-position: -3073px 0px;
}

.iti-flag.ly {
  height: 10px;
  background-position: -3095px 0px;
}

.iti-flag.ma {
  height: 14px;
  background-position: -3117px 0px;
}

.iti-flag.mc {
  height: 15px;
  background-position: -3139px 0px;
}

.iti-flag.md {
  height: 10px;
  background-position: -3160px 0px;
}

.iti-flag.me {
  height: 10px;
  background-position: -3182px 0px;
}

.iti-flag.mf {
  height: 14px;
  background-position: -3204px 0px;
}

.iti-flag.mg {
  height: 14px;
  background-position: -3226px 0px;
}

.iti-flag.mh {
  height: 11px;
  background-position: -3248px 0px;
}

.iti-flag.mk {
  height: 10px;
  background-position: -3270px 0px;
}

.iti-flag.ml {
  height: 14px;
  background-position: -3292px 0px;
}

.iti-flag.mm {
  height: 14px;
  background-position: -3314px 0px;
}

.iti-flag.mn {
  height: 10px;
  background-position: -3336px 0px;
}

.iti-flag.mo {
  height: 14px;
  background-position: -3358px 0px;
}

.iti-flag.mp {
  height: 10px;
  background-position: -3380px 0px;
}

.iti-flag.mq {
  height: 14px;
  background-position: -3402px 0px;
}

.iti-flag.mr {
  height: 14px;
  background-position: -3424px 0px;
}

.iti-flag.ms {
  height: 10px;
  background-position: -3446px 0px;
}

.iti-flag.mt {
  height: 14px;
  background-position: -3468px 0px;
}

.iti-flag.mu {
  height: 14px;
  background-position: -3490px 0px;
}

.iti-flag.mv {
  height: 14px;
  background-position: -3512px 0px;
}

.iti-flag.mw {
  height: 14px;
  background-position: -3534px 0px;
}

.iti-flag.mx {
  height: 12px;
  background-position: -3556px 0px;
}

.iti-flag.my {
  height: 10px;
  background-position: -3578px 0px;
}

.iti-flag.mz {
  height: 14px;
  background-position: -3600px 0px;
}

.iti-flag.na {
  height: 14px;
  background-position: -3622px 0px;
}

.iti-flag.nc {
  height: 10px;
  background-position: -3644px 0px;
}

.iti-flag.ne {
  height: 15px;
  background-position: -3666px 0px;
}

.iti-flag.nf {
  height: 10px;
  background-position: -3686px 0px;
}

.iti-flag.ng {
  height: 10px;
  background-position: -3708px 0px;
}

.iti-flag.ni {
  height: 12px;
  background-position: -3730px 0px;
}

.iti-flag.nl {
  height: 14px;
  background-position: -3752px 0px;
}

.iti-flag.no {
  height: 15px;
  background-position: -3774px 0px;
}

.iti-flag.np {
  height: 15px;
  background-position: -3796px 0px;
}

.iti-flag.nr {
  height: 10px;
  background-position: -3811px 0px;
}

.iti-flag.nu {
  height: 10px;
  background-position: -3833px 0px;
}

.iti-flag.nz {
  height: 10px;
  background-position: -3855px 0px;
}

.iti-flag.om {
  height: 10px;
  background-position: -3877px 0px;
}

.iti-flag.pa {
  height: 14px;
  background-position: -3899px 0px;
}

.iti-flag.pe {
  height: 14px;
  background-position: -3921px 0px;
}

.iti-flag.pf {
  height: 14px;
  background-position: -3943px 0px;
}

.iti-flag.pg {
  height: 15px;
  background-position: -3965px 0px;
}

.iti-flag.ph {
  height: 10px;
  background-position: -3987px 0px;
}

.iti-flag.pk {
  height: 14px;
  background-position: -4009px 0px;
}

.iti-flag.pl {
  height: 13px;
  background-position: -4031px 0px;
}

.iti-flag.pm {
  height: 14px;
  background-position: -4053px 0px;
}

.iti-flag.pn {
  height: 10px;
  background-position: -4075px 0px;
}

.iti-flag.pr {
  height: 14px;
  background-position: -4097px 0px;
}

.iti-flag.ps {
  height: 10px;
  background-position: -4119px 0px;
}

.iti-flag.pt {
  height: 14px;
  background-position: -4141px 0px;
}

.iti-flag.pw {
  height: 13px;
  background-position: -4163px 0px;
}

.iti-flag.py {
  height: 11px;
  background-position: -4185px 0px;
}

.iti-flag.qa {
  height: 8px;
  background-position: -4207px 0px;
}

.iti-flag.re {
  height: 14px;
  background-position: -4229px 0px;
}

.iti-flag.ro {
  height: 14px;
  background-position: -4251px 0px;
}

.iti-flag.rs {
  height: 14px;
  background-position: -4273px 0px;
}

.iti-flag.ru {
  height: 14px;
  background-position: -4295px 0px;
}

.iti-flag.rw {
  height: 14px;
  background-position: -4317px 0px;
}

.iti-flag.sa {
  height: 14px;
  background-position: -4339px 0px;
}

.iti-flag.sb {
  height: 10px;
  background-position: -4361px 0px;
}

.iti-flag.sc {
  height: 10px;
  background-position: -4383px 0px;
}

.iti-flag.sd {
  height: 10px;
  background-position: -4405px 0px;
}

.iti-flag.se {
  height: 13px;
  background-position: -4427px 0px;
}

.iti-flag.sg {
  height: 14px;
  background-position: -4449px 0px;
}

.iti-flag.sh {
  height: 10px;
  background-position: -4471px 0px;
}

.iti-flag.si {
  height: 10px;
  background-position: -4493px 0px;
}

.iti-flag.sj {
  height: 15px;
  background-position: -4515px 0px;
}

.iti-flag.sk {
  height: 14px;
  background-position: -4537px 0px;
}

.iti-flag.sl {
  height: 14px;
  background-position: -4559px 0px;
}

.iti-flag.sm {
  height: 15px;
  background-position: -4581px 0px;
}

.iti-flag.sn {
  height: 14px;
  background-position: -4603px 0px;
}

.iti-flag.so {
  height: 14px;
  background-position: -4625px 0px;
}

.iti-flag.sr {
  height: 14px;
  background-position: -4647px 0px;
}

.iti-flag.ss {
  height: 10px;
  background-position: -4669px 0px;
}

.iti-flag.st {
  height: 10px;
  background-position: -4691px 0px;
}

.iti-flag.sv {
  height: 12px;
  background-position: -4713px 0px;
}

.iti-flag.sx {
  height: 14px;
  background-position: -4735px 0px;
}

.iti-flag.sy {
  height: 14px;
  background-position: -4757px 0px;
}

.iti-flag.sz {
  height: 14px;
  background-position: -4779px 0px;
}

.iti-flag.ta {
  height: 10px;
  background-position: -4801px 0px;
}

.iti-flag.tc {
  height: 10px;
  background-position: -4823px 0px;
}

.iti-flag.td {
  height: 14px;
  background-position: -4845px 0px;
}

.iti-flag.tf {
  height: 14px;
  background-position: -4867px 0px;
}

.iti-flag.tg {
  height: 13px;
  background-position: -4889px 0px;
}

.iti-flag.th {
  height: 14px;
  background-position: -4911px 0px;
}

.iti-flag.tj {
  height: 10px;
  background-position: -4933px 0px;
}

.iti-flag.tk {
  height: 10px;
  background-position: -4955px 0px;
}

.iti-flag.tl {
  height: 10px;
  background-position: -4977px 0px;
}

.iti-flag.tm {
  height: 14px;
  background-position: -4999px 0px;
}

.iti-flag.tn {
  height: 14px;
  background-position: -5021px 0px;
}

.iti-flag.to {
  height: 10px;
  background-position: -5043px 0px;
}

.iti-flag.tr {
  height: 14px;
  background-position: -5065px 0px;
}

.iti-flag.tt {
  height: 12px;
  background-position: -5087px 0px;
}

.iti-flag.tv {
  height: 10px;
  background-position: -5109px 0px;
}

.iti-flag.tw {
  height: 14px;
  background-position: -5131px 0px;
}

.iti-flag.tz {
  height: 14px;
  background-position: -5153px 0px;
}

.iti-flag.ua {
  height: 14px;
  background-position: -5175px 0px;
}

.iti-flag.ug {
  height: 14px;
  background-position: -5197px 0px;
}

.iti-flag.um {
  height: 11px;
  background-position: -5219px 0px;
}

.iti-flag.us {
  height: 11px;
  background-position: -5241px 0px;
}

.iti-flag.uy {
  height: 14px;
  background-position: -5263px 0px;
}

.iti-flag.uz {
  height: 10px;
  background-position: -5285px 0px;
}

.iti-flag.va {
  height: 15px;
  background-position: -5307px 0px;
}

.iti-flag.vc {
  height: 14px;
  background-position: -5324px 0px;
}

.iti-flag.ve {
  height: 14px;
  background-position: -5346px 0px;
}

.iti-flag.vg {
  height: 10px;
  background-position: -5368px 0px;
}

.iti-flag.vi {
  height: 14px;
  background-position: -5390px 0px;
}

.iti-flag.vn {
  height: 14px;
  background-position: -5412px 0px;
}

.iti-flag.vu {
  height: 12px;
  background-position: -5434px 0px;
}

.iti-flag.wf {
  height: 14px;
  background-position: -5456px 0px;
}

.iti-flag.ws {
  height: 10px;
  background-position: -5478px 0px;
}

.iti-flag.xk {
  height: 15px;
  background-position: -5500px 0px;
}

.iti-flag.ye {
  height: 14px;
  background-position: -5522px 0px;
}

.iti-flag.yt {
  height: 14px;
  background-position: -5544px 0px;
}

.iti-flag.za {
  height: 14px;
  background-position: -5566px 0px;
}

.iti-flag.zm {
  height: 14px;
  background-position: -5588px 0px;
}

.iti-flag.zw {
  height: 10px;
  background-position: -5610px 0px;
}

.iti-flag {
  width: 20px;
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/11.0.9/img/flags.png");
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2 / 1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
  .iti-flag {
    background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/11.0.9/img/flags@2x.png");
  }
}

.iti-flag.np {
  background-color: transparent;
}

.mobile-number .hide {
  display: none;
}

.mobile-number pre {
  margin: 0 !important;
  display: inline-block;
}

.mobile-number .token.operator,
.mobile-number .token.entity,
.mobile-number .token.url,
.mobile-number .language-css .mobile-number .token.string,
.mobile-number .style .token.string,
.mobile-number .token.variable {
  background: none;
}

.mobile-number input,
.mobile-number button {
  height: 35px;
  margin: 0;
  padding: 6px 12px;
  border-radius: 2px;
  font-family: inherit;
  font-size: 100%;
  color: inherit;
}

.mobile-number input[disabled],
.mobile-number button[disabled] {
  background-color: #eee;
}

.mobile-number input,
.mobile-number select {
  border: 1px solid #CCC;
  width: 250px;
}

.mobile-number ::-webkit-input-placeholder {
  color: #BBB;
}

.mobile-number ::-moz-placeholder {
  /* Firefox 19+ */
  color: #BBB;
  opacity: 1;
}

.mobile-number :-ms-input-placeholder {
  color: #BBB;
}

.mobile-number button {
  color: #FFF;
  background-color: #428BCA;
  border: 1px solid #357EBD;
}

.mobile-number button:hover {
  background-color: #3276B1;
  border-color: #285E8E;
  cursor: pointer;
}

#result {
  margin-bottom: 100px;
}

.mobile-number label {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    padding: 3px 0px;
}

.mobile-number {
    max-width: 64%;
    margin: 0 auto;
}
.intl-tel-input input{
    width: 100%;
    border-radius: 0px !important;
    padding: 22px 0; 
/*    height: 42px;*/
    border: 1px solid #707D98!important ;
}
.employer-type {
    max-width: 64%;
    margin: 0 auto;
}
.employer-type ul {
    padding-left: 10px;
}
.employer-type ul li {
    list-style: none;
    padding: 13px 0px;
    font-size: 14px;
    color: #484848;
    font-weight: 600;
    display: flex;
    align-items: center;
}
.employer-type p {
    font-size: 15px;
    font-weight: 600;
    color: #142f66;
    padding-top: 20px;
}
.employer-type ul li input {
    width: 18px;
    height: 18px;
    margin-right: 10px;
    position: relative;
}
.employer-type ul li input[type="radio"]:before {
    content: '';
    height: 18px;
    width: 18px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 100px;
    background: #ff000000;
    border: 1px solid;
}

button.theme-btn.Sign.In {
   display: none;
}
a.theme-btn.Sign_In{
    background: #fff;
    color: #000;
}
.intl-tel-input .country-list {
   width: 97% !important;
}
.menu ul li:last-child{
    margin-right: 0px;
}





/*=============Upload Profile Picture Start=================*/

.Upload-Description {
    font-size: 13px;
    text-align: center;
    width: 80%;
    margin: auto;
}
.picture {
    width: 106px;
    height: 106px;
    background: url("https://www.w3schools.com/bootstrap4/img_avatar1.png");
    color: #FFFFFF;
    margin: 5px auto;
    overflow: hidden;
    transition: all 0.2s;
    background-repeat: no-repeat;
    -webkit-transition: all 0.2s;
    background-size: cover;
    position: relative;
}
.picture-src {
    width: auto;
    height: 100%;
    object-fit: cover;
}


.picture input[type="file"] {
    cursor: pointer;
    display: block;
    height: 100%;
    left: 0;
    opacity: 0 !important;
    position: absolute;
    top: 0;
    width: 100%;
}




.choice {
    text-align: center;
    cursor: pointer;
}

.choice input[type="radio"], .choice input[type="checkbox"] {
    position: absolute;
    left: -10000px;
    z-index: -1;
}

.choice .icon {
    text-align: center;
    vertical-align: middle;
    height: 106px;
    width: 106px;
    border-radius: 50%;
    color: #999999;
    margin: 5px auto;
    border: 4px solid #CCCCCC;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    overflow: hidden;
}



.choice.active .icon {
    border-color: #2ca8ff;
}
.tap-picture h3 {
    font-size: 13px;
    color: #fff;
    padding: 5px;
    text-align: center;
}
.tap-picture {
    background: #19439a;
    width: 30%;
    margin: auto;
    border-radius: 5px;
    position: relative;
    margin-bottom: 15px;
    z-index: 99;
}
.tap-picture:before {
    content: "";
    /* background: #19439a; */
    width: 15px;
    height: 15px;
    position: absolute;
    bottom: -7px;
    left: 50%;
    transform: rotate(45deg);
    border: 10px solid #19439a;
    border-top: 0;
    border-left: 0;
    z-index: -99;
}
.Upload-Picture {
    padding-top: 30px;
}
.suggested-file {
    text-align: center;
    background: #e2e5ea;
    padding: 10px;
    border-radius: 4px;
    margin-top: 30px;
    width: 80%;
    margin: 30px auto;
}
.suggested-file p {
    margin-bottom: 0;
    font-size: 12px;
}
.Upload-Picture-btn {
    text-align: center;
    padding-top: 10px;
}
.Upload-Picture-btn button,.Upload-Picture-btn a {
    width: 120px;
    padding: 8px 0px;
    border: 1px solid #e3e8f2;
    border-radius: 4px;
    cursor: pointer;

}
.uploads_skip {
    background: transparent;
    font-weight: 600;
    color: #142f66;
}
.uploads_next {
/*    background: #e3e8f2;*/
    color: #8f9ebd;
    font-weight: 600;
    background: linear-gradient(to bottom, #5278b2, #425f9b)!important;
    background-image: -webkit-linear-gradient(bottom, #425f9b, #5278b2) !important;
    color: #FFFFFF!important;
}

.mobile-number.Employment_Information_Select select {
    width: 100%;
    height: 42px;
    border: 1px solid #707D98!important;
    outline: none;
    padding-left: 10px;
    font-size: 14px;

}
.progress-input.progress-input-to  textarea {
    width: 100%;
    font-size: 14px;
    border: 1px solid #707d98;
    padding: 10px;
    outline: none !important;
}
.experience input {
    width: unset;
}
.Verification_Section {
    display: flex;
}
.Verification_Test h6 {
    border: 1px solid #ef887a;
    font-size: 13px;
    margin-bottom: 10px;
    margin-bottom: 0;
    margin-top: 8px;
    text-align: center;
    color: #2c4780;
    font-weight: 600;
    padding: 2px 0px;
}
.getting-verified{
    padding-top: 35px;
}
.getting-verified h5 {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    padding: 3px 0px;
}
.getting-verified p {
    font-size: 14px;
}
.getting-verified h2{
     font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-bottom: 0;
}
.getting-verified img {
    width: 100%;
    object-fit: cover;
    height: auto;
}
.Verification_Members h2{
     font-size: 18px;
    font-weight: 600;
    color: #000;
}
.Verification_Members {
    padding-top: 30px;
}
.Verification_Table {
    border: 3px solid;
}
.Verification_Table h4,.Verification_Table h5 {
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #000 !important;
}

.Verification_Table h4 {
    padding: 4px 8px;
    margin-bottom: 0;
    border-bottom: 3px solid;
}
.Verification_Table h5 {
    padding-left: 8px;
    padding-top: 5px;
    margin-bottom: 5px;
}
.Verification_Table h6{
    font-size: 14px;
    color: red;
    padding-left: 8px;

}
.btn_container .Verified-Skip {
    background: transparent !important;
    color: #142f66!important;
}
/*=============Upload Profile Picture End=================*/








/*Blog page start*/
.Blog {
    background: #19439a;
    padding: 30px 0px 36px 0px;
}
.Blog_Heading {
    color: #fff;
    font-size: 44px;
    font-weight: 400;
    padding-left: 15px;
}


.members-part {
    width: calc(100% - 30%);
    margin: auto;
    padding: 40px 0px 60px 0px;
}
.members-part a h2 {
    color: #DC9219;
    font-size: 31px;
    font-weight: 400;
}

.members-part  i{
    color: #707D98;
}
.members-part  p {
    color: #383F4F;
    font-weight: 400;
    font-size: 15px;
}

.members-part  p a{
    color: #DC9219;
}
.members .pagination li a.page-link {
    border-top: none !important;
    border-bottom: none !important;

}
.page-link {
  
    padding: .8rem 0.85rem !important;
    border: 1px solid #707D98;
}
.page-item:last-child .page-link {
     border-top-right-radius: 0px !important; 
     border-bottom-right-radius: 0px !important; 
}
.members .pagination li .page-link:hover {
    color: #ffffff !important;
    background-color: #2980b9 !important;
    border-radius: none !important;
}
.members {
    padding-bottom: 90px;
}
.members-part a h2:hover {
    color: #b37714;
}
.Recent_Posts {
    padding: 40px 0px 40px 0px;
}
.Recent_Posts ul {
    padding-left: 0;
}
.Recent_Posts ul li{
    list-style: none;
}
.Ineer-page {
    border-bottom: 2px solid #000;
    margin-top: 50px;
}
.Recent_Posts h4 {
    font-size: 15px;
    font-weight: 600;
    border-bottom: 2px solid;
}
.Recent_Posts ul li a {
    font-size: 12px;
    color: #DC9219;
    border-bottom: 1px solid;
    padding: 7px 0px;
    display: block;
    font-weight: 400;
}
a.Chauffeur_Apply {
    color: #DC9219;
    border-bottom: 1px solid;
}
.members-part ul {
    padding-left: 0;
}
.members-part ul li {
    list-style: none;
    font-size: 15px;
}



/*Blog page end*/






/* manager page start*/

.manager-header {
    background: #19439a;
    height: 50px;
    display: flex;
    align-items: center;
}
.manager-logo a img {
    width: 146px;
}
.manager-header-menu {
    display: flex;
    align-items: center;
}
.manager-menu ul {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}
.manager-menu ul li {
    list-style: none;
    padding: 15px 14px 15px 14px;
}
.manager-menu ul li a{
    color: #fff;
}
.manager-menu ul li:hover{
    background: #002676;
}
/* manager page end*/


@media screen and (min-width:1281px) and (max-width: 1366px){
    .ban-content {
    padding: 170px 0;
}
.ban-content h2{
    line-height: 60px;
}
.buttons .theme-btn{
    margin: 0px 3px;
}
section.liveresume.Find.section-padding {
    padding: 80px 0px;
}
}

/*.error{
  color: red !important;
  font-size: 16px !important;
}*/


/*------------front page--------------------------------*/
.general-setting-form label.error,label.error  {
  color: red;
  display: block;
  margin-bottom: 2px;
  color: red;
  font-size: 12px;
  font-weight: 400 !important
}

 .invalid_error {
    border-color: red !important;
  }

  .to_p{
  padding-top: 16px;
}

.one,.to{
  position: relative;
}
.one i{
  position: absolute;
  top: 41px;
  right:20px;
}

.to i{
  position: absolute;
  top: 60px;
  right:20px;
}
.to_p{
  padding-top: 16px;
}
.mobile-number .intl-tel-input.separate-dial-code .selected-flag {
    width: 46px;
    display: flex !important;
    align-items: center !important;
    height: 44px !important;
}



/*-----start-------employer signup step-1, step-2,-----------*/

  /*form {
    background-color: #fff;
  }
  */
  button.edit {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .next {
     background-color: #8CA535
  }
  .previous {
    background-color: #980000;
  }
  .progress-bar {
  background-color: #2c4780;
    text-indent: 600px;
    color: #000;
    overflow: visible;
    border-radius: 10px 0px 0px 10px;
  }
  /*h4 {
    color: #142f66!important;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.22!important;
    padding-top: 20px;
  }
*/
  .progress {
      overflow: unset !important;
      height: 7px;
      border-radius: 10px;
      width: 93%;
  }
/*-----end-------employer signup step-1, step-2,-----------*/



/* manager page start*/

.manager-header {
    background: #19439a;
    height: 50px;
    display: flex;
    align-items: center;
}
.manager-logo a img {
    width: 146px;
    /*padding-top: 7px;*/
}
.manager-header-menu {
    display: flex;
/*    align-items: center;*/
}
.manager-menu ul {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}
.manager-menu ul li {
    list-style: none;
    padding: 15px 12px 11px 12px;
    margin: 0px 0px 0px 2px;
}
.manager-menu ul li a {
    color: #86ace0;
    font-size: 14px;
}

.manager-menu ul li:hover a {
    color: #fff;
}
.manager-menu ul li:hover{
    background: #002676;
}
.manager-menu ul li a i {
    padding-right: 5px;
}

.active-message{
      background: #002676;
      color: #fff;
}
.active-message a{
    color: #fff !important;
}
.dropdown-right {
    border-left: 2px solid #4d7bb9;
    width: 90px;
    position: relative;
}
.dropdown-right .dropdown{
    height: 100%;
}

.dropdown-right .dropdown button{
    height: 100%;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    padding: 0px 13px;
}
.dropdown-right .dropdown button i {
    font-size: 26px;
    color: #4d7bb9;
}

.dropdown-right .dropdown-toggle::after{
    font-family: "FontAwesome";
    font-weight: 900;
    content: "\f106";
    border: none;
    color:#4d7bb9 ;
    margin-left: 0px !important;
    vertical-align: 0px !important;
    position: absolute;
    right: 6px;
    top: 14px;


}
.dropdown-right .dropdown.show button::after {
    transform: rotate(178deg);
    position: absolute;
    left: 60px;
    top: 41px;
}
.dropdown-right .dropdown:hover {
    background: #002676;
}
.dropdown-right .dropdown.show .dropdown-menu.show {
    left: -145px !important;
    top: 2px !important;
    transform: translate3d(-16px, 54px, 0px) !important;
    background: #19439a;
    width: 250px;
}
.dropdown-right .dropdown.show .dropdown-menu.show:before {
    content: "";
    width: 20px;
    height: 20px;
    background: #19439a;
    position: absolute;
    top: -6px;
    transform: rotate(45deg);
    right: 13%;
}
.dropdown-right .dropdown.show .dropdown-menu.show ul{
    padding-left: 0px;
}
.dropdown-right .dropdown.show .dropdown-menu.show ul li{
    list-style: none;
 }
 .manager-sub-itmes ul {
    display: flex;
    margin-bottom: 0;
    padding-left: 0;
}
.manager-sub-itmes ul li {
    list-style: none;
    min-width: 130px;
    margin: 0px 10px;
    border-bottom: 3px solid transparent;
    padding: 10px 0px;
    text-align: center;
}
.manager-sub-itmes ul li a img {
    width: auto;
    height: 14px;
    margin-right: 8px;
}
.manager-sub-itmes ul li:hover {
    border-bottom: 3px solid #ffbd4f;
}
.Your-Jobs-active{
    border-bottom: 3px solid #ffbd4f !important;

}
.manager-sub-itmes ul li a {
    color: #142F66;
    font-weight: 600;
    font-size: 16px;
}
.Your-Jobs-active {
    margin-left: 0 !important;
}
/*.Your-Jobs-Left{
    background: #edf4fc;
}
*/
.Your-Jobs-Section {
    min-height: calc(100vh - 206px);
    background: linear-gradient(90deg, #edf4fc 24.4%, #fff 19% 63%);
    padding: 20px 0px;
}

.Your-Jobs-Left input {
    width: 100%;
    padding: 6px 0px 6px 35px;
    outline: none;
}

.Your-Jobs-Left input::placeholder{
    color:#aebbd6 ;
}

.Your-Jobs-Left i {
    position: absolute;
    left: 11px;
    top: 11px;
    color: #aebbd6;
}
.Your-Jobs-Left {
    position: relative;
}
.manager-sub-menu {
    border-bottom: 1px solid #c6ccdd;
}
.Your-Jobs-Right {
    width: 19%;
    margin-left: 25%;
}
.Your-Jobs-Right p {
    font-size: 14px;
    text-align: center;
    color: #999999;
    line-height: 26px;
}
.Your-Jobs-Right p a{
    color: #dc9219;
}
.dropdown-right .dropdown.show .dropdown-menu.show ul li {
    padding: 10px 0px 10px 20px;
    border-bottom: 1px solid #ffffff3d;
}
.dropdown-right .dropdown.show .dropdown-menu.show ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
}
.dropdown-right .dropdown.show .dropdown-menu.show ul li a i {
    padding-right: 10px;
}
.filter-wh {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.dropdown-right .dropdown.show .dropdown-menu.show ul li a span {
    font-size: 16px;
    padding-left: 10px;
    font-weight: 500;
}

.dropdown-right .dropdown.show .dropdown-menu.show ul li:hover a {
    font-weight: 600;
}
.manager-footer {
    padding: 25px 0px;
    position: absolute;
    width: 100%;
    bottom: 0;
}
.Officers_Applied ul {
    display: flex;
    justify-content: end;
}
.Officers_Applied ul li {
    list-style: none;
    min-width: 125px;
    color: #383f4f;
    display: inline-block;
    font-size: 16px;
    position: relative;
    text-align: right;
}
.Officers_Applied ul li img {
    height: 16px !important;
    width: auto !important;
    margin-right: 10px;
}
.Officers_Applied ul li i {
    margin-right: 10px;
    color: #2A467F;
    font-size: 15px;
}
.Officers_Applied {
    border-bottom: 1px solid #d2ddeb;
    padding-right: 35px !important;
    padding-left: 35px !important;
    margin-left: 10px;
}
.Officers_Heading h3 {
    font-size: 16px;
    font-weight: 600;
    color: #383f4f;
    margin-bottom: 0;
}
.Officers_Heading span {
    font-size: 15px;
    color: #999999;
    padding-top: 5px;
    display: block;
}
/* manager page end*/



/* message page start*/
.dropdown-right #dropdownMenuButton img {
    width: 30px;
}
/*.dropdown-right.Messages-toggle  .dropdown.show button::after {
    transform: rotate(178deg);
    position: absolute;
    left: 74%;
    top: 74%;
}
*/

.Messages .Your-Jobs-Section {
    min-height: calc(100vh - 206px);
    background: linear-gradient(90deg, #edf4fc 25%, #fff 19% 63%);
    padding: 0px;
}
.Messages .Your-Jobs-Left input {
    margin: 10px auto;
    width: calc(100% - 10%);
}
.Messages .Your-Jobs-Left i {
   top: 20px;
   left: 34px;
}
.Messages .Your-Jobs-Left {
    text-align: center;
}
.msg_search_box{
    border-bottom: 1px solid #707D98;
}
.msg_list ul li {
    list-style: none;
    padding: 20px 10px;
    border-bottom: 1px solid #c0cad9;
}
.msg_list ul li h3 p {
    color: #707d98!important;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
}

.msg_list ul li h3 span {
    color: #707d98!important;
    font-size: 12px;
    font-weight: 500;
}
.msg_list ul li h5 {
    color: #383f4f;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
    padding: 5px 0px;
}
.msg_list ul li h3{
    margin-bottom: 0px;
}
.msg_list ul li h6 {
    color: #707d98;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 0;
}
.msg-right-border {
    border-right: 1px solid #dddddd;
    height: 100%;
}
.msg_list a li:hover {
    background: #fff !important;
}
.Smith{
    position: sticky;
    background: #f8faff;
    top: 0px;
    width: 100%;
}
.Smith h3 {
    font-size: 16px;
    font-weight: 600;
    color: #142F66;
    display: block;
}
.Smith h3 span{
    font-size: 14px;
    font-weight: 500;
    color: #142F66;
    display: block;
}
.Smith h4 a {
    color: #dc9219;
    font-size: 16px;
}
.Smith h4 a i {
    padding-right: 5px;
}
.Messaging-smith-about p {
    color: #999999;
    font-size: 13px;
    font-weight: 400;
    padding-top: 18px;
}
.message-test {
    text-align: end;
    background: #3896dc;
    margin-left: auto;
    border-radius: 15px 0px 0px 15px;
    padding: 10px 10px 10px 20px;
    max-width: fit-content;
}
.message-test {
    text-align: end;
    background: #19439a;
    margin-left: auto;
    border-radius: 15px 0px 0px 15px;
    padding: 10px 10px 10px 20px;
    max-width: fit-content;
    width: 80%;
}

.message-test.message-test-to{
  background: #19439ab0;
  text-align: left;
    margin: 0;
    border-radius: 0px 15px 15px 0px;
}


.message-test h4 {
    font-size: 16px;
    color: #fff !important;
    text-align: left;
    font-weight: 500;
    margin-bottom: 0;
    padding-top: 0px
}
.message-test span {
    font-size: 12px;
    color: #fff;
    text-align: left;
    font-weight: 400;
    margin-bottom: 0;
    display: block;
    padding-top: 4px;
}
.last-day {
    text-align: center;
    color: #999999;
    font-size: 13px;
    font-weight: 400;
    padding: 5px 0;
}
.message-main{
        height: calc(100vh - 173px);
}
.msg_send_box {
    position: absolute;
    bottom: -5px;
    width: 100%;
    background: #edf4fc;
    padding: 10px;
    border-top: 1px solid #dddddd;
    display: flex;
}
.msg_send_box input {
    padding: 8px 0 8px 10px;
    width: 93%;
    margin-right: 5px;
    outline: none;
}
.send_msg_btn,.send_msg_btn:hover {
    background: #19439a;
    padding: 11px 23px;
    border-radius: 4px;
    color: #fff;
    border: none;
}
.msg_send_box input::placeholder{
    font-size: 15px;
    font-weight: 400;
    color: #707d98;
}
.avatar_left {
    width: calc(100% - 70px);
    border-right: 1px solid #ffffff3d;
    padding: 10px 0px;
}
a.avatar_link {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.avatar_right {
    width: 70px;
    padding: 10px 0px;
}
.dropdown-right .dropdown.show .dropdown-menu.show ul li:first-child {
    padding-top: 0;
    padding-bottom: 0;
}
/* message page end*/




/*====6/12/22=======*/
.logo img {
    width: 158px;
}
.top-bar p {
    font-size: 12px;
}

.ban-content h2 {
    font-size: 32px;
    font-weight: 400;
    line-height: 45px;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

.ban-content{
  padding: 170px 0 170px 0px;
}
.buttons .theme-btn {
    font-size: 18px;
    font-weight: var(--weight-medium);
    color: var(--dark);
    padding: 10px 35px;
    background: var(--yellow);
    border: none;
    outline: none;
    margin: 20px 5px 0 0;
}

.section-padding{
  padding:30px 0 20px 0;
}
.Exclusive {
    padding-top: 140px;
}
.liveresume.Find {
    padding-top: 140px;
}
.plans-section {
    padding-top: 100px;
}
.plans-section p {
    font-size: 14px;
}
.community {
    padding-top: 120px;
}
.footer-right p {
    font-size: 14px;
}
.top-bar p {
        text-align: end;
    }
    
.policy-content {
    padding: 20px 0 80px 0;
}

.policy-content p strong {
    font-weight: 600;
    font-size: 17px;
}

.policy-content p,
.policy-content li {
    line-height: 1.5;
    color: #383F4F;
}

.policy-content ul {
    padding-bottom: 1.5rem;
    padding-left: 1rem;
}

.policy-content li::marker {
    font-size: 12px;
}




.policy-content {
    padding: 20px 0 80px 0;
}

.policy-content p strong {
    font-weight: 600;
    font-size: 17px;
}

.policy-content p,
.policy-content li {
    line-height: 1.5;
    color: #383F4F;
}

.policy-content ul {
    padding-bottom: 1.5rem;
    padding-left: 1rem;
}

.policy-content li::marker {
    font-size: 12px;
}


.about-para {
    font-size: 20px;
    color: #19439a;
}

.about-members {
    text-align: center;
}

.about-members img {
    max-width: 190px;
    min-height: 250px;
    object-fit: cover;
}

.about-members p {
    color: #383F4F;
    padding: 20px 0;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 17px;
}

.about-members span {
    color: #707D98;
    display: block;
    padding-bottom: 16px;
    font-size: 14px;
}

.about-members a {
    font-size: 14px;
}

.contact-box {
    padding-bottom: 55px;
}

.contact-box form {
    max-width: 400px;
    position: relative;
}

.contact-box input,
.contact-box textarea {
    display: block;
    width: 100%;
    border: 1px solid #707D98;
    box-shadow: inset 0 1px 2px 0 #19439a;
    border-radius: 2px;
    color: #383F4F;
    margin-bottom: 1rem;
}

.contact-box input {
    height: 40px;
}

.contact-box input:focus,
.contact-box textarea:focus {
    outline: none;
    border: 1px solid #3896DC;
}

.contact-box textarea {
    min-height: 120px;
}

.contact-box label {
    margin-bottom: 2px;
    line-height: 1.5;
    color: #383F4F
}

.contact-box input[type=submit] {
    width: 27%;
    background: var(--lightblue);
    color: #fff;
    font-weight: 600;
    border-radius: 3px;
}

.contact-box input[type=submit]:hover {
    background: var(--yellow);
    cursor: pointer;
}

.form-logo {
    padding-bottom: 1.5rem;
}
.main-form .section-heading {
    font-weight: 600;
}




/*====7/12/22=====*/
#loader1,#loader3,#loader2{
    position: relative;
    padding-bottom: 10px;
}
#loader1 img,#loader3 img{
    margin: -13px 0px 0 0px;
    position: absolute;
    left: 43%;
}

#loader2 img{
    margin: -7px 0px 0 0px;
    position: absolute;
    left: 43%;
}
#loader {
    background: rgb(255 255 255 / 80%);
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: -12%;
    left: 50%;
    transform: translate(-50%,0%);
    height: 107.5vh;
    z-index: 99;
}
#loader img{
  padding-top: 24%
}
#loader_show{
    background: rgb(255 255 255 / 80%);
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: -12%;
    left: 50%;
    transform: translate(-50%,0%);
    height: 145.5vh;
    z-index: 99;
}
#loader_show img {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.varification-form{
    height: 147vh !important;

}
/*.varification-form img{
  padding-top: 30% !important;
}*/
.gs-loader img{
    margin-top: 30px;
}
/*=============Upload Profile Picture Start=================*/

.Upload-Description {
    font-size: 13px;
    text-align: center;
    width: 80%;
    margin: auto;
}
.picture {
    width: 106px;
    height: 106px;
    background: url({{asset('site-assets/img/img_avatar1.png')}});
    color: #FFFFFF;
    margin: 5px auto;
    overflow: hidden;
    transition: all 0.2s;
    background-repeat: no-repeat;
    -webkit-transition: all 0.2s;
    background-size: cover;
    position: relative;
}
.picture input[type="file"] {
    cursor: pointer;
    display: block;
    height: 100%;
    left: 0;
    opacity: 0 !important;
    position: absolute;
    top: 0;
    width: 100%;
}




.choice {
    text-align: center;
    cursor: pointer;
}

.choice input[type="radio"], .choice input[type="checkbox"] {
    position: absolute;
    left: -10000px;
    z-index: -1;
}

.choice .icon {
    text-align: center;
    vertical-align: middle;
    height: 106px;
    width: 106px;
    border-radius: 50%;
    color: #999999;
    margin: 5px auto;
    border: 4px solid #CCCCCC;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    overflow: hidden;
}



.choice.active .icon {
    border-color: #2ca8ff;
}
.tap-picture h3 {
    font-size: 12px;
    color: #fff;
    padding: 5px;
    text-align: center;
}
.tap-picture {
    background: #19439a;
    width: 30%;
    margin: auto;
    border-radius: 5px;
    position: relative;
    margin-bottom: 15px;
    z-index: 99;
}
.tap-picture:before {
    content: "";
    / background: #19439a; /
    width: 15px;
    height: 15px;
    position: absolute;
    bottom: -7px;
    left: 45%;
    transform: rotate(45deg);
    border: 10px solid #19439a;
    border-top: 0;
    border-left: 0;
    z-index: -99;
}
.Upload-Picture {
    padding-top: 30px;
}
.suggested-file {
    text-align: center;
    background: #e2e5ea;
    padding: 10px;
    border-radius: 4px;
    margin-top: 30px;
    width: 80%;
    margin: 30px auto;
}

.Upload-Picture-btn {
    text-align: center;
    padding-top: 10px;
}
.Upload-Picture-btn button {
    width: 120px;
    padding: 8px 0px;
    border: 1px solid #e3e8f2;
    border-radius: 4px;

}
.uploads_skip {
    background: transparent;
    font-weight: 600;
    color: #142f66;
}
.uploads_next {
/*    background: #e3e8f2;*/
    color: #8f9ebd;
    font-weight: 600;
    background: linear-gradient(to bottom, #5278b2, #425f9b)!important;
    background-image: -webkit-linear-gradient(bottom, #425f9b, #5278b2) !important;
    color: #FFFFFF!important;
}

.mobile-number.Employment_Information_Select select {
    width: 100%;
    height: 42px;
    border: 1px solid #707D98!important;
    outline: none;
    padding-left: 10px;
    font-size: 14px;

}
/*.progress-input.progress-input-to  textarea {
    width: 100%;
    font-size: 14px;
    border: 1px solid #707d98;
    padding: 10px;
}*/
.progress-input.progress-input-to  textarea {
    width: 100%;
    font-size: 14px;
    border: 1px solid #707d98;
    padding: 10px;
    color: #333!important;
}
.experience input {
    width: unset;
}
.Verification_Section {
    display: flex;
}
.Verification_Test h6 {
    border: 1px solid #ef887a;
    font-size: 13px;
    margin-bottom: 10px;
    margin-bottom: 0;
    margin-top: 8px;
    text-align: center;
    color: #2c4780;
    font-weight: 600;
    padding: 2px 0px;
}
.getting-verified{
    padding-top: 35px;
}
.getting-verified h5 {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    padding: 3px 0px;
}
.getting-verified p {
    font-size: 14px;
}
.getting-verified h2{
     font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-bottom: 0;
}
.getting-verified img {
    width: 100%;
    object-fit: cover;
    height: auto;
}
.Verification_Members h2{
     font-size: 18px;
    font-weight: 600;
    color: #000;
}
.Verification_Members {
    padding-top: 30px;
}
.Verification_Table {
    border: 3px solid;
}
.Verification_Table h4,.Verification_Table h5 {
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #000 !important;
}

.Verification_Table h4 {
    padding: 4px 8px;
    margin-bottom: 0;
    border-bottom: 3px solid;
}
.Verification_Table h5 {
    padding-left: 8px;
    padding-top: 5px;
    margin-bottom: 5px;
}
.Verification_Table h6{
    font-size: 14px;
    color: red;
    padding-left: 8px;

}
.btn_container .Verified-Skip {
    background: transparent !important;
    color: #142f66!important;
}
/*=============Upload Profile Picture End=================*/


.Your_Details_Form {
    padding: 70px 0px 90px 0px !important;
}

.Your_Details_Step{
  padding-bottom: 85px
}

.employee-selectpasword {
    min-height: calc(100vh - 192px);
/*    display: flex;
    align-items: center;*/
}
.employee-uplodepic{
    min-height: calc(100vh - 164px);

}

/*======12-8-22=========*/
.Get-new-password button {
    background: #19439a;
    color: #fff;
    padding: 10px 40px;
    border-radius: 3px;
}
.Get-new-password p{
    text-align: left;
    padding-top: 16px;
    font-size: 14px;
    font-weight: 400;
    color: #858ea5;
}
.Get-new-password a {
    font-size: 13px;
    padding-top: 8px;
    color: #007bff;
}
.main-form input.error {
    font-size: 1rem;
}

#collapseOne,#collapseTo,#collapseThree,#collapseFour {
    transition: ease-in-out .9s;
}
#dropdownMenuButton{
    outline: none !important;
}


/*--------Post-job--------*/


.post-job-heading h2 {
    padding: 18px 0px;
    text-decoration: none;
    font-size: 16px;
    color: #2c4780;
    font-weight: 600;
}

.post-job-heading {
    border-bottom: 1px solid #c6ccdd;
    background: #f8faff;
    padding: 0px 15px;
}

.Required-Job-Details label{
    font-size: 14px;
    margin-bottom: 8px;
    font-weight: 600;
    color: #142F66;
    width: 100%;
    line-height: 1;
}
.Required-Job-Details input{
   border-radius: 2px;
    padding: 8px 13px;
    margin: 0px;
    font-size: 16px;
   border: 1px solid #707D98!important;
    color: #383F4F !important;
}

.Required-Job-Details input::placeholder{
    font-size: 16px;
    color: #b2bfd7;
}
.Required-Job-Details figure{
    color: #707D98;
    font-size: 14px;
    padding-top: 5px;
}
.Required-Job-Details textarea::placeholder{
     font-size: 14px;
     color: #b2bfd7;
     padding: 6px 13px;
}
.Required-Job-Details textarea {
    color: #383F4F !important;
    outline: none !important;
    padding: 8px 13px;
}
.job-type h5 {
    font-size: 14px;
    margin-bottom: 15px;
    font-weight: bold;
    color: #142F66;
    width: 100%;
    line-height: 1;
}
.job-type ul li {
    display: flex;
    align-items: baseline;
}
.job-type ul li label{
    padding-left: 10px;
}
.job-type ul li:last-child{
    padding-top: 20px;
}
.Required-Job-Details {
    padding: 0px 15px;
}
.Accordion_Section details {
    border-bottom: 1px solid #c6ccdd;
}
.Accordion_Section summary{
    position: relative;
    padding: 15px 0 15px 15px;
    text-decoration: none;
    font-size: 16px;
    color: #2c4780;
    font-weight: 600;
}
.Accordion_Section summary:after {
    content: "\f107";
    position: absolute;
    right: 10px;
    top: 10px;
    font-family: "FontAwesome";
    font-size: 24px;
    font-weight: 300;
}
.Private-Investigator-Job span {
    font-size: 14px;
    color: #142F66;
    font-weight: 600;
}

.Private-Investigator-Job p {
    font-size: 14px;
    padding-top: 15px;
    color: #897f7f;
    font-weight: 400;
}
.Status label {
    display: flex;
}

.Status input {
    margin-right: 5px;
}
.Required-Job-Details p {
    color: #707D98;
    font-size: 14px;
    margin-bottom: 0;
}
.Required-Job-Details button {
    margin-bottom: 20px;
    border: 1px solid;
    color: #142f66!important;
    border: 1px solid #ccd0d8!important;
    border-radius: 2px!important;
    font-weight: 600;
    padding: 12px 38px;
    display: flex;
    align-items: center;
}
.Required-Job-Details button i {
    font-size: 26px;
    line-height: 0;
    padding-right: 5px;
}
.Next_Preview {
    text-align: center;
    padding: 25px 0px;
}
.Next_Preview button {
    background: #19439a;
    color: #fff;
    border: none;
    border-radius: 2px;
    padding: 10px 65px;
    font-weight: 600;
}






/*-----------------Range Slider--------------*/

 .range-slider-section input[type="range"] {
   outline: 0;
   border: 0;
   border-radius: 500px;
   width: 98%;
   max-width: 100%;
   margin: 24px 0 16px;
   transition: box-shadow 0.2s ease-in-out;
}
 @media screen and (-webkit-min-device-pixel-ratio: 0) {
   .range-slider-section input[type="range"] {
     /*overflow: hidden;*/
     height: 7px;
     -webkit-appearance: none;
     background-color: #fff;
     border:1px solid;
     position: relative;
  }
   .range-slider-section input[type="range"]::-webkit-slider-runnable-track {
     height: 10px;
     -webkit-appearance: none;
     color: #444;
     transition: box-shadow 0.2s ease-in-out;
  }
   .range-slider-section input[type="range"]::-webkit-slider-thumb {
     width: 15px;
     -webkit-appearance: none;
     height: 15px;
     cursor: pointer;
      background: #fff;
     border:2px solid;
    border-radius: 50%;
     transition: box-shadow 0.2s ease-in-out;
     position: relative;
     z-index: 999;
     margin-top: -3px

  }
   .range-slider-section input[type="range"]:active::-webkit-slider-thumb {
     background: #fff;
     border:2px solid;
     /*box-shadow: -340px 0 0 320px #1597ff,*/
      /*inset 0 0 0 3px #1597ff;*/
     z-index: 999;
     

  }
}

#h4-container {
    width: 100%;
    max-width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    /*left: 14px*/
}
 #h4-container #h4-subcontainer {
   width: 100%;
   position: relative;
}
#h4-container #h4-subcontainer h4 {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -14px;
    width: 30px;
    height: 30px;
    color: #fff !important;
    font-size: 12px;
    transform-origin: center -10px;
    transform: translateX(-50%);
    transition: margin-top 0.15s ease-in-out, opacity 0.15s ease-in-out;
    right: -38px;
}
#h4-container #h4-subcontainer h4 span {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #1597ff;
    border-radius: 0 50% 50% 50%;
    transform: rotate(223deg);
    z-index: -1;
}
 .range-slider-section input:not(:active) + #h4-container h4 {
   opacity: 0;
   margin-top: -50px;
   pointer-events: none;
}

.range-slider-section {
    position: relative;
}
.distance-filter-btn {
    margin: auto;
    text-align: center;
    display: flex !important;
    justify-content: center;
    /*padding: 8px 0px;*/
    border: none;
    border-radius: 2px;
    color: #fff;
    font-weight: 600;
    /*margin-top: 50px;*/
}
.Remove_Distance {
    background: #19439a;
    border: none;
    padding: 8px;
    width: 270px;
    border-radius: 2px;
    margin-top:50px;
}
.View_All_Distance_Job {
    background: linear-gradient(to bottom, #ffffff, #f5f5f5)!important;
    background-image: -webkit-linear-gradient(bottom, #f5f5f5, #ffffff) !important;
    color: #142f66;
    border: 1px solid #ccd0d8;
    width: 250px;
    padding: 8px;
    margin-left: 50px;
    margin-top:50px;
}
#loader_1  img{
    position: fixed;
    top: 50%;
    left: 60%;
    transform: translate(-50%,-50%);
}
#loader_1 {
    background:rgb(255 255 255 / 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



/*---------------job post step-2---------------*/


.Preview-Posting {
    background: #f8faff;
    padding: 15px 0px;
    border-bottom: 1px solid #dddddd;
}
.Preview-Posting-Heading h5 {
    margin-bottom: 0;
    color: #142f66 !important;
    font-weight: 600;
    font-size: 18px;
}

.Preview-Posting_Btn button {
    display:block;
    margin: 10px auto auto auto;
}
.Preview-Posting_Btn button {
    width: 280px;
    padding: 8px 0px;
    font-size: 16px;
    border-radius: 2px;
    font-weight: 600;
}
.circal-input {
    width: 16px;
    height: 16px;
    background: white;
    border-radius: 100px;
    border: 1px solid #7c7979;
}
.Preview-Posting_Btn button.edit-btn{
    border: 1px solid #ccd0d8;
    font-weight: 600;
    color: #142f66;
    background: linear-gradient(to bottom, #ffffff, #f5f5f5)!important;
    background-image: -webkit-linear-gradient(bottom, #f5f5f5, #ffffff) !important;
}

.Preview-Posting_Btn button.next-btn{
    color: #fff;
    background: #19439a;
    border: none;
}
.img-17 {
    height: 17px !important;
    width: auto !important;
    margin-right: 5px;

}
.Job_Posting_Right{
    padding-top: 25px;
}
.Job_Posting_Right span {
    font-size: 14px;
    color: #2c4780;
    font-weight: 600;
    display: flex;
}
.job_title h2 {
    color: #142f66;
    font-size: 22px;
    font-weight: 600;
    padding-top: 29px;
}
.Posted_today {
    font-size: 12px;
    font-weight: 400;
    color: #787676;
    padding-bottom: 10px;
    display: block;
}
.posted_job.mobile_margin h2 i {
    color: #e64c3c;
    font-size: 16px;
    margin-right: 8px;
}
.posted_job.mobile_margin h2 {
    font-size: 16px !important;
    color: #142f66!important;
    font-weight: normal !important;
    padding-top: 35px;
    border-bottom: 1px solid #d0dcec;
    padding-bottom: 21px;
}
.map-border {
    border-bottom:1px solid #d0dcec;
    padding-bottom: 20px;
}

.posted_job_section ul{
    padding-left: 0;

}
.posted_job_section ul li{
    margin-left: 35px;
}
.posted_sub_title h4 {
    color: #142f66;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.22;
    
}
.posted_job_section .skill_list h5 {
    font-size: 16px;
    font-weight:600;
    line-height: 1.38;
    color: #142f66;
    margin-bottom: 8px;
}

.posted_job_section {
    border-bottom: 1px solid #d0dcec;
    padding-bottom: 21px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.Preview-Posting_Btn.bottom-btn button {
    margin: unset;
}
.Preview-Posting_Btn.bottom-btn {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    padding-bottom: 50px;
}
.other_req_texbox {
    width: calc(100% - 58%);
    margin-bottom: 20px !important;
}


/*-----------------Check_Out----------------*/
.Last-step {
    font-size: 24px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    color: #85d181;
    padding: 25px 0;
    margin: 0;
}
.Simple-Pricing {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.25;
    color: #192d64;
    padding: 8px 0 15px 0;
    margin: 0;
}
.code input {
    background-color: #f2f2f2;
    border: none;
    color: #666;
    display: inline-block;
    font-size: 16px;
    height: 42px;
    line-height: 20px;
    outline: none;
    padding: 4px 6px;
    vertical-align: middle;
    box-shadow: none;
    width: 150px;
    padding: 3px 10px;
    line-height: 1;
    margin-right: 5px;
    text-align: center;
}
.code input::placeholder{
    color: #bbbbbb;
     font-style: italic;
     font-weight: 300;
}
.per-job-listing {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.5;
    color: #383F4F;
}
.code button {
    background: #ddd;
    border: 1px solid silver;
    padding: 8px 10px;
    border-radius: 2px;
}
.code {
    padding-top: 15px;
}
.Checkout_Btn button {
    width: 280px;
    padding: 12px 0px;
    font-size: 16px;
    border-radius: 2px;
    font-weight: 600;
    display: block;
    margin: auto;
}
.Checkout_Btn {
    text-align: center;
    margin: 30px  0;
}
.Purchase{
    color: #fff;
    background: #19439a;
    border: none;
}
.Purchase_Back{
    border: 1px solid #ccd0d8;
    font-weight: 600;
    color: #142f66;
    background: linear-gradient(to bottom, #ffffff, #f5f5f5)!important;
    background-image: -webkit-linear-gradient(bottom, #f5f5f5, #ffffff) !important;

}

/*-----------Modal-----------*/
/*.modal-section .modal-dialog {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) !important;
}

.modal-section .modal-dialog {
    max-width: 650px;
}

.modal-section .modal-content{
    height: 55vh;
    border-radius: 0px !important;
    background: #edf4fc !important;
    position: relative;
}
.Questions_Submitting h2 {
    color: #2c4780 !important;
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    padding-bottom: 35px;
}
.Questions_Submitting span {
    display: block;
    padding-left: 10px;
    color: #2c4780;
    font-size: 18px;
}

.Questions_Submitting a {
    display: block;
    padding-left: 10px;
    color: #dc9219;
    font-size: 18px;
    font-weight: 600;
}
.Questions_Submitting_Img{
    background: #fff;
    padding: 20px 0px 0 0;
    height: 49vh;
}
.Questions_Submitting_Img span{
    font-size: 10px;
    color: #2c4780;
}
.cancel-btn-city {
    width: 100%;
}
.cancel-btn-city .form-control{
  width: calc(100% - 18%) !important;
}
.cancel-btn-city .form-control input{
  width: 100%;
  outline: none !important; 
}

*/







/*-----------Modal-----------*/
.modal-section .modal-dialog {
    /*position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) !important;*/
    height: 100vh;
    width: 100vw;
    display: grid;
    place-items: center;
}

.modal-section .modal-dialog {
    max-width: 650px;
}

.modal-section .modal-content{
/*    height: 55vh;*/
    border-radius: 0px !important;
    background: #edf4fc !important;
    position: relative;
}
.Questions_Submitting h2 {
    color: #2c4780 !important;
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    padding: 35px 0;
}
.Questions_Submitting span {
    display: block;
    padding-left: 10px;
    color: #2c4780;
    font-size: 18px;
}

.Questions_Submitting a {
    display: block;
    padding-left: 10px;
    color: #dc9219;
    font-size: 18px;
    font-weight: 600;
}
.Questions_Submitting_Img{
    background: #fff;
    padding: 20px 0px 0 0;
    height: 400px;
}
.Questions_Submitting_Img span{
    font-size: 10px;
    color: #2c4780;
}

.modal-section .modal-header {
    right: -13px;
    top: -15px;
}
.modal-section .modal-header button{
    background: #333;
    padding: 0;
    border-radius: 100%;
    width: 26px;
    height: 26px;
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    outline: none !important;
}


.modal-section .modal-header button span{
    font-size: 26px;
    font-weight: 400;
    color: #fff;
    margin-top: -2px;
}

/*----------Purchase_Modal---------*/
/*
.popup-btn{
    position: absolute!important;
    top: 55%;
    left: 50%;
    transform: translate(-50%,-50%);
}*/
.main-btn-rect,
.main-btn-circle{
    position: relative;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    color: #FFFFF0;
    outline: none;
    cursor: pointer;
/*    z-index: 100;*/
   

}

.main-btn-rect {
    padding: 10px 80px;
    line-height: 30px;
}
.main-btn-rect:before, 
.main-btn-rect:after{
  position: absolute;
  content: '';
  top:0;
  width: 0%;
  height: 100%;
  background-color: rgba(255, 255, 240, 0.2);
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}
.main-btn-rect:before {
  left: 0;
}
.main-btn-rect:after {
  right: 0;
}
.main-btn-rect:hover:before, 
.main-btn-rect:hover:after{
  width: 50%;
}
.main-btn-circle {
    height: 40px;
    width: 40px;
    -webkit-border-radius: 50%;
    border-radius: 100%;
    line-height: 40px;
    -webkit-transition: box-shadow 0.3s;
    -o-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s;
    position: absolute;
    top: -25px;
    right: 2px;
}
.main-btn-circle:hover{   
  -webkit-box-shadow: inset 2px 1px 0px 20px rgba(255, 255, 240, 0.2);
  -moz-box-shadow: inset 2px 1px 0px 20px rgba(255, 255, 240, 0.2);
  box-shadow: inset 2px 1px 0px 20px rgba(255, 255, 240, 0.2);
}
.popup{
  position: fixed;
  top: 100%;
  width: 100%;
  height: 100%;
  z-index: 10001;
  left: 0;
}
.popup.active{
  top:0;
  background-color: rgba(3, 3, 3, 0.6); 
  transition: background-color .6s ,opacity .6s;
}
.popup .main-btn-rect{
  padding: 10px 100px;
}
.popup .popup-content{
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #FFFFF0;
  color: #070000;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transition: margin .6s;
  -webkit-transition: margin .6s;
  -moz-transition: margin .6s;
  -o-transition: margin .6s;
  box-shadow: -1px 1px 20px #000000cf;
  width: 310px;
  border-radius: 5px;
}
.popup-content.Purchase .image {
    position: absolute;
    top: -58px;
    left: 50%;
    transform: translate(-40px);
    width: 76px;
    height: 75px;
}
.popup-content.Purchase .image:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../img/popup.png) no-repeat;
    background-size: 100% 100%;
}

.popup-content.Purchase .image img{
    background: #fff;
    width: 64px;
    height: 64px;
    border-radius: 32px;
    margin: 4px 6px 0;
}
.Purchase_Title {
    background: #f1f1f2;
    margin-top: -25px;
    padding-top: 40px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.Purchase_Title h6 {
    color: #000;
    font-size: 17px;
    font-weight: 600;
    padding-top: 10px;
    margin-bottom: 0;
}
.Purchase_Title span {
    color: #5b5b65;
    font-size: 13px;
}
.prefilledEmail span {
    font-size: 13px;
    font-weight: 500;
    color: #5b5b65;
    text-shadow: 0 1px 0 rgb(255 255 255 / 70%);
    line-height: 25px;
    text-align: center;
    cursor: default;
}
.prefilledEmail {
    border-top: 1px solid #ffffff;
    margin-top: 15px;
    border-bottom: 1px solid #ccc;
}
.cardNumberInput {
    background: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 30px 35px;
}
.cardNumberInputGroup {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.cardNumberInputGroup input {
    border: 1px solid #cececf;
    height: 37px;
    padding-left: 30px;
    width: 100%;
}
.cardNumber_One {
    width: 100%;
}
.cardNumbermmy_Tow {
    width: 50%;
}
.cardNumbercvcThree {
    width: 50%;
}
.cardNumber_One,.cardNumbermmy_Tow,.cardNumbercvcThree {
    position: relative;
}
.cardNumber_One img {
   position: absolute;
    left: 6px;
    top: 10px;
    height: 16px;
    width: 20px;
}

.cardNumbermmy_Tow img{
    position: absolute;
    left: 6px;
    top: 10px;
    height: 16px;
    width: 20px;
}

.cardNumbercvcThree img{
   position: absolute;
    left: 6px;
    top: 10px;
    height: 16px;
    width: 20px;
}



.cardNumberInput .cardNumber {
    width: 100%;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.cardNumbercvc {
    width: 100%;
    border-top: none!important;
    border-left: none!important;
    border-bottom-right-radius: 3px;
}
.cardNumbermmy {
    width: 100%;
    border-top: none!important;
    border-bottom-left-radius: 3px;
}
.cardNumberInput button {
    width: 100%;
    background: #45b1e8;
    color: #fff;
    border: none;
    padding: 8px 0;
    margin-top: 20px;
}
.cardNumberInputGroup input::placeholder{
    font-size: 14px;
}











/*------Apply Now -----Modal-----start------*/
.apply-now-modal-section .apply-now-modal-dialog {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) !important;
}

.apply-now-modal-section .apply-now-modal-dialog {
    max-width: 650px;
}

.apply-now-modal-section .apply-now-modal-content{
    border-radius: 3px;
    background: #edf4fc !important;
    position: relative;
    width: 600px;
    padding: 0 20px;
  }

.apply-job-close h2{
  font-size: 18px;
  font-weight: 600;
  color: #142f66 ;
}
.img-16 {
    height: 16px !important;
    width: auto !important;
    margin-right: 15px
}
.apply-job-close button span {
    font-size: 33px;
    font-weight: 500;
    color: #142f66;
}
.modal-header.apply-job-close{
    padding: 10px 0 5px 0;
    border-bottom: 1px solid #e5e5e5;
} 
.apply_box {
    /*border-color: #86ace0;*/
    background: #fff;
    margin-bottom: 45px;
    padding: 15px;
    border: 1px solid #86ace0;
}
.apply_box li h2 span {
    font-size: 14px ;
    line-height: 24px ;
    font-weight: 600 ;
    color: #2c4780 ;
  }
  .job_list.apply_box ul {
    padding-left: 0;
    padding-bottom: 0
}
.job_list.apply_box ul li {
    list-style: none;
}
.job_list.apply_box ul li h2{
  display: flex;
  align-items: center;
}
.job_list.apply_box ul li h4 {
    font-size: 16px;
    font-weight: 600;
    color: #393e4e;
    padding: 5px 0;
    margin-bottom: 0;
}

.job_list.apply_box ul li h5 {
    font-size: 12px;
    font-weight: 400;
    color: #393e4e;
    padding: 7px 0 5px 0;
    margin-bottom: 0;
}
p.trooper {
    font-size: 12px;
    color: #707d98;
    padding-bottom: 0;
    margin-bottom: 0;
}
p.trooper i {
    padding-right: 5px;
    color: #707d98;
    font-size: 13px;
}
.Apply_Job_modal label {
    color: #2c4780;
    font-size: 16px;
    font-weight: 600;
}

.Personal_Message label{
      color: #2c4780;
    font-size: 16px;
    font-weight: 600;
}
.Personal_Message textarea{
    color: #383faf;
    padding: 5px
}
.Personal_Message textarea{
        border: 1px solid #707d98;

}
.Personal_Message span{
  color: #707d98;
    margin-top: 7px;
    font-size: 14px;
    display: block;

}
.resume-heading {
    margin: 28px 0 20px;
    color: #2c4780 !important;
    font-size: 18px;
    font-weight: 600;
}
.Resume-profile ul li{
  list-style: none;
  display: flex;
  align-items: center;
}
.Resume-profile ul li label {
    color: #2c4780;
    padding-left: 15px;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 0
}
.Resume-profile ul li input {
    width: 16px;
    height: 16px;
}

.Resume-profile ul li label a{
  color:#dc9219!important;
  font-weight: 400 
}


.Resume-profile ul li.Include label {
    color: #707d98;
    /*padding-left: 15px;*/
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 0;
}
.Resume-profile ul li.Include label span {
    color: #707d98;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 0;
}
.Apply_to_job_btn button {
    border: none;
    border-radius: 2px;
    padding: 8px 0;
}

.Apply_to_job_btn{
text-align: center; 
margin-top: 40px


}
.Apply_to_job_btn button.Submit {
    background: linear-gradient(to bottom, #5278b2, #425f9b);
    background-image: -webkit-linear-gradient(bottom, #425f9b, #5278b2) ;
    color: #FFFFFF;
    border: 1px solid #3e5fa6;
    border-radius: 2px;
    font-weight: 600;
    width: 200px
}
.Apply_to_job_btn button.Cancel{
  background: linear-gradient(to bottom, #ffffff, #f5f5f5);
    background-image: -webkit-linear-gradient(bottom, #f5f5f5, #ffffff);
    color: #142f66;
    border: 1px solid #ccd0d8;
    border-radius: 2px;
    font-weight: 600;
    width: 250px;
    margin-left: 15px

}

    
/*------Apply Now -----Modal------end-----*/

.withdraw-heading{
    color: #192d64;
    font-weight: 600;
    font-size: 16px;
}
.withdraw-modal-content .modal-body span {
    font-size: 14px;
    padding-top: 12px;
    display: block;
}
.Apply_to_job_btn.withdraw-modal-btn button{
  background: linear-gradient(to bottom,#c43b2d, #9b2e22);
    background-image: -webkit-linear-gradient(bottom, #9b2e22, #c43b2d);
    border: 1px solid #671c15;
    color: #fff
}
.Preview-Posting_Btn.Withdraw-Left{
  padding-top: 20px
}
.Preview-Posting_Btn.Withdraw-Left h3 {
    font-size: 16px;
    color: #192d64;
    font-weight: 400;
}

.Preview-Posting_Btn.Withdraw-Left h2 {
    font-size: 18px;
    color: #2c4780;
    font-weight: 600;
    padding-top: 7px;
}

.Preview-Posting_Btn.Withdraw-Left h2 span{
    font-size: 14px;
    color: #2c4780;
    font-weight: 400;
    display: block;
    padding-top: 5px;
    padding-left: 25px;
}
.Preview-Posting_Btn.Withdraw-Left h4 {
    font-size: 16px;
    color: #2c4780 ;
    font-weight: 600;
    padding-top: 20px
}
.Preview-Posting_Btn.Withdraw-Left ol {
    padding: 0px  0px 0px 10px;
}
.Preview-Posting_Btn.Withdraw-Left ol li {
    margin: 10px 0;
    font-size: 14px;
    list-style: none;
    display: flex;
}
.Preview-Posting_Btn.Withdraw-Left ol li span {
    padding-right: 15px;
}
.Preview-Posting_Btn.Withdraw-Left h2 i {
    background: #85d181;
    border-radius: 100px;
    padding: 3px;
    color: #fff;
    font-weight: 100;
    font-size: 14px;
    margin-right: 5px
}






/*-----------Setting---------*/

.Preview-Posting-Heading button{
  background: #19439a;
    color: #fff;
    padding: 9px 12px;
    border: none;
    border-radius: 3px;
    font-weight: 500;
    cursor: pointer;
}
.left-tab ul li {
    border-top: 1px solid transparent;
    position: relative;
}
.left-tab ul li.active{
    background: #fff;
}
.left-tab ul li.active a{
    font-weight: 600;
}
.left-tab ul li:before {
    content: "\f105";
    font-size: 18px;
    position: absolute;
    font-family: fontawesome;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    font-weight: 500 !important;
}

.left-tab ul li:hover {
    background: #fff;
    border-top: 1px solid #edf4fc;

}
/*.left-tab ul li .active.show {
    background: #fff;
    color: #707d98;
    font-size: 16px;
    font-weight: 600;
}*/
.left-tab ul li a.active{
    background: #fff;
    font-weight: 600;
}

.left-tab ul li:hover a{
    font-weight: 600;
}
.left-tab ul li a{
    color: #707d98  !important;
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    display: block;
    padding: 13px 0px 13px 15px;

}

.left-tab ul li .active.show{
    font-weight: 600;
}


/*multipal mobile number*/


.general-setting-form .intl-tel-input input{
    padding: 8px 0;
}
.General-Settings h5 {
    color: #383f4f;
    font-size: 18px;
    font-weight: 600;
    padding-top: 16px;
}
.general-setting-form label {
    font-size: 14px;
    font-weight: 600;
    color: #142F66;
}
.general-setting-form input {
    font-size: 14px;
    padding: 8px 0px 8px 10px;
    color: #383F4F;
    outline: none !important;
}
.general-setting-form button {
    border: 1px solid #ccd0d8;
    padding: 8px;
    font-size: 16px;
    font-weight: 600;
    color: #142f66;
    border-radius: 2px;
    background: linear-gradient(to bottom, #ffffff, #f5f5f5)!important;
    background-image: -webkit-linear-gradient(bottom, #f5f5f5, #ffffff) !important;
    cursor: pointer;
    outline: none !important;
}   
.general-setting-form button:hover{
    background: transparent !important;
}
.general-setting-form span {
    color: #707D98;
    font-size: 13px;
    font-weight: 400;
}


/*--------------uplode-profile--------*/
.logoContainer {
    width: 130px;
    height: auto;
    margin: 15px auto 0 auto;
    
}
.logoContainer img {
    max-width: 100%;
    margin-top: 15px;
    height: 130px;
    object-fit: cover;
}
.fileContainer {
    background: #ccc;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 50%;
    color: #434343;
    padding: 0px 41px 0 53px;
    margin: 0 auto 60px auto;
    cursor: pointer !important;
    transform: translate(-65px);
    height: 100%;
    opacity: 0; 
    width: 130px;
}
.fileContainer span{
    overflow:hidden;
    display:block;
    white-space:nowrap;
    text-overflow:ellipsis;
    cursor: pointer;
}
.fileContainer input[type="file"]{
    opacity:0;
    margin: 0;
    padding: 0;
    width:100%;
    height:100%;
    left: 0;
    top: 0;
    position: absolute;
    cursor: pointer;
}
.uplode-pic {
    position: relative;
    padding: 14px 0px 0px 0;
}
.Profile-Picture h3 {
    font-size: 14px;
    margin-bottom: 8px;
    font-weight: 600;
    color: #142F66;
}   
.Profile-Picture span {
    color: #707D98;
    font-size: 13px;
}
span.tooltip {
    background: #2c4780;
    opacity: 1;
    color: #fff !important;
    font-size: 14px !important;
    padding: 4px 0px;
    position: unset;
    width: 160px;
    margin-left: -14px;
    border-radius: 5px;
    text-align: center;
    font-weight: 600;
    position: relative;
    z-index: 2;
}
.tooltip::after {
    content: "";
    background: #2c4780;
    width: 11px;
    height: 11px;
    position: absolute;
    bottom: -5px;
    right: 50%;
    transform: rotate(45deg);
}
.profile_upload_suggestion {
    /* text-align: center; */
    padding: 8px;
    border-radius: 4px;
    background-color: #e2e5ea;
    width: 96%;
    margin: 0 auto;
    margin-bottom: 24px;
    margin-top: 30px;
    text-align: center;
    color: #383f4f;
    max-width: 500px;
}
.Profile_Picture_Btn button {
    color: #fff;
    border: none;
    background: red;
    padding: 8px 0;
    width: 200px;
    border-radius: 3px;
    background: linear-gradient(to bottom, #5278b2, #425f9b)!important;
}
.support span {
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 10px;
    display: block;
}
.support p {
    font-size: 16px;
    padding-bottom: 15px;
}
.support p a{
    color: #dc9219!important;
}
.Delete_Account p{
    font-size: 16px;
    padding-top: 15px;
}
.Delete_Account{
    padding-left: 15px;

}
.Delete_Account button.Delete_Account{
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    border: none;
    background: linear-gradient(to bottom,#c43b2d, #9b2e22)!important;
    background-image: -webkit-linear-gradient(bottom, #9b2e22, #c43b2d) !important;
    border: 1px solid #671c15!important;
    border-radius: 2px;
    padding: 12px 24px;
 
}
.General-Settings {
        padding: 0 15px 50px 15px;
}
.general-setting-form-first {
    float: left;
    width: 50%;
    padding:15px 0;
/*    clear: both;*/
}

.general-setting-form-second {
    float: right;
    width: 50%;
    padding:15px 0;

}
.general-setting-form-second input, .general-setting-form-first input {
    width: 97%;
    border: 1px solid #383F4F;
}
.Change_password_input{
  padding-top: 28px;
}
#Change_password_toggle{
  display: none;
}
.one,.to,.three{
    position: relative;
}
.one i{
    position: absolute;
    right: 33px;
    top: 68px;
    color: #4b6da8;

}
.to i{
    position: absolute;
    right: 33px;
    top: 68px;
    color: #4b6da8;

}

.three i{
    position: absolute;
    right: 33px;
    top: 68px;
    color: #4b6da8;
}

.Change_password_input input::placeholder{
    color: #4b6da8 !important;
    font-weight: 500;
    opacity: .6;
}
.Change_password_input.to label {
    position: relative;
    width: fit-content;
}
.Change_password_input.to label .tooltip-box {
    position: absolute;
    text-align: center;
    z-index: 99;
    padding: 3px 2px;
    border-radius: 3px;
    background: #e7e0e0;
    right: -150%;
    width: 170px;
    top: 0;
    display: none;
}
.Change_password_input.to label i:hover ~ .tooltip-box{
  display: block;
}
.Change_password_input.to label .tooltip-box p {
    font-size: 13px;
    color: #585555;
    font-weight: 400;
    margin-bottom: 0;
}
.Change_password_input.to label i {
    color: #4b6da8;
    position: unset;
    cursor: pointer;
}
.error-2{
  color:red !important; 
}
.tooltip-box::before {
    content: "";
    background: #e7e0e0;
    height: 8px;
    width: 8px;
    position: absolute;
    left: -4px;
    transform: rotate(45deg);
}

/*--------Resume Settings----------*/
.Your_ResumeView_Heading h2 {
    color: #383f4f;
    font-size: 18px;
    font-weight: 600;
    padding-top: 0px;
}
.Your_ResumeView_Heading button {
    background: linear-gradient(to bottom, #5278b2, #425f9b);
    background-image: -webkit-linear-gradient(bottom, #425f9b, #5278b2);
    color: #FFFFFF;
    border: 1px solid #3e5fa6;
    border-radius: 2px;
    font-weight: 600;
    padding: 9px 16px;
}
.Your_ResumeView {
    padding: 15px 0;
}
.Your_ResumeView p {
    color: #707D98;
    font-size: 15px;
    padding-top: 5px;
}
.Your_ResumeView h3 {
    font-size: 16px;
    font-weight: 600;
    padding-top: 10px;
    color: #142f66;
}
.jobsearch-candidate select {
    padding: 8px 32px 8px 14px;
    width: 100%;
    background: #f9f9f9;
    color: #383F4F;
    height: 42px;
    line-height: 24px;
    border: 1px solid #707D98;
    font-size: 14px;
    font-weight: 400;
    outline: none;
    border-radius: 2px;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    background-image: url(../img/static.png);
    background-position: calc(100% - 16px) center;
    background-repeat: no-repeat;
}

.jobsearch-candidate span,.department span {
    font-size: 13px;
    color: #707D98;
}
.department{
    padding-top: 20px;
}
.jobsearch-candidate {
    padding-top: 20px;
}
.department {
    padding-top: 50px;
}
.jobsearch-candidate label,.department label{
    font-size: 14px;
    margin-bottom: 8px;
    font-weight: 600;
    color: #142F66;

}
.supervisory-experience {
    padding-left: 0;
    padding-bottom: 0;
    padding-top: 20px;
}

.supervisory-experience li {
    list-style: none;
}
.supervisory-experience li label {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    padding-left: 5px;
}
.supervisory-experience li P{
    padding-top: 0;
    font-size: 14px;
}



/*------------Accordion---------*/

.Your_Resume_Accordion .collapsible-link {
  width: 100%;
  position: relative;
  text-align: left;
}

.Your_Resume_Accordion .collapsible-link::before {
    content: "\f107";
    position: absolute;
    top: 50%;
    right: 0.8rem;
    transform: translateY(-50%);
    display: block;
    font-family: "FontAwesome";
    font-size: 24px;
    font-weight: 100;
}

.Your_Resume_Accordion .collapsible-link[aria-expanded="true"]::before {
  content: "\f106";
}

.Your_Resume_Accordion .card {
    padding: 8px 0px;
}
.LiveResumeHeading {
    font-size: 16px;
    font-weight: 600;
    color: #142f66;
    margin-top: 30px;
    margin-bottom: 15px;
    padding: 20px 0px 6px 15px;
}
.Your_Resume_Accordion .card button{
   font-size: 16px;
    font-weight: 600 ;
    color: #142f66 ;
    outline: none ; 
    text-decoration: none;

}
.Your_Resume_Accordion .card button:hover{
    text-decoration: none;
}
.All-Skills label {
    font-size: 14px;
    font-weight: 600;
}
.Your_Resume_Accordion .card-body{
    padding-left: 30px !important;
}
.All-Skills label input {
    margin-right: 5px;
}
.jobsearch-employer-btn button{
    background: linear-gradient(to bottom, #5278b2, #425f9b);
    background-image: -webkit-linear-gradient(bottom, #425f9b, #5278b2);
    color: #FFFFFF;
    border: 1px solid #3e5fa6;
    border-radius: 2px;
    font-weight: 600;
    width: 280px;
    padding: 10px 0px;
}

.jobsearch-employer-btn{
    padding: 40px 0;
}    

.add-btn h4 {
    border: 1px solid;
    width: fit-content;
    border-radius: 100px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
    background: #fff;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-around;
/*    width: 130px;*/
    padding: 0 17px;
}
.add-btn {
    background: #f9f9f9;
    padding: 10px;
    border: 1px solid #edf4fc;
}
.add-btn h4 a i {
    background: red;
    color: #fff;
    border-radius: 100px;
    font-size: 10px;
    height: 15px;
    width: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 14px;
}
.Certifications_Input input {
    width: 50%;
    height: 42px;
    border-radius: no;
    padding-left: 15px;
    border-radius: 0;
    border: 1px solid #707D98;
    color: #383F4F;
}
.Certifications_Input input::placeholder{
    color: #383F4F;
    font-size: 14px;
    font-weight: 500;
}
.Certifications_Input figure {
    font-size: 14px;
    font-weight: 400;
    color: #707D98;
    margin-top: 5px;
    margin-bottom: 0;
}
.Common span {
    font-size: 14px;
    font-weight: 600;
    color: #707d98;
    padding-top: 5px;
    display: block;
}
.Common ul {
    padding: 0;
    margin-top: 10px;
}
.Common ul li {
    list-style: none;
    border: 1px solid #3896dc;
    width: fit-content;
    padding: 10px 20px;
    border-radius: 100px;
    margin-right: 10px;
    color: #3896dc;
}
.Common ul li a i {
    margin-left: 13px;
}
.Certifications_Input {
    margin-top: 20px;
}
.Relevant_Experience  textarea{
    width: 50%;
    padding: 10px;
    border: 1px solid #707D98;
}
.Relevant_Experience figure{
    color: #707D98;
    font-size: 14px;
    font-weight: 400;
    margin-top: 5px;
}
.All-Skills button{
    width: 280px;
    background: linear-gradient(to bottom, #ffffff, #f5f5f5);
    background-image: -webkit-linear-gradient(bottom, #f5f5f5, #ffffff);
    color: #142f66;
    border: 1px solid #ccd0d8;
    padding: 10px;
    cursor: pointer;
}
.All-Skills button:hover{
    background: transparent;
}

.All-Skills button i{
    margin-left: 5px;
}
.Verification_Heading h2 {
    color: #383f4f;
    font-size: 18px;
    font-weight: 600;
    padding-top: 16px;
}
.Verification_Heading h5 img {
    width: 150px;
    margin-left: 15px;
}
.Verification_Heading h5 {
    font-size: 16px;
    color: #142f66;
    font-weight: 600;
    margin-top: 30px;
}
.Verification_Heading h3 {
    color: #4c9648;
    font-weight: 600;
    font-size: 16px;
    padding-top: 10px;
}

.Verification_Heading p {
/*    color: #4c9648;*/
    font-weight: 400;
    font-size: 16px;
    padding-top: 10px;
}

.Seting_Tabs_Section{
    height: calc(100vh - 200px);
}
.Billing{
    margin-top: 16px;

}
.Billing button {
    background: linear-gradient(to bottom, #5278b2, #425f9b);
    background-image: -webkit-linear-gradient(bottom, #425f9b, #5278b2);
    color: #FFFFFF;
    border: 1px solid #3e5fa6;
    border-radius: 2px;
    font-weight: 600;
    width: 160px;
    height: 42px;
}

.Forum_Settings h5 {
    color: #383f4f;
    font-size: 18px;
    font-weight: 600;
    padding-top: 16px;
}
.Forum_Settings p {
    background-color: #e1eeff;
    border: 1px solid #86ace0;
    border-radius: 7px;
    padding: 2px 11px;
    font-size: 14px;
    color: #b3b3b3;
    margin-bottom: 0;
}
.Forum_Settings p a{
    color: #dc9219;
  
}
.Forum_Settings span {
    color: #9c9da1;
    font-size: 16px;
    margin-top: 7px;
    display: block;
    padding-left: 20px;
    font-weight: 300;
}
.forum-display label {
    font-size: 14px;
    margin-bottom: 8px;
    font-weight: 600;
    width: 100%;
    color: #142F66;
}

.forum-display p{
    font-size: 14px;
    color: #707d98;
    margin-top: 5px;
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
}

.forum-display input {
    height: 42px;
    border: 1px solid #707D98!important;
    padding-left: 10px;
    font-size: 14px;
    color: #383F4F;
}
.forum-display {
    margin-top: 40px;
}
.forum-display input {
    width: 90%;
}

.forum-display .logoContainer span {
    color: #fff;
    font-weight: 500;
    padding-left: 0;
}


/*-------------------Setting-page-mobile-tabs--------------------*/
 .main {
        position: relative;
    }

    .sec_two {
        width:  100%;
        background-color: red;
        display: none;
        padding: 0px;
    }
    .sec_one{
        display: none;
    }
    .sec_one.active {
        display: block;
    }
    .sec_two.active {
        background-color: #fff;
        display: block;

    }
 .sec_two .mobile-setting-btn {
    background: #f8faff;
    font-weight: 500;
    width: 100%;
    text-align: left;
    padding: 10px 15px;
    border-bottom: 1px solid #c6ccdd;
}
.sec_one ul{
    padding: 0;
}
.sec_one ul li{
    list-style: none;
    border-bottom:1px solid #e8eef5 ;
    padding: 20px 15px;
}
.sec_one h6 {
    padding: 0;
    margin: 0;
    font-size: 20px;
    background: #f8faff;
    padding: 20px 0;
    border-bottom: 1px solid #c6ccdd;
}

.Preview-Posting_Btn button.edit-btn-Star {
    background-image: linear-gradient(to bottom, #f9eab1, #f9d26e) !important;
}

.spinner {
  animation: loading-spinner 1s linear infinite; }

@keyframes loading-spinner {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }


/*MarketPlace start*/

.Marketplace {
    background: #fff2dc;
    padding: 20px 0px;
}
.Marketplace_Inner {
    display: flex;
    justify-content: space-between;
}
.forum_Left h2 {
    font-size: 28px;
    color: #142f66;
    line-height: 35px;
    margin: 8px 0;
    font-weight: 600;
}
.forum_Left p {
    font-size: 16px;
    font-weight: 400;
    color: #142f66;
    line-height: 22px;
    margin: 16px 0 0;
}
.forum_right p {
    color: #142f66;
    text-align: right;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 0;
}
.forum_right p a {
    padding-left: 20px;
    font-weight: 600;
    color: #142f66;
}   
.forum_right ul {
    padding: 0;
    display: flex;
    margin-bottom: 8px;
}
.forum_right ul li{
    font-size: 14px;
    color: #dc9219 !important;
    list-style: none;
    padding-left: 20px;
    position: relative;
}

.forum_right ul li a{
    color: #dc9219 !important;
}
.forum_right ul li::before {
    content: "";
    background: #142f66;
    position: absolute;
    height: 4px;
    width: 4px;
    left: 8px;
    top: 8px;
    border-radius: 100px;
}
.forum_right ul li:first-child:before{
    display: none;
}
.forum_right_Input {
    position: relative;
    width: 300px;
    margin-left: auto;
    text-align: end;
}
.forum_right_Input input {
    border: 1px solid #707D98;
    background-color: #ffffff;
    color: #383F4F;
    height: 42px;
    width: 280px;
    padding-left: 40px;
    font-weight: 400;
}
.forum_right_Input input::placeholder{
    color: #aebbd5;


}

.forum_right_Input i {
    position: absolute;
    left: 34px;
    top: 13px;
    color: #aebbd5;
}
.Subscribed_Content {
    display: flex;
}
section.Subscribed {
    padding: 15px 0;
}
.Subscribed p a {
    color: #dc9219;
    font-size: 14px;
}
.Subscribed p{
    font-size: 14px;
}
.Subscribed_Content h6 a {
    color: #337ab7;
    padding-left: 30px;
    font-weight: 400;
    font-size: 14px;
}
.forums-list ul.first {
    padding: 0;
    margin-bottom: 0;
    display: flex;
    background: #2c4780;
    padding: 13px 18px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}
.forums-list ul.first li {
    padding: 0;
    list-style: none;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}
.forums-list ul.first li:first-child {
    width: 55%;
}
.forums-list ul.first li:nth-child(2) {
    width: 10%;
    text-align: center;
}
.forums-list ul.first li:nth-child(3) {
     width: 10%;
    text-align: center;
}
.forums-list ul.first li:nth-child(4) {
    width: 22%;

}


.forums-list ul.second {
    padding: 0;
    margin-bottom: 0;
    display: flex;
    background: #fbfbfb;
    padding: 18px 18px;
    border-bottom: 1px solid #eee;
}
.forums-list ul.second li {
    padding: 0;
    list-style: none;
    color: #000;
    font-size: 14px;
    font-weight: 400;
}

.forums-list ul.second li a{
    color: #dc9219;
    font-size: 16px;
    font-weight: 600;
}
.forums-list ul.second li:first-child {
    width: 55%;
}
.forums-list ul.second li:nth-child(2) {
    width: 10%;
    text-align: center;
}
.forums-list ul.second li:nth-child(3) {
     width: 10%;
    text-align: center;
}
.forums-list ul.second li:nth-child(4) {
    width: 22%;
    
}
.forums-list {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
}
.forum_Left a{
    display: none;
}

.forums-list ul.second li  p a {
    color: #ccc;
    font-weight: 400;
    font-size: 13px;
}
.forums-list ul.second li p {
    color: #ccc;
    font-size: 13px;
    padding-top: 10px;
}
.Viewing {
    font-size: 13px;
    padding-top: 10px;
    display: block;
}
.post-btn button {
    background: linear-gradient(to bottom, #5278b2, #425f9b);
    background-image: -webkit-linear-gradient(bottom, #425f9b, #5278b2);
    color: #FFFFFF;
    border: 1px solid #3e5fa6;
    border-radius: 2px;
    font-weight: 600;
    padding: 8px 15px;
}
/*MarketPlace end*/    
.progress-input.progress-input-one.confirm_pass i {
    top: 66%;
}
.signup-seccessful h2 {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #4c964e;
    display: flex;
    justify-content: center;
    align-items: center;
}
.signup-seccessful h2 img {
    margin-right: 5px;
}
.signup-seccessful h2 i {
    font-weight: 300;
    padding-right: 10px;
}
.signup-seccessful h3 {
    font-size: 18px;
    font-weight: 600;
    padding-top: 20px;
    color: #2c4780;
}
.signup-seccessful h4 {
    font-size: 16px;
    font-weight: 600;
    color: #2c4780;
}
.signup-seccessful p {
    font-size: 14px;
    margin-bottom: 0;
}
.signup-seccessful p a {
    color: #dd8e17;
    padding-left: 10px;
    font-weight: 600;
}
.signup-seccessful button {
    color: #fff;
    border: none;
    padding: 10px 100px;
    background: linear-gradient(to bottom, #5278b2, #425f9b)!important;
    margin:20px auto 10px auto ;
    display: block;
    border-radius: 3px;
}
.withdraw-modal-section .signup-modal-content {
        border-radius: 5px;
        background: #fff;
        width: 800px;
        height: auto;
        margin: 5% auto;
        padding: 12px;
    }


.employer-type ul li, .employer-type ul li input {
    cursor: pointer;
}


/*26-12-22*/
.Signup_Seccessful_Modal {
    width: 600px !important;
}
/*26-12-22*/
.jobsearch-typo-wrap {
    padding-right: 35px;
}
.tap-picture.Looks_Tolltip {
    background: #2a7d4f;
    display: none;
    width: 25%;
}
.tap-picture.Looks_Tolltip:before{
        border: 10px solid #2a7d4f;
}
.picture_loader #loader_for_profile_image {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    top: 50%;
}
.picture_loader {
    position: relative;
}
.picture_loader .picture {
    background: none;
}

select option[disabled] {
    display: none;
}


.Setting-Profile-Picture{
    height: unset !important;
}
.skill-btn {
    width: 22%;
    padding: 5px 0 5px 10px;
    margin-left: -16px;
}
.Certifications-button .add-btn {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.add-btn-section-second {
    width: fit-content;
    margin:10px 0;
}
.add-btn-section-second h4 {
    width: 100%;
}
.add-btn-section {
    margin: 10px 0;
}

.gs-loader {
    position: absolute;
    left: 50%;
    top: 12%;
    background: #ffffff;
    width: 132px;
    height: 132px !important;
    border: 1px solid;
    transform: translate(-50%, 0px);
}

.employees-gs-loader {
    left: 50%;
    top: 11%;
    width: 122px;
    height: 122px !important;
    transform: translate(-50%, -50%);
}



.fs-loader {
    height: 140px !important;
    position: absolute;
    top: 23px;
    right: 40%;
    background: #ffffff;
    width: 140px;
    border: 1px solid;
}
.Verification_Status h2{
    color: #383f4f;
    font-size: 18px;
    font-weight: 600;
    padding-top: 16px;
}
.Current_Status {
    padding: 30px 0 0 0;
}
.Current_Status h4 {
    color: #142f66;
    font-size: 16px;
    font-weight: 600;
}

.Current_Status h4 span {
    margin-left: 10px;
    border: 1px solid red;
    font-size: 15px;
    padding: 2px 20px;
}
.Verification_Status button {
    background: linear-gradient(to bottom, #5278b2, #425f9b);
    background-image: -webkit-linear-gradient(bottom, #425f9b, #5278b2);
    color: #FFFFFF;
    border: 1px solid #3e5fa6;
    border-radius: 2px;
    font-weight: 600;
    width: 280px;
    margin-top: 10px;
    padding: 8px 0;

}
.Current_Status h5 {
    padding-top: 40px;
    font-size: 17px;
    font-weight: 600;
    color: #192d64 ;
}
.Current_Status p {
    font-size: 15px;
    padding-top: 10px;
    font-weight: 400;
}
.jobs-Compare{
    padding-top: 10px;
}
.jobs-Compare h3 {
    font-size: 18px;
    font-weight: 600;
    color: #192d64;
    padding-left: 20px;
    padding-bottom: 30px;
}
.verify_table table {
    width: 100%;
    border: 3px solid;
}
.verify_table table tr th:first-child {
    width: 70%;
    border-right: 1px solid;
}
.verify_table th img {
    width: 18px;
}
.verify_table th img.table-img {
    width: 22px;
}
.jobs-Compare table th {
    text-align: center;
}
.verify_table table tr th {
    padding: 8px 0;
}
.verify_table td {
    text-align: center;
    font-size: 13px;
    padding: 10px 0;
}
.verify_table td img {
    width: 13px;
}
.verify_table td:first-child {
    text-align: left;
    padding-left: 20px;
    border-right: 1px solid;
}

.verify_table table tr:nth-child(even) {
  background-color: #edf4fc;
}
.verify_table table tr {
    border-top: 3px solid;
}
.verify_table {
    position: relative;
}
.table-box {
    position: absolute;
    right: 0px;
    width: 16%;
    text-align: center;
    height: 300px;
    top: -21px;
    border: 1px solid #dc9219;
}
.Verified_One {
    position: absolute;
    top: -6px;
    left: 50%;
    background: #fff;
    padding: 0 10px;
    color: #dc9219;
    transform: translate(-50%, -25%);
}
.Verified_To {
    position: absolute;
    bottom: -27px;
    left: 0%;
    background: #fff;
    padding: 0 10px;
    color: #dc9219;
    left: 50%;
    transform: translate(-50%, 0px);
}

.Compare-verification h2{
    font-size: 18px;
    font-weight: 600;
    color: #192d64;
    padding-left: 20px;
    padding-bottom: 30px;
}
.Compare-verification table {
    width: 100%;
    border: 3px solid;
}
.Compare-verification {
    padding-top: 30px;
    padding-bottom: 60px;
}
.Compare-verification table tr th,.Compare-verification table tr td{
    padding: 7px 0;
}
.Compare-verification table tr {
    border-top: 3px solid;
}
.Compare-verification tr th {
    color: #aba6a6;
    font-size: 14px;
    font-weight: 600;
}

.Compare-verification tr td {
    color: #aba6a6;
    font-size: 14px;
    font-weight: 600;
}
.Compare-verification tr td span{
    color: red;
    display: block;

}
.Delete_Account_Modal h4 {
    font-size: 18px;
    font-weight: 600;
    color: #142F66;
    padding-top: 20px;
}
.Delete_Account_Modal button {
    display: flex;
    margin: auto;
    background: linear-gradient(to bottom, #5278b2, #425f9b);
    background-image: -webkit-linear-gradient(bottom, #425f9b, #5278b2);
    color: #FFFFFF;
    border: 1px solid #3e5fa6;
    border-radius: 2px;
    font-weight: 600;
    width: 35%;
    text-align: center;
    justify-content: center;
    padding: 10px 0;
}
.Delete_Forever {
    padding-bottom: 30px;
    text-align: center;
}
.Delete_Forever button{
    background: linear-gradient(to bottom, #5278b2, #425f9b);
    background-image: -webkit-linear-gradient(bottom, #425f9b, #5278b2);
    color: #FFFFFF;
    border: 1px solid #3e5fa6;
    border-radius: 2px;
    font-weight: 600;
    width: 35%;
    text-align: center;
    justify-content: center;
    padding: 10px 0;
}
.Delete_Forever {
    padding-bottom: 50px;
    text-align: center;
    border-top: 1px solid #999;
    margin: 0 20px;
    padding-top: 20px;
}
#ClientInfo .form_save_button {
    background: #19439a;
    color: #fff;
    padding: 9px 12px;
    border: none;
    border-radius: 3px;
    font-weight: 500;
    cursor: pointer;
    position: absolute;
    right: 14px;
    top: -49px;
}
#tab5 .form_save_button {
 
    position: absolute;
    right: 14px;
    top: -49px;
}

#tab5 .form_save_button button{
    background: #19439a;
    color: #fff;
    padding: 9px 12px;
    border: none;
    border-radius: 3px;
    font-weight: 500;
    cursor: pointer;
}

.verification-process-officers-btn button {
    font-weight: 600 !important;
    font-size: 16px;
}
.verification-process-officers-btn {
    margin-top: 17px;
}
.Officer-cancel-btn{
    width: 64%;
    margin: auto;
}
.form-details p {
    font-size: 13px;
    font-weight: 500;
    color: #707D98;
}   
.form-details span {
    font-size: 14px;
    padding: 7px 0 12px 0;
    display: block;
}



/*.Upload-Documents-input input {
    position: absolute;
    top: 0;
    left: -9px;
    height: 39px;
    opacity: 0;
    width: 288px;
    cursor: pointer;

}
.Upload-Documents-input {
    position: relative;
}
.Upload-Documents-input button {
    background: linear-gradient(to bottom, #ffffff, #f5f5f5)!important;
    background-image: -webkit-linear-gradient(bottom, #f5f5f5, #ffffff) !important;
    color: #142f66!important;
    border: 1px solid #ccd0d8!important;
    border-radius: 2px!important;
    font-weight: bold !important;
    width: 280px;
    margin-right: 10px;
}*/

/*input#id_card_back_4::before {
    width: 262px;
}
input#private_investigator_id_card_front::before {
    width: 273px;
}
input#private_investigator_id_card_back::before {
    width: 269px;
}*/
.Upload-Documents-input input::before {
    position: absolute;
    height: 38px;
    width: 261px;
    background: linear-gradient(to bottom, #ffffff, #f5f5f5)!important;
    background-image: -webkit-linear-gradient(bottom, #f5f5f5, #ffffff) !important;
    border: 1px solid #ccd0d8!important;
    border-radius: 2px!important;
    content: 'Choose File';
    left: 11px;
    color: #142f66!important;
    display: grid;
    place-items: center;
    top: 0px;
    border-radius: 5px;
    font-weight: 700;
    left: 0;
}

.Upload-Documents-input input {
    position: relative;
    top: 0;
    padding-top: 6px;
    left: -9px;
    height: 39px;
    /* opacity: 0; */
    padding-left: 165px;
    width: 264px;
    cursor: pointer;
}




.Checkout-step {
    padding: 20px 10px 10px 10px;
}
.form-details.Checkout-step h4 {
    font-size: 18px !important;
}
.Verification_Members_Table{
    padding: 0 30px;
}
.Verification_Members_Table h2 {
    font-size: 15px;
    font-weight: 600;
    color: #142f66;
}
.Checkout-step p {
    font-size: 16px;
    font-weight: 400;
}
.Upgrade-price-month {
    display: flex;
    align-items: end;
    width: 47%;
}
.input-radio-btn{
    display: flex;
    align-items: center;
    padding: 10px 16px 0 16px;
    flex-wrap: wrap;
}
.Upgrade-price-year {
    display: flex;
    align-items: end;
    margin-left: 10px;
    width: 50%;

}
.Upgrade-price-month label {
    font-size: 14px;
    font-weight: 600;
    padding-left: 5px;
}
.Upgrade-price-year label {
    font-size: 14px;
    font-weight: 600;
    padding-left: 5px;
}

.query-code{
    padding: 10px 15px;
}
.query-code input {
    background: #f2f2f2;
    border: none;
    color: #666;
    display: inline-block;
    font-size: 16px;
    height: 45px;
    width: 130px;
    text-align: center;
    font-family: italic;
    border-radius: 4px;

}

.query-code button{
    background: #ddd;
    border: none;
    height: 45px;
    font-size: 16px;
    border-radius: 4px;
    border: 1px solid silver;
    padding: 0 10px;
}
.mobile-setting-btn button {
    background: transparent;
    border: none;
}

/*My-Resume start*/
.resume-back-btn {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    align-items: center;
}
.resumeBack a{
    color: #d09637;
    font-weight: 600;
}
.AvtarOne,.AvtarTo {
    display: none;
}
.pdf-print {
    display: flex;
}
.pdf-first-button a,.pdf-second-button a {
    color: #fff;
}
.pdf-first-button-down{
  background: #19439a;
    color: #fff;
    padding: 8px 10px;
    border-radius: 3px;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
}
.pdf-second-button-down {
    background: #19439a;
    color: #fff;
    padding: 8px 10px;
    border-radius: 3px;
    font-weight: 600;
    font-size: 15px;
}

.resume-banner {
/*    height: 450px;*/
    background-size: cover !important;
    background-repeat: no-repeat !important;
    text-align: center;
    padding: 70px 0;
}

.Trooper {
    margin-top: 30px;
}

.resume-banner-content h3 {
    color: #fff;
    padding: 20px 0;
    margin-bottom: 0;
}
.Information .container {
    max-width: 1160px;
}
.Information {
    margin-top: -40px;
}
.More_Info {
    background: #fff;
    padding: 20px;
}
.More_Info h4 {
    color: #707d98;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 28px;
}
.More_Info h6 {
    font-size: 16px;
    font-weight: 600;
    color: #192d64;
}
.More_Info h6 img {
    margin-right: 8px;
}
.More_Info span {
    margin-bottom: 40px;
    display: block;
}
.resume_supexp ul {
    margin: 0;
    padding: 0;
}

.resume_supexp ul li {
    list-style: none;
    cursor: pointer;
}
.resume_supexp ul li i{
    color: #192d64;
    margin-right: 10px;
}
.resume_supexp ul li a{
    color: #555555;
    font-weight: 600;
}
/*.Trooper {
    padding-top: 50px;
}*/
.Trooper h6 {
    font-weight: 400;
    line-height: 25px;
}
.Languages {
    padding-top: 26px;
}
.Languages ul {
    padding: 0;
}
.Languages ul li{
    list-style: none;
    padding-bottom: 10px;

}
.Languages ul li{
    color: #192d64;
    cursor: pointer;
}
.Languages ul li i{
    margin-right: 10px;
}
.resume-banner-content .verified-img{
    width: 150px;
    height: 39px;
    object-fit: cover;
}
.resume-banner-content img{
    object-fit: cover;

}
.resume-banner-content img:first-child {
    border: 2px solid #fcd362;
}
.AvtarOne {
    position: absolute;
    background: white;
    border: 1px solid rgba(0,0,0,.15);
    width: 170px;
    left: 0px;
    top: 50px;
    border-radius: 4px;
    z-index: 99;
}
.AvtarOne ul li:first-child {
    border-bottom:1px solid rgba(0,0,0,.15);
}
.AvtarOne ul{
    padding: 0;
    margin-bottom: 0;
}
.AvtarOne ul li {
    list-style: none;
    padding: 10px 10px 16px 10px;
    font-size: 14px;
}
.AvtarOne ul li i {
    margin-right: 5px;
}
.AvtarOne ul li a{
    color: #000;
}

.AvtarTo {
    position: absolute;
    background: white;
    border: 1px solid rgba(0,0,0,.15);
    width: 152px;
    left: 17px;
    top: 50px;
    border-radius: 4px;
    z-index: 99;
}
.AvtarTo ul li:first-child {
    border-bottom:1px solid rgba(0,0,0,.15);
}
.AvtarTo ul{
    padding: 0;
    margin-bottom: 0;
}
.AvtarTo ul li {
    list-style: none;
    padding: 10px 10px 16px 10px;
    font-size: 14px;
}
.AvtarTo ul li i {
    margin-right: 5px;
}
.AvtarTo ul li a{
    color: #000;
}
.resume-section-mobile {
    display: none;
}
.resume-back-section-mobile{
    display: none;
}

/*My-Resume  end*/
.NumberInput{
    padding-left: 30px !important;
}
.cardNumber_One input {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
/*    border-bottom: 0 !important;*/
}
.cardNumbercvcThree input {
    border-top-right-radius: 0 !important;
    border-top-left-radius: 0 !important;
}
.card-message {
    position: absolute;
    right: -186px;
    width: 200px;
    background: #ffffff;
    top: 44%;
    text-align: left;
    padding: 10px;
    border-radius: 4px;
    font-size: 14px;
    box-shadow: 0px 0px 3px #ccc;
}
.card-message:before {
    content: "";
    /*font-family: fontawesome;*/
    background: white;
    height: 10px;
    width: 10px;
    position: absolute;
    left: -7px;
    transform: rotate(45deg);
    border-bottom: 1px solid #cccccc6e;
    border-left: 1px solid #cccccc6e;
    top: 13px;
}
.btn_container .UploadFilesForm {
    background: #e3e8f2;
    color: #8f9ebd;
    border: 1px solid #e3e8f2 !important;
}
.btn_container .UploadFilesBack{
    background: linear-gradient(to bottom, #ffffff, #f5f5f5)!important;
    background-image: -webkit-linear-gradient(bottom, #f5f5f5, #ffffff) !important;
    color: #142f66!important;
    border: 1px solid #ccd0d8!important;
    border-radius: 2px!important;
    font-weight: bold !important;
}



.cardNumberInputGroup .error input{
    border-color: red !important;
}
.resume-banner-content img:first-child {
    width: 160px;
    height: 150px;
}

.General-Settings-form-one,.General-Settings-form-to,.General-Settings-form-three{
    height: 100px;
}

/*1-13-23*/

.progress-step-text{
    position: absolute;
    right: -32px;
    top: 5px;
}
#loader-payment img {
    position: absolute;
    top: 50%;
    width: 28px;
    z-index: 99;
    transform: translate(0px, -60px);
    width: 36px;
}
.main-form.main-form-step {
    position: relative;
}
.gov-email-input input{
    border: 1px solid #707D98;
    border-radius:  0px !important;
    cursor: default;
}
.contact-number-icon{
    display: none;
}
.Armed-secuity h2 {
    font-size: 24px;
    font-weight: 600;
    color: #021f59;
}


.Armed-secuity h4 {
    font-size: 16px;
    color: #021f59;

}
.Armed-secuity h4 i{
    margin-right: 10px;
}

.Armed-secuity span {
    font-size: 14px;
    color: #666262;
    font-weight: 500;
    display: block;

}
.Armed-Link {
    padding-top: 40px;
    word-break: break-all;
}
.Armed-Link a {
    font-weight: 600;
    color: cf9331;
}
.Applicants {
    /*border-bottom: 2px solid #dae3ef;*/
    padding-bottom: 10px;
    padding-left: 20px;
}
.Applicants h6 {
    color: #021f59;
    font-size: 16px;
    font-weight: 500;
}
.collapse-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
}
.collapse-img img {
    width: 150px;
}
.collapse-img span {
    font-weight: 600;
}
.collapse-text h5 {
    font-size: 16px;
    color: #021f59;
}

.collapse-text h5 i{
    margin-right: 10px;
}
.Applied-condiate {
    background: #edf4fc;
}
.Applied-condiate-left article span {
    font-size: 18px;
    font-weight: 600;
    color: #021f59;
}
.Applied-Chet {
    background: #fff;
    border: 1px solid #ccc;
    line-height: 0;
    height: 40px;
    width: 80px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-radius: 5px;
}
.Applied-Chet i:first-child{
    border-right: 1px solid #ccc;
}
.Applicants-User-Name p {
    font-size: 14px;
    font-weight: 500;
}
.Applicants-User img {
    width: 60px;
    height: 60px;
    object-fit: cover;
}
.Applicants-User-Name span{
    font-size: 18px;
    font-weight: 600;
    color: #021f59;
}
.Applicants-User-Name {
    margin-left: 10px;
}
.Applicants-User-Name img {
    width: 20px;
    margin-left: 7px;
}
.Applied-condiate-left p {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
}
.collapse-img h3{
    border: 2px solid red;
}
.collapse-img h3 {
    font-size: 16px;
    padding: 7px 20px;
    font-weight: 600;
    color: #021f96;
}
.applicants-jobs-text h3{
    font-size: 18px;
    font-weight: 600;
    color: #d09637;
}
.applicants-jobs-text h3 i{
    margin-right: 10px;
}
.applicants-jobs {
    background: #f8faff;
    padding: 20px 0 10px 0;
    border-bottom: 1px solid #d6dbec;
}
.applicants-jobs-btn button {
    background: white;
    color: #405683;
    border: 1px solid #d6dbec;
    font-weight: 600;
    width: 70px;
    height: 40px;
    border-radius: 3px;
}
.unverified {
    background: #e1eeff;
    padding: 14px 0;
    border: 1px solid #86ace0;
}
.unverified p {
    margin-bottom: 0;
    font-size: 14px;
}
.unverified p a{
    color: #ffbd4f;
}
.unverified-user-img{
    text-align: center;
}
.unverified-user-img img {
    width: 140px;
    height: 150px;
    object-fit: cover;
}
.unverified-user-img h4 {
    border: 1px solid red;
    width: fit-content;
    font-size: 15px;
    padding: 5px 20px;
    margin:10px auto auto auto;
    font-weight: 600;
    color: #051432;
}
.unverified-user-img p {
    margin-top: 30px;
    margin-left: -30px;
    color: #142f66;
}
.unverified-user {
    padding: 40px 0;
    height: calc(100vh - 27.5vh);
}
.unverified-user-text {
  margin-top: 30px;
  margin-left: 100px;
}
.unverified-user-text h3 {
    color: #142f66;
    font-size: 31px;
    font-weight: 500;
}
.free_resume_loc {
    margin-top: 40px;
}
.free_resume_loc h4 {
    font-size: 16px;
    font-weight: 500;
}
.free_resume_loc h4 i {
    font-size: 18px;
    font-weight: 500;
}
.pdf-first-button button {
    height: 40px;
    width: 120px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-right: 10px;
    border: 1px solid #ccc;
    background: transparent;
    font-size: 17px;
    font-weight: 500;
    color: #142f66;
    border-radius: 4px;
}
.pdf-first-button {
    display: flex;
}
.Message_Btn button img {
    width: 22px;
}
.Message_Btn:first-child button {
    background: #19439a;
    color: #fff;
}
.unvrified-btn-resume button {
    border: 1px solid #ccd0d8;
    padding: 8px;
    font-size: 16px;
    font-weight: 600;
    color: #142f66;
    border-radius: 2px;
    background: linear-gradient(to bottom, #ffffff, #f5f5f5)!important;
    background-image: -webkit-linear-gradient(bottom, #f5f5f5, #ffffff) !important;
    cursor: pointer;
    outline: none !important;
}
.best-foot a {
    color: #dc9219;
    border-bottom: 1px solid;
}

.nonverified-section-forum {
    background-color: #e1eeff;
    border: 1px solid #86ace0;
    border-radius: 7px;
    padding: 2px 11px;
    margin-left: 20px;
}
.nonverified-section-forum p a{
    color: #dc9219;

}
.Your_Resume_Accordion_Unverified{
    position: relative;
}

.Your_Resume_Accordion_Unverified:before {
    content: "";
    background: #ffffff8f;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 99;
}
.forum-settings-unverified{
    position: relative;
}



.forum-settings-unverified:before {
    content: "";
    background: #ffffff8f;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 99;
}


.form_setting_button-unverified{
    position: relative;
}
.form_setting_button-unverified:before {
    content: "";
    background: #ffffff8f;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.unverified-mobile {
    display: none;
}
.unverified {
    position: relative;
}
.unverified i {
    position: absolute;
    right: 13px;
    color: #aab4c1;
}

.step-for-section i{
     color: #85d181;
    font-size: 30px !important;
    text-align: center;
}
.step-for-section h3 {
    text-align: center;
    padding-bottom: 20px;
    font-weight: 600;
    color: #2c4780;
}
.step-for-section button {
    width:300px;
    margin: 10px auto;
    text-align: center;
    display: block;
    border-radius: 4px;
    height: 42px;
}
.step-for-section a:hover{
    color: #fff;
}
.step-for-section a {
    width: 300px;
    margin: 10px auto;
    text-align: center;
    display: block;
    border-radius: 4px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.step-for-view-btn {
    background: linear-gradient(to bottom, #5278b2, #425f9b)!important;
    background-image: -webkit-linear-gradient(bottom, #425f9b, #5278b2) !important;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border: none;
    margin-top: 40px;
}
.step-for-setting-btn {
    border: 1px solid #e3e8f2;
    font-size: 16px;
    font-weight: 600;
    background: linear-gradient(to bottom, #ffffff, #f5f5f5)!important;
    background-image: -webkit-linear-gradient(bottom, #f5f5f5, #ffffff) !important;
    color: #142f66!important;
    border: 1px solid #ccd0d8!important;
    border-radius: 2px!important;
}

.verification-process-section{
    min-height: calc(100vh - 165px);
}


.subscription-headng img{
    background: #fff;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
}
.subscription-page {
    background: #2b2b2b;
    text-align: center;
    color: #fff;
    padding: 20px 0;
}

.subscription-headng h4 {
    font-size: 15px;
}

.subscription-gmail p {
    font-weight: 600;
    font-size: 12px!important;
}

.subscription-card-date-expiry p {
    font-weight: 600;
    font-size: 12px!important;
     min-width: 70px!important;
   width: 70px!important;
}

.subscription-card-number p {
    font-weight: 600;
    font-size: 12px!important;
    min-width: 70px!important;
   width: 70px!important;
}

.subscription-headng img {
    background: #fff;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
}

.subscription-headng p {
    font-size: 9px;
    margin-bottom: 0px;
}


.subscription-gmail {
    background: #f4f4f5;
    padding: 10px 0;
}
.subscription-gmail p {
    font-weight: 600;
}
.subscription-gmail p i {
   margin-right: 5px;
}
.subscription-card-number p {
    font-weight: 600;
    font-size: 15px;
}
.subscription-card-number p i{
   margin-right: 5px;

}
.subscription-card {
    padding: 10px 0;
}
.subscription-card-number input::placeholder {
    font-size: 20px;
    font-weight: 700;
    color: #c7c7cd;
}
.subscription-card-date-inner {
    display: flex;
    border-top: 1px solid #ccc;
}
.subscription-card-date-expiry {
    display: flex;
    padding: 7px 0;
    align-items: center;
}
.subscription-card-date-expiry p {
    font-weight: 600;
    font-size: 16px;
}
.subscription-card-date-expiry input {
    margin-left: 18px;
    width: 60px;
    font-size: 13px;
}

.subscription-card-date-expiry:first-child{
    border-right: 1px solid #ccc;
    margin-right: 10px;
}
.subscription-card-date-expiry p i {
    margin-right: 5px;
}
.subscription-card-date-expiry input::placeholder {
    font-weight: 600;
    color: #ccc;
}

.pay-section {
    background: #3ea8e5;
    padding: 14px 0;
    color: #fff;
    text-align: center;
    position: fixed;
    width: 100%;
    bottom: 0;
}
.subscription-card-date-expiry-first{
    position: relative;
}
.subscription-card-date-expiry-first img{
    height: 23px;
    position: absolute;
    right: 0;
    z-index: 9999;
    background: #fff;
    animation: mymove 1s ease-in-out infinite;
}
@keyframes mymove {
  0% {
    right: 0;
  }
  50% {
    right: 6px;
    transform: translateX(-7px);
  }
  100% {
    right: 0;
  }
}

.subscription-card-number {
    position: relative;
}

.subscription-card-number img{
    height: 23px;
    position: absolute;
    right: 0;
    z-index: 9999;
    background: #fff;
    animation: mymoveThree 1s ease-in-out infinite;
}
@keyframes mymoveThree {
  0% {
    right: 0;
  }
  50% {
    right: 7px;
    transform: translateX(-7px);
  }
  100% {
    right: 0;
  }
}


.subscription-card-date-expiry-second{
    position: relative;
}

.subscription-card-date-expiry-second img{
    height: 23px;
    position: absolute;
    right: 0;
    z-index: 9999;
    background: #fff;
animation: mymoveTo 1s ease-in-out infinite;
}
@keyframes mymoveTo {
  0% {
    right: 0;
  }
  50% {
    right: 5px;
    transform: translateX(-5px);
  }
  100% {
    right: 0;
  }
}

.card-img{
    width: 36px;
    animation: auto !important;
    display: none;
}
.pay-section button {
    border: none;
    background: transparent;
    color: #fff;
    font-size: 18px;
}

.modal-ok {
    text-align: right;
    padding-right: 30px;
}
.modal-ok p{
    color: #4242df;
    font-size: 20px; 
    cursor: pointer;
}



.Your-Jobs-Section.employer-setting-section {
    background: linear-gradient(90deg, #edf4fc 25.0%, #fff 19% 63%);
}
.employer-setting-billing table thead tr {
    border: 3px solid;
}
.employer-setting-billing table {
    width: 100%;
}
.employer-setting-billing table thead tr th {
    border-right: 1px solid #d2ddeb;
    font-size: 12px;
    padding: 7px 0px 7px 15px;
    color: #192d64;
    font-weight: 600;
}

.employer-setting-billing table tbody tr{
    border:3px solid;
}

.employer-setting-billing table tbody tr td {
    border-right: 1px solid #d2ddeb;
    padding: 7px 0px 7px 15px;
    font-size: 12px;
}
.employer-setting-billing table tbody tr td span.brass-txt a {
    color: #dc9219!important;
}
.employer-setting-billing table tbody tr td:first-child,
.employer-setting-billing table tbody tr td:last-child {
    text-align: center;
}


.employer-setting-billing table tbody tr:nth-child(even){
    background: #edf4fc;
}
.Billing h2 {
    font-size: 18px;
    font-weight: 600;
    color: #142F66;
}

.employer-setting-billing {
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #cccccc91;
    margin-bottom: 30px;
}   

.employer-setting-billing h3{
    font-size: 18px;
    font-weight: 600;
    color: #142F66;
    padding-bottom: 20px;
}
.employer-setting-Support h4 {
    color: #192d64;
    font-size: 18px;
    font-weight: 600;
}
.employer-setting-Support p {
    padding-top: 20px;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 0;
    margin-bottom: 0;
}

.employer-setting-Support a {
    font-size: 16px;
    font-weight: 400;
    color: #dc9219;
}
.mobile-setting-btn.back_button i {
    width: fit-content;
}

.resume-back-section {
    border-bottom: 1px solid #c1cae3 !important;
}
.Message_Btn_Footer .container {
    max-width: 1160px;
}
.Message_Btn_Footer .Message_Btn {
    width: 32%;
}
.Message_Btn_Footer .Message_Btn button{
    width: 100%;
    justify-content: center;
}
{

}
.Your-Jobs-Section.post-job-preview-page {
    min-height: calc(100vh - 70px);
}
.post-job-preview-page-left {
    padding-left: 20px;
}

.post-job-preview-page-left h3 {
    font-weight: 400;
    font-size: 21px;
    color: #142f66;
}
.post-job-preview-page-left a {
    display: block;
    background: linear-gradient(to bottom, #5278b2, #425f9b);
    background-image: -webkit-linear-gradient(bottom, #425f9b, #5278b2);
    color: #FFFFFF;
    border: 1px solid #3e5fa6;
    border-radius: 2px;
    font-weight: 600;
    text-align: center;
    width: 62%;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.post-job-preview-page-left small {
    font-weight: 400;
    padding: 10px 0;
    display: block;
    font-size: 13px;
}
.post-job--page-copyright{
    text-align: center;
}
.post-job--page-copyright p{
    color: #707d98;
    font-size: 12px;
}
.post-job-preview-page-left img {
    width: 260px;
}
.post-job--page-copyright img {
    width: 40px;
}
.Preview-Posting-Heading img {
    width: 150px;
}

.post-job-preview-modal{
    background: #000000b8;
    position: fixed;
    width: 100%;
    top: 0;
    height: 100%;
    z-index: 99;
}
.post-job-preview-modal > .main-form {
    margin-top: 100px;
}
.post-job-apply-btn {
    background: #19439a;
    color: #fff;
    font-weight: 600;
    border: none;
    padding: 5px 10px;
    border-radius: 4px;
}
.msg_search_box i{
    left: 35px;
    top: 25px;
}
.message-main .msg-right-border {
    overflow-y: scroll;
}
.message-right-section {
    height: calc(100vh - 260px);
    overflow-y: scroll;
}
.msg_send_Section{
    position: fixed;
    bottom: 0;
    width: 75%;
    background: #edf4fc;
    padding: 10px;
    border-top: 1px solid #dddddd;
    display: flex;
    margin-bottom: 120px;
}

.employee-message-right-section{
    height: calc(100vh - 260px);
    overflow-y: scroll;
}
.open_job_offer_modal button {
    background: transparent;
    outline: none !important;
    box-shadow: none !important;
}
.open_job_offer_modal button img{
    width:20px ;

}
.modal-box-area {
    text-align: center;
}
.modal-box-area img {
    width: 28px;
}
.modal-box-area h4 {
    font-size: 18px;
    padding: 20px 0;
    color: #0d224d;
    font-weight: 600;
}
.modal-box-area p {
    font-size: 14px;
    font-weight: 300;
}
.officerlist_primary_btn{
    background: linear-gradient(to bottom, #5278b2, #425f9b) !important;
    background-image: -webkit-linear-gradient(bottom, #425f9b, #5278b2) !important;
    color: #FFFFFF;
    border: 1px solid #3e5fa6;
    border-radius: 2px;
    font-weight: 600;
    width: 300px;
    height: 40px;

}
.officerlist_secondary_btn{
    background: linear-gradient(to bottom, #ffffff, #f5f5f5) !important;
    background-image: -webkit-linear-gradient(bottom, #f5f5f5, #ffffff) !important;
    color: #142f66;
    border: 1px solid #ccd0d8;
    border-radius: 2px;
    font-weight: 600;
    width: 300px;
    height: 40px;
    margin-top: 10px;

}
.msg_toggle_menu {
    display: none;
}
.msg_user_img{
    width: 20px;
}
.msg_top_box {
    display: flex;
    align-items: center;
}
.open_job_offer_modal {
    margin-right: 20px;
}
.msg_toggle_menu {
    position: absolute;
    right: 10px;
    background: white;
    top: 50px;
    border: 1px solid #86ace0;
    border-radius: 5px;
}

.msg_toggle_menu ul{
    padding-left: 0;
    margin-bottom: 0;
}
.msg_toggle_menu ul li {
    list-style: none;
    padding: 15px 20px;
}
.msg_toggle_menu ul li a{
    color: #000;
}
.msg_toggle_menu ul li a img {
    width: 18px;
}
.msg_toggle_menu ul li:first-child {
    border-bottom: 1px solid #86ace0;
}

.msg_toggle_menu:after {
    content: "";
    background: white;
    height: 10px;
    width: 10px;
    position: absolute;
    top: -6px;
    right: 5px;
    border-top: 1px solid #86ace0;
    border-left: 1px solid #86ace0;
    transform: rotate(45deg);
}
.message_box_head {
    width: 600px;
    margin-left: auto;
    text-align: center;
}
.message_box_head {
    width: 700px;
    margin-left: auto;
    text-align: center;
    margin-right: 20px;
}
.message_box_application {
    border: 1px solid #623a94;
    padding: 10px;
}
.message_box_application h4 i {
    color: red;
    font-size: 30px;
}
.message_box_application h4 {
    font-size: 17px;
    color: #623a94;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
}
.message_box_application p {
    font-size: 13px;
}
.message_box_head_offer {
    width: 700px;
    margin-left: auto;
    margin-right: 20px;
    text-align: center;
}
.message_box_application h4 img {
    width: 28px;
    margin-right: 10px;
}
.msg_data {
    padding-top: 20px;
}
.msg_data span  {
    font-size: 14px;
    text-align: center;
    color: #142f66;
}
.msg_data p {
    font-weight: 600;
    margin-bottom: 0;
    padding: 10px 0;
    font-size: 16px;
    color: #337ab7;
}
.msg_data a {
    color: #dc9219;
    border-bottom: 1px solid #dc9219;

}

.employee-message-list.active{
    background: #fff;
}
.officer-application-page{
    border-bottom: 1px solid #c6ccdd;
    background: #f8faff;
}
.officer-application-page h3{
    margin-bottom: 0;
    font-size:16px;
    font-weight: 600;
    color: #2c4780;
    padding: 15px 0;
}
.officer-application-user {
    text-align: center;
}
.officer-application-user p {
    color: #dc9219;
    padding-top: 10px;
}
.officer-application-user img {
    width: 140px;
    object-fit: cover;
}
fieldset.scheduler-border {
    border: solid 1px #383F4F !important;
    padding: 0 10px 30px 10px;
    border-bottom: none;
}
legend.scheduler-border {
    border: none;
    font-size: 14px;
    color: #333;
    margin-bottom: 20px;
    width: unset;
}
.officerlist_primary_btn:hover {
    background: #6892d3 !important;
    color: #FFFFFF !important;
    border: 1px solid #3e5fa6 !important;
}
.c-btn {
    display: inline-block;
    max-width: 280px;
    width: 100%;
    line-height: 1.25;
    padding: 10px;
    font-size: 16px;
    text-align: center;
}
.officer-application-content {
    padding: 20px 0 0 0;
}
.officer-application-content-right h2 {
    color: #142f66;
    font-size: 28px;
    font-weight: 600;
}
.officer-application-content-right small {
    font-size: 14px;
    color: #707d98;
}
.officer-application-content-right h6 {
    padding: 28px 0 0 0;
}
.officer-application-content-right p {
    padding-top: 10px;
    font-size: 14px;
}
.department-section {
    border: 1px solid #d2ddeb;
    margin: 16px 0 7px 0;
    border-left: 0;
    border-right: 0;
    padding: 10px 0 0 0;
}
.department-section h4 {
    color: #142f66;
    font-size: 18px;
    font-weight: 600;
}

.msg-section {
    border-bottom: 1px solid #d2ddeb !important;
    padding-bottom: 16px;
}
.officer-application-content .officerlist_secondary_btn {
    background: linear-gradient(to bottom, #ffffff, #f5f5f5);
    background-image: -webkit-linear-gradient(bottom, #f5f5f5, #ffffff);
    border: 1px solid #ccd0d8;
    color: #142f66;
    border-radius: 2px;
    font-weight: bold;
    width: 280px;
}

.sect_3 h4 {
    font-weight: 600;
    font-size: 18px;
    color: #142f66;
}
.sect_3 p {
    font-size: 14px;
    color: #000;
    padding: 0px 0 10px 0px;
}
.sect_3 a {
    background: linear-gradient(to bottom,#c43b2d, #9b2e22);
    background-image: -webkit-linear-gradient(bottom, #9b2e22, #c43b2d);
    border: 1px solid #671c15;
    font-weight: bold;
    border-radius: 2px;
    color: #ffffff;
}
.sect_3 {
    padding: 10px 0;
}
.officer-application-content-right {
    padding-top: 40px;
}
.accept_job{
    background: linear-gradient(to bottom, #5278b2, #425f9b);
    background-image: -webkit-linear-gradient(bottom, #425f9b, #5278b2);
    border: 1px solid #3e5fa6;
    color: #FFFFFF;
    border-radius: 2px;
    font-weight: 600;
    height: 40px;
    margin-bottom: 10px;
}
.reject_job{
    background: linear-gradient(to bottom, #ffffff, #f5f5f5);
    background-image: -webkit-linear-gradient(bottom, #f5f5f5, #ffffff);
    border: 1px solid #ccd0d8;
    color: #142f66;
    border-radius: 2px;
    font-weight: 600;
    height: 40px;
    margin-bottom: 10px;
}

.after-accept-job{
    background: #4b6da8;
    color: #F9F9F9;
    border: 1px solid #142F66;
    padding: 12px;
    text-decoration: none;
    line-height: 16px;
    font-weight: 600;
    cursor: default !important;

}
.after-reject-job{
    background: #e3e8f2;
    border-color: #e3e8f2;
    color: #8f9ebd;
    cursor: default;
    pointer-events: none;
    font-weight: 600;
}
.job-offred-menu {
    position: absolute;
    right: 1px;
    background: white;
    top: 50px;
    border: 1px solid #86ace0;
    border-radius: 5px;
    min-width: 180px;
    width: 240px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 10px;
}
.job-offred-menu:after {
    content: "";
    background: white;
    height: 10px;
    width: 10px;
    position: absolute;
    top: -6px;
    right: 60px;
    border-top: 1px solid #86ace0;
    border-left: 1px solid #86ace0;
    transform: rotate(45deg);
}
.Message_Btn.cancel-job-offer button {
    background: linear-gradient(to bottom,#c43b2d, #9b2e22);
    background-image: -webkit-linear-gradient(bottom, #9b2e22, #c43b2d) ;
    border: 1px solid #671c15;
    font-weight: 600;
    border-radius: 2px ;
    color: #ffffff ;
    font-size: 14px;
}

.View_offered_candidate_txt {
    color: rgb(56, 63, 79);
    font-weight: 500;
    margin-top: 18px;
    background: rgb(239, 226, 255);
    padding: 6px;
    border-radius: 4px;
    border: 1px solid rgb(98, 58, 148);
    width: 300px;
    margin: 10px auto auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.View_offered_candidate_txt p{
    margin-bottom: 0;
}
.admin_view_verification_requests header {
    background: #112f6c;
    display: flex;
    align-items: center;
    padding: 0 20px;
    height: 50px;
}
.admin_view_verification_requests .container {
    max-width: 700px;
}
.admin_view_verification_requests {
    background: #f1f1f1;
    padding: 40px 0;
}
.admin_view_verification_content{
    background: #fff;
    padding: 20px;
    border: 1px solid #ccc;
}
.admin_view_verification_menu ul li {
    display: inline-block;
    margin-right: 0px;
    height: 50px;
    vertical-align: bottom;
    cursor: pointer;
}
.m-show {
    display: none;
}
.admin_view_verification_menu ul li img {
    width: 18px;
    margin-right: 5px;
}

.admin_view_verification_menu ul li:hover img{
    display: none;
}

.admin_view_verification_menu ul li:hover img.m-show {
    display: block;
}

.admin_view_verification_menu ul li a {
    display: flex;
    align-items: center;
    color: #86ace0;
    text-decoration: none;
    padding: 14px 10px 0 10px;
    font-size: 14px;
}
.admin_view_verification_menu ul li:hover a{
    color: #fff;
}
.logo-section img{
    width:140px;
}
.admin_view_verification_menu ul {
    margin: 0;
    display: flex;
}
.admin_view_verification_menu ul li:hover{
    background: #021d54;
}
.admin_view_verification_left {
    background: #edf4fc;
    height: 100%;
}
.jobsearch-column h6 a:hover{
    color: #006799;
}
.jobsearch-column h6 a {
    color: #333333;
    font-weight: 600;
    font-size: 15px;
}
.jobsearch-column img {
    float: right;
    margin-right: 25%;
}
.jobsearch-column span {
    padding-top: 30px;
    font-size: 14px;
    color: #999999;
}
.jobsearch-column {
    padding-top: 20px;
    border-bottom: 1px solid #d2ddeb;
    padding-bottom: 40px;
}

.critical_error p{
    color: #999999;
    font-size: 14px;
    padding-top: 10px;
}

.critical_error a{
    color: #000;
    font-size: 14px;
}

.critical_error a:hover{
    color: #006799;

}
.logo-section {
    float: left;
}
.new_messages_right_select label {
    font-weight: 600;
    color: #142f66;
    font-size: 18px;
    width: 100%;
}
.new_messages_right_select .select2 {
    width: 200px !important;
}

.new_messages_right_select button{
    background: linear-gradient(to bottom, #5278b2, #425f9b);
    background-image: -webkit-linear-gradient(bottom, #425f9b, #5278b2) ;
    color: #FFFFFF;
    border: 1px solid #3e5fa6;
    border-radius: 2px;
    font-weight: bold ;
}
.verification-application-content {
    background: #fdfdfd;
    width: 700px;
    margin: auto;
    box-shadow: 0px 1px 6px #ccc;
    padding: 20px
}
.verification-application-detail {
    height: 70%;
    display: flex;
}
.employee-message-list p img {
    width: 26px;
    margin-left: 5px;
}
.Applied-Chet i{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 0px;
    cursor: pointer;
}

.profile-rejected{
    background-color:#ffe8e4;
    color:#e84b35;
    border: 1px solid #e84b35;
    cursor: default !important;

}
.Applied-Chet.awaiting_job_offer {
    width: 50px;
}
.offer_extended i{
    margin-right: 3px;
    color: #6e6666;
}
.offer_extended {
    font-weight: 600;
    font-size: 14px;
}
.Applied-condiate-left h5 {
    font-size: 14px;
    margin-bottom: 0;
    padding-top: 20px;
    color: #623a94;
    font-weight: 600;
}

.applicants-profile-icon{
    margin-top: 2px;
}
.pdf-first-button .Message_Btn i{
    font-size: 12px;
}
.rejected-message{
    width: 120px;
    border-radius: 3px;
}
.rejected-message button{
    cursor: default !important;

}
.unverified-awaiting-offer p{
    font-size: 13px;
    font-weight: 600;
}
.View_offered_candidate_txt.unverified-awaiting-offer {
    width: 250px;
    padding: 6px 0;
}
.view-new-jobs a {
    background: #4b6da8;
    color: #F9F9F9;
    border: 1px solid #142F66;
    padding: 10px 12px;
    text-decoration: none;
    line-height: 16px;
    font-weight: 600;
    cursor: pointer;
}
.view-new-jobs {
    margin-bottom: 10px;
}
.offer-accepted span {
    background: #19439a;
    color: #fff;
    padding: 2px 10px;
}
.Signup_Form{
    min-height: 950px;
    height: calc(100vh - 110px);
}


@supports (-moz-appearance:none) {
    .Signup_Form { 
        background-attachment: fixed !important;
 } 
}




#open_pt_user_city{
    display: none;
} 
.form-details.div-comman h4 {
    font-weight: 600;
    font-size: 18px;
}
.form-details.Checkout-step h4 {
    font-weight: 600;
    padding-top: 20px;
}

.other-job-post li:last-child{
    margin-left: 55px;
}
.map-section{
    width:100%;
    height:200px;
    border:0;
}

.map-section > div{
    width: 100%;
}
.map-section img{
    width: 100%;
    height: auto;
    object-fit: cover;

}
.employee-message-list h3 p img {
  width: 18px;
  height: auto;
  object-fit: cover;
}   

.tab-content .left-sec{
    min-height: 100vh;
}
.dropdown-right.Messages-toggle button{
    position: relative;
}
.dropdown-right.Messages-toggle button sup {
    background: red;
    color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    position: absolute;
    top: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0px;
}
.verification-application-content img{
    width: 150px;
    height: auto;
}
.city-input-tablet {
    width: 100%;
    background: #fff;
}
.city-input-tablet input {
    width: 80% !important;
    font-size: 14px;
}
.cancel-btn-city {
    width: calc(100% - 65px);
}
.form-control.tablet_input_to {
    width: 100%;
}
.dropdown-right.admin-contact-user  .dropdown-toggle::after {
    right: 40px;
}


/*------------Activity-------------*/
.activity_main .container,.activity_list .container {
    max-width: 1170px;
}
.activity_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.activity_main {
    background: #f8faff;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
}
.activity_heading h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
    color: #142f66;
}
.activity_button button {
    background: linear-gradient(to bottom, #ffffff, #f5f5f5);
    background-image: -webkit-linear-gradient(bottom, #f5f5f5, #ffffff);
    color: #142f66;
    border: 1px solid #ccd0d8;
    border-radius: 2px;
    font-weight: 600;
    padding: 8px 12px;
}
.activity_button button:hover{
    background: #fff;
}
.activity_list span {
    font-size: 13px;
    color: #727c96;
    padding-bottom: 2px;
    display: block;
}
.activity_list h5 {
    font-size: 16px;
    font-weight: 600;
    color: #2c4780;
}
span.dot {
    width: 8px;
    height: 8px;
    background: red;
    border-radius: 100px;
    display: inline-flex;
}
span.act_link {
    color: #DC9219;
    font-weight: 600;
    font-size: 14px;
}
.activity_user:hover{
    background: #edf4fc;
}

.activity_user:hover .act_link{
    color: #2c4780;
}
.activity_user {
    border: 1px solid #dee2e6;
    border-top: none;
}
.employer-header-popup::after{
    left:47px;
}

 .dropdown.show button.employer-header-popup::after{
        left: 57px;
 }
 .manager-menu ul li i sup {
    background: red;
    border-radius: 100px;
    padding: 2px 6px;
    font-size: 8px;
    top: -1.5em;
    left: -6px;
    color: #fff;
}
.activity_list {
    min-height: calc(100vh - 200px);
}
.popup-text-limit a span{
    overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 1; 
           line-clamp: 1; 
   -webkit-box-orient: vertical;
}
.Personal_Message textarea {
    color: #383faf;
    outline: none !important;
    padding-left: 10px;
}
.message_search_input_form {
    width: 90%;
    margin: auto;
}
.message_search_input_form input {
    width: 100% !important;
}
    /*.manager-menu ul li a i.fa-home {
        font-size: 18px;
        padding-right: 0;
    }*/
.activity_heading a{
    position: relative;
}
.activity_heading span{
    background: red;
    width: 6px;
    height: 6px;
    display: inline-block;
    border-radius: 100px;
    position: absolute;
    top: 1px;
    left: 10px;
}
.delete_job_posting {
    text-align: end;
    padding-bottom: 30px;
}
.delete_job_posting .container{
    max-width: 1280px;
}
.delete_job_contant {
    width: 700px;
    margin-left: auto;
}
.delete_job_contant button {
    background: linear-gradient(to bottom,#c43b2d, #9b2e22)!important;
    background-image: -webkit-linear-gradient(bottom, #9b2e22, #c43b2d) !important;
    border: 1px solid #671c15!important;
    height: 42px;
    font-weight: 500;
}
.delete_job_popup{
 background: linear-gradient(to bottom,#c43b2d, #9b2e22)!important;
    background-image: -webkit-linear-gradient(bottom, #9b2e22, #c43b2d) !important;
    border: 1px solid #671c15!important;
    height: 42px;
    font-weight: 500;
    color: #fff;
}
.msg_user_icon{
    cursor: pointer;
}
/*.post-job-main {
    min-height: calc(100vh - 100px);
}*/
.picture img {
    object-fit: cover;
    height: 96px !important;
}
.Upload-Picture-btn a{
    background: linear-gradient(to bottom, #ffffff, #f5f5f5);
    background-image: -webkit-linear-gradient(bottom, #f5f5f5, #ffffff);
}
.Upgrade-price-month input{
    height: 36px !important;
}
.verification-process-officers-header:after {
    top: 12px !important;
    right: 0px !important;
}
.dropdown-right .dropdown.show button.verification-process-officers-header::after{
    left: 53px;
}
.file_chose_extra{
    display: flex;
}
/*.file_chose_extra span {
    margin-left: 12px;
}*/
.copy-link-box {
    background: #fff;
    border: 1px solid #ccc;
    width: 300px;
    padding: 20px;
    border-radius: 5px;
    position: absolute;
    right: 10px;
    top: 110px;
    display: none;
    z-index: 999;
}
.copy-link-box h4{
    font-size: 18px;
    font-weight: 600;
    color: #142f66;
}
.copy-link-box span{
    font-size: 14px;
    font-weight: 400;
    color: #dc9219;
}
.copy-link-box:before {
    content: "";
    background: white;
    height: 15px;
    width: 15px;
    position: absolute;
    top: -8px;
    left: 50%;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    transform: rotate(45deg);
}


.activity_heading span {
    background: red;
    width: 6px;
    height: 6px;
    display: inline-block;
    border-radius: 100px;
    position: absolute;
    top: 1px;
    left: 10px;
}


div#coupon_remove_div span:last-child {
    color: red;
    float: right;
cursor: pointer;

}

div#coupon_remove_div {
    display: flex;
    justify-content: space-between;
    width: 380px;
    background: #fbfbfb;
    padding: 13px;
    margin-top: 10px;
}

div#faq .card {
    border: 2px solid #aeb9c7;
    border-radius: 5px;
}

input#new_password{
    margin-top: 6px;
}

form#general_settings input[readonly] {
    color: #92a7cf;
}

.del-forever{
    color: #fff;
    text-align: center;
    border: none;
    background: linear-gradient(to bottom,#c43b2d, #9b2e22)!important;
    background-image: -webkit-linear-gradient(bottom, #9b2e22, #c43b2d) !important;
    border: 1px solid #671c15!important;
    border-radius: 2px;
    padding: 12px 24px;
}




/*===================3/1/23==================*/
.successfully-verified {
    background: #dff0d8;
    padding: 20px;
    margin: 15px 15px 0 15px;
    border-radius: 5px;
}
.successfully-verified h5 {
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 600;
    color: #3c763d;
}
.successfully-verified p {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    color: #616b71;
    padding-top: 5px
}
.successfully-verified p span{
  color: #4c9648;
  font-weight: 600
}
#parentcategorylisting.table-striped tbody tr td {
    /*word-break: break-all;*/
    font-size: 12px;
}
#parentcategorylisting.table-striped thead tr th {
    font-size: 12px;
    white-space: nowrap;
}
.employee_settings_popup{
  max-width: 47%
}

.post_job_edit_cancel {
    background: linear-gradient(to bottom, #ffffff, #f5f5f5) !important;
    background-image: -webkit-linear-gradient(bottom, #f5f5f5, #ffffff) !important;
    color: #142f66;
    border: 1px solid #ccd0d8;
    border-radius: 2px;
    font-weight: 600;
    width: 300px;
    height: 40px;
    margin-top: 10px;
}

.post_job_edit_cancel:hover{
      background: linear-gradient(to bottom, #ffffff, #f5f5f5) !important;
    background-image: -webkit-linear-gradient(bottom, #f5f5f5, #ffffff) !important;
    color: #142f66 !important;
    border: 1px solid #ccd0d8 !important;
}
.modal-box-area h3 {
    font-size: 20px;
    padding: 20px 0 0 0;
    color: #0d224d;
    font-weight: 600;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.job-remove-popup p {
    text-align: left;
}
.job-del-reason {
    text-align: left;
}
.job-del-reason-input input{
  margin-bottom: 10px;
  width: 300px;
  height: 40px;
}
.job-remove-popup i.fa.fa-check-circle {
    color: #85d181;
    font-size: 40px;
    display: flex;
    justify-content: center;
} 
.job-remove-popup h3,.job-remove-popup h4{
    text-align: left;
}
.job-del-reason label {
    padding-left: 10px;
}
.job_removed_icon{
      background: transparent;
    position: absolute;
    top: 30px;
    right: 20px;
}

.job_removed_icon i{
  font-size: 18px;
}
.btn_duplicate {
    background: #19439a;
    color: #fff;
    padding: 10px;
    border-radius: 4px;
    font-weight: 600;
}
.btn_duplicate:hover{
  color: #ffffff
}
.Preview-Posting-Heading a {
    color: #d09637;
    font-weight: 600;
}
.remove_job_heading {
    background: #e1eeff;
    border: 1px solid #86ace0;
    border-right: 0;
    border-left: 0;
    padding:8px 0;
}
.remove_job_heading h3 {
    font-size: 18px;
    margin-bottom: 0;
    color: #142f66;
    font-weight: 600;
    padding-left: 20px;
}
.create_post h3 {
    font-size: 18px;
    font-weight: 600;
    color: #142f66;
}
.create_post a {
    color: #fff;
    background: #19439a;
    border: none;
    width: 250px;
    display: block;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    border-radius: 4px;
}
.choose-box .extra-border-home-page .col-md-6:first-child {
    border-right:none;
}
.extra-border-home-page .box.box-one h3 {
    text-align: center !important;
}
.extra-img-uploaded-img-p {
    display: flex;
    align-items: center;
}
.extra-img-uploaded-img-p img {
    width: 30px !important;
    height: 30px !important;
    object-fit: contain;
    margin-left: 20px;
}
.extra-img-uploaded-img-p {
    font-weight: 600 !important;
    color: #142f66 !important;
}
.about-us-page-address p {
    margin-bottom: 0;
}

.officer_type_percentage{
    position:absolute;
    right: 10px;
    color:#000;
    top: 4px;
}