@import url("https://fonts.googleapis.com/css2?family=Oregano&display=swap");

html,
body {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  margin: 0px;
  padding: 0px !important;
  color: #000000;
  line-height: 1.5;
  background-color: #ffffff !important;
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  margin-bottom: 15px;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 400;
  margin-bottom: 15px;
}
h2,
.h2 {
  font-size: 40px;
}
h5,
.h5 {
  font-size: 18px;
}
p {
  font-weight: 400;
  margin-bottom: 15px;
}
a {
  color: #53168c;
  transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  outline: none;
  color: #FFD300;
}
ul,
ol {
  margin: 0px;
}
ul li,
ol li {
  margin: 0;
}
blockquote {
  background: #f5f5f5;
}
a,
button,
i,
img {
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
}
img {
  max-width: 100%;
  height: auto;
}
:focus {
  outline: none;
}
*::-moz-selection {
  background: #53168c;
  text-shadow: none;
  color: #ffffff;
}
*::selection {
  background: #53168c;
  text-shadow: none;
  color: #ffffff;
}
.fw_500 {
  font-weight: 500;
}
.fs_14 {
  font-size: 14px;
}
.rounded-10 {
  border-radius: 10px;
}

.btn {
  padding: 0.45rem 1.4rem;
  border-radius: 50px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  vertical-align: top;
}
.btn:focus {
  box-shadow: none;
}
.default-btn {
  padding: 12px 25px;
  color: #ffffff;
  /* background-color: #53168c; */
  background-color: #6a0dad;
  font-weight: 500;
  font-size: 16px;
  border: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
}
.default-btn:hover,
.default-btn.active {
  background-color: #FFD300;
  color: #6a0dad;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.secondary-btn {
  padding: 12px 25px;
  background-color: #1a0f33;
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  border: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.secondary-btn:hover,
.secondary-btn.active {
  background-color: #6a0dad;
  color: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-position: 100% 0;
}
.default-outline-btn {
  padding: 12px 25px;
  color: #FFD300;
  border: 1px solid #FFD300;
  background-color: transparent;
  font-weight: 500;
  font-size: 16px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.default-outline-btn:hover,
.default-btn.active {
  background-color: #FFD300;
  color: #6a0dad;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn.arrow-right {
  position: relative;
  padding-right: 59px;
}
.btn.arrow-right::after {
  content: "";
  position: absolute;
  right: 15%;
  top: 52%;
  bottom: 0;
  transform: translatey(-50%);
  width: 20px;
  height: 20px;
  background-size: 20px;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAABHNCSVQICAgIfAhkiAAAAOBJREFUWEft100OgkAMhmF6LFfuXHsedYEL8TgecSgGjWnmp5NJ2i+xLEGSJ++MBWgCPwjcNwVwdIWiYBQcLTB6f+xBWTCldOJzRyK6auqaFmTcmVGvHbZokKbADcbI9FPuychLraQ5MIN8MPJWQroAe0q6ATPI7J50BWqQ7sDWckMAa38cGGCpJIm5pBnulr9Z0IEz8hLPPMDvMECx1d64bS9BAEs4CGAN5w5s4VyBGpwbUItzAfbgzIHilf87SqDeqPePpsNnzrWemxBzEKpgq5i8HgV7i0XB0WJR8O8KruW/aydWgQKnAAAAAElFTkSuQmCC);
}

.image {
  background: #fafafa;
  overflow: hidden;
  position: relative;
  transition: all 0.2s linear 0s;
  width: 100%;
  z-index: 2;
}
.image .img-thumb {
  display: block;
  position: relative;
  overflow: hidden;
}
.image .img-thumb {
  height: 200px;
  text-align: center;
  transition: all 0.4s linear 0s;
  -webkit-transition: all 0.4s linear 0s;
  -moz-transition: all 0.4s linear 0s;
}
.image .img-thumb img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: all 0.6s linear 0s;
  object-fit: cover;
}

.img-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.img-fit {
  object-fit: cover;
}

.bg-dark {
  background-color: #1f1f1f !important;
}
.bg-red {
  background-color: var(--red) !important;
}
.bg-lighter {
  background-color: #fff8f0 !important;
}
.bg-lighter {
  background-color: #fff8f0 !important;
}
.bg-dark-blue {
  background: #283862 !important;
}
.bg-default {
  background: #53168c !important;
}

.text-red {
  color: var(--red) !important;
}
.text-black {
  color: #000000 !important;
}
.text-default {
  color: #53168c !important;
}
.text-yellow {
  color: #FFD300 !important;
}

.progress-bar {
  background-color: #53168c !important;
}

.shadow-top,
.shadow-bottom,
.shadow-left,
.shadow-right {
  position: relative;
}
.shadow-squre {
  box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.1);
}
.shadow-top {
  box-shadow: 0 -5px 5px 0 rgba(0, 0, 0, 0.1);
}
.shadow-bottom {
  box-shadow: 0px 10px 5px -5px rgba(0, 0, 0, 0.1);
}
.shadow-left {
  box-shadow: -5px 0 5px 0 rgba(0, 0, 0, 0.1);
}
.shadow-right {
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
}
.shadow-inset-squre {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1) inset;
}
.shadow-inset-top {
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1) inset;
}
.shadow-inset-bottom {
  box-shadow: 0 -5px 5px 0 rgba(0, 0, 0, 0.1) inset;
}
.shadow-inset-left {
  box-shadow: -5px 0 5px 0 rgba(0, 0, 0, 0.1) inset;
}
.shadow-inset-right {
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1) inset;
}

.modal {
  z-index: 100050;
}
.modal-backdrop {
  z-index: 100040;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #53168c;
}

.relative {
  position: relative;
}
.overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.overlay-bg {
  background-color: #000000;
  opacity: 0.75;
}

