@font-face {
  font-family: "Matter";
  font-weight: 400;
  src: url("../MatterFont/Matter-Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Matter";
  font-weight: 500;
  src: url("../MatterFont/Matter-Medium.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Matter";
  font-weight: 600;
  src: url("../MatterFont/Matter-SemiBold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Matter";
  font-weight: 700;
  src: url("../MatterFont/Matter-Bold.woff2") format("woff2");
  font-display: swap;
}
html {
  font-family: "Matter", "Inter", Arial, sans-serif !important;
  scroll-behavior: smooth;
}
html body {
  font-family: "Matter", "Inter", Arial, sans-serif !important;
}
html * {
  box-sizing: border-box;
}
html * a {
  text-decoration: none;
  cursor: pointer;
}
html * li {
  list-style: none;
}
html ::-webkit-scrollbar {
  width: 7px;
}
html ::-webkit-scrollbar-thumb {
  background-color: rgba(128, 128, 128, 0.568);
  border-radius: 30px;
}

html,
body {
  height: 100%;
}
html h1,
html h2,
html h3,
html h4,
html h5,
html h5,
body h1,
body h2,
body h3,
body h4,
body h5,
body h5 {
  margin: 10px 0;
}

[class*=font_] {
  color: #0e0e29;
}
[class*=font_].white {
  color: white !important;
}
[class*=font_].light {
  color: #3a3a4c !important;
}
[class*=font_].theme {
  color: #7b68ee !important;
}

.pt-100 {
  padding-top: 100px;
}
@media (max-width: 480px) {
  .pt-100 {
    padding-top: 80px;
  }
}
@media (max-width: 375px) {
  .pt-100 {
    padding-top: 60px;
  }
}

.container-lg {
  padding: 0px;
}

.purple {
  color: #7059F0 !important;
}

.custom-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.custom-container.service {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 576px) {
  .custom-container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .custom-container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .custom-container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .custom-container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .custom-container {
    max-width: 1320px;
  }
}

.theme_btn {
  border-radius: 8px;
  padding: 16px 30px;
  border: none;
  color: white !important;
  font-weight: 600;
  background: transparent linear-gradient(92deg, #3865F4 0%, #8E53EE 100%) 0% 0% no-repeat padding-box;
  font-size: 16px;
  display: inline-block;
  cursor: pointer;
  transition-duration: 0.25s;
}
@media (max-width: 480px) {
  .theme_btn {
    padding: 12px 30px;
  }
}
.theme_btn.lightViolet {
  background: #9182fe;
  box-shadow: 0px 6px 12px rgba(109, 88, 255, 0.4705882353);
}
@media (max-width: 767px) {
  .theme_btn.green {
    background: #1BA45B;
  }
}
@media (max-width: 767px) {
  .theme_btn.fnt-12 {
    font-size: 12px !important;
  }
}
.theme_btn.cnt {
  background: transparent linear-gradient(92deg, #3865F4 0%, #8E53EE 100%) 0% 0% no-repeat padding-box;
  padding: 8px 20px !important;
  border: 1px solid #8256EF;
}
.theme_btn.cnt3 {
  background: transparent linear-gradient(92deg, #3865F4 0%, #8E53EE 100%) 0% 0% no-repeat padding-box;
  padding: 14px 34px !important;
  border: 1px solid #8256EF;
  width: 30%;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .theme_btn.cnt3 {
    font-size: 14px !important;
    width: 64%;
    padding: 13px 34px !important;
    margin: 0 auto;
  }
}
.theme_btn.cnt4 {
  background: transparent linear-gradient(92deg, #3865F4 0%, #8E53EE 100%) 0% 0% no-repeat padding-box;
  padding: 14px 34px !important;
  border: 1px solid #8256EF;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .theme_btn.cnt4 {
    font-size: 14px !important;
    width: 64%;
    padding: 13px 34px !important;
    margin: 0 auto;
  }
}
.theme_btn.single_color {
  background: #9182FE !important;
}
.theme_btn.banner_color {
  background: transparent linear-gradient(110deg, #F2C768 -7%, #F95F6E 2%, #AB7DF9 75%, #5ADBEF 100%) 0% 0% no-repeat padding-box;
  padding: 14px 30px !important;
}
.theme_btn.cnt1 {
  background-color: #7b68ee;
  padding: 12px 40px;
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .theme_btn.cnt1 {
    padding: 12px 29px;
    font-size: 14px;
  }
}
.theme_btn.cntSignup {
  background-color: #7b68ee;
  padding: 15px 40px;
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .theme_btn.cntSignup {
    padding: 12px 29px;
    font-size: 14px;
  }
}
.theme_btn.airbnb-btn {
  background-color: #7b68ee;
  padding: 15px 40px;
  font-size: 18px;
  font-weight: 500;
  width: 22%;
}
@media (max-width: 767px) {
  .theme_btn.airbnb-btn {
    padding: 12px 29px;
    font-size: 14px;
    width: 70%;
  }
}
.theme_btn.small_btn {
  padding: 12px 30px;
}
.theme_btn.small_btn.small_size {
  padding: 12px 20px;
}
.theme_btn.width-btn {
  padding: 9px 40px !important;
}
.theme_btn.width-btn1 {
  padding: 18px 71px !important;
}
@media (max-width: 767px) {
  .theme_btn .f_24Mob {
    font-size: 24px !important;
    margin-bottom: 20px !important;
  }
}
.theme_btn:hover {
  box-shadow: 0 0 20px 10px rgba(145, 130, 254, 0.4901960784);
  color: white !important;
}
.theme_btn.wid30 {
  width: 45% !important;
}
.theme_btn.talkTo {
  background: #FFFFFF;
  border: 1px solid #8256EF;
  color: #0e0e29 !important;
  padding: 8px 20px !important;
}

.theme_btn_white {
  border-radius: 8px;
  padding: 16px 30px;
  border: 2px solid #7B68EE;
  color: #7B68EE !important;
  font-weight: 600;
  background-color: white;
  font-size: 16px;
  display: inline-block;
  cursor: pointer;
  transition-duration: 0.25s;
}
.theme_btn_white.cnt {
  background-color: #7b68ee;
  padding: 8px 20px;
}
.theme_btn_white.small_btn {
  padding: 12px 30px;
}
.theme_btn_white:hover {
  box-shadow: 0 0 20px 10px rgba(145, 130, 254, 0.4901960784);
}
.theme_btn_white.wid30 {
  width: 45% !important;
}
@media (max-width: 575px) {
  .theme_btn_white {
    padding: 12px 0px !important;
  }
}

.green_btn {
  background: transparent linear-gradient(92deg, #025D2C 0%, #1B7843 100%) 0% 0% no-repeat padding-box;
  border-radius: 8px;
  position: relative;
  transition: all 0.3s ease-in-out;
  padding: 16px 30px;
  width: 250px;
  color: white !important;
  text-align: center;
}
.green_btn:hover {
  box-shadow: 0 0 20px 10px rgba(28, 134, 44, 0.49);
  transition: 0.2s ease-in-out;
}
@media (max-width: 575px) {
  .green_btn {
    margin: auto;
  }
}

.theme_btn_black {
  box-shadow: 0px 6px 12px gray;
  border-radius: 8px;
  padding: 16px 30px;
  border: none;
  color: white !important;
  font-weight: 600;
  background-color: black;
  font-size: 16px;
  display: inline-block;
  cursor: pointer;
  transition-duration: 0.25s;
}
.theme_btn_black.cnt {
  background-color: #7b68ee;
  padding: 8px 20px;
}
.theme_btn_black.small_btn {
  padding: 12px 30px;
}
.theme_btn_black:hover {
  box-shadow: 0 0 20px 10px gray;
}
.theme_btn_black.wid30 {
  width: 45% !important;
}

.pl-50 {
  padding: 0px 0px 0px 50px;
}
@media (max-width: 991px) {
  .pl-50 {
    padding: 10px 0px !important;
  }
}

.pl-60 {
  padding: 0px 0px 0px 60px;
}
@media (max-width: 1024px) {
  .pl-60 {
    padding: 0px 20px !important;
  }
}

.pr-60 {
  padding: 0px 60px 0px 0px !important;
}
@media (max-width: 1024px) {
  .pr-60 {
    padding: 0px 20px !important;
  }
}

.f400 {
  font-weight: 400;
}

.f500 {
  font-weight: 400 !important;
}

.f500-important {
  font-weight: 500 !important;
}

.f600 {
  font-weight: 600 !important;
}

.f700 {
  font-weight: 700 !important;
}

.f800 {
  font-weight: 800;
}

.f800-important {
  font-weight: 800 !important;
}

.fnt_50 {
  font-size: 50px;
}
@media (max-width: 767px) {
  .fnt_50 {
    font-size: 25px;
  }
}

.mt-0 {
  margin-top: 0px !important;
}

.pad70 {
  padding: 70px 0px !important;
}

.pad-t70 {
  padding: 70px 0px 0 0 !important;
}

.pad-b70 {
  padding: 0px 0px 70px 0 !important;
}

.font_50 {
  font-size: 50px;
  font-weight: 700;
}
@media (max-width: 1199px) {
  .font_50 {
    font-size: 38px;
  }
}
@media (max-width: 991px) {
  .font_50 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .font_50 {
    font-size: 20px;
  }
}

.font_45 {
  font-size: 45px;
  font-weight: 700;
}
@media (max-width: 1199px) {
  .font_45 {
    font-size: 38px;
  }
}
@media (max-width: 991px) {
  .font_45 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .font_45 {
    font-size: 20px;
  }
}

.font_40 {
  font-size: 40px;
  font-weight: 700;
}
@media (max-width: 1199px) {
  .font_40 {
    font-size: 38px;
  }
}
@media (max-width: 991px) {
  .font_40 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .font_40 {
    font-size: 20px;
  }
}

.font40_banner {
  font-size: 40px;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .font40_banner {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .font40_banner {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .font40_banner {
    font-size: 20px;
  }
}

.font_46 {
  font-size: 46px;
}
@media (max-width: 1399px) {
  .font_46 {
    font-size: 46px;
  }
}
@media (max-width: 1199px) {
  .font_46 {
    font-size: 38px;
  }
}
@media (max-width: 991px) {
  .font_46 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .font_46 {
    font-size: 24px;
  }
}

.font_30 {
  font-size: 30px;
}
@media (max-width: 1199px) {
  .font_30 {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .font_30 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .font_30 {
    font-size: 24px;
  }
  .font_30.small {
    font-size: 20px !important;
  }
}

.font_36 {
  font-size: 36px;
  font-weight: 700;
}
@media (max-width: 1199px) {
  .font_36 {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .font_36 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .font_36 {
    font-size: 26px;
  }
}

.font_34 {
  font-size: 34px;
}
@media (max-width: 1199px) {
  .font_34 {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .font_34 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .font_34 {
    font-size: 20px;
  }
}

.font_32 {
  font-size: 32px;
  font-weight: 600;
}
@media (max-width: 991px) {
  .font_32 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .font_32 {
    font-size: 20px;
  }
}

.font_26 {
  font-size: 26px;
}
@media (max-width: 991px) {
  .font_26 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .font_26 {
    font-size: 20px;
  }
}

.font_25 {
  font-size: 25px;
}
@media (max-width: 991px) {
  .font_25 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .font_25 {
    font-size: 20px;
  }
}

.font_22 {
  font-size: 22px;
}
@media (max-width: 991px) {
  .font_22 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .font_22 {
    font-size: 18px;
  }
}

.font25 {
  font-size: 25px;
}
@media (max-width: 991px) {
  .font25 {
    font-size: 23px;
  }
}
@media (max-width: 767px) {
  .font25 {
    font-size: 21px;
  }
}

.fnt_40 {
  font-size: 40px;
}
@media (max-width: 991px) {
  .fnt_40 {
    font-size: 37px;
  }
}
@media (max-width: 767px) {
  .fnt_40 {
    font-size: 35px;
  }
}

.font_20 {
  font-size: 20px;
}
@media (max-width: 767px) {
  .font_20 {
    font-size: 18px;
  }
}

.font_24 {
  font-size: 24px;
}
@media (max-width: 767px) {
  .font_24 {
    font-size: 18px;
  }
}

.font_18 {
  font-size: 18px;
}

@media (max-width: 767px) {
  .font_14mob {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .font_18mob {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .font_16mob {
    font-size: 16px;
  }
}

.font_17 {
  font-size: 17px;
}

.font_16 {
  font-size: 16px;
}

.font_14 {
  font-size: 14px;
}

.font_38 {
  font-size: 38px;
}
@media (max-width: 991px) {
  .font_38 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .font_38 {
    font-size: 34px;
  }
}

.gray {
  color: #3A3A4C !important;
}
@media (max-width: 767px) {
  .gray {
    color: #3A3A4C !important;
  }
  .gray.font15 {
    font-size: 15px !important;
  }
}

.margin-auto {
  margin: 0 auto;
}

.home_header header {
  position: fixed;
}

.overflow {
  overflow-x: hidden;
}

.qmarket_page .main_logo,
.rental_page .main_logo {
  width: 100px !important;
}
.qmarket_page .common_header,
.rental_page .common_header {
  padding: 5px 15px;
}
@media (min-width: 992px) {
  .qmarket_page .common_header a,
  .rental_page .common_header a {
    font-size: 14px !important;
  }
  .qmarket_page .qmarket .nav-link,
  .rental_page .qmarket .nav-link {
    font-size: 16px !important;
  }
  .qmarket_page .qmarket .nav-link:hover,
  .rental_page .qmarket .nav-link:hover {
    color: green;
  }
}
.qmarket_page .common_header .signup_btn,
.rental_page .common_header .signup_btn {
  display: none;
}

header {
  position: sticky;
  top: 0;
  z-index: 10;
  background-color: white;
  width: 100%;
  transition-duration: 0.25s;
  padding: 20px 15px;
}
@media (max-width: 991px) {
  header nav {
    padding-right: 0 !important;
  }
}
header .a-tag {
  cursor: pointer;
  display: inline-block;
}
header.qmarket {
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.0509803922);
  box-shadow: none !important;
  padding: 20px 15px;
  position: fixed;
  margin-bottom: 50px;
  z-index: 20;
}
header.active {
  box-shadow: rgba(0, 0, 0, 0.04) 1px 1px 8px 1px;
  padding: 20px 15px !important;
}
header #my-header .navbar-brand {
  width: 180px;
}
@media (max-width: 767px) {
  header #my-header .navbar-brand {
    width: 90px;
  }
}
header #my-header .navbar-brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
header #my-header .navbar-brand_qmarket {
  width: 200px;
}
header #my-header .navbar-brand_qmarket img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 767px) {
  header #my-header .navbar-brand_qmarket {
    width: 150px;
  }
}
@media (max-width: 480px) {
  header #my-header .navbar-brand_qmarket {
    width: 100px;
  }
}
header #my-header .toggler {
  background: transparent;
  border: none;
}
header #my-header .toggler img {
  width: 35px;
  height: 35px;
  object-fit: contain;
}
header #my-header .header_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  width: 100%;
}
header #my-header .btn-item a {
  font-size: 16px !important;
}
header #my-header .nav-item a,
header #my-header .nav-item .a-tag {
  color: #0e0e29;
  font-weight: 400;
  font-size: 16px;
  position: relative;
  display: inline-block;
  padding: 0.5rem 2rem 0.5rem 0rem;
}
header #my-header .nav-item a::after,
header #my-header .nav-item .a-tag::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 4px;
  background: transparent;
  margin: auto auto 0 auto;
  transition-duration: 0.25s;
}
header #my-header .nav-item a.active::after,
header #my-header .nav-item .a-tag.active::after {
  background: #7b68ee;
}
@media (max-width: 767px) {
  header #my-header .nav-item a.active,
  header #my-header .nav-item .a-tag.active {
    color: white !important;
    background-color: #7b68ee !important;
    border-radius: 5px !important;
    padding: 10px !important;
    width: 95%;
  }
}
header #my-header .nav-item a:hover,
header #my-header .nav-item .a-tag:hover {
  color: #7b68ee;
}
header #my-header .nav-item a.activeList,
header #my-header .nav-item .a-tag.activeList {
  color: #7b68ee;
}
header #my-header .nav-item a.activeList::after,
header #my-header .nav-item .a-tag.activeList::after {
  background: transparent;
}
header #my-header .nav-item .signUpBTn:hover {
  color: white !important;
}
@media (min-width: 992px) {
  header #my-header #affiliateClass1 > a {
    position: relative;
    display: inline-block;
    z-index: 2;
  }
  header #my-header #affiliateClass1 > a::after {
    content: "";
    position: absolute;
    top: 61px;
    left: -32px;
    width: 100%;
    height: 30px;
    background: transparent;
    pointer-events: auto;
  }
  header #my-header #affiliateClass1:hover .qmarket-submenu,
  header #my-header #affiliateClass1 .qmarket-submenu:hover {
    display: block;
    opacity: 1;
    visibility: visible;
  }
}
header #my-header #affiliateClass1 .qmarket-submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100vw;
  z-index: 999;
  background: #FAFBFD;
  box-shadow: 0px 3px 6px rgba(79, 96, 242, 0.1019607843);
}
header #my-header #affiliateClass1 .qmarket-submenu .sub-parent {
  padding: 20px 0;
}
header #my-header #affiliateClass1 .qmarket-submenu .sub-parent .product-list .product-btn {
  padding: 20px;
  margin-bottom: 10px;
  border: none;
  background-color: transparent;
  border-radius: 14px;
  color: #333;
  text-align: left;
  transition: background-color 0.5s ease, color 0.5s ease, transform 0.5s ease, box-shadow 0.5s ease;
}
header #my-header #affiliateClass1 .qmarket-submenu .sub-parent .product-list .product-btn .title1 {
  margin: 0;
}
header #my-header #affiliateClass1 .qmarket-submenu .sub-parent .product-list .product-btn .title1::after {
  content: "Exclusive";
  font-size: 10px;
  color: white;
  padding: 1px 8px;
  border-radius: 4px;
  margin-left: 10px;
  position: relative;
  bottom: 2px;
  border: 1px solid transparent;
  overflow: hidden;
  background: linear-gradient(45deg, #4f00cf, #955cff);
  animation: shine 4s infinite;
  background-size: 200% 200%;
  box-shadow: 0 0 10px rgba(163, 51, 255, 0.5);
}
header #my-header #affiliateClass1 .qmarket-submenu .sub-parent .product-list .product-btn .title2 {
  margin: 0;
}
header #my-header #affiliateClass1 .qmarket-submenu .sub-parent .product-list .product-btn .title2::after {
  content: "Top Pick";
  font-size: 10px;
  color: white;
  padding: 1px 8px;
  border-radius: 4px;
  margin-left: 10px;
  position: relative;
  bottom: 2px;
  border: 1px solid transparent;
  overflow: hidden;
  background: linear-gradient(45deg, #4f00cf, #955cff);
  animation: shine 4s infinite;
  background-size: 200% 200%;
  box-shadow: 0 0 10px rgba(163, 51, 255, 0.5);
}
header #my-header #affiliateClass1 .qmarket-submenu .sub-parent .product-list .product-btn p {
  font-size: 11px;
  margin: 0;
  color: gray;
  font-weight: 600;
}
header #my-header #affiliateClass1 .qmarket-submenu .sub-parent .product-list .product-btn:hover {
  background-color: #f7f7f7;
  color: #7b68ee !important;
  scale: 1.02;
  transition: all 0.3s ease;
  background-color: #f7f7f7;
  transform: scale(1.0000005);
  box-shadow: 0 0 12px 2px #cfcaeb, 0 0 16px 2px #b0aaff;
}
header #my-header #affiliateClass1 .qmarket-submenu .sub-parent .product-list .product-btn:hover p {
  color: #7b68ee !important;
}
header #my-header #affiliateClass1 .qmarket-submenu .sub-parent .product-list .product-btn.active {
  background-color: white;
  color: black;
}
header #my-header #affiliateClass1 .qmarket-submenu .sub-parent .product-list .product-btn .icon-div {
  width: 95px;
  height: 50px;
  margin-right: 15px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.0509803922);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
