body {
  overflow-x: hidden;
  position: relative;
  font-family: inter;
  /* font-family: "TT Norms Pro"; */
  font-weight: 400;
  line-height: 28px;
  color: #000;
  font-size: 14px;
  /* background-color: #F6F7FB; */
  /* background: #f0f3f4 !important; */
}

.table tbody {
  border-top: 0.25px solid #e2e5e9 !important;
}

.table tbody td,
.table tbody th {
  text-align: left;
  padding: 25px 25px 25px 8px;
}

.jobSelected .remove {
  line-height: 0.5px !important;
  padding: 0;
}
/* 
.selected {
  margin-left: 85% !important;
  margin-top: -20px !important;
} */

.checkcolor {
  accent-color: #E90120;
}

select,
textarea,
input [type="text"],
input [type="number"],
input [type="password"],
input [type="date"],
input [type="email"],
input [type="phone"] {
  padding: 10px;
}

a {
  text-decoration: none;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  color: #2f2f2f;
  text-decoration: underline;
}

a:hover {
  color: #2f2f2f;
  text-decoration: none;
}

a.more {
  font-weight: 600;
}

.mainApplicant {
  border-radius: 20px 0 0 20px;
}

.children {
  border-radius: 0 20px 20px 0;
}
.logos {
  max-height: 50px;
  object-fit: contain;
}
.custom-navbar {
  background: #f8faf9 !important;
  padding-left: 30px;
  padding-right: 30px;
}

.custom-navbar .navbar-brand {
  font-size: 32px;
  font-weight: 600;
}

.navbar-nav li {
  list-style-type: none;
}

.custom-navbar .navbar-brand>span {
  opacity: .4;
}

.custom-navbar .navbar-toggler {
  border-color: transparent;
}

.custom-navbar .navbar-toggler:active,
.custom-navbar .navbar-toggler:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.bottom .product-title {
  text-align: left;
}