.custom-form-control {
  display: block;
  width: 100%;
  height: calc(3rem + 2px);
  font-size: 15px;
  border-radius: 10px;
  border: 1px solid #ebebeb;
  padding: 0.375rem 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.custom-form-control:focus {
  box-shadow: none;
  border-color: #53168c;
}
.custom-form-control::placeholder {
  color: #a4a4a4;
  opacity: 1;
}
/*.custom-select{height: calc(3rem + 2px);font-size: 16px;border-radius: 50px;border: 1px solid #EBEBEB;padding: .375rem 1.2rem;padding-right: 1.8rem;background:#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024' %3e%3cpath fill='%23a4a4a4' d='M0 307.2c0-6.552 2.499-13.102 7.499-18.101 9.997-9.998 26.206-9.998 36.203 0l442.698 442.698 442.699-442.698c9.997-9.998 26.206-9.998 36.203 0s9.998 26.206 0 36.203l-460.8 460.8c-9.997 9.998-26.206 9.998-36.203 0l-460.8-460.8c-5-5-7.499-11.55-7.499-18.102z'/%3e%3c/svg%3e");background-size: 0.8em auto, 100%;background-repeat: no-repeat;background-position: right .8em top 50%, 0 0;}*/
.custom-select {
  height: calc(3rem + 2px);
  font-size: 16px;
  border-radius: 50px;
  border: 1px solid #ebebeb;
  padding: 0.375rem 1.2rem;
  padding-right: 1.8rem;
  background: #fff
    url("data:image/svg+xml,<svg width='13' height='8' viewBox='0 0 13 8' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M1 1L6.5 6.07692L12 1' stroke='%23A4A4A4' stroke-width='1.5'/></svg>");
  background-size: 0.8em auto, 100%;
  background-repeat: no-repeat;
  background-position: right 0.8em top 50%, 0 0;
}
.custom-select:focus {
  box-shadow: none;
  border-color: #53168c;
}
.custom-control-label:before,
.custom-control-label:after {
  top: 0.15rem;
  width: 1.2rem;
  height: 1.2rem;
}
.custom-checkbox .custom-control-label:before {
  border-radius: 0rem;
  border: 1px solid #d8d8d8;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #53168c;
  background-color: #53168c;
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #53168c;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none;
}

/*--------------------------------------------
	1.9. slick arrow
---------------------------------------------------*/
.slick-prev,
.slick-next {
  display: block;
  width: 32px;
  height: 32px;
  line-height: 14px;
  transition: all 0.3s ease 0s;
  border-radius: 9px;
  background-color: #53168c;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  background-color: #FFD300;
}
.slick-prev:hover:before,
.slick-next:hover:before {
  color: #ffffff;
}
.slick-prev:focus:before,
.slick-next:focus:before {
  color: #ffffff;
}
.slick-prev {
  left: -10px;
}
.slick-next {
  right: -10px;
}
.slick-prev:before,
.slick-next:before {
  font-family: "FontAwesome";
  font-size: 24px;
  color: #ffffff;
  transition: all 0.3s ease 0s;
  opacity: 1;
}
.slick-prev:before {
  content: "\f104";
}
.slick-next:before {
  content: "\f105";
}

/* .slick-dots {
  bottom: -50px;
} */
.slick-dots li {
  width: 20px;
  height: 9px;
  margin: 0 10px;
}
.slick-dots li.slick-active {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 9px;
  transform: scale(1.2);
}
.slick-dots li button {
  width: 20px;
  height: 9px;
  padding: 0px;
  position: relative;
}
.slick-dots li button:before {
  content: "";
  font-size: 12px;
  background: #53168c;
  opacity: 1;
  width: 10px !important;
  height: 10px !important;
  line-height: 10px !important;
  border-radius: 22px;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  background: #FFD300;
  width: 20px !important;
  transition: all 1s;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  display: none !important;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0;
}

.before-icon {
  padding-left: 25px;
  position: relative;
}
.before-icon i {
  font-size: 18px;
  color: #53168c;
  position: absolute;
  left: 2px;
  top: 0px;
  font-style: normal;
  text-align: center;
}

.contact-nav ul {
  padding: 0px;
  margin-bottom: 0px;
}
.contact-nav ul li {
  color: #2c2c2c;
  display: inline-block;
  vertical-align: top;
  margin: 0px 0px;
  padding: 5px 0px;
  margin-right: 7px;
  padding-right: 8px;
  position: relative;
}
.contact-nav ul li:last-child {
  margin-right: 0px;
}
.contact-nav ul li a {
  color: inherit;
}

.topbar {
  background: #53168c;
  padding: 10px 0px;
  color: #ffffff;
}
.topbar .before-icon i {
  color: #FFD300;
  top: 5px;
}
.topbar .contact-nav ul li {
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
}
.topbar .contact-nav ul li a:hover {
  color: #FFD300;
}

.header .container {
  position: relative;
}
.header {
  position: relative;
  display: block;
  transition: all 0.4s linear 0s;
  -webkit-transition: all 0.4s linear 0s;
  -moz-transition: all 0.4s linear 0s;
}
.header .navbar {
  background: #ffffff;
  width: 100%;
  height: 65px;
  padding-top: 8px;
  padding-bottom: 8px;
  z-index: 9992;
  transition: all 0.4s linear 0s;
  -webkit-transition: all 0.4s linear 0s;
  -moz-transition: all 0.4s linear 0s;
}
.header-btn {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 42px;
  padding-right: 42px;
  color: #ffffff !important;
  background-color: #6A0DAD;
  font-weight: 500;
  font-size: 16px;
  border: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 25rem;
  overflow: hidden;
}
.header-btn:hover {
  background-color: #FFD300;
  color: #6A0DAD !important;
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@media screen and (max-width: 991px) {
  .sticky.header .navigation .navbar {
    position: fixed;
    width: 100%;
    left: 0px;
    top: 0px;
    z-index: 1001;
    box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.15);
    -webkit-animation: 600ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 600ms ease-in-out 0s normal none 1 running fadeInDown;
  }
}
@media screen and (min-width: 992px) {
  .sticky.header .navigation .navbar {
    position: fixed;
    width: 100%;
    left: 0px;
    top: 0px;
    z-index: 10001;
    box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.15);
    -webkit-animation: 600ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 600ms ease-in-out 0s normal none 1 running fadeInDown;
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.logo {
  width: 140px;
  height: auto;
  /* line-height: 125px; */
  display: block;
  margin-top: 90px;
}
.logo img {
  max-width: 100%;
  max-height: 100% !important;
}
@media (max-width: 991px) {
  .logo {
    max-width: 50px;
    height: 60px;
    line-height: 30px;
    margin-top: 0;
  }
}

.content_body {
  /* background-color: #fffccc; */
  background-color: #ffd300;
  padding-top: 50px;
}

.sticky.header .logo {
  max-width: 70px;
  height: 65px;
  line-height: 40px;
  margin-top: 0;
}

/* Navigation & Dropdown Menu */
.navigation .navbar .navbar-nav li {
  position: relative;
}
.navigation .navbar .navbar-nav > li > a {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  /* padding: 8px 12px 8px 12px; */
  display: block;
}
.navigation .navbar .navbar-nav > li > a.active-menu,
.navigation .navbar .navbar-nav > li:hover > a {
  color: #FFD300;
}

.navbar-collapse {
  position: relative;
}

.mega-menu-li {
  position: initial !important;
  z-index: 999;
}
.mega-menu-submenu {
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  visibility: hidden;
  background: #ffffff;
  padding: 3.704vw 7.4078vw;
  font-size: 14px;
  border: none;
}
.mega-menu-submenu .mega-menu-link {
  color: #333333;
  display: block;
  padding: 5px 0px;
  margin-bottom: 5px;
  border-bottom: 1px solid #e4e4e4;
  line-height: 1.4;
}
.mega-menu-submenu .mega-menu-link:hover {
  color: #FFD300;
}
@media (min-width: 992px) {
  .navigation .navbar .navbar-nav > li {
    margin: 0px 16px;
  }
  .navigation .navbar .navbar-nav > li:last-child {
    margin-right: 0px;
  }
  .navigation .navbar .navbar-nav li a.drop-arrow {
    position: relative;
    padding-right: 20px !important;
  }
  .navigation .navbar .navbar-nav li a.drop-arrow:after {
    content: "\f107";
    position: absolute;
    right: 2px;
    margin-top: 0px;
    font-family: FontAwesome;
    font-weight: 400;
  }
  .mega-menu-submenu {
    z-index: 20;
    top: 100%;
    left: 0;
    margin-left: -0.0625rem;
    margin-top: -0.0625rem;
    padding: 0.625rem 0.9375rem 0.625rem 0.9375rem;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: #fff;
    border: 0 none;
    -moz-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.11765) !important;
    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.11765) !important;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.11765) !important;
  }
  .mega-menu-submenu {
    position: absolute;
    z-index: 99;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
    min-width: 12.5rem;
  }
  .mega-menu-submenu > .mega-menu-submenu-inner {
    min-height: 11.25rem;
  }
  .mega-menu-li:hover > .mega-menu-submenu,
  .mega-menu-li:focus > .mega-menu-submenu {
    display: block;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 991px) {
  .mega-menu-submenu {
    display: none;
    padding: 2.704vw 4.4078vw;
  }
  .mega-menu-li {
    position: relative !important;
  }
}