header #my-header #affiliateClass1 .qmarket-submenu .sub-parent .product-list .product-btn .icon-div img {
  width: 65%;
  height: auto;
}
header #my-header #affiliateClass1 .qmarket-submenu .sub-parent .right-cnt {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.0509803922);
  border-radius: 14px;
}
header #my-header #affiliateClass1 .qmarket-submenu .sub-parent .right-cnt .submenu-content {
  display: none;
  padding: 15px;
}
header #my-header #affiliateClass1 .qmarket-submenu .sub-parent .right-cnt .submenu-content .vline {
  width: 1px;
  height: auto;
  background-color: #d1d1d1;
}
header #my-header #affiliateClass1 .qmarket-submenu .sub-parent .right-cnt .submenu-content .fit100 {
  width: 100%;
  height: auto;
  border-radius: 10px;
  border: 7px solid #e5cefd;
}
header #my-header #affiliateClass1 .qmarket-submenu .sub-parent .right-cnt .submenu-content .col-parent {
  width: 100%;
  justify-content: start;
}
header #my-header #affiliateClass1 .qmarket-submenu .sub-parent .right-cnt .submenu-content .col-parent .list-grp {
  padding: 1rem;
}
header #my-header #affiliateClass1 .qmarket-submenu .sub-parent .right-cnt .submenu-content .col-parent .list-grp .menu-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 0;
  margin: 0;
  list-style: none;
}
header #my-header #affiliateClass1 .qmarket-submenu .sub-parent .right-cnt .submenu-content .col-parent .list-grp .menu-list li {
  display: flex;
  align-items: center;
  width: calc(50% - 0.5rem);
}
header #my-header #affiliateClass1 .qmarket-submenu .sub-parent .right-cnt .submenu-content .col-parent .list-grp .menu-list li .list-icon {
  margin-right: 0.75rem;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.0509803922);
  border-radius: 50%;
  border: 0.5px solid #F3F3F3;
}
header #my-header #affiliateClass1 .qmarket-submenu .sub-parent .right-cnt .submenu-content .col-parent .list-grp .menu-list li .list-icon img {
  width: 23px;
  height: 23px;
  object-fit: contain;
}
header #my-header #affiliateClass1 .qmarket-submenu .sub-parent .right-cnt .submenu-content .col-parent .list-grp .menu-list li a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  font-size: 14px;
}
header #my-header #affiliateClass1 .qmarket-submenu .sub-parent .right-cnt .submenu-content .col-parent .list-grp .menu-list li a:hover {
  color: #7b68ee;
}
header #my-header #affiliateClass1 .qmarket-submenu .sub-parent .right-cnt .submenu-content .col-parent .contact {
  justify-content: space-between;
  align-items: center;
}
header #my-header #affiliateClass1 .qmarket-submenu .sub-parent .right-cnt .submenu-content .col-parent .contact .email h4 {
  margin-bottom: 7px;
}
header #my-header #affiliateClass1 .qmarket-submenu .sub-parent .right-cnt .submenu-content .col-parent .contact img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
header #my-header #affiliateClass1 .qmarket-submenu .sub-parent .right-cnt .submenu-content .col-parent .contact p {
  color: gray;
  font-size: 13px;
  font-weight: 600;
  margin-right: 20px;
}
header #my-header #affiliateClass1 .qmarket-submenu .sub-parent .right-cnt .submenu-content.active {
  display: block;
}
header #my-header #mobileNav,
header #my-header #mobileNavQmarket {
  position: absolute;
  background: rgba(255, 255, 255, 0.4588235294);
  width: 100%;
  left: 0;
  top: 80px;
  height: 100vh;
  padding-left: 15px !important;
  display: none;
  transition: transform 0.25s ease;
  transform: translateX(-100%);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
}
header #my-header #mobileNav.mobile_active,
header #my-header #mobileNavQmarket.mobile_active {
  display: block;
  transform: translateX(0%);
}
header #my-header #mobileNav .mobile-navlist,
header #my-header #mobileNavQmarket .mobile-navlist {
  padding-top: 20px;
}
header #my-header #mobileNav .mobile-navlist .nav-item,
header #my-header #mobileNavQmarket .mobile-navlist .nav-item {
  margin: 10px 0;
  list-style: none;
}
header #my-header #mobileNav .mobile-navlist .nav-item .nav-link,
header #my-header #mobileNavQmarket .mobile-navlist .nav-item .nav-link {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
header #my-header #mobileNav .mobile-navlist .nav-item .nav-link:hover,
header #my-header #mobileNavQmarket .mobile-navlist .nav-item .nav-link:hover {
  color: #7b68ee;
}
header #my-header #mobileNav .mobile-navlist .nav-item .nav-link .arrow,
header #my-header #mobileNavQmarket .mobile-navlist .nav-item .nav-link .arrow {
  transition: transform 0.3s ease;
}
header #my-header #mobileNav .mobile-navlist .nav-item .nav-link .arrow.rotated,
header #my-header #mobileNavQmarket .mobile-navlist .nav-item .nav-link .arrow.rotated {
  transform: rotate(180deg);
}
header #my-header #mobileNav .mobile-navlist .nav-item .mobile-submenu,
header #my-header #mobileNavQmarket .mobile-navlist .nav-item .mobile-submenu {
  display: none;
  list-style: none;
  padding: 0px 22px;
  transition: max-height 0.3s ease;
  overflow: hidden;
}
header #my-header #mobileNav .mobile-navlist .nav-item .mobile-submenu.show-submenu,
header #my-header #mobileNavQmarket .mobile-navlist .nav-item .mobile-submenu.show-submenu {
  display: block;
}
header #my-header #mobileNav .mobile-navlist .nav-item .mobile-submenu li,
header #my-header #mobileNavQmarket .mobile-navlist .nav-item .mobile-submenu li {
  margin: 5px 0;
}
header #my-header #mobileNav .mobile-navlist .nav-item .mobile-submenu li .nav-link,
header #my-header #mobileNavQmarket .mobile-navlist .nav-item .mobile-submenu li .nav-link {
  font-size: 15px;
  font-weight: 400;
  color: #333;
  text-decoration: none;
  display: flex;
  padding: 5px 0;
  padding: 10px 10px;
}
header #my-header #mobileNav .mobile-navlist .nav-item .mobile-submenu li .nav-link:hover,
header #my-header #mobileNavQmarket .mobile-navlist .nav-item .mobile-submenu li .nav-link:hover {
  color: black;
  display: flex;
  background-color: #FFBFED;
  border-radius: 5px;
}