@media (min-width: 992px) {
  .custom-navbar .custom-navbar-nav li {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.custom-navbar .custom-navbar-nav li a {
  font-weight: 500;
  color: #000 !important;
  /* opacity: .5;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; */
  position: relative;
}

@media (min-width: 768px) {
  .custom-navbar .custom-navbar-nav li a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 8px;
    right: 8px;
    background: #f9bf29;
    height: 5px;
    opacity: 1;
    visibility: visible;
    width: 0;
    -webkit-transition: .15s all ease-out;
    -o-transition: .15s all ease-out;
    transition: .15s all ease-out;
  }
}

.custom-navbar .custom-navbar-nav li a:hover {
  opacity: 1;
}

.custom-navbar .custom-navbar-nav li a:hover:before {
  width: calc(100% - 16px);
}

.custom-navbar .custom-navbar-nav li.active a {
  opacity: 1;
}

.custom-navbar .custom-navbar-nav li.active a:before {
  width: calc(100% - 16px);
}

.custom-navbar .custom-navbar-cta {
  margin-left: 0 !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

@media (min-width: 768px) {
  .custom-navbar .custom-navbar-cta {
    margin-left: 40px !important;
  }
}

.custom-navbar .custom-navbar-cta li {
  margin-left: 0px;
  margin-right: 0px;
}

.custom-navbar .custom-navbar-cta li:first-child {
  margin-right: 20px;
}

.hero {
  /* background: rgb(31, 116, 212); */
  /* padding: calc(4rem - 30px) 0 0rem 0; */
  padding: 25px 50px !important;
  padding-top: 80px !important;
  /* margin-bottom: 40px; */
  max-height: 700px;
}

@media (min-width: 260px) and (max-width:768px) {
  .hero {
    height: 100%;
    margin-bottom: 20px;
    padding: calc(4rem - 30px) 0 4rem 0;
  }

  .notificationSec {
    left: 0;
    width: 100%;
    overflow-y: scroll;
    height: 57vh;
  }
}

@media (min-width: 768px) {
  .hero {
    height: auto;
    padding: calc(4rem - 30px) 0 4rem 0;
  }
}

@media (min-width: 992px) {
  .hero {
    /* padding: calc(8rem - 30px) 0 8rem 0; */
  }
}

.hero .intro-excerpt {
  position: relative;
  margin-left: 70px;
  z-index: 4;
}

@media (min-width: 260px) and (max-width:768px) {
  .hero .intro-excerpt {
    position: relative;
    width: 90%;
    margin-left: 0px;
    z-index: 4;
  }
}

@media (min-width: 992px) {
  .hero .intro-excerpt {
    max-width: 650px;
  }
}

.hero h1 {
  font-weight: 500;
  font-family: inter;
  /* color: #ffffff; */
  margin-bottom: 48px;
}

@media (min-width: 1400px) {
  .hero h1 {
    font-size: 40px !important;
  }
}

.hero p {
  /* color: rgba(255, 255, 255, 0.5); */
  margin-bottom: 30px;
  font-family: inter;
  font-size: 24px;
}

.hero .hero-img-wrap {
  position: relative;
}

.hero .hero-img-wrap img {
  position: relative;
  top: 0px;
  right: 0px;
  z-index: 2;
  max-width: 780px;
  left: -20px;
}

@media (min-width: 768px) {
  .hero .hero-img-wrap img {
    right: 0px;
    left: -100px;
  }
}

@media (min-width: 992px) {
  .hero .hero-img-wrap img {
    left: 0px;
    top: -80px;
    position: absolute;
    right: -50px;
  }
}

@media (min-width: 1200px) {
  .hero .hero-img-wrap img {
    left: 0px;
    top: -80px;
    right: -100px;
  }
}

.hero .hero-img-wrap:after {
  content: "";
  position: absolute;
  width: 255px;
  height: 217px;
  background-image: url("../user/images/dots-light.svg");
  background-size: contain;
  background-repeat: no-repeat;
  right: -100px;
  top: -0px;
}

.nav-item #profileDropdown img {
  display: initial !important;
}


@media (min-width: 1200px) {
  .hero .hero-img-wrap:after {
    top: -40px;
  }
}

.banner {
  background: #0e0000;
  /* padding: 80px 60px 30px 60px; */
  padding: 80px 5% 80px 5%;
}

.new-applicant {
  padding: 60px;
  max-height: 594px;
  height: 594px;
  background: #fff;
  border-radius: 40px;
  text-align: center;
}

.existing-applicant {
  padding: 60px;
  max-height: 594px;
  height: 594px;
  background: #FFEFCF;
  border-radius: 40px;
  text-align: center;
}

.applicantImg {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.static-applicant {
 
  position: absolute;
  /* max-height: 594px; */
  height: 660px;
  margin-left: -180px;
  margin-top: -73px;
  background: transparent;
  border-radius: 40px;
  text-align: center;
  z-index: 0;
}

.staticImg {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.headerFont {
  font-style: normal;
  font-weight: 900;
  font-size: 27px;
  line-height: 39px;
}

.subHead {
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 34px;
}

.headDetails {
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  line-height: 29px;
  text-align: center;
}

.applicantBtn, .applicantBtn:hover {
  background: #fff !important;
  border: 1px solid #000000 !important;
  font-style: normal;
  font-weight: 700;
  font-size: 29px;
  line-height: 43px;
  width: 100%;
  display: inline-block;
  padding: 10px;
  color: #000000 !important;
  margin-top: 20px;
  z-index: 999;
}

.existing-applicant .applicantBtn, .existing-applicant .applicantBtn:hover {
  background: #FFEFCF !important;
}

@media (min-width:3500px) and (max-width:4000px)
{
  .new-applicant, .existing-applicant {
    padding: 60px;
    height: 815px;
    max-height: 815px;
  }

}
@media (min-width:2300px) and (max-width:3501px)
{
  .new-applicant, .existing-applicant {
    padding: 60px;
    height: 650px;
    max-height: 650px;
  }
  .banner {
    background: #0e0000;
    padding: 80px 10% 80px 15%;
  }
}
@media (max-width: 1750px)
{
  .new-applicant, .existing-applicant {
    height: 545px;
    max-height: 545px;
  }
}
@media (max-width: 1550px)
{
  .new-applicant, .existing-applicant {
    height: 540px;
    max-height: 540px;
  }
  .headerFont {
    font-size: 24px;
    font-weight: 800;
  }
  
  .subHead {
    font-size: 18px;
  }
  
  .headDetails {
    font-size: 18px;
  }
}

@media (max-width: 1400px)
{
  .headerFont {
    font-size: 21px;
    font-weight: 800;
  }
  .subHead {
    font-size: 16px;
  }
  
  .headDetails {
    font-size: 16px;
  }
  .new-applicant,
  .existing-applicant {
  
    height: 520px;
    max-height: 520px;
  }
}

@media (max-width: 1300px)
{
  .new-applicant,
  .existing-applicant {
    padding: 45px;
    height: 490px;
    max-height: 500px;
  }
  .static-applicant {
    height: 580px;
    margin-left: -165px;
  }
}

@media (max-width: 1200px)
{
  .new-applicant, .existing-applicant {
    padding: 25px;
    height: 460px;
    max-height: 462px;
  }
  .applicantBtn, .applicantBtn:hover {
    font-weight: 700;
    font-size: 25px;
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
  }
  .static-applicant {
    height: 550px;
    margin-left: -145px;
  }
}
@media (max-width: 1066px)
{
  .headerFont {
    font-size: 18px;
    font-weight: 800;
  }
  .subHead {
    font-size: 14px;
  }
  .new-applicant, .existing-applicant {
    padding: 25px;
    height: 440px;
    max-height: 441px;
  }
  .applicantBtn, .applicantBtn:hover {
    font-weight: 700;
    font-size: 23px;
    width: 90%;
    height: 50px;
    margin: 0 auto;
    margin-top: 20px;
    padding: 3px !important;
  }
  
}
@media (max-width: 992px)
{
  .new-applicant, .existing-applicant {
    padding: 15px;
    height: 390px;
    max-height: 392px;
  }
  .static-applicant {
    height: 490px;
    margin-left: -110px;
  }
  .headerFont {
    font-size: 16px;
    font-weight: 800;
  }
  .subHead, .headDetails {
    font-size: 12px;
  }
}
@media (max-width: 820px){
  .new-applicant, .existing-applicant {
    padding: 25px 10px;
  }
  .headerFont {
    font-size: 14px;
    font-weight: 800;
  }
}
@media (max-width: 768px)
{
  .new-applicant, .existing-applicant {
    padding: 25px 10px;
  }
  .headerFont {
    font-size: 14px;
    font-weight: 800;
  }
  .headDetails {
    line-height: 22px;
  }
}
@media (max-width: 767px)
{
  .new-applicant, .existing-applicant {
    padding: 40px 20px;
    height: 560px;
    max-height: 560px;
    margin-block: 20px;
  }
  .headerFont {
    font-size: 16px;
    font-weight: 800;
  }
  .static-applicant {
    position: unset;
    margin-top: 0px !important;
    margin-left: 0px !important;
    height: auto;
    z-index: 9;
  }
  .subHead, .headDetails {
    line-height: 20px;
  }
}
@media (max-width: 740px) and (min-width:720px)
{
  .new-applicant, .existing-applicant {
    padding: 40px 20px;
    height: 535px;
    max-height: 535px;
  }
}
@media (max-width: 540px)
{ 
  .new-applicant, .existing-applicant {
  height: 470px;
  max-height: 470px;
  }
}
@media (max-width: 440px)
{
  .new-applicant, .existing-applicant {
    padding: 40px 20px;
    height: 430px;
    max-height: 440px;
  }
}
@media (max-width: 400px)
{
  .new-applicant, .existing-applicant {
    padding: 40px 20px;
    height: 420px;
    max-height: 420px;
    margin-block: 20px;
  }
  .headerFont {
    font-size: 16px;
    font-weight: 800;
  }
  .static-applicant {
    margin-top: 0px;
    margin-left: 0px;
    
  }
}
@media (max-width: 600px)
{

}
@media (max-width: 360px)
{
  .new-applicant, .existing-applicant {
    padding: 40px 20px;
    height: 400px;
    max-height: 400px;
    margin-block: 20px;
  }
}

@media (max-width: 280px)
{
  .banner {
    background: #0e0000;
    padding: 80px 30px 30px 30px;
  }
  .new-applicant, .existing-applicant {
    padding: 40px 10px;
    height: 390px;
    max-height: 390px;
  }
  .applicantBtn, .applicantBtn:hover {
    font-size: 20px;
    width: 80%;
  }
}

.btn {
  font-weight: 600;
  padding: 12px 30px;
  /* border-radius: 30px; */

}

.userName .dropdown-item,
.userName a {
  padding: 3px !important;
  cursor: default;
  text-align: center;
}

.nav-item .dropdown-menu-left {
  margin-left: -40px !important;
  width: 200px !important;
}

.navbar-nav>li>.dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.dropdown-item button {
  border-color: #fff;
  padding: 3px;
  margin: 0;
  width: 150px;
  background-color: #fff;
  font-weight: normal !important;
  font-size: inherit !important;
  border: none;
  height: 60px;
}

/* .btn:hover {
  color: #ffffff;
  background: linear-gradient(90deg, #FACB08 2.41%, #FAE008 90.98%);
} */

.btn:active,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn.btn-primary {
  color: #000;
  background: #fff;
  border-color: #E90120;
  border-radius: 10px;
  border-width: thin;
  border-style: solid;
}

.btn.btn-primary:hover {
  background: #E90120;
  border: none;
  color: white
}

.btn.btn-secondary {
  color: #2f2f2f;
  background: none;
  border-color: #000;
  border-width: thin;
  width: 60%;
  font-size: 20px;
  border-radius: 10px;
}

.btn.btn-secondary:hover {
  background: hsl(51, 94%, 50%);
  /*#f8b810*/
  border-color: hsl(51, 94%, 50%);
  color: #000;
}

@media only screen and (max-width: 768px) and (min-width: 370px) {
  .btn.btn-secondary {
    color: #2f2f2f;
    background: none;
    border-color: #000;
    width: 100%;
    height: 50px;
    font-size: 14px;
    border-radius: 10px;
  }
}


.btn.btn-hero {
  color: #fff;
  background: none;
  font-size: 25px;
  border-color: #fff;
  width: 300px;
}

.btn.btn-hero:hover {
  background: hsl(51, 94%, 50%);
  border-color: hsl(51, 94%, 50%);
}

#headerBtn:hover {
  color: #000;
}

.btn.btn-white-outline {
  background: transparent;
  border-width: 2px;
  border-color: rgba(255, 255, 255, 0.3);
}

.btn.btn-white-outline:hover {
  border-color: white;
  color: #ffffff;
}

.section-title {
  color: #2f2f2f;
}


.layer {
  background-color: rgba(6, 45, 83, 0.7);
  width: 100%;
  height: 100%;
}

/* .product-section {
  padding: 25px 50px;
  background-color: #F3F3F3
} */

html,
body {
  font-family: inter;
  background-color: #fff;
  padding: 0;
  margin: 0%;
}

.navbar-profile-name {
  text-decoration: none !important;
  color: black !important;
}

.navbar .container {
  padding-left: 0px;
  padding: 5px;
  width: 100vw;
  margin: 0px;
  margin-left: 50px;
  margin-right: 50px;
  display: absolute;
}

.scrolling-navbar {
  width: 100%;
  margin: 0;
}

.navbar .jobbers a,
.navbar .jobber a {
  text-decoration: none;
  color: white;
  /* background-color: #e0e0e0; */
  border-radius: 10px;
  padding: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 10px;
  margin-left: 50px;
  width: 200px;
  height: 50px;
  font-family: 'TT Norms Pro';
  font-weight: 500;
  font-size: 20px;
  display: block;

}

.navbar .logos img {
  /* content: url('../images/logo.png'); */
  /* height: 40px; */
  padding: 5px;
  align-items: left;
  align-content: flex-start;
  padding-bottom: 10px;
}

.navbar .jobbers img,
.navbar .jobber img {
  height: 40px;
  padding: 3px;
  padding-bottom: 10px;
  float: left;
}


.navbar .jobbers .title {
  /* width:75%; */
  text-align: left;
  float: right;
  margin-right: 7px;
}

.nav-item {
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  /* height: 60px; */
}

@media (max-width:768px) {

  .navbar {
    padding-bottom: -10px;
    margin-bottom: 30px;
  }

  .navbar .container {
    padding-left: 0px;
    padding: 5px;
    width: 100%;
    margin: 10px;
    margin-left: 15px;
    display: cover;
  }

  .button {
    /* background: url(../user/images/User.svg) no-repeat; */
    cursor: pointer;
    border: none;
    float: right;
    text-align: right;
    min-width: 160px;
    background-position: 10px left;
  }

  .navbar .jobbers a {
    text-decoration: none;
    color: white;
    /* background-color: #e0e0e0; */
    border-radius: 10px;
    padding: 5px;
    padding-top: 10px;
    padding-bottom: 5px;
    margin-top: 5px;
    margin-left: 20px;
    width: 160px;
    height: 50px;
    font-family: 'TT Norms Pro';
    font-weight: 500;
    font-size: 14px;
    display: block;
  }

  .navbar .jobbers img {
    width: auto;
    height: 35px;
    padding: 5px;
    padding-bottom: 10px;
  }

  .navbar .jobber a {
    text-decoration: none;
    color: white;
    /* background-color: #e0e0e0; */
    border-radius: 10px;
    padding: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 5px;
    margin-left: 5px;
    width: 110px;
    height: 35px;
    font-family: 'TT Norms Pro';
    font-weight: 500;
    font-size: 12px;
    display: block;
  }

  .create-new-button .title {
    padding-top: 0px;
    display: inline-block
  }

  .navbar .jobber img {
    width: auto;
    height: 30px;
    padding: 5px;
    padding-bottom: 10px;
  }

  .navbar-expand-md .navbar-brand {
    margin: 0 3px;
  }
}

@media only screen and (max-width: 768px) and (min-width: 370px) {
  .product-section {
    padding: 0px 0px 0px 0px;
  }

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

}

@media only screen and (max-width: 369px) {
  .product-section {
    padding: 0px 0px 0px 0px;
  }

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

}

@media (min-width:768px) and (max-width:1024px) {
  .banner_bg {
    width: 100%;
    min-height: 400px;
  }

}

.countries-container {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  gap: 20px;
  padding: 10px 0;
  flex-wrap: nowrap;
  
  width: 100%;
  box-sizing: border-box;
}

.cellContainer {
  flex: 0 0 auto;
  height: 100%;  
}

.countries-container::-webkit-scrollbar {
  height: 8px;
}

.countries-container::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 4px;
}

.countries-container::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}