.navigation .navbar .navbar-nav li .sub-menu {
  list-style: none;
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: 110%;
  left: 0;
  background-color: #53168c;
  width: 250px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  z-index: 99;
}
.navigation .navbar .navbar-nav li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.navigation .navbar .navbar-nav li .sub-menu li {
  margin-right: 0;
}
.navigation .navbar .navbar-nav li .sub-menu li a {
  padding: 7px 12px;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  font-size: 14px;
}
.navigation .navbar .navbar-nav li .sub-menu li a.active,
.navigation .navbar .navbar-nav li .sub-menu li a:hover {
  padding-left: 16px;
  background: #FFD300;
  color: #ffffff;
}
.navigation .navbar .navbar-nav li .sub-arrow > a {
  position: relative;
  padding-right: 20px !important;
}
.navigation .navbar .navbar-nav li .sub-arrow > a:after {
  content: "\f105";
  position: absolute;
  right: 10px;
  top: 5px;
  font-family: FontAwesome;
  font-size: 20px;
}
.navigation .navbar .navbar-nav li .sub-menu .subsub-menu {
  list-style: none;
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: 0%;
  left: 100%;
  background-color: #0f3c6c;
  width: 250px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  z-index: 99;
}
.navigation .navbar .navbar-nav li .sub-menu li:hover .subsub-menu {
  opacity: 1;
  visibility: visible;
  top: 0%;
}
.sub-nav-toggler {
  display: none;
}
.subsub-nav-toggler {
  display: none;
}
.mega-sub-nav-toggler {
  display: none;
}
.navigation .navbar .navbar-nav li .sub-menu li:last-child a {
  border-bottom: 0;
}
.navbar .navbar-toggler {
  padding: 3px 8px;
  margin: 18px 0;
  border: 0;
  -webkit-transform: all 0.4s linear;
  transform: all 0.4s linear;
}
.navbar .navbar-toggler:focus {
  outline: none;
}
.navbar .navbar-toggler .icon-bar {
  width: 30px;
  height: 2px;
  background-color: #53168c;
  display: block;
  margin: 5px 0;
  position: relative;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.navbar .navbar-toggler.active .icon-bar:nth-of-type(1) {
  -webkit-transform: rotate(46deg);
  transform: rotate(46deg);
  top: 7px;
}
.navbar .navbar-toggler.active .icon-bar:nth-of-type(2) {
  opacity: 0;
}
.navbar .navbar-toggler.active .icon-bar:nth-of-type(3) {
  -webkit-transform: rotate(134deg);
  transform: rotate(134deg);
  top: -7px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .navigation .navbar .navbar-nav li a {
    font-size: 16px;
    padding: 5px 8px 5px 8px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .navigation .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navigation .navbar .navbar-nav {
    margin-right: 0px;
  }
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 99;
    background-color: #53168c;
    padding: 5px 10px;
  }
  .navigation .navbar .navbar-nav li {
    margin-right: 0;
  }
  .navigation .navbar .navbar-nav li > a {
    padding: 8px 10px;
    display: block;
    color: #fff;
  }
  .navigation .navbar .navbar-nav li .sub-menu {
    position: relative !important;
    width: 100% !important;
    left: 0 !important;
    top: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
    display: none;
    right: auto;
    -webkit-transition: none;
    transition: none;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    text-align: left;
  }
  .navigation .navbar .navbar-nav li a .sub-nav-toggler {
    position: absolute;
    padding: 7px 11px;
    background: none;
    border: 0;
    top: 0;
    right: 0;
    cursor: pointer;
    display: block;
    color: #ffffff;
  }
  .navigation .navbar .navbar-nav li a .mega-sub-nav-toggler {
    position: absolute;
    padding: 7px 11px;
    background: none;
    border: 0;
    top: 0;
    right: 0;
    cursor: pointer;
    display: block;
    color: #ffffff;
  }
}
/* small mobile :320px. */
@media (min-width: 576px) and (max-width: 767.98px) {
  .navigation .navbar {
    padding-top: 0;
        padding-bottom: 5px;
  }
  .navigation .navbar .navbar-nav {
    margin-right: 0px;
  }
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 99;
    background-color: #53168c;
    padding: 5px 10px;
  }
  .navigation .navbar .navbar-nav li {
    margin-right: 0;
  }
  .navigation .navbar .navbar-nav li > a {
    padding: 8px 10px;
    display: block;
    color: #fff;
  }
  .navigation .navbar .navbar-nav li .sub-menu {
    position: relative !important;
    width: 100% !important;
    left: 0 !important;
    top: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
    display: none;
    right: auto;
    -webkit-transition: none;
    transition: none;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    text-align: left;
  }
  .navigation .navbar .navbar-nav li a .sub-nav-toggler {
    position: absolute;
    padding: 7px 11px;
    background: none;
    border: 0;
    top: 0;
    right: 0;
    cursor: pointer;
    display: block;
    color: #ffffff;
  }
  .navigation .navbar .navbar-nav li a .mega-sub-nav-toggler {
    position: absolute;
    padding: 7px 11px;
    background: none;
    border: 0;
    top: 0;
    right: 0;
    cursor: pointer;
    display: block;
    color: #ffffff;
  }
  .hero_section_vdo {
    height: 520px;
  }
}
/* Large Mobile :480px. */
@media only screen and (max-width: 575.98px) {
  .navigation .navbar {
    padding-top: 0;
    padding-bottom: 5px;
  }
  .navigation .navbar .navbar-nav {
    margin-right: 0px;
  }
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 99;
    background-color: #53168c;
    padding: 5px 10px;
  }
  .navigation .navbar .navbar-nav li {
    margin-right: 0;
  }
  .navigation .navbar .navbar-nav li > a {
    padding: 8px 10px;
    display: block;
    color: #fff;
  }
  .navigation .navbar .navbar-nav li .sub-menu {
    position: relative !important;
    width: 100% !important;
    left: 0 !important;
    top: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
    display: none;
    right: auto;
    -webkit-transition: none;
    transition: none;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    text-align: left;
  }
  .navigation .navbar .navbar-nav li a .sub-nav-toggler {
    position: absolute;
    padding: 7px 11px;
    background: none;
    border: 0;
    top: 0;
    right: 0;
    cursor: pointer;
    display: block;
    color: #ffffff;
  }
  .navigation .navbar .navbar-nav li .sub-arrow > a:after {
    display: none;
  }
  .navigation .navbar .navbar-nav li .sub-menu .subsub-menu {
    position: relative !important;
    width: 100% !important;
    left: 0 !important;
    top: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
    display: none;
    right: auto;
    -webkit-transition: none;
    transition: none;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    text-align: left;
  }
  .navigation .navbar .navbar-nav li .sub-menu li a .subsub-nav-toggler {
    position: absolute;
    padding: 7px 11px;
    background: none;
    border: 0;
    top: 0;
    right: 0;
    cursor: pointer;
    display: block;
    color: #ffffff;
  }
  .navigation .navbar .navbar-nav li a .mega-sub-nav-toggler {
    position: absolute;
    padding: 7px 11px;
    background: none;
    border: 0;
    top: 0;
    right: 0;
    cursor: pointer;
    display: block;
    color: #ffffff;
  }
  .hero_section_vdo {
    height: 520px;
  }
}

