@font-face {
  font-family: Inter-Light;
  font-style: normal;
  font-weight: 300;
  src: local("Open-Sans Regular"), url("../font/Inter/Inter-Regular.ttf");
}

@font-face {
  font-family: Inter-Regular;
  font-style: normal;
  font-weight: 400;
  src: local("Open-Sans Regular"), url("../font/Inter/Inter-Regular.ttf");
}

@font-face {
  font-family: Inter-Medium;
  font-style: normal;
  font-weight: 500;
  src: local("Open-Sans Regular"), url("../font/Inter/Inter-Medium.ttf");
}

@font-face {
  font-family: Inter-SemiBold;
  font-style: normal;
  font-weight: 600;
  src: local("Open-Sans Regular"), url("../font/Inter/Inter-SemiBold.ttf");
}

@font-face {
  font-family: Inter-Bold;
  font-style: normal;
  font-weight: 700;
  src: local("Open-Sans Regular"), url("../font/Inter/Inter-Bold.ttf");
}

@font-face {
  font-family: Inter-ExtraBold;
  font-style: normal;
  font-weight: 800;
  src: local("Open-Sans Regular"), url("../font/Inter/Inter-ExtraBold.ttf");
}

@font-face {
  font-family: Overpass-SemiBold;
  font-style: normal;
  font-weight: 600;
  src: local("Open-Sans Regular"), url("../font/Overpass/Overpass-SemiBold.ttf");
}

body {
  color: #303a42;
  background-color: #ffffff;
  font-family: Inter-Regular;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.container-inner {
  max-width: 1440px;
  width: 100%;
  padding: 0 50px;
  margin: 0 auto;
}

@media (max-width: 1200px) {
  .container-inner {
    padding: 0 30px;
  }
}

@media (max-width: 575px) {
  .container-inner {
    padding: 0 20px;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

.sticky {
  background-color: #fff;
}

.navbar-custom {
  padding: 6px 0;
  background-color: transparent;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
}

.navbar-custom .navbar-brand.scroll-logo{
  display: none;
}

.navbar-custom .navbar-brand.normal-logo{
  display: inline-block;
}

.navbar-custom.sticky {
  background-color: #fff;
  z-index: 1030;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 10%), 0 3px 6px 0 rgba(0, 0, 0, 5%);
}

.navbar-custom.sticky .navbar-brand.normal-logo{
  display: none;
}

.navbar-custom.sticky .navbar-brand.scroll-logo{
  display: inline-block;
}

/* .sticky-top {
  position: sticky;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 10%), 0 3px 6px 0 rgba(0, 0, 0, 5%);
} */
.nav-item .nav-link {
  color: #fff;
    font: 500 14px / 20px Inter-Medium;
}

.nav-item .nav-link.active {
  color: #ffa229;
}

.nav-item .nav-link:hover{
  color: #fff;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
  /* background: linear-gradient(135deg, #eb8e15 0%, #814f0e 100%); */
  background: #f99500;
  border-radius: 4px;
  /* max-width: 155px !important; */
}

.navbar-custom.sticky .nav-item .nav-link {
  color: #1b1c57;
}

.navbar-custom.sticky .nav-item .nav-link:hover{
  color: #fff;
}

.logo-size{
  max-height: 85px;
}

.nav-item .nav-link.memberBtn {
  padding: 10px 12px;
  font-weight: 700;
  color: #fff !important;
  display: inline-block;
  border-radius: 4px;
  /* background: linear-gradient(135deg, #ffa229 0%, #a06519 100%); */
  display: flex;
  align-items: center;
  width:fit-content;
  background: #f99500;
}

.nav-item .nav-link.memberBtn:hover{
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
    /* background: linear-gradient(135deg, #eb8e15 0%, #814f0e 100%); */
    background: #f99500;
}

.nav-item .nav-link.memberBtn svg {
  margin-right: 5px;
}

.nav-item .nav-link.active {
  font: 400 14px / 20px Inter-Medium;
  color: #fff;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
  /* background: linear-gradient(135deg, #eb8e15 0%, #814f0e 100%); */
  background: #f99500;
  border-radius: 4px;
  padding: 7px;
  /* max-width: 155px;
  width: 100%; */

}
.navbar-custom.sticky .nav-item .nav-link.active {
  color: #fff;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
  /* background: linear-gradient(135deg, #eb8e15 0%, #814f0e 100%); */
  background: #f99500;
  border-radius: 4px;
}

/* .nav-item .nav-link.active::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 10px;
    width: 30px;
    height: 2.5px;
    background-color: #27563A;
} */


.custom-css-navbar-collapse{
    justify-content: flex-end;
}

.navbar-toggler img {
  height: 45px;
}
@media (min-width: 1299px) {
  .navbar-nav .nav-item {
    margin-left: 22px;
  }

}

@media (min-width: 1199px) {
  /* .navbar-nav {
    align-items: center;
  } */

  

  .navbar-nav .nav-item {
    margin-left: 8px;
  }

  .navbar-expand-lg .navbar-collapse {
    justify-content: end;
  }
 
}

@media (max-width: 1199px) {
  .navbar-toggler {
    position: relative;
  }
  .nav-item .nav-link.active {
    margin-bottom: 10px;
  }

  .navbar-collapse {
    background: #fff;
    position: relative;
    position: absolute;
    top: 100px;
    z-index: 9999;
    left: 0;
    right: 0;
    padding: 0 50px 30px;
    top: 120px;
  }

  .navbar-collapse .navbar-nav {
    max-width: 540px;
    width: 100%;
    padding-top: 10px;
    /* margin: auto; */
  }

  .navbar-collapse .navbar-nav .nav-item .nav-link.active{
    max-width: 155px;
    width: 100%;
  }
  .nav-item .nav-link:hover{
    /* max-width: 155px;
    width: 100%; */
    /* width: 155px; */
  }

  .nav-item .nav-link {
    color: #000;
  }
  .nav-item .nav-link.memberBtn{
    margin-bottom: 10px;
  }
  .logo-size{
    max-height: 105px;
  }
}

@media (max-width: 575px) {
  /* .navbar-custom {
    padding: 5px 15px;
  } */

  .navbar-brand img {
    height: 75px;
  }

  .navbar-collapse {
    top: 90px;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 10%), 0 3px 6px 0 rgba(0, 0, 0, 5%);
  }
}

/* banner css */
.bannerSec {
  position: relative;
  /* text-align: center; */
  color: white;
}

.bannerSec video {
  min-height: 790px;
  object-fit: cover;
}

#videoPlayer{
  display: none;
}

.bannerSec .homepage-bannerImg {
  min-height: 790px;
}
.bannerSec .homepage-bannerImg img{
  width: 100%;
  min-height: 790px;
  object-fit: fill;
}

.bannerSec .top-banner-howItWorks {
  min-height: 613px;
  width: 100%;
  background-image: url("../images/Banner_blog.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
  justify-content: center;
}

/* @media(max-width:1030px){
  .bannerSec .top-banner-howItWorks.new-about-banner{
    min-height: 850px;
  }
} */

.bannerSec .howItWorks-centered {
  position: absolute;
  top: 120px;
  /* height: 452px; */
  width: 100%;
  display: flex;
  gap: 50px;
}

.top-banner-text-howItWorks {
  width: calc(100% - 552px);
  display: flex;
  flex-direction: column;
  /* gap: 20px; */
}

.top-banner-text-howItWorks .blog-checkBox-para {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: 20px;
}

.top-banner-text-howItWorks .blog-checkBox-para .blog-checkBox {
  height: 12px;
  width: 12px;
  background-color: #ffffff;
}

.top-banner-text-howItWorks .blog-checkBox-para span {
  font: 500 18px/18px Inter-Medium;
  color: #e6ecfd;
}
.top-banner-text-howItWorks h4 {
  font: 800 44px/56px Inter-ExtraBold;
  color: #e6ecfd;
  margin: 0;
  text-align: justify;
}
.top-banner-text-howItWorks p {
  font: 400 18px/26px Inter-Regular;
  color: #e6ecfd;
  margin: 0;
  /* margin-top: 15px; */
  text-align: justify;
}

.top-banner-btn-howItWorks {
  height: 58px;
  width: 227px;
  /* background: linear-gradient(135deg, #ffa229 0%, #a06519 100%); */
  background: #f99500;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
}
.top-banner-btn-howItWorks:hover{
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
    background: linear-gradient(135deg, #eb8e15 0%, #814f0e 100%);
}
.top-banner-btn-howItWorks span {
  color: #ffffff;
  font: 700 18px/22px Inter-Bold;
}

.top-banner-card-howItWorks {
  width: 502px;
  height: 452px;
  background-color: #e6ecfd;
  padding: 15px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-radius: 10px;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 10%), 0 3px 6px 0 rgba(0, 0, 0, 5%);
  z-index: 11;
}

.top-banner-card-aboutUs {
  width: 502px;
  height: 410px;
  border: 6px solid #d9d9d9;
  border-radius: 8px 88px 8px 8px;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 10%), 0 3px 6px 0 rgba(0, 0, 0, 5%);
  overflow: hidden;
  z-index: 11;
  position: relative;
}
.top-banner-card-aboutUs .top-banner-card-aboutUs-thumbnail {
  width: 100%;
  height: 100%;
  object-fit: fill;
  border-radius: 8px 88px 8px 8px;
  cursor: pointer;
}
.top-banner-card-aboutUs .top-banner-card-aboutUs-video {
  min-height: unset;
  width: 100%;
  height: 100%;
  object-fit: fill;
  border-radius: 8px 88px 8px 8px;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  cursor: pointer;
}
.top-banner-card-howItWorks
  .howItWorks-card-image
  .top-banner-card-aboutUs-video {
  min-height: unset;
  width: 100%;
  height: 100%;
  object-fit: fill;
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  cursor: pointer;
}

.top-banner-card-aboutUs .top-banner-card-aboutUs-thumbnail-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 81px;
  background-color: rgba(25, 35, 63, 0.5);
  width: 100%;
  display: flex;
  align-items: center;
  gap: 15px;
}
.top-banner-card-aboutUs
  .top-banner-card-aboutUs-thumbnail-overlay
  .top-banner-card-aboutUs-thumbnail-overlay-img {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  margin-left: 20px;
}
.top-banner-card-aboutUs
  .top-banner-card-aboutUs-thumbnail-overlay
  .top-banner-card-aboutUs-thumbnail-overlay-img
  img {
  width: 100%;
  height: 100%;
  object-fit: fill;
  border-radius: 50%;
}