.countries-container-wrapper {
  position: relative;
}


.product-section .scroll-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 32px;
  color: #fff;
  background-color: #333;
  /* border-radius: 50%; */
  padding: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  z-index: 999;
  transition: opacity 0.3s ease; 
  opacity: 0.2;

  width: 60px;
  height: 30px; 
  border-radius: 30px 30px 0 0; 
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-section .scroll-arrow:hover {
  /* transform: translateY(-50%) scale(1.1) !important; */
  background-color: #ff5733 !important;
}

.product-section .left-arrow {
  left: -50px;
  transform: translateY(-50%) rotate(-90deg);
}

.product-section .right-arrow {
  right: -50px;
  transform: translateY(-50%) rotate(90deg);
}

.product-section .left-arrow i {
  transform: rotate(90deg); 
}

.product-section .right-arrow i {
  transform: rotate(-90deg); 
}

.product-section .countries-container-wrapper:hover .scroll-arrow,
.product-section .countries-container-wrapper:focus-within .scroll-arrow {
  opacity: 1;
}

.product-section .product-thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-section .package-price-label {
  font-size: 15px;
  font-weight: bold;
  color: #6E6E6E;
}

.product-section .currency {
  font-size: 12px;
  font-weight: bold;
  color: #6E6E6E;
}

.product-section .price {
  font-size: 20px;
  font-weight: bold;
  color: #6E6E6E;
}

.product-section .btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-section .btn-block {
  width: 100%;
}

.btn-red {
  background-color: #E63429;
  color: white;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  width: 100%;
  padding: 10px;
  border-radius: 5px;
}

.btn-red:hover {
  background-color: white !important;
  color: #E63429;
  border-color: #E63429;
}
.home-img {
  width: 100%;
  height: 250px; 
  overflow: hidden;
  position: relative;
}

.home-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.btn-black {
  background-color: #1C1C1B;
  color: white;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  width: 100%;
  padding: 10px;
  border-radius: 5px;
}
.btn-black:hover {
  background-color: white !important;
  color: #E63429;
  border-color: #E63429;
}
.product-section .product-item {
  background-color: #fff;
  /* text-align: center; */
  height: 520px !important;
  /* height: auto; */
  text-decoration: none;
  font-family: "Montserrat !important";
  /* display: block; */
  position: relative;
  padding: 0px;
  margin: 0px;
  cursor: pointer;
 
  display: flex;
  flex-direction: column;

}

.product-section .do--split-children
{
  padding: 10px 20px !important;
  display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
}

.top-content {
  height: 130px; 

}
.bottom-section {
  position: absolute;
  bottom: 10px; 
  left: 10px; 
  width: calc(100% - 20px); /
}

.product-section .product-item .text h3 {
  font-size: 20px;
  margin-bottom: 0.5rem;
  font-family: "Montserrat !important";
  font-weight: bold;
  font-style: normal;
  text-align: left;
}

.product-section .product-item p {
  font-size: 15px;
  margin-bottom: 0.5rem;
  font-family: "Montserrat !important";
  font-weight: 100;
  font-style: normal;
  color: #6E6E6E !important;
  text-align: left;
}

.product-section .product-item table {
  width: 540px;
}

.product-section .product-item table td .pie {
  width: 100px;
  height: 100px;
}

.product-section .product-item table td .line {
  width: 120px;
  height: 10px;
}

.product-section .product-item table td .prices {
  font-size: 30px;
}

.product-section .product-item table td .pays {
  font-size: 17px;
}

.nextprev {
  margin-top: 3%
}

.navbar {
  padding: 0 !important;
  margin: 0 !important;
}

@media (min-width: 700px) {
  .nextprev {
    margin-top: 3%;
  }
}

/* @media (max-width: 370px) {

  .carousel .carousel-control-prev,
  .carousel .carousel-control-next {
    font-size: 40px;
    font-weight: 900;
    left: 10%;
  }

  .carousel .carousel-control-next {
    right: 10%;
    left: auto;
  }
  
  .product-section .product-item .btn {
    width: 95%;
} */

@media only screen and (max-width: 700px) and (min-width: 370px) {

  .nextprev {
    margin-top: 3%
  }

  .product-section .product-item {
    margin-top: 30px;
    margin-left: 0px;
    height: auto;
  }

  .product-section .product-item .btn {
    width: 95%;
  }

  .product-section .product-item img {
    width: 100%;
  }

  .product-section .product-item .text {
    padding-top: 30px;
  }

  .product-section .product-item .text h1 {
    padding-top: 48px;
    margin-bottom: 0.5rem;
    /* font-family: "TT Norms Pro"; */
    font-family: inter;
    font-weight: bold;
    font-style: normal;

  }

  .product-section .product-item h1 {
    margin-top: 10px;
  }

  .product-section .product-item table {
    width: 100%;
  }

  .product-section .product-item table td .prices {
    font-size: 20px;
  }

  .product-section .product-item table td .pays {
    font-size: 11px;
  }

  .product-section .product-item table td .pie {
    width: 100px;
    height: 100px;
  }

  .product-section .product-item table td .line {
    width: 70px;
    height: 10px;
  }
}


.product-section .outer {
  width: 100%;
  overflow: auto;
  white-space: nowrap;
}

.product-section .outer li {
  display: inline-block;
  *display: inline;
  /*For IE7*/
  *zoom: 1;
  /*For IE7*/
  vertical-align: top;
  /* width:400px; */
  margin-right: 20px;

  white-space: normal;
}

@media (min-width:375px) and (max-width:768px) {
  .product-section .outer li {
    margin-right: 20px;
    width: 100%;
  }

  .item-hints .hint[data-position="1"] .hint-content {
    top: 20% !important;
  }

  .hint-content p {
    font-size: 15px;
  }

  .item-hints .hint-content::after {
    width: 14% !important;
  }
}

.product-section .product-item .bottom {
  position: absolute;
  display: inline-block;
  top: 30px;
  left: 30px;
  /* float: left; */
  color: #fff;
}

.product-section .product-item .positionAnchor {
  background-color: #fff;
  position: relative;
  display: inline-block;
  object-fit: cover;
  width: 100%;
  padding-bottom: 10px;
}

