body {
    color: #b1b1b1;
    font-family: "Arial", Verdana, Tahoma;
    font-size: 8px;
}
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: #4e80f5;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: #3968d9;
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1140px;
    }
}
a {
    color: #3968d9;
  }
  p{
  color: #767676;
  font-family: Work Sans;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 149.3%;
  margin-bottom: 16px;
}
h1 {
    color: #1e1e1e;
    font-size: 64px;
    font-family: "Libre Franklin", sans-serif;
    font-weight: 700;
    line-height: 1;
  }
  h2 {
    color: #1e1e1e;
    font-size: 44px;
    font-family: "Libre Franklin", sans-serif;
    font-weight: 700;
    line-height: 1;
  }
  h3 {
    color: #1e1e1e;
    font-size: 30px;
    font-family: "Work Sans", sans-serif;
    font-weight: 600;
    line-height: normal;
  }
  h4 {
    color: #1e1e1e;
    font-size: 24px;
    font-family: "Work Sans", sans-serif;
    font-weight: 600;
    line-height: normal;
  }
  h5 {
    color: #1e1e1e;
    font-size: 22px;
    font-family: "Libre Franklin", sans-serif;
    font-weight: 700;
    line-height: 1;
  }
  h6 {
    color: #1e1e1e;
    font-size: 18px;
    font-family: "Work Sans", sans-serif;
    font-weight: 500;
    line-height: 1.16;
  }
.header{
    position: sticky;
    left: 0;
    top: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0px 4px 4px 0px rgba(57, 104, 217, 0.1);
    z-index: 999;
}
.custom-nav-logo{
    z-index: 999;
}
.custom-nav-link{
    z-index: 999;
}
.mobileMenuBurger{
    z-index: 999;
}
.main-nav-links{
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    color: #585858;
    font-size: 16px;
    font-family: "Work Sans", sans-serif;
    font-weight: 400;
    line-height: 34px;
    text-decoration: none;
    padding: 0 10px;
    white-space: nowrap;
    gap: 5px;

}
.arrowMenu{
    font-size: 8px;
    display: flex;
    align-items: end;
}
.main-nav-links:hover{
    color: #3968d9;
}
.navLogo{
    width: 250px;
}
.burger-menu {
    cursor:pointer;
    padding: 15px;
}

.bar {
    transition: 0.4s;
    display: flex;
    flex-direction: column;
    justify-content: end;
    text-align: end;
    align-items: end;
}

.bar-1 {
    width:5em;
    display: block;
    width: 25px;
    border-top: 3px solid black;
    padding-top:6px;
    cursor:pointer;
    transition:0.4s;
}

.bar-2 {
    width:5em;
    display: block;
    width: 25px;
    border-top: 3px solid black;
    padding-top:5px;
    display:fixed;
    transition:0.4s;
}


.bar-3 {
    width:5em;
    display: block;
    width: 20px;
    border-top: 3px solid black;
    padding-top:5px;
    transition:0.4s;
}

.change .bar-1 {
    -webkit-transform: rotate(-45deg) translate(-3px, 1px);
    transform: rotate(-45deg) translate(-3px, 1px);
}

.change .bar-2{
    -webkit-transform: rotate(45deg) translate(-7px, 0px);
    transform: rotate(45deg) translate(-7px, 0px);
}

.change .bar-3 {opacity:0;}
.mobileMenuBurger{
    display: none;
}
.mobileMenu{
    display: none;
}
.sliderTitleFirst{
    color: #1e1e1e;
    font-size: 64px;
    font-family: "Libre Franklin", sans-serif;
    font-weight: 700;
}
.sliderTitleSecond{
    color: #3968d9;
    font-size: 64px;
    font-family: "Libre Franklin", sans-serif;
    font-weight: 700;
}
.sliderText{
    color: #585858;
    font-size: 16px;
    font-family: "Work Sans", sans-serif;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 40px;
}
.slider-search{
    color: #3968d9;
    background: #f5f8ff;
    border: 1px solid #3968d9;
    padding: 10px;
    border-radius: 25px;
    outline: none;
    width: 100%;
    font-size: 17px;
}
.slider-search::placeholder {
    color: #3968d9;
}
.slider-search:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}
.slider-search-button{
    border-radius: 50%;
    width: 45px;
    height: 45px;
    background-color: #3968d9;
    border: #3968d9;
    color: white;
    font-size: 25px;
    justify-content: center;
    align-items: center;
    text-align: center;
    display: flex;
}