footer {
  border-top: 2px solid rgba(0, 0, 0, 0.031372549);
}
footer p,
footer li a {
  color: #3a3a4c !important;
  font-weight: 600;
}
@media (max-width: 767px) {
  footer .textLeft {
    text-align: left;
    padding-left: 10px;
  }
}
footer ul li a {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  padding: 6px 0;
  transition-duration: 0.25s;
}
footer ul li a:hover {
  color: #7b68ee !important;
}
footer ul li.soc_links a {
  transition-duration: 0.25s;
}
footer ul li.soc_links a:hover {
  transform: scale(1.1);
}
footer ul li.soc_links img {
  width: 30px;
  height: 20px;
  object-fit: contain;
  margin: 18px 3px;
}
footer .copyright {
  border-top: 2px solid rgba(0, 0, 0, 0.1607843137);
}

.accordion-body {
  color: #3a3a4c;
  font-weight: 600;
}

@media (min-width: 767px) {
  #faq_section.question-box,
  #chapters_sec.question-box {
    height: 630px;
    overflow: auto;
  }
}
@media (max-width: 991px) {
  #faq_section.question-box,
  #chapters_sec.question-box {
    margin-top: 20px;
  }
}
#faq_section .accordion-item,
#chapters_sec .accordion-item {
  border: none;
  background-color: #F7F6FE;
  border-radius: 24px;
  margin: 20px 0;
}
#faq_section .accordion-item.question-item,
#chapters_sec .accordion-item.question-item {
  background-color: #dcf2e6;
  border-radius: 8px !important;
}
#faq_section .accordion-item.mt-none,
#chapters_sec .accordion-item.mt-none {
  margin-top: 0px !important;
}
#faq_section .accordion-item.mb-none,
#chapters_sec .accordion-item.mb-none {
  margin-bottom: 0px !important;
}
#faq_section .accordion-item .accordion-button,
#chapters_sec .accordion-item .accordion-button {
  font-weight: 500;
  box-shadow: none;
  border-color: transparent;
  background-color: #E6E3F8;
  border-radius: 24px;
}
#faq_section .accordion-item .accordion-button.question-button,
#chapters_sec .accordion-item .accordion-button.question-button {
  font-size: 22px;
  font-weight: 500;
  border-radius: 8px !important;
  background-color: #E7F8EF;
  padding: 20px 50px 20px 20px !important;
}
@media (max-width: 480px) {
  #faq_section .accordion-item .accordion-button.question-button,
  #chapters_sec .accordion-item .accordion-button.question-button {
    font-size: 18px;
  }
}
#faq_section .accordion-item .accordion-button:not(.collapsed),
#chapters_sec .accordion-item .accordion-button:not(.collapsed) {
  background-color: transparent;
  color: inherit;
}
#faq_section .accordion-item .accordion-header,
#chapters_sec .accordion-item .accordion-header {
  margin: 0;
}
#faq_section .accordion-item .accordion-header button,
#chapters_sec .accordion-item .accordion-header button {
  font-weight: 500;
  color: #0e0e29 !important;
}
@media (max-width: 767px) {
  #faq_section .accordion-item .accordion-header button,
  #chapters_sec .accordion-item .accordion-header button {
    font-weight: 500;
  }
}
#faq_section .accordion-item .accordion-body,
#chapters_sec .accordion-item .accordion-body {
  font-size: 16px;
  font-weight: 400;
  color: #3A3A4C;
}
@media (max-width: 767px) {
  #faq_section .accordion-item .accordion-body,
  #chapters_sec .accordion-item .accordion-body {
    font-size: 14px;
    font-weight: 400;
    color: #3A3A4C;
  }
}
@media (min-width: 768px) {
  #faq_section .accordion-header button,
  #chapters_sec .accordion-header button {
    font-size: 20px;
    padding: 30px 50px 15px 50px;
  }
  #faq_section .accordion-body,
  #chapters_sec .accordion-body {
    padding: 0px 50px 40px 50px;
  }
}
@media (max-width: 767px) {
  #faq_section .accordion-header button,
  #chapters_sec .accordion-header button {
    font-size: 18px;
    padding: 25px 30px;
  }
  #faq_section .accordion-body,
  #chapters_sec .accordion-body {
    padding: 0px 30px 40px 30px;
  }
}

