@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/montserrat/Montserrat-Regular.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/montserrat/Montserrat-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/montserrat/Montserrat-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}


* {
  margin: 0px;
  padding: 0px;

}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

html {
  scroll-behavior: smooth;
}

footer {
  bottom: 0px;
}

body {
  overflow-x: hidden;

}


p {
  font-size: 16px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;


}

label {
  font-family: 'Montserrat', sans-serif;

}

span {
  font-family: 'Montserrat', sans-serif;

}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  margin: 0px;
}

a {
  font-family: 'Montserrat', sans-serif;
  text-decoration: none !important;
}

button {
  font-family: 'Montserrat', sans-serif;
  text-decoration: none !important;
}

b {
  font-family: 'Montserrat', sans-serif;

}

img {
  max-width: 100%;

}




/* width */

::-webkit-scrollbar {

  width: 10px;

}



/* Track */

::-webkit-scrollbar-track {

  box-shadow: inset 0 0 5px grey;

  border-radius: 0px;

}



/* Handle */
::-webkit-scrollbar-thumb {

  background: #000000;
  border-radius: 10px;

}

.form_wrapper {
  margin: 70px 0px;
  padding: 60px 0px;
  background: #f3f7fa;
}

@media(max-width:768px){
    .form_wrapper {
        margin: 0px;
        
    }
}

:root {
  --arr-bg: #eef2f7;
  --arr-surface: #ffffff;
  --arr-surface-2: #f4f7fb;
  --arr-border: #d0daea;
  --arr-accent: #1a6fd4;
  --arr-accent-2: #1558b0;
  --arr-accent-glow: rgba(26, 111, 212, 0.15);
  --arr-gold: #f59e0b;
  --arr-text: #1e293b;
  --arr-muted: #8898aa;
  --arr-label: #4a5568;
  --arr-danger: #e53e3e;
  --arr-section-title: #1a6fd4;
  --arr-input-bg: #f8fafc;
  --arr-input-focus: rgba(26, 111, 212, 0.07);
  --arr-radius: 12px;
  --arr-radius-sm: 8px;

  --arr-transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}


.arr-page {

  position: relative;
  overflow-x: hidden;
}




.arr-card {
  background: var(--arr-surface);
   
  border-radius: 20px;

  overflow: hidden;
  position: relative;
  z-index: 1;

}




.arr-header {
  position: relative;
  overflow: hidden;
  background-image: url("../images/hero-banner.webp");
  background-size: cover;
  background-position: 100% 38%;
  border-radius: 18px;
  padding: 2rem 2.5rem 1.6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  color: #fff;
}



.arr-header .arr-header__overlay {
  position: absolute;
  inset: 0;
  background: #00000075;
  z-index: 1;
}

.arr-header .arr-header__content,
.arr-header .arr-header__steps {
  position: relative;
  z-index: 2;
}

.arr-header .arr-header__title {
  margin: 0;
  font-size: clamp(1.45rem, 3vw, 2.2rem);
  font-weight: 800;
}

.arr-header .arr-header__sub {
  margin: 0.45rem 0 0;
  font-size: 0.98rem;
  color: rgba(255, 255, 255, 0.86);
}

.arr-header .arr-header__steps {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.arr-header .arr-header__step {
  position: relative;
  min-width: 110px;
  padding: 0.9rem 0.85rem;
  border-radius: 16px;
  text-align: center;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.24);
  backdrop-filter: blur(10px);
}

.arr-header .arr-header__step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -1rem;
  width: 1rem;
  height: 2px;
  background: rgba(255, 255, 255, 0.55);
}

.arr-header .arr-header__step span {
  width: 38px;
  height: 38px;
  margin: 0 auto 0.45rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.26);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 1rem;
}
.fixed_loader {
position: fixed;
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
top: 0px;
bottom: 0px;
left: 0px;
right: 0px;
z-index: 999;
background: #0000009e;
}

.loader {
width: 50px;
height: 50px;
border: 5px solid #ddd;
border-top: 5px solid #007bff;
border-radius: 50%;
animation: spin 1s linear infinite;
margin: 40px auto;
}

