body {
  background: #fff !important;
  transition: all 0.5s linear;
}

/* var-01 variable start  */
:root {
  --txtclr: rgb(4 24 102);
  --txtclrtrp: rgba(4, 24, 102, 0.7);
  --bdclr: #f5f5f7;
  --crdbg: #fff;
  --crdbgtrp: #ffffff00;
  --bxshd: #00000015;
  --bxshdsd: #25252510;
  --txtclrsd: #000;
}

/* var-02 variable end  */
/*basic style start*/
input[type="number"] {
  -moz-appearance: textfield;
}

p {
  margin: 0 !important;
  padding: 0 !important;
}

button {
  outline: 0;
  border: 0;
  background: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 !important;
  padding: 0 !important;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none !important;
}

::placeholder {
  font-size: 1.3rem;
  height: auto;
  color: #fff !important;
  font-family: "Didact Gothic", sans-serif;
}

/*basic style end*/

.sticky {
  opacity: 0;
  visibility: hidden;
  display: none;
  position: relative;
  top: -150px;
  width: 100%;
}

.sticky .min-hav {
  background-color: transparent;
}

/* slider */
.owl-carousel .owl-stage-outer {
  border-radius: 20px;
}
.slider-head .word {
  overflow: hidden;
}

.slider-main .owl-carousel.owl-theme .item {
}

.slider-main .owl-carousel.owl-theme .item .slider {
  overflow: hidden;
  height: 550px;
  border-radius: 20px;
}

.slider-main .owl-carousel.owl-theme .item .slider .slider-inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 30px;
  height: 100%;
  overflow: hidden;
}

.slider-main .owl-carousel.owl-theme .item .slider .slider-inner::before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  border-radius: 20px;
  background-color: #00000050;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.slider-main .owl-carousel.owl-theme .item .slider .slider-inner .slider-left {
  height: 100%;
  position: relative;
  z-index: 9999;
  display: flex;
  align-items: center;
  margin: 0px auto;
}

.slider-main
  .owl-carousel.owl-theme
  .item
  .slider
  .slider-inner
  .slider-left
  .slider-head {
  max-width: 716px;
  width: 100%;
  text-align: center;
  color: #fff;
  font-family: "Poppins", sans-serif;
}

.slider-main
  .owl-carousel.owl-theme
  .item
  .slider
  .slider-inner
  .slider-left
  .slider-head
  .bold {
  font-weight: 900;
}

.slider-main .owl-nav {
  position: absolute;
  bottom: 10%;
  left: 0%;
  right: 0%;
}

.slider-main .owl-carousel.owl-theme .owl-nav .owl-prev,
.slider-main .owl-carousel.owl-theme .owl-nav .owl-next {
  height: 50px;
  width: 50px;
  font-size: 22px;
  border-radius: 50px;
  background-color: #00000030;
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
  color: #f9d769;
}

/* slider end */
.main {
  padding: 20px;
}

.min-hav {
  background: #041866;
  border-radius: 15px;
  position: sticky;
  z-index: 999;
  top: 20px;
}

.navbar-collapse {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.navbar-toggler {
  border: 2px solid #fff !important;
  color: #fff !important;
}

.navbar-toggler:focus {
  box-shadow: none !important;
}

.cmp-nm {
  display: flex;
  align-items: center;
  color: #fff !important;
  font-family: "Outfit", sans-serif;
  text-decoration: none;
  font-weight: 900;
}

.nav-a-hld {
  align-items: center;
  display: flex;
}

.nav-a {
  width: 8rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.aa {
  font-weight: 750;
  transition: 0.2s ease;
  color: #fff;
  border-bottom: 2px solid transparent;
}

.aa:hover {
  border-bottom: 2px solid var(--txtclr) !important;
}

.cfd {
  color: var(--crdbg);
  padding: 5px 10px;
  border-radius: 10px;
  background-color: #f9d769;
  border: 2px solid transparent;
}

.cfd:hover {
  color: var(--txtclr);
  background-color: transparent;
  border: 2px solid var(--txtclr);
}

.frm-min {
  background: var(--crdbgtrp);
  padding: 5px 4px;
  border-bottom: 2px solid #fff;
}

.nav-img {
  height: 50px;
  margin: 0px 15px 0px 0px;
  padding: 5px;
}

.frm-srh {
  background: transparent !important;
  font-family: "Outfit", sans-serif;
  border: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s ease-in-out !important;
}

.frm-srh:focus {
  outline: none !important;
  border: none !important;
  width: 450px !important;
  box-shadow: none !important;
}

.form-control {
  padding: 0 0 !important;
}

.frm-btn {
  border: 2px solid #fff !important;
  padding: 3px 7px !important;
  color: #fff !important;
  font-weight: 900 !important;
}

.nav-link {
  font-weight: 600 !important;
  border-radius: 10px;
  padding: 5px 15px !important;
  font-family: "Outfit", sans-serif;
  margin: 0px 10px;
  border-bottom: 2px solid transparent !important;
  border-top: 2px solid transparent !important;
  color: var(--txtclr) !important;
}

.nav-link:hover {
  color: var(--txtclr) !important;
  border-bottom: 2px solid var(--txtclr) !important;
  border-radius: 10px;
}

.nav-link:focus {
  border-top: 2px solid var(--txtclr) !important;
  border-bottom: 2px solid var(--txtclr) !important;
}

.hdr-tp {
  display: flex;
  gap: 20px;
  padding: 0;
}

.dropdown-menu {
  backdrop-filter: blur(10px);
  box-shadow: 0 0 20px var(--bxshd);
  background: #f2f2f250 !important;
  border-left: 2px solid transparent !important;
  border-right: 2px solid transparent !important;
  border-bottom: 2px solid var(--txtclr) !important;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown-menu .dropdown-item {
  transition: 0.2s ease;
  font-weight: 200;
  font-family: "Outfit", sans-serif;
}

.dropdown-menu .dropdown-item:hover {
  background: var(--txtclr);
  color: #f2f2f2;
}

.crt-ico {
  cursor: pointer;
  margin-left: 20px;
  padding: 10px 12px;
  border-radius: 50px;
  transition: 0.2s ease;
  border: 2px solid transparent;
}

.crt-ico:hover {
  border-radius: 50px;
  border: 2px solid var(--txtclr);
}

/* navend */
/* overlay */
.cl-nm-bg {
  top: 50%;
  left: 50%;
  /* height: 100vh;
  width: 100%; */
  transform: translate(-50%, -50%);
  position: absolute;
  background-color: #252525;
}

/* overlay end */

/* suggestion box css start */
.header {
  position: relative;
}
/* width */
#suggestionBox::-webkit-scrollbar {
  width: 10px;
}

/* Track */
#suggestionBox::-webkit-scrollbar-track {
  background: #00000020;
}

/* Handle */
#suggestionBox::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
#suggestionBox::-webkit-scrollbar-thumb:hover {
  background: #555;
}
#suggestionBox {
  position: absolute;
  z-index: 999999;
  width: 100%;
  max-width: 480px;
  margin: 10px auto;
  left: 50%;
  top: 66px;
  transform: translate(-50%);
  background-color: #fff;
  /* padding: 20px; */
  max-height: 400px;
  overflow-y: scroll;
  overflow-x: hidden;
}

