@charset "UTF-8";
*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
}

:root {
  --headerheight: 150px;
  --headerpadding: 15px;
  --headerfixed: 144px;
  --headerstripfixed: 0px;
  --footerstrip: 66px;
  --sectionpadding: 50px 0 60px;
  --primary: #fff;
  --secondary: #000;
  --prime: #040635;
  --primelight: #8497FB;
  --textprime: #C1CBFD;
  --prime-dark:#040635;
  --elementhover: #1BB6F0;
  --green: #BCBF00;
  --elementhover: #1BB6F0;
  --white: #fff;
  --black: #000;
  --text: #666;
  --bggray: #E8EBFF;
  --triangle: 10px;
  --triangle2: 20px;
  --gradient: linear-gradient(90deg, var(--primary) 0%, var(--secondary) 54%);
  --containerfluid: 2rem;
  --arrowsize: 20px;
  --space: 11px;
  --space: 11px;
}
@media (max-width: 767px) {
  :root {
    --space: 5px;
  }
}

body.overflow-hidden {
  overflow: hidden;
  margin-right: 8px;
}
@media (max-width: 991px) {
  body.overflow-hidden {
    margin-right: 0;
  }
}
body.overflow-hidden header {
  width: calc(100% - 8px);
}
@media (max-width: 991px) {
  body.overflow-hidden header {
    width: 100%;
  }
}

body, html {
  font-size: 16px;
  line-height: 1.5;
  font-family: "Poppins", serif;
  font-weight: 400;
}

body.hidden {
  overflow: hidden;
  margin-right: 8px;
}

a[href] {
  text-decoration: none;
  cursor: pointer;
}

a {
  transition: 0.3s ease;
}

.container {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 540px) {
  .container {
    max-width: 98%;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 15px;
  }
}

.container-fluid {
  padding: 0 2rem;
  display: block;
  margin: 0 auto;
}
@media (max-width: 1152px) {
  .container-fluid {
    padding: 0 1rem;
  }
}
@media (max-width: 991px) {
  .container-fluid {
    padding: 0 15px;
  }
}

.lower-container {
  max-width: 90% !important;
}

.primey-btn {
  transition: 0.5s ease;
  font-family: "Poppins", serif;
  font-weight: 500;
  font-size: 16px;
  color: #000 !important;
  padding: 6px 15px;
  border-radius: 25px;
  background-color: #fff;
  overflow: hidden;
  z-index: 1;
  margin-top: 30px;
  position: relative;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

h1, h2, h3 {
  font-family: Queens;
}

h4, h5 {
  font-weight: 600;
}

h6 {
  font-weight: 500;
}

h1 {
  font-size: 64px;
  line-height: 1;
}

h2 {
  font-size: 48px;
  line-height: 1.25;
}

h3 {
  font-size: 36px;
  line-height: 1.25;
}
@media (max-width: 1024px) {
  h3 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 28px;
  }
}
@media (max-width: 520px) {
  h3 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 365px) {
  h3 {
    font-size: 22px;
  }
}

.heading h3 {
  font-size: 36px;
  line-height: 1.25;
}
@media (max-width: 1024px) {
  .heading h3 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .heading h3 {
    font-size: 28px;
  }
}
@media (max-width: 520px) {
  .heading h3 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 365px) {
  .heading h3 {
    font-size: 22px;
  }
}

h4 {
  font-size: 18px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  h4 {
    font-size: 18px;
  }
}

h5 {
  font-size: 20px;
  line-height: 1;
}
@media (max-width: 1300px) {
  h5 {
    font-size: 18px;
  }
}

h6 {
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 1024px) {
  h6 {
    font-size: 16px;
    line-height: 22px;
  }
}

button {
  background: none;
  border: none;
  cursor: pointer;
}

p {
  color: var(--text);
}

a {
  color: #fff;
}

.text-center {
  text-align: center;
}

