@font-face {
  font-family: "Verdana";
  src: url("../fonts/verdana.woff2") format("woff2"),
    url("../fonts/verdana.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Bold */
@font-face {
  font-family: "Verdana";
  src: url("../fonts/verdanab.woff2") format("woff2"),
    url("../fonts/verdanab.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Italic */
@font-face {
  font-family: "Verdana";
  src: url("../fonts/verdanai.woff2") format("woff2"),
    url("../fonts/verdanai.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* Bold Italic */
@font-face {
  font-family: "Verdana";
  src: url("../fonts/verdanaz.woff2") format("woff2"),
    url("../fonts/verdanaz.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}


.topbar {
    padding-top: 28px;
    padding-left: 40px;
    padding-right: 40px;
}

.header_servay {
    display: flex;
    justify-content: space-between;
    padding-bottom: 16px;
    border-bottom: 1px solid #CCCCCC;
}

.rightdiv {
    width: 304px;
    float: right;
}

.call_mail a {
    color: #501F13;
    font-weight: 600;
    text-decoration: none;
    font-size: 16px;
    font-family: "Space Grotesk", sans-serif;
    letter-spacing: 0;
}

.call_mail1 a {
    color: #501F13;
    font-weight: 500;
    text-decoration: none;
    font-size: 16px;
    font-family: "Space Grotesk", sans-serif;
    letter-spacing: 0;
    line-height: 100%;
}

.topbarcontainer {
    color: #ccc;
    border-width: 2px;
    margin-bottom: 0;
}

/* mddle_section */
.container.con_wrap {
    max-width: 1104px;
    min-height: calc(100vh - 280px);
}

.mddle_section {
    padding: 20px 0 0 0;
}

.step {
    display: inline-block;
    /*  padding: 8px 24px;*/
    font-weight: 600;
    font-size: 18px;
    font-family: Arial, sans-serif;
    text-align: center;
    color: #3d1a0e;
    border: 1px solid transparent;
    border-radius: 44px;
    background:
        linear-gradient(#faebe0, #faebe0) padding-box,
        /* inner background */
        linear-gradient(90deg, #501F13 0%, #E0863D 50.48%, #501F13 100%) border-box;
    /* border gradient */
}

.div_center {
    text-align: center;
}

.step p {
    /*    border: 1px solid;*/
    display: inline-block;
    background: #faebe0;
    padding: 8px 24px;
    border-radius: 44px;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    vertical-align: middle;
    color: #501F13;
    font-family: "Verdana", sans-serif;
    margin: 0 auto;
    max-width: 167px;
    width: 167px;
}

.mainhead {
    font-family: "Verdana", sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 42px;
    text-align: center;
    vertical-align: middle;
    padding: 14px 0 4px;
    max-width: 968px;
    margin: 0 auto;
    color: #222222;
    letter-spacing: 0;
}

.secondtxt {
    padding: 4px 16px 4px 16px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #222222;
    font-family: "Verdana", sans-serif;
    margin: 0;
}

.blockimg {
    margin: 0 auto;
    display: block;
    margin-top: 10px;
    max-width: 273px;
    height: auto;
/*    object-fit: cover;*/

}

.step-title {
    margin: 5px 0 10px;
    font-family: "Verdana", sans-serif;
    font-weight: 700;
    font-size: 23px;
    line-height: 36px;
    letter-spacing: 0px;
    text-align: center;
    text-transform: capitalize;
}

.w-850 {
    max-width: 860px;
    margin: auto;
    gap: 20px;
}

.w-850 .col-md-6 {
    max-width: 420px;
    flex: 45% !important;
}

.progress-bar {
    margin: 20px auto;
    display: block;
    width: 100%;
    height: 10px;
    float: none;
    border: 0;
    border-radius: 50px;
    float: none;
    background-color: #b7d0ff;
    transition: width 1s ease;
}

.progress-bar {
    margin: 0 auto 20px auto;
    display: block;
    width: 100%;
    max-width: 859px;
    height: 10px;
    border: 0;
    border-radius: 5px;
    background-color: #fff;
    transition: width 1s ease;
    border: 1px solid #999999
}

/* For Firefox */
progress::-moz-progress-bar {
    background: linear-gradient(90deg, #8E9674 0%, #B2BA96 100%);
    border-radius: 50px;
    border: 0;
}

progress::-webkit-progress-bar {
    border: 0;
    height: 10px;
    border-radius: 50px;
    background: #fff;
}

/* For Chrome or Safari */
progress::-webkit-progress-value {
    background: linear-gradient(90deg, #8E9674 0%, #B2BA96 100%);
    border-radius: 5px 0 0 5px;
}

/* For IE10 */
progress {
    background: linear-gradient(90deg, #8E9674 0%, #B2BA96 100%);
}

.step-box {
    transition: none;
}

.step-box label input[type="radio"] {
    margin-right: 12px;
    width: 18px;
    height: 18px;
    border: 2px solid #501F13;
    margin-left: 0;
    cursor: pointer;
}

.form-check-input:checked {
    background-color: #501f13;
    border-color: #501f13;
    
}
.form-check:hover{
    background: #8E9674;
    color: #fff;
    box-shadow: 2px 4px 10px 0px #22222263;
    border: 1px solid #8E9674;

}
.step-box label input[type="radio"]:hover{
   border: 2px solid #fff;
    background: #8E9674;
}

.form-check-input:active {
    background-color: #501f13;
    border-color: #501f13;
}

.form-check {
    border: 1px solid #501F13;
    border-radius: 8px;
    padding: 19px 16px;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    font-family: "Verdana", sans-serif;
    color: #222222;
    cursor: pointer;
     box-shadow: 2px 4px 10px 0px #22222263;
}



/* footer section */
.footer_section {
    background: #501F13;
    padding: 28px 40px 27px;
}

.foottxt {
    font-family: Spline Sans Mono;
    font-weight: 300;
    font-size: 11px;
    line-height: normal;
    color: #FFFFFF;
    margin-top: 16px;
    margin-bottom: 0;
}

.ft-links {
    text-align: center;
}

.ft-links a {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Space Grotesk';
    text-decoration: none;
    padding: 0 20px;
}

.social-links a {
    color: #fff;
    border: 1px solid #fff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    padding: 4px;
}

.logofoot img {
    max-width: 301.4px;
    height: auto;
    object-fit: cover;
}


/*****************opt-in-popup********************************/
.modal{
    overflow: hidden;
    height: 100vh;
}
.opt-in-popup {
    max-width: 720px;
    margin-top: 81px;
}

.opt-in-popup .modal-header {
    border-bottom: none;
    padding: 0;
    width: 688px;
}

.opt-in-popup .modal-content {
    padding: 28px 16px 40px;
    border-radius: 12px;
}

.btn-close {
    width: 40px;
    height: 40px;
    background-color: #8E9674;
    box-sizing: border-box;
    border-radius: 50%;
    border: 2px solid #ffffff;
    position: absolute;
    right: -12px;
    top: -12px;
    opacity: 1;
    color: #fff;
    background-image: none;
    font-size: 20px;
    line-height: 15px;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
}

.btn-close:hover {
    opacity: 1;
}

.opt-in-popup .modal-title {
    font-family: "Verdana", sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #222222;
    text-align: center;
    letter-spacing: 0;
    margin-bottom: 38px;
    line-height: 36px;
    text-transform: capitalize;
}

.opt-in-popup .modal-body {
    padding: 0;
}

.opt-in-popup form {
    font-size: 16;
    font-weight: 700;
    font-family: 'Spline Sans Mono';

}

.opt-in-popup .mb-3 {
    position: relative;
    padding: 0;
}

.g-3,
.gx-3 {
    --bs-gutter-x: 0 !important;
}

.opt-in-popup .col-form-label {
    position: absolute;
    color: #222222;
    background-color: #fff;
    padding: 2px 5px;
    top: -15px;
    width: auto;
    left: 44px;
    font-weight: 400;
    line-height: normal;
    font-family: "Verdana", sans-serif;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
}
input.has-error, select.has-error{
    background-position: 552px 18px !important;
}

.opt-in-popup .form-control {
    height: 60px;
    border-color: grey;
    max-width: 620px;
    margin: 0 auto;
    padding: 20px 79px 20px 16px;
    color: #4F4F4F;
    font-size: 18px;
    line-height: 20px;
    font-family: "Verdana", sans-serif;
}

.opt-in-popup .form-control::placeholder {
    color: #222222;
}

.opt-in-popup .form-control:focus {
    border: 2px solid #839073 !important;
    box-shadow: none !important;
     font-family: "Verdana", sans-serif;
     font-weight: 700;
     font-size: 18px;
     line-height: 20px;
     color:#4F4F4F;
}

.opt-in-popup .form-control:focus::placeholder {
    color: #4F4F4F !important;
    
}

.mr_dv:focus-within label {
    color: #839073;
    /* Color on focus */
     font-family: "Verdana", sans-serif;
     font-weight: 700;
}

.mr_dvbt:focus-within label {
    color: #839073;
    /* Color on focus */
    font-family: "Verdana", sans-serif;
     font-weight: 700;
}

/*
.mr_dv .fn{
  background-image: url('../images/employee-id1.png');
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 28px 28px;
}
*/
.opt-in-popup .icon_form {
    position: absolute;
    right: 46px;
    top: 16px;
}

.opt-in-popup .icon_form_ph {
    position: absolute;
    right: 52px;
    top: 16px;
}

.opt-in-popup .mr_dv {
    margin-bottom: 39px !important;
}

/*
.opt-in-popup .mr_dvbt{
    margin-bottom: 28px !important;  
}
*/
.submit-btn {
    font-family: "Verdana", sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    padding: 20px 20px;
    color: #fff;
    background-color: #8E9674;
    border: none;
    box-shadow: 2px 4px 10px 0px #22222263;
    display: block;
    margin: 0 auto;
    width: 620px;
    margin-top: 36px;
    letter-spacing: 0;
    border-radius: 8px;
}

.submit-btn:hover {
    color: #fff;
     background-color: #8E9674;
}
.ico-right-arrow {
    width: 20px;
    margin-top: -5px;
    margin-left: 1px;
}
.ico-right-arrow {
    object-fit: contain;
}


@media only screen and (min-width: 1400px) {
    .container {
        max-width: 1360px;
        padding: 0;
    }

    .pad_0 {
        padding: 0;
    }

    .logo {
        margin-top: 0.65px;
        margin-left: 3.91px;
    }
}

@media only screen and (max-width:1199px) {
    .logofoot {
        width: 200px;
    }

    .foottxt {
        max-width: 200px;
    }

    .ft-links a {
        font-size: 15px;
        padding: 0 10px;
    }

    .social-links a {
        width: 32px;
        height: 32px;
    }

    .social-links a img {
        height: 12px;
        width: auto;
    }
}

@media only screen and (max-width:767px) {
    #chat-button{
right: 0px !important;
bottom: 210px !important;
}
    .logo {
        width: 180px;
    }

    .rightdiv {
        width: 221px;
    }

    .call_mail a {
        font-size: 12px;
    }

    .step-title {
        font-size: 18px;
        line-height: 28px;
    }

    .form-check {
        padding: 14px 16px;
    }

    .mainhead {
        font-size: 28px;
        line-height: 36px;
    }

    .opt-in-popup {
        max-width: 80%;
        margin: auto;
        padding: 60px 16px;
    }

    .opt-in-popup .modal-title {
        font-size: 22px;
        line-height: 28px;
    }

    .opt-in-popup .modal-header {
        width: 100%;
    }

    .opt-in-popup .col-form-label {
        top: -10px;
        left: 12px;
    }

    .submit-btn {
        max-width: 100%;
        margin-top: 30px;
    }

    .br_tg {
        display: none;
    }

}

@media only screen and (max-width:575px) {
    #chat-button{
right: 0px !important;
bottom: 230px !important;
}
    .opt-in-popup .form-control:focus{
        font-size: 16px;
    }
    .logo {
        width: 100%;
    }

    .opt-in-popup .modal-body {
        padding: 0;
    }

    .rightdiv {
        width: 180px;
    }

    .call_mail a {
        font-size: 10px;
    }

    .call_mail a img {
        width: 13px;
    }

    .foottxt {
        max-width: 100%;
        margin-bottom: 1rem;
    }

    .ft-links .list-inline-item {
        display: block;
        text-align: left;
    }

    .ft-links a {
        font-weight: 400;
        padding: 4px 0px;
        display: block;
    }

    .blockimg {
        max-width: 100%;
        height: auto;
        margin-bottom: 8px;
		margin-top: 5px;
        max-width: 230px;
    }

}


@media only screen and (max-width:430px) {

    
    .mddle_section {
        padding: 15px 16px 5px;
    }

    .container.con_wrap {
        padding: 0;
    }

    .step p {
        font-family: Spline Sans Mono;
        font-weight: 600;
        font-size: 14px;
        line-height: 16px;
        letter-spacing: 0;
        padding-top: 6px;
        padding-right: 24px;
        padding-bottom: 6px;
        padding-left: 24px;
        margin-bottom: 0;
        max-width: 141px;
        width: 141px;
    }

    .div_center {
        margin-bottom: 8px;
    }

    .mainhead {
font-weight: 700;
        font-size: 24px;
        line-height: 30px;
        letter-spacing: 0;
        padding: 0;
        max-width: 100%;
        margin: 0 auto;
    }

    .secondtxt {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0px;
        max-width: 253px;
        margin: 0 auto;
    }

    /*
.blockimg{
max-width: 257px;
height: 280px;
margin-top: 8px;
}
*/
    .step-title {
        font-weight: 700;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0px;
        margin: 0 0 10px 0;
    }

    .progress-bar {
        max-width: 398px;
        margin: 0 auto 16px auto;
    }

    .w-850 {
        gap: 16px;
    }

    .form-check {
        padding: 15px 16px;
        margin-bottom: 0;
    }

    .opt-in-popup {
        max-width: 100%;
        padding: 60px 16px;
    }

    .opt-in-popup .modal-header {
        max-width: 100%;
    }

    .opt-in-popup .modal-content {
        padding: 0;
    }

    .btn-close {
        width: 28px;
        height: 28px;
        background-color: #8E9674;
        box-sizing: border-box;
        border-radius: 50%;
        border: 2px solid #ffffff;
        position: absolute;
        right: -2px;
        top: -5px;
        opacity: 1;
        color: #fff;
        background-image: none;
        font-size: 11.2px;
        line-height: 0px;
        box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
    }

    .submit-btn {
        max-width: 358px;
        margin: 28px 20px 32px;
        width: 100%;
       padding: 16px 28px 16px 28px;
        font-size: 18px;
        line-height: 26px;
        box-shadow: 2px 4px 10px 0px #22222263;
    }

    .modal-header .btn-close {
        padding: 0 !important;
    }

    .opt-in-popup .modal-title {
        padding: 32px 15px 27px 14px;
    }

    .opt-in-popup .modal-title {
        margin-bottom: 15px;
    }

    .opt-in-popup .mr_dv {
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 41px !important;
    }

    .opt-in-popup .mr_dvbt {
        padding-left: 20px;
        padding-right: 20px;
    }

    .opt-in-popup .col-form-label {
        top: -15px;
        width: auto;
        left: 24px;
        font-size: 15px;
    }
    .opt-in-popup .form-control{
        font-size: 16px;
    }

}

@media only screen and (max-width:421px) {
    
    .blockimg {
         max-width: 210px;
    }
    .form-check {
        padding: 10px 16px;
    }
    .submit-btn {
        max-width: 87%;
        padding: 16px 10px 16px 10px;
        font-size: 17px;

    }
    .ico-right-arrow {
    margin-top: 0px;
}

    .opt-in-popup .modal-title {
        padding: 24px 23px;
    }

}
@media only screen and (max-width:360px) {
        .submit-btn {
        max-width: 87%;
        padding: 16px 10px 16px 10px;
        font-size: 16px;
    }
        .ico-right-arrow {
        margin-top: -2px;
    }
        
        
}


  /* added for number */
    input[type=number]::-webkit-inner-spin-button,
    input[type=number]::-webkit-outer-spin-button {
      -webkit-appearance: none;
      margin: 0;
    }

    /* Remove spinner for Firefox */
    input[type=number] {
      -moz-appearance: textfield;
    }

        .suitcase_sticker {
    transition: all ease-in-out 0.3s;
    cursor: pointer;
}
 
.suitcase_sticker.clicked {
    scale: 1.1;
}




     .alert-wrapper {
      display: flex;
      flex-direction: column;
      gap: 8px;
      width: 240px;
      font-size: 10px;
      position: fixed; /* popup style */
      bottom: 30px;   /* slide from bottom */
      left: 50%;
      transform: translateX(-50%) translateY(150%);
      opacity: 0;
      z-index: 9999;
      transition: all 0.4s ease;
    }

    /* when active (visible) */
    .alert-wrapper.show {
      transform: translateX(-50%) translateY(0);
      opacity: 1;
    }

    @media (min-width: 640px) {
      .alert-wrapper {
        width: 288px;
        font-size: 12px;
      }
    }

    .error-alert {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      height: 48px;
      border-radius: 8px;
      background: #232531;
      padding: 0 10px;
    }

    @media (min-width: 640px) {
      .error-alert {
        height: 56px;
      }
    }

    .alert-left {
      display: flex;
      gap: 8px;
      align-items: center;
    }

    .icon-box {
      color: #d65563;
      background: rgba(255, 255, 255, 0.05);
      backdrop-filter: blur(20px);
      padding: 4px;
      border-radius: 8px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .error-alert p {
      margin: 0;
      line-height: 1.2;
    }

    .error-alert .title {
      color: white;
      font-weight: 500;
    }

    .error-alert .desc {
      color: #9ca3af;
    }

    .close-btn {
      color: #4b5563;
      background: transparent;
      border: none;
      padding: 4px;
      border-radius: 6px;
      cursor: pointer;
      transition: background 0.2s linear;
    }

    .close-btn:hover {
      background: rgba(255, 255, 255, 0.1);
    }

    .close-btn svg {
      width: 24px;
      height: 24px;
    }