/*--------------------Section------------------------*/
.section {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  z-index: 2;
}
.section-title {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.section-title .title {
  font-size: 35px;
  font-weight: 700;
  color: #1a181d;
  margin-bottom: 0px;
  line-height: 1.2;
}
.section-title p {
  color: #64748b;
  font-size: 16px;
  margin-bottom: 0px;
  line-height: 1.2;
}
.section-title .title.color-title {
  color: #6a0dad;
}
.section-title .upper-title {
  text-transform: uppercase;
  font-size: 12px;
  color: #6a0dad;
  margin-bottom: 18px;
  letter-spacing: 1.8px;
}
.title_bottom {
  font-size: 20px;
  color: #6a0dad;
  /* font-family: "Carattere", cursive; */
  font-family: "Oregano", cursive;
}
@media screen and (max-width: 575px) {
  .section {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .section-title .title {
    font-size: 22px;
  }
}

/* Hero Section */
.hero-section {
  position: relative;
  min-height: 100vh;
  height: 600px;
  z-index: 1;
}
.hero_section_vdo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.banner-content {
  padding: 80px 0px;
}
.banner-content .text-h2 {
  color: #ffffff;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 15px;
}
.banner-content .text-h2 span {
  color: #ffc907;
}
.banner-content p {
  font-weight: 400;
  margin-bottom: 25px;
  font-size: 20px;
  color: #ffffff;
}
.hero-section {
  display: flex;
  align-items: center;
}
.banner_btns {
  display: flex;
  gap: 20px;
  margin-bottom: 15px;
}
.banner_default_btn {
  padding: 12px 25px;
  color: #ffffff;
  /* background-color: #655ba7; */
  background-color: #6a0dad;
  font-weight: 500;
  font-size: 16px;
  border: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 25rem;
}
.banner_default_btn:hover,
.banner_default_btn.active {
  background-color: #FFD300;
  color: #6a0dad;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.banner_default_btn:focus {
  outline: none;
}

.hero-section img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  object-fit: cover;
}

.search-nav {
  position: relative;
}
.search-nav .form-control {
  height: 55px;
  font-size: 18px;
  box-shadow: none;
  color: #000000;
  padding: 0.275rem 1.55rem;
  padding-left: 38px;
  padding-right: 72px;
  border: 0;
  border-radius: 50px;
  background: #ffffff;
  font-weight: 300;
}
.search-nav .form-control:focus {
  box-shadow: none;
}
.search-nav .form-control::placeholder {
  opacity: 1;
  color: #000000;
}
.search-nav .btn {
  padding: 0px 0px;
  border-radius: 50%;
  overflow: hidden;
  width: 42px;
  height: 42px;
  line-height: 1;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translatey(-50%);
  z-index: 3;
  background-color: #6a0dad;
}
.search-nav .btn img {
  transition: all ease 0.3s;
}
.search-nav .btn:hover img {
  opacity: 0.8;
}
@media (min-width: 992px) {
  .search-nav .form-control {
    width: 480px;
  }
  .banner-content {
    padding: 60px 0px;
  }
}
@media only screen and (max-width: 575px) {
  .search-nav {
    position: relative;
    margin-left: 0px;
  }
  .search-nav .form-control {
    font-size: 16px;
  }
  .banner-content .text-h2 {
    font-size: 26px;
  }
}

.tour-box {
  position: relative;
  border-radius: 50px;
  border: 1px solid #ffffff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
  margin-bottom: 70px;
}
.tour-img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 50px;
}
.tour-box .tour-text {
  position: absolute;
  left: 0px;
  top: 0px;
  padding: 25px 40px;
}
.flag-img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  border: 5px solid #ffffff;
  border-radius: 50%;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 50px;
  bottom: -50px;
}
.tour-title {
  font-size: 35px;
  color: #ffffff;
  margin-bottom: 10px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
}
.tour-price {
  color: #ffffff;
  font-size: 18px;
}