.product-section .product-item .product-thumbnail {
  margin-bottom: 30px;
  position: relative;
  top: 0;
  /* width: 550px !important; */
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

@media (max-width:820px) {
  .product-section .product-item .product-thumbnail {
    width:100% !important;
  }
}
@media (min-width:375px) and (max-width:768px) {

  .product-section .product-item {
    margin-top: 30px;
    margin-left: 0px;
  }

  .product-section .product-item .positionAnchor {
    display: block;
  }

  .item-hints .hint[data-position="1"] .hint-content {
    left: 0% !important;
  }

  .item-hints .hint-content {
    width: 80% !important;
  }

  /* .product-section .container-fluid {
    margin-bottom: 80px;
  } */
}

.product-section .product-item .product-title {
  text-transform: uppercase;
}

.product-section .product-item h3 {
  font-weight: 600;
  font-size: 27px;
}

.product-section .product-item strong {
  font-weight: 800 !important;
  font-size: 32px !important;
}

.product-section .product-item h3,
.product-section .product-item strong {
  color: #2f2f2f;
  text-decoration: none;
}

.product-section .product-item .icon-cross {
  position: absolute;
  width: 35px;
  height: 35px;
  display: inline-block;
  background: #fff;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-bottom: -17.5px;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.product-section .product-item .icon-cross img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.product-section .product-item:before {
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  content: "";
  background: #dce5e4;
  height: 0%;
  z-index: -1;
  border-radius: 10px;
  border-color: #6a6a6a;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.product-section .product-item:hover .product-thumbnail {
  top: -25px;
}

.product-section .product-item:hover .icon-cross {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}

/* .product-section .product-item:hover:before {
  height: 70%;
} */

.why-choose-section {
  padding: 7rem 0;
}

.why-choose-section .img-wrap {
  position: relative;
}

.why-choose-section .img-wrap:before {
  position: absolute;
  content: "";
  width: 255px;
  height: 217px;
  background-image: url("../images/dots-yellow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translate(-40%, -40%);
  -ms-transform: translate(-40%, -40%);
  transform: translate(-40%, -40%);
  z-index: -1;
}

.why-choose-section .img-wrap img {
  border-radius: 20px;
}

.feature {
  margin-bottom: 30px;
}

.feature .icon {
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
}

.feature .icon:before {
  content: "";
  width: 33px;
  height: 33px;
  position: absolute;
  background: rgba(59, 93, 80, 0.2);
  border-radius: 50%;
  right: -8px;
  bottom: 0;
}

.feature h3 {
  font-size: 14px;
  color: #2f2f2f;
}

.feature p {
  font-size: 14px;
  line-height: 22px;
  color: #6a6a6a;
}

.we-help-section {
  padding: 7rem 0;
}

.we-help-section .imgs-grid {
  display: -ms-grid;
  display: grid;
  /* -ms-grid-columns: (1fr)[27]; */
  grid-template-columns: repeat(27, 1fr);
  position: relative;
}

.we-help-section .imgs-grid:before {
  position: absolute;
  content: "";
  width: 255px;
  height: 217px;
  background-image: url("../images/dots-green.svg");
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translate(-40%, -40%);
  -ms-transform: translate(-40%, -40%);
  transform: translate(-40%, -40%);
  z-index: -1;
}

.we-help-section .imgs-grid .grid {
  position: relative;
}

.we-help-section .imgs-grid .grid img {
  border-radius: 20px;
  max-width: 100%;
}

.we-help-section .imgs-grid .grid.grid-1 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 18;
  grid-column: 1 / span 18;
  -ms-grid-row: 1;
  -ms-grid-row-span: 27;
  grid-row: 1 / span 27;
}

.we-help-section .imgs-grid .grid.grid-2 {
  -ms-grid-column: 19;
  -ms-grid-column-span: 27;
  grid-column: 19 / span 27;
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  grid-row: 1 / span 5;
  padding-left: 20px;
}

.we-help-section .imgs-grid .grid.grid-3 {
  -ms-grid-column: 14;
  -ms-grid-column-span: 16;
  grid-column: 14 / span 16;
  -ms-grid-row: 6;
  -ms-grid-row-span: 27;
  grid-row: 6 / span 27;
  padding-top: 20px;
}

.custom-list {
  width: 100%;
}

.custom-list li {
  display: inline-block;
  width: calc(50% - 20px);
  margin-bottom: 12px;
  line-height: 1.5;
  position: relative;
  padding-left: 20px;
}

.custom-list li:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 2px solid #3b5d50;
  position: absolute;
  left: 0;
  top: 8px;
}

.popular-product {
  padding: 0 0 7rem 0;
}

.popular-product .product-item-sm h3 {
  font-size: 14px;
  font-weight: 700;
  color: #2f2f2f;
}

.popular-product .product-item-sm a {
  text-decoration: none;
  color: #2f2f2f;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.popular-product .product-item-sm a:hover {
  color: rgba(47, 47, 47, 0.5);
}

.popular-product .product-item-sm p {
  line-height: 1.4;
  margin-bottom: 10px;
  font-size: 14px;
}

.popular-product .product-item-sm .thumbnail {
  margin-right: 10px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 120px;
  flex: 0 0 120px;
  position: relative;
}

.popular-product .product-item-sm .thumbnail:before {
  content: "";
  position: absolute;
  border-radius: 20px;
  background: #fff;
  width: 98px;
  height: 98px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}

.testimonial-section {
  padding: 3rem 0 7rem 0;
}

.testimonial-slider-wrap {
  position: relative;
}

.testimonial-slider-wrap .tns-inner {
  padding-top: 30px;
}

.testimonial-slider-wrap .item .testimonial-block blockquote {
  font-size: 16px;
}

@media (min-width: 768px) {
  .testimonial-slider-wrap .item .testimonial-block blockquote {
    line-height: 32px;
    font-size: 18px;
  }
}

.testimonial-slider-wrap .item .testimonial-block .author-info .author-pic {
  margin-bottom: 20px;
}

.testimonial-slider-wrap .item .testimonial-block .author-info .author-pic img {
  max-width: 80px;
  border-radius: 50%;
}

.testimonial-slider-wrap .item .testimonial-block .author-info h3 {
  font-size: 14px;
  font-weight: 700;
  color: #2f2f2f;
  margin-bottom: 0;
}

.testimonial-slider-wrap #testimonial-nav {
  position: absolute;
  top: 50%;
  z-index: 99;
  width: 100%;
  display: none;
}

@media (min-width: 768px) {
  .testimonial-slider-wrap #testimonial-nav {
    display: block;
  }
}

.testimonial-slider-wrap #testimonial-nav>span {
  cursor: pointer;
  position: absolute;
  width: 58px;
  height: 58px;
  line-height: 58px;
  border-radius: 50%;
  background: rgba(59, 93, 80, 0.1);
  color: #2f2f2f;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.testimonial-slider-wrap #testimonial-nav>span:hover {
  background: #3b5d50;
  color: #ffffff;
}

.testimonial-slider-wrap #testimonial-nav .prev {
  left: -10px;
}

.testimonial-slider-wrap #testimonial-nav .next {
  right: 0;
}