.sell-search{
    color: #3968d9;
    background: #f5f8ff;
    border: 1px solid #3968d9;
    padding: 10px;
    border-radius: 25px;
    outline: none;
    width: 100%;
    font-size: 17px;
}
.sell-search::placeholder {
    color: #3968d9;
}
.sell-search:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}
.sell-search-button{
    border-radius: 50%;
    width: 45px;
    height: 45px;
    background-color: #3968d9;
    border: #3968d9;
    color: white;
    font-size: 25px;
}
.sliderImgWeb{
    display: flex;
    justify-content: flex-end;
    margin: 0;
    margin-right: calc(-100vw / 2 + 1000px / 2);
}
.sliderImgMobile{
    display: none;
}
.most-popular-bg{
    background-color:#eef3ff;
}
.custom-card{
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0px 0px 14px 0px rgba(52, 115, 209, 0.1);
    padding: 16px;
    padding-bottom: 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    justify-content: center;
    gap: 5px;
    position: relative;
}
.custom-card-img{
    display: block;
    width: 100%;
}
.badge{
    min-width: 156px;
    padding: 0 15px;
    border-radius: 5px;
    background: rgba(57, 104, 217, 0.1);
    color: #3968d9;
    font-size: 16px;
    font-family: "Work Sans", sans-serif;
    font-weight: 400;
    line-height: 35px;
    text-align: center;
    margin-bottom: 15px;
}
.most-popular-h5{
    color: #1e1e1e;
    font-size: 20px;
    font-family: "Work Sans", sans-serif;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 5px;
}
.custom-buy-btn{
    border-radius: 18px;
    padding: 0 16px 2px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 24px;
}
.most-popular-title{
    color: #1e1e1e;
    font-size: 44px;
    font-family: "Libre Franklin", sans-serif;
    font-weight: 700;
    line-height: 1;
}
.highlight-con{
    display: flex;
    flex-direction: column;
    align-items:center;
    height: 100%;
    width: 350px;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0px 0px 24px 0px rgba(52, 115, 209, 0.15);
    padding: 35px 24px 30px;
}
.highlight-h4{
    color: #1e1e1e;
    font-size: 24px;
    font-family: "Work Sans", sans-serif;
    font-weight: 600;
    line-height: normal;
    padding: 20px;
}
.highlight-text{
    font-size: 17px;
}
.highlightButton{
    border: 1px solid #3968d9;
    color: #3968d9;
    padding: 0 32px;
    border-radius: 50px;
    font-size: 20px;
    height: 48px;
    background-color: transparent;
    text-decoration: none;
    display: flex;
    align-items: center;
    text-align: center;
    font-family: "Work Sans", sans-serif;
    font-weight: 600;
    line-height: normal;
    transition: 0.2s ease-in-out;

}
.highlightButton:hover{
    background-color: #3968d9;
    color: white;

    transition: 0.2s ease-in-out;
}
.testimionalsButton{
    border: 1px solid white;
    color: #3968d9;
    padding: 0 32px;
    border-radius: 50px;
    font-size: 20px;
    height: 48px;
    background-color: white;
    text-decoration: none;
    display: flex;
    align-items: center;
    text-align: center;
    font-family: "Work Sans", sans-serif;
    font-weight: 600;
    line-height: normal;
    transition: 0.2s ease-in-out;

}
.testimionalsButton:hover{
    background-color: #3968d9;
    color: white;
    transition: 0.2s ease-in-out;
}
.gift-card-h4{
    color: #3968d9;
    font-size: 24px;
    font-family: "Work Sans", sans-serif;
    font-weight: 600;
}
.gift-card-text{
    color: #585858;
    font-size: 20px;
    font-family: "Work Sans", sans-serif;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 26px;
}
.footer-text{
    color: #585858;
    font-size: 18px;
    font-family: "Work Sans", sans-serif;
    font-weight: 400;
    line-height: 1.42;
}
.footer-social-icon{
    font-size: 15px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    border:1px solid #3968d9;
    padding: 15px;
    border-radius: 50%;
    background-color: #3968d9;
    color: white;
    transition: 0.2s ease-in-out;

}
.footer-social-icon:hover{
    background-color: white;
    color: #3968d9;
    transition: 0.2s ease-in-out;

}
.footer-title{
    color: #1e1e1e;
    font-size: 18px;
    font-family: "Work Sans", sans-serif;
    font-weight: 600;
    line-height: 1.5;
    padding-bottom: 12px;
}
.footerLink{
    color: #585858;
    font-size: 18px;
    font-family: "Work Sans", sans-serif;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
}
.footerLinkList{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.footerLocationIcon{
    color: #3968d9;
    font-size: 18px;

}
.dropdownMenu{
    display: none;
    flex-direction: column;
    position: absolute;
    top: 85%;
    left: 0;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    padding: 12px 16px;
    z-index: 999;
    text-wrap: nowrap;
    list-style: none;

}
.dropdownMenu li{
    font-size: 16px;
    font-family: "Work Sans", sans-serif;
    font-weight: 400;
    line-height: 34px;
    text-decoration: none;
    padding: 0 10px;
}
.menuDropdownLink{
    color: black;
    text-decoration: none;

}
.menuDropdownLink:hover{
    color: #3968d9;
}
.sellBannerTitle{
    color: #1e1e1e;
    font-size: 64px;
    font-family: "Libre Franklin", sans-serif;
    font-weight: 700;
    line-height: 1;
}
.sellBannerSubTitle{
    color: #1e1e1e;
    font-size: 18px;
    font-family: "Work Sans", sans-serif;
    font-weight: 600;
    line-height: 1.49;
}
.steps_links {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 108px;
  }
  .steps_links ol {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
  .steps_links ol li {
    position: relative;
    margin-right: 188px;
  }
  .steps_links ol li:last-child {
    margin-right: 0;
  }
  .steps_links ol li .nos {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 20px;
    font-family: "Work Sans", sans-serif;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    width: 48px;
    height: 48px;
    background: #bbc3cb;
    border-radius: 50%;
  }
  .steps_links ol li .nos:before {
    display: block;
    content: "";
    width: 56px;
    height: 56px;
    background: #ffffff;
    border: 1px solid #bbc3cb;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -4;
    transition: 0.15s ease-in;
  }
  .steps_links ol li .nos:after {
    display: block;
    content: "";
    background: #ffffff;
    width: 58px;
    height: 4px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
  }
  .steps_links ol li:first-child .nos:after {
    margin-left: 4px;
  }
  .steps_links ol li:last-child .nos:after {
    margin-left: -4px;
  }
  .steps_links ol li.completed .nos:before,
  .steps_links ol li.current .nos:before {
    opacity: 0;
  }
  .steps_links ol:before {
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 96%;
    height: 6px;
    z-index: -4;
    border: 1px solid #bbc3cb;
    margin-top: 0;
  }
  .steps_links ol li h6 {
    color: #bbc3cb;
    font-size: 20px;
    font-family: "Work Sans", sans-serif;
    font-weight: 500;
    line-height: 1.16;
    text-transform: uppercase;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    white-space: nowrap;
    padding-top: 15px;
  }
.steps_links ol li.completed .nos {
  background: #bbc3cb ;
  font-size: 0.1px;
  text-indent: -9999px;
}
.steps_links .progress {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  height: 6px;
  background: #bbc3cb;
  z-index: -1;
  margin-top:8px;
}
.steps_links ol li.current .nos {
  background: #3968d9;
  color: #ffffff;
}
.steps_links ol li.current h6 {
  color: #3968d9;
}
.steps_links_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.steps_content_wrapper h5 {
  padding-bottom: 16px;
}
.steps_links ol li:first-child .nos{
  left: -20px;
}
.steps_links ol li:first-child h6{
  left:0px !important;
}
.sellSecondh6{
    color: #1e1e1e;
    font-size: 18px;
    font-family: "Work Sans", sans-serif;
    font-weight: 600;
    line-height: 1.49;
}
.sellSecondhP{
    color: #767676;
    font-family: Work Sans;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 149.3%;
    margin-bottom: 16px;
}
.sell-search-button{
    background-color: #3968d9;
    border: #3968d9;
    color: white;
    font-size: 16px;
    height: 42px;
    padding: 0 40px;
    border-radius: 25px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-family: "Work Sans", sans-serif;
    font-weight: 600;
    line-height: normal;
}
.sellSearch{
    width: 55%;
    flex-direction: row;
}
.step{
    background: #ffffff;
    width: 108px;
    height: 108px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    border-radius: 50%;
    box-shadow: 0 0 20px rgba(57, 104, 217, 0.25);
    margin: 0 auto 24px;
}
.easy_steps_list h4 {
    color: #1e1e1e;
    font-size: 28px;
    font-family: "Work Sans", sans-serif;
    font-weight: 600;
    line-height: 1.49;
    padding-bottom: 8px;
}
.stepText{
    color: #767676;
    font-family: Work Sans;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 149.3%;
    margin-bottom: 16px;
}
.threeBannerImgCon{
    position: relative;
}
.threeBannerImgConH4{
    top: 57%;
    left: 23%;
    position: absolute;
    color: #ffffff;
    font-size: 44px;
    font-family: "Libre Franklin", sans-serif;
    font-weight: 700;
    line-height: 1;
}
.testimionalsTitle{
    font-size: 64px;
    font-family: "Libre Franklin", sans-serif;
    font-weight: 700;
    line-height: 1;
}
.testimonial-text-content {
    border-radius: 15px;
    width: 100%;
    background: #fff;
    box-shadow: 0px 0px 24px 0px rgba(52, 115, 209, 0.1);
    padding: 36px 48px;
    position: relative;
}
.testimionalsText{
    color: #767676;
    font-family: Work Sans;
    font-style: normal;
    font-weight: 400;
    line-height: 149.3%;
    font-size: 18px;
}
.testimionalsTextBlue{
    color: #214db7;
    font-family: Work Sans;
    font-style: normal;
    font-weight: 500;
    line-height: 149.3%;
    font-size: 18px;

}
.testimionals-con{
    width: 50%;
    position: relative;
}
.testimionals-avatar-left{
    width: auto;
    height: auto;
    max-width: 120px;
    max-height: 120px;
    border-radius: 50%;
    position: absolute;
    top: 15%;
    left: -10%;
}
.testimionals-avatar-right{
    width: auto;
    height: auto;
    max-width: 120px;
    max-height: 120px;
    border-radius: 50%;
    position: absolute;
    top: 15%;
    right: -10%;
}
.testimionals-half-banner{
    background-color: #3968d9;
}
.testinionalsHalfH5{
    font-size: 20px;
    font-family: "Work Sans", sans-serif;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 5px;
}
.testinionalsHalfH2{
    font-family: Libre Franklin;
    font-style: normal;
    font-weight: 700;
    line-height: 100.2%;
    font-size: 44px;
}
.testimionalsRow{
    gap: 5rem;
    padding: 80px 0;
}
.testinionalsHalfH6{
    font-size: 18px;
    font-family: "Work Sans", sans-serif;
    font-weight: 500;
    line-height: 1.16;
}
.aboutBanner{
    position: relative;
}
.aboutBannerImgTopRight{
    position: absolute;
    top: 0;
    right: 0;
}
.aboutBannerImgBottomLeft{
    position: absolute;
    top: -65px;
    left: 0;
    z-index: -1;
}
.aboutBannerTitle{
    color: #3968d9;
    font-weight: 700;
    font-family: Libre Franklin;
    font-size: 64px;
    line-height: 102%;
}
.aboutBannerSubTitle{
    color: #767676;
    text-align: center;
    font-size: 18px;
    font-family: Work Sans;
    font-style: normal;
    font-weight: 400;
    line-height: 149.3%;
    margin-top: 36px;
    max-width: 450px;
}
.aboutBannerCenter{
    padding: 80px 0;
}
.aboutSecondBanner{
    background: #eef3ff;
    padding: 80px 0;
}
.about-profile-img-con{
    flex-direction: row;
}
.about-profile-img{
    width: 250px;
    height: 250px;
}
.about-profile{
    text-decoration: none;
}
.about-profile h6{
    color:#3968d9;
}
.about-profile:hover{
    text-decoration: underline;
}
.about-text{
    color: #767676;
    font-family: Work Sans;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 149.3%;
    margin-bottom: 16px;
}
.about-text>a{
    text-decoration: none;
    color:#3968d9;
}
.about-text>a:hover{
    text-decoration: underline;
}
.about-us-img{
    max-width: 160px;
    height: auto;
    width: auto;
    display: block;
}
.blockquote {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 2.5rem auto;
    align-self: stretch;
    color: #767676;
    text-align: center;
    font-family: Libre Franklin;
    font-size: 1.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 138%;
    max-width: 75%;
}
.about-thirth-container{
    background: #3968d9;
    padding: 80px 0;
}
.contact-form{
    width: 50%;
}
.contact-form input {
    border-radius: 50px;
}
.contact-text-area{
    border-radius: 24px;
    height: auto;
}
.marketing-card {
    border-radius: 15px;
    box-shadow: 0px 0px 24px 0px rgba(52, 115, 209, 0.15);
    background: #fff;
    padding: 40px 32px;
    width: 240px;
    gap: 24px;
    max-height: 400px;
}
.cards-row-howitworks .marketing-card:nth-child(1) {
    margin-top: 64px;
}
.cards-row-howitworks .marketing-card:nth-child(3) {
    margin-top: 36px;
}
.faqContainer{
    border-radius: 10px;
    border: 1px solid #c4d2f4;
    padding: 1.5625rem 1.875rem;
    max-height: 1000px;
    overflow: hidden;
}
.faqArrow{
    font-size: 18px;
}
.shopContainer{
    flex-direction: row;
}
.faqContainer{
    cursor: pointer;
    flex-direction: column;
}
.faqAnswer{
    display: none;
    height: 0;
    opacity: 0;
    transition: 0.03s ease-in-out;
}
.faqAnswerActive{
    display: block;
    height: auto;
    opacity: 1;
    transition: 0.03s ease-in-out;

}
.faqsSeeLink{
    font-size:25px;
    font-weight:500;
}
.techLink{
    text-decoration: none;
    color:#3968d9;
}
.techLink:hover{
    text-decoration: underline;
}
.techTextFirst{
    border-radius: 8px;
    background: #eef3ff;
    padding: 24px;
    color: #1e1e1e;
    font-family: Space Mono;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.haldBannerFlex{
   padding: 80px 0;
}
.footerMargin{
    margin-top: 5rem;
}
.currentPrice{
    position: relative;
}
.usdt{
    border-left: 1px solid #b1b1b1;
    text-transform: uppercase;
    position: absolute;
    top: 30px;
    right: 20px;
    padding: 10px;
    border-radius: 0 15px 15px 0;
    color: black;
    font-size: 17px;
}
.custom-form-label{
    font-size: 20px;
    text-align: left;
    width: 95%;
    color: black;
    font-weight: 500;
}
.backStep{
    font-size: 18px;
    cursor: pointer;
}
#sellForm{
    position: absolute;
    left: 0;
    top: 100%;
    background: #fff;
    border: 1px solid #3968d9;
    box-shadow: 0px 4px 4px 0px rgba(57, 104, 217, 0.1);
    z-index: 999;
    border-radius: 25px;
    width: 90%;
    overflow: hidden;
    display: none;
}
.inputMobi{
    padding-right: 5px;
}
@media only screen and (max-width: 1024px){
    .inputMobi{
        padding-right: calc(var(--bs-gutter-x) * .5);
    }
    .sellBannerTitle{
        font-size: 40px;
    }
    .sliderTitleFirst{
        font-size: 40px;
    }
    .sliderTitleSecond{
        font-size: 40px;
    }
    h2 {
        font-size: 30px;
        line-height: 1.5;
    }
    .faqsSeeLink{
        font-size:18px;
        font-weight:500;
    }
    .shopContainer{
        flex-direction: column;
    }
    .faqQuest{
        font-size: 15px;
    }
    .faqArrow{
        font-size: 10px;
    }
    .cards-row-howitworks{
        align-items: center;
    }
    .contact-form{
        width: 100%;
    }

    .about-profile-img-con{
        flex-direction: column;
    }
    .testimionalsRow{
        gap: 5rem;
    }
    .testimionals-avatar-left{
        max-width: 100px;
        max-height: 100px;
        top: -99px;
        left: auto;
    }
    .testimionals-avatar-right{
        max-width: 100px;
        max-height: 100px;
        top: -99px;
        right: auto;
    }
    .testimionals-con{
        width: 100%;
    }
    .testimionalsTitle{
        font-size: 32px;
    }
    .threeBannerImgConH4{
        font-size: 20px;
    }
    .sellSearch{
        width: 100%;
        flex-direction: column;
    }
    .steps_links ol li:last-child {
        margin-right: -15px;
    }
    .steps_links ol li .nos:before {
        width: 36px;
        height: 36px;
    }
    .steps_links ol li .nos {
        font-size: 12px;
        width: 30px;
        height: 30px;
    }
    .steps_links ol li h6 {
        font-size: 12px;
        padding-top: 10px;
    }
    .steps_links ol li {
        position: relative;
        margin-right: 100px;
    }
    .mobileMenu{
        display: none;
        position: absolute;
        transition: 0.3s ease-in-out;
        height: 0;
        width: 100%;
        opacity: 0;
        background-color: #fff;
    }
    .navLogo{
        width: 150px;
    }
    .custom-nav-link{
        display: none;
    }
    .custom-nav-login{
        display: none;
    }
    .mobileMenuBurger{
        display: block;
    }
    .mobileMenu-active{
        display: block;
        position: absolute;
        height: 100vh;
        width: 100%;
        background-color: #fff;
        top: 30px;
        bottom: 0;
        left: 0;
        z-index: 100;
        opacity: 1;
        transition: 0.3s ease-in-out;
    }
    .mobileMenuLinks{
        height: 100vh;
        justify-content: center;
        align-items: center;
    }
    .sliderImgWeb{
        display: none;
    }
    .sliderImgMobile{
        display: block;
        width: 100%;
    }
    .most-popular-title {
        font-size: 23px;
    }
    .gift-card-h4 {
        font-size: 19px;
    }
    .footerLink{
        font-size: 15px;
    }
    .threeBannerImgConH4 {
        top: 56%;
        left: 19%;
    }
    .testimionalsBanner {
        height: 210px !important;
        margin-bottom: 3.3rem !important;

    }
    .testinionalsHalfH2{
        font-size: 35px;
    }
    .haldBannerFlex{
        padding: 1rem;
    }
    .aboutBannerCenter {
        height: 265px;
    }

    .blockquote {
        font-size: 20px;
    }
    .about-text {
        padding: 0 !important;
        margin-bottom: 0;
    }
    .my-4 {
        display: none !important;
    }
    .about-thirth-container {
        padding: 40px 0;
    }
    .aboutSecondBanner {
        padding: 40px 0;
    }
    .aboutBanner {
        padding-top: 15px;
    }
    .cards-row-howitworks .marketing-card:nth-child(1) {
        margin-top: 11px;
    }
    .marketing-card{
        gap: 15px;
        padding: 28px 30px;
    }
    .cards-row-howitworks .marketing-card:nth-child(3){
        margin-top: 11px;

    }
    .aboutBannerSubTitle {
        font-size: 16px;
        margin-top: 0;
    }
    .footerMargin{
        margin-top: 1rem;
    }
}