@keyframes spin {
0% {
  transform: rotate(0deg);
}

100% {
  transform: rotate(360deg);
}
}
.arr-header .arr-header__step p {
  margin: 0;
  font-size: 0.82rem;
  font-weight: 700;
  white-space: nowrap;
}

@media(max-width:768px) {
  .arr-header .arr-header__step p {
    font-size: 11px;
  }
}

.arr-header .arr-header__step--active {
  background: rgba(255, 255, 255, 0.92);
  color: #4caf50;
}

.arr-header .arr-header__step--active span {
  background: #4caf50;
  color: #fff;
}

.arr-header .arr-header__step--active p {
  color: #4caf50;
}

@media (max-width: 1200px) {
  .arr-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .arr-header .arr-header__steps {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 0.25rem;
  }
}

@media (max-width: 576px) {
  .arr-header {
    padding: 1.4rem;
    border-radius: 14px;
  }

  .arr-header .arr-header__steps {
    gap: 0.75rem;
  }

  .arr-header .arr-header__step {
    min-width: 96px;
    padding: 0.75rem;
  }

  .arr-header .arr-header__step:not(:last-child)::after {
    right: -0.75rem;
    width: 0.75rem;
  }
}

.arr-header__icon {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, var(--arr-accent), var(--arr-accent-2));
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  color: #fff;
  box-shadow: 0 4px 20px var(--arr-accent-glow);
  flex-shrink: 0;
}

.arr-header__title {

  font-size: 24px;
  color: #ffffff;
  margin: 0;
  line-height: 1.2;
  font-weight: 600;
}

.arr-header__sub {
  font-size: 16px;
  color: rgb(0 0 0 / 72%);
  margin: 0;
  margin-top: 3px;
}

.arr-required-note {
  font-size: 0.78rem;
  color: color: #000000;
  ;
}

.arr-required-note span {
  color: var(--arr-danger);
}

/* ── Body padding ── */
.arr-body {
  padding: 30px 30px;
}

/* ── Section block ── */
.arr-section {
  margin-bottom: 2.2rem;

}

.arr-section__title {

  font-size: 20px;
  color: #339237;
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 1.25rem;
  padding-bottom: 0.6rem;
  border-bottom: 1px solid var(--arr-border);
  font-weight: 600;
}

.arr-section__title i {
  font-size: 1rem;
  opacity: 0.85;
}

/* ── Label ── */
.arr-section .arr-label {
  font-size: 15px;
  font-weight: 600;
  color: #535353;
  margin-bottom: 0.4rem;
}

.arr-section .arr-label .arr-required {
  color: var(--arr-danger);
  margin-left: 2px;
}

/* ── Input / Select / Textarea ── */
.arr-section .arr-input,
.arr-section .arr-select {
  background: #ffffff;
  border: 1.5px solid #adadad;
  border-radius: var(--arr-radius-sm) !important;
  color: #000000;
  font-size: 16px !important;
  padding: 11px 10px !important;
  width: 100%;
  transition: border-color var(--arr-transition), box-shadow var(--arr-transition), background var(--arr-transition);
  outline: none;
  -webkit-appearance: none;
  appearance: none;
}

.iti input,
.iti input[type=text],
.iti input[type=tel] {
  padding: 11px 10px 11px 85px !important;
  border: 1.5px solid #adadad !important;
}

.pay_desc {
  font-size: 12px;
}
.pay_subheading{
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}

.arr-section .arr-input::placeholder {
  color: var(--arr-muted);
  font-size: 16px;
}

.arr-section .arr-input:focus,
.arr-section .arr-select:focus {
  border-color: var(--arr-accent);
  box-shadow: 0 0 0 3px var(--arr-accent-glow);
  background: var(--arr-input-focus);
}

/* select arrow */
.arr-section .arr-select-wrap {
  position: relative;
}

.arr-section .arr-select-wrap .arr-select {
  padding-right: 2.4rem;
  cursor: pointer;
}