.steps-section .section-title .upper-title {
  color: #fff;
}
.step-box {
  /* padding: 20px; */
  text-align: center;
}
.step-box-thumb {
  height: 340px;
  width: 100%;
  border-radius: 50%;
  margin-bottom: 40px;
  overflow: hidden;
}
.step-box-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.step-box h4 {
  color: #6a0dad;
}
/* .step-box img {
  margin: 0px auto;
  margin-bottom: 40px;
  text-align: center;
  border-radius: 50%;
  object-fit: contain;
} */
.step-text {
  color: #ffffff;
  font-size: 20px;
  line-height: 1.4;
}
.icon_box {
  margin-bottom: 20px;
}
.icon_box_text {
  font-size: 15px;
  line-height: 1.4;
  color: #64748b;
}
.icon_box_div h4 {
  color: #6a0dad;
}
.faq-list .card {
  border-radius: 15px 15px;
  margin-bottom: 10px;
}
.faq-list .card-header {
  color: #333333;
  display: block;
  font-size: 16px;
  font-weight: 400;
  padding: 20px;
  cursor: pointer;
  position: relative;
  border-bottom: 0;
  background: #ffffff;
  display: flex;
  justify-content: space-between;
}
.faq-list .card-body {
  padding-top: 0px;
}
.card-header[aria-expanded="false"],
.card-header[aria-expanded="true"] {
  position: relative;
}
.card-header[aria-expanded="true"] {
  position: relative;
  color: #9a47f4;
}
.card-header[aria-expanded="false"]:after {
  content: url("data:image/svg+xml;utf8,<svg width='36' height='37' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill='%239a47f4' d='M10.5 17.962a1 1 0 1 0 0 2v-2Zm7.5 2a1 1 0 1 0 0-2v2Zm0-2a1 1 0 1 0 0 2v-2Zm7.5 2a1 1 0 1 0 0-2v2Zm-6.5-1a1 1 0 1 0-2 0h2Zm-2 7.5a1 1 0 1 0 2 0h-2Zm0-7.5a1 1 0 1 0 2 0h-2Zm2-7.5a1 1 0 1 0-2 0h2Zm-8.5 8.5H18v-2h-7.5v2Zm7.5 0h7.5v-2H18v2Zm0-1h-1V26.463h2V18.963h-1Zm1 0v-7.5h-2v7.5h2Z'></path></svg>");
  line-height: 24px;
  transition: transform 0.3s ease-in-out;
  transform: translateY(13px) rotate(0deg);
  margin-top: -21px;
}
.card-header[aria-expanded="true"]:after {
  content: url("data:image/svg+xml;utf8,<svg width='36' height='37' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill='%239a47f4' d='M10.5 17.962a1 1 0 1 0 0 2v-2Zm7.5 2a1 1 0 1 0 0-2v2Zm0-2a1 1 0 1 0 0 2v-2Zm7.5 2a1 1 0 1 0 0-2v2Zm-6.5-1a1 1 0 1 0-2 0h2Zm-2 7.5a1 1 0 1 0 2 0h-2Zm0-7.5a1 1 0 1 0 2 0h-2Zm2-7.5a1 1 0 1 0-2 0h2Zm-8.5 8.5H18v-2h-7.5v2Zm7.5 0h7.5v-2H18v2Zm0-1h-1V26.463h2V18.963h-1Zm1 0v-7.5h-2v7.5h2Z'></path></svg>");
  transform: translateY(13px) rotate(45deg);
  transition: transform 0.3s ease-in-out;
  margin-top: -21px;
}
.faq-list .collapse.show {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.faq-list .collapse.show:last-child {
  border-bottom: 0px solid rgba(0, 0, 0, 0.125);
}
.faq-list .card-header {
  border-radius: 15px 15px 15px 15px;
}

.faq-card {
  background-color: #f6f6f6;
  border-radius: 20px;
  border: 0px;
}
.faq-card2 {
  background: #faf8ff;
}
.faq-card2 .default-btn {
  background: #6a0dad;
}
.faq-card2 .default-btn:hover {
  background: #1a0f33;
  color: #ffffff;
}
.faq-card .card-body {
  padding: 50px;
}
.faq-card .card-title {
  font-size: 24px;
  font-weight: 400;
  color: #000000;
}
.faq-card .card-text {
  color: #64748b;
}

/*--------------------Footer------------------------*/
.social-icon {
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
}
.social-icon li {
  display: inline-block;
  margin-right: 8px;
  vertical-align: top;
  color: #FFD300;
}
.social-icon li a {
  display: block;
  height: 24px;
  width: 24px;
  text-align: center;
  line-height: 24px;
  color: #FFD300;
  border-radius: 5px;
  transition: all 0.4s linear 0s;
  -webkit-transition: all 0.4s linear 0s;
  -moz-transition: all 0.4s linear 0s;
}
.social-icon li a i {
  margin-right: 0px;
  font-size: 24px;
  line-height: 24px;
}
.social-icon li:last-child {
  margin-right: 0px;
}
.social-icon li a:hover {
  color: #FFD300;
}

.contact-info {
  width: 100%;
  position: relative;
  margin: 0px;
}
.contact-info .contact-list {
  margin: 0px;
  padding: 0px;
}
.contact-info .contact-list li {
  display: block;
  margin: 0px 0px 8px;
  position: relative;
}
.contact-info .contact-list .before-icon {
  padding-left: 25px;
  display: inline-block;
  text-align: left;
}
.contact-info .contact-list .before-icon i {
  top: 4px;
  font-size: 20px;
  color: #53168c;
}
.contact-info .contact-list .mail .before-icon {
  padding-left: 26px;
}
.contact-info .contact-list .mail .before-icon i {
  font-size: 15px;
  top: 4px;
}

.footer-section {
  position: relative;
  background: #efe9f3;
}
.f-widget-title {
  padding-bottom: 20px;
}
.f-widget-title h4 {
  font-size: 14px;
  color: #1a0f33;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 0px;
}
.footer-widget-section {
  background: #ffffff;
  padding: 70px 0px 100px;
  position: relative;
  background-position: bottom center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.footer-widget {
  width: 100%;
  position: relative;
  margin: 15px 0px;
}
.footer-widget p {
  color: #1a0f33;
  font-size: 16px;
}
.footer-widget .logo {
  margin-top: 0px;
}
.f-moneyback-btn {
  position: absolute;
  bottom: 0;
  left: 0;
}
.navmenu-widget ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.navmenu-widget ul li {
  padding: 0px;
  font-size: 14px;
  margin-bottom: 20px;
  color: #1a0f33;
}
.navmenu-widget ul li a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  color: #1a0f33;
  transition: all 400ms linear 0s;
}
.navmenu-widget ul li a:hover {
  color: #9a47f4;
  text-decoration: underline;
}

.footer-widget .contact-info .contact-list li {
  color: #ffffff;
  font-size: 16px;
}
.footer-widget .contact-info .contact-list li a {
  color: #ffffff;
}
.footer-widget .contact-info .contact-list .before-icon i {
  color: #ffffff;
}
.footer-widget .social-icon li a:hover {
  color: #ffffff;
}
.f-social-menu {
  display: flex;
  gap: 15px;
}
.f-social-menu a {
  text-decoration: none;
}
.f-social-menu a img {
  height: 25px;
}
.f-social-menu-col {
  padding: 0;
}
.copy-right-section {
  background: #ffffff;
  font-size: 13px;
  line-height: 24px;
}
.copy-right-section p {
  color: #64748b;
  margin-bottom: 0px;
}
.copy-right-section a {
  color: #1a0f33;
}
.copy-right-section a:hover {
  color: #9a47f4;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .footer-widget-section .left-line {
    border-left: 0px solid #ffffff;
  }
  .footer-widget-section .left-line .footer-widget {
    padding-left: 0px;
  }
}
@media screen and (max-width: 575px) {
  .footer-widget-section {
    padding: 20px 0px;
  }
  .f-widget-title h4 {
    font-size: 20px;
  }
  .navmenu-widget ul li {
    width: 100%;
  }
  .f-social-menu-col {
    padding-left: 15px;
  }
  .f-social-menu {
    gap: 30px;
  }
}
/* Added for topcontrol button*/
#topcontrol {
  background-color: #FFD300;
  color: #ffffff;
  border-radius: 50%;
  font-size: 20px;
  height: 36px;
  z-index: 9991;
  line-height: 36px;
  text-align: center;
  width: 36px;
  transition: background-color 300ms ease-in-out 0s,
    background-position 300ms ease-in-out 0s;
}
#topcontrol:before {
  position: relative;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  content: " ";
}
#topcontrol:before {
  content: "\f106";
  top: -2px;
  left: 0px;
  font-size: 20px;
}
#topcontrol:hover {
  color: #ffffff;
  background-color: #53168c;
}