.grid {
  display: grid;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

svg {
  vertical-align: middle;
  transition: 0.3s ease;
}

.invert-img {
  transform: scaleX(-1);
}

input, button, select {
  font-family: inherit;
  font-size: inherit;
}

input {
  border-radius: 0;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

video {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.owl-prev img {
  transform: scaleX(-1);
}

.on-desktop {
  display: none;
}
@media (max-width: 991px) {
  .on-desktop {
    display: block;
    margin-bottom: 15px;
    margin-top: 2rem;
  }
}

.item-md {
  position: relative;
}
.item-md figure {
  overflow: hidden;
  line-height: 0;
}
.item-md figure img {
  transition: 0.5s ease;
}
.item-md::before, .item-md::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  z-index: 1;
}
.item-md::after {
  content: none;
}
.item-md figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.item-md .link-md {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.model {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 7;
  width: 100%;
  max-width: 435px;
}
.model .close {
  position: absolute;
  top: 0;
  right: 0;
}

.overlay {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 6;
  opacity: 0;
  background: rgba(0, 0, 0, 0.6);
  transform: translateY(100%);
  transition: opacity 1s ease;
  cursor: pointer;
}
@media (max-width: 991px) {
  .overlay {
    z-index: 2;
  }
}
@media (max-width: 675px) {
  .overlay {
    display: none;
  }
}
.overlay.is-open {
  opacity: 1;
  transform: translateY(0%);
}

.custom-select {
  max-width: 100%;
  cursor: pointer;
  display: block;
  font-family: inherit;
  height: var(--selectheight);
  position: relative;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  white-space: nowrap;
  padding: 0 var(--paddingleftright);
  --arrow: 20px;
  --arrowspace: 8px;
}
@media (max-width: 540px) {
  .custom-select {
    --arrow: 18px;
  }
}
.custom-select.has-icon {
  --iconsize: 24px;
  --iconurl: url(../../icon/calendar.svg);
  --iconspace: 10px;
}
@media (max-width: 540px) {
  .custom-select.has-icon {
    --iconsize: 18px;
  }
}
.custom-select.has-icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: none;
}
.custom-select.has-icon::after {
  left: 5px;
  width: var(--iconsize);
  background-image: var(--iconurl);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 0 50%;
}
.custom-select.has-icon .current {
  width: calc(100% - var(--arrow) - var(--iconsize) - var(--arrowspace) - var(--iconspace));
  padding-left: calc(var(--iconsize) + var(--iconspace));
  padding-right: 3px;
}
.custom-select.has-icon2 {
  --iconurl: url(../../icon/trophy.svg);
  --iconsize: 24px;
  --iconspace: 10px;
}
.custom-select.has-icon2::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: none;
}
.custom-select.has-icon2::after {
  left: 5px;
  width: var(--iconsize);
  background-image: var(--iconurl);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 0 50%;
}
.custom-select.has-icon2 .current {
  width: calc(100% - var(--arrow) - var(--iconsize) - var(--arrowspace) - var(--iconspace));
  padding-left: calc(var(--iconsize) + var(--iconspace));
}
.custom-select::before {
  content: "";
  position: absolute;
  top: 35%;
  right: 0;
  bottom: 0;
  width: var(--arrow);
  background-image: url(../../icon/arrow-down-white.svg);
  background-position: calc(100% - var(--paddingleftright)) 50%;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.custom-select .current {
  display: block;
  width: calc(100% - var(--arrow) - var(--arrowspace));
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: var(--inputsize);
  color: #000;
  font-size: 16px;
  font-weight: var(--font);
}
.custom-select .current.selected {
  color: var(--color);
}
.custom-select .list {
  text-align: left;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  overflow: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  opacity: 0;
  transform-origin: 50% 0;
  z-index: 7;
  max-height: 180px;
  overflow-y: auto;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.custom-select .list::-webkit-scrollbar {
  width: 4px;
  background: none;
}
.custom-select .list::-webkit-scrollbar-track {
  box-shadow: none;
}
.custom-select .list::-webkit-scrollbar-thumb {
  background-color: var(--text);
  border-radius: 5px;
}
.custom-select .list {
  pointer-events: none;
}
.custom-select .list li {
  display: block;
  line-height: 1.2;
  padding: 8px 16px;
  white-space: break-spaces;
  font-size: 13px;
  padding: 0;
}
@media (max-width: 540px) {
  .custom-select .list li {
    padding: 8px;
  }
}
.custom-select .list li.selected {
  background: #040635;
  color: #fff;
}
.custom-select .list li.selected:hover {
  background: #040635;
  color: var(--white);
}
.custom-select .list li:hover {
  background: #040635;
}
.custom-select.open .list {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
}

.form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 35px 0;
  --theme: #000;
  --label: rgba(256, 256, 256, 0.6);
  --color: #000;
  --font: 400;
  --borderbefore: rgba(256, 256, 256, 0.6);
  --borderafter: #fff;
  --sectionbackground: #fff;
}
@media (max-width: 675px) {
  .form {
    gap: 25px 0;
  }
}
.form .form-group {
  --inputsize: 42px;
  --lrgap: 15px;
  --tbgap: 20px;
  position: relative;
  flex: 0 1 100%;
  --selectheight: var(--inputsize);
}
.form .form-group.flex50 {
  flex: 0 1 48%;
}
@media (max-width: 675px) {
  .form .form-group.flex50 {
    flex: 0 1 100%;
  }
}
.form .form-group label {
  font-weight: var(--font);
  position: absolute;
  top: 0;
  left: 0;
  color: #666;
  line-height: calc(var(--inputsize) - 1px);
  transition: 0.3s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.form .form-group input, .form .form-group textarea {
  height: var(--inputsize);
  border: none;
  border-bottom: 1px solid #666;
  resize: none;
  border-radius: 0px !important;
  width: 100%;
  background: none;
  color: var(--color);
  font-size: inherit;
  font-family: inherit;
}
.form .form-group input.valid, .form .form-group textarea.valid {
  border-color: var(--border);
}
.form .form-group input:focus, .form .form-group input.valid, .form .form-group textarea:focus, .form .form-group textarea.valid {
  outline: none;
}
.form .form-group input:focus ~ label, .form .form-group input.valid ~ label, .form .form-group textarea:focus ~ label, .form .form-group textarea.valid ~ label {
  line-height: 0px;
  font-size: 16px;
  color: var(--black);
}
.form .form-group textarea {
  min-height: var(--inputsize);
  padding-top: 10px;
  line-height: 1.2;
}
.form .form-group select:focus {
  outline: none;
}
.form .form-group select ~ label {
  position: absolute;
  top: 100%;
  left: 0%;
  color: #fff;
  translate: 0 0;
  font-size: 16px;
  opacity: 0;
  transition: 0.6s ease;
}
.form .form-group select.valid {
  color: var(--color);
}
.form .form-group select.valid ~ label {
  opacity: 1;
  line-height: 1.2;
}
.form .form-group.message-bx textarea {
  min-height: 86px;
  height: 100%;
  padding-top: 15px;
}
.form .form-group.message-bx label {
  top: 12px;
  translate: 0 0;
}
.form .form-group.message-bx textarea::-webkit-scrollbar {
  width: 2px;
  background: none;
}
.form .form-group.message-bx textarea::-webkit-scrollbar-track {
  box-shadow: none;
}
.form .form-group.message-bx textarea::-webkit-scrollbar-thumb {
  background-color: var(--white);
  border-radius: 15px;
}
.form .form-group.message-bx textarea {
  padding-right: 15px;
}
.form .form-group.message-bx textarea:focus ~ label, .form .form-group.message-bx textarea.valid ~ label {
  top: 0;
  font-size: 16px;
  translate: 0 -50%;
}
.form .form-group.captcha-box {
  --size: 120px;
}
.form .form-group.captcha-box input {
  width: calc(100% - var(--size));
}
.form .form-group.captcha-box input:focus ~ .captcha-question, .form .form-group.captcha-box input.valid ~ .captcha-question {
  border-color: var(--border);
}
.form .form-group.captcha-box .captcha-question {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: var(--inputsize);
  width: var(--size);
  font-weight: 600;
  border-bottom: 1px solid var(--theme);
  text-align: center;
  color: var(--theme);
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.form .sbmt-btn {
  display: inline-flex;
  align-items: center;
  gap: 0 6px;
  color: var(--black);
  height: 44px;
  line-height: 44px;
  border-radius: 25px;
  overflow: hidden;
  background: var(--gradient);
  padding: 0 50px;
  position: relative;
  z-index: 0;
  text-transform: uppercase;
  transition: 0.7s;
  font-weight: 500;
}
.form .sbmt-btn svg, .form .sbmt-btn path {
  transition: 0.7s;
}
.form .sbmt-btn::before, .form .sbmt-btn::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: 0.7s;
  z-index: -1;
}
.form .sbmt-btn::before {
  background: var(--gradient);
}
.form .sbmt-btn::after {
  background: var(--gradient2);
  opacity: 0;
}
.form .sbmt-btn:hover::before {
  opacity: 0;
}
.form .sbmt-btn:hover::after {
  opacity: 1;
}
.form .sbmt-btn {
  font-weight: 600;
  margin-left: auto;
  margin-right: auto;
}

.custom-select {
  max-width: 100%;
  margin: 0 auto;
  border: none;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  font-family: inherit;
  height: var(--selectheight);
  outline: none;
  position: relative;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  white-space: nowrap;
}
.custom-select::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 1px;
  background: var(--prime);
}
.custom-select .list {
  text-align: left;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  box-sizing: border-box;
  margin-top: 4px;
  padding: 0;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 20;
  max-height: 180px;
  overflow-y: auto;
  opacity: 0;
  pointer-events: none;
  transform: scale(0.95) translateY(-5px);
  transition: 0.25s ease;
}
.custom-select .list::-webkit-scrollbar {
  width: 4px;
  background: none;
}
.custom-select .list::-webkit-scrollbar-track {
  box-shadow: none;
}
.custom-select .list::-webkit-scrollbar-thumb {
  background-color: var(--text);
  border-radius: 5px;
}
.custom-select .list li {
  padding: 0 20px;
  line-height: 35px;
}
.custom-select .list li:hover {
  background: var(--prime);
  color: var(--white);
}
.custom-select .list li.selected {
  background: #040635;
  display: inherit;
}
.custom-select.open .list {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
}

.banner {
  position: relative;
  position: relative;
}
.banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: none;
}
.banner::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  z-index: 1;
}
.banner .bg {
  line-height: 0;
}
.banner .bg video {
  width: 100%;
  height: 80vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner .bg video {
  height: 80vh;
}
@media (max-width: 768px) {
  .banner .bg video {
    height: 50vh;
  }
}
@media (max-width: 540px) {
  .banner .bg video {
    height: 40vh;
  }
}
.banner .bg img {
  width: 100%;
  height: 80vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner .bg img {
  height: 80vh;
}
@media (max-width: 768px) {
  .banner .bg img {
    height: 50vh;
  }
}
@media (max-width: 540px) {
  .banner .bg img {
    height: auto;
  }
}
.banner .banner-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

.play-btn {
  --btnsize: 42px;
  --border: 1px;
  --display: none;
  --bordercolor: var(--secondary);
  --playbtncolor: var(--secondary);
  width: 60px !important;
  height: 60px !important;
  height: var(--btnsize);
  width: var(--btnsize);
  border-radius: 50%;
  border: var(--border) solid var(--bordercolor);
  position: relative;
  background: var(--white);
}
.play-btn::before {
  width: 100%;
  height: 100%;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 50%;
  position: absolute;
  content: "";
  transform: translateX(-50%) translateY(-50%);
  background: var(--bordercolor);
  border-radius: 50%;
  display: block;
  animation: pulse-border 1500ms ease-out infinite;
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 0.5;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.play-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 0;
  height: 0;
  border-top: calc(var(--btnsize) / 8) solid transparent;
  border-bottom: calc(var(--btnsize) / 8) solid transparent;
  border-left: calc(var(--btnsize) / 5.6) solid var(--playbtncolor);
}

.blue {
  background: #1BB6F0;
}

.yellow {
  background: #FBC740;
}

.btn {
  background: #fff;
  border-radius: 25px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  padding: 6px 15px;
}

.btn2 {
  background: transparent;
  padding: 6px 10px;
  color: #fff;
  border-radius: 25px;
  border: 1px solid #2a2a2a;
}

.theme-btn {
  padding: 10px 24px;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  border-radius: 25px;
  background-color: var(--prime);
}

.whiteBtn {
  background: var(--white);
  color: var(--black);
  transition: 0.5s ease;
}
.whiteBtn:hover {
  background-color: #FBC740;
}

.yellowBtn {
  background: var(--prime-dark);
  color: #fff;
  transition: 0.5s ease;
}
.yellowBtn:hover {
  background-color: var(--prime-dark);
}

.tab-nav {
  cursor: default;
}
.tab-nav [data-tab] {
  cursor: pointer;
  caret-color: transparent;
}

.tab-nav-content {
  position: relative;
}
.tab-nav-content .tabs:not(.active) {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: 0;
  height: 0;
  overflow: hidden;
  display: none;
}

.svg path[fill] {
  fill: currentColor;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.btn-hovleft:hover svg {
  transform: translateX(-3px);
}

.btn-hovright:hover svg {
  transform: translateX(3px);
}

.ahov:hover {
  color: var(--prime) !important;
}

.aWhover:hover {
  color: #fff !important;
  padding-left: 5px;
}

.flex .colA {
  padding-left: 0;
}

.swiper-item {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.swiper-item .whats-slider {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.swiper-item .whats-slider .swiper-wrapper {
  display: flex;
}
.swiper-item .whats-slider .swiper-wrapper .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
}
.swiper-item .whats-slider .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 10px;
}
.swiper-item .whats-slider .affiliation-pagination {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  text-align: center;
  display: flex;
  gap: 8px;
  justify-content: center;
}

.common-ul {
  width: 100%;
}
.common-ul h2 {
  margin-bottom: 16px;
}
.common-ul h4 {
  margin-bottom: 15px;
}
.common-ul p {
  margin-bottom: 15px;
}
.common-ul ul {
  list-style: none;
  margin: 23px 0 25px 15px;
}
@media (max-width: 1440px) {
  .common-ul ul {
    padding: 0px 0 0 0;
  }
}
.common-ul ul li {
  font-size: 16px;
  color: var(--text);
  margin-bottom: 6px;
  position: relative;
  text-align: justify;
  padding-left: 25px;
}
@media (max-width: 1440px) {
  .common-ul ul li {
    padding-left: 25px;
    font-size: 15px;
  }
}
.common-ul ul li:last-child {
  margin-bottom: 0;
}
.common-ul ul li::before {
  content: "•";
  color: var(--prime);
  font-size: 2.2em;
  position: absolute;
  left: 0;
  top: -15px;
}

.common-swiper-new-nav {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  width: 76px;
  margin: 0 auto;
}
.common-swiper-new-nav .comn-prev, .common-swiper-new-nav .comn-next {
  border: 1px solid var(--black);
  width: 35px;
  height: 35px;
  border-radius: 50%;
}

.upper-sec {
  position: relative;
  padding: 0;
}

.swiper-button-disabled {
  display: none;
}

.filter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 25px 0px 0;
}

.InputContainer {
  position: relative;
  display: flex f;
  align-items: center;
  border-radius: 8px;
  padding: 8px 18px;
  border: 1px solid #666666;
  background: white;
  justify-content: space-between;
}

.search {
  border: none;
  background-color: transparent;
  font-size: 1rem;
  width: 160px;
  outline: none;
}

.common-swiper-new img {
  border-radius: 15px;
}

.single-image img {
  border-radius: 15px;
  width: 100%;
}

body {
  position: relative;
  overflow-x: hidden;
}
body::-webkit-scrollbar {
  width: 8px;
  background: #fff;
}
body::-webkit-scrollbar-track {
  box-shadow: none;
}
body::-webkit-scrollbar-thumb {
  background-color: #666;
  border-radius: 4px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
}

header {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  transition: 0.5s ease;
  height: var(--headerheight);
}
header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: var(--prime);
}
header::after {
  bottom: auto;
  height: 0;
  z-index: -1;
  transition: 0.5s ease;
}
@media (max-width: 520px) {
  header {
    height: 80px;
  }
}
@media (max-width: 991px) {
  header {
    height: 70px;
    background-color: var(--prime-dark);
  }
}
header .header-container {
  height: 100%;
  transition: 0.5s ease;
  padding-bottom: 54px;
}
@media (max-width: 991px) {
  header .header-container {
    padding-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
header .header-container .upper-container {
  height: 60px;
  display: flex;
  border-bottom: 1px solid rgba(127, 127, 127, 0.568627451);
  justify-content: space-between;
  align-items: center;
  padding: 0 var(--containerfluid);
  transition: 0.5s ease;
  gap: 2rem;
}
@media (max-width: 520px) {
  header .header-container .upper-container {
    padding: 6px 10px;
  }
}
@media (max-width: 991px) {
  header .header-container .upper-container {
    border-bottom: none;
    height: 100%;
    padding: 0 20px;
  }
}
header .header-container .upper-container .colA, header .header-container .upper-container .colB, header .header-container .upper-container .colC {
  height: 100%;
  display: flex;
}
@media (max-width: 991px) {
  header .header-container .upper-container .colA, header .header-container .upper-container .colB, header .header-container .upper-container .colC {
    height: auto;
    align-items: center;
  }
}
header .header-container .upper-container .colA > ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media (max-width: 991px) {
  header .header-container .upper-container .colA > ul {
    display: none;
  }
}
header .header-container .upper-container .colA > ul li a {
  transition: 0.5s ease;
}
header .header-container .upper-container .colA > ul li a:hover {
  color: var(--elementhover);
}
header .header-container .upper-container .colA > ul li a svg {
  margin: 0 7px 5px 0;
}
header .header-container .upper-container .colA .logo {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
}
header .header-container .upper-container .colA .logo img {
  width: 64px;
  height: 64px;
}
@media (max-width: 991px) {
  header .header-container .upper-container .colA .logo {
    width: 50px;
    height: 50px;
  }
}
header .header-container .upper-container .colC {
  display: flex;
  justify-content: end;
}
@media (max-width: 991px) {
  header .header-container .upper-container .colC {
    margin-left: auto;
  }
}
header .header-container .upper-container .colC ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 17px;
}
header .header-container .upper-container .colC ul li.hasDropdown {
  position: relative;
}
header .header-container .upper-container .colC ul li.hasDropdown::before {
  content: "";
  background-image: url(../../icon/arrow-down-white.svg);
  background-repeat: no-repeat;
  background-position-y: 50%;
  background-position-x: 92%;
  background-size: var(--arrowsize) auto;
  position: absolute;
  right: 7%;
  top: 9%;
  width: 20px;
  height: 20px;
  z-index: 3;
}
header .header-container .upper-container .colC ul li.hasDropdown.group-sites .dropdown-menu {
  min-width: 230px;
}
header .header-container .upper-container .colC ul li.hasDropdown:hover .dropdown-menu {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}
header .header-container .upper-container .colC ul li.hasDropdown:hover::before {
  transform: rotate(180deg);
  transition: 0.5s ease;
}
header .header-container .upper-container .colC ul li.hasDropdown > a {
  padding: 6px 30px 6px 10px;
}
header .header-container .upper-container .colC ul li.hover-btn > a {
  border: none !important;
  background: transparent;
  padding: 6px 10px;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 25px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
header .header-container .upper-container .colC ul li.hover-btn > a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border-radius: 25px;
  z-index: -2;
}
header .header-container .upper-container .colC ul li.hover-btn > a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: var(--elementhover);
  transition: all 0.3s;
  border-radius: 25px;
  z-index: -1;
}
header .header-container .upper-container .colC ul li.hover-btn > a:hover::before {
  width: 100%;
}
header .header-container .upper-container .colC ul li.hover-btn > a:hover {
  border: 1px solid #1BB6F0;
}
header .header-container .upper-container .colC ul li.hasDropdown > a {
  padding: 6px 30px 6px 10px;
}
header .header-container .upper-container .colC ul li:last-child {
  padding-left: 20px;
  padding-top: 8px;
}
header .header-container .upper-container .colC ul li.reg-btn a {
  transition: 0.5s ease;
  font-family: "Poppins", serif;
  font-weight: 500;
  font-size: 16px;
  color: #000;
  padding: 6px 15px;
  border-radius: 25px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
header .header-container .upper-container .colC ul li.reg-btn a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--white);
  border-radius: 25px;
  z-index: -2;
}
header .header-container .upper-container .colC ul li.reg-btn a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: var(--elementhover);
  transition: all 0.3s;
  border-radius: 25px;
  z-index: -1;
}
header .header-container .upper-container .colC ul li.reg-btn a:hover::before {
  width: 100%;
}
header .header-container .upper-container .colC ul li.reg-btn a:hover {
  transition: 0.5s ease;
  color: #fff;
}
header .header-container .upper-container .colC ul li button.ham-btn {
  background: none;
  border: none;
  width: 25px;
  height: 20px;
  --border: 2px;
  border-top: var(--border) solid var(--white);
  border-bottom: var(--border) solid var(--white);
  transition: 0.5s ease;
  cursor: pointer;
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .header-container .upper-container .colC ul li .dropdown-menu {
  --triangle: 10px;
  position: absolute;
  top: calc(100% + var(--triangle));
  left: 50%;
  translate: -50% 0;
  transform: perspective(2000px) translate3d(0px, 0px, 50px) rotateX(-90deg) scale3d(0.86, 0.75, 1) translateY(50px);
  transform-origin: top;
  transition: 0.4s ease;
  opacity: 0;
  width: 100%;
  min-width: 185px;
  z-index: 2;
}
header .header-container .upper-container .colC ul li .dropdown-menu::before {
  content: "";
  display: block;
  position: absolute;
  bottom: calc(100% - var(--triangle) / 2);
  left: 50%;
  translate: -50% 0;
  width: var(--triangle);
  height: var(--triangle);
  background: #fff;
  transform: rotate(45deg);
  z-index: -1;
}
header .header-container .upper-container .colC ul li .dropdown-menu ul {
  display: block;
  background: #fff;
  padding: 12px 10px;
  box-shadow: rgba(0, 0, 0, 0.01) -2px 6px 2px 3px;
  border-radius: 5px;
  text-align: left;
  white-space: nowrap;
}
header .header-container .upper-container .colC ul li .dropdown-menu ul li {
  padding: 0;
  display: block;
  color: #000;
}
header .header-container .upper-container .colC ul li .dropdown-menu ul li:not(:last-child) {
  margin-right: 0;
  margin-bottom: 2px;
}
header .header-container .upper-container .colC ul li .dropdown-menu ul li > a {
  font-size: 13px;
  display: block;
  color: var(--black);
  padding: 5px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
header .header-container .upper-container .colC ul li .dropdown-menu ul li > a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: -2;
}
header .header-container .upper-container .colC ul li .dropdown-menu ul li > a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: var(--elementhover);
  transition: all 0.3s;
  z-index: -1;
}
header .header-container .upper-container .colC ul li .dropdown-menu ul li > a:hover::before {
  width: 100%;
}
header .header-container .upper-container .colC ul li .dropdown-menu ul li > a:hover {
  color: #fff;
}
@media (max-width: 991px) {
  header .header-container .lower-container {
    display: none;
  }
}
header .header-container .lower-container ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 15px 0;
}
@media (max-width: 991px) {
  header .header-container .lower-container ul {
    display: none;
  }
}
header .header-container .lower-container ul li.hasDropdown {
  position: relative;
}
header .header-container .lower-container ul li.hasDropdown:hover .dropdown-menu {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}
header .header-container .lower-container ul li .dropdown-menu {
  --triangle: 10px;
  position: absolute;
  top: calc(100% + var(--triangle));
  left: 50%;
  translate: -50% 0;
  transform: perspective(2000px) translate3d(0px, 0px, 50px) rotateX(-90deg) scale3d(0.86, 0.75, 1) translateY(50px);
  transform-origin: top;
  transition: 0.4s ease;
  opacity: 0;
  width: 100%;
  min-width: 220px;
}
header .header-container .lower-container ul li .dropdown-menu::before {
  content: "";
  display: block;
  position: absolute;
  bottom: calc(100% - var(--triangle) / 2);
  left: 50%;
  translate: -50% 0;
  width: var(--triangle);
  height: var(--triangle);
  background: #fff;
  transform: rotate(45deg);
  z-index: -1;
}
header .header-container .lower-container ul li .dropdown-menu ul {
  display: block;
  background: #fff;
  padding: 12px 10px;
  box-shadow: rgba(0, 0, 0, 0.01) -2px 6px 2px 3px;
  border-radius: 5px;
  text-align: left;
  white-space: nowrap;
}
header .header-container .lower-container ul li .dropdown-menu ul li {
  padding: 0;
  display: block;
  color: #000;
}
header .header-container .lower-container ul li .dropdown-menu ul li:not(:last-child) {
  margin-right: 0;
  margin-bottom: 2px;
}
header .header-container .lower-container ul li .dropdown-menu ul li a {
  font-size: 13px;
  display: block;
  color: var(--black);
  padding: 5px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
header .header-container .lower-container ul li .dropdown-menu ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: -2;
}
header .header-container .lower-container ul li .dropdown-menu ul li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: var(--elementhover);
  transition: all 0.3s;
  z-index: -1;
}
header .header-container .lower-container ul li .dropdown-menu ul li a:hover::before {
  width: 100%;
}
header .header-container .lower-container ul li .dropdown-menu ul li a:hover {
  color: #fff;
}
header .header-container .lower-container ul li a {
  transition: 0.5s ease;
}
header .header-container .lower-container ul li a:hover, header .header-container .lower-container ul li a:active {
  color: var(--elementhover);
}

header.header-fixed .header-container .upper-container .colA ul li a, header.header-fixed .header-container .upper-container .colC ul li a {
  font-size: 12px;
  transition: 0.5s ease;
}
header.header-fixed .header-container .lower-container ul li a {
  font-size: 14px;
  transition: 0.5s ease;
}
header.header-fixed, header.header-fit {
  transition: 0.5s ease;
  height: var(--headerfixed);
}
@media (max-width: 520px) {
  header.header-fixed, header.header-fit {
    height: 60px;
  }
}
@media (max-width: 991px) {
  header.header-fixed, header.header-fit {
    height: 70px;
  }
}
header.header-fixed::after, header.header-fit::after {
  height: 100%;
}
header.header-fit {
  transition: 0s;
}
header.header-fit::after {
  transition: none;
}
header.header-fit .header-container .colA .logo {
  transition: none !important;
}
header.header-shadow {
  box-shadow: 0px 2px 8px 0px rgba(99, 99, 99, 0.2);
}

.ham-pop-img {
  margin-right: -133px;
  margin-top: 95px;
}

.model.ham-pop {
  right: 0;
  max-width: 480px;
  background: #fff;
  transform: translateX(100%);
  transition: 0.5s ease;
  z-index: 9999999;
}
.model.ham-pop.is-open {
  transform: translateX(0%);
}
.model.ham-pop .close {
  top: 30px;
  right: 25px;
}
.model.ham-pop .close path {
  stroke: var(--text) !important;
  stroke-width: 2 !important;
}
.model.ham-pop .model-body {
  padding: 0px 40px 30px;
  margin-top: 76px;
  height: 100%;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}