@media (min-width: 767px) {
  #faq_section_question.question-box {
    height: 630px;
    overflow: auto;
  }
}
@media (max-width: 991px) {
  #faq_section_question.question-box {
    margin-top: 20px;
  }
}
#faq_section_question .accordion-item {
  border: none;
  background-color: #ffffff;
  border-radius: 24px;
  margin: 20px 0;
}
#faq_section_question .accordion-item.question-item {
  background-color: #dcf2e6;
  border-radius: 8px !important;
}
#faq_section_question .accordion-item.mt-none {
  margin-top: 0px !important;
}
#faq_section_question .accordion-item.mb-none {
  margin-bottom: 0px !important;
}
#faq_section_question .accordion-item .accordion-button {
  font-weight: 500;
  box-shadow: none;
  border-color: transparent;
  background-color: #E6E3F8;
  border-radius: 24px;
}
#faq_section_question .accordion-item .accordion-button.question-button {
  font-size: 22px;
  font-weight: 500;
  border-radius: 8px !important;
  background-color: #E7F8EF;
  padding: 20px 50px 20px 20px !important;
}
@media (max-width: 480px) {
  #faq_section_question .accordion-item .accordion-button.question-button {
    font-size: 18px;
  }
}
#faq_section_question .accordion-item .accordion-button:not(.collapsed) {
  background-color: transparent;
  color: inherit;
}
#faq_section_question .accordion-item .accordion-header {
  margin: 0;
}
#faq_section_question .accordion-item .accordion-header button {
  font-weight: 500;
  color: #0e0e29 !important;
}
@media (max-width: 767px) {
  #faq_section_question .accordion-item .accordion-header button {
    font-weight: 500;
  }
}
#faq_section_question .accordion-item .accordion-body {
  font-size: 16px;
  font-weight: 400;
  color: #3A3A4C;
}
@media (max-width: 767px) {
  #faq_section_question .accordion-item .accordion-body {
    font-size: 14px;
    font-weight: 400;
    color: #3A3A4C;
  }
}
@media (min-width: 768px) {
  #faq_section_question .accordion-header button {
    font-size: 20px;
    padding: 30px 50px 15px 50px;
  }
  #faq_section_question .accordion-body {
    padding: 0px 50px 40px 50px;
  }
}
@media (max-width: 767px) {
  #faq_section_question .accordion-header button {
    font-size: 18px;
    padding: 25px 30px;
  }
  #faq_section_question .accordion-body {
    padding: 0px 30px 40px 30px;
  }
}