.testimonial-slider-wrap .tns-nav {
  position: absolute;
  bottom: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.testimonial-slider-wrap .tns-nav button {
  background: none;
  border: none;
  display: inline-block;
  position: relative;
  width: 0 !important;
  height: 7px !important;
  margin: 2px;
}

.testimonial-slider-wrap .tns-nav button:active,
.testimonial-slider-wrap .tns-nav button:focus,
.testimonial-slider-wrap .tns-nav button:hover {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
}

.testimonial-slider-wrap .tns-nav button:before {
  display: block;
  width: 7px;
  height: 7px;
  left: 0;
  top: 0;
  position: absolute;
  content: "";
  border-radius: 50%;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  background-color: #d6d6d6;
}

.testimonial-slider-wrap .tns-nav button:hover:before,
.testimonial-slider-wrap .tns-nav button.tns-nav-active:before {
  background-color: #3b5d50;
}

.before-footer-section {
  padding: 7rem 0 12rem 0 !important;
}

.blog-section {
  padding: 7rem 0 12rem 0;
}

.blog-section .post-entry a {
  text-decoration: none;
}

.blog-section .post-entry .post-thumbnail {
  display: block;
  margin-bottom: 20px;
}

.blog-section .post-entry .post-thumbnail img {
  border-radius: 20px;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.blog-section .post-entry .post-content-entry {
  padding-left: 15px;
  padding-right: 15px;
}

.blog-section .post-entry .post-content-entry h3 {
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 600;
  margin-bottom: 7px;
}

.blog-section .post-entry .post-content-entry .meta {
  font-size: 14px;
}

.blog-section .post-entry .post-content-entry .meta a {
  font-weight: 600;
}

.blog-section .post-entry:hover .post-thumbnail img,
.blog-section .post-entry:focus .post-thumbnail img {
  opacity: .7;
}

.footer,
.footer-section {
  padding: 20px;
  background: #ffffff;
  font-size: 15px;
}

.footer-section .relative {
  position: relative;
}

.footer a,
.footer-section a {
  text-decoration: none;
  color: #2f2f2f;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.footer-section a:hover {
  color: rgba(47, 47, 47, 0.5);
}

.footer-section .subscription-form {
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
  margin-top: 100px;
}

@media (min-width: 992px) {
  .footer-section .subscription-form {
    margin-top: 0px;
    margin-bottom: 80px;
  }
}

.footer-section .subscription-form h3 {
  font-size: 18px;
  font-weight: 500;
  color: #3b5d50;
}

.footer-section .subscription-form .form-control {
  height: 50px;
  border-radius: 10px;
  font-family: "TT Norms Pro";
}

.footer-section .subscription-form .form-control:active,
.footer-section .subscription-form .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #3b5d50;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
}

.footer-section .subscription-form .form-control::-webkit-input-placeholder {
  font-size: 14px;
}

.form-floating>label {
  padding: 1rem 1.55rem !important;
}

.agent_code>label {
  padding: 1rem 0.55rem !important;
}

.expSearch {
  padding: 25px !important;
}

.form-control {
  height: calc(3.5rem + 2px) !important;
}

.footer-section .subscription-form .form-control::-moz-placeholder {
  font-size: 14px;
}

.footer-section .subscription-form .form-control:-ms-input-placeholder {
  font-size: 14px;
}

.footer-section .subscription-form .form-control:-moz-placeholder {
  font-size: 14px;
}

.footer-section .subscription-form .btn {
  border-radius: 10px !important;
}

.footer-section .sofa-img {
  position: absolute;
  top: -200px;
  z-index: 1;
  right: 0;
}

.footer-section .sofa-img img {
  max-width: 380px;
}

.footer-section .links-wrap {
  margin-top: 0px;
}

@media (min-width: 992px) {
  .footer-section .links-wrap {
    margin-top: 54px;
  }
}

.footer-section .links-wrap ul li {
  margin-bottom: 10px;
}

.footer-section .footer-logo-wrap .footer-logo {
  font-size: 32px;
  font-weight: 500;
  text-decoration: none;
  color: #3b5d50;
}

.footer-section .custom-social li {
  margin: 2px;
  display: inline-block;
}

.footer-section .custom-social li a {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  background: #dce5e4;
  color: #3b5d50;
  border-radius: 50%;
}

.footer-section .custom-social li a:hover {
  background: #3b5d50;
  color: #ffffff;
}

.footer-section .border-top {
  border-color: #dce5e4;
}

.footer-section .border-top.copyright {
  font-size: 14px !important;
}

.untree_co-section {
  padding: 7rem 0;
}

.form-control {
  height: 50px;
  border-radius: 10px;
  font-family: "TT Norms Pro";
}

.form-control:active,
.form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #3b5d50;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
}

.form-control::-webkit-input-placeholder {
  font-size: 14px;
  text-align: left;
}

.form-control::-moz-placeholder {
  font-size: 14px;
  text-align: left;
}

.form-control:-ms-input-placeholder {
  font-size: 14px;
  text-align: left;
}

.form-control:-moz-placeholder {
  font-size: 14px;
  text-align: left;
}

.service {
  line-height: 1.5;
}

.service .service-icon {
  border-radius: 10px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #3b5d50;
  margin-right: 20px;
  color: #ffffff;
}

textarea {
  height: auto !important;
}

.site-blocks-table {
  overflow: auto;
}

.site-blocks-table .product-thumbnail {
  width: 200px;
}

.site-blocks-table .btn {
  padding: 2px 10px;
}

.site-blocks-table thead th {
  padding: 30px;
  text-align: center;
  border-width: 0px !important;
  vertical-align: middle;
  color: rgba(0, 0, 0, 0.8);
  font-size: 18px;
}

.site-blocks-table td {
  padding: 20px;
  text-align: center;
  vertical-align: middle;
  color: rgba(0, 0, 0, 0.8);
}

.site-blocks-table tbody tr:first-child td {
  border-top: 1px solid #3b5d50 !important;
}

.site-blocks-table .btn {
  background: none !important;
  color: #000000;
  border: none;
  height: auto !important;
}

.site-block-order-table th {
  border-top: none !important;
  border-bottom-width: 1px !important;
}

.site-block-order-table td,
.site-block-order-table th {
  color: #000000;
}

.couponcode-wrap input {
  border-radius: 10px !important;
}

.text-primary {
  color: #3b5d50 !important;
}

.thankyou-icon {
  position: relative;
  color: #3b5d50;
}

.thankyou-icon:before {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(59, 93, 80, 0.2);
}

.alert {
  margin-top: 150px;
}

.alert button {
  width: auto;
}

.round1,
.round2,
.round3,
.round4,
.round5 {
  width: 50px;
  height: 50px;
  border-radius: 100px;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  cursor: pointer;
  background: #f0f3f4;
  color: #a7a7aa;
  padding: 7px;
  border: 4.5px solid #fff;
}

.round-title p {
  margin: 0px !important;
  line-height: 22px !important;
}

.round-active {
  background: #facb08;
  color: #181828;
}

.round-completed {
  background: #facb08;
  color: #ffffff;
}


.tabs {
  display: flex;
  align-items: center;
  margin-top: 0.5rem;

}

.linear {
  border: 0.25px solid #fff;
  width: 90px;
  margin-top: -48px;
}

.passport_copy {
  display: inline;
}

.content-box {
  width: 100%;
  padding: 2rem;
  height: auto;
  background: white;
}

.round-title {
  text-align: center;
  font-size: 12px;
  font-weight: 300;
  font-family: "TT Norms Pro";
  color: #7D7D86;
  margin-left: 16%;
}

.applicant-sec {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin: 0 auto;
  background-color: #ffffff;
  margin-bottom: 420px;
  color: #636466;
  padding: 40px 150px 70px 150px;
}

.applicant-detail-sec {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin: 0 auto;
  background-color: #ffffff;
  color: #636466;
  padding: 40px 150px 40px 150px;
  margin-top: 20px;
  border-radius: 20px;
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.05);
  /* height: 180px; */
}

.experience-sec {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin: 0 auto;
  background-color: #fff;
  color: #6B6B6B;
  padding: 0px 35px 0px 35px;
  margin-top: 20px;
  border-radius: 10px;
  /* box-shadow: 0px 6px 5px rgb(0 0 0 / 5%); */
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
  ;
  height: auto;
  border: 0.5px solid white;
  cursor: pointer;
}

.searchForm button {
  background-color: #EED509 !important;
  margin-top: 0px !important;
  color: #000000 !important;
  margin-left: -24px !important;
  font-size: 24px !important;
  height: 51px !important;
  line-height: 0px !important;
  width: 167px !important;
}

.searchForm button:hover {
  background-color: #EED509 !important;
  border: 1px solid #F6F6F6;
  color: #000000;
}

@media (max-width:800px) {
  .searchForm button {
    margin: 0 auto !important;
    width: 167px !important;
  }
}

.detail-sec {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin: 0 auto;
  background-color: #fff;
  color: #636466;
  padding: 18px 40px 18px 40px;
  margin-top: 20px;
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.05);
  font-family: TT Norms Pro;
  line-height: 18px;
}

.detail-sec button {
  width: auto !important;
  font-size: 20px !important;
  margin-left: 12px;
  margin-top: 0px !important;
  height: auto !important;
  padding: auto !important;
}

.exp-font {
  font-family: TT Norms Pro;
  font-size: 16px;
  margin-top: 18px !important;
  margin-bottom: 18px !important;
}

.exp-image {
  width: 45%;
}

.applicant-detail-sec h3 {
  font-family: inter;
  font-size: 22px;
  font-weight: 700;
  line-height: 43px;
  letter-spacing: 0em;
  /* text-align: left; */
  /* margin-top: 20px;
  margin-bottom: 20px; */
}

.applicant-detail-sec .heading {
  height: 93px;
}