.arr-section .arr-select-wrap::after {
  content: '\F282';
  font-family: 'bootstrap-icons';
  position: absolute;
  right: 0.9rem;
  top: 50%;
  transform: translateY(-50%);
  color: var(--arr-muted);
  pointer-events: none;
  font-size: 0.85rem;
}
span.small-text {
    color: #000;
    font-size: 15px;
    font-weight: 600;
}
/* select option dark */
.arr-section .arr-select option {
  background: #ffffff;
  color: var(--arr-text);
}

/* ── Input group (ISD + mobile) ── */
.arr-section .arr-input-group {
  display: flex;
  gap: 0.5rem;
}

.arr-section .arr-input-group .arr-isd {
  width: 110px;
  flex-shrink: 0;
}

.arr-section .arr-input-group .arr-mobile {
  flex: 1;
}

/* ── Checkbox (No Country Visited) ── */
.arr-check-label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--arr-label);
  font-size: 0.84rem;
  cursor: pointer;
  user-select: none;
}

.arr-check-label input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: var(--arr-accent);
  cursor: pointer;
  flex-shrink: 0;
}

/* ── Country tag badge ── */
.arr-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  background: rgba(26, 111, 212, 0.1);
  border: 1px solid rgba(26, 111, 212, 0.25);
  border-radius: 6px;
  color: var(--arr-accent);
  font-size: 0.78rem;
  padding: 0.2rem 0.6rem;
}

.arr-tag button {
  background: none;
  border: none;
  padding: 0;
  color: var(--arr-accent);
  cursor: pointer;
  font-size: 0.7rem;
  line-height: 1;
}

/* ── Divider ── */
.arr-divider {
  border: none;
  border-top: 1px dashed var(--arr-border);
  margin: 0.5rem 0 1.5rem;
}