#chapters_sec .accordion-item,
#chapters_sec .accordion-button {
  background-color: #fff !important;
}
#chapters_sec .accordion-body {
  color: #7D7D7D !important;
}

.side_footer {
  position: fixed;
  right: 0;
  top: 200px;
  width: 55px;
  background: white;
  box-shadow: -3px 0px 19px rgba(0, 0, 0, 0.1607843137);
  border-radius: 18px 0px 0px 18px;
  display: block;
  text-align: center;
  z-index: 5;
  transition-duration: 0.5s;
}
.side_footer .icons a {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  margin: 15px auto;
  transition-duration: 0.25s;
}
.side_footer .icons a:hover {
  background-color: white;
  box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.1019607843);
}
.side_footer .icons a img {
  width: 25px;
  height: 25px;
  object-fit: contain;
}

.side_footerHide {
  right: -55px !important;
}
.side_footerHide i {
  left: -20px;
  transform: rotate(180deg) !important;
}

.solu_dropdown,
.prod-dropdown {
  position: relative;
  z-index: 1;
}
.solu_dropdown a img,
.solu_dropdown .a-tag img,
.prod-dropdown a img,
.prod-dropdown .a-tag img {
  transition-duration: 0.25s;
}
.solu_dropdown::after,
.prod-dropdown::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 50px;
  left: 0;
  bottom: -10px;
  cursor: pointer;
  z-index: -1;
}
.solu_dropdown .dropdown-list,
.prod-dropdown .dropdown-list {
  width: calc(100% - 15px);
  padding: 0;
  top: 48px;
  border-radius: 4px;
  display: none;
}
@media (min-width: 991px) {
  .solu_dropdown .dropdown-list,
  .prod-dropdown .dropdown-list {
    position: absolute;
    left: 16px;
    background: white;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 16px 0px;
  }
}
.solu_dropdown .dropdown-list a,
.solu_dropdown .dropdown-list .a-tag,
.prod-dropdown .dropdown-list a,
.prod-dropdown .dropdown-list .a-tag {
  margin: 5px;
  display: block !important;
  border-radius: 4px;
}
.solu_dropdown .dropdown-list a:hover,
.solu_dropdown .dropdown-list .a-tag:hover,
.prod-dropdown .dropdown-list a:hover,
.prod-dropdown .dropdown-list .a-tag:hover {
  background-color: rgba(219, 219, 219, 0.3019607843);
}
.solu_dropdown .dropdown-list-usecases,
.prod-dropdown .dropdown-list-usecases {
  width: calc(100% - 15px);
  padding: 0;
  top: 48px;
  border-radius: 4px;
  display: none;
}
@media (min-width: 991px) {
  .solu_dropdown .dropdown-list-usecases,
  .prod-dropdown .dropdown-list-usecases {
    position: absolute;
    left: 16px;
    background: white;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 16px 0px;
  }
}
.solu_dropdown .dropdown-list-usecases a,
.solu_dropdown .dropdown-list-usecases .a-tag,
.prod-dropdown .dropdown-list-usecases a,
.prod-dropdown .dropdown-list-usecases .a-tag {
  margin: 5px;
  display: block !important;
  border-radius: 4px;
}
.solu_dropdown .dropdown-list-usecases a:hover,
.solu_dropdown .dropdown-list-usecases .a-tag:hover,
.prod-dropdown .dropdown-list-usecases a:hover,
.prod-dropdown .dropdown-list-usecases .a-tag:hover {
  background-color: rgba(219, 219, 219, 0.3019607843);
}
@media (min-width: 991px) {
  .solu_dropdown .dropdown-list,
  .prod-dropdown .dropdown-list {
    width: 200px;
  }
  .solu_dropdown .dropdown-list-usecases,
  .prod-dropdown .dropdown-list-usecases {
    width: 300px;
  }
  .solu_dropdown:hover .a-tag img,
  .prod-dropdown:hover .a-tag img {
    transform: rotate(180deg);
  }
  .solu_dropdown:hover .dropdown-list,
  .prod-dropdown:hover .dropdown-list {
    display: block;
  }
  .solu_dropdown:hover .dropdown-list-usecases,
  .prod-dropdown:hover .dropdown-list-usecases {
    display: block;
  }
}