/* breadcrumb design */

.custom_breadcrumb {
  /* display: flex; */
  /* box-shadow: 0 8px 14px -2px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05); */
  /* padding: 0.75rem 1.25rem; */
  /* border-radius: 35px; */
  margin: 20px 0;
}

.breadcrumb-links {
  display: flex;
  column-gap: 1rem;
  align-items: center;
  list-style-type: none;
  padding-left: 0;
}

.breadcrumb-links > li:nth-child(n + 4) {
  display: none;
}

.breadcrumb-box {
  display: flex;
  align-items: center;
}

.breadcrumb-link {
  color: #64748a;
}

.breadcrumb-box:hover > *:not(.breadcrumb-icon) {
  color: #6a0dad;
  text-decoration: underline;
}

.breadcrumb-icon,
.breadcrumb-icon-home {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  color: #64748a;
}

.breadcrumb-links li:first-child .breadcrumb-text {
  display: none;
}

.breadcrumb-text {
  margin-left: 1rem;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  color: #6a0dad;
}

.breadcrumb-text.current,
.breadcrumb-text.current:hover {
  color: #000000 !important;
  text-decoration: none !important;
}

@media (min-width: 640px) {
  .breadcrumb-links > li:nth-child(n + 4) {
    display: block;
  }

  .breadcrumb-links li:first-child .breadcrumb-text {
    display: block;
  }
}

/* breadcrumb design */

/* destination details page */
.nav-link.active,
.nav-link:hover,
.valid-text {
  text-decoration: underline;
}
.esim-card:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.btn-purple {
  width: 50%;
}
.destination_thumb {
  width: 100%;
  height: 600px;
  border-radius: 20px;
  overflow: hidden;
}
.destination_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.img-fluid-images {
  width: 100%;
  height: auto;
}
#planTabs .nav-link.active {
  font-weight: bold;
  text-decoration: none;
  background-color: transparent;
  border: none;
}
#planTabs .nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border: none;
  text-decoration: none;
}
#planTabs .nav-item {
  width: 50%;
  text-align: center;
}
#planTabs .nav-item .active {
  border-bottom: 2px solid #412e92;
}