#suggestionBox .suggestion {
  height: 70px;
  border-radius: 5px;
  padding: 5px 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin: 0px 0px 15px;
  background-color: #000;
  color: #fff;
}
#suggestionBox .suggestion .suggestion-details {
  display: flex;
  gap: 20px;
}
#suggestionBox .suggestion img {
  height: auto;
  width: 100px;
  object-fit: cover;
  border-radius: 5px;
  max-height: 60px;
}
/* suggestion box css end */

/* main-ctt-scc */
.min-vs-ctt {
  padding: 2% 0%;
}

.al-inr-ctt-hld {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.tp-srh-hld {
  display: flex;
  align-items: baseline;
  gap: 30px;
}

.srh-tlt {
  font-size: 1.5rem;
  color: var(--txtclr);
  font-family: "Outfit", sans-serif;
}

.vs-slted-crd {
  background-color: var(--crdbg);
  height: auto;
  padding: 20px;
  width: auto;
  border-radius: 10px;
  box-shadow: 0 0 30px #25252520;
}

.vs-crds-scc {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.vs-inr-ctt {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  -ms-flex-direction: column;
}

.vs-crd-min {
  height: auto;
  border-radius: 16px;
  width: 32%;
  transition: 0.2s ease;
}

.vs-crd-min:hover {
  transform: translateY(-10px);
}

.vs-cnrty-img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-radius: 10px;
}

.dlr {
  font-size: 16px;
}

.vs-txt-hld {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
}

.vs-img-hld {
  width: 100%;
}

.vs-crd-txt {
  height: auto;
  overflow: hidden;
  text-align: justify;
  margin-bottom: 15px;
  font-family: "Nunito", sans-serif;
}

.crd-pg {
  font-size: 12px;
  text-decoration: underline !important;
}

.vs-hm-p {
  font-size: 14px;
  overflow: hidden;
  height: 61px;
}

.tiln {
  font-stretch: narrower;
}

.vs-p {
  font-size: 24px;
  font-weight: 750;
  color: var(--txtclr);
}

.prc {
  font-size: 22px;
  font-weight: 650;
  color: var(--txtclr);
}

.action-btn {
  background-color: var(--txtclr);
  height: 3rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s ease;
  border: 2px solid transparent;
  border-radius: 10px;
}

.action-btn:hover {
  border: 2px solid var(--txtclr);
  background-color: transparent;
}

.action-btn:hover .sde {
  fill: var(--txtclr);
  stroke: var(--txtclr);
}

.sde {
  stroke: var(--crdbg);
  fill: var(--crdbg);
}

.km-txt {
  transition: 0.2s ease;
  font-weight: 650;
  color: var(--crdbg);
  gap: 1rem;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  cursor: pointer;
}

.action-btn:hover .km-txt {
  color: var(--txtclr);
}

.tlt-hld {
  font-family: "Outfit", sans-serif;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* know more css */

.kn-btn-hld {
  background-color: transparent;
  gap: 10px;
}

.vs-bg {
  width: auto;
}

.slted-cntry-min {
  display: flex;
  align-items: center;
  flex-direction: column;
  -ms-flex-direction: column;
  width: auto;
}

.vs-slted-cntry {
  position: relative;
  top: 20px;
  left: 2.5%;
  overflow: hidden;
  animation: mk 700ms linear;
  width: 100%;
}

@keyframes mk {
  from {
    opacity: 0;
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    transform: translateY(0px);
  }
}

.slted-img {
  border-radius: 10px;
  max-height: 450px;
  height: 100%;
  width: 95%;
  object-fit: cover;
  overflow: hidden;
}

/* sample style start */
/* styles.css */
.accordion {
  width: 100%;
}

.accordion-item {
  border: 1px solid #ccc;
  margin-bottom: 5px;
}

.accordion-header {
  padding: 10px;
  background-color: #f0f0f0;
  cursor: pointer;
}

.accordion-content {
  padding: 10px;
  display: none;
}

/* sample style end */

.slted-ctt {
  display: flex;
  justify-content: space-between;
  width: 100%;
  border-radius: 20px;
  flex-direction: column;
  gap: 2rem;
  background-color: var(--crdbg);
}

.slted-ds-txt {
  padding: 0 3px;
}

.crd-ctts {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 24px;
  padding: 3% 2.5%;
  justify-content: space-between;
}

.err-min {
  min-height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.err-img {
  color: var(--txtclr);
  font-size: 6rem;
  margin: 30px 0;
}

.err-txt {
  color: var(--txtclr);
  font-size: 3rem;
  font-family: "Outfit", sans-serif;
}

::placeholder {
  font-family: "Outfit", sans-serif;
}

.ifo-min {
  width: 100%;
}

.ifo-sc-accd {
  width: 100%;
  border-radius: 10px;
  padding: 40px 10px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: #f7f7f7;
}

.hbn {
  background-color: transparent !important;
}

.ifo-tlt-sc {
  text-align: center;
  margin: 0 0 30px;
  width: 100%;
}

.ssa {
  width: 100%;
}

.gfd {
  box-shadow: none !important;
  border-top: 0px solid transparent !important;
  border-bottom: 2px solid var(--txtclr);
  border-radius: 0 !important;
}

.gfd:hover {
  transform: translate(0px) !important;
}

.fgf {
  font-weight: 700;
  font-size: 20px !important;
}

#ff,
#ss,
#tt,
#ee {
  display: block;
  font-size: 1.2em;
  border: 0px solid transparent !important;
  padding: 0 10px !important;
  visibility: visible !important;
  transition: 0.2s ease;
}

.ifo-tlt {
  font-weight: 700;
  font-family: "Outfit", sans-serif;
}

.aaes {
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 16px !important;
  text-align: justify;
  margin: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

.bk-btn-hld {
  width: 100%;
}

.dd {
  padding: 10px;
  font-family: "Outfit", sans-serif;
  font-weight: 500 !important;
  background-color: transparent !important;
  border: 1px solid var(--txtclr);
  color: var(--txtclr) !important;
}

.ar {
  margin-left: 10px;
}

.ar-rgt {
  fill: #fff;
}

.action-btn:hover .ar-rgt {
  fill: var(--txtclr);
}

.slted-tlt {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.tlt-vs-inr {
  display: flex;
  gap: 20px;
  flex-flow: wrap;
  -ms-flex-flow: wrap;
  align-items: center;
  justify-content: space-between;
}

.slted-tlt-txt {
  font-weight: 650;
  color: var(--txtclr);
  font-size: 36px;
  margin-bottom: 8px !important;
  font-family: "Outfit", sans-serif;
}

.prc-txt {
  font-size: 26px;
  color: var(--txtclr);
  font-weight: 650;
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-top: 10px !important;
  font-family: "Outfit", sans-serif;
}

.str {
  font-weight: 500;
  font-size: 1rem;
  font-family: "Outfit", sans-serif;
}

.vs-dtl {
  width: 450px;
  font-family: "Outfit", sans-serif;
  text-align: justify;
  font-weight: 400;
}

.vs-pkg-prc-hld {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}

.pkg-txt {
  font-weight: 500;
  font-size: 14px;
}

.vs-pkg-hld {
  display: flex;
  align-items: flex-start;
  gap: 5px;
}

.vs-pkg-hld:hover .wtsp {
  animation: rgtawr 1s ease-in-out infinite;
}

.crt-icon {
  margin: 0 20px 0 0;
}

@keyframes rgtawr {
  0% {
    transform: translateX(0px);
  }

  100% {
    transform: translateX(3px);
  }
}

.wtsp {
  color: rgb(13, 110, 253);
}

.kn {
  width: 100%;
  border-radius: 8px;
  border: 2px solid var(--txtclr);
}

.at-ct-btn {
  background-color: var(--txtclr);
}

.bk-nw-btn {
  border: 2px solid transparent;
  color: var(--crdbg);
  background-color: var(--txtclr);
}

.vs-rmcd-sc {
  position: relative;
}

.vs-typ {
  width: 347px;
  height: 117px;
  border: 2px solid #d4d4d4;
  border-radius: 10px;
  padding: 20px;
  max-width: 100%;
  min-width: 48%;
  text-align: center;
  position: relative;
  transition: 0.2s ease;
}

.vs-typ:hover {
  transform: scale(1.03);
}

.vs-txt-inr {
  display: flex;
  gap: 15px;
  flex-flow: wrap;
}

.inp-vs[type="radio"] {
  cursor: pointer;
  appearance: none;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  transition: 0.2s ease;
  border: 2px solid transparent;
}

.inp-vs[type="radio"]::before {
  content: "";
  position: absolute;
  height: 18px;
  width: 18px;
  border: 2px solid #d4d4d4;
  border-radius: 50%;
  right: 14px;
  z-index: 5;
  top: 14px;
}

.inp-vs[type="radio"]::after {
  content: "";
  z-index: 5;
  transition: 0.2s ease;
  background-color: transparent;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  top: 14px;
  right: 14px;
  transform: translate(-39%, 37%);
  position: absolute;
}

.inp-vs[type="radio"]:checked {
  border: 2px solid black;
}

.inp-vs[type="radio"]:checked::after {
  background-color: #000;
}

.vs-typ[type="radio"]:checked .inp-vs {
  border: 0px solid transparent !important;
}

.inp-vs {
  right: 0;
  top: 0;
  position: absolute;
}

.vs-typ-inr {
  display: flex;
  gap: 19px;
  flex-flow: wrap;
  -ms-flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
}

.vs-txt {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-direction: column;
  height: 100%;
  width: 100%;
}

.lbls {
  cursor: pointer;
}

.vs-tlt,
.vs-rt,
.vs-dtls {
  font-family: "Outfit", sans-serif;
}

.vs-tlt {
  text-align: left;
  font-weight: 400;
  font-size: 1.25rem;
}

.vs-dtls,
.vs-rt {
  font-size: 14px;
}

.vs-dtls {
  text-align: left;
  font-family: "Poppins", sans-serif;
}

.vs-rt {
  font-weight: bold;
  color: var(--txtclr);
}

.slted-vs-btn {
  display: flex;
  gap: 10px;
}

.slted-txt-hld {
  width: 64%;
}

.slted-txt-inr {
  gap: 30px;
  display: flex;
  flex-direction: column;
  -ms-flex-direction: column;
}

.bk-btn {
  border-radius: 8px !important;
  width: 100%;
  background-color: var(--txtclr);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3rem;
  font-weight: 650;
  color: var(--crdbg);
}

.ad-btn-hld {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  height: 2rem;
  width: 100%;
  transition: 0.2s ease;
  border: 2px solid var(--txtclr);
}

.ad-btn-hld:hover {
  background-color: var(--txtclr);
}

.ad-btn {
  font-weight: 650;
  color: var(--txtclr);
}

.ad-btn-hld:hover .ad-btn {
  color: var(--crdbg);
}

/* note section style start */
.rgt-vs-scc {
  display: flex;
  flex-direction: column;
  gap: 24px;
  min-width: 29%;
}

.aaa {
  min-width: 100%;
  min-height: 320px;
}

.aaa:hover {
  transform: scale(1);
}

/* tooltip */
.tooltip {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  color: #333;
  padding: 5px;
  border-radius: 4px;
  margin-top: -5px;
}

/* tooltip end */
.ssds {
  justify-content: space-between;
  height: 100%;
  width: 100%;
  gap: 10px;
}

.tabs {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow-x: auto;
  white-space: nowrap;
  padding: 10px;
  background-color: #ddd;
}

.tab {
  cursor: pointer;
  padding: 10px;
  transition: background-color 0.3s;
}

.tab:hover {
  background-color: #aaa;
}

/* .active {
  background-color: #bbb;
} */
.vs-smpl-hl {
  width: 100%;
  position: relative;
  min-height: 160px;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
}

.vs-smpl {
  width: 100%;
  height: 100%;
  max-height: 200px;
  max-width: 200px;
  border-radius: 10px;
  object-fit: cover;
}

.vs-smpl-hl:hover .scl-ic {
  transform: translateX(0px);
  visibility: visible;
}

.scl-ic {
  transition: 0.2s linear;
  position: absolute;
  top: 5px;
  right: 5px;
  background-color: #ffffff20;
  padding: 5px 10px;
  backdrop-filter: blur(10px);
  border-radius: 50px;
  -webkit-backdrop-filter: blur(10px);
  transform: translateX(40px);
}

.nt-tlt {
  margin-bottom: 30px;
}

.nt-scc-hld {
  width: 280px;
  min-width: 100%;
  border-radius: 10px;
  background-color: #f7f7f7;
  font-family: "Outfit", sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: fit-content;
}

.nt-txt-hld {
  text-align: center;
  color: var(--txtclr);
  padding: 20px;
}

.vs-fl-op {
  display: none;
  position: absolute;
  z-index: 9999;
  margin: 0;
}

.ol-li {
  list-style: lower-alpha;
}

.vs-op-bg {
  min-height: 100vh;
  width: 100vw;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.scroll-disabled {
  height: 100%;
  overflow: hidden;
}

.img-full-screen,
.img-placeholder {
  cursor: pointer;
}

.img-placeholder,
.img-placeholder-second {
  display: none;
  background-color: #00000020;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  position: fixed;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 9999;
}

/* note section style end */
.frm-ss-inr,
.inp-hld-min {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.frm-ss-inr {
  width: 100%;
}

.lucy-txt {
  font-size: 1.5rem;
}

.inp-sdr {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-around;
  align-items: center;
}

.inp-sdr input::-webkit-inner-spin-button,
.inp-sdr input::-webkit-outer-spin-button {
  display: none;
}

.inp-lsc-u {
  outline: 0;
  border: 0;
  margin: 0 0 0 15px;
  padding: 5px 10px;
  background-color: transparent;
  color: var(--txtclr);
  border-radius: 0 !important;
  border-bottom: 2px solid var(--txtclr);
}

.inp-sdr-btn {
  border-radius: 10px;
  padding: 05px 25px;
  background-color: transparent;
  transition: all 0.2s ease;
  border: 2px solid var(--txtclr);
  width: 100%;
}

.inp-sdr-btn:hover {
  background-color: var(--txtclr);
  border: 2px solid transparent;
}

.inp-sdr-btn:hover .sdr-btn {
  color: var(--crdbg);
}

.sdr-btn {
  color: var(--txtclr);
}

.vs-crd-scc-hld {
  display: flex;
  flex-direction: column;
  -ms-flex-direction: column;
  gap: 50px;
  border-radius: 20px;
  background-color: var(--crdbg);
}

.rcmd-scc-tlt-hld {
  text-align: center;
  margin-bottom: 25px;
}

.rcmd-tlt {
  color: var(--txtclr);
  font-weight: 550;
  font-family: "Outfit", sans-serif;
  font-size: 1.6rem;
}

.vs-rcmd-crds {
  display: flex;
  gap: 20px;
  justify-content: flex-start;
  flex-wrap: wrap;
}

/* know more css end */
/* applynow css start */
.prn-hld {
  display: flex;
  gap: 20px;
  margin: 2% 0;
  align-items: center;
  background-color: #eee;
  border-radius: 8px;
  padding: 10px;
  justify-content: flex-end;
}

.prn {
  font-family: "Outfit", sans-serif;
}

.prn-inp {
  width: 100px;
  height: 50px;
}

.prn-ss {
  width: 100%;
  height: 100%;
  padding: 0 0 0 10px;
  border-radius: 8px;
  border: 2px solid #eee;
}

.prn-ss:focus {
  outline: 0;
}

.prn-inp input::-webkit-inner-spin-button,
.prn-inp input::-webkit-outer-spin-button {
  display: none;
}

.kk {
  display: flex;
  min-height: 100vh;
  padding: 6%;
  justify-content: start;
  align-items: center;
}

.fmk {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 32px;
}

.frm-sc {
  display: flex;
  gap: 20px;
  flex-direction: column;
}

.frst-rw,
.sd-rw {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.jfgg {
  width: 100% !important;
  font-family: "Outfit", sans-serif;
}

.ini-pof {
  border-radius: 10px;
  border: 2px solid #eee;
  font-family: "Outfit", sans-serif;
  outline: 0;
  padding: 5px 10px;
  width: 100%;
  height: 60px;
}

.ne-sc {
  font-family: "Outfit", sans-serif;
  background-color: #eeeeee;
  padding: 10px 15px;
  border-radius: 10px;
}

.sbe-btnn {
  width: 100%;
  border: 2px solid var(--txtclr);
  border-radius: 10px;
  transition: 0.2s ease;
}

.sb-btns {
  align-items: center;
  justify-content: center;
  display: flex;
  width: 100%;
  height: 40px;
  padding: 0 40px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 600;
  color: var(--txtclr);
  background-color: transparent;
  border: none;
}

.sbe-btnn:hover {
  background-color: var(--txtclr);
}

.sbe-btnn:hover .sb-btns {
  color: var(--crdbg);
}

.frm-tltl {
  font-family: "Outfit", sans-serif;
  color: var(--txtclr);
}

/* applynow css end */
/* about section start */
.abt-scc-hld {
  padding: 6% 14%;
}

.abt-txt-hld {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.bb-st {
  border-bottom: none;
}

.abt-min-txt {
  box-shadow: 0 4px 20px #25252530;
  border-radius: 10px;
  background: #fff;
  padding: 10px;
  row-gap: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.abt-p-scc {
  width: 70vw;
  padding: 15px;
  row-gap: 20px;
  display: flex;
  flex-direction: column;
  text-align: justify;
  font-family: "Outfit", sans-serif;
}

.visi {
  display: flex;
  flex-direction: row-reverse;
  padding: 5% 3%;
  justify-content: space-evenly;
}

.visi-p {
  width: 40vw;
  padding: 0 10% 0 0;
  border-right: 2px solid rgb(4, 24, 102);
}

.rs {
  flex-direction: row;
}

.rs-br {
  padding: 0 0 0 10%;
  border-right: 0px solid rgb(4, 24, 102);
  border-left: 2px solid rgb(4, 24, 102);
}

/* about section end */
/* terms and conditation start */
.tandc-scc {
  padding: 2% 5%;
}

.min-scc-tandc {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px #25252540;
}

.tandc-min-hld {
  padding: 20px;
  width: 80vw;
}

.tandc-scc-ctt {
  display: flex;
  row-gap: 30px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.tlt {
  font-size: 28px !important;
}

.ol-tlt {
  font-weight: 900;
  font-size: 16px;
  line-height: 2.2;
}

.ol-scc-hld .ol-min {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.lst-itm {
  font-family: "Outfit", sans-serif;
  line-height: 2;
  font-weight: 600;
}

/* terms and conditation end */
/* feedback section start */
.fdbk-scc {
  padding: 1% 5%;
}

.fdbk-inr-scc {
  background-color: #f2f2f2;
  border-radius: 10px;
  row-gap: 50px;
  padding: 20px;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 10px #25252540;
}

.frm-scc-fdbk {
  display: flex;
  justify-content: center;
  align-items: center;
}

.frm-fdbk {
  padding: 20px;
  display: flex;
  width: 100%;
  row-gap: 30px;
  column-gap: 30px;
  flex-direction: column;
  justify-content: space-between;
}

.fdbk-ft-inps {
  display: flex;
  column-gap: 30px;
}

.fdbk-sd-inps {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}

.vs-msg {
  background-color: #f9f9f9;
  border-radius: 0 0 10px 10px;
  width: auto;
  height: auto;
  border-top: 2px solid var(--crdbg);
}

.msg {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  font-size: 12px;
  gap: 1rem;
  padding: 10px 20px !important;
}

.i-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  height: 20px;
  width: 20px;
  border: 1px solid var(--txtclrsd);
}

.q {
  font-size: 12px;
}

.aq {
  display: inline-block !important;
}

.inp-chk-bx {
  justify-content: center;
  align-items: center;
  display: flex;
  gap: 20px;
  border: 2px solid #eee;
  border-radius: 10px;
  height: auto;
  width: 100%;
  position: relative;
  font-family: "Outfit", sans-serif;
}

.vs-opt {
  overflow: auto;
  max-height: 200px;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #00000020;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

#visaType {
  display: flex;
  background-color: var(--crdbg);
  height: 50px;
  font-size: 16px;
  border-left: 2px solid #eee;
  text-align: center;
  min-width: auto;
  max-width: 14rem;
  position: absolute;
  align-items: center;
  padding: 0 30px;
  right: 0;
  cursor: pointer;
  border-radius: 0 10px 0 0;
  transition: 0.2s linear all;
}

#visaType:hover {
  background-color: #f9f9f9;
}

.sslss {
  display: block;
  width: 100%;
}

.aar {
  right: 10px;
  position: absolute;
  top: 18px;
  font-size: smaller;
}

#visaType:hover .aar {
  scale: 5;
}

.slss {
  display: flex;
  width: 100%;
  height: 50px;
  align-items: center;
  justify-content: center;
}

.sls {
  position: absolute;
  left: 0;
  height: 50px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 9rem;
  text-align: center;
  margin: auto;
  font-size: 16px;
}

.vs-chg {
  display: flex;
}

.visa-options {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  right: 0;
  padding: 0 0 0 5px;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 10px;
}

.option {
  border-radius: 7px;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  cursor: pointer;
}

.option:hover,
.option:active {
  background-color: #f1f1f1;
}

.container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.container .inp-vs {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

.container:hover .inp-vs ~ .checkmark {
  background-color: #ccc;
}

.container .inp-vs:checked ~ .checkmark {
  background-color: #2196f3;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.container .inp-vs:checked ~ .checkmark:after {
  display: block;
}

.container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fdbk-inp {
  border-radius: 8px;
  height: 40px;
  display: flex;
  row-gap: 10px;
  width: 100%;
  align-items: center;
  justify-content: start;
  box-shadow: 0 0 10px #25252540;
  border-bottom: 2px solid rgb(4, 24, 102);
}

.fdbk-ftnm {
  outline: 0;
  border: 0;
  padding: 0 0 0 10px;
  width: 100%;
  background-color: transparent;
}

.fdbk-txt {
  height: 200px;
  border-radius: 8px;
  box-shadow: 0 0 10px #25252540;
  border-bottom: 2px solid rgb(4, 24, 102);
}

.txt-are {
  resize: none;
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  position: relative;
  height: 200px;
  padding: 10px 0 0 10px;
}

.btn-bg {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sub-bt {
  width: 95px;
  background-color: rgb(4, 24, 102);
  padding: 5px 20px;
  box-shadow: 0 0 10px #25252540;
  border-radius: 8px;
  transition: 0.2s ease-in-out;
  border-bottom: 2px solid transparent;
  color: #f2f2f2;
  outline: 0;
  border-top: 0px solid transparent;
  border-right: 0px solid transparent;
  border-left: 0px solid transparent;
  text-decoration: none;
  font-weight: 500;
}

.sub-bt:hover {
  color: rgb(4, 24, 102);
  background: transparent;
  border-bottom: 2px solid rgb(4, 24, 102);
}

/* feedback section end */
/* faq-section start */
.min-ctt-faq {
  position: relative;
  width: 100%;
  padding: 1% 3%;
}

.dct-vs {
  padding: 20px 40px;
  font-size: 14px;
  border-bottom: 2px solid rgba(4, 24, 104, 0.8);
  font-family: "Poppins", sans-serif;
}

.ffd {
  display: block;
  height: 100%;
  width: 100%;
  background-color: transparent;
  font-family: "Outfit", sans-serif;
}

.faq-min-scc {
  display: flex;
  flex-direction: column;
  row-gap: 50px;
}

.faq-scc-ct {
  padding: 2% 5%;
}

/* .faq-scc-hld {
   padding: 5%;
} */

.faq-min {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1%;
}

.faq-txt-hld {
  /*  width: 80vw;  */
  font-family: "Outfit", sans-serif;
}

.ft-d-hld {
  display: flex;
  row-gap: 20px;
  width: 50vw;
  flex-direction: column;
}

.tw-d-hld {
  width: 50vw;
  row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.faq-hd {
  box-shadow: 0 4px 20px #8b8b8b50;
  background: #fff;
  padding: 1%;
  height: 60px;
  border-top: 2px solid rgb(4, 24, 102);
  cursor: pointer;
  transition: 0.2s ease-in-out;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.faq-hd:hover {
  transform: translatey(-5px);
}

.faq-que {
  color: rgb(4 24 102) !important;
  font-size: 14px;
  display: flex !important;
  justify-content: space-between !important;
}

.pls-ico {
  position: absolute;
  right: 0;
  visibility: hidden;
  padding: 1px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  border: 2px solid rgb(4 24 102);
}

.faq-ans-hld {
  box-shadow: 0 4px 20px #8b8b8b50;
  margin: 1rem 0rem;
  padding: 25px 10px;
  border-bottom: 2px solid var(--txtclr);
}

.faq-ans {
  background: #fff;
  font-size: 13px;
  border-radius: 8px;
  margin: 0 0 !important;
  border-bottom: 2px solid rgb(4 24 102);
  padding: 10px 12px !important;
}

.li-vs {
  list-style: disc !important;
}

.tit-f-pg {
  color: rgb(4 24 102);
  font-weight: 700;
  font-family: "Outfit", sans-serif;
}

.min-faq-hls-scc {
  display: flex;
  flex-wrap: nowrap;
  column-gap: 40px;
}

/* faq-section end */
/* contact us start */
.tltee {
  color: var(--txtclr);
  font-size: 1.7rem;
  font-family: "Outfit", sans-serif;
}

.inr-ctts-scc {
  display: flex;
  flex-direction: column;
  gap: 5rem;
  min-height: 100vh;
  padding: 3% 1%;
  justify-content: center;
  align-items: center;
}

.mli-sc-hlds {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.fg {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-weight: 600;
  font-size: 1.2rem;
  font-family: "Nunito", sans-serif;
  color: var(--txtclrsd) !important;
}

.kj {
  font-size: 3rem !important;
}

.scl-hndl:has(kj:hover) > kj:not(:hover) {
  filter: blur(1px);
}

.flw-sc-hlds {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.scl-hndl {
  display: flex;
  gap: 40px;
  justify-content: center;
  flex-wrap: wrap;
}

.vv {
  border: 2px solid #eee;
  min-height: 130px;
  min-width: 130px;
  transition: 0.2s ease-in-out;
  border-radius: 20px;
}

.vv:hover .ftr-ico {
  transform: scale(1.5);
}

/* contact us end */
/* footer css */
.ftr-min-bg {
  background: #041866;
  padding: 3%;
  border-radius: 30px;
}

.min-ctt-ftr {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.vr-rw-cmp-sc {
  margin-right: 6rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.ftr-cmp-nm {
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cmp-nm-wt-tg {
  display: flex;
  font-weight: 900;
  flex-direction: column;
}

.ftr-spn-tgln {
  font-weight: 900 !important;
  font-size: 1rem;
  text-align: left;
  letter-spacing: 3.2px;
}

.ftr-und-cmp-txt {
  font-family: "Outfit", sans-serif;
  display: flex;
  align-items: start;
  gap: 20px;
}

.ftr-ul {
  display: flex;
  gap: 20px;
  padding: 0;
  margin: 0;
}

.ftr-tlt {
  font-size: 18px;
}

.ftr-sic {
  font-size: 18px;
  color: #f9d769;
}

.ftr-ico {
  font-size: 24px;
  color: #fff;
  transition: all 0.2s ease;
}

.ftr-a-ff {
  transition: 0.5 ease-in-out;
}

.ftr-a-ff:hover .ftr-ico {
  color: rgba(4, 24, 102, 0.5);
}

.cnt-inr-scc {
  display: flex;
  gap: 20px;
  flex-direction: column;
  align-items: center;
}

.ftr-solc-hld {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
}

.ftr-und-cmp-txt .ftr-txt {
  text-align: justify;
  font-weight: 500;
  color: #252525;
}

.ul-clm-hld {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.fst-rw-ul ul li {
  list-style: none;
}

.fst-rw-ul ul h6 {
  font-family: "Outfit", sans-serif;
  font-weight: 900;
  color: #f9d769;
}

.fst-rw-ul ul li a {
  text-decoration: none;
  cursor: pointer;
  font-family: "Outfit", sans-serif;
  color: #fff;
  font-weight: 400;
  border-bottom: 2px solid transparent;
  transition: 0.1s ease-in-out;
  line-height: 2;
}

.fst-rw-ul ul li a:hover {
  border-bottom: 2px solid #f9d769;
  color: #f9d769;
}

.lnk-scc-ftr {
  display: flex;
  gap: 20px;
}

.rgt-sc-hld {
  position: relative;
  top: 20px;
  background: #8b8b8b30;
  border-radius: 8px;
  margin: 0;
  padding: 1% 1%;
}

.cnt-nm {
  font-size: 18px;
  color: #f9d769;
  font-weight: 900;
}

.ftr-btm-ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0px;
}

.cnt {
  height: auto;
  width: 8em;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 10px;
  border: 2px solid #fff;
}

.cnt:hover {
  color: rgba(255, 255, 255, 0.567);
  border: 2px solid rgba(255, 255, 255, 0.567);
}

.ico {
  margin-right: 10px;
}

.whd {
  width: 193px;
}

.jjk {
  gap: 42px;
  flex-direction: column;
}

.rgt-txt {
  color: #fff !important;
  font-weight: 500 !important;
}

/* footer css end */
/* main-ctt-scc end */

/* css for phone */

@media only screen and (max-width: 851px) {
  .min-ctt-ftr {
    gap: 50px;
    justify-content: center;
  }

  .vr-rw-cmp-sc {
    margin-right: 0;
  }

  .ul-clm-hld {
    width: 100%;
  }

  .ftr-und-cmp-txt {
    justify-content: space-around;
  }

  .jjk {
    flex-wrap: wrap;
    flex-direction: row;
  }
}

@media only screen and (max-width: 600px) {
  .min-hav {
    padding: 0;
  }

  .cmp-nm-wt-t {
    font-size: 18px;
  }

  .hdr-tp {
    justify-content: center;
    width: 100%;
  }

  .vs-dtl {
    width: 100%;
  }

  .slted-vs-btn {
    width: 100%;
  }

  .nt-scc-hld {
    width: 100%;
  }

  .ms-auto {
    margin-top: 20px;
    width: 100%;
  }

  .slted-ctt {
    flex-direction: column;
    gap: 40px;
    padding: 20px 3px 12px;
  }
}

@media only screen and (max-width: 620px) {
  .min-ctt-ftr {
    gap: 90px;
  }

  .slider-main
    .owl-carousel.owl-theme
    .item
    .slider
    .slider-inner
    .slider-left
    .slider-head {
    font-size: 28px;
  }

  .min-vs-ctt {
    padding: 2% 2%;
  }

  .btm-scc-hld {
    width: auto;
  }

  .whd {
    width: 200px;
  }

  .ftr-und-cmp-txt {
    flex-wrap: wrap;
    justify-content: center;
  }

  .or-sr-scc {
    padding: 0;
  }

  .slted-cntry-min {
    padding: 10px;
  }

  .vs-slted-crd {
    padding: 0;
  }

  .jjk {
    flex-direction: row;
  }
}

@media only screen and (max-width: 580px) and (min-width: 220px) {
  .slider-main .owl-carousel.owl-theme .item .slider .slider-inner {
    padding: 20px;
  }

  .slider-main
    .owl-carousel.owl-theme
    .item
    .slider
    .slider-inner
    .slider-left
    .slider-head {
    font-size: 22px;
  }
}

@media only screen and (max-width: 950px) and (min-width: 850px) {
  .min-ctt-ftr {
    flex-wrap: nowrap;
  }

  .vr-rw-cmp-sc {
    margin: 0;
  }
}

@media only screen and (max-width: 1280px) {
  .vs-typ {
    width: 320px;
  }

  x .vs-rcmd-crds {
    justify-content: start;
  }
}

@media only screen and (max-width: 600px) and (min-width: 280px) {
  .whd {
    width: 160px;
  }

  .cfd {
    margin-top: 20px;
    border-radius: 8px;
  }

  #visaType {
    font-size: 14px;
  }

  .dct-vs {
    font-size: 12px;
  }

  .crd-ctts {
    padding: 8px 0;
  }

  .vs-slted-cntry {
    left: 0;
  }

  .fgf {
    font-size: 16px !important;
    font-weight: 500;
  }

  .i-icon {
    width: 30px;
  }

  .frm-sc {
    align-items: center;
    justify-content: center;
  }

  .frm-sc ::placeholder {
    font-size: 18px;
  }

  .btnsj {
    padding: 0 !important;
  }

  .min-faq-hls-scc {
    gap: 24px;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }

  .ft-d-hld,
  .tw-d-hld,
  .abt-p-scc {
    width: 100%;
  }

  .visi {
    flex-direction: column;
  }

  .abt-scc-hld {
    padding: 12% 4%;
  }

  .tit-f-pg {
    width: 100%;
    padding: 5% 0;
    border-bottom: 2px solid var(--txtclr);
  }

  .bb-st {
    border-bottom: none;
  }

  .abt-min-txt {
    row-gap: 30px;
  }

  .visi-p {
    border-right: 2px solid transparent !important;
    border-left: 2px solid transparent !important;
    padding: 0;
  }

  .faq-hd {
    height: auto;
    padding: 3%;
  }

  .nav-img {
    margin: 0 9px 0 0;
  }

  .vs-cnrty-img {
    height: 18rem;
    width: 20rem;
    min-width: 100%;
  }

  .vs-crd-txt {
    min-height: auto;
    margin-bottom: 10px;
  }

  .aaes {
    font-size: 3vw !important;
  }

  .vs-typ {
    width: 100%;
  }

  .nav-a-hld {
    border-top: 2px solid var(--txtclr);
    padding: 20px 0 !important;
    gap: 10px;
    flex-direction: column;
    -ms-flex-direction: column;
    width: 100%;
    justify-content: space-between;
  }

  .img-placeholder {
    display: none;
    position: fixed;
    /* top: 0;
    left: 0; */
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 9999;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
  }

  .scroll-disabled {
    overflow: hidden;
  }

  .nav-a,
  .srh-br-hld {
    width: 100%;
  }

  .frm-min {
    border: 1px solid var(--txtclr);
    border-radius: 8px;
  }

  .nav-a:not(:last-child) {
    background-color: #eee;
    border-radius: 8px;
    padding: 20px;
  }

  .rcmd {
    padding: 10px;
  }

  .vs-inr-ctt {
    gap: 13px;
  }

  .vs-p {
    font-size: 24px;
  }

  .prc {
    font-size: 18px;
  }

  .vs-crd-min {
    min-height: 30rem;
    min-width: 21rem;
    border-radius: 15px;
    min-width: fit-content;
  }

  .tp-srh-hld {
    width: 100%;
    justify-content: space-between;
  }

  .aa {
    width: 100%;
  }

  .min-vs-ctt {
    padding: 9% 2%;
  }

  .ftr-spn-tgln {
    font-size: 0.7rem;
  }

  .slted-img {
    width: 100%;
  }

  .vs-rcmd-crds {
    gap: 35px;
    justify-content: space-evenly;
  }

  .flex {
    flex-wrap: wrap;
    gap: 20px;
    padding: 0;
  }
}

@media only screen and (max-width: 895px) {
  .vs-typ {
    width: 100%;
  }
}

@media only screen and (min-width: 1050px) and (max-width: 900px) {
  .vs-dtl {
    max-width: 350px;
  }
}

@media only screen and (max-width: 768px) {
  .main {
    padding: 10px;
  }

  .slider-main .owl-carousel.owl-theme .item .slider {
    height: 420px;
  }

  .vs-dtl {
    width: 360px;
  }

  .vs-crd-min {
    width: 48% !important;
  }

  .nt-scc-hld {
    height: fit-content;
  }

  .vs-cnrty-img {
    width: 100%;
  }

  .navbar-nav {
    width: 100%;
  }

  .slted-ctt {
    align-items: center;
    gap: 40px;
  }

  .nav-a-hld {
    border-top: 2px solid var(--txtclr);
    padding: 10px 0;
    justify-content: center;
  }

  .slider-main .owl-carousel.owl-theme .owl-nav .owl-prev,
  .slider-main .owl-carousel.owl-theme .owl-nav .owl-next {
    height: 40px;
    width: 40px;
    font-size: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .navbar-nav {
    width: 100%;
  }

  .nav-a-hld {
    border-top: 2px solid var(--txtclr);
    padding: 10px 0;
    justify-content: center;
  }
}

@media only screen and (max-width: 480px) and (max-width: 220px) {
  .slider-main
    .owl-carousel.owl-theme
    .item
    .slider
    .slider-inner
    .slider-left
    .slider-head {
    font-size: 22px;
  }

  .slider-main .owl-carousel.owl-theme .item .slider {
    height: 350px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 375px) {
  .vs-dtl {
    width: auto;
  }

  .nav-img {
    height: 37px;
  }

  .slted-tlt-txt {
    font-size: 22px;
  }

  .ad-btn {
    width: max-content;
  }

  .vs-dtl > p {
    font-size: 14px;
  }

  .slted-cntry-min {
    padding: 0;
  }

  .tp-srh-hld {
    width: max-content;
    justify-content: flex-start;
  }

  .srh-br-hld {
    width: 60%;
  }

  .sled-cntry {
    width: auto;
    margin: 0px 15px;
  }

  .slted-txt-hld {
    padding: 10px 10px 0;
  }

  .cmp-nm {
    margin: 0 !important;
  }

  .min-vs-ctt {
    padding: 10% 2%;
  }

  .nav-img {
    margin: 0 10px 0 0;
  }

  .al-inr-ctt-hld {
    gap: 10px;
  }

  .vs-crd-min {
    min-height: 24rem;
    width: 100%;
    max-width: 20rem;
    border-radius: 15px;
  }

  .str {
    font-size: 0.8rem;
  }

  .prc-txt {
    font-size: 18px;
    margin-top: 0px !important;
  }

  .vs-cnrty-img {
    width: 266px;
  }

  .whd {
    width: 140px;
  }

  .nav-a-hld {
    border-top: 2px solid var(--txtclr);
    padding: 10px 0;
  }

  .nav-a {
    width: 6rem;
  }

  .crd-ctts {
    flex-wrap: wrap;
    gap: 24px;
  }

  .cfd {
    font-size: 0.8rem;
  }

  .cmp-nm-wt-t {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 360px) {
  .vs-typ {
    width: 315px;
  }

  .slted-ds-txt {
    padding: 0;
  }

  .vs-slted-crd {
    padding: 0 0 40px 0;
  }
}

@media only screen and (min-width: 320px) and (max-width: 600px) {
  .frst-rw,
  .sd-rw {
    flex-wrap: wrap;
    justify-content: center;
  }

  .jfgg {
    width: auto;
  }
}

@media only screen and (max-width: 320px) {
  .frm-tltl {
    font-size: 20px;
  }
}

@media only screen and (min-width: 1920px) {
  .vs-cnrty-img {
    width: 100%;
    height: 310px;
  }

  .vs-crd-min {
    width: 25rem;
  }

  .dct-vs {
    font-size: 16px;
  }

  .rcmd {
    width: 100%;
  }

  .rcmd-inr-scc {
    display: flex;
    justify-content: center;
  }

  .rcmd-scc-tlt-hld {
    margin-bottom: 50px;
  }

  .rcmd-tlt {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 1069px) {
  .crd-ctts {
    justify-content: center;
  }

  .slted-txt-hld,
  .vs-dtl {
    width: 100%;
  }

  .nt-scc-hld {
    width: 100%;
  }

  .frm-ss-inr {
    flex-flow: wrap;
    justify-content: center;
  }

  .dct-vs {
    font-size: 16px;
  }
}

@media screen and (min-width: 2560px) {
  .vs-typ {
    min-height: 250px;
    min-width: 620px;
  }

  .vs-txt-inr {
    height: 190px;
  }

  .slted-img {
    height: 700px;
  }

  .vs-typ-inr {
    gap: 28px;
  }

  .dct-vs {
    font-size: 16px;
  }

  .nt-scc-hld {
    width: 650px;
  }

  .frm-ss-inr {
    flex-flow: wrap;
    -ms-flex-flow: wrap;
    justify-content: center;
    gap: 50px;
  }

  .inp-sdr-btn {
    width: 100%;
  }

  .slted-txt-hld {
    width: 59%;
  }
}

@media screen and (max-width: 1115px) and (min-width: 850px) {
  .min-ctt-ftr {
    justify-content: center;
    gap: 50px;
  }

  .vr-rw-cmp-sc {
    margin-right: 2rem;
  }

  .nt-scc-hld,
  .slted-txt-hld {
    width: 100%;
  }

  .dct-vs {
    font-size: 16px;
  }
}