.down-arrow img {
  float: right;
}

.vl {
  border-left: 6px solid #F0F3F4;
  height: 100%
}

.down-arrow {
  /* margin: 10px;
  padding: 10px; */
  cursor: pointer;
}

.applicant-detail-sec .form-sec {
  /* margin-top: 60px; */
}

.tabs-detail {
  align-items: center;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.applicant-sec h3 {
  font-family: TT Norms Pro;
  font-size: 36px;
  font-weight: 700;
  line-height: 43px;
  letter-spacing: 0em;
  text-align: center;
  margin-top: 70px;
  margin-bottom: 50px;
}

input[type="file"] {
  vertical-align: middle;
  align-content: center;
  margin-top: 10px;
}

input[type="file"]::-webkit-file-upload-button {
  float: right;
}

input::file-selector-button {
  margin-top: 5px;

}

@media (max-width:800px) {
  .applicant-sec {

    margin-bottom: 40px;
    padding: 10px 50px 70px 50px;
  }

  .applicant-detail-sec {
    padding: 40px 50px 40px 50px;
  }

}

.file {
  margin-top: -38px;
  margin-left: 10px;
  font-size: 18px;
  font-weight: 300;
}

input,
input::placeholder {
  font-size: 24px;
}

.iti {
  width: 100%;
}

@media (max-width: 767px){
  .ig {
    padding-block: 50px;
    margin-top: 10px;
  }
  .form-sec1{
    margin-top: 0px !important;
  }
  #navbarCollapse,
  .dropdown-menu{
    background-color: #343a40 !important;
    text-align: left !important;
  }
}

input[type="checkbox"] {
  appearance: none; 
  border: 1px solid #E90120 !important;
  border-radius: 2px !important; 
  background-color: white !important;
  cursor: pointer;
  position: relative;
  /* margin-right: 10px !important; */
  font-size: 16px !important;
  width: 15px !important;
  height: 15px !important;
}

input[type="checkbox"]:checked {
  background-color: #E90120 !important;
  border-color: #FFF !important; 
}

input[type="checkbox"]:checked::after {
  content: "✔" !important; 
  color: white !important; 
  font-size: 16px !important;
  font-weight: bold !important;
  position: absolute !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.applicant-detail-sec button,
.applicant-sec button {
  height: 60px;
  border: 1px solid #E63429;
  background: #E63429;
  padding: 10px;
  font-family: inter;
  font-size: 32px;
  font-weight: 500;
  line-height: 43px;
  letter-spacing: 0em;
  text-align: center;
  color: #fff !important;
  margin-top: 30px;
  /* width: 100%; */
}

.applicant-detail-sec button:hover,
.applicant-sec button:hover {
  border: 1px solid #E63429 !important;
  background: #fff !important;
  color: #E63429 !important;
}

.ui-widget.ui-widget-content {
  border: 1px solid #ced4da !important;
  border-radius: 10px;
  width: 19% !important;
}

/* .passport_issue .ui-widget.ui-widget-content {
  width: 29.5% !important;
} */

.ui-datepicker .ui-datepicker-header,
.ui-datepicker .ui-datepicker-title {
  background: white;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  color: #000;
  background: white;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid black;
  background: black;
  color: white;
}


.accordion-button:not(.collapsed) {
  background: white !important;
  color: black !important;
  box-shadow: inset 0 0px 0 !important;
}

.wizard {
  /* margin-top: 100px; */
  padding: 1rem;
  /* margin-left: 50px;
  margin-right: 50px;   */
  background-color: FFF;
}

.wizard-details {
  margin-top: 150px;
  padding: 1rem;
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
}

.form-select {
  font-weight: 300 !important;
}

::-webkit-input-placeholder {
  font-size: 22px;
}

::-moz-placeholder {
  font-size: 22px;
}

/* firefox 19+ */
:-ms-input-placeholder {
  font-size: 22px;
}

/* ie */
input:-moz-placeholder {
  font-size: 22px;
  font-weight: 300;
}

.it .btn-orange {
  background-color: blue;
  border-color: #777 !important;
  color: #777;
  text-align: left;
  width: 100%;
}

.it input.form-control {

  border: none;
  margin-bottom: 0px;
  border-radius: 0px;
  border-bottom: 1px solid #ddd;
  box-shadow: none;
}

.it .form-control:focus {
  border-color: #ff4d0d;
  box-shadow: none;
  outline: none;
}

.fileUpload {
  position: relative;
  overflow: hidden;
  align-items: center;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
  font-size: 14px;
  font-weight: 300 !important;
  padding: 6px 15px !important;
  border: 1px solid black !important; 
  background-color: white !important; 
  --bs-btn-border-radius: 0px !important;
  color: #000 !important;
}

.fileUpload img {
  margin-right: 5px; 
}

.fileUpload:hover {
  background-color: red !important;
  color: white !important; 
  border-color: red !important; 
}


.fileUpload input.upload,
input.passport_upload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}

form .input-group-btn {
  margin-top: -47px;
  float: right;
  margin-right: 3px;

}

.passportFormatModal {
  color: red;
}

.passportFormatModal .input-group-btn {
  margin: 0px !important;
}

.input-group-btn .btn:hover {
  color: black !important;
}

.referal-sec {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin: 0 auto;
  background-color: #ffffff;
  margin-bottom: 420px;
  color: #636466;
  padding: 40px 150px 70px 150px;
}

.form-control:disabled,
.form-control[readonly] {
  background: white;
}

.referal-sec h3 {
  font-family: TT Norms Pro;
  font-size: 36px;
  font-weight: 700;
  line-height: 43px;
  letter-spacing: 0em;
  text-align: center;
  margin-top: 70px;
}

.referal-sec .bottom-title {
  margin-bottom: 50px;
}

.referal-sec button {
  height: 60px;
  border: 1px solid #F6F6F6;
  background: #F6F6F6;
  padding: 10px;
  font-family: TT Norms Pro;
  font-size: 36px;
  font-weight: 700;
  line-height: 43px;
  letter-spacing: 0em;
  text-align: center;
  color: #606060;
  margin-top: 30px;
  width: 100%;
}

#collapseHome a {
  text-decoration: underline;
}

iframe img {
  margin-left: 148px !important;
  margin-top: 97px !important;
}

.review-info {
  font-size: 25px !important;
}

.review-info-icon {
  display: inline-block;
  font-size: 40px;
  color: white;
  margin-left: 5px;
  margin-right: 25px;
  margin-top: 0px;
}

/*************** ToolTip Styles for Home page ******************/

.item-hints .hint[data-position="1"] .hint-content {
  top: 15%;
  left: 1%;
  margin-left: 56px;
  background: linear-gradient(to top, rgba(0.5, 0.5, 0.5, 0.65), transparent);
}

.item-hints .hint-content {
  color: #fff;
  width: 300px;
  position: absolute;
  z-index: 5;
  padding: 12px 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.7s ease, visibility 0.7s ease;
  transition: opacity 0.7s ease, visibility 0.7s ease;
  pointer-events: none;
  color: #fff;
  visibility: hidden;
  pointer-events: none;
}

.item-hints .hint:hover .hint-content {
  color: white;
  width: 300px;
  position: absolute;
  z-index: 5;
  padding: 12px 0;
  opacity: 1;
  visibility: visible !important;
  -webkit-transition: opacity 0.7s ease, visibility 0.7s ease;
  transition: opacity 0.7s ease, visibility 0.7s ease;
  pointer-events: none;
  color: white;
  visibility: hidden;
  pointer-events: none;
}

.hint:hover img {
  filter: blur(1px);
}

.item-hints .hint-content::before {
  width: 0px;
  bottom: 0;
  left: 0;
  content: "";
  background-color: gold;
  height: 1px;
  position: absolute;
  transition: width 0.4s;
}

.item-hints .hint:hover .hint-content::before {
  width: 180px;
  transition: width 0.4s;
}