#esimOptions .esim-card h2 {
  margin-bottom: 0;
}

/* #esimOptions .esim-card h2 strong {
  color: #000;
  margin-bottom: 0px;
  font-weight: bold;
  text-align: left;
  margin-left: 4px;
} */
.esim-plan {
  color: #000;
  font-weight: bold;
  text-align: left;
  margin-left: 4px;
  font-size: 12px;
  margin-bottom: 0;
}
#esimOptions .esim-card .valid-text-price {
  text-align: left;
  margin-left: 5px;
  margin-top: 5px;
  color: #000;
  font-size: 14px;
  display: block;
}
#esimOptions .valid-text {
  color: #6c757d;
  text-decoration: none;
  font-size: 10px;
  text-align: left;
  margin-left: 5px;
  padding-bottom: 8px;
  border-bottom: 0.5px solid #6c757d;
  margin-top: 2px;
}

.esim-more-data-row .esim-label {
  background-color: rgb(255, 189, 68);
}

.need-data p,
.travel-country p {
  text-align: right;
  color: rgba(128, 0, 128, 1);
  font-weight: 500;
  border-bottom: 2px solid #dee2e6;
  padding-bottom: 10px;
}

.another-country h2 {
  font-size: 16px;
  color: #000;
  opacity: 0.6;
}
.another-country h2 span {
  font-weight: 500;
  /* color: rgb(190, 190, 190); */
}

.another-country .select2-container--default .select2-selection--multiple {
  border-radius: 10px !important;
}

.another-country .select2-selection__choice {
  direction: rtl;
  padding-right: 5px; /* adjust padding as needed */
}

.another-country
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  margin-right: 0px;
}

.another-country .select2-selection__choice__remove {
  float: right;
  margin-left: 5px;
  margin-right: 0;
  direction: ltr;
  background-color: rgb(220, 255, 220);
}

.another-country
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  padding: 0.5px 0px 0.5px 0.5px;
}

.country-results p {
  margin-top: 10px;
}
.does-work-p {
  max-width: 800px;
  margin: 0 auto;
}

.esim-card.selected {
  box-shadow: 0 0 10px rgba(128, 0, 128, 0.3);
}
.esim-card {
  border: 1px solid #e0e0e0;
  border-radius: 20px;
  padding: 20px 10px;
  background-color: #fff;
  transition: 0.3s ease-in-out;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  cursor: pointer;
  height: 100%;
  max-height: 140px;
  min-height: 140px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.btn-purple {
  background-color: purple;
  color: #fff;
  border: none;
}
.btn-purple:hover {
  background-color: #9400d3;
}
.feature-icon {
  color: purple;
  margin-right: 8px;
}
.esim-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.12);
}
.esim-label {
  background-color: #e4a6ff;
  color: #fff;
  padding: 6px 0px;
  border-radius: 20px;
  font-size: 10px;
  font-weight: 600;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.valid-text {
  font-size: 14px;
  margin-bottom: 4px;
}
.esim-card.selected {
  border: 2px solid purple;
  box-shadow: 0 0 12px rgba(128, 0, 128, 0.3);
  background-color: #faf0ff;
}
.check-icon {
  position: absolute;
  top: 16px;
  right: 26px;
  background-color: #1336c0;
  color: #fff;
  border-radius: 50%;
  padding: 7px;
  display: none;
  font-size: 8px;
}
.esim-card.selected .check-icon {
  display: block;
}
.popular_plan {
  background-color: #d8ffe8 !important;
}
.popular_plan .esim-label {
  background-color: #37b24d !important;
}
.popular_plan.selected {
  border: 2px solid #37b24d !important;
  box-shadow: 0 0 12px rgba(161, 221, 174, 0.3) !important;
  background-color: #faf0ff;
}
.best_value {
  background-color: #ffd2d2 !important;
}
.best_value .esim-label {
  background-color: #fa5252 !important;
}
.best_value.selected {
  border: 2px solid #fa5252 !important;
  box-shadow: 0 0 12px rgba(243, 125, 141, 0.3) !important;
  background-color: #faf0ff;
}
.badge-check {
  position: absolute;
  top: 6px;
  right: 6px;
  background-color: #2563eb;
  color: #fff;
  border-radius: 50%;
  font-size: 12px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  box-shadow: 0 0 0 2px #e0f7fa;
  opacity: 0;
}
.esim-card.selected .badge-check {
  opacity: 1;
}
.destination-card {
  text-align: center;
  padding: 15px;
  background-color: #eff2fb;
  transition: 0.3s;
  border-radius: 15px !important;
  cursor: pointer;
  overflow: hidden;
}
.destination-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
.destination-card-img {
  border-radius: 15px;
  height: 150px;
  overflow: hidden;
  margin-bottom: 15px;
}
.destination-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.destination-name {
  font-weight: 600;
  font-size: 21px;
  color: #333;
  margin-bottom: 10px;
  text-align: left;
}
.destination-price {
  font-size: 16px;
  color: #53188c;
  text-align: left;
}
.rounded-img {
  border-radius: 15px;
  width: 100%;
  height: auto;
}
.img-fluid_images {
  width: 100%;
  height: 100%;
}
.tab-extra .nav-tabs {
  border-bottom: 2px solid #dee2e6;
  gap: 20px;
}
.tab-extra .nav-link:focus {
  outline: 0;
}
.tab-extra .nav-link,
.tab-extra .nav-link.active {
  background-color: transparent;
  text-decoration: none;
  border-width: 0 0 2px;
}
.tab-extra .nav-link.active,
.tab-extra .nav-link:hover {
  border-color: transparent transparent #3f51b5;
  border-width: 0 0 2px;
}
.tab-extra .nav-link.active {
  border-width: 0 0 2px;
  font-weight: bold;
}
.imgages_span {
  width: 10px;
  height: 10px;
}

/* CTA Section */
/* .cta_section {
padding: 0;
position: relative;
background-position: center;
background-size: cover;
background-repeat: no-repeat;

}
.cta_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
    background: linear-gradient(rgba(253, 216, 53, 0.80), rgba(253, 216, 53, 0.80));
  filter: blur(6px);
}
.cta_div {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
    }

    .left {
      flex: 1 1 300px;
      max-width: 400px;
      padding: 20px;
    }

    .left img {
      width: 100%;
      height: auto;
      border-radius: 10px;
    }

    .right {
      flex: 1 1 400px;
      padding: 20px;
    }

    .feature {
      display: flex;
      align-items: center;
      margin-bottom: 20px;
    }

    .feature-number {
      background-color: #9c27b0;
      color: #fff;
      border-radius: 50%;
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: bold;
      font-size: 18px;
      margin-right: 15px;
    }

    .feature-content {
      background-color: #333;
      color: #fff;
      padding: 10px 15px;
      border-radius: 5px;
      font-weight: bold;
    }

    .feature-text {
      margin-left: 10px;
      flex: 1;
      font-size: 16px;
    }

    .cta-button {
      margin-top: 30px;
      background-color: #9c27b0;
      color: #fff;
      padding: 15px 30px;
      font-size: 18px;
      border: none;
      border-radius: 30px;
      cursor: pointer;
      font-weight: bold;
    }

    .cta-button:hover {
      background-color: #7b1fa2;
    } */

.cta_section {
  position: relative;
  padding: 0;
  /* background-position: center;
  background-size: cover;
  background-repeat: no-repeat; */
  overflow: hidden;
}

.cta_section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/CTA-BACKGROUND.jpg");
  background-size: cover;
  background-position: center;
  filter: blur(3px);
  z-index: 1;
}