.top-banner-card-aboutUs
  .top-banner-card-aboutUs-thumbnail-overlay
  .top-banner-card-aboutUs-thumbnail-overlay-text {
  height: 54px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  justify-content: center;
  width: calc(100% - 89px);
}
.top-banner-card-aboutUs
  .top-banner-card-aboutUs-thumbnail-overlay
  .top-banner-card-aboutUs-thumbnail-overlay-text
  h4 {
  margin: 0;
  font: 600 20px/20px Inter-SemiBold;
  letter-spacing: 0.2px;
  color: #ffffff;
}
.top-banner-card-aboutUs
  .top-banner-card-aboutUs-thumbnail-overlay
  .top-banner-card-aboutUs-thumbnail-overlay-text
  p {
  margin: 0;
  font: 400 12px/20px Inter-Regular;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #ffffff;
}

.top-banner-card-howItWorks .top-banner-card-howItWork-thumbnail-overlay {
  position: absolute;
  /* bottom: 10px; */
  bottom: 0;
  left: 0;
  height: 54px;
  background-color: rgba(25, 35, 63, 0.5);
  width: 100%;
  display: flex;
  align-items: center;
  gap: 15px;
}

.top-banner-card-howItWorks
  .top-banner-card-howItWork-thumbnail-overlay
  .top-banner-card-aboutUs-thumbnail-overlay-img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  margin-left: 20px;
}
.top-banner-card-howItWorks
  .top-banner-card-howItWork-thumbnail-overlay
  .top-banner-card-aboutUs-thumbnail-overlay-img
  img {
  width: 100%;
  height: 100%;
  object-fit: fill;
  border-radius: 50%;
}

.top-banner-card-howItWorks
  .top-banner-card-howItWork-thumbnail-overlay
  .top-banner-card-aboutUs-thumbnail-overlay-text {
  height: 42px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(100% - 89px);
}
.top-banner-card-howItWorks
  .top-banner-card-howItWork-thumbnail-overlay
  .top-banner-card-aboutUs-thumbnail-overlay-text
  h4 {
  margin: 0;
  font: 600 16px/20px Inter-SemiBold;
  letter-spacing: 0.2px;
  color: #ffffff;
}
.top-banner-card-howItWorks
  .top-banner-card-howItWork-thumbnail-overlay
  .top-banner-card-aboutUs-thumbnail-overlay-text
  p {
  margin: 0;
  font: 400 12px/20px Inter-Regular;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #ffffff;
}

