:root {
  --primary-color: #FF3131;
  --secondary-color: #FB3B56;
  --primary-dark: var(--secondary-color);
  --secondary-soft-color: #fffaf6;
  --primary-soft-color: #e5f2fd;
  --primary-gradient: linear-gradient(90deg, rgba(255, 49, 49, 0.05) 0%, rgba(249, 65, 105, 0.05) 100%);

}
html {
  scroll-behavior: smooth;
}

label.error{
  /* color: #ff0000!important; */
  color: #f1f1f1!important;
  font-size: 12px;
  margin-bottom: 7px;
}
a{
  text-decoration: none;
  color: inherit!important;
}
a,div,h1,h2,h3,h4,h5,h6,span{
  color: #000000;
}
button.btn-close{
  background: none!important;
  top: -3px!important;
  font-weight: 600;
  padding: 0.85rem 1rem;
}
.noti-alert{
  padding: 10px 16px;
  border-radius: .35rem;
  font-size: 14px;
}
.btn:focus{
  box-shadow: none!important;
  outline: none!important;
}
.btn-primary{
  background: var(--primary-color);
  color: #fff!important;
  transition: 0.3s!important;
  padding: 5px 30px 5px 30px;
  font-size: 17px;
  border-color: var(--primary-color);
}
.btn-primary:hover{
  background: var(--primary-color);
  color: #fff;
  transition: 0.3s!important;
  border-color: var(--primary-color);
}
.btn-primary:focus{
  background: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
  transition: 0.3s!important;
}

.btn-theme-primary{
  background: linear-gradient(90deg, #64ECF5 0%, #1CEBBC 100%)!important;
  color: #fff!important;
  transition: 0.3s!important;
  padding: 7px 30px 7px 30px;
  font-size: 17px;
  border-color: transparent;
  font-weight: 600;
  box-shadow: 0px 10px 20px 0px rgba(64,236,217,0.5)!important;
}
.btn-theme-primary:hover{
  transition: 0.3s!important;
  box-shadow:none!important;
}

.navbar-brand img{
  height: 22px;
  width: 137px;
}
.navbar {
    background-color: #fff;
    box-shadow: 0 3px 3px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 3px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, .1);
    border-bottom: none!important;
    box-shadow: none!important;
    height: 75px;
}
.navbar-nav .nav-link{
  font-weight: 500;
}

.header-register{
  font-size: 16px;
  border-radius: 6px;
  transition: all ease 0.5s;
}

.header-register:hover{
  background:#2A2A2A;
  border-color: #2A2A2A;
}

.header-login:hover{
  color: #025BA5!important;
}
.header-login{
  font-size: 16px;
  border-radius: 6px;
  font-weight: 500;
}

.header-login.dropdown-toggle::after{
  display: none!important;
}

.primary-menu .nav-link{
  font-weight: 500!important;
  color: #000000!important;
  font-size: 16px;
}

.primary-menu .nav-link:hover{
  color: var(--primary-color)!important;
}

.primary-menu {
  margin-left: 75px!important;
}


.pagination {
    display: block;
}
.page-item {
    display: inline-block;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: var(--primary-soft-color);
    border-color:  var(--primary-soft-color);
    box-shadow: 0 0 0 0.15rem var(--primary-color);
    color: var(--primary-color);
}
.page-link {
    margin-right: 10px;
    min-width: 40px!important;
    border-radius: 8px;
}
.page-link:hover {
    background-color: var(--primary-soft-color);
}
.page-item:first-child .page-link, .page-item:last-child .page-link {
    border-radius: 6px;
}
.page-link:focus {
    border-radius: 6px;
    box-shadow: 0 0 0 0.15rem rgb(98 34 178 / 31%);
}
.input-img img{
  height: 60px!important;
  width: 60px!important;
  object-fit: cover;
  border: 1px solid #ddd;
  border-radius: 7px;
  margin-top: 8px;
  padding: 3px;
}

@media(max-width: 1200px){
  .our-service-section .row{
    width: 100%;
  }
  .our-service-section .col{
    width: 25%!important;
    margin-top: 30px;
  }
}

input:-webkit-autofill,
input:-webkit-autofill:focus {
    transition: background-color 600000s 0s, color 600000s 0s !important;
}
input[data-autocompleted] {
    background-color: transparent !important;
}
.form-control{
  border-radius: 7px;
  font-size: 15px!important;
  height: 40px;
  transition: 0.3s;
}
form label{
  font-size: 15px;
  color: #fff;
  font-weight: 500;
}
/* form .btn{
  padding: 8px 30px!important;
  border-radius: 7px;
} */
.web-logo{
  height: 60px!important;
}
.web-logo.footer-logo{
  height: 80px!important;
}