.custom-container {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 576px) {
  .custom-container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .custom-container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .custom-container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .custom-container {
    max-width: 1140px;
  }
}
@media (min-width: 1500px) {
  .custom-container {
    max-width: 1500px;
  }
}

.static_pages {
  padding: 120px 0 40px;
}
.static_pages a {
  color: #7b68ee !important;
}
.static_pages a:hover {
  text-decoration: underline;
}
.static_pages h5 {
  margin: 20px 0;
}
.static_pages b {
  font-weight: 800;
}
.static_pages h5 + h5 {
  margin: -5px 0 15px;
}
.static_pages p,
.static_pages li {
  font-size: 16px;
  font-weight: 600;
  line-height: 34px;
  color: #3a3a4c;
}
.static_pages ul li {
  position: relative;
  line-height: 36px !important;
}
.static_pages ul li::before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  background: #0e0e29;
  border-radius: 50%;
  top: 14px;
  left: -20px;
}

.img-rotate {
  transform: rotate(180deg);
}

.img-rotate-rental {
  transform: rotate(180deg);
}

.textAlign {
  text-align: right;
  margin-right: 50px;
}

.addressUl li::before {
  top: 16px !important;
  border-radius: 0px !important;
  width: 6px !important;
  height: 3px !important;
}

.plnone {
  padding-left: 0px !important;
}
@media (max-width: 991px) {
  .plnone {
    padding: 0px 12px !important;
  }
}