/* ── Add Member button ── */
.arr-btn-addmember {
  background: linear-gradient(135deg, #e8f0fd, #dbeafe);
  border: 1.5px solid rgba(26, 111, 212, 0.3);
  color: var(--arr-accent);

  font-size: 0.88rem;
  font-weight: 600;
  padding: 0.55rem 1.3rem;
  border-radius: var(--arr-radius-sm);
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  cursor: pointer;
  transition: all var(--arr-transition);
  letter-spacing: 0.02em;
}

.arr-btn-addmember:hover {
  background: linear-gradient(135deg, #dbeafe, #bfdbfe);
  box-shadow: 0 4px 18px rgba(26, 111, 212, 0.15);
  transform: translateY(-1px);
}

/* ── Member row ── */
.arr-member-row {
  background: var(--arr-surface-2);
  border: 1px solid var(--arr-border);
  border-radius: var(--arr-radius);
  padding: 1.1rem 1.2rem;
  margin-top: 1rem;
  position: relative;
  animation: arr-fadeUp 0.3s ease both;
}

.arr-member-row__actions {
  position: static;
  top: 0.8rem;
  right: 0.8rem;
  display: flex;
  gap: 0.4rem;
  justify-content: end;
}

@media(max-width:768px) {
  .arr-member-row__actions {
    position: absolute;
  }
}

.arr-member-row__actions button {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  cursor: pointer;
  transition: all var(--arr-transition);
}

.arr-member-row__actions .arr-btn-remove {
  background: rgba(248, 113, 113, 0.15);
  color: var(--arr-danger);
}

.arr-member-row__actions .arr-btn-remove:hover {
  background: rgba(248, 113, 113, 0.3);
}

.arr-member-row__actions .arr-btn-add {
  background: rgba(56, 189, 248, 0.15);
  color: var(--arr-accent);
}

.arr-member-row__actions .arr-btn-add:hover {
  background: rgba(56, 189, 248, 0.3);
}

/* ── Captcha row ── */
.arr-captcha-wrap {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.arr-captcha-wrap .arr-input {
  max-width: 160px;
}

.arr-captcha-img {
  background: #f0f4fb;
  border-radius: var(--arr-radius-sm);
  padding: 0.45rem 1rem;
  font-family: 'Courier New', monospace;
  font-size: 1.3rem;
  font-weight: 900;
  letter-spacing: 6px;
  color: #1a3a6b;
  user-select: none;
  min-width: 130px;
  text-align: center;
  border: 2px solid #c0cfe8;
  text-decoration: line-through wavy #1a6fd4;
}

.arr-captcha-refresh {
  background: none;
  border: none;
  color: var(--arr-accent);
  font-size: 1.1rem;
  cursor: pointer;
  transition: transform 0.3s ease;
  padding: 0;
}

.arr-captcha-refresh:hover {
  transform: rotate(180deg);
}

/* ── Declaration box ── */
.arr-declaration {
  background: rgba(26, 111, 212, 0.05);
  border: 1px solid rgba(26, 111, 212, 0.18);
  border-radius: var(--arr-radius-sm);
  padding: 1rem 1.1rem;
 
}

.arr-declaration input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: var(--arr-accent);
  flex-shrink: 0;
  margin-top: 2px;
}

.arr-declaration p {
  font-size: 14px;
  color: #000000;
  margin: 0;
}


.arr-btn-submit {
  background:#4CAF50;
  border: none;
  color: #fff;

  font-size: 0.95rem;
  font-weight: 600;
  padding: 0.75rem 2.8rem;
  border-radius: var(--arr-radius-sm);
  cursor: pointer;
  letter-spacing: 0.04em;
  transition: all var(--arr-transition);
 
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.arr-btn-submit:hover {
  background:#2a842e;
 
  transform: translateY(-2px);
}

.arr-btn-submit:active {
  transform: translateY(0);
}

/* ── Footer strip ── */
.arr-footer-strip {
  background:#ffffff00;
  border-top: 1px solid var(--arr-border);
  padding: 25px 0px 0px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}

/* ── Step indicator badges ── */
.arr-badge-step {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.75rem;
  color: var(--arr-muted);
}

.arr-badge-step i {
  color: var(--arr-accent);
}

/* ── Responsive tweaks ── */
@media (max-width: 767px) {
  .arr-body {
    padding: 1.4rem 1.1rem 2rem;
  }

  .arr-header {
    padding: 1.4rem 1.2rem 1.2rem;
  }

  .arr-footer-strip {
    padding: 1rem 1.2rem;
    justify-content: center;
  }

  .arr-section .arr-input-group {
    flex-direction: column;
  }

  .arr-section .arr-input-group .arr-isd {
    width: 100%;
  }

  .arr-captcha-wrap {
    flex-wrap: wrap;
  }
}

@media (max-width: 575px) {
  .arr-captcha-img {
    font-size: 1rem;
    min-width: 110px;
  }
}



 
.sticky {
  position: sticky;
  top: 40px;
}

.country_box {
  display: flex;
  gap: 20px;
  align-items: baseline;
}

@media(max-width:768px) {
  .country_box {
    display: inline-block;
    width: 100%;
  }
}


 .payment-selection {
   padding: 30px 0px 0px 0px;
   
 }

 
  

 .payment-selection .payment-selection__wrapper {
   display: flex;
   flex-direction: column;
   gap: 24px;
 }

 .payment-selection .payment-selection__card {
   position: relative;
   width: 100%;
   background: #ffffff;
   border: 1px solid #b3b3b3;
   border-radius: 24px;
   padding: 15px 30px;
   display: flex;
   align-items: center;
   justify-content: space-between;
   gap: 24px;
   cursor: pointer;
   transition: all 0.3s ease;
   overflow: hidden;
   box-shadow: 0 10px 25px rgba(15, 23, 42, 0.05);
 }

 .payment-selection .payment-selection__card:hover {
   transform: translateY(-4px);
   border-color: #0d6efd;
   box-shadow: 0 20px 40px rgba(13, 110, 253, 0.12);
 }

 .payment-selection .payment-selection__card--active {
   border-color: #0d6efd;
   background: linear-gradient(180deg, #ffffff, #f3f8ff);
 }

 .payment-selection .payment-selection__card--active::before {
   content: "";
   position: absolute;
   inset: 0;
   border-radius: 24px;
   padding: 2px;
   background: linear-gradient(135deg, #0d6efd, #60a5fa);
   -webkit-mask:
     linear-gradient(#fff 0 0) content-box,
     linear-gradient(#fff 0 0);
   -webkit-mask-composite: xor;
   mask-composite: exclude;
 }

 .payment-selection .payment-selection__card input {
   display: none;
 }

 .payment-selection .payment-selection__left {
   display: flex;
   align-items: flex-start;
   gap: 22px;
   flex: 1;
 }

 .payment-selection .payment-selection__radio {
   width: 24px;
   height: 24px;
   border-radius: 50%;
   border: 2px solid #cbd5e1;
   margin-top: 6px;
   position: relative;
   flex-shrink: 0;
   transition: all 0.3s ease;
 }

 .payment-selection .payment-selection__card--active .payment-selection__radio {
   border-color: #0d6efd;
 }

 .payment-selection .payment-selection__card--active .payment-selection__radio::after {
   content: "";
   position: absolute;
   inset: 4px;
   border-radius: 50%;
   background: #0d6efd;
 }

 .payment-selection .payment-selection__top {
   margin-bottom: 10px;
 }

 .payment-selection .payment-selection__badge {
   display: inline-block;
   background: #eaf2ff;
   color: #0d6efd;
   padding: 6px 14px;
   border-radius: 50px;
   font-size: 12px;
   font-weight: 700;
   margin-bottom: 14px;
 }

 .payment-selection .payment-selection__badge--pro {
   background: #fff4df;
   color: #ff9800;
 }

 .payment-selection .payment-selection__badge--vip {
   background: #f3e8ff;
   color: #7c3aed;
 }

 .payment-selection .payment-selection__top h3 {
  margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #0f172a;
 }

  

 .payment-selection .payment-selection__price {
   min-width: 150px;
   text-align: right;
 }

 .payment-selection .payment-selection__price h4 {
  margin: 0;
    font-size: 24px;
    font-weight: 600;
    color: #0d6efd;
 }

 .payment-selection .payment-selection__price span {
   color: #64748b;
   font-size: 0.92rem;
   font-weight: 600;
 }

 @media (max-width: 767px) {
   .payment-selection .payment-selection__card {
     flex-direction: column;
     align-items: flex-start;
     padding: 24px;
   }

   .payment-selection .payment-selection__left {
     width: 100%;
   }

   .payment-selection .payment-selection__price {
     width: 100%;
     text-align: left;
     padding-left: 46px;
   }
 
   .payment-selection .payment-selection__top h3 {
     font-size: 1.3rem;
   }
 }
/*==== payment card ====*/
p.showerrordate {
    width: 100%;
    display: inline-grid;
    margin-top: 10px;
}
#cardData iframe {
    width: 100%;
}
.showerrordate span.alertred {
    background: #f25656;
    padding: 8px 15px;
    border-radius: 9px;
    color: #FFF;
}
.tdsv2challengeIframe {
    height: 650px;
}

.select2-container .select2-selection--multiple{
    min-height: 46px!important;
    
}

.select2-container--default .select2-selection--multiple{
    padding: 8px !important;
}

.arr-declaration{
    display: grid;
    grid-template-columns: 24px 1fr;
    gap: 8px 12px;
    align-items: start;
}

.arr-declaration input[type="checkbox"]{
    margin-top: 4px;
}

.arr-declaration p{
    margin: 0;
}

.arr-declaration .invalid-feedback{
    grid-column: 1 / -1;
    width: 100%;
    color: red;
    font-size: 14px;
}



/* ======================== Header Area ======================== */
header {
 
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #fff;
  transition: 0.5s ease;
  z-index: 997;
  padding: 10px 0;
      border-bottom: 1px solid #cccccc;
}
header.active {
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
header .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .header .logo img {
  width: 150px;
}
header .header .logo img.logo-img-1 {
  display: block;
}
header .header .logo img.logo-img-2 {
  display: none;
}
header.active .header .logo img.logo-img-1 {
  display: none;
}
header.active .header .logo img.logo-img-2 {
  display: block;
}
header .header .navs{
  margin-left: auto;
}
header .header .navs > ul{
  background-color: #fff;
  border-radius: 50px;
  padding: 10px 0;
  margin:0;
}
header .header .navs > ul > li {
  position: relative;
  display: inline-block;
  margin: 0 20px;
}

header .header .navs > ul > li > a {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  font-size: 15px;
  color: #000;
  padding: 5px 20px;
  margin: 0 3px;
  cursor: pointer;
}
header .header .navs > ul > li:hover > a {
  color: #000;
}
header .header .navs > ul > li > a.down-arrow::after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  line-height: 1;
  display: inline-block;
  margin-left: 5px;
  transition: 0.3s;
  font-weight: 600;
}
header .header .navs > ul > li:hover > a.down-arrow::after {
  transform: rotate(180deg);
}
header .header .navs > ul > li.active a {
  color: #000;
  background: var(--primary-color);
  border-radius: 30px;
}
header .header .navs .sub-menu {
  position: absolute;
  top: 100%;
  width: 280px;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
header .header .navs > ul > li:hover > .sub-menu {
  pointer-events: all;
  opacity: 1;
}
header .header .navs .sub-menu > ul {
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 6px;
  padding: 8px 10px;
}
header .header .navs .sub-menu > ul > li {
  display: block;
}
header .header .navs .sub-menu > ul > li > a {
  text-decoration: none;
  display: block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.005em;
  color: var(--neutra-color);
  padding: 5px 0;
  transition: 0.1s;
}
header .header .navs .sub-menu > ul > li > a:hover {
  color: var(--primary-color);
}
header .header .btns-box {
  display: flex;
  align-items: center;
}
header .header .btns-box .request-btn {
  padding: 0 15px 0 20px;
}
header .header .btns-box .contact-btn {
  position: relative;
}
header .header .btns-box .contact-btn:hover .btn-icon {
  background-color: var(--primary-color);
  color: #fff;
}
header .header .btns-box .contact-btn .contact-box {
  position: absolute;
  right: 0;
  padding-top: 16px;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
header .header .btns-box .contact-btn:hover .contact-box {
  pointer-events: all;
  opacity: 1;
}
header .header .btns-box .contact-btn .contact-info {
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 8px;
  overflow: hidden;
}
header .header .btns-box .contact-btn .contact-info .contact-heading {
  font-size: 18px;
  font-weight: 600;
  color: #555;
  padding: 6px 15px;
}
header .header .btns-box .contact-btn .contact-info .info {
  padding: 10px 15px;
  background-color: rgba(204, 204, 204, 0.3);
}
header .header .btns-box .contact-btn .contact-info .info p {
  font-size: 14px;
  font-weight: 600;
  color: #555;
  padding-bottom: 8px;
}
header .header .btns-box .contact-btn .contact-info .info a img,
header .header .btns-box .contact-btn .contact-info .info a i {
  width: 25px;
  font-size: 20px;
  margin-right: 8px;
}
header .header .btns-box .contact-btn .contact-info .info a {
  text-decoration: none;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin-bottom: 5px;
}
header .header .btns-box .contact-btn .contact-info .info a:hover {
  opacity: 0.7;
}
header.active .header .logo img.logo-img-2 {
  display: block;
}

@media screen and (max-width: 1199px) {
  header {
    padding: 20px 0;
  }
  header .header .navs {
    display: none;
  }
  header .header .btns-box .contact-btn {
    display: none;
  }
  header .header .btns-box {
    margin-left: auto;
  }
}

@media screen and (max-width: 575px) {
  header {
    padding: 15px 0;
  }
  header .header .logo img {
    width: 150px;
  }
  header .header .btns-box {
    display: block;
    margin-right: 15px;
  }
  header .header .round-btn {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
  header .header .btns-box .request-btn .btn-1 {
    display: none;
  }
}
/* ======================== End Header Area ======================== */

/* Default hidden */
header .header .navs .sub-menu{
  position: absolute;
  top: 100%;
  left: 0;
  width: 160px;
  opacity: 0;
  pointer-events: auto;
  transition: opacity 0.3s ease;
}

/* Show submenu */
header .header .navs ul li:hover > .sub-menu{
  opacity: 1;
  visibility: visible;
}

header .header .navs .sub-menu .sub-menu{
  top: 0;
  left: 108%;
  width: 180px;
}

header .header .navs ul li{
  position: relative;
}


header .header .navs a.down-arrow::after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  line-height: 1;
  display: inline-block;
  margin-left: 5px;
  transition: 0.3s;
  font-weight: 600;
}

header .header .navs li:hover > a.down-arrow::after {
  transform: rotate(280deg);
}

.side-menu .menu-item{
  display:flex;
  align-items:center;
  justify-content:space-between;
}

.submenu-toggle::after{
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  line-height: 1;
  display: inline-block;
  margin-left: 5px;
  transition: 0.3s;
  font-weight: 600;
}

.submenu-toggle.active::after{
  transform:rotate(180deg);
}

/* ======================== Side-Menu Area ======================== */

.side-menu-area::-webkit-scrollbar {
  display: none;
}
.side-menu-area {
  scrollbar-width: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  pointer-events: none;
}
.side-menu-area.active {
  pointer-events: all;
}
.side-menu-area .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: 0.5s ease;
}
.side-menu-area.active .overlay {
  opacity: 1;
}
.side-menu-area .side-menu-box {
  scrollbar-width: none;
  width: 280px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  /* border-top-right-radius: 50px; */
  /* border-bottom-right-radius: 50px; */
  background-color: #fff;
  overflow: auto;
  transform: translateX(-150%);
  transition: 0.8s;
}
.side-menu-area.active .side-menu-box {
  transform: translateX(0%);
}
.side-menu-area .side-menu-box::-webkit-scrollbar {
  display: none;
}
.side-menu-area .side-menu-box .side-menu {
  width: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
.side-menu .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid #eee;
  /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
  padding: 12px 0 6px;
}
.side-menu .header .logo img {
  width: 100px;
  padding-left: 10px;
}
.side-menu .header .close-btn button {
  border: none;
  outline: none;
  background-color: transparent;
  padding: 10px 20px;
}
.side-menu .navs {
  padding: 25px 25px;
}
.side-menu .navs ul {
  list-style: none;
}
.side-menu .navs > ul > li:not(:last-child) {
  border-bottom: 1px solid #eee;
}
.side-menu .navs > ul > li > a {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* font-weight: 600; */
  color: var(--neutra-color);
  padding: 8px 0;
  cursor: pointer;
}
/* .side-menu .navs > ul > li > a.active, */
.side-menu .navs > ul > li > a:hover {
  color: var(--primary-color);
}
/*.side-menu .navs > ul > li > a.down-arrow::after {
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  line-height: 1;
  display: inline-block;
  margin-left: 5px;
  transition: 0.3s;
  font-weight: 600;
}
.side-menu .navs > ul > li > a.active.down-arrow::after {
  transform: rotate(180deg);
}*/
.side-menu .navs > ul > li > .sub-menu {
  display: none;
  padding-left: 10px;
  padding-bottom: 10px;
}
.side-menu .navs a.down-arrow::after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  line-height: 1;
  display: inline-block;
  margin-left: 5px;
  transition: 0.3s;
  font-weight: 600;
}

.side-menu .navs a.active.down-arrow::after {
  transform: rotate(180deg);
}
.side-menu .navs .sub-menu{
  display: none;
  padding-left: 10px;
  padding-bottom: 10px;
}
.side-menu .navs .sub-menu > ul > li a {
  text-decoration: none;
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: var(--neutra-color);
  padding: 4px 0;
}
.side-menu .navs .sub-menu > ul > li a:hover {
  color: var(--primary-color);
}
.side-menu .request-btn {
  text-align: center;
  margin-left: -15px;
  margin-bottom: 40px;
  margin-top: auto;
}
.btn-1 {
    display: inline-block;
    border: none;
    outline: none;
    text-decoration: none;
    border-radius: 100px;
    font-size: 16px;
     
    padding: 8px 18px;
    cursor: pointer;
    transition: 0.3s;
    color: #000;
    background: var(--primary-color);
}
/* ======================== End Side-Menu Area ======================== */

.select2-container--default .select2-selection--multiple .select2-selection__clear{
    display:none;
}

 