.cta_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: rgba(253, 216, 53, 0.75); */
  background: rgba(206, 180, 248, 0.75);
  z-index: 2;
}

.cta_div_outer {
  position: relative;
  z-index: 3;
}

.cta_div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.cta_div_thumb {
  height: 450px;
  width: 100%;
}

.cta_div_thumb img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.feature_left {
  display: flex;
  flex-direction: column;
  align-items: end;
}

.feature_right {
  display: flex;
  flex-direction: column;
  gap: 28px;
  padding-top: 5px;
}

.feature {
  display: flex;
  justify-content: end;
  align-items: center;
  margin-bottom: 20px;
  gap: 10px;
}

.feature-combine {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  width: fit-content;
}

.feature-number {
  background-color: #9c27b0;
  color: #fff;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 18px;
  position: absolute;
  left: -20px;
  top: -4px;
}

.feature-content {
  background-color: #333;
  color: #fff;
  padding: 12px 15px;
  padding-left: 50px;
  font-weight: bold;
}

.feature-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  width: 50%;
}

.cta-button {
  margin-top: 30px;
  background-color: #6A0DAD;
  color: #fff;
  padding: 15px 50px;
  font-size: 18px;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  font-weight: bold;
  transition: background-color 0.3s ease;
  float: right;
}

.cta-button:hover {
  background-color: #FFD300;
  color: #6A0DAD;
}

.cta-button:focus {
  outline: none;
}

.cta_moneyback_btn {
  width: 250px;
  margin-top: 15px;
}

@media (max-width: 768px) {
  .feature {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .feature-text {
    margin-top: 10px;
    width: 100%;
  }
  .hero-section {
    background-image: none !important;
    height: 400px;
    padding: 0;
  }
  .cta_div {
    padding: 40px 0;
  }
  .cta_div_right {
    margin-top: 40px;
    text-align: center;
  }
  .cta-button {
    float: unset;
  }
  .cta_div_thumb {
    height: auto;
  }
  .cta_moneyback_btn {
    position: unset;
  }
}

.esimOptions_row {
  display: flex;
  flex-wrap: wrap;
}
.col-5th {
  width: 20%;
  float: left;
  padding: 0 10px;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .col-5th {
    width: 50%; /* Stacks 2 columns per row on small screens */
  }
}

@media (max-width: 576px) {
  .col-5th {
    width: 100%; /* Stacks 1 column per row on extra small screens */
  }
}
.buyNowBtn {
  padding: 0 150px;
  height: 50px;
}
.features_tab_list li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.credit_div {
  display: flex;
  align-items: center;
  background-color: #f3e9fb;
  padding: 10px;
  gap: 10px;
  border-radius: 8px;
}
.credit_div p {
  font-size: 11px;
  color: #7a4da1;
  margin-bottom: 0;
}
.credit_div i {
  padding: 5px;
  background-color: #b9babc;
  color: #53168c;
  border-radius: 8px;
}
.i_circle {
  color: #b9babc;
  padding: 5px;
  border: 1px solid #b9babc;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.data_plans_accordion .card {
  background-color: transparent;
  border: none;
}
.data_plans_accordion .card .card-header {
  padding: 0;
  text-align: end;
  background-color: transparent;
  border-bottom: 2px solid #dee2e6;
}
.data_plans_accordion .card .card-header h5 .btn {
  color: rgba(128, 0, 128, 1);
  font-weight: 500;
}
.select2-container {
  width: 100% !important;
}

/* Checkout Page */
.checkout_section {
  border-radius: 8px;
  /* margin: 75px 0; */
  background: linear-gradient(to right, #f3e5fe 50%, #d9b4f9 50%);
}
.form-section {
  padding: 100px 20px;
  background-color: #f3e5fe;
}
.payment-box {
  background-color: #d1d1d1;
  padding: 15px;
  border-radius: 6px;
  text-align: center;
  margin-bottom: 20px;
}
.summary {
  background-color: #d9b4f9;
  padding: 100px 20px;
}
.checkout_div {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
.checkout_thumb {
  height: 100px;
  width: 100px;
  border-radius: 10px;
  overflow: hidden;
}
.checkout_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.summary_text {
  font-size: 12px;
  line-height: 18px;
}
.wallet_login {
  border: 1px solid #64748a;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 40px;
}
.wallet_create_acc {
  border: 1px solid #64748a;
  padding: 20px;
  border-radius: 10px;
  background-color: #fff;
  margin-top: 50px;
}
ul.star-list {
  list-style: none;
  padding-left: 0;
}
ul.star-list li {
  margin-bottom: 10px;
}
ul.star-list li:last-child {
  margin-bottom: 0;
}
ul.star-list li::before {
  content: "★ ";
  color: #64748a;
  margin-right: 5px;
}

/* Checkout Page */