.item-hints .hint-content::after {
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
  bottom: 0;
  left: 0;
  width: 80px;
  content: "";
  background-color: gold;
  height: 1px;
  position: absolute;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.item-hints .hint:hover .hint-content::after {
  opacity: 1;
  visibility: visible;
}

.item-hints .hint[data-position="4"] .hint-content {
  bottom: 85px;
  left: 50%;
  margin-left: 56px;
}

/* package type */
.package-type {
  align-items: center;
  background: #FFFFFF;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.04);
  border-radius: 0 0 26px 26px;
  /* height: 400px; */
  height: auto;
  cursor: pointer;
}

.amountSection {
  margin-top: 40px;
}

.package .content {
  /* margin: 10px; */
  padding: 20px;
  align-content: center;
  align-items: center;
  text-align: center;
}

.package {
  font-family: TT Norms Pro;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  /* margin-top: 150px; */
  background-color: #ffffff;
  /* margin-bottom: 20px; */
  color: #636466;
  padding: 40px 150px 70px 150px;
}

.package {
  padding: 40px 30px;
}

.package h3,
.contract h3 {
  font-family: TT Norms Pro;
  font-size: 36px;
  font-weight: 700;
  line-height: 43px;
  letter-spacing: 0em;
  text-align: left;
  margin-top: 16px;
  color: #636466;
}

.package h4,
.package h6 {
  color: #636466;
}

.package .bottom-title {
  margin-bottom: 50px;
}

.package .amount,
.package .Famamount {
  font-family: 'TT Norms Pro';
  /* font-weight: bolder; */
  /* font-size: 47px; */

}

.package-desc {
  margin-top: 100px;
}

.package .header {
  font-weight: bold;
  /* margin-right: 80px; */
}

.invoice-later .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  margin-right: 180px;
  margin-left: 35px;
}

.package .switch {
  position: relative;
  display: inline-block;
  width:60px;
  height: 34px;
  margin-right: 30px;
  margin-left: 15px;
}

.package .family-desc h4,
.package .family-desc .bottoom-title {
  padding: 0 125px;
}
.package .family-desc {
  margin-top: -65px;
}

.invoice-later .switch input,
.package .switch input {
  opacity: 0;
  width: 0;
  height: 0;
  margin-top: 15px;
}

.invoice-later .slider,
.package .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.invoice-later .slider:before,
.package .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.invoice-later input:checked+.slider,
.package input:checked+.slider {
  background-color: #E90120;
}

.invoice-later input:focus+.slider,
.package input:focus+.slider {
  box-shadow: 0 0 1px #E90120;
}

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

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

.invoice-later .slider.round:before,
.package .slider.round:before {
  border-radius: 70%;
}

.children-sec,
.partner-sec {
  margin-top: 10px;
  padding: 0 0px;
}

@media (max-width: 500px){
  .children-sec,
.partner-sec {
  margin-top: 10px;
  padding: 0 0px;
}
}
.family-desc .children {
  list-style-type: none;
  /* margin: 25px 0 0 0; */
  padding: 0;
  /* margin-top: -33px;
  margin-left: 195px; */
}

.family-desc .children ul {
  display: inline-block;
}
.family-desc .children li {
  float: left;
  margin: 0 14px 0 0;
  width: 30px;
  height: 20px;
  /* position: relative; */
  list-style-type: none;
  text-align: center;
  display: inline;
}


.children label,
.children input {
  /* display: inline-block; */
  /* position: absolute; */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.children input[type="radio"] {
  opacity: 0.01;
  z-index: 100;
}

.children input[type="radio"]:checked+label,
.Checked+label {
  background: #E90120;
  border: none;
}

.children label {
  border: 1px solid #CCC;
  font-size: 10px;
  width:50px;
  padding-left: 5px;
  border-radius: 16px;
  cursor: pointer;
  z-index: 90;
}



/* .children ul li { list-style: none; display: inline; }
.children ul li:after { content: " \00b7"; }
.children ul li:last-child:after { content: none; } */

.children label:hover {
  background: #FAE008;
  border: none;
}

.bottom-title {
  text-align: center;
  font-family: 'TT Norms Pro';
  font-style: normal;
  font-weight: 300;
  /* font-size: 24px; */
  line-height: 28px;

}


.zoomIcon {
  width: 600px;
  height: 456px;
  position: absolute;
  z-index: 100;
}

.zoomIcon img {
  margin: 40%;
}

.agree {
  font-size: 18px;
  margin-top: 20px;
}

.zoomOut {
  cursor: pointer;
}

.applicant-tab-sec {
  width: -moz-fit-content;
  width: fit-content;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin: 0 auto;
  background-color: #ffffff;
  color: #636466;
  padding: 0px;
  margin-top: 20px;
  border-radius: 20px;
  box-shadow: 0px 6px 20px rgb(0 0 0 / 5%);
  line-height: 0px;
}

.wrapper-link {
  padding: 0px;
  margin: 0px;
}

.dataCompleted {
  width: 35px;
  height: auto;
  margin-top: 33px;
}

.applicant-tab-sec h4 {
  text-align: center;
  padding: 9px;
  margin-bottom: 0px;
}

#applicationReview {
  padding: 0px;
}

.applicant-tab-sec .active {
  background: #FACB08;
}

.applicant-detail-sec .heading .image {
  width: 100%;
  height: 100px;
}

.applicant-detail-sec .applicantsec {
  margin-top: 10px;
}

.alert-infox {
  color: #fff;
  padding: 2px;
  margin-left: auto;
  margin-right: auto;
  width: 40%;
  height: 120px;
  text-align: center;
  margin-bottom: -80px;
  background-color: green;
  border-radius: 10px;
}

.alert-infox svg {
  height: 70px;
  width: 70px;
  margin-left: -4px;
}

.nav-lnk-btn {
  display: flex;
  align-items: center; 
  justify-content: center;
  padding: 5px 20px !important;
  background-color: #E63429 !important; 
  text-decoration: none; 
  color: white !important;
  font-family: 'TT Norms Pro';
  font-size: 18px;
  font-weight: 500; 
  text-align: center;
  border: 2px solid transparent;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  border-radius: 10px !important;
}

.nav-lnk-btn:hover {
  background-color: #1C1C1B !important; 
  border-color: #fff !important; 
  color: white !important; 
}

.banner_bg {
  width: 100%;
  float: left;
  /* background-image: url(../user/images/v1_17125.png) !important; */
  background-color: #fff;
  /* height: 480px;    */
  padding-top: 30px;
  background-size: 100%;
  background-repeat: no-repeat;
}

.col-4 {
  width: 100% !important;
}

#a2 {
  display: relative;
}

#a1 {
  display: none;
}

/* Intro text styles */
.intro-text h3 {
  /* font-size: 24px; */
  font-weight: bold;
  margin-bottom: 15px;
}

.red-divider {
  width: 30%;
  height: 5px !important;
  background-color: #E90120;
  opacity: 1 !important;
  border-radius: 15px;
  /* border: none; */
  margin: 15px 0;
}

.progress-container {
  width: 100%; 
  height: 5px; 
  background-color: transparent; 
  position: relative;
  border-radius: 15px; 
  margin: 15px 0; 
  display: flex; 
  overflow: hidden; 
}

.progress-red {
  /* width: 30%;  */
  height: 100%;
  background-color: #E90120;
  border-radius: 15px 0 0 15px; 
}

.progress-gray {
  /* width: 70%;  */
  height: 100%; 
  background-color: #e0e0e0; 
  border-radius: 0 15px 15px 0; 
}


.bordered-text {
  position: relative;
  padding-left: 10px;
  margin: 0;
}

.bordered-text::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background-color: #E90120;
}

.section-hr {
  border: none; 
  border-top: 1px solid #B4A7A7; 
  width: 100%; 
  margin: 10px auto; 
}

/* Image responsiveness */
.responsive-img {
  width: 100%;
  max-width: 500px;
  height: auto;
}

/*************Responsive Styles*****************/
/***************iPhone Portrait**************/
/*************************iPad Portrait***************/


@media (max-width:767px) {
  #a1 {
      display: flex;
  }

  #a2 {
      display: none;
  }
}

@media (min-width:601px) and (max-width:768px) {
  .banner_bg {
      width: 100%;
      float: left;
      background-size: 100%;
      background-repeat: no-repeat !important;
      background-position: center left !important;
      object-fit: contain;
  }
}