.model.ham-pop .model-body::-webkit-scrollbar {
  width: 6px;
  background: var(--white);
}
.model.ham-pop .model-body::-webkit-scrollbar-track {
  box-shadow: none;
}
.model.ham-pop .model-body::-webkit-scrollbar-thumb {
  background-color: #5e5e5e;
  border-radius: 8px;
}
.model.ham-pop .model-body .ico {
  max-width: 70px;
  margin-bottom: 55px;
  line-height: 0;
}
.model.ham-pop .model-body .ico img, .model.ham-pop .model-body .ico svg {
  width: 100%;
  height: auto;
}
.model.ham-pop .model-body .nav-list > li:not(:last-child) {
  margin-bottom: 15px;
}
@media (max-width: 1366px) {
  .model.ham-pop .model-body .nav-list > li:not(:last-child) {
    margin-bottom: 7px;
  }
}
@media (max-width: 675px) {
  .model.ham-pop .model-body .nav-list > li:not(:last-child) {
    margin-bottom: 2px;
  }
}
.model.ham-pop .model-body .nav-list > li.desktop-non {
  display: none;
}
@media (max-width: 991px) {
  .model.ham-pop .model-body .nav-list > li.desktop-non {
    display: block;
  }
}
.model.ham-pop .model-body .nav-list > li.hasDropdown {
  position: relative;
}
.model.ham-pop .model-body .nav-list > li.hasDropdown .plu-ico {
  position: absolute;
  right: 0;
  top: 4px;
  --sizeplu: 20px;
  height: var(--sizeplu);
  width: var(--sizeplu);
}
@media (max-width: 675px) {
  .model.ham-pop .model-body .nav-list > li.hasDropdown .plu-ico {
    --sizeplu: 14px;
  }
}
.model.ham-pop .model-body .nav-list > li.hasDropdown .plu-ico::before {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: 0;
  right: 0;
  height: 2px;
  width: 100%;
  background: var(--prime);
  transition: 0.5s ease;
  transform: rotate(90deg);
}
.model.ham-pop .model-body .nav-list > li.hasDropdown .plu-ico::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: 0;
  right: 0;
  height: 2px;
  width: 100%;
  background: var(--prime);
  transition: 0.5s ease;
}
.model.ham-pop .model-body .nav-list > li.hasDropdown .plu-ico.active::before {
  transform: rotate(0deg);
  opacity: 0;
}
.model.ham-pop .model-body .nav-list > li.hasDropdown .dropdown-menu-ham {
  display: none;
  padding-top: 15px;
}
.model.ham-pop .model-body .nav-list > li.hasDropdown .dropdown-menu-ham ul {
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  max-height: 100%;
}
.model.ham-pop .model-body .nav-list > li.hasDropdown .dropdown-menu-ham ul li {
  padding: 4px 0;
}
.model.ham-pop .model-body .nav-list > li.hasDropdown .dropdown-menu-ham ul li a {
  font-size: 15px;
  color: #000;
}
.model.ham-pop .model-body .nav-list > li.hasDropdown .dropdown-menu-ham ul li a:hover {
  color: var(--prime);
}
.model.ham-pop .model-body .nav-list > li > a {
  font-size: 20px;
  line-height: 1.06;
  color: #000;
  display: inline-block;
  font-weight: 500;
}
@media (max-width: 1366px) {
  .model.ham-pop .model-body .nav-list > li > a {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .model.ham-pop .model-body .nav-list > li > a {
    font-size: 14px;
  }
}
.model.ham-pop .model-body .nav-list > li > a:hover {
  color: var(--prime);
}
.model.ham-pop .model-body .bottom-list {
  border-top: 1px solid #ccc;
  margin-top: 2rem;
  padding-top: 1rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.model.ham-pop .model-body .bottom-list .social-icons a {
  display: inline-flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  line-height: 0;
  overflow: hidden;
  position: relative;
}
.model.ham-pop .model-body .bottom-list .social-icons a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: var(--prime);
}
.model.ham-pop .model-body .bottom-list .social-icons a {
  color: var(--text);
}
.model.ham-pop .model-body .bottom-list .social-icons a::before {
  border-radius: 50%;
  transform: scale(1.5);
  z-index: -1;
  opacity: 0;
  transition: 0.2s ease;
}
.model.ham-pop .model-body .bottom-list .social-icons a:not(:last-child) {
  margin-right: 4px;
}
.model.ham-pop .model-body .bottom-list .social-icons a svg {
  width: 24px;
  height: 24px;
}
.model.ham-pop .model-body .bottom-list .social-icons a svg path {
  transition: none;
}
.model.ham-pop .model-body .bottom-list .social-icons a svg path[stroke], .model.ham-pop .model-body .bottom-list .social-icons a svg path[fill=none] {
  stroke: currentColor;
}
.model.ham-pop .model-body .bottom-list .social-icons a svg path[fill] {
  fill: currentColor;
}
.model.ham-pop .model-body .bottom-list .social-icons a:hover {
  color: #dadada;
}
.model.ham-pop .model-body .bottom-list .social-icons a:hover::before {
  transition: 0.5s ease;
  opacity: 1;
  transform: scale(1);
}

.model.enquire-pop {
  right: 0;
  transform: translateX(100%);
  transition: 0.5s ease;
  background: var(--white);
  z-index: 10;
}
.model.enquire-pop.is-open {
  transform: translateX(0%);
}
.model.enquire-pop button.close {
  top: 25px;
  right: 25px;
}
.model.enquire-pop .model-body {
  padding: 60px 35px 30px;
  height: 100%;
  overflow-y: auto;
}
.model.enquire-pop .model-body::-webkit-scrollbar {
  width: 3px;
  background: var(--white);
}
.model.enquire-pop .model-body::-webkit-scrollbar-track {
  box-shadow: none;
}
.model.enquire-pop .model-body::-webkit-scrollbar-thumb {
  background-color: #5e5e5e;
  border-radius: 8px;
}
.model.enquire-pop .model-body .title {
  text-align: center;
  margin-bottom: 2rem;
}
.model.enquire-pop .model-body .title h4 {
  font-size: 32px;
  color: var(--black);
  font-family: Queens;
  font-weight: 500;
  text-transform: capitalize;
}
.model.enquire-pop .model-body .title p {
  color: var(--black);
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
  max-width: 317px;
  margin-left: auto;
  margin-right: auto;
}
.model.enquire-pop .model-body .form {
  --gaptb: 15px;
}
.model.enquire-pop .model-body .form .sbmt-grp {
  width: 100%;
}
.model.enquire-pop .model-body .form .sbmt-grp a {
  font-family: "Poppins", serif;
  font-weight: 500;
  font-size: 16px;
  color: #000;
  padding: 10px 22px;
  border-radius: 25px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.model.enquire-pop .model-body .form .sbmt-grp a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--white);
  border-radius: 25px;
  z-index: -2;
}
.model.enquire-pop .model-body .form .sbmt-grp a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: var(--elementhover);
  transition: all 0.3s;
  border-radius: 25px;
  z-index: -1;
}
.model.enquire-pop .model-body .form .sbmt-grp a:hover::before {
  width: 100%;
}
.model.enquire-pop .model-body .form .sbmt-grp a {
  color: #fff;
}
.model.enquire-pop .model-body .form .sbmt-grp a::after {
  background: #4459C5;
}
.model.enquire-pop .model-body .form .sbmt-grp a::before {
  background: #1B0E96;
}