.pb60 {
  padding-bottom: 60px;
}

.homeSecondColumn {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 19px rgba(0, 0, 0, 0.0705882353);
  border-radius: 11px;
  opacity: 1;
  position: relative;
  bottom: 60px;
  margin: 0px 100px;
}
@media (max-width: 991px) {
  .homeSecondColumn {
    margin: 0px 30px !important;
    bottom: 160px;
  }
}
@media (max-width: 380px) {
  .homeSecondColumn {
    bottom: 125px;
  }
}
.homeSecondColumn .box-heading {
  padding: 55px 155px 35px;
  color: #3A3A4C;
  font-size: 16px;
  text-align: center;
  font-weight: 400;
}
@media (max-width: 991px) {
  .homeSecondColumn .box-heading {
    padding: 16px !important;
  }
}
.homeSecondColumn .section-1 {
  margin: 0px 5px 0px 115px;
}
@media (max-width: 1200px) {
  .homeSecondColumn .section-1 {
    margin: 5px 20px;
    padding-top: 10px;
  }
}
.homeSecondColumn .section-2 {
  margin: 0px 105px 0px 0px;
}
@media (max-width: 1200px) {
  .homeSecondColumn .section-2 {
    margin: 5px 20px;
    padding-top: 10px;
  }
}
.homeSecondColumn .box-section {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #CB8DFF;
  border-radius: 14px;
  text-align: center;
  padding-top: 10px;
}
.homeSecondColumn .box-section h1 {
  font-size: 46px;
  font-weight: 800;
  margin-bottom: 0px;
  margin-top: 0px;
}
.homeSecondColumn .box-section h1 span {
  font-size: 30px;
}
.homeSecondColumn .box-section .box-content {
  font-size: 20px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .homeSecondColumn .box-section .box-content {
    font-size: 14px !important;
  }
}

.bg-Section {
  background-color: #e7f8ef;
}
.bg-Section .rental_title {
  text-align: center;
  padding: 0px 100px;
  background-color: #e7f8ef;
}
@media (max-width: 767px) {
  .bg-Section .rental_title {
    padding: 20px;
  }
}
.bg-Section.rental {
  background-color: #e7f8ef !important;
  border-radius: 24px;
}
.bg-Section.rental .pad20 {
  padding: 0px 30px;
}
@media (max-width: 767px) {
  .bg-Section.rental .pad20 {
    padding: 0 5px;
  }
}
.bg-Section.rental .p-7 {
  padding: 50px 10px 10px 10px;
}