@media (min-width:280px) and (max-width:600px) {
  .banner_bg {
      width: 100%;
      float: left;
      background-size: 100%;
      background-repeat: no-repeat !important;
      background-position: center top !important;
      object-fit: contain;
  }
}

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

  .applicant-sec,
  .referal-sec {
    padding: 30px 10px 70px 10px;
    width: 90%;
  }

  .applicant-sec h3,
  .referal-sec h3 {
    font-size: 25px;
    margin-top: 0px;
  }

  .wizard {
    /* width: 90%; */
    margin: 0 auto;
    margin-top: 30px;
  }

  .round1,
  .round2,
  .round3,
  .round4,
  .round5 {
    width: 30px;
    height: 30px;
    font-size: 10px;
    padding: 0px !important;
  }

  .round-title {
    font-size: 10px;
    height: auto;
  }

  .first-heading {
    margin-top: 11px;
  }

  .zoomIcon img {
    margin: 20%;
  }

  .applicant-detail-sec {
    padding: 20px 20px 20px 20px;
    width: 90%;
  }

  .applicant-detail-sec h3 {
    font-size: 12px;
    line-height: 15px;
  }

  .dataCompleted {
    margin-top: 40px !important;
    margin-left: 71% !important;
    width: 17px;
  }


  .searchForm button {
    width: 100% !important;
    padding: 0px !important;
  }

  .table,
  .exp-font {
    font-size: 12px;
  }

  .exp-image {
    width: 14px;
  }

  .experience-sec {
    padding: 0px 15px 0px 15px;
  }

  .detail-sec {
    font-size: 12px;
  }

  .remove i {
    font-size: 12px;
  }

  .applicant-tab-sec h4 {
    font-size: 11px
  }

  select option {
    overflow-x: hidden;
    overflow-wrap: break-word;
  }

  .applicant-tab-sec {
    width: 90%;
  }

  .package {
    padding: 30px 10px 70px 10px;
    width: 90%;
  }

  .package h3{
    font-size: 33px;
  }

  .package-type {
    height: auto;
    margin-bottom: 20px;
  }

  .package .content {
    padding: 6px;
    margin: 0;
    padding-top: 10px;
    margin-top: 6px;
  }

  .package .amount,
  .package .Famamount {
    font-size: 16px;
  }

  .amountSection b {
    font-size: 12px;
  }

  .content h6 {
    font-size: 13px;
  }

  .package-desc {
    margin-top: 60px;
  }

  .family-desc .bottoom-title p {
    font-size: 14px;
    text-align: left;
  }

  .family-desc .children {
    margin-top: 0px;
    margin-left: 0px;
  }

  .family-desc .children li {
    float: left;
    margin: 5px 14px 0 0;
  }

  .children li {
    font-size: 16px;
  }

  .partner-sec p {
    font-size: 14px;
    text-align: left;
  }

  .package .header {
    margin-right: 10px;
  }

  .children-sec p {
    text-align: left;
  }

  .package .switch {
    margin-right: 0px;
    width: 50px;
    height: 30px;
    margin-left: 10px;
  }

  .alert-infox {
    width: 100%;
  }


  .applicant-detail-sec .heading {
    height: 90px;
  }

  .ui-widget.ui-widget-content {
    width: 71% !important;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 986px) {
  input[type="checkbox"] {
    margin-right: 2px;
  }

  .packageImage img {
    object-fit: cover;
    background-position: top center;
  }

  .product-section {
    padding: 0;
    margin: 0;
  }

  .package {
    padding: 40px 60px 70px 60px;
  }

  .package .content {
    padding: 50px 10px 20px 10px;
  }

  .dataCompleted {
    margin-left: 86%;
  }

  .content h6 {
    font-size: 21px;
  }

  .package .switch {
    margin-right: 157px;
  }

  .product-section .product-item .positionAnchor {
    display: block;
  }

  .ui-widget.ui-widget-content {
    width: 29% !important;
  }
}

@media only screen and (max-width: 985px) and (min-width: 768px) {
  .family-desc p {
    text-align: left;
  }

  .agree-terms {
    margin-left: 81px;
  }

  .applicant-detail-sec {
    padding: 40px 60px 40px 60px;
  }

  .detail-sec {
    font-size: 14px;
  }

  .applicant-tab-sec h4 {
    font-size: 12px
  }

  .package {
    padding: 40px 40px 70px 40px;
  }
  .package {
    padding: 40px 20px;
  }

  .package .content {
    padding: 50px 10px 20px 10px;
  }

  .package .amount,
  .package .Famamount {
    font-size: 25px;
  }

  .content h6 {
    font-size: 14px;
  }

  .package-type {
    height: auto;
  }

  .dataCompletedd {
    margin-left: 99%;
    /* left:99%; */
  }

  .package .header {
    margin-right: 0px
  }

  .package .switch {
    margin-right: 25px;
    margin-left: 25px;
  }

  .family-desc .children {
    margin-left: 134px;
  }

  .ui-widget.ui-widget-content {
    width: 38% !important;
  }
}

@media (max-width:600px) {
  .product-section {
    padding: 10px 0px 0px 0px;
  }

  .review-info {
    font-size: 18px !important;
    padding: 5px;
  }
}

@media (max-width:400px) {

  .review-info {
    font-size: 14px !important;
    padding: 2px;
  }
}


@media only screen and (max-width: 360px) {

  .family-desc .children li {
    float: left;
    margin: 5px 10px 0 0;
    width: 62px;
    height: 32px;
    font-size: 16px !important;
  }

  .tabs-detail {
    align-items: center;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .review-info {
    font-size: 14px !important;
    padding: 2px;
  }

  .review-info-icon {
    display: inline-block;
    font-size: 40px;
    color: white;
    margin-left: 5px;
    margin-right: 10px;
    margin-top: 9px;
    /* line-height: 20px; */
  }

}

@media only screen and (max-width: 280px) {

  .package {
    margin-bottom: 100px;
    width: 90%;
  }

  .package .header {
    font-weight: bold;
    margin: 0 auto;
    text-align: center;
  }

  .package h3{
    font-family: TT Norms Pro;
    font-size: 25px;
    line-height: 30px;
  }

  .package-type {
    margin: 0px;
    width: 100%;
    padding: 0px !important;
    height: auto;
  }

  .package .content {
    margin: 10px;
    padding: 0px;
    align-content: center;
    align-items: center;
    text-align: center;
    height: auto;
    min-height: 330px;
    max-height: 380px;
    padding-bottom: 20px;
  }

  .package-type img {
    margin-block: 25px;
  }

  .package .amount,
  .package .Famamount {
    font-size: 40px;
  }

  .selected {
    margin-left: 80% !important;
    margin-top: 10px !important;
  }

  .package-desc {
    margin-top: 10px;
  }

  .package-desc .blue-desc,
  .package-desc .white-desc {
    margin-top: 120px;
  }

  .package-desc .bottoom-title p {
    text-align: center;
    font-size: 15px;
    line-height: 20px;
  }

  .children-sec,
  .partner-sec {
    margin-top: 0px;
  }

  .children-sec p,
  .partner-sec p {
    font-size: 10px !important;
    text-align: left;
  }

  .partner-sec .switch {
    margin-right: 0px;
    width: 35px !important;
    height: 30px;
    margin-left: 10px;

  }

  .family-desc .children {
    margin-top: 0px;
    margin-left: 0px;
  }

  .family-desc .children li {
    float: left;
    margin: 0 10px 0 0;
    width: 46px;
    height: 30px;
    position: relative;
    list-style-type: none;
    text-align: center;
    font-size: 14px !important;
  }

  .package .slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 0px;
    bottom: 6px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }

  .navbar-expand-md .navbar-brand {
    margin: 0 3px;
    width: 34px;
  }

  .product-section .product-item strong {
    font-weight: 800 !important;
    font-size: 25px !important;
  }

  .navbar .jobbers a {
    margin-top: 5px;
    margin-left: 9px;
    width: 140px;
    height: 40px;
    font-size: 13px;

  }

  .wizard {
    width: 90%;
    margin: 0 auto;
    margin-top: 70px;
  }

  .applicant-tab-sec {
    width: 90%;
  }

  .first-heading {
    margin-top: 11px;
  }

  .applicant-detail-sec h3 {
    font-size: 12px;
    line-height: 15px;
  }

  .applicant-detail-sec {
    padding: 20px 10px 20px 10px;
  }

  .applicant-detail-sec .col-2 {
    flex: 0 0 auto;
    width: 15.67% !important;
  }

  .applicant-detail-sec .heading .image {

    margin-left: 5px;
  }

  .review-info {
    font-size: 14px !important;
    padding: 2px;
    line-height: 20px;
  }

  .review-info-icon {
    display: inline-block;
    font-size: 40px;
    color: white;
    margin-left: 5px;
    margin-right: 10px;
    margin-top: 9px;

  }
}