.model.video-pop {
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4784313725);
  z-index: 9;
  max-width: 100%;
  transform: translateY(100%);
  transition: 0.5s ease;
}
.model.video-pop.is-open {
  transform: translateY(0%);
}
.model.video-pop .close-video {
  position: absolute;
  bottom: calc(100% + 20px);
  top: auto;
  right: -40px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: var(--secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s ease;
}
.model.video-pop .close-video:hover {
  background: var(--primary);
}
.model.video-pop .close-video svg {
  height: 35%;
  width: 35%;
}
.model.video-pop .close-video path {
  stroke-width: 2;
  stroke: var(--white);
}
.model.video-pop .model-body {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 100%;
  max-width: 50%;
}
.model.video-pop .model-body iframe {
  width: 100%;
  aspect-ratio: 1.9;
  border: 2px solid var(--white);
  background: var(--white);
}

.Admission-enquiry {
  background-color: var(--prime-dark);
}
.Admission-enquiry ul {
  display: flex;
  gap: 5rem;
}
.Admission-enquiry li {
  padding: 30px 0;
}
.Admission-enquiry li h3 {
  color: var(--white);
}
.Admission-enquiry li p {
  color: var(--white);
  font-weight: 500;
}

.enquiry-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.enquiry-content h3 {
  font-family: "Poppins", serif;
}

.achievement {
  background: linear-gradient(266deg, #8497fb 50% 50%, rgb(25, 43, 135) 100%);
}

.achievement-parent {
  display: grid;
  grid-template-columns: 64% auto;
  gap: 20px;
  align-items: center;
}

.achievement-text {
  display: inline-block;
  transform: rotate(-22deg);
  z-index: 1;
  padding-left: 75px;
}
.achievement-text a {
  font-size: 7rem;
  color: var(--white);
  font-weight: 700;
  margin: -25px 0;
  display: inline-block;
  text-decoration: none;
  transition: color 0.3s ease, text-shadow 0.3s ease;
}
.achievement-text a:hover {
  text-shadow: 6px 6px 12px rgba(0, 0, 0, 0.5);
}

.achievement-text1 {
  transform: skew(-26deg);
  display: inline-block;
  padding-top: 160px;
}

.achievement-text2 {
  transform: skew(18deg);
  display: block;
}
.achievement-text2 > a {
  color: var(--textprime);
}

.achievement-text3 {
  transform: skew(-26deg);
  padding-bottom: 245px;
  display: inline-block;
}

.achievement-img {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.achievement-img {
  position: relative;
  top: 60px;
  left: 0px;
}

.customimg {
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: auto;
  transition: all 0.8s ease-in-out;
}

.active {
  bottom: 0;
}

.BBMS {
  text-align: center;
  background-image: url("/assets/images/home/lifeBBMS.jfif");
  width: 100%;
  padding: 60px 0 120px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0;
  z-index-filter: grayscale(100%);
}
.BBMS::before {
  background-color: red;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: -1;
  background-color: rgba(231, 231, 231, 0.9019607843);
}

.life-heading {
  padding-top: 44px;
}
.life-heading p {
  margin-top: 12px;
  font-weight: 600;
  color: var(--secondary);
}

.divjfj {
  margin: 160px 0 120px 0;
  display: inline-block;
  position: relative;
  width: 550px;
  height: 550px;
}

.lifeCircleimg {
  background-image: url("/assets/images/home/lifeCircle.jfif");
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  display: inline-block;
  border: 30px solid var(--white);
  box-shadow: rgba(0, 0, 0, 0.3) -1px 44px 51px, rgba(0, 0, 0, 0.22) 3px -19px 53px;
  transition: background-image 0.6s ease-in-out;
  background-size: cover;
  background-position: center;
}

.lifeCircle {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.lifeCircle .life-icon1, .lifeCircle .life-icon2, .lifeCircle .life-icon3, .lifeCircle .life-icon4, .lifeCircle .life-icon5 {
  position: absolute;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.lifeCircle .life-icon1 h5, .lifeCircle .life-icon2 h5, .lifeCircle .life-icon3 h5, .lifeCircle .life-icon4 h5, .lifeCircle .life-icon5 h5 {
  color: var(--prime);
  position: absolute;
}
.lifeCircle .life-icon1 .icons1, .lifeCircle .life-icon1 .icons2, .lifeCircle .life-icon1 .icons3, .lifeCircle .life-icon1 .icons4, .lifeCircle .life-icon1 .icons5, .lifeCircle .life-icon2 .icons1, .lifeCircle .life-icon2 .icons2, .lifeCircle .life-icon2 .icons3, .lifeCircle .life-icon2 .icons4, .lifeCircle .life-icon2 .icons5, .lifeCircle .life-icon3 .icons1, .lifeCircle .life-icon3 .icons2, .lifeCircle .life-icon3 .icons3, .lifeCircle .life-icon3 .icons4, .lifeCircle .life-icon3 .icons5, .lifeCircle .life-icon4 .icons1, .lifeCircle .life-icon4 .icons2, .lifeCircle .life-icon4 .icons3, .lifeCircle .life-icon4 .icons4, .lifeCircle .life-icon4 .icons5, .lifeCircle .life-icon5 .icons1, .lifeCircle .life-icon5 .icons2, .lifeCircle .life-icon5 .icons3, .lifeCircle .life-icon5 .icons4, .lifeCircle .life-icon5 .icons5 {
  padding: 30px;
  background-color: var(--white);
  border: 4px solid var(--prime);
  border-radius: 50%;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.lifeCircle .life-icon1 .icons1 svg, .lifeCircle .life-icon1 .icons2 svg, .lifeCircle .life-icon1 .icons3 svg, .lifeCircle .life-icon1 .icons4 svg, .lifeCircle .life-icon1 .icons5 svg, .lifeCircle .life-icon2 .icons1 svg, .lifeCircle .life-icon2 .icons2 svg, .lifeCircle .life-icon2 .icons3 svg, .lifeCircle .life-icon2 .icons4 svg, .lifeCircle .life-icon2 .icons5 svg, .lifeCircle .life-icon3 .icons1 svg, .lifeCircle .life-icon3 .icons2 svg, .lifeCircle .life-icon3 .icons3 svg, .lifeCircle .life-icon3 .icons4 svg, .lifeCircle .life-icon3 .icons5 svg, .lifeCircle .life-icon4 .icons1 svg, .lifeCircle .life-icon4 .icons2 svg, .lifeCircle .life-icon4 .icons3 svg, .lifeCircle .life-icon4 .icons4 svg, .lifeCircle .life-icon4 .icons5 svg, .lifeCircle .life-icon5 .icons1 svg, .lifeCircle .life-icon5 .icons2 svg, .lifeCircle .life-icon5 .icons3 svg, .lifeCircle .life-icon5 .icons4 svg, .lifeCircle .life-icon5 .icons5 svg {
  fill: var(--prime);
  stroke: var(--prime);
}
.lifeCircle .life-icon1 .icons1:hover svg, .lifeCircle .life-icon1 .icons2:hover svg, .lifeCircle .life-icon1 .icons3:hover svg, .lifeCircle .life-icon1 .icons4:hover svg, .lifeCircle .life-icon1 .icons5:hover svg, .lifeCircle .life-icon2 .icons1:hover svg, .lifeCircle .life-icon2 .icons2:hover svg, .lifeCircle .life-icon2 .icons3:hover svg, .lifeCircle .life-icon2 .icons4:hover svg, .lifeCircle .life-icon2 .icons5:hover svg, .lifeCircle .life-icon3 .icons1:hover svg, .lifeCircle .life-icon3 .icons2:hover svg, .lifeCircle .life-icon3 .icons3:hover svg, .lifeCircle .life-icon3 .icons4:hover svg, .lifeCircle .life-icon3 .icons5:hover svg, .lifeCircle .life-icon4 .icons1:hover svg, .lifeCircle .life-icon4 .icons2:hover svg, .lifeCircle .life-icon4 .icons3:hover svg, .lifeCircle .life-icon4 .icons4:hover svg, .lifeCircle .life-icon4 .icons5:hover svg, .lifeCircle .life-icon5 .icons1:hover svg, .lifeCircle .life-icon5 .icons2:hover svg, .lifeCircle .life-icon5 .icons3:hover svg, .lifeCircle .life-icon5 .icons4:hover svg, .lifeCircle .life-icon5 .icons5:hover svg {
  fill: var(--white);
  stroke: var(--white);
}
.lifeCircle .life-icon1 img, .lifeCircle .life-icon2 img, .lifeCircle .life-icon3 img, .lifeCircle .life-icon4 img, .lifeCircle .life-icon5 img {
  border: none;
  border-radius: 0;
  width: 45px;
  height: 45;
}
.lifeCircle .life-icon1 {
  top: -42px;
  right: 170px;
}
.lifeCircle .life-icon1 h5 {
  left: 16px;
  top: -40px;
}
.lifeCircle .life-icon2 {
  right: -27px;
  top: 198px;
}
.lifeCircle .life-icon2 h5 {
  right: -85px;
  top: 25px;
  transform: rotate(74deg);
}
.lifeCircle .life-icon3 {
  top: 113px;
  left: -11px;
}
.lifeCircle .life-icon3 h5 {
  left: -75px;
  top: -14px;
  transform: rotate(-51deg);
}
.lifeCircle .life-icon4 {
  bottom: -14px;
  right: 123px;
}
.lifeCircle .life-icon4 h5 {
  right: -35px;
  top: 130px;
  transform: rotate(158deg);
}
.lifeCircle .life-icon5 {
  bottom: 46px;
  left: 34px;
  z-index: 10;
}
.lifeCircle .life-icon5 h5 {
  top: 112px;
  left: -27px;
  transform: rotate(-138deg);
}

.events {
  padding: 5rem 0;
  background-color: var(--bggray);
}

.event-parent {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.event-content {
  width: 35%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  padding-left: 60px;
}
.event-content > h1 {
  font-weight: 400;
  margin-bottom: 20px;
}
.event-content h6, .event-content h2, .event-content p {
  margin-bottom: 20px;
}
.event-content .slide-btn {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.event-content .slide-btn .swiper-nav button {
  border: 1px solid #666;
}

.event-slider {
  width: 55%;
}
.swiper-nav {
  display: flex;
  gap: 12px;
  margin-top: 10px;
}

.item {
  padding: 68px 30px 50px 30px;
  overflow: hidden;
}
.item figcaption {
  padding: 30px;
}
.item figcaption h4 {
  margin: 12px 0;
}
.item figcaption p {
  margin: 12px 0 25px 0;
}
.item figcaption > a {
  color: var(--prime);
  font-size: 14px;
  font-weight: 500;
}

.btn-hovleft, .btn-hovright {
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.flex {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  gap: 2rem;
}
.flex figure {
  margin-top: auto;
}

.starts-prev, .starts-next {
  border: none;
}

.swiper-slide {
  padding: 0;
}

.item1 {
  background-color: var(--white);
  padding: 30px 30px 0 30px;
  border-radius: 12px;
}

.rank {
  margin-top: 20px;
}

.item1 h2 {
  color: var(--prime);
  font-family: "Poppins", serif;
}
.item1 h2 span {
  font-size: 14px;
}

.parentHub {
  text-align: center;
  width: 100%;
  padding: 140px 0 140px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0;
}
.parentHub::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("/assets/images/home/parent-hub.jfif");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  filter: grayscale(100%);
  z-index: -1;
}
.parentHub::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.472);
  z-index: -1;
}
.parentHub::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}

.parentHub h1 {
  color: var(--white);
}
.parentHub .home-secG {
  z-index: 999;
  background-color: rgba(255, 255, 255, 0);
}

.parentA {
  width: 635px;
  display: flex;
}

.formParent {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.formImg {
  width: 50%;
}

.formContent {
  width: 40%;
  padding: 0 140px 0 0;
}
.formContent h3 {
  margin-bottom: 25px;
}

.form-container .form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 20px;
}
.form-container .form .form-group {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.form-container .form .form-group:last-child, .form-container .form .form-group:nth-child(5) {
  grid-column: span 2;
}
.form-container .form .form-group .form-control {
  width: 100%;
  border-radius: 5px;
  font-size: 14px;
}
.form-container .form .form-group .form-control label {
  position: absolute;
  top: -8px;
  left: 10px;
  font-size: 12px;
  color: #888;
  background-color: #fff;
  padding: 0 5px;
}
.form-container .form .form-group .form-control .sbmt-grp {
  margin-top: 20px;
  text-align: center;
  width: 100%;
}
.form-container .form .form-group .form-control .full {
  width: 100%;
}
.form-container .form .form-group .form-control .form-grid {
  margin-top: 60px;
}
.form-container .form .form-group .form-control .form .form-group:nth-child(1),
.form-container .form .form-group .form-control .form .form-group:nth-child(2) {
  grid-column: span 1;
}
.form-container .form .form-group .form-control .form > .form-group:nth-child(5),
.form-container .form .form-group .form-control .form-group:nth-child(6) {
  grid-column: span 2;
  width: 100%;
}
.form-container .form .form-group .form-control textarea.form-control,
.form-container .form .form-group .form-control input.form-control {
  height: 100%;
}

.parentA {
  position: relative;
}

.swiper-nav-parent {
  display: flex;
  position: absolute;
  justify-content: space-between;
  width: 108%;
  top: 40%;
}

.header-fixed::after {
  background-color: var(--prime-dark) !important;
}

.addAnimation {
  animation: roational 40s linear infinite;
  animation-play-state: running;
}

.noAnimation {
  animation-play-state: paused;
}

@keyframes roational {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.parents-container {
  position: relative;
}

.parent-main {
  display: flex;
  flex-direction: column;
  justify-content: right;
}

.parents-nav {
  display: flex;
  position: absolute;
  top: 39%;
  left: 588px;
  gap: 722px;
}
.parents-nav .colC {
  margin-left: 72px;
}

.btn-hovright1 img {
  width: 60px;
}

.coment-img {
  margin-top: 58px;
  filter: none !important;
  position: relative;
  z-index: 1;
}

.parents-comments {
  position: relative;
}

.arrow {
  position: absolute;
  left: 45%;
  top: 290px;
}
.arrow img {
  width: 70px;
}

.coment-content {
  margin-top: 20px;
}
.coment-content h5, .coment-content p {
  color: var(--white);
}
.coment-content p {
  margin-top: 4px;
}

.parents-comments p {
  text-align: left;
}

.parents-info {
  text-align: right;
  padding: 35px 0 0;
}

.item figure img {
  width: 100%;
}

.item-data {
  padding: 20px;
  border: 1.4px solid var(--text);
  display: inline-block;
  margin-bottom: 20px;
  border-radius: 4px;
  text-align: center;
}
.item-data small {
  font-size: 10px;
  font-weight: 500;
}

.item-data-img {
  margin-left: 9px;
}

.icons1, .icons2, .icons3, .icons4, .icons5 {
  transition: all 0.2s ease-in-out;
}
.icons1:hover, .icons2:hover, .icons3:hover, .icons4:hover, .icons5:hover {
  background-color: var(--prime) !important;
  border: 4px solid var(--white) !important;
}

.icons4 {
  transform: rotate(168deg);
}

.icons2 {
  transform: rotate(-114deg);
}

.icons3 {
  transform: rotate(45deg);
}

.icons5 {
  transform: rotate(-47deg);
}

.model.video-pop {
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4784313725);
  z-index: 9;
  max-width: 100%;
  transform: translateY(100%);
  transition: 0.5s ease;
}
.model.video-pop.is-open {
  transform: translateY(0%);
}
.model.video-pop .close-video {
  position: absolute;
  bottom: calc(100% + 20px);
  top: auto;
  right: -40px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: var(--prime);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s ease;
}
.model.video-pop .close-video:hover {
  background: var(--prime);
}
.model.video-pop .close-video svg {
  height: 35%;
  width: 35%;
}
.model.video-pop .close-video path {
  stroke-width: 2;
  stroke: var(--white);
}
.model.video-pop .model-body {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 100%;
  max-width: 50%;
}
.model.video-pop .model-body iframe {
  width: 100%;
  aspect-ratio: 1.9;
  border: 2px solid var(--white);
  background: var(--white);
}

.model.admissioneq-pop {
  right: 0;
  transform: translateX(100%);
  transition: 0.5s ease;
  background: var(--white);
  z-index: 10;
}
.model.admissioneq-pop.is-open {
  transform: translateX(0%);
}
.model.admissioneq-pop button.close {
  top: 25px;
  right: 25px;
}
.model.admissioneq-pop .model-body {
  padding: 60px 35px 30px;
  height: 100%;
  overflow-y: auto;
}
.model.admissioneq-pop .model-body::-webkit-scrollbar {
  width: 3px;
  background: var(--white);
}
.model.admissioneq-pop .model-body::-webkit-scrollbar-track {
  box-shadow: none;
}
.model.admissioneq-pop .model-body::-webkit-scrollbar-thumb {
  background-color: #5e5e5e;
  border-radius: 8px;
}
.model.admissioneq-pop .model-body .title {
  text-align: center;
  margin-bottom: 2rem;
}
.model.admissioneq-pop .model-body .title h4 {
  font-size: 32px;
  color: var(--black);
  font-family: Queens-regular;
  font-weight: 500;
  text-transform: none;
  line-height: 1;
}
.model.admissioneq-pop .model-body .title p {
  color: var(--black);
  margin-top: 10px;
  font-size: 16px;
  line-height: 20px;
  max-width: 317px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .model.admissioneq-pop .model-body .title p {
    font-size: 14px;
    max-width: 300px;
  }
}
.model.admissioneq-pop .model-body .form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  --gaptb: 15px;
  --borderbefore: var(--black);
}
.model.admissioneq-pop .model-body .form .form-group {
  position: relative;
}
.model.admissioneq-pop .model-body .form .form-group::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: var(--borderbefore);
}
.model.admissioneq-pop .model-body .form .form-group {
  border-bottom: 1px solid #666;
}
.model.admissioneq-pop .model-body .form .form-group::before {
  height: var(--borderwidth);
  top: unset;
  border-bottom: #666;
}
.model.admissioneq-pop .model-body .form .form-group input, .model.admissioneq-pop .model-body .form .form-group textarea {
  border-bottom: none;
}
.model.admissioneq-pop .model-body .form .form-group.w-full {
  grid-column: span 2;
}
.model.admissioneq-pop .model-body .form .form-group select ~ label {
  top: -50%;
  color: #000;
  font-size: 12px;
  opacity: 0;
}
.model.admissioneq-pop .model-body .form .form-group .custom-select::before {
  background-image: url(/assets/icon/arrow-down.svg);
  background-size: 65% auto;
}
.model.admissioneq-pop .model-body .form .form-group .custom-select .list {
  opacity: 0;
  pointer-events: none;
  transform: scale(1) translateY(-10px);
  transition: all 0.2s ease-in-out;
}
.model.admissioneq-pop .model-body .form .form-group .custom-select.open .list {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
}
.model.admissioneq-pop .model-body .sbmt-grp {
  width: 100%;
  padding-top: 20px;
}
.model.admissioneq-pop .model-body .sbmt-grp a {
  text-align: center;
  text-transform: capitalize;
  padding: 10px 30px;
}
.model.admissioneq-pop .model-body .sbmt-grp a:hover {
  background: #1BB6F0;
  color: #fff;
}

.model.result-pop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4784313725);
  z-index: 9;
  max-width: 100%;
  transform: translateY(100%);
  transition: 0.5s ease;
}
@media only screen and (max-width: 420px) {
  .model.result-pop {
    bottom: -100%;
  }
}
.model.result-pop.is-open {
  transform: translateY(0%);
}
.model.result-pop .close-profile {
  position: absolute;
  bottom: calc(100% + 50px);
  right: -10px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: #040635;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s ease;
  z-index: 10;
}
@media (max-width: 675px) {
  .model.result-pop .close-profile {
    right: 0;
  }
}
@media (max-width: 540px) {
  .model.result-pop .close-profile {
    height: 30px;
    width: 30px;
    bottom: calc(100% + 30px);
  }
}
.model.result-pop .close-profile:hover {
  background: var(--prime);
}
.model.result-pop .close-profile svg {
  height: 35%;
  width: 35%;
}
.model.result-pop .close-profile path {
  stroke-width: 2;
  stroke: var(--white);
}
.model.result-pop .model-body {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 50%;
  background: var(--white);
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}
@media (max-width: 1024px) {
  .model.result-pop .model-body {
    max-width: 70%;
  }
}
@media (max-width: 768px) {
  .model.result-pop .model-body {
    max-width: 95%;
    padding: 20px;
  }
}
@media (max-width: 540px) {
  .model.result-pop .model-body {
    max-width: 75%;
  }
}
@media only screen and (max-width: 420px) {
  .model.result-pop .model-body {
    max-width: 95%;
  }
}
.model.result-pop .model-body .result-grid {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
}
@media (max-width: 540px) {
  .model.result-pop .model-body .result-grid {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
}
.model.result-pop .model-body .result-grid .result-content {
  flex: 1;
  min-width: 300px;
  max-height: 410px;
  overflow: auto;
  padding-right: 20px;
}
.model.result-pop .model-body .result-grid .result-content::-webkit-scrollbar {
  width: 4px;
}
.model.result-pop .model-body .result-grid .result-content::-webkit-scrollbar-track {
  background: transparent;
  border-right: 2px solid rgba(199, 199, 199, 0.6);
}
.model.result-pop .model-body .result-grid .result-content::-webkit-scrollbar-thumb {
  background: #040635;
  border-radius: 0;
  min-height: 60px;
  margin: 2px;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
}
.model.result-pop .model-body .result-grid .result-content::-webkit-scrollbar-thumb:hover {
  background: rgba(199, 199, 199, 0.6);
}
@media (max-width: 768px) {
  .model.result-pop .model-body .result-grid .result-content {
    flex: 0 50%;
  }
}
@media (max-width: 540px) {
  .model.result-pop .model-body .result-grid .result-content {
    flex: 1;
    min-width: auto;
    width: 100%;
    text-align: center;
  }
}
.model.result-pop .model-body .result-grid .result-content h5 {
  margin-bottom: 12px;
  color: #000;
}
.model.result-pop .model-body .result-grid .result-content p {
  margin-bottom: 4px;
  text-align: justify;
  font-size: 14px;
  letter-spacing: 0.1px;
  margin-bottom: 20px;
}
.model.result-pop .model-body .result-grid .result-swiper-container {
  flex: 1;
  min-width: 300px;
  position: relative;
}
@media (max-width: 768px) {
  .model.result-pop .model-body .result-grid .result-swiper-container {
    flex: 0 50%;
  }
}
@media (max-width: 540px) {
  .model.result-pop .model-body .result-grid .result-swiper-container {
    flex: 1;
    min-width: auto;
    width: 100%;
  }
}
.model.result-pop .model-body .result-grid .result-swiper-container .resultX-slider,
.model.result-pop .model-body .result-grid .result-swiper-container .resultXII-slider {
  width: 100%;
  position: relative;
}
.model.result-pop .model-body .result-grid .result-swiper-container .resultX-slider .swiper-slide img,
.model.result-pop .model-body .result-grid .result-swiper-container .resultXII-slider .swiper-slide img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 8px;
}
@media (max-width: 540px) {
  .model.result-pop .model-body .result-grid .result-swiper-container .resultX-slider .swiper-slide img,
  .model.result-pop .model-body .result-grid .result-swiper-container .resultXII-slider .swiper-slide img {
    width: 100%;
    margin: 0 auto;
  }
}
.model.result-pop .model-body .result-grid .result-swiper-container .swiper-group {
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  display: flex;
  justify-content: center;
  width: auto;
}
.model.result-pop .model-body .result-grid .result-swiper-container .swiper-group .resultX-next {
  background: #fff;
  padding: 8px;
  border-radius: 50%;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.model.result-pop .model-body .result-grid .result-swiper-container .swiper-group .resultX-next:hover {
  transform: scale(1.1);
}
.model.result-pop .model-body .result-grid .result-swiper-container .swiper-group .resultX-next svg {
  width: 20px;
  height: 20px;
}

.ad-pop {
  left: 0;
  right: 0;
  max-width: 100%;
  background: none;
  transform: translateY(100%);
  transition: 0.5s ease;
  pointer-events: none;
}
.ad-pop.is-open {
  transform: translateY(0%);
}
.ad-pop .model-body {
  height: 100%;
}
.ad-pop .model-body figure {
  line-height: 0;
  position: relative;
  top: 50%;
  translate: 0 -50%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  pointer-events: all;
}
@media (max-width: 540px) {
  .ad-pop .model-body figure {
    max-width: 280px;
  }
}
.ad-pop .model-body img {
  width: 100%;
  height: auto;
  border-radius: 15px;
}
.ad-pop .model-body .close {
  position: absolute;
  color: var(--white);
  top: -35px !important;
  right: -36px !important;
  line-height: 0;
}
.ad-pop .model-body svg path[stroke], .ad-pop .model-body svg path[fill=none] {
  stroke: currentcolor;
}
.ad-pop .model-body svg path[fill] {
  fill: currentcolor;
}

.back-to-top {
  z-index: 4;
  background: var(--prime);
  border-radius: 50%;
  outline: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: all 0.6s;
  display: flex;
  position: fixed;
  bottom: 70px;
  right: 20px;
  transform: translate(calc(100% + 30px));
}
.back-to-top.active {
  transform: translateX(0);
}

.center-full-nav-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 99%;
  margin: 0 auto;
}
.center-full-nav-btn .next, .center-full-nav-btn .prev {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.center-full-nav-btn1 {
  top: 90%;
  max-width: 83%;
}
.center-full-nav-btn1 .next, .center-full-nav-btn1 .prev {
  background: none;
  box-shadow: none;
}
.center-full-nav-btn1 .next svg path, .center-full-nav-btn1 .prev svg path {
  stroke: #fff;
}

.model.enquire-pop {
  right: 0;
  transform: translateX(100%);
  transition: 0.5s ease;
  background: var(--white);
  z-index: 999;
}
.model.enquire-pop.is-open {
  transform: translateX(0%);
}
.model.enquire-pop button.close {
  top: 25px;
  right: 25px;
}
.model.enquire-pop .model-body {
  padding: 60px 35px 30px;
  height: 100%;
  overflow-y: auto;
}
.model.enquire-pop .model-body::-webkit-scrollbar {
  width: 3px;
  background: var(--white);
}
.model.enquire-pop .model-body::-webkit-scrollbar-track {
  box-shadow: none;
}
.model.enquire-pop .model-body::-webkit-scrollbar-thumb {
  background-color: #5e5e5e;
  border-radius: 8px;
}
.model.enquire-pop .model-body .title {
  text-align: center;
  margin-bottom: 2rem;
}
.model.enquire-pop .model-body .title h4 {
  font-size: 24px;
  color: var(--black);
  font-weight: 500;
  text-transform: none;
  line-height: 1;
}
.model.enquire-pop .model-body .title p {
  color: var(--black);
  margin-top: 10px;
  font-size: 16px;
  line-height: 20px;
  max-width: 317px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media (max-width: 768px) {
  .model.enquire-pop .model-body .title p {
    font-size: 16px;
    max-width: 300px;
  }
}
.model.enquire-pop .model-body .form {
  display: -webkit-grid;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  --gaptb: 15px;
  --borderbefore: var(--black);
  margin-bottom: 20px;
}
@media (max-width: 540px) {
  .model.enquire-pop .model-body .form {
    grid-template-columns: 1fr;
  }
}
.model.enquire-pop .model-body .form .form-group {
  position: relative;
  position: relative;
}
.model.enquire-pop .model-body .form .form-group::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: var(--borderbefore);
}
@media (max-width: 540px) {
  .model.enquire-pop .model-body .form .form-group {
    grid-column: span 2;
  }
}
.model.enquire-pop .model-body .form .form-group::before {
  height: var(--borderwidth);
  top: unset;
  bottom: 0;
}
.model.enquire-pop .model-body .form .form-group input[type=date] {
  position: relative;
  min-height: 40px;
}
.model.enquire-pop .model-body .form .form-group input[type=date]::-webkit-datetime-edit {
  opacity: 0;
}
.model.enquire-pop .model-body .form .form-group input[type=date]::-webkit-datetime-edit-fields-wrapper {
  opacity: 0;
}
.model.enquire-pop .model-body .form .form-group input[type=date]::-webkit-datetime-edit-text {
  opacity: 0;
  padding: 0;
}
.model.enquire-pop .model-body .form .form-group input[type=date]::-webkit-datetime-edit-month-field {
  opacity: 0;
}
.model.enquire-pop .model-body .form .form-group input[type=date]::-webkit-datetime-edit-day-field {
  opacity: 0;
}
.model.enquire-pop .model-body .form .form-group input[type=date]::-webkit-datetime-edit-year-field {
  opacity: 0;
}
.model.enquire-pop .model-body .form .form-group input[type=date]::-webkit-inner-spin-button, .model.enquire-pop .model-body .form .form-group input[type=date]::-webkit-clear-button {
  display: none;
}
.model.enquire-pop .model-body .form .form-group input[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  opacity: 0.5;
  z-index: 2;
}
.model.enquire-pop .model-body .form .form-group input[type=date]::-webkit-calendar-picker-indicator:hover {
  opacity: 1;
}
.model.enquire-pop .model-body .form .form-group input[type=date]:valid::-webkit-datetime-edit, .model.enquire-pop .model-body .form .form-group input[type=date]:focus:valid::-webkit-datetime-edit {
  opacity: 1;
}
.model.enquire-pop .model-body .form .form-group input[type=date]:valid::-webkit-datetime-edit-fields-wrapper, .model.enquire-pop .model-body .form .form-group input[type=date]:focus:valid::-webkit-datetime-edit-fields-wrapper {
  opacity: 1;
}
.model.enquire-pop .model-body .form .form-group input[type=date]:valid::-webkit-datetime-edit-text, .model.enquire-pop .model-body .form .form-group input[type=date]:focus:valid::-webkit-datetime-edit-text {
  opacity: 1;
  color: var(--black);
}
.model.enquire-pop .model-body .form .form-group input[type=date]:valid::-webkit-datetime-edit-month-field, .model.enquire-pop .model-body .form .form-group input[type=date]:focus:valid::-webkit-datetime-edit-month-field {
  opacity: 1;
  color: var(--black);
}
.model.enquire-pop .model-body .form .form-group input[type=date]:valid::-webkit-datetime-edit-day-field, .model.enquire-pop .model-body .form .form-group input[type=date]:focus:valid::-webkit-datetime-edit-day-field {
  opacity: 1;
  color: var(--black);
}
.model.enquire-pop .model-body .form .form-group input[type=date]:valid::-webkit-datetime-edit-year-field, .model.enquire-pop .model-body .form .form-group input[type=date]:focus:valid::-webkit-datetime-edit-year-field {
  opacity: 1;
  color: var(--black);
}
.model.enquire-pop .model-body .form .form-group input[type=date]::-moz-placeholder {
  opacity: 0;
}
.model.enquire-pop .model-body .form .form-group input[type=date] ~ label {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  color: #666;
  font-size: 16px;
  transition: all 0.3s ease;
  pointer-events: none;
  background: transparent;
  z-index: 1;
}
.model.enquire-pop .model-body .form .form-group input[type=date]:focus ~ label, .model.enquire-pop .model-body .form .form-group input[type=date]:valid ~ label {
  top: -10px;
  transform: translateY(0);
  color: #000;
  font-size: 12px;
  background: var(--white);
  padding: 0 4px;
  width: 100%;
}
.model.enquire-pop .model-body .form .form-group input:not([type=date]):not(:-moz-placeholder) ~ label {
  top: -2px;
  color: #000;
  font-size: 16px;
  transform: translateY(0);
  background: var(--white);
  padding: 0 4px;
  width: 100%;
}
.model.enquire-pop .model-body .form .form-group input:not([type=date]):focus ~ label, .model.enquire-pop .model-body .form .form-group input:not([type=date]):not(:placeholder-shown) ~ label {
  top: -2px;
  color: #000;
  font-size: 16px;
  transform: translateY(0);
  background: var(--white);
  padding: 0 4px;
  width: 100%;
}
.model.enquire-pop .model-body .form .form-group textarea:not(:-moz-placeholder) ~ label {
  top: -10px;
  color: #000;
  font-size: 16px;
  transform: translateY(0);
  background: var(--white);
  padding: 0 4px;
  width: 100%;
}
.model.enquire-pop .model-body .form .form-group textarea:focus ~ label, .model.enquire-pop .model-body .form .form-group textarea:not(:placeholder-shown) ~ label {
  top: -10px;
  color: #000;
  font-size: 16px;
  transform: translateY(0);
  background: var(--white);
  padding: 0 4px;
  width: 100%;
}
.model.enquire-pop .model-body .form .form-group.w-full {
  grid-column: span 2;
}
.model.enquire-pop .model-body .form .form-group select ~ label {
  top: -10px;
  color: #000;
  font-size: 12px;
  background: var(--white);
  padding: 0 4px;
}
.model.enquire-pop .model-body .form .form-group .custom-select::before {
  background-image: url(/assets/icon/arrow-down.svg);
  background-size: 65% auto;
}
.model.enquire-pop .model-body .sbmt-grp {
  width: 100%;
  padding-top: 20px;
}
.model.enquire-pop .model-body .sbmt-grp a {
  text-align: center;
  text-transform: capitalize;
  padding: 10px 30px;
}
.model.enquire-pop .model-body .sbmt-grp a:hover {
  background: #1BB6F0;
  color: #fff;
}

@media (max-width: 1366px) {
  .achievement-text {
    padding-left: 50px;
  }
  .achievement-text a {
    font-size: 6rem;
  }
  .achievement-text1 {
    padding-top: 130px;
  }
  .achievement-text3 {
    padding-bottom: 200px;
  }
  .achievement-img {
    top: 50px;
    left: 0px;
  }
}
@media (max-width: 1280px) {
  .achievement-text {
    padding-left: 80px;
  }
  .achievement-text a {
    font-size: 4.5rem;
    margin: -20px 0;
  }
  .achievement-text1 {
    padding-top: 120px;
  }
  .achievement-text3 {
    padding-bottom: 180px;
  }
  .achievement-img {
    top: 45px;
    left: 0px;
  }
}
@media (max-width: 1024px) {
  .achievement {
    overflow: hidden;
  }
  .achievement-parent {
    grid-template-columns: 55% auto;
    gap: 10px;
    padding-bottom: 0;
  }
  .achievement-text {
    padding-left: 60px;
    padding-right: 10px;
  }
  .achievement-text a {
    font-size: 3rem;
    margin: -12px 0;
  }
  .achievement-text1 {
    padding-top: 70px;
  }
  .achievement-text3 {
    padding-bottom: 100px;
  }
  .achievement-img {
    position: relative;
    top: 30px;
    left: 20px;
    right: 0;
    width: calc(100% - 20px);
    height: 320px;
    margin-bottom: 0;
    overflow: hidden;
  }
  .customimg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .customimg img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    display: block;
  }
}
@media (max-width: 991px) {
  .achievement {
    overflow: hidden;
  }
  .achievement-parent {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 30px 20px 0;
  }
  .achievement-text {
    padding-left: 20px;
    padding-right: 20px;
    transform: rotate(-8deg);
  }
  .achievement-text a {
    font-size: 2rem;
    margin: -8px 0;
  }
  .achievement-text1 {
    padding-top: 30px;
  }
  .achievement-text2 a {
    font-size: 2rem;
  }
  .achievement-text3 {
    padding-bottom: 40px;
  }
  .achievement-img {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 260px;
    margin: 20px 0 0;
    overflow: hidden;
  }
  .customimg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .customimg img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    display: block;
  }
}
@media (max-width: 767px) {
  .achievement-parent {
    padding: 25px 15px 0;
  }
  .achievement-text {
    padding-left: 15px;
    padding-right: 15px;
    transform: rotate(-6deg);
  }
  .achievement-text a {
    font-size: 1.6rem;
    margin: -6px 0;
  }
  .achievement-text1 {
    padding-top: 22px;
  }
  .achievement-text2 a {
    font-size: 1.6rem;
  }
  .achievement-text3 {
    padding-bottom: 30px;
  }
  .achievement-img {
    height: 210px;
    margin: 20px 0 0;
  }
  .customimg img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 675px) {
  .achievement-parent {
    padding: 20px 12px 0;
  }
  .achievement-text {
    padding-left: 10px;
    padding-right: 10px;
    transform: rotate(-5deg);
  }
  .achievement-text a {
    font-size: 2.2rem;
    margin: -5px 0;
  }
  .achievement-text1 {
    padding-top: 16px;
  }
  .achievement-text2 a {
    font-size: 2.2rem;
  }
  .achievement-text3 {
    padding-bottom: 22px;
  }
  .achievement-img {
    height: 185px;
    margin: 18px 0 0;
  }
  .customimg img {
    -o-object-fit: contain;
       object-fit: contain;
    margin-left: 7rem;
  }
}
@media (max-width: 540px) {
  .achievement-parent {
    padding: 15px 10px 0;
  }
  .achievement-text {
    padding-left: 8px;
    padding-right: 8px;
    transform: rotate(-4deg);
  }
  .achievement-text a {
    font-size: 2rem;
    margin: -4px 0;
  }
  .achievement-text1 {
    padding-top: 12px;
  }
  .achievement-text2 a {
    font-size: 2rem;
  }
  .achievement-text3 {
    padding-bottom: 16px;
  }
  .achievement-img {
    height: 160px;
    margin: 15px 0 0;
  }
  .customimg img {
    -o-object-fit: contain;
       object-fit: contain;
    margin-left: 7rem;
  }
}
@media only screen and (max-width: 420px) {
  .achievement-parent {
    padding: 12px 8px 0;
  }
  .achievement-text {
    padding-left: 6px;
    padding-right: 6px;
    transform: rotate(-3deg);
  }
  .achievement-text a {
    font-size: 2rem;
    margin: -3px 0;
  }
  .achievement-text1 {
    padding-top: 10px;
  }
  .achievement-text2 a {
    font-size: 2rem;
  }
  .achievement-text3 {
    padding-bottom: 12px;
  }
  .achievement-img {
    height: 135px;
    margin: 12px 0 0;
  }
  .customimg img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media only screen and (max-width: 365px) {
  .achievement-parent {
    padding: 10px 6px 0;
  }
  .achievement-text {
    padding-left: 4px;
    padding-right: 4px;
    transform: rotate(-2deg);
  }
  .achievement-text a {
    font-size: 2rem;
    margin: -2px 0;
  }
  .achievement-text1 {
    padding-top: 8px;
  }
  .achievement-text2 a {
    font-size: 2rem;
  }
  .achievement-text3 {
    padding-bottom: 10px;
  }
  .achievement-img {
    height: 115px;
    margin: 10px 0 0;
  }
  .customimg img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 1024px) {
  .BBMS {
    padding: 40px 0 80px 0;
  }
  .BBMS .life-heading {
    padding-top: 30px;
  }
  .BBMS .life-heading h1 {
    font-size: 48px;
  }
  .BBMS .life-heading p {
    font-size: 14px;
  }
  .BBMS .divjfj {
    width: 450px;
    height: 450px;
    margin: 100px 0 80px 0;
  }
  .BBMS .divjfj .life-icon1 {
    top: -35px;
    right: 140px;
  }
  .BBMS .divjfj .life-icon2 {
    right: -20px;
    top: 160px;
  }
  .BBMS .divjfj .life-icon3 {
    top: 90px;
    left: -8px;
  }
  .BBMS .divjfj .life-icon4 {
    bottom: -10px;
    right: 100px;
  }
  .BBMS .divjfj .life-icon5 {
    bottom: 35px;
    left: 25px;
  }
  .BBMS .divjfj .icons1, .BBMS .divjfj .icons2, .BBMS .divjfj .icons3, .BBMS .divjfj .icons4, .BBMS .divjfj .icons5 {
    padding: 22px;
  }
  .BBMS .divjfj .icons1 svg, .BBMS .divjfj .icons2 svg, .BBMS .divjfj .icons3 svg, .BBMS .divjfj .icons4 svg, .BBMS .divjfj .icons5 svg {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 991px) {
  .BBMS {
    padding: 40px 0 60px 0;
    text-align: center;
  }
  .BBMS .life-heading {
    padding-top: 25px;
  }
  .BBMS .life-heading h1 {
    font-size: 42px;
  }
  .BBMS .life-heading p {
    font-size: 14px;
  }
  .BBMS .divjfj {
    width: 380px;
    height: 380px;
    margin: 80px auto 60px auto;
    display: block;
  }
  .BBMS .divjfj .lifeCircleimg {
    border: 20px solid var(--white);
  }
  .BBMS .divjfj .life-icon1 {
    top: -30px;
    right: 115px;
  }
  .BBMS .divjfj .life-icon1 h5 {
    font-size: 12px;
    top: -30px;
  }
  .BBMS .divjfj .life-icon2 {
    right: -18px;
    top: 135px;
  }
  .BBMS .divjfj .life-icon2 h5 {
    font-size: 12px;
    right: -70px;
  }
  .BBMS .divjfj .life-icon3 {
    top: 75px;
    left: -8px;
  }
  .BBMS .divjfj .life-icon3 h5 {
    font-size: 12px;
    left: -60px;
  }
  .BBMS .divjfj .life-icon4 {
    bottom: -10px;
    right: 82px;
  }
  .BBMS .divjfj .life-icon4 h5 {
    font-size: 12px;
  }
  .BBMS .divjfj .life-icon5 {
    bottom: 30px;
    left: 20px;
  }
  .BBMS .divjfj .life-icon5 h5 {
    font-size: 12px;
  }
  .BBMS .divjfj .icons1, .BBMS .divjfj .icons2, .BBMS .divjfj .icons3, .BBMS .divjfj .icons4, .BBMS .divjfj .icons5 {
    padding: 18px;
  }
  .BBMS .divjfj .icons1 svg, .BBMS .divjfj .icons2 svg, .BBMS .divjfj .icons3 svg, .BBMS .divjfj .icons4 svg, .BBMS .divjfj .icons5 svg {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 767px) {
  .BBMS {
    padding: 30px 0 50px 0;
  }
  .BBMS .life-heading {
    padding-top: 20px;
  }
  .BBMS .life-heading h1 {
    font-size: 36px;
  }
  .BBMS .life-heading p {
    font-size: 13px;
  }
  .BBMS .divjfj {
    width: 320px;
    height: 320px;
    margin: 70px auto 50px auto;
    display: block;
  }
  .BBMS .divjfj .lifeCircleimg {
    border: 15px solid var(--white);
  }
  .BBMS .divjfj .life-icon1 {
    top: -25px;
    right: 95px;
  }
  .BBMS .divjfj .life-icon1 h5 {
    font-size: 11px;
    top: -28px;
    left: 10px;
  }
  .BBMS .divjfj .life-icon2 {
    right: -15px;
    top: 110px;
  }
  .BBMS .divjfj .life-icon2 h5 {
    font-size: 11px;
    right: -60px;
    top: 20px;
  }
  .BBMS .divjfj .life-icon3 {
    top: 62px;
    left: -5px;
  }
  .BBMS .divjfj .life-icon3 h5 {
    font-size: 11px;
    left: -55px;
  }
  .BBMS .divjfj .life-icon4 {
    bottom: -8px;
    right: 68px;
  }
  .BBMS .divjfj .life-icon4 h5 {
    font-size: 11px;
    top: 110px;
  }
  .BBMS .divjfj .life-icon5 {
    bottom: 25px;
    left: 15px;
  }
  .BBMS .divjfj .life-icon5 h5 {
    font-size: 11px;
    top: 95px;
  }
  .BBMS .divjfj .icons1, .BBMS .divjfj .icons2, .BBMS .divjfj .icons3, .BBMS .divjfj .icons4, .BBMS .divjfj .icons5 {
    padding: 15px;
  }
  .BBMS .divjfj .icons1 svg, .BBMS .divjfj .icons2 svg, .BBMS .divjfj .icons3 svg, .BBMS .divjfj .icons4 svg, .BBMS .divjfj .icons5 svg {
    width: 25px;
    height: 25px;
  }
}
@media (max-width: 675px) {
  .BBMS {
    padding: 25px 0 40px 0;
  }
  .BBMS .life-heading h1 {
    font-size: 32px;
  }
  .BBMS .life-heading p {
    font-size: 13px;
  }
  .BBMS .divjfj {
    width: 280px;
    height: 280px;
    margin: 60px auto 40px auto;
    display: block;
  }
  .BBMS .divjfj .lifeCircleimg {
    border: 12px solid var(--white);
  }
  .BBMS .divjfj .life-icon1 {
    top: -22px;
    right: 83px;
  }
  .BBMS .divjfj .life-icon1 h5 {
    font-size: 10px;
    top: -25px;
    left: 8px;
  }
  .BBMS .divjfj .life-icon2 {
    right: -12px;
    top: 95px;
  }
  .BBMS .divjfj .life-icon2 h5 {
    font-size: 10px;
    right: -55px;
    top: 18px;
  }
  .BBMS .divjfj .life-icon3 {
    top: 55px;
    left: -5px;
  }
  .BBMS .divjfj .life-icon3 h5 {
    font-size: 10px;
    left: -50px;
  }
  .BBMS .divjfj .life-icon4 {
    bottom: -6px;
    right: 58px;
  }
  .BBMS .divjfj .life-icon4 h5 {
    font-size: 10px;
    top: 95px;
  }
  .BBMS .divjfj .life-icon5 {
    bottom: 20px;
    left: 12px;
  }
  .BBMS .divjfj .life-icon5 h5 {
    font-size: 10px;
    top: 85px;
  }
  .BBMS .divjfj .icons1, .BBMS .divjfj .icons2, .BBMS .divjfj .icons3, .BBMS .divjfj .icons4, .BBMS .divjfj .icons5 {
    padding: 12px;
  }
  .BBMS .divjfj .icons1 svg, .BBMS .divjfj .icons2 svg, .BBMS .divjfj .icons3 svg, .BBMS .divjfj .icons4 svg, .BBMS .divjfj .icons5 svg {
    width: 22px;
    height: 22px;
  }
}
@media (max-width: 540px) {
  .BBMS {
    padding: 20px 0 30px 0;
  }
  .BBMS .life-heading h1 {
    font-size: 28px;
  }
  .BBMS .life-heading p {
    font-size: 12px;
  }
  .BBMS .divjfj {
    width: 240px;
    height: 240px;
    margin: 50px auto 35px auto;
    display: block;
  }
  .BBMS .divjfj .lifeCircleimg {
    border: 10px solid var(--white);
  }
  .BBMS .divjfj .life-icon1 {
    top: -18px;
    right: 70px;
  }
  .BBMS .divjfj .life-icon1 h5 {
    font-size: 9px;
    top: -12px;
    left: 5px;
  }
  .BBMS .divjfj .life-icon2 {
    right: -33px;
    top: 80px;
  }
  .BBMS .divjfj .life-icon2 h5 {
    font-size: 9px;
    right: -33px;
    top: 10px;
  }
  .BBMS .divjfj .life-icon3 {
    top: 45px;
    left: -4px;
  }
  .BBMS .divjfj .life-icon3 h5 {
    font-size: 9px;
    left: -22px;
  }
  .BBMS .divjfj .life-icon4 {
    bottom: -5px;
    right: 48px;
  }
  .BBMS .divjfj .life-icon4 h5 {
    font-size: 9px;
    left: -23px;
    top: 58px;
  }
  .BBMS .divjfj .life-icon5 {
    bottom: 15px;
    left: 8px;
  }
  .BBMS .divjfj .life-icon5 h5 {
    font-size: 9px;
    top: 50px;
    right: 39px;
  }
  .BBMS .divjfj .icons1, .BBMS .divjfj .icons2, .BBMS .divjfj .icons3, .BBMS .divjfj .icons4, .BBMS .divjfj .icons5 {
    padding: 10px;
  }
  .BBMS .divjfj .icons1 svg, .BBMS .divjfj .icons2 svg, .BBMS .divjfj .icons3 svg, .BBMS .divjfj .icons4 svg, .BBMS .divjfj .icons5 svg {
    width: 18px;
    height: 18px;
  }
}
@media only screen and (max-width: 420px) {
  .BBMS {
    padding: 15px 0 25px 0;
  }
  .BBMS .life-heading h1 {
    font-size: 24px;
  }
  .BBMS .life-heading p {
    font-size: 12px;
  }
  .BBMS .divjfj {
    width: 200px;
    height: 200px;
    margin: 40px auto 30px auto;
    display: block;
  }
  .BBMS .divjfj .lifeCircleimg {
    border: 8px solid var(--white);
  }
  .BBMS .divjfj .life-icon1 {
    top: -15px;
    right: 58px;
  }
  .BBMS .divjfj .life-icon1 h5 {
    font-size: 8px;
    top: -18px;
    left: 4px;
  }
  .BBMS .divjfj .life-icon2 {
    right: -8px;
    top: 66px;
  }
  .BBMS .divjfj .life-icon2 h5 {
    font-size: 8px;
    right: -38px;
    top: 12px;
  }
  .BBMS .divjfj .life-icon3 {
    top: 38px;
    left: -3px;
  }
  .BBMS .divjfj .life-icon3 h5 {
    font-size: 8px;
    left: -35px;
  }
  .BBMS .divjfj .life-icon4 {
    bottom: -4px;
    right: 40px;
  }
  .BBMS .divjfj .life-icon4 h5 {
    font-size: 8px;
    top: 65px;
  }
  .BBMS .divjfj .life-icon5 {
    bottom: 12px;
    left: 6px;
  }
  .BBMS .divjfj .life-icon5 h5 {
    font-size: 8px;
    top: 60px;
  }
  .BBMS .divjfj .icons1, .BBMS .divjfj .icons2, .BBMS .divjfj .icons3, .BBMS .divjfj .icons4, .BBMS .divjfj .icons5 {
    padding: 8px;
  }
  .BBMS .divjfj .icons1 svg, .BBMS .divjfj .icons2 svg, .BBMS .divjfj .icons3 svg, .BBMS .divjfj .icons4 svg, .BBMS .divjfj .icons5 svg {
    width: 15px;
    height: 15px;
  }
}
@media only screen and (max-width: 365px) {
  .BBMS {
    padding: 10px 0 20px 0;
  }
  .BBMS .life-heading h1 {
    font-size: 22px;
  }
  .BBMS .life-heading p {
    font-size: 11px;
  }
  .BBMS .divjfj {
    width: 180px;
    height: 180px;
    margin: 35px auto 25px auto;
    display: block;
  }
  .BBMS .divjfj .lifeCircleimg {
    border: 6px solid var(--white);
  }
  .BBMS .divjfj .life-icon1 {
    top: -12px;
    right: 52px;
  }
  .BBMS .divjfj .life-icon1 h5 {
    font-size: 7px;
    top: -15px;
    left: 3px;
  }
  .BBMS .divjfj .life-icon2 {
    right: -6px;
    top: 58px;
  }
  .BBMS .divjfj .life-icon2 h5 {
    font-size: 7px;
    right: -32px;
    top: 10px;
  }
  .BBMS .divjfj .life-icon3 {
    top: 32px;
    left: -2px;
  }
  .BBMS .divjfj .life-icon3 h5 {
    font-size: 7px;
    left: -30px;
  }
  .BBMS .divjfj .life-icon4 {
    bottom: -3px;
    right: 34px;
  }
  .BBMS .divjfj .life-icon4 h5 {
    font-size: 7px;
    top: 55px;
  }
  .BBMS .divjfj .life-icon5 {
    bottom: 10px;
    left: 5px;
  }
  .BBMS .divjfj .life-icon5 h5 {
    font-size: 7px;
    top: 50px;
  }
  .BBMS .divjfj .icons1, .BBMS .divjfj .icons2, .BBMS .divjfj .icons3, .BBMS .divjfj .icons4, .BBMS .divjfj .icons5 {
    padding: 6px;
  }
  .BBMS .divjfj .icons1 svg, .BBMS .divjfj .icons2 svg, .BBMS .divjfj .icons3 svg, .BBMS .divjfj .icons4 svg, .BBMS .divjfj .icons5 svg {
    width: 13px;
    height: 13px;
  }
}
@media (max-width: 1024px) {
  .model.ham-pop {
    max-width: 420px;
  }
  .model.ham-pop .model-body {
    padding: 0 30px 25px;
    margin-top: 60px;
  }
  .model.ham-pop .nav-list > li > a {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .model.ham-pop {
    max-width: 380px;
  }
  .model.ham-pop .model-body {
    padding: 0 25px 25px;
    margin-top: 55px;
  }
  .model.ham-pop .nav-list > li > a {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .model.ham-pop {
    max-width: 100%;
    width: 85%;
  }
  .model.ham-pop .model-body {
    padding: 0 20px 20px;
    margin-top: 50px;
  }
  .model.ham-pop .nav-list > li > a {
    font-size: 15px;
  }
  .model.ham-pop .bottom-list {
    gap: 0.6rem;
  }
  .model.ham-pop .bottom-list .social-icons a {
    width: 36px;
    height: 36px;
  }
  .model.ham-pop .bottom-list .social-icons a svg {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 540px) {
  .model.ham-pop {
    width: 100%;
    max-width: 100%;
  }
  .model.ham-pop .model-body {
    padding: 0 18px 18px;
    margin-top: 45px;
  }
  .model.ham-pop .nav-list > li > a {
    font-size: 14px;
  }
  .model.ham-pop .dropdown-menu-ham ul li a {
    font-size: 13px;
  }
  .model.ham-pop .close {
    top: 20px;
    right: 18px;
  }
}
@media only screen and (max-width: 420px) {
  .model.ham-pop .model-body {
    padding: 0 15px 15px;
    margin-top: 40px;
  }
  .model.ham-pop .nav-list > li > a {
    font-size: 13px;
  }
  .model.ham-pop .dropdown-menu-ham ul li a {
    font-size: 12px;
  }
  .model.ham-pop .bottom-list {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.8rem;
  }
}
@media only screen and (max-width: 365px) {
  .model.ham-pop .model-body {
    padding: 0 12px 12px;
    margin-top: 35px;
  }
  .model.ham-pop .nav-list > li > a {
    font-size: 12px;
  }
  .model.ham-pop .dropdown-menu-ham ul li a {
    font-size: 11px;
  }
}
@media (max-width: 991px) {
  .model.enquire-pop {
    max-width: 420px;
  }
  .model.enquire-pop .model-body {
    padding: 55px 30px 25px;
  }
  .model.enquire-pop .model-body .title {
    margin-bottom: 1.5rem;
  }
  .model.enquire-pop .model-body .title h4 {
    font-size: 22px;
  }
  .model.enquire-pop .model-body .title p {
    font-size: 15px;
  }
  .model.enquire-pop .form {
    gap: 12px;
  }
  .model.enquire-pop .sbmt-grp {
    padding-top: 15px;
  }
}
@media (max-width: 767px) {
  .model.enquire-pop {
    max-width: 100%;
    width: 90%;
  }
  .model.enquire-pop .model-body {
    padding: 50px 25px 20px;
  }
  .model.enquire-pop .model-body .title {
    margin-bottom: 1.2rem;
  }
  .model.enquire-pop .model-body .title h4 {
    font-size: 20px;
  }
  .model.enquire-pop .model-body .title p {
    font-size: 14px;
    max-width: 100%;
  }
  .model.enquire-pop .form {
    gap: 10px;
  }
  .model.enquire-pop button.close {
    top: 18px;
    right: 18px;
  }
  .model.enquire-pop .sbmt-grp {
    padding-top: 12px;
  }
  .model.enquire-pop .sbmt-grp a {
    padding: 8px 25px;
    font-size: 14px;
  }
}
@media (max-width: 675px) {
  .model.enquire-pop {
    width: 100%;
    max-width: 100%;
  }
  .model.enquire-pop .model-body {
    padding: 50px 20px 20px;
  }
  .model.enquire-pop .model-body .title {
    margin-bottom: 1rem;
  }
  .model.enquire-pop .model-body .title h4 {
    font-size: 18px;
  }
  .model.enquire-pop .model-body .title p {
    font-size: 13px;
    max-width: 100%;
  }
  .model.enquire-pop .form {
    gap: 8px;
    grid-template-columns: 1fr;
  }
  .model.enquire-pop .form .form-group {
    grid-column: span 2;
  }
  .model.enquire-pop .form .form-group.w-full {
    grid-column: span 2;
  }
  .model.enquire-pop button.close {
    top: 15px;
    right: 15px;
  }
  .model.enquire-pop .sbmt-grp {
    padding-top: 10px;
  }
  .model.enquire-pop .sbmt-grp a {
    padding: 8px 20px;
    font-size: 13px;
  }
}
@media (max-width: 540px) {
  .model.enquire-pop .model-body {
    padding: 45px 15px 15px;
  }
  .model.enquire-pop .model-body .title {
    margin-bottom: 0.8rem;
  }
  .model.enquire-pop .model-body .title h4 {
    font-size: 16px;
    line-height: 1.3;
  }
  .model.enquire-pop .model-body .title p {
    font-size: 12px;
  }
  .model.enquire-pop .form {
    gap: 6px;
  }
  .model.enquire-pop .form .form-group {
    grid-column: span 2;
  }
  .model.enquire-pop button.close {
    top: 12px;
    right: 12px;
  }
  .model.enquire-pop button.close svg {
    width: 20px;
    height: 20px;
  }
  .model.enquire-pop .sbmt-grp {
    padding-top: 8px;
  }
  .model.enquire-pop .sbmt-grp a {
    padding: 7px 18px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 420px) {
  .model.enquire-pop .model-body {
    padding: 42px 12px 12px;
  }
  .model.enquire-pop .model-body .title {
    margin-bottom: 0.6rem;
  }
  .model.enquire-pop .model-body .title h4 {
    font-size: 15px;
  }
  .model.enquire-pop .model-body .title p {
    font-size: 11px;
  }
  .model.enquire-pop .form {
    gap: 5px;
  }
  .model.enquire-pop button.close {
    top: 10px;
    right: 10px;
  }
  .model.enquire-pop button.close svg {
    width: 18px;
    height: 18px;
  }
  .model.enquire-pop .sbmt-grp a {
    padding: 6px 15px;
    font-size: 11px;
  }
}
@media only screen and (max-width: 365px) {
  .model.enquire-pop .model-body {
    padding: 40px 10px 10px;
  }
  .model.enquire-pop .model-body .title {
    margin-bottom: 0.5rem;
  }
  .model.enquire-pop .model-body .title h4 {
    font-size: 14px;
  }
  .model.enquire-pop .model-body .title p {
    font-size: 11px;
  }
  .model.enquire-pop .form {
    gap: 4px;
  }
  .model.enquire-pop button.close {
    top: 8px;
    right: 8px;
  }
  .model.enquire-pop button.close svg {
    width: 16px;
    height: 16px;
  }
  .model.enquire-pop .sbmt-grp a {
    padding: 6px 12px;
    font-size: 11px;
  }
}
@media (max-width: 1024px) {
  .model.video-pop .model-body {
    max-width: 70%;
  }
}
@media (max-width: 767px) {
  .model.video-pop .model-body {
    max-width: 90%;
  }
  .model.video-pop .close-video {
    right: 0;
    bottom: calc(100% + 15px);
    height: 45px;
    width: 45px;
  }
}
@media (max-width: 540px) {
  .model.video-pop .model-body {
    max-width: 95%;
    padding: 0 10px;
  }
  .model.video-pop .close-video {
    right: 5px;
    bottom: calc(100% + 10px);
    height: 40px;
    width: 40px;
  }
  .model.video-pop .close-video svg {
    width: 14px;
    height: 14px;
  }
}
@media only screen and (max-width: 420px) {
  .model.video-pop .model-body {
    max-width: 95%;
  }
  .model.video-pop .close-video {
    right: 5px;
    bottom: calc(100% + 8px);
    height: 35px;
    width: 35px;
  }
  .model.video-pop .close-video svg {
    width: 12px;
    height: 12px;
  }
}
@media only screen and (max-width: 365px) {
  .model.video-pop .close-video {
    height: 32px;
    width: 32px;
  }
  .model.video-pop .close-video svg {
    width: 11px;
    height: 11px;
  }
}
.enquiry-content {
  display: block;
}

.Admission-enquiry ul {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 0;
  width: 100%;
}
.Admission-enquiry li {
  flex: 1 1 0;
  text-align: center;
  padding: 30px 10px;
}

@media (max-width: 1024px) {
  .Admission-enquiry li {
    padding: 24px 8px;
  }
  .Admission-enquiry li h3 {
    font-size: 28px;
  }
  .Admission-enquiry li p {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .Admission-enquiry li {
    padding: 20px 6px;
  }
  .Admission-enquiry li h3 {
    font-size: 24px;
  }
  .Admission-enquiry li p {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .Admission-enquiry li {
    padding: 18px 5px;
  }
  .Admission-enquiry li h3 {
    font-size: 20px;
  }
  .Admission-enquiry li p {
    font-size: 12px;
  }
}
@media (max-width: 675px) {
  .Admission-enquiry li {
    padding: 16px 4px;
  }
  .Admission-enquiry li h3 {
    font-size: 18px;
  }
  .Admission-enquiry li p {
    font-size: 11px;
  }
}
@media (max-width: 540px) {
  .Admission-enquiry li {
    padding: 14px 3px;
  }
  .Admission-enquiry li h3 {
    font-size: 16px;
  }
  .Admission-enquiry li p {
    font-size: 10px;
  }
}
@media only screen and (max-width: 420px) {
  .Admission-enquiry li {
    padding: 12px 2px;
  }
  .Admission-enquiry li h3 {
    font-size: 14px;
  }
  .Admission-enquiry li p {
    font-size: 9px;
  }
}
@media only screen and (max-width: 365px) {
  .Admission-enquiry li {
    padding: 10px 2px;
  }
  .Admission-enquiry li h3 {
    font-size: 12px;
  }
  .Admission-enquiry li p {
    font-size: 8px;
  }
}
@media (max-width: 1024px) {
  .events {
    padding: 3.5rem 0;
  }
  .event-content {
    width: 40%;
    padding-left: 30px;
  }
  .event-content > h1 {
    font-size: 2.2rem;
  }
  .event-slider {
    width: 55%;
  }
}
@media (max-width: 991px) {
  .events {
    padding: 3rem 0;
  }
  .event-parent {
    flex-direction: column;
  }
  .event-content {
    width: 100%;
    padding: 0 20px;
    text-align: center;
  }
  .event-content > h1 {
    font-size: 2rem;
  }
  .event-content .slide-btn {
    justify-content: center;
    gap: 20px;
  }
  .event-slider {
    width: 100%;
    margin-top: 30px;
    overflow: hidden;
  }
  .item.swiper-slide {
    height: auto;
  }
  .item.swiper-slide figure img {
    height: 100%;
  }
}
@media (max-width: 767px) {
  .events {
    padding: 2.5rem 0;
  }
  .event-content > h1 {
    font-size: 1.7rem;
  }
  .event-content h6, .event-content h2, .event-content p {
    margin-bottom: 15px;
  }
  .event-content .slide-btn {
    margin-top: 25px;
  }
}
@media (max-width: 675px) {
  .events {
    padding: 2rem 0;
  }
  .event-content > h1 {
    font-size: 1.7rem;
  }
  .event-content h6, .event-content h2, .event-content p {
    margin-bottom: 12px;
  }
}
@media (max-width: 540px) {
  .events {
    padding: 1.7rem 0;
    padding-top: 4rem;
  }
  .event-content > h1 {
    font-size: 1.3rem;
  }
  .event-content .slide-btn {
    flex-direction: column;
    gap: 12px;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 420px) {
  .event-content > h1 {
    font-size: 1.5rem;
  }
  .event-content h6, .event-content h2, .event-content p {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 365px) {
  .event-content > h1 {
    font-size: 1rem;
  }
}
@media (max-width: 1199px) {
  .formImg {
    width: 52%;
  }
  .formImg img {
    width: 100% !important;
    display: block;
  }
  .formContent {
    width: 44%;
    padding: 0 60px 0 0;
  }
  .formContent h3 {
    font-size: 30px;
    line-height: 1.35;
  }
}
@media (max-width: 991px) {
  .formSection {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }
  .formParent {
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
  }
  .formImg {
    width: 100%;
    margin: 0 0 35px 0;
    padding: 0;
    display: flex;
    justify-content: center;
  }
  .formImg img {
    width: 100% !important;
    max-width: 100%;
    display: block;
    margin: 0;
  }
  .formContent {
    width: 100%;
    padding: 0 24px;
  }
  .formContent h3 {
    text-align: center;
    font-size: 28px;
    line-height: 1.4;
    margin-bottom: 24px;
  }
  .form-container {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .form-container form {
    width: 100%;
  }
  .form-container .form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
  .form-container .form .form-group {
    width: 100%;
  }
  .form-container .form .form-group:nth-child(5), .form-container .form .form-group:last-child {
    grid-column: span 2;
  }
  .form-container .form .form-group .form-control {
    width: 100%;
    font-size: 14px;
    min-height: 48px;
    padding: 12px 14px;
  }
  .form-container .form .form-group label {
    font-size: 12px;
  }
  .form-container .form textarea.form-control {
    min-height: 120px;
    resize: vertical;
  }
  .form-container .form .sbmt-grp {
    width: 100%;
    margin-top: 6px;
  }
  .form-container .form .sbmt-grp .theme-btn {
    min-width: 180px;
    font-size: 15px;
    padding: 12px 24px;
  }
}
@media (max-width: 767px) {
  .formSection {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 35px;
  }
  .formParent {
    flex-direction: column;
    align-items: stretch;
  }
  .formImg {
    width: 100%;
    margin-bottom: 28px;
  }
  .formImg img {
    width: 100% !important;
    max-width: 100%;
    display: block;
    margin: 0;
  }
  .formContent {
    width: 100%;
    padding: 0 18px;
  }
  .formContent h3 {
    text-align: center;
    font-size: 22px;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  .form-container .form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-column-gap: 12px;
    grid-row-gap: 14px;
  }
  .form-container .form .form-group:nth-child(5), .form-container .form .form-group:last-child {
    grid-column: span 2;
  }
  .form-container .form .form-group .form-control {
    font-size: 13px;
    min-height: 46px;
    padding: 11px 12px;
  }
  .form-container .form .form-group label {
    font-size: 11px;
  }
  .form-container .form .form-group .form-control:focus + label {
    font-size: 9px;
  }
  .form-container .form textarea.form-control {
    min-height: 110px;
  }
  .form-container .form .sbmt-grp .theme-btn {
    width: 100%;
    font-size: 14px;
    padding: 12px 18px;
  }
}
@media (max-width: 575px) {
  .formSection {
    padding-bottom: 30px;
  }
  .formImg {
    width: 100%;
    margin-bottom: 24px;
  }
  .formImg img {
    width: 100% !important;
    max-width: 100%;
    display: block;
    margin: 0;
  }
  .formContent {
    width: 100%;
    padding: 0 14px;
  }
  .formContent h3 {
    font-size: 19px;
    line-height: 1.4;
    margin-bottom: 18px;
  }
  .form-container .form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-column-gap: 10px;
    grid-row-gap: 12px;
  }
  .form-container .form .form-group:nth-child(5), .form-container .form .form-group:last-child {
    grid-column: span 2;
  }
  .form-container .form .form-group .form-control {
    font-size: 12px;
    min-height: 44px;
    padding: 10px 10px;
  }
  .form-container .form .form-group label {
    font-size: 10px;
  }
  .form-container .form .form-group .form-control:focus + label {
    font-size: 8px;
  }
  .form-container .form textarea.form-control {
    min-height: 100px;
  }
  .form-container .form .sbmt-grp .theme-btn {
    width: 100%;
    font-size: 13px;
    padding: 11px 16px;
  }
}
@media (max-width: 420px) {
  .formSection {
    padding-bottom: 26px;
  }
  .formContent {
    padding: 0 12px;
  }
  .formContent h3 {
    font-size: 17px;
    line-height: 1.4;
  }
  .form-container .form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-column-gap: 8px;
    grid-row-gap: 10px;
  }
  .form-container .form .form-group:nth-child(5), .form-container .form .form-group:last-child {
    grid-column: span 2;
  }
  .form-container .form .form-group .form-control {
    font-size: 11px;
    min-height: 42px;
    padding: 9px 9px;
  }
  .form-container .form .form-group label {
    font-size: 10px;
  }
  .form-container .form .form-group .form-control:focus + label {
    font-size: 8px;
  }
  .form-container .form textarea.form-control {
    min-height: 95px;
  }
  .form-container .form .sbmt-grp .theme-btn {
    width: 100%;
    font-size: 12px;
    padding: 10px 14px;
  }
}
@media (max-width: 1280px) {
  header {
    height: 148px;
  }
  header .header-container .upper-container {
    padding: 0 1.5rem;
  }
  header .header-container .upper-container .colA > ul li a {
    font-size: 13px;
  }
  header .header-container .upper-container .colC ul {
    gap: 14px;
  }
  header .header-container .upper-container .colC ul li.reg-btn > a {
    padding: 6px 13px !important;
    font-size: 15px;
  }
  header .header-container .upper-container .colC ul li.hover-btn > a {
    padding: 6px 9px !important;
    font-size: 15px;
  }
  header .header-container .upper-container .colC ul li.hasDropdown > a {
    padding: 6px 26px 6px 10px !important;
    font-size: 15px;
  }
  header .header-container .lower-container ul {
    gap: 25px;
    padding: 13px 0;
  }
  header .header-container .lower-container ul li a {
    font-size: 15px;
  }
  header .header-container .lower-container ul li .dropdown-menu ul li a {
    font-size: 12px;
  }
  header .header-container .colA .logo img {
    width: 60px;
    height: 60px;
  }
  header.header-fixed, header.header-fit {
    height: 148px;
  }
}
@media (max-width: 1200px) {
  header {
    height: 140px;
  }
  header .header-container .upper-container {
    padding: 0 1.25rem;
  }
  header .header-container .upper-container .colA > ul li a {
    font-size: 13px;
  }
  header .header-container .upper-container .colC ul {
    gap: 12px;
  }
  header .header-container .upper-container .colC ul li.reg-btn > a {
    padding: 6px 12px !important;
    font-size: 14px;
  }
  header .header-container .upper-container .colC ul li.hover-btn > a {
    padding: 6px 8px !important;
    font-size: 14px;
  }
  header .header-container .upper-container .colC ul li.hasDropdown > a {
    padding: 6px 24px 6px 9px !important;
    font-size: 14px;
  }
  header .header-container .lower-container ul {
    gap: 22px;
    padding: 12px 0;
  }
  header .header-container .lower-container ul li a {
    font-size: 14px;
  }
  header .header-container .lower-container ul li .dropdown-menu ul li a {
    font-size: 12px;
  }
  header .header-container .colA .logo img {
    width: 56px;
    height: 56px;
  }
  header.header-fixed, header.header-fit {
    height: 140px;
  }
}
@media (max-width: 1024px) {
  header {
    height: 130px;
  }
  header .header-container .upper-container {
    padding: 0 1rem;
    gap: 1rem;
  }
  header .header-container .upper-container .colA > ul {
    gap: 8px;
  }
  header .header-container .upper-container .colA > ul li a {
    font-size: 12px;
  }
  header .header-container .upper-container .colA > ul li a svg {
    margin: 0 5px 5px 0;
  }
  header .header-container .upper-container .colC ul {
    gap: 10px;
  }
  header .header-container .upper-container .colC ul li.reg-btn > a {
    padding: 6px 11px !important;
    font-size: 13px;
  }
  header .header-container .upper-container .colC ul li.hover-btn > a {
    padding: 6px 8px !important;
    font-size: 13px;
  }
  header .header-container .upper-container .colC ul li.hasDropdown > a {
    padding: 6px 22px 6px 9px !important;
    font-size: 13px;
  }
  header .header-container .upper-container .colC ul li.hasDropdown::before {
    width: 16px;
    height: 16px;
    right: 5%;
  }
  header .header-container .upper-container .colC ul li:last-child {
    padding-left: 10px;
  }
  header .header-container .lower-container ul {
    gap: 18px;
    padding: 11px 0;
  }
  header .header-container .lower-container ul li a {
    font-size: 13px;
  }
  header .header-container .lower-container ul li .dropdown-menu ul li a {
    font-size: 12px;
  }
  header .header-container .colA .logo img {
    width: 52px;
    height: 52px;
  }
  header.header-fixed, header.header-fit {
    height: 138px;
  }
}
@media (max-width: 991px) {
  body {
    padding-top: 92px;
  }
  header {
    top: 0;
    left: 0;
    right: 0;
    bottom: auto !important;
    width: 100%;
    height: auto !important;
    min-height: 92px;
    background-color: var(--prime-dark);
  }
  header.header-fixed, header.header-fit {
    bottom: auto !important;
    height: auto !important;
    min-height: 92px;
  }
  header .header-container {
    height: auto;
    padding: 10px 16px 12px;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 14px;
  }
  header .header-container .lower-container {
    order: 1;
    display: block !important;
    width: auto;
    max-width: none;
    min-height: auto;
    margin: 0;
    padding: 0;
  }
  header .header-container .lower-container > ul {
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    gap: 0;
    padding: 0;
    margin: 0;
  }
  header .header-container .lower-container > ul > li {
    display: none !important;
  }
  header .header-container .lower-container > ul > .colB {
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    margin: 0;
  }
  header .header-container .lower-container > ul > .colB .logo {
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  header .header-container .lower-container > ul > .colB .logo a {
    display: flex;
    align-items: center;
  }
  header .header-container .lower-container > ul > .colB .logo a img {
    width: 48px !important;
    height: auto !important;
    max-width: 48px;
  }
  header .header-container .upper-container {
    order: 2;
    width: 100%;
    height: auto;
    min-height: auto;
    padding: 0 !important;
    margin: 0;
    border-bottom: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0;
  }
  header .header-container .upper-container .colA {
    display: none !important;
  }
  header .header-container .upper-container .colC {
    width: 100%;
    height: auto;
    margin-left: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  header .header-container .upper-container .colC .reg-btn,
  header .header-container .upper-container .colC .hover-btn {
    display: flex !important;
  }
  header .header-container .upper-container .colC > ul {
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 8px 10px;
    padding: 0;
    margin: 0;
  }
  header .header-container .upper-container .colC > ul > li {
    display: flex !important;
    align-items: center;
    padding: 0 !important;
  }
  header .header-container .upper-container .colC > ul > li:last-child {
    padding-left: 0 !important;
    padding-top: 0 !important;
  }
  header .header-container .upper-container .colC > ul > li > a {
    font-size: 11.5px;
    line-height: 1.15;
    white-space: nowrap;
  }
  header .header-container .upper-container .colC > ul > li.reg-btn > a {
    padding: 7px 11px !important;
    font-size: 11.5px;
  }
  header .header-container .upper-container .colC > ul > li.hover-btn > a {
    padding: 7px 11px !important;
    font-size: 11.5px;
  }
  header .header-container .upper-container .colC > ul > li.hasDropdown {
    position: relative;
  }
  header .header-container .upper-container .colC > ul > li.hasDropdown::before {
    top: 50%;
    right: 7px;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    background-size: 8px auto;
  }
  header .header-container .upper-container .colC > ul > li.hasDropdown > a {
    padding: 7px 22px 7px 9px !important;
    font-size: 11.5px;
  }
  header .header-container .upper-container .colC > ul > li.hasDropdown .dropdown-menu {
    left: auto;
    right: 0;
    translate: 0 0;
    min-width: 180px;
  }
  header .header-container .upper-container .colC > ul > li.hasDropdown .dropdown-menu::before {
    left: auto;
    right: 14px;
    translate: 0 0;
  }
  header .header-container .upper-container .colC > ul > li.hasDropdown .dropdown-menu ul {
    padding: 10px 8px;
  }
  header .header-container .upper-container .colC > ul > li.hasDropdown .dropdown-menu ul li a {
    font-size: 12px;
  }
  header .header-container .upper-container .colC > ul > li button.ham-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 18px;
    padding: 0;
    margin: 0;
  }
}
@media (max-width: 767px) {
  body {
    padding-top: 98px;
  }
  header {
    min-height: 98px;
  }
  header.header-fixed, header.header-fit {
    min-height: 98px;
  }
  header .header-container {
    padding: 10px 12px 12px;
    gap: 10px;
  }
  header .header-container .lower-container > ul > .colB .logo a img {
    width: 44px !important;
    max-width: 44px;
  }
  header .header-container .upper-container .colC > ul {
    gap: 7px 8px;
  }
  header .header-container .upper-container .colC > ul > li > a {
    font-size: 10.5px;
  }
  header .header-container .upper-container .colC > ul > li.reg-btn > a {
    padding: 6px 9px !important;
    font-size: 10.5px;
  }
  header .header-container .upper-container .colC > ul > li.hover-btn > a {
    padding: 6px 9px !important;
    font-size: 10.5px;
  }
  header .header-container .upper-container .colC > ul > li.hasDropdown > a {
    padding: 6px 20px 6px 8px !important;
    font-size: 10.5px;
  }
  header .header-container .upper-container .colC > ul > li.hasDropdown::before {
    width: 13px;
    height: 13px;
    right: 6px;
    background-size: 7px auto;
  }
  header .header-container .upper-container .colC > ul > li button.ham-btn {
    width: 22px;
    height: 17px;
  }
}
@media (max-width: 520px) {
  body {
    padding-top: 118px;
  }
  header {
    min-height: 118px;
  }
  header.header-fixed, header.header-fit {
    min-height: 118px;
  }
  header .header-container {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: start;
    gap: 10px;
    padding: 10px 10px 12px !important;
  }
  header .header-container .lower-container {
    width: auto;
    justify-self: start;
  }
  header .header-container .lower-container > ul {
    justify-content: flex-start;
  }
  header .header-container .lower-container > ul > .colB {
    display: flex !important;
    align-items: flex-start;
    justify-content: flex-start;
  }
  header .header-container .lower-container > ul > .colB .logo {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
  header .header-container .lower-container > ul > .colB .logo a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  header .header-container .lower-container > ul > .colB .logo a img {
    width: 42px !important;
    max-width: 42px;
    height: auto !important;
  }
  header .header-container .upper-container {
    width: 100%;
    justify-content: flex-end;
    align-items: flex-start;
  }
  header .header-container .upper-container .colC {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
  }
  header .header-container .upper-container .colC > ul {
    width: 100%;
    display: flex !important;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    gap: 6px;
    margin: 0;
    padding: 0;
  }
  header .header-container .upper-container .colC > ul > li {
    display: flex !important;
    align-items: center;
    padding: 0 !important;
  }
  header .header-container .upper-container .colC > ul > li:last-child {
    padding-left: 0 !important;
    padding-top: 0 !important;
  }
  header .header-container .upper-container .colC > ul > li.reg-btn > a {
    font-size: 10px;
    padding: 6px 8px !important;
  }
  header .header-container .upper-container .colC > ul > li.hover-btn > a {
    font-size: 10px;
    padding: 6px 8px !important;
  }
  header .header-container .upper-container .colC > ul > li.hasDropdown > a {
    font-size: 10px;
    padding: 6px 18px 6px 8px !important;
  }
  header .header-container .upper-container .colC > ul > li.hasDropdown::before {
    right: 5px;
    width: 12px;
    height: 12px;
    background-size: 7px auto;
  }
  header .header-container .upper-container .colC > ul > li button.ham-btn {
    width: 20px;
    height: 16px;
  }
}
@media only screen and (max-width: 420px) {
  body {
    padding-top: 132px;
  }
  header {
    min-height: 132px;
  }
  header.header-fixed, header.header-fit {
    min-height: 132px;
  }
  header .header-container {
    padding: 8px 8px 10px;
  }
  header .header-container .lower-container > ul > .colB .logo a img {
    width: 38px !important;
    max-width: 38px;
  }
  header .header-container .upper-container .colC > ul {
    gap: 5px;
  }
  header .header-container .upper-container .colC > ul > li.reg-btn > a {
    font-size: 9.5px;
    padding: 5px 7px !important;
  }
  header .header-container .upper-container .colC > ul > li.hover-btn > a {
    font-size: 9.5px;
    padding: 5px 7px !important;
  }
  header .header-container .upper-container .colC > ul > li.hasDropdown > a {
    font-size: 9.5px;
    padding: 5px 17px 5px 7px !important;
  }
  header .header-container .upper-container .colC > ul > li button.ham-btn {
    width: 18px;
    height: 15px;
  }
}
.model.ham-pop .model-body .bottom-list .social-links {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.model.ham-pop .model-body .bottom-list .social-links ul {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.model.ham-pop .model-body .bottom-list .social-links ul li {
  padding: 0;
  margin: 0;
}
.model.ham-pop .model-body .bottom-list .social-links ul li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  width: 44px;
  border-radius: 50%;
  background: #fff;
  transition: all 0.3s ease;
  text-decoration: none;
}
.model.ham-pop .model-body .bottom-list .social-links ul li a:hover {
  background: var(--prime);
}
.model.ham-pop .model-body .bottom-list .social-links ul li a:hover img {
  filter: brightness(0) invert(1);
}
.model.ham-pop .model-body .bottom-list .social-links ul li a img {
  width: 24px;
  height: 24px;
  display: block;
  filter: brightness(0) saturate(100%);
  transition: filter 0.3s ease;
}

@media (max-width: 1280px) {
  .model.result-pop .model-body {
    max-width: 55%;
    padding: 25px;
  }
  .model.result-pop .result-grid {
    gap: 18px;
  }
  .model.result-pop .result-grid .result-content {
    max-height: 380px;
  }
  .model.result-pop .result-grid .result-content p {
    font-size: 13px;
  }
  .model.result-pop .result-grid .result-swiper-container .swiper-group .resultX-next {
    width: 42px;
    height: 42px;
  }
}
@media (max-width: 1152px) {
  .model.result-pop .model-body {
    max-width: 60%;
    padding: 22px;
  }
  .model.result-pop .result-grid {
    gap: 16px;
  }
  .model.result-pop .result-grid .result-content {
    min-width: 250px;
    max-height: 350px;
  }
  .model.result-pop .result-grid .result-swiper-container {
    min-width: 250px;
  }
}
@media (max-width: 1024px) {
  .model.result-pop .model-body {
    max-width: 75%;
    padding: 20px;
  }
  .model.result-pop .result-grid {
    gap: 15px;
  }
  .model.result-pop .result-grid .result-content {
    min-width: auto;
    max-height: 340px;
    padding-right: 15px;
  }
  .model.result-pop .result-grid .result-swiper-container {
    min-width: auto;
  }
}
@media (max-width: 991px) {
  .model.result-pop .model-body {
    max-width: 85%;
    padding: 20px;
  }
  .model.result-pop .close-profile {
    bottom: calc(100% + 30px);
    right: 0;
    height: 40px;
    width: 40px;
  }
  .model.result-pop .result-grid {
    gap: 14px;
  }
  .model.result-pop .result-grid .result-content {
    max-height: 320px;
    padding-right: 12px;
  }
  .model.result-pop .result-grid .result-content h5 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .model.result-pop .result-grid .result-content p {
    font-size: 13px;
    margin-bottom: 15px;
  }
  .model.result-pop .result-grid .result-swiper-container .swiper-group {
    right: -15px;
  }
  .model.result-pop .result-grid .result-swiper-container .swiper-group .resultX-next {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 768px) {
  .model.result-pop .model-body {
    max-width: 90%;
    padding: 18px;
  }
  .model.result-pop .close-profile {
    bottom: calc(100% + 25px);
    height: 38px;
    width: 38px;
  }
  .model.result-pop .result-grid {
    gap: 12px;
  }
  .model.result-pop .result-grid .result-content {
    max-height: 280px;
    padding-right: 10px;
  }
  .model.result-pop .result-grid .result-content h5 {
    font-size: 15px;
  }
  .model.result-pop .result-grid .result-content p {
    font-size: 12.5px;
    line-height: 20px;
    margin-bottom: 12px;
  }
  .model.result-pop .result-grid .result-swiper-container .swiper-group {
    right: -12px;
  }
  .model.result-pop .result-grid .result-swiper-container .swiper-group .resultX-next {
    width: 38px;
    height: 38px;
  }
  .model.result-pop .result-grid .result-swiper-container .swiper-group .resultX-next svg {
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 675px) {
  .model.result-pop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    display: block;
    padding: 60px 0 40px;
    z-index: 999999;
  }
  .model.result-pop .model-body {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    transform: none;
    max-width: 92%;
    width: 92%;
    margin: 0 auto;
    padding: 16px;
    max-height: none;
    min-height: auto;
    overflow: visible;
  }
  .model.result-pop .close-profile {
    position: fixed;
    top: 15px;
    right: 15px;
    bottom: auto;
    height: 34px;
    width: 34px;
    z-index: 999999;
  }
  .model.result-pop .close-profile svg {
    width: 12px;
    height: 12px;
  }
  .model.result-pop .result-grid {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
  .model.result-pop .result-grid .result-content {
    flex: 1;
    min-width: auto;
    max-height: none;
    height: auto;
    width: 100%;
    padding-right: 10px;
    overflow: visible;
    text-align: left;
  }
  .model.result-pop .result-grid .result-content h5 {
    font-size: 15px;
    margin-bottom: 8px;
  }
  .model.result-pop .result-grid .result-content p {
    font-size: 12.5px;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .model.result-pop .result-grid .result-swiper-container {
    flex: 1;
    min-width: auto;
    width: 100%;
  }
  .model.result-pop .result-grid .result-swiper-container .resultX-slider,
  .model.result-pop .result-grid .result-swiper-container .resultXII-slider {
    width: 100%;
  }
  .model.result-pop .result-grid .result-swiper-container .resultX-slider .swiper-slide img,
  .model.result-pop .result-grid .result-swiper-container .resultXII-slider .swiper-slide img {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 260px;
    -o-object-fit: contain;
       object-fit: contain;
    margin: 0 auto;
    display: block;
  }
  .model.result-pop .result-grid .result-swiper-container .swiper-group {
    position: static;
    right: auto;
    top: auto;
    bottom: auto;
    transform: none;
    margin-top: 12px;
    display: flex;
    justify-content: center;
  }
  .model.result-pop .result-grid .result-swiper-container .swiper-group .resultX-next {
    width: 36px;
    height: 36px;
  }
  .model.result-pop .result-grid .result-swiper-container .swiper-group .resultX-next svg {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 540px) {
  .model.result-pop {
    padding: 55px 0 35px;
  }
  .model.result-pop .model-body {
    max-width: 95%;
    width: 95%;
    padding: 14px;
  }
  .model.result-pop .close-profile {
    top: 12px;
    right: 12px;
    height: 32px;
    width: 32px;
  }
  .model.result-pop .close-profile svg {
    width: 11px;
    height: 11px;
  }
  .model.result-pop .result-grid {
    gap: 12px;
  }
  .model.result-pop .result-grid .result-content {
    padding-right: 8px;
  }
  .model.result-pop .result-grid .result-content h5 {
    font-size: 14px;
    margin-bottom: 6px;
  }
  .model.result-pop .result-grid .result-content p {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 8px;
  }
  .model.result-pop .result-grid .result-swiper-container .resultX-slider .swiper-slide img,
  .model.result-pop .result-grid .result-swiper-container .resultXII-slider .swiper-slide img {
    max-height: 220px;
  }
  .model.result-pop .result-grid .result-swiper-container .swiper-group {
    margin-top: 10px;
  }
  .model.result-pop .result-grid .result-swiper-container .swiper-group .resultX-next {
    width: 34px;
    height: 34px;
  }
  .model.result-pop .result-grid .result-swiper-container .swiper-group .resultX-next svg {
    width: 14px;
    height: 14px;
  }
}
@media only screen and (max-width: 420px) {
  .model.result-pop {
    padding: 52px 0 30px;
  }
  .model.result-pop .model-body {
    max-width: 96%;
    width: 96%;
    padding: 12px;
  }
  .model.result-pop .close-profile {
    top: 10px;
    right: 10px;
    height: 30px;
    width: 30px;
  }
  .model.result-pop .close-profile svg {
    width: 10px;
    height: 10px;
  }
  .model.result-pop .result-grid {
    gap: 10px;
  }
  .model.result-pop .result-grid .result-content h5 {
    font-size: 13px;
  }
  .model.result-pop .result-grid .result-content p {
    font-size: 11px;
    line-height: 1.5;
  }
  .model.result-pop .result-grid .result-swiper-container .resultX-slider .swiper-slide img,
  .model.result-pop .result-grid .result-swiper-container .resultXII-slider .swiper-slide img {
    max-height: 190px;
  }
  .model.result-pop .result-grid .result-swiper-container .swiper-group {
    margin-top: 8px;
  }
  .model.result-pop .result-grid .result-swiper-container .swiper-group .resultX-next {
    width: 32px;
    height: 32px;
  }
  .model.result-pop .result-grid .result-swiper-container .swiper-group .resultX-next svg {
    width: 13px;
    height: 13px;
  }
}
@media only screen and (max-width: 365px) {
  .model.result-pop {
    padding: 50px 0 25px;
  }
  .model.result-pop .model-body {
    max-width: 98%;
    width: 98%;
    padding: 10px;
  }
  .model.result-pop .close-profile {
    top: 8px;
    right: 8px;
    height: 28px;
    width: 28px;
  }
  .model.result-pop .close-profile svg {
    width: 9px;
    height: 9px;
  }
  .model.result-pop .result-grid {
    gap: 8px;
  }
  .model.result-pop .result-grid .result-content h5 {
    font-size: 12px;
  }
  .model.result-pop .result-grid .result-content p {
    font-size: 10.5px;
    line-height: 1.4;
  }
  .model.result-pop .result-grid .result-swiper-container .resultX-slider .swiper-slide img,
  .model.result-pop .result-grid .result-swiper-container .resultXII-slider .swiper-slide img {
    max-height: 165px;
  }
  .model.result-pop .result-grid .result-swiper-container .swiper-group {
    margin-top: 6px;
  }
  .model.result-pop .result-grid .result-swiper-container .swiper-group .resultX-next {
    width: 30px;
    height: 30px;
  }
  .model.result-pop .result-grid .result-swiper-container .swiper-group .resultX-next svg {
    width: 12px;
    height: 12px;
  }
}/*# sourceMappingURL=header.css.map */