/*footer css start*/
.footer .offer-card{
  position: relative;
  height: 100%;
  border-radius: 27px;
  padding: 46px 64px 46px 64px;
  background: linear-gradient(93.02deg, #000000 0%, #464646 100.84%);
}

.footer .offer-title {
  font-size: 36px;
  font-weight: 900;
  line-height: 36px;
  text-align: left;
  text-decoration-skip-ink: none;
  color: #FFFFFF;
  margin-bottom: 35px;
}

.footer .offer-title span{
  color: #FFFFFF;
  font-size: 64px;
  font-weight: 900;
  line-height: 64px;
  text-align: center;
  text-decoration-skip-ink: none;
}

.footer .offer-details{
  font-size: 20px;
  font-weight: 400;
  line-height: 26.04px;
  text-align: left;
  text-decoration-skip-ink: none;
  color: #FFFFFF;
  margin-bottom: 30px;
} 

.footer .offer-btn {
  width: 157px;
  height: 45px;
  gap: 10px;
  border-radius: 8px;
  background: #FFFFFF;
  font-size: 20px;
  font-weight: 500;
  text-decoration-skip-ink: none;
  color: #FF2E00!important;
  transition: all ease 0.5s;
}
.offer-btn:hover{
  color:#ffffff!important;
  background: #FF2E00;
  border-color: #FF2E00;
}

.footer .offer-card img{
  height: 280.62px;
  
}
@media(min-width:1020px){
  .footer .offer-card img{
    position: absolute;
    top: -14px;
    right: 48px;
  }
}

.main-footer{
  height: 100%;
  background: linear-gradient(0deg, #DCECF8 0%, #FFFFFF 100%);
  border-radius: 34px;
}

.main-footer .footer-title{
  font-size: 50px;
  font-weight: 500;
  line-height: 65.1px;
  letter-spacing: -0.04em;
  text-align: center;
  text-decoration-skip-ink: none;
  margin-bottom: 15px;
}
.main-footer .main-footer-desc{
  font-size: 20px;
  font-weight: 400;
  line-height: 26.04px;
  text-align: center;
  text-decoration-skip-ink: none;
  margin-bottom: 50px;
}
/*footer css end*/

.single-right-tab{
  padding: 5px;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
}
.single-right-tab .single-head{
  color: var(--primary-color);
  font-weight: 700;
}
.single-right-tab .single-head i{
  position: absolute;
  left: 0px;
  color: var(--secondary-color);
}
.bottom-subtitle{
  font-size: 15px;
  color: #9f9f9f;
}
.banner-text h1{
  color: #fff;
}
.banner-text{
  padding-bottom: 30px;
}
.btn-secondary-outline{
  border: 2px solid var(--primary-color);
  padding: 6px 20px;
  border-radius: 6px;
  color: var(--primary-color);
  background: #fff!important;
  transition: 0.3s;
}

.btn-secondary-outline:hover{
  border: 2px solid #fff;
  color: #fff;
  background: var(--primary-color)!important;
  transition: 0.3s;
}

.btn-join.btn-secondary-outline{
  padding: 10px 30px;
  font-size: 15px;
  border-radius: 50px;
  margin-top: 20px;
}
@media(max-width: 1200px){
  .banner-image-grid{
    display: none;
  }
}

.home-main-banner{
  background: linear-gradient(180deg, #DCECF8 0%, #FFFFFF 107.58%);
  position: relative;
  padding-bottom: 100px;
}
.home-main-banner-bottom{
    height: 130px;
    position: relative;
    overflow: hidden;
}
.rating-card-outer{
  margin-top: 205px;
  margin-bottom: 38px;
}
.rating-card{
  border-radius: 115px;
  background: #FFFFFF;
  padding: 7px 28px 8px 28px;
  box-shadow: 0px 4px 25.3px 0px #9C9C9C40;
}
.rating-text{
  font-size: 16px;
  font-weight: 400;
  line-height: 20.83px;
  text-align: center;

}
.rating-card img{
  height: 18px;
}

.home-main-banner .main-head {
  font-size: 75px;
  font-weight: 500;
  line-height: 97.65px;
  letter-spacing: -0.04em;
  text-align: center;
  text-decoration-skip-ink: none;
}

.home-main-banner .subhead {
  font-size: 16px;
  font-weight: 500;
  line-height: 20.83px;
  text-align: center;
  text-decoration-skip-ink: none;
  margin-bottom: 50px;
}

.home-main-banner .trusted-by-head {
  font-family: 'AirbnbCereal', sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 31.25px;
  text-align: center;
  text-decoration-skip-ink: none;
}

.ellipse-260 {
  box-sizing: border-box;
  position: absolute;
  width: 1740px;
  height: 1346px;
  left: -177px;
  top: -644px;
  border: 1px solid #ffffff;
  border-radius: 50%;
}


.searchbox::placeholder{
  font-size: 12px;
  font-weight: 300;
  line-height: 15.62px;
  text-align: left;
  text-decoration-skip-ink: none;
  color: #008FFF;
}
.search-bar{
  position: relative;
}

.submit-glass{
  position: absolute;
  width: 15.75px;
  height: 15.75px;
  top: 6.63px;
  right: 25.63px;
  border: none!important;
  background: none!important;
  color: #008FFF;
}

.home-main-banner{
  position: relative!important;
  overflow: hidden;
}
.banner-text, .banner-image-grid{
  z-index: 2!important;
  position: relative;
}
.home-main-banner{
  border-top-left-radius: 34px;
  border-top-right-radius: 34px;
}

/*seach box*/
.search-bar {
  padding: 5px 15px;
  box-shadow: 0px 0px 9.7px 0px #CCCCCC66;
  width: 100%;
  height: 40px;
  border-radius: 119px;
  background: #FFFFFF;
}
.search-bar input {
  border: none;
  box-shadow: none;
}
.search-bar input:focus {
  outline: none;
  box-shadow: none;
}
.promote-button{
  gap: 10px;
  border-radius: 8px;
  background: #2A2A2A;
  padding: 5px 20px 5px 5px;
  transition: all ease 0.5s;
}
.promote-button:hover{
  background:#008FFF;
}
.promote-button:hover svg path {
  stroke: #008FFF;
}

.explore-button{
  border-radius: 8px;
  border: 1px solid #000000;
  padding: 9px 28px 9px 28px;
  transition: all ease 0.5s;
}

.explore-button span{
  font-size: 15px;
  font-weight: 500;
  line-height: 16px;
  text-align: center;
  text-decoration-skip-ink: none;
}
.explore-button:hover{
  background: #FFFFFF;
  box-shadow: 0px 4px 13.7px 0px #9A9A9A40;
border-color: #FFFFFF;
}

.promote-button span {
  font-size: 15px;
  font-weight: 500;
  line-height: 16px;
  text-align: center;
  text-decoration-skip-ink: none;
  color: #fff;
  padding-left: 5px;
}

/* hero section end*/

/* hero slider start*/
.grey-border-top-bottom{
  border-top: 12px solid #F4F4F4;
  border-bottom: 12px solid #F4F4F4;
}

.hero-slider-outer{
  box-shadow: 0px 4px 32.5px 0px #E4E4E440;
}

.slider-item{
  font-size: 64px;
  font-weight: 300!important;
  line-height: 62.08px;
  letter-spacing: -0.06em;
  text-align: center;
  text-decoration-skip-ink: none;
  color: #232323;
  padding: 40px 10px 40px 10px;
}
/* hero slider end*/

/* check your app potential section start*/
.check-app-potential-section{
  padding: 70px 20px 70px 20px;
}
.app-box-bg{
  width: 236px;
  height: 200px;
  border-radius: 29px;
  background: #D9D9D9;
}
.check-app-content{
  font-size: 58px;
  font-weight: 500;
  line-height: 71.5px;
  letter-spacing: -0.01em;
  text-align: left;
  text-decoration-skip-ink: none;
}
.check-app-stat-cards{
  margin-top: 100px;
}
.check-app-stat-outer{
  border-radius: 34px 34px 32px 32px;
  background: #DDEDF9;
}
.check-app-stat-outer-content{
  padding: 8px 0px 8px 0px;
  font-size: 14px;
  font-weight: 500;
  line-height: 16.73px;
  letter-spacing: -0.04em;
  text-decoration-skip-ink: none;
}
.check-app-stat-inner{
  border-radius: 32px;
  border: 2px solid #F8F8F8;
  background-color: #fff;
  padding: 16px 31px 30px 31px;
}
.check-app-stat-percentage{
  font-size: 80px;
  font-weight: 400;
  line-height: 104.16px;
  letter-spacing: -0.04em;
  text-decoration-skip-ink: none;
  color: #2A2A2A;
}
.check-app-stat-text{
  font-size: 16px;
  font-weight: 300;
  line-height: 19.12px;
  letter-spacing: -0.04em;
  text-align: center;
  text-decoration-skip-ink: none;
}
/* check your app potential section end*/

/* expert keyword install package section end*/
.expert-keyword-install-package-section{
  background: #FAFAFA;
  padding-top: 80px;
  padding-bottom: 80px;
}
.expert-keyword-install-package-section h2{
  font-size: 75px;
  font-weight: 500;
  line-height: 87.65px;
  letter-spacing: -0.04em;
  text-align: left;
  text-decoration-skip-ink: none;
  margin-bottom: 30px;
}
.expert-keyword-install-package-detail{
  font-size: 24px;
  font-weight: 500;
  line-height: 31.25px;
  text-decoration-skip-ink: none;
  margin-bottom: 80px;
}

.expert-keyword-install-package-section h3{
  font-size: 32px;
  font-weight: 500;
  line-height: 41.66px;
  text-align: left;
  text-decoration-skip-ink: none;
}
.keyword-package-card-1{
  border-radius: 37px;
  background: linear-gradient(143.43deg, #F3F3F3 0%, #E2EBFF 100%);
  border: 1px solid;
  border-image-source: linear-gradient(143.43deg, #E6E6E6 0%, #D1DFFF 100%);
  padding: 20px;
  height: 100%;
}
.keyword-package-card-2{
  border-radius: 37px;
  background: linear-gradient(143.43deg, #F1F1F1 0%, #F8FFDC 100%);
  border: 1px solid;
  border-image-source: linear-gradient(143.55deg, #E2E2E2 0%, #EDFFA4 100%);
  padding: 20px;
  height: 100%;
}
.keyword-package-card-3{
  border-radius: 37px;
  background: linear-gradient(143.43deg, #F1F1F1 0%, rgba(255, 222, 239, 0.98) 100%);
  border: 1px solid;
  border-image-source: linear-gradient(143.43deg, #E6E6E6 0%, #FEC8E3 100%);
  padding: 20px;
  height: 100%;
}
.keyword-package-card-4{
  border-radius: 37px;
  background: linear-gradient(143.43deg, #F3F3F3 0%, #F6E5FF 100%);
  border: 1px solid;
  border-image-source: linear-gradient(143.43deg, #E6E6E6 0%, #ECC9FD 100%);
  padding: 20px;
  height: 100%;
}
.keyword-package-card-5{
  border-radius: 37px;
  background: linear-gradient(143.43deg, #F3F3F3 0%, #FFF5DA 100%);
  border: 1px solid;
  border-image-source: linear-gradient(143.43deg, #E6E6E6 0%, #FBEBBF 100%);
  padding: 20px;
  height: 100%;
}
.keyword-package-card-img{
  margin-bottom: 40px;
}
.keyword-package-card-title{
  font-size: 24px;
  font-weight: 500;
  line-height: 31.25px;
  text-align: left;
  text-decoration-skip-ink: none;
  margin-bottom: 20px;
}
.keyword-package-card-tag{
  border-radius: 256px;
  margin-bottom: 8px;
  padding: 3px 10px 3px 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  letter-spacing: -0.04em;
  text-align: left;
  text-decoration-skip-ink: none;
  box-shadow: 0px 3px 7.5px 0px #AAAAAA40;
  background: #FFFFFF;
}
.keyword-package-card-img{
  height: 63px;
}
.start-now-button{
  background: #008FFF;
  border-radius: 8px;
  padding: 3px 10px 3px 3px;
}
.start-now-button span{
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  text-align: left;
  text-decoration-skip-ink: none;
  color: #fff;
}
.start-now-button:hover{
  background-color: #2A2A2A;
}
.start-now-button:hover svg path {
  stroke: #2A2A2A;
}
.title-img{
  height: 91px;
  margin-bottom: 20px;
}
/* expert keyword install package section end*/

/* auth modals start*/
.modal-content{
  box-shadow: 0px 0px 14.4px 0px #00000073!important;
  border-radius: 21px!important;
}
.modal-title{
  font-size: 32px;
  font-weight: 500;
  line-height: 52.08px;
  letter-spacing: -0.04em;
  text-align: left;
  text-decoration-skip-ink: none;
}
.modal-text{
  font-size: 15px;
  font-weight: 400;
  line-height: 20.83px;
  text-align: left;
  text-decoration-skip-ink: none;
  color: #818181;
}
.custom-input{
  border-radius: 6px !important;
  height: 35px !important;
  border: 1px solid #C2D5FF;
}
#message.form-control{
  
  height: inherit !important;
}
.contact-input:focus {
  background-color: #F6F6F6;
}

.confirm-password {
  position: relative;
}  

.password {
  position: relative;
} 

.show_hide_c_password {
  position: absolute;
  top: 38px;
  right: 4%;
  color: #aaa;
  cursor: pointer;
}

.show_hide_password {
  position: absolute;
  top: 38px;
  right: 4%;
  color: #aaa;
  cursor: pointer;
}

.modal-content .form-select:focus{
  box-shadow: none!important;
  border: 1px solid #008fff;
}
.modal-content .form-check-input:focus{
  box-shadow: none!important;
  border: 1px solid #008fff;
}
/* auth modals end*/

/* promote modal end*/
.label-xl{
  font-size: 24px;
  font-weight: 500;
  line-height: 31.25px;
  letter-spacing: -0.04em;
  text-align: left;
  text-decoration-skip-ink: none;
}
.btn-store {
  border: 1px solid #C2D5FF;
  background: #F4F4F4;
  color: #818181;
  border-radius: 5px;
  display: flex;
  align-items: center;
  padding: 10px 15px;
  gap: 10px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.btn-check:checked + .btn-store {
  background-color: #008fff;
  border-color: #008fff;
  color: #fff;
}

.btn-store img {
  height: 20px;
  width: 20px;
}

/* promote modal end*/

/* contact us page start*/
.page-title{
  margin-top: 40px;
  font-size: 70px;
  font-weight: 500;
  line-height: 97.65px;
  letter-spacing: -0.04em;
  text-align: center;
  text-decoration-skip-ink: none;
}
.subtitle{
  font-size: 36px;
  font-weight: 500;
  line-height: 46.87px;
  letter-spacing: -0.04em;
  text-align: center;
  text-decoration-skip-ink: none;
}
.subtitle img{
  height: 80px;
}
.contact-main-content h6{
  font-size: 26px;
  font-weight: 500;
  line-height: 31.25px;
  letter-spacing: -0.04em;
  text-align: left;
  text-decoration-skip-ink: none;
}

.contact-main-content p{
  font-size: 15px;
  font-weight: 400;
  line-height: 26.04px;
  text-align: left;
  text-decoration-skip-ink: none;
}
.trusted-by-grp h6{
  font-size: 23px;
  font-weight: 500;
  line-height: 31.25px;
  text-align: center;
  text-decoration-skip-ink: none;
}
.trusted-by-grp-item img{
  border-radius: 7px;
  height: 50px;
}
.contact-form-outer{
  padding: 21px 30px;
  border-radius: 16px;
  box-shadow: 2px 4px 9.6px 0px #97979740;
  background: #FFFFFF;
}
.contact-form-title{
  font-size: 40px;
  font-weight: 500;
  line-height: 52.08px;
  letter-spacing: -0.04em;
  text-align: left;
  text-decoration-skip-ink: none;
}
.contact-input{
  border-radius: 12px;
  background: #F6F6F6;
  border: none;
}
.contact-input::placeholder{
  color: #BDBDBD;
  font-size: 14px;
  font-weight: 400;
  line-height: 20.83px;
  text-align: left;
}
.custom-select{
  padding: 3px 5px!important;
  border: none!important;
  background: inherit!important;
  color: #BDBDBD!important;
}
.success-modal-title{
  font-size: 35px;
  font-weight: 500;
  line-height: 52.08px;
  letter-spacing: -0.04em;
  text-align: left;
  text-decoration-skip-ink: none;
}
.success-modal-text{
  font-size: 19px;
  font-weight: 500;
  line-height: 31.25px;
  letter-spacing: -0.04em;
  text-align: left;
  text-decoration-skip-ink: none;
}

.success-modal-btn{
  background: #16BE00;
  width: 183px;
  border-radius: 3px;
  color: #fff;
}
/* contact us page end*/

/* pricing page start*/
.pricing-head{
  margin-top: 150px!important;
  margin-bottom: 45px!important;
  font-size: 50px!important;
  font-weight: 500!important;
  line-height: 65.1px!important;
  letter-spacing: -0.04em!important;
  text-align: center!important;
  text-decoration-skip-ink: none!important;
}
.ios-play-stores{
  height: 49px;
}
.pricing-subtitle{
  font-size: 20px;
  font-weight: 500;
  line-height: 26.04px;
  text-align: center;
  text-decoration-skip-ink: none;
  margin-bottom: 40px;
}
.pricing-offer-badge{
  padding: 6px 22px 6px 22px;
  border-radius: 41px;
  background: #008FFF;
  font-size: 20px;
  font-weight: 500;
  line-height: 31.25px;
  text-align: center;
  text-decoration-skip-ink: none;
  color: #FFFFFF;
}
.basic-plan-card{
  padding: 20px 10px;
  border-radius: 27px;
  border: 1px;
  background: #000000;
  border: 1px solid;
  border-image-source: linear-gradient(180deg, #AAD7FB 0%, #FFFFFF 100%);
  box-shadow: 0px 0px 13.7px 0px #90909040;
  height: 100%;
}
.pricing-card-head{
  font-size: 36px;
  font-weight: 500;
  line-height: 46.87px;
  text-align: center;
  text-decoration-skip-ink: none;
  color: #FFFFFF;
}
.premium-card-head{
  font-size: 36px;
  font-weight: 500;
  line-height: 46.87px;
  text-align: center;
  text-decoration-skip-ink: none;
  color: #000000;
}
.pricing-card-detail{
  font-size: 14px;
  font-weight: 400;
  line-height: 18.23px;
  text-align: center;
  text-decoration-skip-ink: none;
  color: #CACACA;
}
.premium-plan-card{
  padding: 20px 10px;
  border-radius: 27px;
  border: 1px;
  background: #ffffff;
  border: 1px solid;
  border-image-source: linear-gradient(180deg, #AAD7FB 0%, #FFFFFF 100%);
  box-shadow: 0px 0px 13.7px 0px #90909040;
  height: 100%;
}
/* pricing page end*/

.why-choose-section h2{
  font-size: 60px;
  font-weight: 500;
  line-height: 78.12px;
  letter-spacing: -0.04em;
  text-align: center;
  text-decoration-skip-ink: none;
  margin-bottom: 74px;
}

.why-choose-section .why-choose-card{
  height: 100%;
  border-radius: 19px;
  background: #E9F5FF;
  padding: 25px 32px 10px 32px;
}

.why-choose-section .why-choose-card img{
  width: 40px;
  height: 40px; 
  margin-bottom: 23px;
}

.why-choose-section .why-choose-card .why-choose-card-text{
  font-size: 32px;
  font-weight: 500;
  line-height: 34.89px;
  text-align: center;
  text-decoration-skip-ink: none;
}

.btn-join.btn-secondary-outline {
    padding: 10px 71px;
    font-size: 17px;
    font-weight: 500;
}
.home-sections{
  margin-top: 80px;
}
.home-section-title{
  font-size: 36px;
  font-weight: 700;
  color: #1a0e47;
  text-align: center;
  margin-bottom: 30px;
}
.category-single-block{
  padding: 30px 20px;
  border-radius: 8px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  text-align: center;
  transition: 0.3s;
}
.category-single-block:hover{
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  transition: 0.3s;
}
.category-icon{
  background: #f3f3f3;
  height: 55px;
  width: 55px;
  border-radius: 100px;
  text-align: center;
  margin-bottom: 12px;
  line-height: 50px;
  transition: 0.3s;
}
.category-icon i{
  font-size: 25px;
  color: var(--primary-color);
}
.category-icon svg{
  fill: var(--primary-color)!important;
}
.category-content{
  font-size: 16px;
  font-weight: 500;
  display: -webkit-box;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 28px;   
  overflow: hidden;
}
.category-single-block:hover .category-icon{
  background: var(--primary-soft-color);
  transition: 0.3s;
  transform: translateY(-10px);
}

/*contact us css */
.contact-section {
  padding: 7em 0;
}

.contact-section .contact-no-pt {
  padding-top: 0;
}

.contact-section .contact-no-pb {
  padding-bottom: 0;
}

.contact-section .heading-section {
  font-size: 28px;
  color: #000;
}

.contact-section .img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.contact-section .form-control {
  height: 36px;
  background: #fff;
  color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
  border-radius: 2px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.contact-section .form-control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3) !important;
}

.contact-section .form-control::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3) !important;
}

.contact-section .form-control:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3) !important;
}

.contact-section .form-control:-moz-placeholder {
  color: rgba(0, 0, 0, 0.3) !important;
}

.contact-section .form-control:focus,
.contact-section .form-control:active {
  border-color: var(--primary-color)!important;
}

.contact-section textarea.form-control {
  min-height: 120px !important;
}

.contact-section .wrapper {
  width: 100%;
  -webkit-box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18);
  /*border: 1px solid var(--secondary-color);*/
  background: #fff!important;
  border-radius: 19px;
  overflow: hidden;
}

.contact-section .contact-wrap {
  background: #fff;
}

.contact-section .con-wrap {
  color: rgba(255, 255, 255, 0.8);
  /*background: var(--primary-color)!important;*/
  padding: 30px;
  border-radius: 19px;
  background: linear-gradient(90deg, #4f13b5 0%, #6418c3 35%, #7b1cd3 100%);
}

.contact-section .con-wrap h3 {
  color: #fff;
}

.contact-section .con-wrap .con-box {
  width: 100%;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 25px;
}

.contact-section .con-wrap .con-box:last-child {
  margin-bottom: 0;
}

.contact-section .con-wrap .con-box p {
  margin-bottom: 0;
  color: #fff;
  font-weight: 200!important;
}

.contact-section .con-wrap .con-box p span {
  font-weight: 500!important;
  color: #fff;
}

.contact-section .con-wrap .con-box p a {
  color: #fff;
}

.contact-section .con-wrap .con-box .icon {
  width: 50px;
  height: 50px;
  border: 1px solid #ffffff42;
  border-radius: 50%;
  line-height: 40px;
}

.contact-section .con-wrap .con-box .icon i {
  font-size: 19px;
  color: #fff;
}

.contact-section .con-wrap .con-box .text {
  width: calc(100% - 50px);
}

.contact-section .btn {
  padding: 12px 16px;
  cursor: pointer;
  border-width: 1px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 400;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.main-section{
  margin-top: 120px;
}
@media (prefers-reduced-motion: reduce) {
  .contact-section .btn {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.contact-section .btn:hover,
.contact-section .btn:active,
.contact-section .btn:focus {
  outline: none !important;
  -webkit-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.22) !important;
  -moz-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.22) !important;
  box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.22) !important;
}

.contact-section .btn.btn-primary {
  background: var(--primary-color)!important;
  border-color: var(--primary-color)!important;
  color: #fff;
}

.contact-section .btn.btn-primary:hover,
.contact-section .btn.btn-primary:focus {
  border-color: var(--primary-color) !important;
  background: var(--primary-color) !important;
}

.contact-section .contactForm .label {
  color: #000;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}

.contact-section .contactForm .form-control {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0;
}

.contact-section #contactForm .form-control {
  font-size: 16px;
}
/*contact us css end*/

/*page css start*/
.page-section{
  padding: 100px 0;
}
.page-section h1{
  text-align: center;
  font-size: 30px;
}
.btn-see-all{
  background: #f3f3f3;
  color: #333;
  border-radius: 20px;
  padding: 5px 20px 5px 20px!important;
  height: inherit!important;
  font-size: 14px;
  transition: 0.3s;
}
.btn-see-all:hover{
  background: #eee;
  color: #333;
  transition: 0.3s;
}
.search-vendor-tagline{
  margin-bottom: 25px!important;
}
.vendor-banner{
  position: relative;
  overflow: hidden;
}
.favourite-vendor{
  display: inline-block;
  height: 28px;
  width: 28px!important;
  border-radius: 30px;
  background: #fff;
  color: #000;
  position: absolute;
  top: 8px;
  right: 12px;
  font-size: 13px;
  text-align: center;
  line-height: 28px;
  box-shadow: 0 8px 8px -4px lightblue;
  cursor: pointer;
  opacity: 0.8;
  transition: 0.3s;
}

.favourite-vendor .bi-heart-fill{
  color :#ff0000;
}
.favourite-vendor:hover{
  opacity: 1;
  color: #ff0000;
}
.vendor-banner p{
  position: absolute;
  padding: 6px 12px 6px 26px;
  color: #fff;
  background: #0c0c0cd1;
  bottom: -16px;
  width: 100%!important;
  font-size: 14px;
}
.vendor-banner p i{
  position: relative;
  left: -10px;
}
.vendor-banner img {
  width: 100%;
  aspect-ratio: 900 / 600;
  transition: 0.5s;
}
.vendor-name{
  font-size: 18px;
  font-weight: 500;
  color: #000;
  margin: 20px 0px 0px 0px;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; 
  height: 30px;
  overflow: hidden;
}
.vendor-description{
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  overflow: hidden;
  color: #616161;
}
.single-vendor{
  overflow: hidden;
  margin-bottom: 25px;
 /* border: 1px solid #ccc;*/
  border-radius: 9px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  transition: 0.3s;
}
.single-vendor:hover{
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  transition: 0.3s;
}
.single-vendor:hover img{
  scale: 1.1;
  transition: 0.5s;
}
.vendor-list-content{
 padding: 0 12px 15px 12px;
}
.vendor-see-details{
  color: var(--primary-color)!important;
  font-weight: 600;
  font-size: 14px;
}

@media(max-width: 575px){
  .header-section h4{
    font-size: 19px;
    padding-bottom: 5px;
  }
}

.vendor-img{
  position: relative;
}
.vendor-img img{
  width: 100%!important;
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: 8px;
}
.vendor-detail-content h1{
  font-size: 30px!important;
  margin: 15px 0px;
}
.vendor-detail-about-inner{
  padding-top: 15px;
  border: 1px solid #eee;
  border-radius: 6px;
}
.single-grid-about{
  padding: 20px 10px 20px 60px;
  color: #000;
  /*border-bottom: 1px solid #eee;*/
  font-size: 14px;
  font-weight: 600;
  position: relative;
}
.single-grid-about .icon-i {
  background: #eee;
  font-size: 10px;
  border-radius: 20px;
  height: 22px!important;
  width: 22px!important;
  display: inline-block;
  position: absolute;
  text-align: center;
  line-height: 20px;
  left: 25px;
  z-index: 5;
}
.single-grid-about .icon-i:before {
  content:"";
  height: 1px;
  width: 30px;
  background: #eee!important;
  position: absolute;
  left: -26px;
  z-index: 1;
  top: 11px;
}
.single-grid-about a{
  transition: 0.3s;
}
.single-grid-about a:hover{
  transition: 0.3s;
  color: var(--primary-color)!important;
  opacity: 0.8;
}
.vendor-discount-have{
  padding: 12px 15px 22px 15px;
  border: 1px solid #eee;
  border-radius: 6px;
  /*border-left-width: 2px;
  border-left-color: #0299effc;*/
  margin-bottom: 30px;
}
.vendor-discount-have p{
  font-weight: 500;
  color: #000!important;
  margin-bottom: 8px!important;
}
.btn-claim{
  background: #f3f3f3;
  color: #000;
  padding: 7px 20px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 600;
  border: 1px solid #ddd;
  transition: 0.3s;
}
.btn-claim:hover{
  background: #ddd;
  transition: 0.3s;
}

/*login register page */
/*remove auto fill background */
input:-webkit-autofill,
input:-webkit-autofill:focus {
    transition: background-color 600000s 0s, color 600000s 0s;
}
input[data-autocompleted] {
    background-color: transparent !important;
}
/*remove auto fill background end */
 .login-register-mini{
  padding: 40px;
 }
 .login-register-mini img{
  height: 65px;
  width: 65px;
  border-radius: 6px;
  margin-bottom: 20px;
 }
 .login-register-mini h4{
  margin-bottom: 30px;
 }
 .login-register-mini .form-control{
  border-color: #ddd!important;
  border-width: 2px;
  height: 48px;
  background-color: #f7f7f7;
  border-radius: 8px;
 }
 .login-register-mini .form-control:focus{
  border-color: var(--primary-color)!important;
  box-shadow: 0 0 0 2px var(--primary-soft-color);
  background: #fff!important;
}
.login-register-mini .btn-primary{
  height: 48px;
  border-radius: 8px;
}
.form-mute-link a{
  color: #818181!important;
  font-weight: 600;
  transition: 0.3s;
}
.form-mute-link a:hover{
  color: var(--secondary-color)!important;
  transition: 0.3s;
}
.about-register-login{
  color: #333333!important;
  font-weight: 400;
  transition: 0.3s;
  font-size: 17px;
  margin-top: 25px!important;
  margin-bottom: 0px!important;
}

.btn-login-register{
  background: #f3f3f3;
  color: #000;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  border: 1px solid #ddd;
  transition: 0.3s;
  height: 48px!important;
  border-radius: 8px;
  display: block;
  text-align: center;
  align-items: center;
  padding: 11px;
  margin-top: -3px;
}
.btn-login-register:hover{
  background: #ddd;
  transition: 0.3s;
}
.main-section.login-section{
    margin-top: 80px;
}
@media(max-width: 575px){
 .login-register-mini{
  padding: 0px;
 }
.main-section.login-section{
    margin-top: 110px!important;
}
.about-register-login{
  margin-bottom: 80px!important;
}
}
/*login register page end*/

/*faq css start*/
.faq-section{
  margin-bottom: 80px;
  padding-top: 100px!important;
  padding-bottom: 80px!important;
  background: #FAFAFA;

}
.faq-section h3{
  font-size: 75px;
  font-weight: 500;
  line-height: 97.65px;
  letter-spacing: -0.04em;
  text-align: center;
  text-decoration-skip-ink: none;
}

.accordion-item {
  background: #E9F5FF;
  border-radius: 14px !important;
  border: none!important;
  margin-bottom: 10px;
  margin-top: 10px;
  border-bottom: 1px solid #eee!important;
}
.accordion-header button{
  box-shadow: none!important;
  background: none!important;
  font-size: 24px;
  font-weight: 500!important;
  line-height: 31.25px;
  text-align: left;
  text-decoration-skip-ink: none;
  color: #000000!important;
  padding: 24px 32px 24px 32px;
}

.accordion-button:not(.collapsed) {
  color: var(--primary-color)!important;
}
.accordion-button:not(.collapsed)::after {
    content: '-';
    font-size: 28px;
    background-image: none!important;
    /* transform: rotate(0deg); */
}

/* Custom icon for the accordion */
.accordion-button {
  position: relative;
  padding-right: 50px; /* Add space for the icon */
}

.accordion-button::after {
  display: none; /* Hide default Bootstrap chevron */
}

.custom-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: #C3E4FF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.custom-icon::before {
  content: '+';
  color: #0c63e4;
  font-size: 18px;
  font-weight: bold;
  transition: content 0.3s ease-in-out;
}

.accordion-button:not(.collapsed) .custom-icon::before {
  content: '—';
}

.accordion-button:hover .custom-icon {
  background-color: #a7d8ff;
}


/*faq css end*/

/*testimonial css start*/
.testimonial-section{
  margin-bottom: 80px;
}
.testimonial-single-header img{
  height: 70px!important;
  width: 70px!important;
  border-radius: 8px;
  border: 3px solid #fff;
}
.testimonial-user-inof{
  padding-left: 15px;
}
.testimonial-single-block{
  background: #fbfbfb;
  padding: 25px 20px 30px 25px ;
  border-radius: 8px;
  overflow: hidden;
}
.testimonial-user-inof .user-name{
  font-size: 17px;
  font-weight: 600;
  color: #000;
}
.about-user{
  font-size: 14px;
  font-weight: 500;
}
.textimonial-main-content{
  font-size: 15px;
}
.testimonial-section .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 20px;
}
/*testimonial css end*/

/*how work css*/
.how-work-section{
    background:#f8f9ff;
    padding-top:50px;
    padding-bottom:50px;
}
.works-single{
  margin-top: 10px;
  margin-bottom: 20px;
  /*box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;*/
  border-radius: 8px;
  padding: 26px 16px 0px 16px;
  transition: 0.3s;
  /*background:#fff;
  transition: 0.3s;*/
}
.works-single:hover{
  /*box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;*/
  transform: translateY(-10px);
  transition: 0.3s;
  background: #f3f3f34a;
}
.works-single img{
  /*height: 80px;
  width: 80px!important;*/
  transition: 0.3s;
  height: 100%;
  max-width: 100%;
  max-height: 200px;
}
.works-title{
  font-size: 20px;
  font-weight: 600;
  color: var(--primary-color);
  opacity: 0.9;
  margin-top: 30px!important;
  margin-bottom: 5px;
}
.works-content{
  margin-bottom: 10px;
}

/*how work css end*/
.testimonial-section .owl-theme .owl-dots .owl-dot span{
  background: var(--primary-soft-color);
}
.testimonial-section .owl-theme .owl-dots .owl-dot.active span, .testimonial-section .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--primary-color);
}

/*login page css start*/
/* .login-container {
    padding: 30px;
    background-color: #fff;
    box-shadow: 0 1px 6px rgb(32 33 36 / 28%);
    border-radius: 10px;
} */
.check-box input[type='checkbox'] {
    display: none;
}
.check-box input[type='checkbox'] + label {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    position: relative;
    margin: 0;
    padding-left: 30px !important;
    color: #333;
    display: block;
    cursor: pointer;
}
.check-box input[type='checkbox'] + label {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    position: relative;
    margin: 0;
    padding-left: 30px !important;
    color: #333;
    display: block;
    cursor: pointer;
}
.check-box input[type='checkbox'] + label::before {
    position: absolute;
    top: 1px;
    left: 0;
    display: block;
    width: 18px;
    height: 18px;
    content: '';
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    border: 1px solid #999;
    border-radius: 3px!important;
}
.check-box input[type='checkbox']:checked + label::before {
    font-size: 10px;
    line-height: 17px;
    text-align: center;
    font-family: FontAwesome;
    content: '\f00c';
}

.check-box input[type='checkbox']:checked + label::before {
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    border-radius: 3px!important;
}
.login-container a{
  color: var(--primary-color)!important;
}
.form-control{
  box-shadow: none!important;
  outline: none!important;
}
.form-control:focus{
  border-color: var(--primary-color);
}
/*login page css end*/
/*account left css start*/
.my-account-box{ 
    margin-top: 25px; 
    margin-bottom: 60px; 
}
.my-account-menu{ 
    padding: 15px 0px !important; 
    box-shadow: 0 1px 6px rgb(32 33 36 / 28%);
    border-radius: 5px; 
    background: #fff;
}
.user-intro{ text-align: center; 
    padding: 14px 0px !important;
    /*border-bottom: 1px solid #ddd; */
}
.user-info h6{
  font-size: 18px;
  font-weight: 600;
  color: #000;
  padding-bottom: 0px!important;
  margin-bottom: 0px!important;

}
.user-info p{
  margin: 0px!important;
}
.user-intro img{ 
    height: 64px; 
    width: 64px;
    border-radius: 50%;
    object-fit: cover; 
}
.user-intro h5{ 
    color: #000; 
    margin-top: 10px; 
}
.my-account-menu ul{ text-align: center; 
    padding-left: 0px; 
    margin: 0px 0px; 
    padding-top: 10px; 
    list-style: none; 
}
.my-account-menu ul li{ 
    border-bottom: 1px solid #eee; 
}
.my-account-menu ul li:nth-last-child(1){ 
    border-bottom:none; 
}
.my-account-menu ul li a{ 
    text-decoration:none; 
    display: block; 
    padding: 15px 15px 15px 25px; 
    font-size: 17px; 
    color: #424242; 
    font-weight: 500;
    text-align: left!important;
}
.my-account-menu ul li a.active{
    color: var(--primary-color);
    border-right: 3px solid var(--primary-color);
    border-radius: 3px;
    background: var(--primary-soft-color); 
    color: var(--primary-color)!important;
}
.my-account-menu ul li a:hover{ 
    background: var(--primary-soft-color); 
    color: var(--primary-color)!important;
}

/*account left css end*/

/*my account css start*/
/*my account css start*/

.my-account{ 
    background: #fff; 
    padding: 35px 25px 30px 25px; 
    margin-top: 25px; 
    margin-bottom: 60px; 
    min-height: 495px !important; 
    border-radius: 5px; 
    box-shadow: 0 1px 6px rgb(32 33 36 / 28%);
}
.account-title{ 
    padding-bottom: 12px !important; 
    color: #222; 
    font-weight:600;
    font-size: 22px; 
    margin-bottom: 0px !important; 
    /*margin-top: 15px;*/
}
.semi-title{
    font-size: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0,0,0,.1);
    font-weight: 500;
}

.inner-title{ 
    padding-bottom: 12px !important; 
    font-weight:600; 
    font-size: 17px;
    margin-bottom: 0px !important; 
}
.user-info{
    color: #222;
    font-weight: 400;
}
.sub-account-menu a {
    padding: 0px 10px;
    font-size: 13px;
    color: var(--primary-color);
    font-weight: 600;
    margin-top: 3px;
}
.sub-account-menu a:hover {
    color: #666 !important;
}
.sub-account-menu b{
    margin-top: -2px;
    color: #777;
}
.sub-account-menu a:nth-child(1) {
    /*border-right: 2px solid;*/
    padding-left: 0px;
    padding-right: 10px;
}
.manage-address{
    margin-left: 15px;
}
.my-account table td, .my-account table th {
    font-size: 14px;
    color: #444;
    padding: 8px 7px;
}

.user-address {
    font-size: 14px;
    color: #666;
    margin: 0;
    font-weight: 500;
}
.my-account table tr td{
    font-weight: 400!important;
    border-bottom: transparent!important;
}
/*.my-account table tr:hover td {
    background: #f3f3f3;
}*/
.my-account table tr td b{
    font-size: 15px;
    font-weight: 600!important;
    color: #222;
}

 .order-summary-table table tr td:nth-child(1){
    padding-left: 12px;
 } 
.order-summary-table table td, .order-summary-table table th {
    font-size: 14px;
    color: #444;
    padding: 12px 7px;
}

  /*my account css start*/
.profile-section {
    padding: 0px!important;
    overflow: hidden;
}
.profile-section .profile-header {
    background: url('{{asset("assets/images/myaccountbg.png")}}') no-repeat;
    background-size: cover;
    /*height: 275px;*/
    padding-top: 35px;
    overflow: hidden;
}
.profile-section .main-profile {
    padding: 12px 15px;
    position: relative;
    border-radius: 7px;
}
.main-profile-edit{
    position: absolute;
    top: 11px;
    right: 14px;
}
.main-profile-edit a{
    font-size: 15px;
    font-weight: 600;
    color: #8c8d94!important;
}
.profile-section .user-main-detail {
    margin-left: 15px;
}
.user-name{
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.1px;
}
.user-email span{
    display: inline-block;
    overflow: hidden;
    width: 150px;
    display: inline-block1;
    text-overflow: ellipsis;
    vertical-align: middle;
}
.user-main-detail .main-grid{
    color: #8c8d94!important;
    line-height: 2;
    font-weight: 700!important;
    font-size: 15px;
}
.fw-500{
    font-weight: 400!important;
}
.user-forgot-password{
    color: #000000!important;
    font-size: 14px!important;
    font-weight: 600;
}

@media(max-width: 767px){
    .user-avtar{
        display: none;
    }
    .main-profile-edit{
        top: 132px!important;
        right: 14px!important;
    }

}

.profile-section .main-profile {
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 10%);
}
.accounts-list-section{
    padding: 35px 25px 30px 25px;
    background: #fff!important;
}
.accounts-list-section .address-label{
    font-weight: 600!important;
}
.accounts-list-section .address-label span{
    position: relative;
    top: 3px;
}
.accounts-list-section .add-address-label {
    font-size: 15px;
    font-weight: 600;
    margin-top: 3px;
}
.saved-address-section{
    margin-top: 11px;
}
.saved-add-block{
    border-radius: 2px;
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 10%);
    padding: 20px 15px 30px 20px;
    white-space: normal;
    vertical-align: middle;
    position: relative;
    border-radius: 7px;
    margin-bottom: 20px;
}
.saved-address{
    font-size: 15px;
}
.saved-mobile{
    font-weight: 600;
    color: #000!important;
    margin-top: 4px;
}
.saved-edit-delete{
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #000;
}
.saved-edit-delete a{
    margin-right: 10px;

}
.saved-edit-delete span{
    cursor: pointer;

}
@media(max-width: 767px){
    .accounts-list-section{
    padding: 35px 10px 30px 10px;
    }
}
/*my accont css end*/


@media(min-width: 1200px){
  .input-group.search-gorup{
    width: 100%!important;
  }
  .semi-media-header{
    display: none!important;
  }
}

@media(max-width: 1199px){
  .semi-media-header{
    display: block!important;
  }
  .media-header{
    display: none!important;
  }
}
    .main-profile-link{
        color: #000!important;
    }
   .main-profile{
    cursor: pointer;
    height: 100%;
   } 
   .icon-bx img{
    height: 50px;
    width: 50px!important;
  }
   .icon-bx img{
    height: 45px;
    width: 45px!important;
   }
   .main-profile .go-icon{
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    transition: .3s;
    color: var(--primary-color)!important;
   }
   .main-profile .label-area{
    margin-left: 15px;
   }

   .main-profile .label-area h4, .main-profile .label-area p {
    color: #666;
   }

   .main-profile:hover .go-icon {
    opacity: 1;
    visibility: visible;
    -webkit-transition: .3s;
    transition: .3s;
   } 
   .address-label i{
    font-size: 20px;
    position: relative;
    top: 3px;
    color: #333;
   } 
   @media(min-width: 1200px){
   .main-profile .label-area{
    padding-right: 15px;
   }
   }

/*my account css end*/

.get-verify-otp-btn{
  font-weight: 300!important;
  font-size: 15px;
  padding: 7px!important;
  color: #fff!important;
}
a.get-verify-otp-btn{
  color: #fff!important;
}
a.register-continue-btn{
  color: #fff!important;
}
.next-focus input{
  width: 40px!important;
}

/*about us css start*/
.page-about-us{
  margin-top: 30px;
}
.about-top-title{
  margin-bottom: 8px;
}
.about-top-title h1{
  font-weight: 700;
  color: var(--secondary-color);
}
.about-top-content p{
  text-align: justify;
  color: #666;
  line-height: 26px;
}
.about-us-counter{
  margin-top: 60px;
}
.single-counter{
  padding: 30px 20px;
  border-radius: 8px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  text-align: center;
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  margin-top: 15px;
  margin-bottom: 15px;
}
.total-count{
  color: var(--primary-color);
  font-weight: 700;
}
.single-counter p{
  margin-bottom: 0px;
  font-size: 21px;
  color: #222;
  font-weight: 500;
}
.single-counter:hover{
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  transition: 0.3s;
}

.single-counter i{
  font-size: 50px;
  position: absolute;
  top: -70px;
  right: 20px;
  transition: 0.4s;
  opacity: 0.3;
  top: 0px;
  transition: 0.4s;
  opacity: 0.1;
  scale: 1.1;
}
.single-counter:hover i{
  top: 0px;
  transition: 0.4s;
  opacity: 0.1;
  scale: 1.3;
}
.our-mission-section{
  margin-top: 120px;
}
.our-mission-section h2{
  color: var(--secondary-color);
  font-weight: 700;
}
.mission-image img{
  border-radius: 100px;
}

.mob-mission-title{
  display: none;
}

@media(max-width: 575px){
  .about-top-title h1{
    font-size: 22px!important;
    padding: 0 20px;
    text-align: center!important;
  color: var(--secondary-color);
  }
  .page-about-us {
    margin-top: 10px;
}
  .page-about-us p{
    font-size: 15px;
}
.single-counter{
  margin-top: 10px;
  margin-bottom: 10px;
}
.our-mission-section {
    margin-top: 48px;
}
.mission-image img {
    border-radius: 22px;
    margin-bottom: 15px;
}
.main-mission-title{
  display: none;
}
.mob-mission-title{
  text-align: center;
  display: block;
  margin-bottom: 20px;
}
.our-mission-section h2 {
  text-align: center;
}
.page-about-us{
  padding-bottom: 50px!important;
}
  .banner-text {
    /*padding: 141px 0 66px 0!important;*/
    text-align: center;
}
  .banner-text h1{
    font-size: 26px!important;
    font-weight: 700!important;
}
.home-sections {
    margin-top: 50px;
}

}
/*about us css end*/

/*history grid css*/
.single-history-section{
  margin-top: 18px;
  margin-bottom: 25px!important;
}
.history-grid{
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 500;
}
.history-top{
  background: var(--primary-color);
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
.history-top span{
  color: #fff!important;
}
.history-col1 {
  width: 45%!important;
  padding-right: 20px;
}
.history-col2 {
  width: 27%!important;
  padding-right: 20px;
  text-align: right;
}
.history-col3 {
  width: 28%!important;
  text-align: right;
}
.vendor-shop{
  font-weight: 700;
  color: #333;
  font-size: 16px;
}
.vendor-owner{
  font-size: 13px;
}
.history-middle{
  background: #faf8ff;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px
}
.claim-footer{
  background: #faf8ff;
  font-size: 12px;
  padding: 0px 15px 10px 15px;
  font-weight: 500;
}
.claim-footer a:hover{
  color: var(--primary-color)!important;
  transition: 0.3s;
}
/*.claim-single-section .history-middle{
  padding-bottom: 0px;
}*/
@media(max-width: 575px){
  .history-grid{
     font-size: 13px;
  }
  .vendor-shop{
     font-size: 14px;
  }
}

.material-account-title{
  background: var(--primary-soft-color); 
  color: #333;
  padding: 15px 24px;
  font-size: 20px;
  font-weight: 700;
}
.inner-material-account-title{
  background: var(--primary-soft-color); 
  color: #333;
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 0px!important;
  margin-bottom: 0px!important;
}
.make-withdrawal-request{
  font-size: 14px!important;
  font-weight: 400!important;
  background: #fff;
  padding: 3px 12px;
  border-radius: 30px;
  border: 1px solid #d0bfe4;
  transition: 0.3s;
}
.make-withdrawal-request:hover{
  background: var(--primary-color);
  border-color: var(--primary-color);
  transition: 0.3s;
  color: #fff!important;
}
.accounts-top-pad{
  padding-top: 5px!important;
}
.action-claim{
  margin-top: 5px;
}
.action-claim .btn-danger{
  padding: 0px 6px 0px 6px;
  font-size: 11px;
  border-radius: 4px;
  margin-bottom: 4px;
  color: #fff!important;
  background: #f50a20;
  transition: 0.3s;
  cursor: inherit!important;
}
.action-claim .btn-danger:hover{
  background: #f50a20!important;
  color: #fff!important;
  opacity: 0.8;
  transition: 0.3s;
}
.action-claim .btn-danger.process{
  background: #f57b0a;
  border-color: #f57b0a;
}
.action-claim .btn-danger.process:hover{
  background: #f57b0a!important;
  border-color: #f57b0a!important;
}
.action-claim .btn-danger.approved{
  background: #14a44d!important;
  border-color: #14a44d!important;
}
.action-claim .btn-danger.approved:hover{
  background: #14a44d!important;
  border-color: #14a44d!important;
}
.status-claim span{
  padding: 5px 10px 5px 10px;
  font-size: 12px;
  border-radius: 4px;
  margin-bottom: 10px;
  color: #fff!important;
  cursor: inherit!important;
  transition: 0.3s;
  background: #f50a20;
}
.status-claim.process-status span{
  background: #f57b0a;
}
.status-label{
  font-size: 11px;
  padding: 0px 6px;
  border-radius: 2px;
  background: #fff;
  color: #f50a20!important;
  display: inline-block;
  margin-bottom: 0px!important;
}
.status-label.processing{
  color: #f57b0a!important;
}

/*history grid css end*/

/*make claim start*/
.claim-form input, .claim-form select{
  border-radius: 0px!important;
}
.table-label{
  font-size: 16px!important;
  color:#000!important;
}
.make-claim-table td input{
  background: #fff;
  border-radius: 0px!important;
  border-color: #ddd;
}
.make-claim-table td .input-group-text {
  background: #f3f3f3;
  border-radius: 0px!important;
  border-color: #ddd;
}
.make-claim-table td input[readonly] {
    background-color: #f6f6f6;
}

@media(min-width: 768px){
  .make-claim-table td{
    width: 20%;
  }
}

@media(max-width: 768px){
  /* .navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: start;
    z-index: 999999;
    background: #0C0C0D!important;
    border-radius: 10px;
    padding: 20px 20px;
    text-align: start;
  } */
  .navbar-collapse {
    position: fixed;
    top: 70px;
    left: 0;
    border-top: 1px solid #D9D9D9;
    border-top-right-radius: 0px!important;
    border-top-left-radius: 0px!important;
    width: 100vw; /* Full screen width */
    background-color: #0C0C0D; /* or any background you choose */
    z-index: 9999;
    padding: 2rem 1.5rem;
    overflow-y: auto;
    transition: all 0.3s ease;
  }
  
  .navbar-collapse.collapsing,
  .navbar-collapse.collapse:not(.show) {
    display: none !important;
  }
  .login-container {
    padding: 20px 20px!important;
  }
  .or-line{
    margin-top: 0px!important;
    margin-bottom: 0px!important;
  }
  .google-auth-btn a {
    padding: 12px 2px;
  }
  .page-login1 {
    z-index: -1;
  }
  header .navbar {
      background-color: #1B1B1B;
      backdrop-filter: none!important;
  }
  .signup-btn-header {
    margin-bottom: 11px;
  }
  .navbar-light .navbar-toggler {
    border-color: var(--primary-color) !important;
  }
  .navbar-toggler i::before{
    color: var(--primary-color) !important;
  }
  .nav-item.ps-4{
    padding-left: 0px!important;
  }
  .header-register {
    font-size: 12px;
    border-radius: 4px;
    margin-top: 5px;
  }
  .navbar-nav .nav-item{
    margin-left: 0px!important;
  }
  .mob-nav{
    align-items: start !important;
  }
  .make-claim-table td{
    width: 12%!important;
  }
  .make-claim-table td:nth-last-child(1){
    width: 52%!important;
  }
  .make-claim-terms{
    margin-top: 20px;
  }
}
.confirm-title{
  font-size: 17px;
  font-weight: 600!important;
  color: var(--primary-dark);
  margin-bottom: 5px;
}
.confirm-section{
  margin-top: 10px;
  border-radius: 8px;
  background: var(--primary-soft-color);
  padding: 10px 15px 15px 15px!important;
}
.sigle-confirm-item{
  font-size: 15px;
  color: #000;
  margin-bottom: 5px;
}
.btn-success{
  background: #14a44d!important;
  border-color: #14a44d!important;
}
.btn-danger{
  background: #dc4c64!important;
  border-color: #dc4c64!important;
}
.purchase-btn-group .btn{
  padding:5px 20px!important;
  margin-right: 10px;
  margin-top: 10px;
  border-radius: 5px;
  font-size: 15px;
}
.make-claim-terms a{
  color: #000!important;
  font-weight: 600;
  font-size: 15px;
  transition: 0.3s;
}
.make-claim-terms a:hover{
  color: var(--primary-dark)!important;
  transition: 0.3s;
}

.footer-single-grid{
  background: #faf8ff;
  padding: 8px 15px;
  width: 100%;
}
.footer-single-grid .first-footer-col{
  width: 80%;
  text-align: right;
  font-weight: 500;
  color: #222;
}
.footer-single-grid .second-footer-col{
  width: 20%;
  text-align: right;
  font-weight: 500;
  color: #222;
}
.claim-detail-item-footer{
  border-top: 1px solid #eee;
  padding-top: 5px;
  padding-bottom: 12px;
  background: #faf8ff;
}
.claim-detail-status{
  font-size: 15px;
  color: #222;
}
.claim-detail-status .claim-detail-status-label{
  font-weight: 600;
  color: #f50a20;
}

.purchase-reject-approve-btn-group .btn{
  padding:5px 20px!important;
  margin-right: 10px;
  margin-top: 10px;
  border-radius: 5px;
  font-size: 15px;
  margin-bottom: 10px;
}

.label-area h5 {
    font-size:16px;
}
.label-area h4 {
    font-size:16px;
    color:#000;
    font-weight:bold;
}
.single-grid-list{
   /*border: 1px solid #ddd;*/
   padding: 14px  0px;
   border-radius: 8px;
   margin-top: 6px;
}
.single-grid-list h5{
   font-size: 18px;
   font-weight: 600;
   color: var(--primary-dark);
}
.single-detail-grid{
   font-size: 15px;
   margin-bottom: 3px;
   color: #222!important;
}
.purchase-status-moda h6{
  color: #222;
}
.purchase-status-modal label{
  color: #000;
  font-weight: 600;
}
.purchase-status-modal textarea{
  border-radius: 6px;
  border-width: 2px;
}
.purchase-status-btn{
  width: 120px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.claim-detail-remark-label{
  font-weight: 600;
  color: #222;
}
.status-approved{
  color: #14a44d!important;
}
.withdraw-inner{
  background: var(--primary-soft-color);
  padding: 15px;
  border-radius: 6px;
}
.withdraw-inner label{
  padding-left: 2px;
  font-weight: 500;
  color: #222;
}
.withdraw-inner input{
  font-size: 14px!important;
  border-radius: 6px;
  height: 42px;
}
.membership-duration{
  font-size: 16px!important;
}
.membership-amount{
  color: var(--primary-color);
  font-weight: 700;
  margin-top: 14px!important;
  margin-bottom: 20px!important;
  font-size: 22px!important;
}
.label-area-description p{
  margin: 0px;
  margin-bottom: 12px;
  font-size: 15px;
  color: #000;
}
.btn-memebership-purchase{
  margin-bottom: 20px;
  margin-top: 12px;
  border-radius: 30px;
  font-size: 15px!important;
  padding: 10px 29px;
  background: var(--primary-color);
  border-color: var(--primary-color);
}
@media(max-width: 575px){
  .main-section {
    margin-top: 75px;
  }
  .my-account{
    margin-top: 0px;
  }
  .my-account-box {
    margin-bottom: 38px;
  }
  .main-section .py-5{
    padding-top: 0px!important;
  }
  .testimonial-grid .col-md-5 .img-fluid1{
    display: none;
  }
  .testimonial-section p.text-center{
    margin-bottom: 0px!important;
    padding-bottom: 0px!important;
  }
  .ft-list.ft-about{
    margin-top: 20px;
  } 
  .footer {
    padding-top: 50px;
}
}

/*vendor user css*/
.single-user-box{
  border-radius: 12px;
  padding: 15px;
  font-size: 15px;
  position: relative;
  margin-top: 25px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  transition: 0.3s;
}
.single-user-box:hover{
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  transition: 0.3s;
}
.user-box-single-grid{
  margin-bottom: 5px;
}
.user-box-single-grid span{
  margin-bottom: 4px;
  color: #000;
  font-weight: 500!important;
}
.user-edit-tool{
  position: absolute;
  right: 10px;
  top: 10px;
}
.user-edit-tool .dropdown-toggle::after{
  display: none!important;
}
.user-edit-tool .dropdown-menu{
  font-size: 14px!important;
}
.user-edit-tool .dropdown-menu li a{
  transition: 0.3s;
}
.user-edit-tool .dropdown-menu li a:hover{
  background: var(--primary-soft-color)!important;
  transition: 0.3s;
  color: var(--primary-color)!important;
}
.user-modals .btn-success{
  padding: 8px 20px!important;
  width: 100%;
  border-radius: 9px;
  margin-bottom: 10px;
}
.user-modals .form-control{
  border-radius: 7px;
  font-size: 14px!important;
  height: 40px;
  transition: 0.3s;
}
.user-modals .form-control:focus{
  /*outline: 1px solid var(--primary-color)!important;*/
  transition: 0.3s;
}
.user-modals label{
  font-size: 15px;
  color: #000;
  font-weight: 500;
}
.btn-close{
  box-shadow: none!important;
}
.add-user-btn{
  font-size: 14px!important;
  font-weight: 500!important;
  background: #fff;
  padding: 3px 12px;
  border-radius: 30px;
  border: 2px solid #d0bfe4;
  transition: 0.3s;
}
.add-user-btn .bi-plus{
  font-weight: 700!important;
}
.add-user-btn:hover{
  background: var(--primary-color);
  border-color: var(--primary-color);
  transition: 0.3s;
  color: #fff!important;
}
/*vendor user css end*/

/*debit - credit card css */
.e-card {
   width: 450px;
   height: 280px;
   perspective: 1000px;
   color: #fff!important;
}

.e-card-inner {
   width: 100%;
   height: 100%;
   position: relative;
   transition: transform 1s;
   transform-style: preserve-3d;
}

.front {
   width: 100%;
   height: 100%;
   background-image: linear-gradient(45deg, #0045c7, #ff2c7d);
   position: absolute;
   top: 0;
   left: 0;
   padding: 20px 30px;
   border-radius: 15px;
   overflow: hidden;
   z-index: 1;
   backface-visibility: hidden;
}
.map-img {
   width: 100%;
   position: absolute;
   top: 0;
   left: 0;
   opacity: 0.3;
   z-index: -1;
}

.e-card-no {
   font-size: 25px;
   margin-top: 60px;
}

.e-card-holder {
   font-size: 12px;
   margin-top: 10px;
}

.card-name {
   font-size: 17px;
   margin-top: 0px;
   margin-top: -10px;
}

.card-flex-row {
 display: flex;
 align-items: center;
 justify-content: space-between;
 color: #fff!important;
}

@media(max-width: 575px){
   .e-card {
      width: 300px;
      height: 200px;
   }
   .card-image img{
      width: 40px!important;
   }
   .e-card-no {
       font-size: 17px;
       margin-top: 40px;
   }
   .e-card-no p{
      margin-bottom: 0px;
   }
   .card-name {
    font-size: 15px;
    margin-top: -14px;
   }
}

/*debit - credit card css end*/

.suburb-area{
  position: relative;
}
.suburb-count{
  display: inline-block;
  position: absolute;
  right: 16px;
  bottom: 3px;
  height: 20px;
  width: 62px;
  font-size: 12px;
  background: #f3f3f3;
  text-align: center;
  border-radius: 4px;
  line-height: 20px;
}

.no-list-items{
  margin-top: 50px;
}
.no-list-items h5{
  margin-top: 12px;
  padding-bottom: 0px;
  margin-bottom: 4px;
}
.no-list-items img{
  max-height: 120px;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  transition: 0.4s;
}
.accounts-list-section:hover img{
  filter: grayscale(30%);
  -webkit-filter: grayscale(30%);
  transition: 0.4s;
}

/*po customization*/
.what-is-content p{
  color: #000!important;
  line-height: 29px;
}
.join-scroll.btn-join.btn-secondary-outline{
  border-radius: 7px!important;
  padding-top: 15px!important;
  padding-bottom: 15px!important;
  color: var(--primary-color)!important;
  font-weight: 600;
  font-size: 18px;
}
.join-scroll.btn-join.btn-secondary-outline:hover{
  color: #fff!important;
}
.reward-section{
   background: linear-gradient(90deg, #4f13b5 0%, #6418c3 35%, #7b1cd3 100%);
   padding-top: 50px;
   padding-bottom: 50px;
}
.reward-section .home-section-title{
  color: #fff!important;
}
.home-secion-subtitle{
  color: #fff!important;
  font-size: 18px;
}
.reward-method-listing .single-reward{
  background: #fff!important;
  padding: 20px;
}
.reward-method-listing img{
  height: 60px;
}
.reward-method-listing .row .ss-grid:nth-child(1) .single-reward{
  border-top-left-radius: 12px!important;
  border-bottom-left-radius: 12px!important;
}
.reward-method-listing .row .ss-grid:nth-last-child(1) .single-reward{
  border-top-right-radius: 12px!important;
  border-bottom-right-radius: 12px!important;
}
.view-mob{
  display: none;
}

@media(max-width: 768px){
  .home-section-title {
    font-size: 28px;
    margin-bottom: 8px!important;
    margin-top: 40px!important;
}
.works-single img {
    max-width: 62%;
    max-height: 150px;
}
.works-title {
    font-size: 17px;
    font-weight: 600;
    margin-top: 16px!important;
}
.works-single {
    margin-top: 0px;
    margin-bottom: 0px;
}
.home-main-banner-bottom:after {
    left: -31px;
    top: -121px;
}
.home-main-banner-bottom{
  display: none!important;
}
.join-scroll.btn-join.btn-secondary-outline {
    padding-top: 9px!important;
    padding-bottom: 9px!important;
}
.home-section-title {
    margin-top: 0px!important;
}
.what-is-section .home-section-title {
    font-size: 25px;
    margin-bottom: 26px!important;
    margin-top: 40px!important;
}
.home-secion-subtitle {
    font-size: 15px;
}
.reward-section {
    padding-top: 34px;
    padding-bottom: 49px;
}
.single-reward{
  border-radius: 12px!important;
  margin-bottom: 12px!important;
}
.testimonial-grid .mt-3.pt-5{
  padding-top: 12px!important;
}
.testimonial-section .home-section-title {
    font-size: 25px;
    margin-bottom: 16px!important;
}
.view-desk{
  display: none;
}
.view-mob{
  display: block;
}
}


/*  TrustBox script  ---------------------------------*/
.mobrog-v1-trustpilot-main-container {
    border: 1px solid rgb(234, 242, 250);
    box-shadow: 3px 2px 30px 4px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    background-color: #fcfdfd;
    padding: 2em;
    height: 210px;
    margin: 1em 2.5em 0 2.5em;
    display: flex;
    align-content: center;
}

.mobrog-v1-trustpilot-main {
    min-height: 150px;
    min-width: 300px;
    margin: 0 auto;
    position: relative;
}

.mobrog-v1-trustpilot-mainInfo-container {
    float: left;
    width: 20em;
    text-align: center;
}

.mobrog-v1-trustpilot-mainInfo-container h1 {
    font-size: 24px;
    margin: 0 0 12px;
    font-weight: 400;
    color: #191919;
    text-decoration: none;
}

.trustpilot-5star-image {
    width: 75%;
}

.mobrog-v1-trustpilot-mainInfo-container p {
    color: #191919;
    text-decoration: none;
    font-weight: 300;
    font-size: 14px;
    padding-top: 0.5em;
}

.trustpilot-5star-image-logo {
    width: 50%;
    padding-top: 0.5em;
}

.mobrog-v1-trustpilot-main {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobrog-v1-trustpilot-main i {
    font-size: 28px;
    padding-left: 1em;
    padding-right: 0.5em;
    color: rgb(187, 187, 187);
    cursor: pointer;
}

.mobrog-v1-trustpilot-sub-container {
    display: inline-block;
    height: 110px;
    margin: 0 15px 10px 0;
    padding: 0 0 0 20px;
    position: relative;
    vertical-align: top;
    white-space: normal;
    width: 231.25px;
}

.mobrog-v1-trustpilot-sub-container img {
    width: 55%;
    margin-bottom: 0.5em;
}

.mobrog-v1-trustpilot-sub-container h2 {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 0.5em;
    width: 100%;
}

.mobrog-v1-trustpilot-sub-container p {
    font-size: 13px;
    line-height: 16px;
    margin: 0 0 8px;
    max-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    font-weight: 400;
}

.mobrog-v1-trustpilot-sub-container {
    width: 234.25px;
    margin: 1em;
}

.mobrog-v1-trustpilot-sub-containers {
    user-select: none;
    transition-timing-function: ease;
    transform: translateX(0px);
    transition-duration: 0s;
    height: 11em;
    overflow-x: hidden;
    white-space: nowrap;
}

@media (max-width: 1500px) {
    .mobrog-v1-trustpilot-sub-containers {
        width: 52em;
    }
}

@media (max-width: 1392px) {
    .mobrog-v1-trustpilot-sub-containers {
        width: 36em;
    }
}

@media (max-width: 1104px) {
    .mobrog-v1-trustpilot-sub-containers {
        width: 17em;
    }
}

@media (max-width: 854px) {

    #slideLeft,
    #slideRight,
    .mobrog-v1-trustpilot-sub-containers {
        display: none;
    }

    .mobrog-v1-trustpilot-sub-containers {
        margin-left: 0;
    }

    .mobrog-v1-trustpilot-main-container {
        padding: 1em;
        margin: 1em;
    }

    .mobrog-v1-trustpilot-mainInfo-container {
        width: 16em;
    }
}

/*again customization*/
.btn-hero-sign-in{
  border-radius: 50px;
  border-color: transparent!important;
  transition: 0.2s!important;
}
.btn-hero-sign-in:hover{
  background: #fff!important;
  box-shadow: 0px 10px 20px 0px rgba(64,236,217,0.5)!important;
  color: var(--primary-color)!important;
  transition: 0.2s!important;
}
.btn-join.btn-secondary-outline{
  border-color: transparent;
}
.btn-join.btn-secondary-outline:hover{
  background: #fff!important;
  color: var(--primary-color)!important;
}
.form-wrap{
  background: #ffffff38!important;
  border-radius: 15px;
  padding: 26px 35px 35px 35px;
}
.form-wrap .signup-title{
  font-weight: 900;
  color: #fff;
  letter-spacing: 0.5px;
  font-size: 27px!important;
  margin-bottom: 20px;
}
.form-wrap input{
  height: 45px;
  border-width: 2px;
  border-radius: 10px;
}
.sign-up-terms-label{
  color: #fff;
  font-size: 14px;
}
.social-btn-wrapper{
  background: #fff;
  border-radius: 10px;
  margin-top: 20px;
}
.social-btn-wrapper img{
  float: left;
  height: 20px;
  padding-top: 3px;
}
.hero-total-payment-section h5{
  font-size: 22px;
  font-weight: 600;
  color: #fff;
}
.hero-payment-sent-count{
  font-size: 50px;
  font-weight: 900;
  color: #1CEBBC  ;
}
.hero-payment-sent-count span{
  color: #1CEBBC  ;
}
.hero-total-payment-section p{
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  margin-top: 20px;
}
.p-image-group span{
  margin-right: 20px;
}
.p-image-group img{
  height: 32px;
  margin-top: 20px;
}

/*feed css start*/
.single-live-feed-wrapper{
  border-radius: 8px;
  padding: 20px 12px 30px 12px;
  text-align: center;
  color: #fff!important;
  border-radius: 9px;
  /*background: linear-gradient(45deg,#3F51B5,#05867a);*/
  position: relative;
  overflow: hidden;
   background: linear-gradient(90deg, #ffad3c 0%, #560076 61.3%) !important;
   margin-bottom: 25px;

}
.feed-survey{
  font-size: 22px;
  font-weight: 800;
  color: #fff;
  line-height: 27px;
}
.feed-username{
  font-size: 15px;
  font-weight: 400;
  color: #fff;
}
.feed-points{
  font-weight: 500;
  color: #fff;
}
.feed-point-earn-time{
  padding: 3px 15px!important;
  font-size: 14px;
  border-radius: 50px!important;
  color:#fff!important;
  cursor: inherit!important;
  background: linear-gradient(90deg, #64ECF5 0%, #1CEBBC 100%)!important;
}
.feed-bottom-bg img{  
    position: absolute;
    top: 1px;
    left: -23px;
    height: 205px!important;;
  }
  .live-feed-section{
    padding: 40px 0 80px 0;
    position: relative;
    z-index: 1;
    background-color: var(--primary-color);
    overflow: hidden;
  }
  .live-feed-section .home-section-title{
    color: #fff;
  }
.feed-outer-bottom-bg img{  
    position: absolute;
    top: 1px;
    left: -23px;
    height: 100%!important;;
  }

/*feed css end*/

/* Blog Sidebar */
.main-sidebar {
    background: #fff;
    margin-top: 30px;
    padding: 40px;
    background: transparent;
    border: 1px solid #eeeeeec2;
}
.main-sidebar .single-widget{
    margin-bottom:50px;
}
.main-sidebar .single-widget .title {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 30px;
    display: block;
    background: #f6f6f6;
    padding: 6px;
    padding-left: 12px;
    border-left: 4px solid var(--primary-color);
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.main-sidebar .single-widget:last-child{
    margin:0;
}
.main-sidebar .search{
    position:relative;
}
.main-sidebar .search input {
    width: 100%;
    height: 45px;
    box-shadow: none;
    text-shadow: none;
    font-size: 14px;
    border: none;
    color: #222;
    background: transparent;
    padding: 0 70px 0 20px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 0;
    border: 1px solid #eee;
}
.main-sidebar .search .button {
    position: absolute;
    right: 0;
    top: 0;
    height: 44px;
    width: 50px;
    line-height: 45px;
    box-shadow: none;
    text-shadow: none;
    text-align: center;
    border: none;
    font-size: 14px;
    color: #fff;
    background: #333;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.main-sidebar .search .button:hover {
    background:var(--primary-color);
    color:#fff;
}
/* Category List */
.main-sidebar .categor-list {
    margin-top: 15px;
}

.main-sidebar .categor-list li {
    margin-bottom: 10px;
}
.main-sidebar .categor-list li:last-child{
    margin-bottom:0px;
}
.main-sidebar .categor-list li a {
    display: inline-block;
    color: #333;
    font-size:14px;
}
.main-sidebar .categor-list li a:hover{
    color:var(--primary-color);
    padding-left:7px;
}
.main-sidebar .categor-list li a i {
    display: inline-block;
    margin-right:0px;
    font-size: 9px;
    transform: translateY(-1px);
    opacity:0;
    visibility:hidden;
    -webkit-transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    transition:all 0.4s ease;
}
.main-sidebar .categor-list li a:hover i{
    margin-right: 6px;
    opacity:1;
    visibility:visible;
}
/* Recent Post */
.main-sidebar .single-post {
    position: relative;
    border-bottom: 1px solid #ddd;
    display: inline-block;
    padding: 17px 0;
}
.main-sidebar .single-post:last-child{
    padding-bottom:0px;
    border:none;
}
.main-sidebar .single-post .image img{
    float: left;
    width: 80px;
    height: 80px;
    margin-right: 20px;
}
.main-sidebar .single-post .content{
    padding-left:100px;
}
.main-sidebar .single-post .content .comment{
    padding-left:0px;
}
.main-sidebar .single-post .content h5 {
    line-height: 18px;
}
.main-sidebar .single-post .content h5 a {
    color: #2C2D3F;
    font-weight: 500;
    font-size: 14px;
    font-weight: 500;
    margin-top: 10px;
    display: block;
    margin-bottom: 10px;
    margin-top: 0;
}
.main-sidebar .single-post .content h5 a:hover{
    color:var(--primary-color);
}
.main-sidebar .single-post .content .comment li{
    color:#888;
    display:inline-block;
    margin-right:15px;
    font-weight:400;
    font-size:14px;
}
.main-sidebar .single-post .content .comment li:last-child{
    margin-right:0;
}
.main-sidebar .single-post .content .comment li i{
    display:inline-block;
    margin-right:5px;
}
/* Blog Tags */
.main-sidebar .side-tags .tag{
    margin-top:40px;
}
.main-sidebar .side-tags .tag li {
    display: inline-block;
    margin-right: 7px;
    margin-bottom: 20px;
}
.main-sidebar .side-tags .tag li a {
    background: #fff;
    color: #333;
    padding: 8px 14px;
    text-transform: capitalize;
    border-radius: 0;
    font-size: 13px;
    background: #F6F7FB;
}
.main-sidebar .side-tags .tag a:hover{
    color:#fff;
    background:var(--primary-color);
    border-color:transparent;
}
/* Blog Newslatter CSS */

.main-sidebar .newsletter .letter-inner {
    position:relative;
    padding: 35px 30px;
    box-shadow: 0 1px 6px 0 rgb(32 33 36 / 28%);
    z-index:2;
    overflow:hidden;
    border-radius: 5px;
}
.main-sidebar .newsletter .letter-inner h4 {
    text-transform: capitalize;
    margin-bottom: 25px;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
}
.main-sidebar .newsletter .letter-inner p{
    margin-bottom: 20px;
}
.main-sidebar .newsletter .letter-inner .form-inner{
    position:relative;
}
.main-sidebar .newsletter .letter-inner input {
    width: 100%;
    height: 45px;
    background: #fff;
    border: none;
    border: 1px solid #ddd;
    padding: 0px 60px 0px 20px;
    box-shadow: none;
    text-shadow: none;
    border-radius: 0;
}
.main-sidebar .newsletter .letter-inner .form-inner a {
    height: 42px;
    width: 100%;
    background: var(--primary-color);
    color: #fff;
    font-size: 14px;
    display: block;
    text-align: center;
    line-height: 42px;
    margin-top: 10px;
    text-transform: uppercase;
    font-weight: 500;
}
.main-sidebar .newsletter .letter-inner .form-inner a:hover{
    background:#333;
    color:#fff;
}
/* Blog Single CSS */
.blog-single{
    background:#fff;
    padding:16px 0 30px;
}
.blog-single .blog-single-main {
    margin-top: 30px;
    background: #fff;
}
.blog-single .blog-detail {
    background: #fff;
}
.blog-single .image{
    position:relative;
}
.blog-single .image img{
    width:100%;
    height:100%;
}
.blog-single .blog-title {
    font-size: 24px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 40px 0 15px 0;
}
.blog-single .blog-meta {
    margin-bottom: 0;
    overflow: hidden;
    border-bottom: 1px solid #dddddd6e;
    padding-bottom: 20px;
    margin-bottom: 25px;
}
.blog-single .blog-meta .author i {
    color: var(--primary-color);
    margin-right: 10px;
    font-size: 13px;
}
.blog-single .blog-meta .author a {
    font-size: 13px;
    border-right:1px solid #ddd;
    padding:0px 15px;
}
.blog-single .blog-meta .author  a:first-child{
    padding-left:0;
}
.blog-single .blog-meta .author  a:last-child{
    padding-right:0;
    border:none;
}
.blog-single .blog-meta span {
    display: inline-block;
    font-size: 14px;
    color: #666;
}
.blog-single .blog-meta span a i {
    margin-right: 10px;
    color: var(--primary-color);
}
.blog-single .blog-meta span a:hover{
    color:var(--primary-color);
}
.blog-single .content p {
    margin-bottom: 25px;
    line-height: 26px;
}
.blog-single .content p:last-child{
    margin:0;
}
.blog-single blockquote {
    position: relative;
    font-size: 13px;
    font-weight: 400;
    padding-left: 20px;
    padding: 10px 20px;
    background: #F6F6F6;
    padding: 30px 40px 30px 70px;
    color: #555;
    border: none;
    margin-bottom: 25px;
    border-left: 3px solid var(--primary-color);
}
.blog-single blockquote i {
    font-size: 30px;
    color: var(--primary-color);
    position: absolute;
    left: 20px;
    top: 20px;
}
.blog-single .content .img-post{
    margin-bottom: 25px;
}
.blog-single .share-social .content-tags {
    position: relative;
    margin-top: 25px;
}
.blog-single .share-social .content-tags h4 {
    position: absolute;
    left: 0;
    top: 7px;
    font-size: 15px;
    font-weight: 500;
}
.blog-single .share-social .content-tags .tag-inner{
    padding-left:60px;
}
.blog-single .share-social .content-tags .tag-inner li {
    display: inline-block;
    margin-right: 7px;
    margin-bottom: 10px;
    margin-top: 4px;
}
.blog-single .share-social .content-tags .tag-inner li:last-child{
    margin-right: 0px;
    margin-bottom: 0px;
}
.blog-single .share-social .content-tags .tag-inner li a {
    border-radius: 30px;
    padding: 5px 15px;
    background:#f4f7fc;
    font-size: 13px;
}
.blog-single .share-social .content-tags .tag-inner li a:hover{
    color:#fff;
    background:var(--primary-color);
}
/* Comments */
.blog-single .comments{
    margin-top:40px;
}
.blog-single .comments .comment-title {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 30px;
    display: block;
    background: #fff;
    padding-left: 12px;
}
.blog-single .comments .comment-title:before{
    position: absolute;
    content: "";
    left: 0;
    bottom: -1px;
    height: 100%;
    width: 3px;
    background:var(--primary-color);
}
.blog-single .comments .single-comment {
    position: relative;
    margin-bottom: 40px;
    border-radius: 5px;
    padding-left: 95px;
}
.blog-single .comments .single-comment.left{
    margin-left:110px;
}
.blog-single .comments .single-comment img {
    height: 70px;
    width: 70px;
    border-radius: 100%;
    position: absolute;
    left: 0;
}

.blog-single .single-comment .content h4 {
    color: #333;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    display: inline-block;
    margin-bottom: 18px;
    text-transform: capitalize;
}
.blog-single .single-comment .content h4 span {
    display: inline-block;
    font-size: 13px;
    color: #8D8D8D;
    margin: 0;
    font-weight: 400;
    text-transform: capitalize;
    display: block;
    margin-top: 5px;
}
.blog-single .single-comment .content p {
    color: #666;
    font-weight: 400;
    display: block;
    margin: 0;
    margin-bottom: 20px;
    line-height: 22px;
}
.blog-single .single-comment .content .btn {
    display: inline-block;
    color: #666;
    font-weight: 400;
    color: #6a6a6a;
    border-radius: 4px;
    text-transform: capitalize;
    font-size: 14px;
    background: transparent;
    padding: 0;
}
.blog-single .single-comment .content a i{
    display:inline-block;
    margin-right:5px;
}
.blog-single .single-comment .content a:hover{
    color:var(--primary-color);
}
/* Comment Form */
.blog-single .reply form {
    padding: 40px;
    border: 1px solid #eee;
}
.blog-single .reply .reply-title {
    position: relative;
    font-size: 19px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 30px;
    display: block;
    background: #fff;
}
.blog-single .reply .reply-title:before{
    position: absolute;
    content: "";
    left: 0;
    bottom: -8px;
    height: 3px;
    width: 44px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background: var(--primary-color);
}
.blog-single .reply .form-group {
    margin-bottom: 20px;
}
.blog-single .reply .form-group input {
    width: 100%;
    height: 45px;
    line-height: 50px;
    padding: 0 20px;
    border-radius: 0px;
    color: #333 !important;
    border: none;
    border: 1px solid #eee;
}
.blog-single .reply .form-group textarea {
    width: 100%;
    height: 200px;
    line-height: 50px;
    padding: 0 20px;
    border-radius: 0px;
    color: #333 !important;
    border: none;
    border: 1px solid #eee;
}
.blog-single .reply .form-group label {
    color: #333;
    position: relative;
    margin-bottom: 10px;
}
.blog-single .reply .form-group label span {
    color:#ff2c18;
    display: inline-block;
    position: absolute;
    right: -12px;
    top: 4px;
    font-size: 16px;
}
.blog-single .reply .button {
    text-align: left;
    margin-bottom:0px;
}
.blog-single .reply .button .btn {
    height: 50px;
    border: none;
}
/* blog css end */

/* resposive css start */
@media(max-width: 430px){
.rating-card-outer {
  margin-top: 30px;
  margin-bottom: 23px;
}
.rating-card img {
  height: 12px;
}
.rating-text {
  font-size: 12px;
}
.rating-card {
  padding: 3px 11px 5px 11px;
}
.main-head img{
  height:54px;
}
.home-main-banner .main-head {
  font-size: 40px;
  line-height: 58.65px;
}
.home-main-banner .subhead {
  font-size: 16px;
}
.searchbox {
  width: 188px !important;
}
.searchbox::placeholder {
  font-size: 10px;
}
.promote-button {
  padding: 5px 5px 5px 0px;
  border-radius: 5px;
}
.promote-button span {
  font-size: 10px;
  padding-left: 0px; 
}
.promote-button svg{
  height: 24px;
}
.explore-button {
  border-radius: 5px;
  height: 38px;
  width: 136px;
}
.explore-button span{
  font-size: 10px;
  padding: 5px 10px 5px 10px;
  font-weight: 600;
}
.trusted-by-grp{
  padding: 10px 7px;
}
.trusted-by-grp-item img {
  height: 33px;
  object-fit: contain;
}
.home-main-banner {
  padding-bottom: 55px;
}
.app-box-bg {
  width: 90px;
  height: 72px;
  border-radius: 6px;
}
.slider-item {
  font-size: 44px;
  line-height: 50px;
  padding: 20px 10px 20px 10px;
}
.grey-border-top-bottom {
  border-top: 5px solid #F4F4F4;
  border-bottom: 5px solid #F4F4F4;
}
.check-app-content {
  font-size: 20px;
  line-height: 26px;
}
.check-app-stat-cards {
  margin-top: 70px;
}
.check-app-stat-percentage {
  font-size: 40px;
  line-height: 48.16px;
  margin-top: 12px;
}
.check-app-stat-outer {
  margin-bottom: 20px;
}
.check-app-stat-inner {
  padding: 4px 10px 24px 10px;
}
.check-app-stat-text {
  font-size: 14px;
}
.check-app-potential-section {
  padding: 70px 20px 21px 20px;
}
.title-img {
  height: 64px;
  margin-bottom: 0px;
}
.expert-keyword-install-package-section h2 {
  font-size: 40px;
  line-height: 51.65px;
  text-align: center;
}
.expert-keyword-install-package-section {
  padding-top: 36px;
  padding-bottom: 36px;
}
.expert-keyword-install-package-detail {
  font-size: 17px;
  line-height: 20.25px;
  margin-bottom: 40px;
}
.keyword-package-card-1,.keyword-package-card-2,.keyword-package-card-3,.keyword-package-card-4,.keyword-package-card-5 {
  border-radius: 20px;
  padding: 12px;
}
.keyword-package-card-img {
  margin-bottom: 11px;
  height: 28px;
}
.keyword-package-card-title {
  font-size: 13px;
  line-height: 18.25px;
  margin-bottom: 15px!important;
}
.keyword-package-card-2 .keyword-package-card-title {
  margin-bottom: 28px !important;
}
.keyword-package-card-tag {
  font-size: 10px;
  padding: 3px 5px 3px 5px;
}
.expert-keyword-install-package-section h3 {
  margin-bottom: 20px;
  font-size: 20px;
}
.why-choose-section h2 {
  font-size: 40px;
  line-height: 52.12px;
  margin-bottom: 55px;
}
.why-choose-section .why-choose-card img {
  width: 21px;
  height: 21px;
  margin-bottom: 10px;
}
.offer-off{
  font-size: 16px!important;
}
.offer-off::after {
  content: "\A"; /* Inserts a line break */
  white-space: pre;
}
.faq-section {
  margin-bottom: 40px;
}
.why-choose-section .why-choose-card {
  padding: 26px 20px 10px 20px;
}
.why-choose-section .why-choose-card .why-choose-card-text {
  font-size: 15px;
  line-height: 18.89px;
}
.faq-section {
  padding-top: 19px !important;
}
.faq-section h3 {
  font-size: 47px;
  line-height: 60.65px;
}
.custom-icon {
  width: 18px;
  height: 18px;
}
.custom-icon::before {
  font-size: 12px;
}
.accordion-header button {
  font-size: 17px;
  line-height: 25.25px;
  color: #000000 !important;
  padding: 14px 32px 14px 32px;
}
.footer {
  padding-top: 10px;
}
.footer .offer-card {
  border-radius: 16px;
  padding: 13px 23px 13px 23px;
}
.footer .offer-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 13px;
  margin-bottom: 17px;
}
.footer .offer-title span {
  font-size: 39px;
  line-height: 50px;
}
.footer .offer-details {
  font-size: 10px;
  line-height: 13.04px;
  margin: 5px 82px 20px 0px;
}
.footer .offer-btn {
  height: 35px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
}
.footer .offer-btn {
  width: 123px;
}
.footer .offer-card img {
  height: 250.62px;
  position: absolute;
  top: 18px;
  right: 17px;
}
.main-footer .footer-title {
  font-size: 33px;
  line-height: 33.1px;
  margin-bottom: 27px;
}
.main-footer .main-footer-desc {
  font-size: 16px;
  line-height: 21.04px;
  margin-bottom: 16px;
}

.footer-logo {
  height: 29px !important;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: start;
  z-index: 999999;
  background: #1b1b1b;
  border-radius: 10px;
  padding: 20px 20px;
  text-align: start;
}
.login-container {
  padding: 20px 0px!important;
}
.or-line{
  margin-top: 0px!important;
  margin-bottom: 0px!important;
}
.google-auth-btn a {
  padding: 12px 2px;
}
.page-login1 {
  z-index: -1;
}
header .navbar {
    background-color: #1B1B1B;
    backdrop-filter: none!important;
}
.signup-btn-header {
  margin-bottom: 11px;
}
.navbar-light .navbar-toggler {
  border-color: var(--primary-color) !important;
}
.navbar-toggler i::before{
  color: var(--primary-color) !important;
}
.nav-item.ps-4{
  padding-left: 0px!important;
}
.header-register {
  font-size: 12px;
  border-radius: 4px;
  margin-top: 5px;
}
.navbar-nav .nav-item{
  margin-left: 0px!important;
}
.mob-nav{
  align-items: start !important;
}
.pricing-head {
  margin-top: 18px !important;
  margin-bottom: 35px !important;
  font-size: 57px !important;
  line-height: 63.1px !important;
}    
.basic-plan-card, .premium-plan-card {
  margin: 0px 20px 0px 20px;
  height:330px!important;
}
.premium-plan-card{
  background: #008FFF;
}
.premium-card-head, .pricing-card-detail{
  color: #ffffff;
}
.contact-page-title{
  font-size: 48px!important;
}
.contact-subtitle{
  font-size: 16px;
  font-weight: 300;
}
.price-head-img {
  height: 48px !important;
}
.pricing-subtitle {
  font-size: 16px;
  line-height: 23.04px;
  margin-bottom: 24px;
}
.pricing-offer-badge {
  font-size: 12px;
}
.page-title {
  margin-top: 4px;
  font-size: 37px;
  line-height: 48.65px;
}
.subtitle {
  font-size: 22px;
  line-height: 33.87px;
}
.subtitle img {
  height: 53px;
}
.contact-img-1, .contact-img-2 {
  height: 100px!important;
}
.contact-main-content h6 {
  font-size: 14px;
}
.contact-main-content p {
  font-size: 11px;
  line-height: 15.04px;
}
.trusted-by-grp h6{
  font-size: 20px;
}
.check-app-stat-outer-content {
  padding: 6px 0px 6px 0px;
  font-size: 11px;
}
.primary-menu {
  margin-left: 10px !important;
}

}

@media (max-width: 376px) {
  .searchbox {
    width: 115px !important;
  }
  .promote-button {
    margin-right: 2px !important;
  }
  .explore-button span {
    padding: 5px 7px 5px 4px;
  }
  .app-box-bg {
    width: 73px;
    height: 57px;
}
.footer .offer-card img {
  height: 197.62px;
  position: absolute;
  top: 35px;
  right: 11px;
}
}
/* resposive css end */

.navbar-toggler:focus{
  box-shadow: none!important;
}
/* .navbar-light .navbar-toggler{
  border-color: #ffffff!important;
} */


/*   /////////////new css////////////// */

.signup-btn-header{
  background-color: transparent;
  font-weight: 500;
  font-size: 15px;
  color: #F5F5F5!important;
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding:6px 28px;
  transition: all ease 0.3s;
}
.signup-btn-header:hover{
  background: var(--primary-color)!important;
}
.login-btn-header{
  font-weight: 500;
  background: linear-gradient(90deg, #FF3131 43.4%, #FF5352 100%);
  transition: all ease 0.3s;
  border-radius: 12px;
  font-size: 15px;
  color: #F5F5F5!important;
  padding:6px 30px;

}
.login-btn-header:hover{
  background: var(--primary-color)!important;
}

/* .login-container {
  position: relative;
  border-radius: 25px !important;
  background: #333333BF;
  color: #F5F5F5;
  backdrop-filter: blur(3px);
  box-shadow: 0px 4px 20px 0px #00000040;
  padding: 30px 60px;
} */

.login-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background: linear-gradient(131.07deg, rgba(244, 244, 244, 0.5) 0%, rgba(142, 142, 142, 0) 68.32%);
  mask: linear-gradient(to bottom, rgba(0,0,0,1) 2px, rgba(0,0,0,0) 2px),
        linear-gradient(to right, rgba(0,0,0,1) 2px, rgba(0,0,0,0) 2px);
  mask-composite: exclude;
  pointer-events: none;
  border-radius: 25px;
}

.login-container h4{
  color: #F5F5F5;
  font-size: 20px;
  margin-bottom: 30px;
}
.form-login-btn{
  border-top-left-radius: 0px!important;
  border-top-right-radius: 0px!important;
  border-bottom-right-radius: 16px!important;
  border-bottom-left-radius: 16px!important;
  padding: 14px 0px;
  background: linear-gradient(90deg, #FF3131 43.4%, #FF5352 100%);
  color: #F5F5F5;
  transition: background 0.3s ease, color 0.3s ease;
}
.form-login-btn:hover{
  background: linear-gradient(90deg, #FF5352 0%, #FF3131 56.6%);
  color: #F5F5F5;
}

.inblood-input {
  background: transparent;
  border-radius: 20px !important;
  overflow: hidden;
  border: 1px solid #F5F5F540
}

.inblood-input .input-group-text {
  background: transparent;
  border: none;
  color: rgba(255, 255, 255, 0.7);
}

.inblood-input .form-control {
  background: transparent;
  border: none;
  color: white;
  /* padding-top: 2.0rem!important;
  padding-bottom: .625rem!important; */
}

.inblood-input .form-control::placeholder,
.inblood-input .form-floating label {
  color: #F5F5F5BF;
  font-size: 14px;
}

.inblood-input .form-control::placeholder {
  font-size: 12px;
  color: #bfbfbfbf;
}

.inblood-input .form-control:focus {
  background: transparent;
  outline: none;
  box-shadow: none;
}

.toggle-password {
  position: absolute;
  bottom: 26%;
  right: 0%;
  color: #aaa;
  cursor: pointer;
}

.form-floating>.form-control~label, .form-floating>.form-control:not(:placeholder-shown)~label, .form-floating>.form-select~label {
  transform: scale(.95) translateY(-.5rem) translateX(.15rem);
}

.form-floating>label {
  top: -4px!important;
}

.form-floating>.form-control {
  padding: 1.5rem .75rem 1rem .75rem!important;
}
.google-auth-btn a{
  color: #F5F5F5!important;
  font-weight: 600;
  border-radius: 200px;
  padding: 17px 2px;
  border: 1px solid #F5F5F526;
  transition: background 0.4s ease;
}
.google-auth-btn img{
  height: 22px;
  margin-right: 5px;
}
.google-auth-btn a:hover{
  background: #68686880;
}

.input-group.email-input-grp{
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin-bottom: 8px;
}
.input-group.password-input-grp{
  border-radius: 0;
  margin-bottom: 8px;
}
.form-bottom-note{
  font-weight: 300;
  font-size: 14px;
  color: #F5F5F5BF;
  margin-top: 15px;

}
.terms-conditions label{
  font-size: 13px;
  color: #F5F5F5BF;
  font-weight: 300;
}
.terms-conditions a{
  color: #F5F5F5 !important;
  text-decoration: underline;
  font-weight: 400;
}
.form-check-input:checked {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.form-check-input:focus {
  box-shadow: none;
}
.navbar-toggler i::before {
  color: var(--primary-color) !important;
}
.navbar-light .navbar-toggler {
  border-color: var(--primary-color) !important;
}