.expore_btn {
  background: transparent linear-gradient(93deg, #3865F4 0%, #8E53EE 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 6px 12px rgba(1, 96, 45, 0.2588235294);
  border-radius: 8px;
  display: inline-block;
  color: white;
  padding: 10px 20px;
}
.expore_btn:hover {
  box-shadow: 0 0 20px 10px rgba(145, 130, 254, 0.4901960784);
  color: white !important;
}
@media (max-width: 480px) {
  .expore_btn.green {
    background: #1BA45B;
    padding: 8px 30px;
    font-weight: 400;
  }
}

@media (max-width: 991px) {
  .mb80 {
    margin-bottom: -80px !important;
  }
}

@media (max-width: 767px) {
  .d-mob-none {
    display: none !important;
  }
}

@media (max-width: 820px) {
  .d-tb-none {
    display: none !important;
  }
}

@media (max-width: 1024px) {
  .d-mob-xs-none {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  .d-web-xl-none {
    display: none !important;
  }
}

@media (min-width: 767px) {
  .d-web-none {
    display: none !important;
  }
}

@media (min-width: 821px) {
  .d-tab-none {
    display: none !important;
  }
}

.light_violetbg {
  background: #f9f9f9 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 27px rgba(0, 0, 0, 0.08);
  border: 2px solid #FFFFFF;
  border-radius: 24px;
  margin: 0px 85px;
  margin: 0px 85px;
  padding: 60px 10px;
}
@media (max-width: 767px) {
  .light_violetbg {
    padding: 30px 10px !important;
    margin: 0px 10px 30px 10px !important;
  }
}
.light_violetbg .img-content {
  width: 50%;
}
@media (max-width: 767px) {
  .light_violetbg .img-content {
    width: 60%;
  }
}
.light_violetbg .pr-20 {
  padding-right: 20px;
}
.light_violetbg .content {
  color: #3A3A4C;
  line-height: 25px;
}
@media (max-width: 767px) {
  .light_violetbg .content {
    margin-top: 30px;
    text-align: center;
  }
}

.lite_bg {
  background: #F6ECFF;
}
.lite_bg.lite_bg_mob {
  border-radius: 10px;
}
.lite_bg.lite_bg_mob h2 {
  font-size: 20px;
  text-align: center;
  padding: 30px 10px 0px 10px !important;
}

.getStarted {
  color: #9182FE;
}
.getStarted .getStarted-arrow {
  margin-top: 3px;
  margin-left: 10px;
}

@media (max-width: 767px) {
  .justifyMobCenter {
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .mt-20-mob {
    margin-top: 20px !important;
  }
}

.mr-1 {
  margin-right: 10px;
}

.ml-1 {
  margin-left: 10px;
}

.pr-10 {
  padding-left: 10px !important;
}

@media (min-width: 767px) {
  .padrl_60 {
    padding: 0px 50px;
  }
}

@media (max-width: 767px) {
  .fnt14Mob {
    font-size: 14px !important;
  }
}

@media (max-width: 767px) {
  .mt-5-mob {
    margin-top: 80px !important;
  }
}

@media (max-width: 767px) {
  .fnt20Mob {
    font-size: 20px !important;
  }
}

@media (max-width: 767px) {
  .pb-5-mob {
    padding-bottom: 10px !important;
  }
}

.wid90 {
  width: 90%;
}

.lightColor {
  color: #3A3A4C;
}

.darkColor {
  color: #0E0E29 !important;
}

.solidBlackMob {
  color: #000000 !important;
}

@media (max-width: 767px) {
  .lightColorMob {
    color: #3A3A4C !important;
  }
}

@media (max-width: 767px) {
  .f600Mob {
    font-weight: 600 !important;
  }
}

@media (max-width: 767px) {
  .lh22Mob {
    line-height: 22px !important;
  }
}

@media (max-width: 767px) {
  .fnt21Mob {
    font-size: 21px;
  }
}

@media (max-width: 767px) {
  .fnt20Mob {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .fnt12Mob {
    font-size: 12px !important;
  }
}

@media (max-width: 767px) {
  .fnt14Mob {
    font-size: 14px !important;
  }
}

@media (max-width: 767px) {
  .fnt15Mob {
    font-size: 15px !important;
  }
}

@media (max-width: 767px) {
  .fnt19Mob {
    font-size: 19px !important;
  }
}

@media (max-width: 767px) {
  .f400Mob {
    font-weight: 400 !important;
  }
}

@media (max-width: 767px) {
  .f500Mob {
    font-weight: 500;
  }
}

@media (max-width: 767px) {
  .pad25Mob {
    padding: 0px 25px;
  }
}

@media (max-width: 767px) {
  .padrl40mob {
    padding: 0px 40px;
  }
}

.mobColor {
  color: #3a3a4c !important;
}
@media (max-width: 767px) {
  .mobColor {
    color: #0E0E29 !important;
  }
}

@media (max-width: 767px) {
  .mobSize {
    font-size: 14px !important;
    line-height: 21px;
    margin: 6px 0 0 0;
  }
}

.ms-25 {
  margin-left: 2.5rem !important;
}

@media (max-width: 767px) {
  .mnoneMob {
    margin-bottom: 0px !important;
  }
}

.pr10 {
  padding-right: 10px;
}

.pt80 {
  padding-top: 80px !important;
}

.pt-80-mob {
  padding-top: 80px !important;
}
@media (max-width: 1024px) {
  .pt-80-mob {
    padding-top: 50px !important;
  }
}

.pl10 {
  padding-left: 20px;
}
@media (max-width: 767px) {
  .pl10 {
    padding-left: 0px;
  }
}

@media (min-width: 767px) {
  .mt-35-web {
    margin-top: 65px;
  }
}
@media (min-width: 767px) {
  .mt-35-web.marginAdjusted {
    margin-top: 20px !important;
  }
}

.pr-8-web {
  padding-right: 8px !important;
}

@media (min-width: 1024px) {
  .padForFeature {
    padding: 0px 250px;
  }
}

.fade-in {
  transition: background-image 0.5s ease-in-out;
}

.mt-80 {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .mt-80 {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .mt-80.mt-80-mob {
    margin-top: 80px !important;
  }
}

.mt-100 {
  margin-top: 100px;
}

.mt-60 {
  margin-top: 60px;
}

@media (min-width: 993px) and (max-width: 1024px) {
  .col-size-tab.col-lg-6 {
    flex: 0 0 auto;
    width: 100% !important;
  }
}

.pb-6 {
  padding-bottom: 60px !important;
}

.mobile-navlist {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.mobile-navlist .mobile-navlist-child2 {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-bottom: 200px;
}
.mobile-navlist .mobile-navlist-child2 li:nth-child(1) a {
  width: 140px;
  text-align: center;
}

@keyframes pulse-border {
  0% {
    border-color: rgba(93, 35, 252, 0.2);
    box-shadow: 0 0 5px rgba(150, 72, 253, 0.4);
  }
  100% {
    border-color: rgb(145, 61, 255);
    box-shadow: 0 0 15px rgba(129, 61, 255, 0.8);
  }
}
@keyframes shine {
  0% {
    background-position: 200% 200%;
  }
  100% {
    background-position: -100% -100%;
  }
}

/*# sourceMappingURL=common.css.map */