.top-banner-card-howItWorks .howItWorks-card-image {
  width: 100%;
  height: 224px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.top-banner-card-howItWorks
  .howItWorks-card-image
  .top-banner-card-aboutUs-thumbnail {
  width: 100%;
  height: 100%;
  object-fit: fill;
  border-radius: 10px;
  cursor: pointer;
}
.top-banner-card-howItWorks h3 {
  margin: 0;
  color: #212121;
  font: 700 18px/32px Inter-Bold;
  margin-left: 17px;
  margin-top: 10px;
}
.top-banner-card-howItWorks h4 {
  margin: 0;
  color: #212121;
  font: 700 14px/22px Inter-Bold;
  margin-left: 17px;
}
.top-banner-card-howItWorks ol {
  margin-top: 5px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.top-banner-card-howItWorks ol li {
  color: #212121;
  font: 400 14px/24px Inter-Regular;
  letter-spacing: -1%;
}

.howItWorks-mid-banner {
  background-color: #f2f5fd;
  width: 100%;
  border-left: 6px solid #be7b2e;
  padding: 16px 0;
}

.howItWorks-mid-banner-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.howItWorks-mid-banner-logo-container {
  display: flex;
  align-items: center;
  gap: 50px;
}
.howItWorks-mid-banner-logo-container h4 {
  margin: 0;
  color: #08110c;
  font: 700 32px/121% Inter-Bold;
  padding-right: 20px;
  width: fit-content;
}
.howItWorks-mid-banner-logo {
  height: 200px;
  width: 200px;
  border-radius: 50%;
}
.howItWorks-mid-banner-logo img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: fill;
}
.howItWorks-mid-banner-btn {
  height: 58px;
}

@media (max-width: 1252px) {
  .top-banner-text-howItWorks h4 {
    font: 800 30px/44px Inter-ExtraBold;
    color: #e6ecfd;
    margin: 0;
  }
}
@media (max-width: 1024px) {
  .bannerSec .howItWorks-centered {
    flex-direction: column;
  }
  .top-banner-text-howItWorks {
    width: 100%;
  }
  .cardSecMain-how-It-work-m-1250 {
    margin-top: 150px;
  }
  /* .top-banner-howItWorks {
    min-height: 840px !important;
  } */
}
@media (max-width: 871px) {
  .howItWorks-mid-banner-logo-container h4 {
    font: 700 22px/121% Inter-Bold;
  }
  .bannerSec video {
    min-height: 890px;
    object-fit: cover;
  }
}
@media (max-width: 693px) {
  .howItWorks-mid-banner-logo {
    display: none;
  }

  .top-banner-text-howItWorks .blog-checkBox-para span {
    font: 500 14px/14px Inter-Medium;
  }
  .top-banner-text-howItWorks h4 {
    font: 800 30px/44px Inter-ExtraBold;
  }
  .top-banner-text-howItWorks p {
    font: 400 14px/20px Inter-Regular;
  }

}
@media (max-width: 540px) {
  .top-banner-card-howItWorks {
    width: 402px;
  }
  .top-banner-card-aboutUs {
    width: 402px;
  }
  .top-banner-text-howItWorks .blog-checkBox-para span {
    font: 500 12px/12px Inter-Medium;
  }
  .top-banner-text-howItWorks h4 {
    font: 800 20px/28px Inter-ExtraBold;
  }
  .top-banner-text-howItWorks p {
    font: 400 12px/18px Inter-Regular;
  }
  
  .top-banner-text-howItWorks sup{
  font-size:9px !important;
  top:-11px !important;
  }
}
@media (max-width: 440px) {
  .top-banner-card-howItWorks {
    width: 302px;
  }
  .top-banner-card-aboutUs {
    width: 302px;
  }
  .top-banner-btn-howItWorks span {
    font: 700 14px/20px Inter-Bold;
  }
}
@media (max-width: 340px) {
  .top-banner-card-howItWorks {
    width: 280px;
  }
  .top-banner-card-aboutUs {
    width: 280px;
  }
  .top-banner-card-howItWorks h3 {
    font: 700 14px/25px Inter-Bold;
  }
  .top-banner-card-howItWorks h4 {
    font: 700 12px/22px Inter-Bold;
  }
  .top-banner-card-howItWorks ol li {
    font: 400 12px/24px Inter-Regular;
  }
}

.bannerSec .top-banner-blog {
  min-height: 315px;
  width: 100%;
  background-image: url("../images/Banner_blog.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
  justify-content: center;
}

.bannerSec .price-banner-blog{
  min-height: 260px;
  width: 100%;
  background-image: url("../images/Banner_blog.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
  justify-content: center;
}



.bannerSec .blog-centered {
  position: absolute;
  top: 140px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  text-align: center;
}

.bannerSec .top-banner-popup {
  height: 110vh;
  width: 100%;
  background-image: url("../images/Banner_blog.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
  justify-content: center;
  overflow-x: hidden;

}

.bannerSec .popup-centered {
  position: absolute;
  top: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  z-index: 9;
}
.popup-container {
  height: auto;
  width: 100%;
  background-color: #ffffff;
  margin-bottom: 20px;
}
.popup-container .popup-top-desclaimer {
  height: 44px;
  width: 100%;
  background-color: rgba(255, 162, 41, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.popup-container .popup-top-desclaimer span {
  color: #08110c;
  font: 500 15px/20px Inter-Medium;
}
.popup-container .popup-main-container .popup-right-part .popup-listing-container .popup-list-gray span img{
  width: 20px;
  height: 20px;
}

.popup-container .popup-main-container {
  height: calc(100% - 44px);
  width: 100%;
  display: flex;
}
.popup-container .popup-main-container .popup-left-part {
  width: 244px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid #d9d9d9;
}
.popup-container .popup-main-container .popup-left-part .popup-spinner {
  height: 32px;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.popup-container
  .popup-main-container
  .popup-left-part
  .popup-spinner
  .popup-spinner-img {
  height: 32px;
  width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: 1.25s linear infinite popup-spinner;
}

@keyframes popup-spinner {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.popup-container .popup-main-container .popup-left-part h4 {
  color: #18181b;
  margin: 0;
  font: 600 16px/115% Inter-SemiBold;
  margin-top: 20px;
}
.popup-container .popup-main-container .popup-left-part p {
  margin: 0;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  color: #18181b;
  font: 400 14px/125% Inter-Regular;
}
.popup-container
  .popup-main-container
  .popup-left-part
  .popup-left-part-search {
  height: 243px;
  width: 100%;
  background-image: url("../images/search_big.svg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.popup-container
  .popup-main-container
  .popup-left-part
  .popup-left-part-search
  .popup-left-part-search-text {
  max-width: 114px;
  height: 140px;
  position: absolute;
  top: 19px;
  left: 36px;
  display: flex;
  align-items: center;
}
.popup-container
  .popup-main-container
  .popup-left-part
  .popup-left-part-search
  .popup-left-part-search-text
  p {
  margin: 0;
  max-width: 114px;
  height: 140px;
  color: #18181b;
  font: 500 12px/16px Inter-Medium;
}

.popup-container .popup-main-container .popup-right-part {
  height: 100%;
  width: calc(100% - 244px);
  padding: 50px;
  padding-top: 0;
}
.popup-container .popup-main-container .popup-right-part .popup-logo {
  margin-top: 15px;
  height: 85px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup-container .popup-main-container .popup-right-part .popup-logo img {
  height: 100%;
  width: 150px;
}
.popup-container .popup-main-container .popup-right-part h3 {
  margin: 0;
  color: #08110c;
  font: 700 22px/30px Inter-Bold;
  margin-top: 20px;
}
.popup-container .popup-main-container .popup-right-part .popup-progress-bar {
  margin-top: 20px;
  width: calc(100% - 50px);
  position: relative;
  border: 5px solid rgb(240, 238, 238);
  padding: 3px;
  border-radius: 30px;
}
.popup-container .popup-main-container .popup-right-part .progress {
  background-color: rgba(220, 223, 225, 1);
  height: 12px;
}
.popup-container .popup-main-container .popup-right-part .progress-bar {
  background-color: rgba(117, 184, 0, 1);
}

.popup-container
  .popup-main-container
  .popup-right-part
  .popup-progress-bar
  .popup-progress-percentage {
  color: #18181b;
  font: 700 12px/125% Inter-Bold;
  position: absolute;
  top: 1px;
  right: -45px;
}
.popup-container
  .popup-main-container
  .popup-right-part
  .popup-listing-container {
  height: 230px;
  width: 100%;
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  column-gap: 3%;
  flex-wrap: wrap;
  position: relative;
}
.popup-container
  .popup-main-container
  .popup-right-part
  .popup-listing-container.gim-popup-listing-container {
  height: 115px;
}
.popup-container
  .popup-main-container
  .popup-right-part
  .popup-listing-container.pw-popup-listing-container {
  height: 260px;
}
.popup-container
  .popup-main-container
  .popup-right-part
  .popup-listing-container
  .popup-verticle-line {
  width: 1px;
  background-color: #d9d9d9;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
}

.popup-container
  .popup-main-container
  .popup-right-part
  .popup-listing-container
  .popup-list {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 2px;
  max-width: 30%;
}

.popup-container
  .popup-main-container
  .popup-right-part
  .popup-listing-container
  .popup-list.gim-popup-list {
    max-width: 50%;
    width: 100%;
}
.popup-container .popup-main-container .popup-right-part .popup-listing-container .popup-list span img{
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.popup-container
  .popup-main-container
  .popup-right-part
  .popup-listing-container
  .popup-list
  .popup-list-blue-checkMark {
  height: 24px;
  width: 24px;
  background-image: url("../images/checkmark.svg");
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 5px;
}
.popup-container
  .popup-main-container
  .popup-right-part
  .popup-listing-container
  .popup-list-gray
  .popup-list-blue-checkMark {
  height: 24px;
  width: 24px;
  background-image: url("../images/gray-checkmark.png");
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 5px;
}

.popup-container
  .popup-main-container
  .popup-right-part
  .popup-listing-container
  .popup-list
  span {
  color: #18181b;
  font: 500 14px/125% Inter-Medium;
  /* overflow: hidden; */
  white-space: nowrap;
  text-overflow: ellipsis;
  width: calc(100% - 35px);
  text-align: left;
}
.popup-container
  .popup-main-container
  .popup-right-part
  .popup-listing-container
  .popup-list-gray
  span {
  color: #476788;
  font: 500 14px/125% Inter-Medium;
  /* overflow: hidden; */
  white-space: nowrap;
  text-overflow: ellipsis;
  width: calc(100% - 35px);
  text-align: left;

}

@media (max-width: 860px) {
  .popup-container
    .popup-main-container
    .popup-right-part
    .popup-listing-container {
    flex-wrap: nowrap;
    overflow-y: auto;
  }
  .popup-container
    .popup-main-container
    .popup-right-part
    .popup-listing-container
    .popup-verticle-line {
    display: none;
  }
  .popup-container
    .popup-main-container
    .popup-right-part
    .popup-listing-container
    .popup-list {
    height: 24px;
    max-width: 100%;
  }
}

@media(min-width:700px){
  .onlyDesktopSpace{
  display: none;
  }
}

@media (max-width: 630px) {
  .popup-container .popup-main-container{
    flex-direction: column;
  }
  .popup-container .popup-main-container .popup-left-part .popup-left-part-search{
    display: none;
  }
  .popup-container .popup-main-container .popup-left-part {
    width: 100%;
  }
  .popup-container .popup-main-container .popup-right-part {
    width: 100%;
  }
}

@media (max-width: 521px) {
  .popup-container .popup-main-container .popup-right-part h3 {
    font: 700 15px/30px Inter-Bold;
  }
  .popup-container .popup-top-desclaimer span {
    font: 500 10px/15px Inter-Medium;
  }
}
@media (max-width: 400px) {
  .popup-container .popup-main-container .popup-right-part h3 {
    font: 700 12px/30px Inter-Bold;
  }
  .popup-container .popup-top-desclaimer span {
    font: 500 8px/15px Inter-Medium;
  }
  .popup-container
    .popup-main-container
    .popup-right-part
    .popup-listing-container
    .popup-list
    span {
    font: 500 11px/125% Inter-Medium;
  }
  .popup-container .popup-main-container .popup-right-part {
    padding: 15px;
  }
}

.bannerSec .blog-centered .blog-checkBox-para {
  display: flex;
  align-items: center;
  gap: 7px;
}

.bannerSec .blog-centered .blog-checkBox-para .blog-checkBox {
  height: 12px;
  width: 12px;
  background-color: #ffffff;
}

.bannerSec .blog-centered .blog-checkBox-para span {
  font: 500 18px/18px Inter-Medium;
  color: #e6ecfd;
}
.bannerSec .blog-centered h4 {
  font: 800 44px/110% Inter-ExtraBold;
  color: #e6ecfd;
  margin: 0;
  text-align: center;
}
.bannerSec .blog-centered p {
  font: 400 18px/26px Inter-Regular;
  color: #e6ecfd;
  margin: 0;
  text-align: center;
}

.bannerSec .centered {
  position: absolute;
  top: 160px;
  max-width: 1000px;
}

.centered h2 {
  font: 800 48px/60px Inter-ExtraBold;
  color: #fafafa;
  margin-right:9px;
  /* max-width: 670px;
  width: 100%; */
}

.centered h2 .inlineBlock{
  display: inline-block;
}

.centered h2 span {
  color: #ffa229;
}
.centered h2 .superTM{
  font-size: 14px; 
  top: -20px; 
}

.centered .desc {
  font: 400 18px/30px Inter-Regular;
  color: rgba(250, 250, 250, 0.8);
}

.centered .scrollhead {
  font-size: 18px;
}

.discoverBtn {
  border-radius: 10px;
  border: 1px solid #fff;
  padding: 20px 40px;
  color: #fff;
  font-size: 18px;
}

.discoverBtn:hover {
  border: 1px solid #27563a;
  padding: 20px 40px;
  color: #fff;
  background-color: #27563a;
}

.overlayBanner {
  position: absolute;
  background: #00000050;
  top: 0;
  width: 100%;
  min-height:790px !important;
}

.overlayBanner-cards-container {
  height: auto;
  display: flex;
  gap: 35px;
  position: absolute;
  top: 390px;
  max-width: 1440px;
}

.overlayBanner-card-first {
  border: 1px solid rgba(243, 244, 246, 1);
  background-color: #e6ecfd;
  border-radius: 4px;
  box-shadow: 0px 25px 50px -12px #00000040;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  padding: 40px 25px;
}

.overlayBanner-card-heading {
  color: #1f2937;
  font: 600 20px/28px Inter-SemiBold;
  margin: 0;
  text-align: center;
}

.overlayBanner-card-text {
  color: #212121;
  font: 400 16px/24px Inter-Regular;
  text-align: center;
  letter-spacing: -1%;
}

.overlayBanner-card-text span {
  font: 700 16px/24px Inter-Bold;
}

.overlayBanner-card-background {
  border-radius: 4px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  background-color: transparent;
  backdrop-filter: blur(16px);
  padding: 16px 20px;
}

.overlayBanner-card-background p {
  text-align: center;
  font: 700 25px/35px Inter-Bold;
  letter-spacing: 0.6px;
  color: #ffa229;
}

.overlay-card-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.35rem;
  height: 50px;
  width: 162px;
  background: #f99500;
  /* background: linear-gradient(135deg, #ffa229 0%, #a06519 100%); */
  cursor: pointer;
}

.overlay-card-btn:hover{
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
    background: linear-gradient(135deg, #eb8e15 0%, #814f0e 100%);

}

.overlay-card-btn span {
  font: 700 16px/22px Inter-Bold;
  color: #ffffff;
}

.overlay-card-btn2 {
  border: 1px solid #212121;
  background: transparent;
  cursor: pointer;
}

.overlay-card-btn2:hover{
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
  background: transparent;
}

.overlay-card-btn2 span {
  font: 600 14px/22px Inter-SemiBold;
  color: #000000;
}

.overlayBanner-card-shield-wrapper {
  width: 100%;
  display: flex;
  gap: 10px;
}

.overlayBanner-card-shield-wrapper .verticle-line {
  height: 215px;
  width: 1px;
  background-color: rgba(217, 217, 217, 0.4);
}

.overlayBanner-card-shield-wrapper .overlayBanner-card-ul {
  height: 100%;
  /* max-width: 412px; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 15px;
  list-style: none;
  padding: 0;
}

.overlayBanner-card-shield-wrapper
  .overlayBanner-card-ul
  .overlayBanner-card-li {
  letter-spacing: 0.6px;
  color: rgba(255, 255, 255, 1);
  font: 600 22px/30px Inter-SemiBold;
  display: flex;
  align-items: center;
  gap: 10px;
}

.overlayBanner-card-sub-ul {
  /* display: inline-flex; */
  list-style: none;
  padding: 0;
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
}

.overlayBanner-card-sub-ul li {
  font: 400 18px/24px Inter-Regular;
  letter-spacing: 0.6px;
  color: rgba(255, 255, 255, 1);
  display: flex;
  align-items: flex-start;
  gap: 5px;
}

.overlayBanner-card-sub-ul li::before {
  content: url("../images/radio-bullet.svg");
}

.overlayBanner-card-carousel-sub-ul {
  list-style: none;
  padding: 0;
}

.overlayBanner-card-carousel-sub-ul li {
  font: 400 12px/16px Inter-Regular;
  letter-spacing: 0.6px;
  color: rgba(255, 255, 255, 1);
  display: flex;
  align-items: flex-start;
  gap: 5px;
  margin-top: 20px;
}

.overlayBanner-card-carousel-sub-ul li::before {
  content: url("../images/radio-bullet.svg");
}

.overlayBanner-card-shield-wrapper
  .overlayBanner-card-ul
  .overlayBanner-card-li::before {
  content: url("../images/ticktick_li_style.svg");
}

.overlayBanner-safeguard-image-container {
  height: 100%;
  width: 110px;
}

.overlayBanner-safeguard-image-container img {
  height: 100%;
  width: 100%;
  object-fit: fill;
}

.top-banner-slider-buttons {
  display: flex;
  justify-content: flex-end;
}

.top-banner-slider-buttons .customer-btn {
  border: 1px solid #fcddec;
  background-color: transparent;
  cursor: pointer;
}

@media (max-width: 991px) {
  .centered h2 {
    font: 800 35px/50px Inter-ExtraBold;
  }

  .centered p {
    font-size: 20px;
  }

  .discoverBtn {
    padding: 14px 25px;
  }
}

@media (min-width: 830px) {
  .mobileView {
    display: none;
  }
  .desktpView {
    display: inline-block;
  }
}

@media (max-width: 870px) {
  .mobileView {
    display: block;
  }
  .desktpView {
    display: none;
  }
  .mobileSecWidth {
    width: 600px;
  }

  .overlayBanner-card-shield-wrapper {
    flex-direction: column;
  }
}

@media (max-width: 647px) {
  .mobileSecWidth {
    width: 500px;
  }
}

@media (max-width: 575px) {
  /* .centered {
        margin: 100px auto 0;
    } */

  /* .bottom {
        margin: 60px 0 40px;
    } */

 .bannerSec video {
    min-height: 100vh;
    /* height: calc(100vh - 70px); */
  } 
  .bannerSec .bannerImg{
    min-height: 100vh;
    /* height: calc(100vh - 70px); */
  }
  .overlayBanner-card-sub-ul li{
    font: 400 14px / 20px Inter-Regular;
    gap: 5px;
  }

  .bannerSec .overlayBanner {
    min-height: 100vh;
    /* height: calc(100vh - 70px); */
  }
  .mobileSecWidth {
    width: 400px;
  }
  .centered h2 .superTM{
    font-size: 12px; 
    top: -10px; 
  }
  .overlayBanner-card-first{
    gap: 20px;
    padding: 25px 25px;
  }
  .centered h2 {
    font: 800 20px/30px Inter-ExtraBold;
  }
  .overlayBanner-cards-container{
    top: 280px;
  }
}

@media (max-width: 450px) {
  .mobileSecWidth {
    width: 390px;
  }
}

@media (max-width: 420px) {
  .mobileSecWidth {
    width: 320px;
  }
  .overlayBanner-card-first {
    width: 320px;
  }
 
  .overlayBanner-cards-container {
    top: 300px;
  }

  .overlayBanner-card-heading {
    font: 600 18px/24px Inter-SemiBold;
  }
  .overlay-card-btn {
    width: 100%;
  }
}
@media (max-width: 360px) {
  .mobileSecWidth {
    width: 280px;
  }
  .overlayBanner-card-first {
    width: 280px;
  }
}

/* banner css */

/*  card sec  */

.cardSec.backIntroduct {
  border: 1px solid var(--Base-Black, #000);
  background: linear-gradient(100deg, #000 0%, #007bff 100%);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.cardSec .backGray {
  background: #f7f7fb;
}

.cardSecMain {
  display: flex;
  flex-wrap: wrap;
  padding: 60px 0;
}

/* .cardSecMain:nth-last-child(1) {
  margin-bottom: 0;
} */

.cardSec .leftSec {
  padding: 30px 26px 30px 0;
}

.btnReadMore {
  padding: 11px 15px;
  border-radius: 4px;
  font: 600 14px/20px Inter-SemiBold;
  color: #fff;
  border: 0;
  background: linear-gradient(135deg, #ffa229 0%, #a06519 100%);
}

.btnReadMore:hover {
  color: #fff;
}

.btnReadMore img {
  margin-left: 8px;
}

.cardSec .leftSec.rightSec {
  padding-left: 40px;
}

.cardSec .leftSec h5 {
  color: #27563a;
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 12px;
  position: relative;
  padding-left: 26px;
  line-height: 140%;
  font: 500 14px/16px Inter-Medium;
  text-transform: uppercase;
}

.cardSec .leftSec h3 {
  color: #08110c;
  margin-bottom: 14px;
  font: 600 32px/40px Inter-SemiBold;
  position: relative;
  padding-left: 26px;
}

.cardSec .leftSec h3::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: #be7b2e;
  left: 0;
  top: 12px;
}
.cardSec .leftSec-howIt-works h3::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: #ffffff;
  left: 0;
  top: 12px;
}

.cardSec .leftSec p {
  color: #303a42;
  font: 400 16px/24px Inter-Regular;
  letter-spacing: 0.4px;
  margin-bottom: 25px;
  text-align: justify;
}

.cardImg img {
  border-radius: 20px;
}

.cardSecMain.textWhite .leftSec h3 {
  color: #fff;
}

.cardSecMain.textWhite .leftSec p {
  color: #aab5cd;
}
.cardSecMain.textWhite-howIt-works .leftSec p {
  color: rgba(242, 245, 253, 0.8);
}

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

.explore .icon {
  /* background: linear-gradient(135deg, #ffa229 0%, #a06519 100%); */
  border-radius: 50%;
  width: 56px;
  height: 56px;
  margin-right: 15px;
}

.explore .icon img {
  /* padding: 12px; */
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.explore .rightSec {
  width: calc(100% - 71px);
}

.explore .rightSec h4 {
  font: 600 22px/30px Inter-SemiBold;
  letter-spacing: -1%;
  color: #fff;
}

.explore .rightSec p {
  color: #aab5cd;
  font: 400 16px/24px Inter-Regular;
}

@media(max-width:991px){
  .cardSec {
    margin: 50px 0 50px;
  }
  .cardSec.cardSecHome{
     margin-top: 0;
  }
}

/* @media(max-width:900px){
  .cardSec {
    margin: 100px 0 50px;
  }
} */

@media (max-width: 767px) {
  /* .cardSec {
    margin: 70px 0 50px;
  } */

  .cardSecMain {
    padding: 30px 0;
  }

  /* .cardSecMain {
    margin-bottom: 40px;
  } */

  .cardSecMain .w-50 {
    width: 100% !important;
  }

  .cardSec .leftSec.rightSec {
    padding-left: 0;
  }
  
  .cardSec .leftSec {
    padding-right: 0;
  }

  .cardReverse {
    flex-direction: column-reverse;
  }
}

@media (max-width: 575px) {
  .cardSec .leftSec h3 {
    font-size: 25px;
  }
    /* .cardSec {
      margin: 80px 0 50px;
    } */
}

@media(max-width:420px){
  .cardSec {
    margin: 140px 0 50px;
  }
  .cardSec.cardSecHome{
    margin-top: 0;
 }
}
/* / card sec / */

/* / servicesSec / */

.servicesSec {
  background-color: #d4d4d430;
  padding: 100px 0 70px;
  text-align: center;
}

.servicesSec h2 {
  /* font-size: 36px;
    font-weight: 500; */
  letter-spacing: 5.4px;
  color: #2b2b2b;
  margin-bottom: 25px;
  font: 500 36px/120% Inter-Medium;
}

.servicesSec h3 {
  color: #0b090a;
  /* font-size: 40px;
    font-weight: 600; */
  font: 600 40px/120% Inter-SemiBold;
}

.serviceCard {
  border-radius: 30px;
  background: #fff;
  box-shadow: 4px 10px 30px 0px rgba(0, 0, 0, 0.03);
  padding: 60px;
  margin: 60px 0;
}

.greenCard {
  background-color: #27563a;
  filter: drop-shadow(4px 10px 30px #27563a);
  margin-bottom: 30px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin: 0 auto 30px;
  padding: 23px;
}

@media (max-width: 575px) {
  .servicesSec h2 {
    font-size: 25px;
    margin-bottom: 15px;
  }

  .servicesSec h3 {
    font-size: 30px;
  }

  .serviceCard {
    margin: 30px 0;
  }
}

/* servicesSec */

.servicesSec {
  background-color: #d4d4d430;
  padding: 100px 0 70px;
  text-align: center;
}

.servicesSec h2 {
  /* font-size: 36px;
    font-weight: 500; */
  letter-spacing: 5.4px;
  color: #2b2b2b;
  margin-bottom: 25px;
  font: 500 36px/120% Inter-Medium;
}

.servicesSec h3 {
  color: #0b090a;
  /* font-size: 40px;
    font-weight: 600; */
  font: 600 40px/120% Inter-SemiBold;
}

.serviceCard {
  border-radius: 30px;
  background: #fff;
  box-shadow: 4px 10px 30px 0px rgba(0, 0, 0, 0.03);
  padding: 60px;
  margin: 60px 0;
}

.greenCard {
  background-color: #27563a;
  filter: drop-shadow(4px 10px 30px #27563a);
  margin-bottom: 30px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin: 0 auto 30px;
  padding: 23px;
}

@media (max-width: 575px) {
  .servicesSec h2 {
    font-size: 25px;
    margin-bottom: 15px;
  }

  .servicesSec h3 {
    font-size: 30px;
  }

  .serviceCard {
    margin: 30px 0;
  }
}

/* servicesSec */

/*user member count section start*/

.userMember-count-container {
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.userMember-count-wrapper {
  width: 100%;
  margin: 73px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.userMember-count-wrapper .userMember-card {
  height: 100%;
  width: 190px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.userMember-count-wrapper .userMember-card p {
  font: 700 44px/50px Inter-Bold;
  margin: 0;
  color: #ffa229;
}

.userMember-count-wrapper .userMember-card p .userMember-card-count {
  font: 700 52px/52px Inter-Bold;
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(180deg, #08110c 0%, #007bff 100%);
}

.userMember-count-wrapper .userMember-card .userMember-card-title {
  font: 500 18px/34px Inter-Medium;
  margin: 0;
  color: #1a1a1a;
}

@media (max-width: 910px) {
  .userMember-count-wrapper .userMember-card p .userMember-card-count {
    font: 700 30px/30px Inter-Bold;
  }
  .userMember-count-wrapper .userMember-card p {
    font: 700 25px/25px Inter-Bold;
  }

  .userMember-count-wrapper .userMember-card .userMember-card-title {
    font: 500 15px/30px Inter-Medium;
  }
}

@media (max-width: 690px) {
  .userMember-count-wrapper {
    flex-wrap: wrap;
    row-gap: 40px;
    margin: 43px 0;
  }

  .userMember-count-wrapper .userMember-card {
    flex-basis: calc(50% - 20px);
  }
}

@media (max-width: 400px) {
  .userMember-count-wrapper .userMember-card p .userMember-card-count {
    font: 700 25px/30px Inter-Bold;
  }
  .userMember-count-wrapper .userMember-card p {
    font: 700 20px/20px Inter-Bold;
  }

  .userMember-count-wrapper .userMember-card .userMember-card-title {
    font: 500 10px/15px Inter-Medium;
  }
}

/*user member count section end*/

/*trusted-company section start*/

.trusted-company-container {
  background-color: #ffffff;
  padding: 73px 0;
}

.trusted-company-container-wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  justify-content: center;
}

.trusted-company-container .container-inner .trusted-company-heading-text {
  color: #27563a;
  font: 400 20px/30px Inter-Regular;
  margin: 0;
}

.trusted-company-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.trusted-company-wrapper .trusted-company-image {
  height: 48px;
  width: 170px;
}

.trusted-company-wrapper .trusted-company-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 1024px) {
  .trusted-company-container-wrapper {
    gap: 50px;
  }

  .trusted-company-wrapper {
    flex-wrap: wrap;
    row-gap: 20px;
  }

  .trusted-company-wrapper .trusted-company-image {
    flex-basis: calc(50% - 20px);
  }
}

@media (max-width: 350px) {
  .trusted-company-container .container-inner .trusted-company-heading-text {
    font: 400 18px/20px Inter-Regular;
  }
}

/*trusted-company section end*/

/* priceSec */

.priceSec {
  background: linear-gradient(100deg, #000 0%, #007bff 100%);
  padding: 60px 0;
}

.priceSec h3 {
  color: #fff;
  text-align: center;
  font: 700 32px/115% Inter-Bold;
}

.priceSec .priceDesc {
  color: #fff;
  text-align: center;
  font: 400 16px/125% Inter-Regular;
}

.priceCard {
  border-radius: 8px;
  border: 1px solid #000;
  background: #fff;
  padding: 24px;
  margin: 30px 0 0;
}

.priceCard h4 {
  font: 700 27px/120% Inter-Bold;
}

.priceCard p {
  font: 400 18px/140% Inter-Regular;
  color: #667085;
}
.priceCard .includeTitle {
  font: 700 18px/140% Inter-Bold;
  color: #08110c;
}

.priceCard .btnSubscribe {
  max-width: 336px;
  width: 100%;
  border-radius: 4px;
  color: #ffa229;
  border: 2px solid #ffa229;
  font: 700 18px/140% Inter-Bold;
  padding: 16px;
  display: block;
  margin: 5px auto;
  height:57px
}

.priceCard .btnSubscribe:hover {
  background: linear-gradient(180deg, #ffa229 0%, #a06519 100%);
  color: #fff;
  border: 0;
}

.priceCard .btnSubscribe.subscribeFill {
  background: linear-gradient(180deg, #ffa229 0%, #a06519 100%);
  color: #fff;
  border: 0;
}

.priceCard .btnSubscribe.subscribeFill:hover {
  color: #ffa229;
  border: 2px solid #ffa229;
  background: #fff;
}

.priceCard ul {
  list-style: none;
  padding-left: 0;
}

.priceCard ul li {
  position: relative;
  padding-left: 40px;
  color: #303a42;
  font: 400 18px/140% Inter-Regular;
  margin-bottom: 24px;
}

.priceCard ul li.tick::before {
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  background-image: url(../images/right_tick.png);
  left: 0;
}

.priceCard ul li.cross_icon::before {
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  left: 0;
  background-image: url(../images/cross_red.png);
}

.priceCard h4.platinum {
  color: #ffa229;
}

ul.protectionUl {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
}

ul.protectionUl li {
  position: relative;
  padding-left: 40px;
  color: #303a42;
  font: 400 16px/140% Inter-Regular;
  margin-bottom: 24px;
  width: 48%;
  margin-right: 2%;
}

ul.protectionUl li::before {
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  background-image: url(../images/tick-fill.svg);
  left: 0;
  background-repeat: no-repeat;
}

.priceCard ul li.cross_icon::before {
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  left: 0;
  background-image: url(../images/cross_red.png);
}

@media (max-width: 575px) {
  .priceCard h4 {
    font: 700 22px/120% Inter-Bold;
  }

  ul.protectionUl li {
    position: relative;
    padding-left: 40px;
    color: #303a42;
    font: 400 16px/140% Inter-Regular;
    margin-bottom: 15px;
    width: 100%;
  }

  .priceCard p {
    font: 400 16px/140% Inter-Regular;
  }

  .priceCard ul li {
    font: 400 16px/140% Inter-Regular;
  }

  .priceCard .btnSubscribe {
    font: 700 16px/140% Inter-Bold;
  }
}

/* toggle btn css */

/* .switch {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 44px;
    margin: 0 15px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 40px;
    width: 40px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #27563A;
}

input:focus+.slider {
    box-shadow: 0 0 1px #27563A;
}

input:checked+.slider:before {
    -webkit-transform: translateX(34px);
    -ms-transform: translateX(34px);
    transform: translateX(34px);
} */

.switches-container {
  width: 189px;
  position: relative;
  display: flex;
  padding: 0;
  position: relative;
  background: #fff;
  line-height: 3rem;
  border-radius: 3rem;
  margin-left: auto;
  margin-right: auto;
}

/* input (radio) for toggling. hidden - use labels for clicking on */
.switches-container input {
  visibility: hidden;
  position: absolute;
  top: 0;
}

/* labels for the input (radio) boxes - something to click on */
.switches-container label {
  width: 50%;
  padding: 0;
  margin: 0;
  text-align: center;
  cursor: pointer;
  color: #a1a1aa;
}

/* switch highlighters wrapper (sliding left / right) 
    - need wrapper to enable the even margins around the highlight box
*/
.switch-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
  padding: 0.2rem;
  z-index: 3;
  transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  /* transition: transform 1s; */
}

/* switch box highlighter */
.switch {
  border-radius: 100px;
  background: #34a556;
  height: 100%;
}

/* switch box labels
    - default setup
    - toggle afterwards based on radio:checked status 
*/
.switch div {
  width: 100%;
  text-align: center;
  opacity: 0;
  display: block;
  color: #fff;
  transition: opacity 0.2s cubic-bezier(0.77, 0, 0.175, 1) 0.125s;
  will-change: opacity;
  position: absolute;
  top: 0;
  left: 0;
  font: 600 14px/45px Inter-SemiBold;
}

/* slide the switch box from right to left */
.switches-container input:nth-of-type(1):checked ~ .switch-wrapper {
  transform: translateX(0%);
}

/* slide the switch box from left to right */
.switches-container input:nth-of-type(2):checked ~ .switch-wrapper {
  transform: translateX(100%);
}

/* toggle the switch box labels - first checkbox:checked - show first switch div */
.switches-container
  input:nth-of-type(1):checked
  ~ .switch-wrapper
  .switch
  div:nth-of-type(1) {
  opacity: 1;
}

/* toggle the switch box labels - second checkbox:checked - show second switch div */
.switches-container
  input:nth-of-type(2):checked
  ~ .switch-wrapper
  .switch
  div:nth-of-type(2) {
  opacity: 1;
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.toggleSec {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 60px 0 15px;
}

.toggleSec p {
  font: 400 18px/120% Inter-Regular;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 0;
}

.toggleSec p.billedYear {
  color: #fff;
}

@media (max-width: 991px) {
  .toggleSec {
    margin: 30px 0 10px;
  }

  .priceSec {
    padding: 40px 0;
  }

  .priceSec h3 {
    font: 600 26px/120% Inter-SemiBold;
  }

  .switch {
    margin: 0 8px;
  }
}

@media (max-width: 575px) {
  .toggleSec p {
    font: 400 15px/120% Inter-Regular;
  }
}

/* toggle btn css */
/* priceSec */

/* Protect Your 
Property Now! */

/* Protect Your 
Property Now! */

.blog .carousel-indicators {
  left: 0;
  top: auto;
  bottom: -40px;
}

/* The colour of the indicators */
.blog .carousel-indicators li {
  background: #a3a3a3;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}

.blog .carousel-indicators .active {
  background: #707070;
}

/*Testimonials section start*/

.owl-2-style .owl-nav {
  display: none;
}

.owl-2-style .owl-dots {
  text-align: center;
  position: relative;
  margin-top: -10px;
}

.owl-2-style .owl-dots .owl-dot {
  display: inline-block;
}

.owl-2-style .owl-dots .owl-dot span {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 0px;
  background: #be7b2e;
  transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
  margin: 3px;
  border-radius: 50%;
}

.owl-2-style .owl-dots .owl-dot.active span {
  background: #d9d9d9;
}

.owl-2-style .owl-dots .owl-dot:active,
.owl-2-style .owl-dots .owl-dot:focus {
  outline: none;
}

.owl-carousel .owl-stage {
  padding: 10px 0;
}

.customer-card-carosel {
  position: relative;
}
/* .customer-card-carosel .customer-card-overlay{
  display: none;
}  */
.customer-card-carosel .customer-card-overlay {
    position: absolute;
    height: 300px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #0000007d;
    display: inline-block;
    /* -webkit-transition: all 1s ease; */
    transition: all 3s ease;
}
.customer-card-carosel .customer-card-overlay h6 {
  font-size: 22px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 300px;
  color: #fff !important;
  width: 80%;
  margin: auto !important;
}

.customer-card .card_carousel {
  height: 350px;
  border-radius: 0.5rem;
  background: #ffffff;
  padding: 20px 16px;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  border: 1px solid #fcddec;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.customer-card .card_carousel .card-star-container {
  height: 28px;
  /* background-color: #27563a; */
  display: flex;
  justify-content: space-between;
}

.customer-card .card_carousel .card-star-container .feedbackStars-container {
  height: 100%;
  width: 150px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.customer-card
  .card_carousel
  .card-star-container
  .feedbackStars-container
  img {
  height: fit-content;
  width: fit-content;
}

.customer-card .card_carousel .card-heading {
  height: 28px;
}

.customer-card .card_carousel .card-heading p {
  font: 600 18px/26.4px Inter-SemiBold;
  letter-spacing: 0.6px;
  color: #000000;
  text-align: left;
}

.customer-card .card_carousel .card-text {
  display: flex;
  align-items: center;
  justify-content: center;
}

.customer-card .card_carousel .card-text p {
  font: 400 16px/28px Inter-Regular;
  color: #476788;
  /* text-align: left; */
  text-align: justify;
}

.customer-card .card_carousel .card-hero-container {
  height: 70px;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.customer-card .card_carousel .card-hero-container .card-hero-img {
  height: 100%;
  width: 70px;
  border-radius: 0.5rem;
}

.customer-card .card_carousel .card-hero-container .card-hero-img img {
  height: 100%;
  width: 100%;
  border-radius: 0.5rem;
  object-fit: fill;
}

.customer-card .card_carousel .card-hero-container .card-hero-name {
  height: 22px;
}

.customer-card .card_carousel .card-hero-container .card-hero-name p {
  font: 600 16px/26.4px Inter-SemiBold;
  letter-spacing: 0.6px;
  color: #212121;
}

.testimonialSec {
  padding: 50px 0;
  background-color: #f7f7fb;
}

/*Testimonials section start*/
.customer-section-heading {
  height: 55px;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
}

.customer-heading {
  height: 49px;
  align-self: flex-start;
}

.customer-heading p {
  font: 700 32px/32px Inter-Bold;
  color: #08110c;
}

.customer-slider-buttons {
  height: 41px;
  align-self: flex-end;
  display: flex;
  gap: 1rem;
  width: 100px;
}

.customer-btn {
  height: 41px;
  width: 41px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fcddec;
  border-radius: 50%;
  background-color: #ffffff;
  cursor: pointer;
}

.customer-btn svg path {
  fill: #be7b2e;
}

.customer-btn-active {
  background: linear-gradient(135deg, #ffa229 0%, #a06519 100%);
}

.customer-btn-active svg path {
  fill: #ffff;
}

.btn-rotate-left svg {
  transform: rotate(180deg);
}

@media (max-width: 550px) {
  .customer-section-heading {
    height: auto;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
  }

  .customer-heading {
    width: 100%;
  }

  .customer-heading p {
    font-size: 25px;
  }

  .customer-slider-buttons {
    height: 35px;
    display: flex;
    width: 100px;
  }

  .customer-btn {
    height: 35px;
    width: 35px;
  }
}

@media (max-width: 350px) {
  .customer-heading p {
    font-size: 20px;
  }

  .customer-slider-buttons {
    height: 30px;
    display: flex;
    width: 100px;
  }

  .customer-btn {
    height: 30px;
    width: 30px;
  }
}

/*Testimonials section end*/

/* protech section */

.backProtect {
  background-color: #0b2c3d;
  padding: 50px;
  border-radius: 50px;
  margin-bottom: 60px;
}

.backProtect .leftProtect h3 {
  font: 600 54px/120% Inter-SemiBold;
  color: #fff;
  margin-bottom: 24px;
}

.backProtect .leftProtect p {
  font: 500 22px/40px Inter-Medium;
  color: #fff;
  margin-bottom: 24px;
}

.backProtect .leftProtect .btnContact {
  font: 600 16px/36px Inter-SemiBold;
  color: #fff;
  letter-spacing: 3.2px;
  border-radius: 14px;
  background: #27563a;
  padding: 9px 55px;
  text-transform: uppercase;
}

.backProtect .leftProtect .btnContact:hover {
  border: 1px solid #27563a;
  background: #fff;
  color: #303a42;
}

@media (max-width: 991px) {
  .backProtect .leftProtect h3 {
    font: 600 34px/120% Inter-SemiBold;
  }

  .backProtect .leftProtect p {
    font: 500 18px/35px Inter-Medium;
  }

  .backProtect .leftProtect .btnContact {
    font: 600 14px/30px Inter-SemiBold;
  }
}

@media (max-width: 575px) {
  .backProtect {
    padding: 30px 25px;
    margin-bottom: 20px;
  }
}

/* protech section */

/*FAQ section start*/

.FAQ-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.faw-heading-wrapper {
  height: 22px;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.faq-bullet {
  width: 12px;
  height: 12px;
  background-color: #be7b2e;
}

.faq-text {
  color: #27563a;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}

.faq-quote {
  font-size: 32px;
  font-weight: 600;
  color: #08110c;
  padding-bottom: 20px;
}

.FAQ-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.FAQ-wrapper {
  width: 100%;
}

.FAQ-image-section {
  width: 394px;
  max-height: 510px;
  background-color: #007bff;
}

.FAQ-image-section img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.accordion-button {
  font-size: 16px;
  line-height: 22px;
  color: #000000;
}

.accordion-button:not(.collapsed) {
  background-image: linear-gradient(to right, #000000, #007bff);
  color: #ffffff;
  font-size: 22px;
  line-height: 22px;
  font-weight: 600;
}

.accordion-button:focus {
  box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
  box-shadow: none !important;
}

.accordion-button.collapsed::after {
  background-image: url("../images/plusNew.svg");
}

.accordion-button:not(.collapsed)::after {
  background-image: url("../images/crossNew.svg");
}

.accordion-body {
  background-image: linear-gradient(to right, #000000, #007bff);
  color: #ffffff;
  font-size: 16px;
  line-height: 31px;
}

.accordion {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}

.accordion-item {
  border: none;
  border: 1px solid #cfcfcf;
  border-radius: 0px;
}

.accordion-item:first-of-type {
  border-radius: 0.75rem;
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}

.accordion-body {
  /* padding-right: 10rem; */
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}

.accordion-item:last-of-type {
  border-radius: 0.75rem;
}

@media (max-width: 1246px) {
  .accordion-body {
    padding-right: 1rem;
  }
}

@media (max-width: 812px) {
  .faq-quote {
    font-size: 20px;
    padding-bottom: 0px;
  }

  .faq-text {
    font-size: 16px;
  }

  .accordion-button:not(.collapsed) {
    font-size: 16px;
  }

  .accordion-button {
    font-size: 16px;
  }

  .accordion-body {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (max-width: 510px) {
  .faq-quote {
    font-size: 16px;
    padding-bottom: 0px;
  }

  .faq-text {
    font-size: 14px;
  }

  .accordion-button {
    font-size: 14px;
  }

  .accordion-button:not(.collapsed) {
    font-size: 14px;
  }

  .accordion-body {
    font-size: 12px;
    line-height: 20px;
  }
}

/* footer sec */
.footerSec {
  padding: 50px 0 10px;
  background: linear-gradient(100.21deg, #000000 0%, #007bff 100%);
}

/* shubham footer start */

/* .footerSec .container-inner .row > * {
  padding: 0;
} */

.footer-social-logo-container {
  display: flex;
  flex-direction: column;
  /* padding: 0; */
}

.footer-social-logo-container .footer-company-logo {
  /* height: 90.5px;
  width: 180px; */
  margin-top: -40px;
  /* display: flex;
  align-items: center;
  justify-content: center; */
}
.footer-social-logo-container .footer-company-logo img {
  height: 105px;
}

@media(max-width:575px){
  .footer-social-logo-container .footer-company-logo img {
    height: 75px;
  }
}

/* .footer-social-logo-container .footer-company-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
} */

.footer-description {
  margin: 0;
  margin-top: 10px;
  width: 382px;
  color: #ffffff;
  font: 700 22px/34px Inter-Bold;
}

.footer-socialMedia {
  margin-top: 30px;
  width: 100%;
  /* height: 30px; */
  display: flex;
  row-gap: 0.4rem;
  column-gap: 1rem;
  flex-wrap: wrap;
}

.footer-contactUs-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer-contactUs-container h4 {
  color: #ffffff;
  font: 700 20px/22px Inter-Bold;
}

.footer-contactUs-container ul {
  padding: 0;
  margin-top: 35px;
}

.footer-contactUs-container ul li {
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0 0 30px;
  font: 400 16px/20px Inter-Regular;
}

.footer-menuList-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer-menuList-container h4 {
  color: #ffffff;
  font: 700 20px/22px Inter-Bold;
}

.footer-menuList-container ul {
  padding: 0;
  margin-top: 35px;
}

.footer-menuList-container ul li {
  color: #ffffff;
  display: flex;
  align-items: center;
  padding: 0 0 22px;
  font: 400 16px/20px Inter-Regular;
}

.footer-devider {
  width: 100%;
  height: 1px;
  background-color: #d9dbe9;
  margin-top: 5px;
}

.footer-copyright-conatiner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* background-color: red; */
  margin-top: 20px;
}

.footer-copyright-conatiner p {
  color: #ffffff;
  font: 400 16px/30px Inter-Regular;
}

.footer-copyright-conatiner p a {
  color: #ffffff;
  cursor: pointer;
  text-decoration: underline;
}

.footer-copyright-conatiner p span {
  color: #6f6c90;
}

/* shubham footer end */

.emailInput .btnSubmit {
  position: absolute;
  right: 10px;
  top: 10px;
}

.footer-start-trial-btn {
  height: 50px;
  width: 225px;
  /* background: linear-gradient(135deg, #ffa229 0%, #a06519 100%); */
  background: #f99500;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  cursor: pointer;
}

.footer-start-trial-btn:hover{
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
    background: linear-gradient(135deg, #eb8e15 0%, #814f0e 100%);

}
.footer-start-trial-btn span {
  font: 700 16px/22px Inter-Bold;
  color: #ffffff;
}

.footer-right-logo-container {
  margin-top: 20px;
  max-height: 200px;
}
.footer-right-logo-container .footer-social-logo {
  height: 100%;
  width: 100%;
}
.footer-right-logo-container .footer-social-logo img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

@media (min-width:992px) and (max-width: 1270px) {
  .footer-description {
    width: 322px;
    font: 700 19px/34px Inter-Bold;
  }
}

@media (min-width:992px) and (max-width: 1070px) {
  .footer-menuList-container{
    padding-left: 40px;
  }
  .footer-right-logo-container{
    margin-top: 45px;
  }
}

@media (max-width: 810px) {
  .footer-copyright-conatiner {
    flex-direction: column;
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .footer-description {
    width: 500px;
  }

  .footer-right-logo-container{
    margin-bottom: 40px;
  }

  .prod-com-sup {
    margin-top: 20px;
  }

  .footer-menuList-container ul {
    margin-top: 10px;
  }

  .footer-contactUs-container ul {
    margin-top: 10px;
  }

  .footer-contactUs-container {
    margin-top: 10px;
  }

  .footer-menuList-container {
    margin-top: 20px;
  }

  .footer-devider {
    margin-top: 5px;
  }

}

@media (max-width: 575px) {
    .footer-description {
      width: 100%;
    }

  .footerSec h4 {
    font: 700 16px/30px Inter-Bold;
  }

  .footerSec ul li {
    font: 400 14px/30px Inter-Regular;
  }
}

@media (max-width: 400px) {
  .footer-copyright-conatiner p {
    color: #ffffff;
    font: 400 12px/15px Inter-Regular;
  }

  .footer-description {
    font: 400 18px/25px Inter-Regular;
  }
}

/* footer sec */

/* extra css for services section vishnu*/

.ml-auto {
  margin-left: auto;
}

.customer-card .slide-title{
  color: #000 !important;
  margin: 5px 0 !important;
  text-align: center !important;
}

.servicecontent {
  margin: auto;
  text-align: center;

}
.servicecontent img{
  max-width: 220px;
  width: 100%;
  margin-top: 67px;

}

.servicecontent .customer-slider-buttons {
  margin-bottom: 25px;
}

.servicecontent h3 {
  font: 700 40px/120% Inter-Bold;
  color: #08110c;
}

.customer-card .videoCard .services-card-homepage-thumbnail{
  max-height: 350px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.customer-card .videoCard .services-card-homepage-video{
  max-height: 350px;
  object-fit: cover;
  border-radius: 10px;
}

.servicecontent p {
  color: #212121;
  font: 400 16px/170% Inter-Regular;
  letter-spacing: 1%;
}


@media (max-width: 767px) {
  .servicecontent {
    max-width: 100%;
    width: 100%;
    margin-top: 0;
  }
  .servicecontent .customer-slider-buttons {
    margin-bottom: 10px;
  }
  .servicecontent h3 {
    font: 700 30px/120% Inter-Bold;
  }
  .servicecontent p {
    font: 400 14px/140% Inter-Regular;
  }
  .servicecontent img {
    height: 10rem;
  }
  .servicecontent img {
    height: 10rem;
  }
  .customer-card .slide-title{
    color: #000 !important;
    margin: 5px 0 !important;
    text-align: center !important;
  }
  .customer-card .card_carousel {
    height: 375px;
  }
}

/* extra css for services section vishnu*/

/* extra css for handle responsive for top banner start @shubham*/

.top-banner-mobile {
  height: 100px;
  width: 100px;
  background-color: #007bff;
}

@media (max-width: 1310px) {
  .overlayBanner-cards-container {
    flex-direction: column-reverse;
  }
  .cardSecMain-m-1250 {
    padding-top: 300px;
  }
}
@media (max-width: 650px) {
  .cardSecMain-m-1250 {
    padding-top: 360px;
  }
}
@media (max-width: 575px) {
  .cardSecMain-m-1250 {
    padding-top: 280px;
  }
}
@media (max-width: 420px) {
  .cardSecMain-m-1250 {
    padding-top: 496px;
  }
}
/* extra css for handle responsive for top banner end @shubham*/

/* price page */

.priceSec.pricePage {
  background: transparent;
  padding: 0 0 0px;
  margin-top: -210px;
  position: relative;
  z-index: 0;
}
@media (max-width: 991px) {
  .bannerSec .top-banner-blog {
    min-height: 330px;
  }

}
@media (max-width: 575px) {
  .bannerSec .blog-centered h4 {
    font: 800 34px / 110% Inter-ExtraBold;
  }
  .bannerSec .blog-centered {
    gap: 12px;
  }
  .priceSec.pricePage {
    margin-top: -250px;
  }
  .bannerSec .top-banner-blog {
    min-height: 340px;
  }
}






/* services video card modal start  */
.services-video-card-modal-container{
  height: 80vh;
  width: 100%;
  background-color: #959292;
  z-index: 1111;
}
.services-video-card-modal-video{
  width: 100%;
  height: calc(100% - 70px);
}
.services-video-card-modal-video video{
  width: 100%;
  height: 100%;
  object-fit:cover;
}

.services-video-modal-cross-btn-container{
  height: 70px;
  width: 100%;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.services-video-modal-cross-btn-container p{
  margin: 0;
  color: #fff;
  font: 500 16px/140% Inter-Medium;
}
.services-video-modal-cross-btn-container img{
  cursor: pointer;
}

@media (max-width: 575px) {
  .services-video-card-modal-container{
    height: auto;
  }
  .services-video-modal-cross-btn-container p{
    font: 500 12px/140% Inter-Medium;
  }
  .tw-videos video {
    min-height: 100%;
  }
}






/* services video card modal end  */

/* modification */
em.state-error {
  font-size: 10px;
  color: red;
  position: absolute;
  bottom: -18px;
  width: 100%;
  left: 0;
}
@media(min-width:575px){
  .singup-step-one .signup1-form-fields em.state-error {
    left: 30%;
    width: calc(100% - 30%);
    bottom: -5px;
    font-size: 14px;
    }
}

/* font-size: 10px;
color: red;
position: absolute;
bottom: -18px;
width: 100%;
left: 35%; */

.main-field {
  position: relative !important;
  width: 50%;
}
.main-field .signup-add-property-input-field{
  width: 100%;
}


#videoPlayer {
    display: none;
}

.bannerSec .homepage-bannerImg {
  height: 790px;
}
.bannerSec .homepage-bannerImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.overlayBanner-card-carousel-ul{
gap:11px !important;
}

.overlayBanner-card-carousel-ul li{
margin-top:6px;
}

.homepage-top-heading-sup{
font: 800 14px /14px Inter-ExtraBold;
top:-25px;
}

.homepage-top-carousel-sup{
font-size:9px;
top:-11px
}

.aboutTable{
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.home_sub_heading{
  font: 400 26px / 36px Inter-Regular !important;
}

.home_heading{
  font-size: 2rem;
  max-width: 610px;
  width: 100%;
}

@media(max-width:1200px){
  .home_heading{
    font-size: 1.5rem;
  }
  .home_sub_heading {
    font: 400 20px / 26px Inter-Regular !important;
  }
}

@media(max-width:1024px){
  .home_heading{
    max-width: 420px;
  }
}

@media (max-width: 991px) {
.homepage-top-heading-sup{
font: 800 12px /12px Inter-ExtraBold;
top:-16px;
}
.home_sub_heading{
  font: 400 20px / 26px Inter-Regular !important;
}
}

@media(max-width:520px){
  .home_heading{
    font-size: 1.2rem;
  }
  .home_sub_heading {
    font: 400 16px / 20px Inter-Regular !important;
  }
}



@media (max-width: 420px) {
  .home_heading{
    font-size: 1rem;
  }
.homepage-top-heading-sup{
    font: 800 9px /9px Inter-ExtraBold;
    top:-11px;
}
.home_sub_heading{
  font: 400 14px / 20px Inter-Regular !important;
}
}


.overlayBanner-card-background{
  /* width: calc(100% - 600px); */
 width: 700px !important;
}

/* .overlayBanner-card-background .owl-carousel.owl-drag .owl-item{
  width: auto !important;
} */

/* .carouselExampleControls{
  width: 600px;
} */


@media(max-width:870px){
  .overlayBanner-card-background{
    width: 600px !important;
  }
  .overlayBanner-card-shield-wrapper .overlayBanner-card-ul .overlayBanner-card-li {
    font: 600 18px / 26px Inter-SemiBold;
  }
  .overlayBanner-card-background p {
    font: 700 22px / 30px Inter-Bold;
  }
}
@media(max-width:650px){
  .overlayBanner-card-background{
    width: 500px !important;
  }
}

@media(max-width:575px){
  .overlayBanner-card-background{
    width: 400px !important;
  }
  .overlayBanner-card-shield-wrapper .overlayBanner-card-ul .overlayBanner-card-li {
    font: 600 15px / 20px Inter-SemiBold;
  }
  .overlayBanner-card-background p {
    font: 700 18px / 26px Inter-Bold;
  }
}
@media(max-width:420px){
  .overlayBanner-card-background{
    width: 300px !important;
  }
}
.mt-100 {
  margin-top: 100px;
}

.rightBoxyouTube {
  border: 1px solid #fff;
  /* background-image: url(../../frontend/img/white_background.jpg); */
}

.rightBoxyouTube h3 {
  color: #08110c;
  font: 600 40px / 50px Inter-SemiBold;
}

.mainSecCard {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.mainSecCard50 {
  width: calc(50% - 20px);
  margin-right: 40px;
  margin-bottom: 40px;
  position: relative;

  border-radius: 8px; /* Optional: Adds rounded corners */
  overflow: hidden; /* Ensure shadow does not go outside the box */
  border: 1px solid gray;
}

.mainSecCard50:nth-child(even) {
  margin-right: 0;
}

.imgRel {
  position: relative;
}
.imgRel img {
  height: 150px;
}


.absTextSec {
  position: absolute;
  background-color: #00000000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.absTextSec h3 {
  text-align: center;
  color: #007fb3;
  font-size: 2.5rem;
  font-weight: 600;
  padding-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.mainSecCard50:hover{
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), 0 6px 20px rgba(0, 0, 0, 0.1); /* Adds shadow */
}

.mainSecCard50:hover .absTextSec{
 background: #007fb3;
}


.mainSecCard50:hover .absTextSec h3{
  color: #fff;
 }

@media(max-width: 767px) {
  .mainSecCard50 {
    width: 100%;
    margin-right: 0;
  }

  .absTextSec h3 {
    font-size: 35px;
    font-weight: 600;
  }
}


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

.ourTakeBlocks {
  flex-basis: calc(33.33% - 10px);
  width: calc(33.33% - 10px);
  margin-bottom: 20px;
  padding: 20px;
  background-color: #f4f4f4;
  margin-right: 15px;
  min-height: 210px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.cardBlock .ourTakeBlocks:nth-child(3n+0) {
  margin-right: 0;
}

.ourTakeBlocks p {
  position: absolute;
  top: -32px;
}

.cardBlock .ourTakeBlocks h3 {
  /* font: 400 24px / 32px OpenSans Regular; */
  letter-spacing: .5px;
  color: #222;
  text-transform: capitalize;
  margin-bottom: 8px;
}

.cardBlock .ourTakeBlocks a {
  font: 400 16px / 26px OpenSans Regular;
  letter-spacing: .5px;
  letter-spacing: .15px;
  fill: #007bff !important;
  color: #007bff;
  display: flex;
  align-items: center;
  text-decoration: none;
  gap: 10px;
}

.cardBlock .ourTakeBlocks a svg {
  width: 16px;
}

.pinkBack {
  background-color: #ffedea !important;
}

.orangeBack {
  background-color: #ffa65a;
}

.blueBack {
  background-color: #007bff;
}

.blog-list-div {
  position: relative;
}

.cardBlock .ourTakeBlocks.orangeBack h3 {
  color: #fff;
}

.ourTakeBlocks p {
  position: absolute;
  top: -32px;
}

.cardBlock .ourTakeBlocks.blueBack h3 {
  color: #fff;
}
.cardBlock .ourTakeBlocks.blueBack a {
  color: #fff;
  fill: #fff;
}
.cardBlock .ourTakeBlocks a {
  font: 400 16px / 26px OpenSans Regular;
  letter-spacing: .5px;
  letter-spacing: .15px;
  fill: #007bff !important;
  color: #007bff;
  display: flex;
  align-items: center;
  text-decoration: none;
  gap: 10px;
}

@media (max-width: 767px) {
  .ourTakeBlocks {
    flex-basis: calc(100%);
    width: calc(100%);
    margin-right: 0;
    margin-bottom: 15px;
    min-height: 170px;
}
  .cardBlock .ourTakeBlocks:nth-child(3n+0) {
      margin-right: auto;
  }
}
.tw-videos {
  position: relative;
}
.tw-videos video {
  height: 100%;
}

.tw-video-heading {
  position: relative;
    top: -185px;
    left: 10px;
    color: #ffff;
}

/* Titile watch videos news section */
.twn-video-container {
  position: relative;
  width: 100%;
  max-width: 560px;
  height: 315px;
  cursor: pointer;
}

.twn-video-thumbnail {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
}

.twn-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  background: url('/assets/newfronted/images/play-button-circled.png') no-repeat center center;
  background-size: contain;
}

.whatTitleUl{
  list-style: decimal-leading-zero;
}
.whatTitleUl li{
  margin-bottom: 15px;
}

.whatTitleUl .whatTitleUlSub{
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 15px;
}

.whatTitleUl .whatTitleUlSub li{
  margin-bottom: 10px;
}

.topBannerNew{
  max-width: 502px;
  width: 100%;
  background-color: #e6ecfd;
  padding: 15px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-radius: 10px;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 10%), 0 3px 6px 0 rgba(0, 0, 0, 5%);
  /* z-index: 11; */
}

.topBannerNew .twn-video-thumbnail{
position: relative;
}
.gerneralIndexTitle{
  color: #08110c;
  margin-bottom: 14px;
  font: 600 22px / 40px Inter-SemiBold;
}

.termsConditionSec ul li{
  margin-bottom: 15px;
  color: #303a42;
    font: 400 16px / 24px Inter-Regular;
    letter-spacing: 0.4px;
}

.cardSec .leftSec.termsConditionSec ul li p{
  margin-bottom: 15px;
}

 /* Make sure the dropdown doesn't show by default  */
.nav-item.dropdown:hover > .dropdown-menu {
  display: block;  /*Show on hover */
}

.dropdown-menu {
  display: none;  /* Hide by default */
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
  min-width: 200px;  /* Adjust width as needed */
}
.navbar-nav .dropdown-menu{
    background: #fff0;
    backdrop-filter: blur(15px);
    color: #fff;
}

.navbar-nav .dropdown-menu li .dropdown-item{
  color: #fff;
}

/* .navbar-nav .dropdown-menu li .dropdown-item:focus{
  background: transparent;
  color: #000;
} */

.dropdown-menu li:hover .dropdown-item{
  color:#fff;
  /* background: #ffa229; */
  background: #f99500;
}
.navbar-custom.sticky .navbar-nav .dropdown-menu{
   background: #fff;
}
.navbar-custom.sticky .navbar-nav .dropdown-menu li .dropdown-item{
  color: #000;
}
.navbar-custom.sticky .navbar-nav .dropdown-menu li .dropdown-item:hover{
  color: #fff;
}
@media(max-width:1199px){
  .navbar-nav .dropdown-menu li .dropdown-item{
    color: #000;
  }
}

.custom-alert{
  font-size: 14px !important;
}

.applyCouponBtn {
  background: #011e0f;
  border: 1px solid #034f28;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  height: 25px;
  -webkit-justify-content: center;
  justify-content: center;
  line-height: normal;
  margin: 0;
  outline: none;
  padding: 0 9px;
  transition: background-color .15s ease, border-color .15s ease;
  white-space: nowrap;
  position: absolute;
  right: 7px;
  top: 10px;
}

.coupon-error-message {
  color: red; 
  margin-top: -29px;
  font-size: 12px;
  margin-left: 155px;
}

@media(max-width:550px){
  .coupon-error-message {
    margin-left: 0px;
    margin-top: -25px;
  }
  .applyCouponBtn{
    top: 40px;
  }
  
}

@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-nav {
      align-items: center;
  } }

.whatTitleUl.enterprise-ul {
    list-style : disc !important;
  }
  @media screen and (min-device-width: 1200px) and (max-device-width: 1399px) { 
    .nav-item .nav-link {
        font: 500 12px / 20px Inter-Medium !important;
    }
  }

/* For home page video card */
  .videoSecHome .videoSecTitle {
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .videoSecTitle h3 {
    font: 700 32px / 40px Inter-Bold;
    color: #000;
  }

  .videoSecTitle p {
    font: 500 20px / 25px Inter-Medium;
    color: #000;
  }

  .videoSecHome .videoCard {
    /* margin-left: auto;
    margin-right: auto;
    max-width: 1100px;
    width: 100%; */
    cursor: pointer;
  }

  .videoSecHome .videoCard #myVideoHome{
      height: auto !important;
  }

  .pt-60 {
    padding-top: 60px;
  }

  @media(max-width:991px) {
    .videoSecTitle h3 {
      font: 700 26px / 32px Inter-Bold;
    }

    .videoSecTitle p {
      font: 500 16px / 20px Inter-Medium;
    }
    .pt-60 {
      padding-top: 30px;
    }
  }
  /* end video card */

.thank-you-page-wrapper{
  min-height: 100vh;
  display: flex;
  /* justify-content: center; */
  align-items: center;
  flex-direction: column;
}

.investor-inquiry-form-label {
  padding: 60px 0;
}
.investor-inquiry-form-label label{
  font-size: 14px !important;
  margin-bottom: 5px;

}

.investor-inquiry-form-label h3{
  font-weight: 700;
  font-size: 20px;
}

.investor-inquiry-form-label .text-danger{
  font-size: 14px;

}
.no-spinner::-webkit-inner-spin-button,
.no-spinner::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.no-spinner {
    -moz-appearance: textfield;
}

/* TW news css */

    .twn-sidebar {
      display: flex;
      flex-direction: column;
      align-items: center;
      padding-top: 20px;
      width: 260px;
      height: 308px;
      border-radius: 18px;
      background: #FFFFFF;
      box-shadow: 0px 4px 60px 0px #0000001A;
    }

   .twn-explore {
    font-weight: 700;
    font-size: 30px;
    line-height: 23px;
    margin-top: 40px;
  }

    .twn-sidebar a {
      display: inline-flex;
      justify-content: space-between;
      align-items: center;
      width: 226px;
      padding: 15px;
      height: 64px;
      margin-bottom: 10px;
      border: none;
      background-color: #eef1f7;
      color: #333;
      text-align: left;
      border-radius: 8px;
      cursor: pointer;
      transition: background 0.2s ease;
    }
    .twn-sidebar a:hover {
      background-color: #d3e6f5;
    }

    .twn-sidebar a.active
     {
      display: inline-flex;
      background-color: #d3e6f5;
      position: relative; /*needed for absolute positioning if needed */
      align-items: center;
      justify-content: space-between;
      padding-right: 0 !important; 
    }

    .twn-sidebar a.active::after {
      content: url('../../newfronted/images/vector.svg');
      display: inline-block;
      width: 16px;
      height: 24px;
      margin-left: auto;
      margin-right: 12px; /* optional spacing from the right */
      vertical-align: middle;
    }

    
    .twn-video-grid {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
      gap: 20px;
      flex-grow: 1;
      width: 100%;
      height: 205px;
      border-radius: 10px;
      border: none;
    }

    .twn-video-cd {
      width: 100%;
      height: 205px;
      border-radius: 10px;
      border: none;
      position: relative;
      cursor: pointer;
    }
    .twn-video-cd iframe {
      width: 100%;
      height: 205px;
      border-radius: 10px;
      border: none;
    }
    .twn-video-card div{
      border-radius :10px;
    }
    .read-more {
      color : #027FB2;
      font-size: 14px;
      font-weight: 600;
      line-height: 25px;
    }
    .twn-card-title {
        font-weight: 500;
        font-size: 16px;
        line-height: 1.5;
        vertical-align: middle;
    }
    .twn-document-card {
      width: 100%;
      height: 321px;
      border-radius: 8px;
      padding-bottom: 5px;
      box-shadow: 0px 4px 60px 0px #00000024;
    }

    @media (max-width: 767px) {
      .twn-sidebar{
        height: auto;
        width: 100%;
        margin-bottom: 20px;
      }
       .twn-explore {
        display: flex;
        justify-content: center;
        align-items: center;
       }
       .twn-sidebar a { 
        width: 90%;
       }
       .youtube-container-card .mb-3 {
        height: auto;
       }
       .twn-document-card {
         height: auto;
       }
    }
    
    @media (min-width:768px) and (max-width: 1100px) {
         .twn-sidebar{
            height: auto;
            width: 100%;
            margin-bottom: 20px;
          }
          .twn-explore {
            display: flex;
            justify-content: center;
            align-items: center;
          }
          .twn-sidebar a { 
            width: 90%;
          }
          .youtube-container-card .mb-3 {
            height: auto;
          }
          
        }
  
 