/*
Theme Name: Quickbooks Made Easy
Theme URI: https://qbsyncmadeasy.com
Author: Team HIC
Author URI: https://hicglobalsolutions.com/
Version: 0.1
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: quickbooks made easy
*/

:root {
    --primary: #58B705;
    --secondary: #572CD3;
    --darkBlack: #283251;
  --light: #EBE7E7; 
	--lightgreen : #58b705;
}

*, *:before, *:after {
  box-sizing: border-box;
}
body {
  background-color: #f5f6fa;
  color: #333;
  font-size: 14px;
  font-family: 'Inter', sans-serif!important;
  line-height: 20px;
}
.pt-serif-font{
	font-family: 'PT Serif', serif !important;
}

html {
  scroll-behavior: smooth;
}
a{
  text-decoration: none!important;
}
.myNavbar .navbar-collapse{
	justify-content:end;
}
.navbar-toggler{
	border: none!important;
	border-radius:none!important;
}
.navbar-toggler:focus{
	border: none!important;
	border-radius:none!important;
}
.navbar-toggler span {
  display: block;
  background-color: #4f4f4f;
  height: 3px;
  width: 25px;
  margin-top: 5px;
  margin-bottom: 5px;
  position: relative;
  left: 0;
  opacity: 1;
  transition: all 0.35s ease-out;
  transform-origin: center left;
}

.navbar-toggler span:nth-child(1) {
  margin-top: 0.3em;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
  transform: translate(15%, -33%) rotate(45deg);
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
  opacity: 0;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
  transform: translate(15%, 33%) rotate(-45deg);
}

.navbar-toggler span:nth-child(1) {
  transform: translate(0%, 0%) rotate(0deg);
}

.navbar-toggler span:nth-child(2) {
  opacity: 1;
}

.navbar-toggler span:nth-child(3) {
  transform: translate(0%, 0%) rotate(0deg);
}
/* Main Bannner Css start here */
.mainBanner{
  background-color: #f5f6fa;
/*   height: 120vh; */
  display: flex;
  align-items: center;
padding-top:4rem;
padding-bottom:4rem;
}
.mainText{
  margin-top: 25%;
}
.bannerImg{
  width: 350px;
  max-width: 35 0px;
  border-radius: 0px 100px;
}
.floatingBox1{
  top: 8%;
  left: -25%;
  background-color: #fff;
  position: absolute;
  padding: 1.3rem;
  border: 1px solid #e5e5e5;
  border-radius: 1rem;
  box-shadow: -1px 3px 10px 0 rgb(0 0 0 / 6%);
  transition: background-color .3s,border-color .3s;
}
.floatingBox1 span i{
  background-color:#dcf3fe;
padding: 15px;
border-radius: 10px;
color:#109de4
}
.floatingBox1 h5{
  font-weight: 800;
  font-size: 1rem;
  margin-top: 10px;
  line-height: 1;
  color: 283252;
}
.floatingBox1 p{
  font-size: 13px;
  color: #747990;
}
.floatingBox2{
    top: 80%;
    right: -27%;
    background-color: #fff;
    position: absolute;
    padding: 1.1rem;
    border: 1px solid #e5e5e5;
    border-radius: 1rem;
    box-shadow: -1px 3px 10px 0 rgb(0 0 0 / 6%);
    transition: background-color .3s,border-color .3s;
}
.floatingBox2 span i{
  background-color:#dcf3fe;
padding: 15px;
border-radius: 10px;
color:#109de4
}
.floatingBox2 h5{
  font-weight: 800;
  font-size: 1rem;
  margin-top: 10px;
  line-height: 1;
  color: 283252;
}
.floatingBox2 p{
  font-size: 13px;
  color: #747990;
}
.floatingBox3{
  top: 33%;
  right: -14%;
  background-color: #fff;
  width: 40px;
  position: absolute;
  border: 5px solid #fff;
  border-radius: 50%;
  box-shadow: -1px 3px 10px 0 rgb(0 0 0 / 6%);
  transition: background-color .3s,border-color .3s;
}
.floatingBox3 img{
	border-radius:50px;
}
.floatingBox4{
 right: -24%;
 background-color: #fff;
 max-width: 80px;
 position: absolute;
 border: 5px solid #fff;
 border-radius: 50%;
 box-shadow: -1px 3px 10px 0 rgb(0 0 0 / 6%);
 transition: background-color .3s,border-color .3s;
}
.floatingBox4 img{
	border-radius: 50px;
}
.floatingBox5{
  top: 70%;
  left: -20%;
  background-color: #fff;
  max-width: 60px;
  position: absolute;
  border: 5px solid #fff;
  border-radius: 50%;
  box-shadow: -1px 3px 10px 0 rgb(0 0 0 / 6%);
  transition: background-color .3s,border-color .3s;
}
.floatingBox5 img{
	border-radius: 50px;
}
/* Main Bannner Css end here */


/* Main About Css start here */
/* div#headerId {
    margin-top: 14% !important;
} */
section#about {
    padding-top: 4rem;
    padding-bottom: 4rem;
}
/* .aboutSection{
  height: 100vh;
} */
/* .AboutText{
  margin-top: 43%;
} */
#about .row {
    display: flex;
    align-items: center;
}
.aboutImg{
position: relative;
/* margin-top: 25%; */
}
.aboutImg img{
/*   position:absolute; */
/*   margin-top: 20%; */
}
/* section#about {
    height: 83vh;
} */
.blob1{
  position:absolute;
  opacity: 0.15;
  height: auto;
  animation-name: rotate;
  animation-duration: 25s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  max-width:80%;
  margin: auto;
  z-index:-1;
}
@keyframes rotate{
  from{ transform: rotate(-360deg); }
  to{ transform: rotate(360deg); }
}
/* Main About Css end here */

/* Main Feature Css start here */
.featureImg{
  position: relative;
  }
  .featureImg img{
    position:absolute;
  }
  .blob2{
    position:absolute;
    opacity: 0.15;
    height: auto;
    animation-name: rotate;
    animation-duration: 25s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
	max-width:100%;
	margin: auto;  
	z-index:-1;  
  }
  @keyframes rotate{
    from{ transform: rotate(-360deg); }
    to{ transform: rotate(360deg); }
  }
  .featureList ul{
    padding-left: 0rem!important;
    list-style: none;
    font-size: 15px; 
    line-height: 2.2;
  color: #747990;
  }
  .featureList ul i{
    color: #58b705;
    background-color: #58b70518;
    border-radius: 3px;
    padding: 5px;
  }
/* Main Feature Css end here */


/* Main FAQ Css end here */
.faqSection{
/*   margin: 10rem 0;; */
	padding-top:4rem;
}
.accordion-style-one .accordion .card {
  padding:1rem 0;
  border: 1px solid var(--gray-4) !important;
  border-radius: 4px;
}
.accordion-style-one .accordion .card .card-header {
  padding: 0;
  border-radius: 50px;
  background: none;
  border: 1px solid rgb(110 188 70);
}
.accordion-style-one .accordion .card .card-header a {
  display: block;
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  position: relative;
  /* box-shadow: 0px 5px 10px -5px rgba(54, 54, 54, 0.315); */
  border-radius: 50px!important;
  background: #e5f3d940;
    color: #283252!important;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  margin: -1px;
  border-radius: 4px;
  padding: 13px 16px;
  z-index: 5;
}
.accordion-style-one .accordion .card .card-header a::before {
  position: absolute;
  content: "\ea5e";
  font-family: lineicons !important;
  right: 16px;
  top: 14px;
  font-size: 16px;
  color: rgb(110 188 70);;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.text{
  color: #747990;
  font-size: 15px;
}
.accordion-style-one .accordion .card .card-header a.collapsed {
  color: var(--black);
  border-color: var(--gray-4);
}
.accordion-style-one .accordion .card .card-header a.collapsed::before {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
.accordion-style-one .accordion .card .card-body {
  padding: 16px;
}

/* Main FAQ Css end here */

/* Main install App Css start here */
.installText{
  margin-top: 6%;
  padding: 25px;
}
.installBg{
  background-image: url('https://qbsyncmadeasy.com/wp-content/uploads/2023/04/installNow.jpg');
  border-radius: 25px;
  height: 400px;
}
/* Main install App Css end here */
/* Main footer Css start here */
footer{
  /* background-color: #f5f6fa; */
padding-top: 5vh;
}
.footerBtn{
  font-size: 15px;
    color: #fff;
    font-weight: bold;
    background: #58b705;
    border-color: #58b705;
    min-height: 46px;
    border: 1px solid #58b705;
    border-radius: 3px;
    transition: all .3s;
    width: 150px;
}
.footerBtn:hover{
  box-shadow: 0 14px 26px -12px #58b705;
}
.footerAppBtn{
  width: 160px;
}
.footerIcon{
  text-align: center;
}
.footerIcons ul{
  list-style: none;
  display: flex;
  justify-content: space-evenly;
}
.footerIcons ul li{
  background-color: #58b70518;
  padding: 15px 20px;
  border-radius: 15px;
/*   margin: 50px 0px; */
  font-size: 20px;
}
.footerIcons ul a{
  margin: 50px 0px !important;
}
.footerIcons ul li:hover{
  box-shadow: 0 14px 26px -12px #3535357e;
}
.footerIcons ul a li{
  color:#283252
}
.footerIcons ul a li .facebook{
  color: #2977c9;
}
.footerIcons ul a li .linkedIn{
  color: #2977c9;
}
.footerIcons ul a li .instagram{
  color: #f70e4f;
}
.footerIcons ul a li .twitter{
  color: #1da1f2;
}
.footerIcons ul a li .youtube{
  color: #fe0000;
}
.footerBg{
  width: 100%;
  opacity: 0.4  ;
}
/* Main footer Css end here */

/* predefined class css */
.heading{
  font-size: 2.5rem;
  font-weight: 700;
  color: #283252;
}
.subText{
  font-size: 1.25rem;
  color: #747990;
  margin: 1em 0;	
}
.smallText{
  color: #58b705;
    font-weight: bold;
}

.bannerBtn{
  display: flex;
}
.getstartBtn{
  font-size: 15px;
    color: #fff;
    font-weight: bold;
    background: #58b705;
    border-color: #58b705;
    min-height: 48px;
    border: 1px solid #58b705;
    border-radius: 0.65rem;
    transition: all .3s;
    /*width: 120px;*/
	text-align:center;
	text-transform:capitalize;
}
.getstartBtn:hover{
  box-shadow: 0 14px 26px -12px #58b705;
  cursor: pointer;	
}
.learnMore{
  font-weight: bold;
  font-size: 15px;
  background-color:#fff;
  border: 1px solid #e5e5e5;
  color: #363636;
  border-radius: 0.65rem;
  cursor: pointer;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  text-transform: capitalize;
}

/* Section Animation css end here */
/* .customFeature{
	margin-top: 15%;
} */
@media only screen and (min-width: 1600px) {
 .customFeature{
	margin-top: 0;
}
}

 /* Move reCAPTCHA v3 badge to the left */
 
 .grecaptcha-badge {
  width: 70px !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
  left: 4px !important;
}

.grecaptcha-badge:hover {
  width: 256px !important;
}

@media (max-width:767px){
	#featureImg1 img{
    position: relative !important;
   }
	.responsive-head-mobile{
		margin-top: 4rem !important;
	}
}
@media (max-width:370px){
	.footerIcons ul li{
		    padding: 8px 12px !important;
	}
}
@media (max-width:700px){
/* 	.subFooter{
		    padding-bottom: 4rem !important;
	} */
}
.svg-5 {
    width: 0.75rem;
    height: 0.75rem;
}
.list-shares a.facebook {
    background-color: #6d6c6c;
}
.list-shares a.twitter {
    background-color: #6d6c6c;
}
.list-shares a.linkedin {
    background-color: #6d6c6c;
}
.list-shares a.email {
    background-color: #6d6c6c;
}
.list-shares a {
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.75rem;
    height: 1.75rem;
}

/* Pricing Page Css */

ub.pl-2 {
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: 21px;
}
.fa-check-circle:before, .fa-circle-check:before {
    content: "\f058";
    color: #572cd3;
}
i.fa-solid.fa-xmark {
    width: 15px;
    height: 15px;
    color: #FFF;
    background: red;
    border-radius: 50%;
    padding: 0px;
    /* margin: auto; */
/*     font-size: 10px; */
    line-height: 1.5;
    text-align: center;
}
.icomaa {
    display: flex;
    justify-content: space-between;
    padding-bottom: 13px;
}
.container.mt-5.price-box {
    margin-top: 4rem !important;
}
.cardQBPricing {
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: none;
    border-radius: 0.25rem;
}

.cardContentDMEShopify ul li {
    font-size: 0.9rem;
    margin-left: 10px;
}
.ribbon-top-right span {
    left: -25px;
    top: 30px;
    transform: rotate(45deg);
}
.ribbon-top-right {
    top: -10px; 
    right: -10px; 
}
sub.pl-2 {
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.ribbon {
    width: 150px; 
     height: 150px; 
     overflow: hidden; 
    position: absolute;
}
.ribbon span {
    position: absolute;
    display: block;
    width: 225px;
    padding: 15px 0;
    background: #572cd3;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    color: #fff;
    font: 700 14px/1 "Montserrat", sans-serif;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    text-align: center;
}
.p-3 {
    padding: 1rem!important;
}
.cardQBPricingTitle h5 {
    font-weight: 800;
    font-size: 3rem;
    color: #1b1c1d;
    text-align: center;
    padding-top: 1rem;
}
.cardQBPricingTitle h4 {
    font-weight: 700;
    font-size: 1.2rem;
    color: #283251;
    margin-top: 1.5rem;
}
.cardQBPricing:hover {
/*     margin-top: 0rem !important; */
/*     transition: 0.3s ease-in-out !important; */
}
.bestSeller {
    border: 3px solid #58b705;
}
.custButton {
    background: #58b705;
    padding: 5%;
    border-radius: 5px;
    color:#FFF;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.bannerQBPricing{
    background-attachment: scroll;
    background: linear-gradient(rgba(8, 88, 151, 0.8), rgba(8, 88, 151, 0.8)), url(https://qbsyncmadeasy.com/wp-content/uploads/2024/02/qb-sync-made-easy-premium-support-package-scaled.webp);
    background-size: cover;
    background-repeat: no-repeat;
    object-fit: cover;
    background-position: center;
    padding-top: 10rem;
    padding-bottom: 10rem;
    }
    .text-primary-color{
            color: #58b705;
    }
    .brand-heading{
        font-weight: 700;
    color: #283252;
    }
    
    .number-count-circle{
        width:25px;
        height:25px;
        border-radius: 50%;
        border:1px solid #000;
        display:flex;
        align-items:center;
        justify-content:center;
    }
    .guidelines-card{
        width:100%;
        min-height:200px;
        box-shadow: 0 0 20px rgb(0 0 0 / 9%);
        border-radius: 1rem;
    }
    .extra-bold-font{
        font-size: 185px;
        font-weight: 700;
    }
    .bold-font{
        font-size: 1.2rem;
        font-weight: 900;
        word-break: break-all;
    }
    .semi-bold-font{
        font-size: 1.2rem;
       font-weight: 700;
        word-break: break-all;
    }
    .bold-600-font{
        font-size: 1.2rem;
        font-weight: 600;
        word-break: break-all;
    }
    .medium-font{
    font-size: 1.2rem;
    font-weight: 400;
        word-break: break-all;
    }
    .common-card-palette{
    width: 100%;
    max-width: 287px;
    height: auto;
    min-height: 150px;
/*     max-height: 200px; */
    padding: 1rem;
    }
    .primary-card-palette{
        background-color:#58b705;
    }
    .secondary-card-palette{
        background-color:#572cd3;
    }
    .secondary-card-palette2{
        background-color:#283251;
    }
    .gradiant-palette{
        background:linear-gradient(180deg, #283251, #572cd3);
    }
    .featureImg img {
    position: unset;
}
   @media only screen and (min-width: 320px) and (max-width: 767px) {
   .price-box .col-lg-4.col-md-6 {
    margin-bottom: 39px;
}
    }
     @media only screen and (min-width: 768px) and (max-width: 1024px) {
   .cardQBPricing {
    margin-bottom: 30px;
    height: 100%;
}
.price-box .col-lg-4.col-md-6 {
    margin-bottom: 39px;
}
    
    }
#Basic:hover{
	cursor:pointer;
}
#Essential:hover{
	cursor:pointer;
}
.screen-reader-text{
    display:none;
}
/* Pricing Page CSS Closed */


/***** <==== Mithun CSS Code Start ====> *****/

/*** Global CSS Start ***/
.btn-outlined-secondary{
/* 	border:1px solid rgb(87 44 211 / 9%); */
	border-width:1px;
	display: inline-block;
	color:var(--secondary);
	background-color:rgb(87 44 211 / 9%);
	font-size:1rem;
	font-weight:500;
	border-radius:0.375rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.btn-outlined-secondary:hover{
	color:#fff;
	background-color:rgb(87 44 211 / 100%);
}
.btn-outlined-light{
	border-width:1px;
	display: inline-block;
	color:var(--secondary);
	background-color:#fff;
	font-size:1rem;
	font-weight:500;
	border-radius:0.375rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.btn-outlined-light:hover{
	color:#fff;
	background-color:var(--secondary);
}
.btn-primary-dark-theme:hover{
	background:#fff !important;
	color:var(--primary) !important;
}
/*** Global CSS End ***/


/*** Home Page Start ***/
.home-trusted-section .container{
	background-color:rgb(40 50 81 / 7%);
	border-radius:29px;
}
.home-trusted-section .container .items img{
	transition: ease-in-out 0.5s;
	overflow: hidden;
}
.home-trusted-section .container .items img:hover {
    transform: scale(1.03);
}

/*** Our Clients Section Start***/
.our-clients-section .client-card{
	background-color: #fff;
    box-shadow: 0px 0px 13px rgb(0 0 0 / 18%);
    padding: 20px 30px;
    border-radius: 8px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 160px;
}
/*** Our Clients Section End***/

/*** Number Section Start***/
.number-section{
	background: linear-gradient(45deg, var(--darkBlack), var(--secondary));
}
.number-section .number-card{
	background-color: #fff;
    box-shadow: 0px 0px 13px rgb(0 0 0 / 18%);
    padding: 20px 30px;
    border-radius: 8px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
	flex-direction: column;
}
/*** Number Section End***/

/*** Features Section Start***/
.home-features-section{
	background-color: rgb(40 50 81 / 7%);
}
.home-features-section .accordion-button::after {
    display: none;
}

.home-features-section .accordion-item{
	background:transparent;
	border-right:none;
	border-top:none;
	border-bottom:2px solid rgb(87 44 211 / 30%);
/* 	border-color:var(--secondary) !important; */
}
.home-features-section .accordion-item button{
    padding-left: 0px;
    padding-right: 0px;
	background:transparent;
}
.home-features-section .accordion-item button:hover{
    color:var(--primary);
}
.home-features-section .card-body{
    padding-left: 33px;
}
.home-features-section .card-body .point-text{
	    line-height: normal;
}
.home-features-section .card-body .point-text span{
	    font-weight: 400;
}
.home-features-section .accordion-item button span{
	position:relative;
	z-index:99;
	width:100%;
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.home-features-section .accordion-item button span:after{
/* 	content: "\2212"; */
  color: #1D2130;
  font-weight: 500;
  float: right;
  margin-left: 5px;
  line-height: 0px;
  font-size: 39px;
  transition: .15s ease-in-out;
}
.home-features-section .accordion-item button.active span:after{
	content: "\2212";
/*   content: '\002B'; */
}
.home-features-section .accordion-item button span:after {
/*   content: "\2212"; */
	content: '\002B';
  transition: .15s ease-in-out;
}

.home-features-section .accordion-button:not(.collapsed)::before {
	display:none;
    background-image: var(--bs-accordion-btn-active-icon);
    transform: var(--bs-accordion-btn-icon-transform);
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='4ACBFF' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
}

.home-features-section .accordion-button::before {
	display:none;
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: 0px;
    margin-right: 15px;
    content: "";
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition);
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
      transform: scale(.7) !important;
}

.home-features-section .accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
    border: none;
    border-color: var(--bs-white);
    color: var(--primary);
}

.home-features-section .accordion-button:focus {
    border: none;
    box-shadow: none;
}

.home-features-section .accordion-header {
    box-shadow: none;
    border: none;
    border-color: var(--bs-white);
}

#homeFeaturesSection .desktop-images img{
    display: none;
}
#homeFeaturesSection .desktop-images img:first-child {
  display: block;
}
.home-features-section .accordion-button {
    font-size: 20px;
    font-weight: 500;
}

.home-features-section .feature-box{
	background-color: #fff;
    border-radius: 29px;
    padding: 0px 30px;
}
@media (max-width: 767px) {
  .home-features-section .feature-box{
    padding: 0px 15px;
   }
}

@media (min-width: 768px) {
    .home-features-section .accordion-button {
        font-size: 22px;
        font-weight: 500;
    }
}
/*** Features Section End***/

/*** FAQs Section Start***/
.home-faq-section .accordion {
  background-color: transparent;
  color: #1D2130;
  cursor: pointer;
  padding: 5px 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 21px;
  font-weight: 600;
  transition: 0.4s;
  border-radius: 19px;
  display: flex;
  align-items: start;
  justify-content: space-between;
}

.home-faq-section .active, .accordion:hover {
  background-color: transparent;
}
.home-faq-section .accordion .icons {
   margin-top: -4px;
}

.home-faq-section .accordion .icons:after {
  content: '\002B';
  color: #1D2130;
  font-weight: bold;
  float: right;
  margin-left: 5px;
  line-height: 33px;
  font-size: 39px;
  transition: .15s ease-in-out;
}

.home-faq-section .active .icons:after {
/*   content: "\2212"; */
  content: "\002B";
  transform: rotate(45deg);
  transition: .15s ease-in-out;
}

.home-faq-section .panel {
  border-radius: 19px;
  padding: 0px 18px;
  background-color: transparent;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.home-faq-section .faq-tab-section{
	background-color:rgb(40 50 81 / 7%);
	border-radius: 19px;
}
.home-faq-section .faq-tab-section .items{
	background-color:transparent;
	border-radius: 19px;
}
@media (max-width:767px){
 .home-faq-section .accordion {
    font-size: 16px;
   }
 .home-faq-section .accordion .icons:after {
  line-height: normal;
  font-size: 27px;
 }
	nav#NavBar {
    padding-bottom: 31px;
}
}
/*** FAQs Section End***/

/*** Footer CTA Section Start***/
.footer-cta-section .container{
	background-color:rgb(40 50 81 / 12%);
	border-radius:29px;
	position: relative;
    z-index: 1;
}

/*** Footer CTA Section End***/

/*** Home Page End ***/

/***** <==== Mithun CSS Code End ====> *****/
.footerBg {
    width: 100%;
/*     opacity: 0.3; */
}
.img-crr {
    position: absolute;
  bottom: 0;
    opacity: 0.6;
	z-index:0;
}

.discount-price{
	background-color: #FFC728;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    padding: 10px 20px;
/*     border-radius: 8px; */
	max-width: 270px;
	font-weight:600;
}
.discount-price h6{
	font-weight:600 !important;
}
.discounted-amount{
	color:#CC0C39;
    font-size: 26px;
    display: block;
}
.season-offer-icon{
	max-width: 75px;
    position: absolute;
    left: 10%;
    top: -10px;
}
@media (max-width:1199.92px){
 .season-offer-icon{
    left: 0;
 }
}
@media (max-width:991.92px){
 .season-offer-icon{
    left: 0;
 }
}
@media (max-width:767.92px){
 .season-offer-icon{
    left: 10%;
 }
}
@media (max-width:375px){
 .season-offer-icon{
    left: 0;
 }
}

.bg-color-0 {
    background-color: rgba(243,250,237,0.3);
}
.bg-color-1 {
    background-color: rgba(40,50,81,0.07);
}
.bg-color-2 {
    background-color: rgba(243,250,237,0.3);
}
.bg-color-3 {
    background-color:  rgba(13,110,253,0.07);
}
.btn-customCase{
	background: rgba(13,110,253,0.19)!important;
	color: #0d6efd!important;
	display: inline-block!important;
	border: 0!important;
}
	.btn-customCase:hover{
		background: #0d6efd!important;
		color: #fff!important;
	}
	.btn-customCase::after{
		content:'\f061';
		padding-left:0.5rem;
		font-family: 'fontawesome';
	}	
.improvementsMain {
    font-size: 2rem;
    font-weight: bold;
    color: #0D6EFD;
}	
	.improvementsMain span{
		color:#58B705;
	}

.readingCaseBanner{
		background-color: rgba(13,110,253,0.05);
		background-image: url('https://qbsxmyea.yoursalesforcedeveloper.com/wp-content/uploads/2025/01/qb-bg-element-final.svg');
		background-repeat: no-repeat;
    	background-position: center center;
	}
	.entireBg{
		background-image: url('https://qbsxmyea.yoursalesforcedeveloper.com/wp-content/uploads/2024/12/case-study-reading-section-background.svg');
    	background-repeat: no-repeat;
	}
	@media(max-width:992px){
		.entireBg{
			background-position: center;
		}
	}
	.list-shares-case li a{
		background: #DCE7F5;
		padding: 0.5rem;
		width:40px;
		height:40px;
		border-radius:50px;
		display: flex;
		justify-content:center;
		align-items:center;
		color:#000000;
		transition: 0.2s ease-in;
	}
	.companyAboutCaseStudy{
		background: #F0ECFB;
		position: relative;
	}
	.dbImg{
		position: absolute;
    	right: -7%;
/*     	bottom: -16%; */
	}
	@media(max-width:992px){
		.dbImg{
    		right: -3%;
    		bottom: -16%;
    		width: 90px;
		}
	}
	@media(max-width:575px){
		.dbImg{
			display:none;
		}
	}
	.companyAboutCaseStudy h3{
		color:#572CD3;
		font-weight: 600;
	}
	.list-shares-case li a:hover{
		background:#58B705;
		color:#fff;
	}
	.keyImprovementsCaseRead{
		background: #F0F1F3;
		border-top: 7px solid #58B705;
	}
	.keyImprovementsCaseRead h2{
		color: #572CD3;
		font-weight:600;
	}
	.improvementsMainCaseReading{
		font-size:6rem;
		font-weight:bold;
		color:#0D6EFD;
	}
	.challangesList li{
		padding-bottom:0.75rem;
	}
	.solutionList li{
		padding-bottom:0.75rem;
	}
	.improvementsMainCaseReading span{
		color:#000;
	}
	.clientTestimonialBg{
		background-color: #D6E6FF;
	}
	@media(max-width:992px){
		.improvementsMainCaseReading{
			font-size:5rem;
	}
	}
	.caseOverview p:nth-of-type(1)::first-letter {
    font-size: 2.5rem;
}

	.playIconCaseReading{
	    right: 31%;
    	position: absolute;
    	color: #58B705;
    	background: #fff;
    	width: 40px;
    	height: 40px;
    	padding: 0.5rem;
    	font-size: 20px;
    	display: flex!important;
    	justify-content: center;
    	align-items: center;
    	border-radius: 50px;
    	bottom: 5%;
		transition: 0.2s ease-in;
	}
	.playIconCaseReading:hover{
		color: #fff;
    	background: #58B705;
	}
	.bluetext{
		color:#572CD3;
	}
	.spanColor{
		color:#0D6EFD;
	}
	.greentext{
		color: #58B705;
	}
.pro-price:hover{
	background:#572cd3 !important;
	cursor: pointer;
}
.loop:hover{
	background:#572cd3 !important;
	cursor: pointer;
}
.loop {
    border: none !important;
    padding: 17px !important;
    width: 100% !important;
}
.lightgreen {
    color:  #58b705 !important;
}
.lightyeloow {
    color: #f9b717;
}
.header-imges {
    position: relative;
}
.hippa {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 109px;
    background: #ffffff;
    padding: 5px;
    border-radius: 100%;
}


/* Category Filter CSS Start */

.no-focus-border:focus {
        outline: none !important;
        box-shadow: none !important;
        border: none !important;
        background-color: #ebebeb !important;
    }

.input-group {
border: 1px solid #CDCDCD;
    padding: 10px 14px;
    border-radius: 10px;
    margin: 10px 0px;
    background-color: #cdcdcd26;
}

input[type="checkbox"] {
  accent-color: #58B705;
}

input:checked + .cat-name{
 color: #58B705;
}

.custom-checkbox {
  appearance: none;
  width: 16px;
  height: 16px;
  border: 1px solid #CDCDCD;
  border-radius: 3px;
  background-color: white;
  position: relative;
  cursor: pointer;
}

.custom-checkbox:checked {
  background-color: #58B705;
}

.custom-checkbox:checked::after {
  content: '✔';
  color: white; /* ✅ White tick */
  position: absolute;
  top: -2px;
  left: 2px;
  font-size: 13px;
}

#clearBtn{
border: 1px solid #CDCDCD;
background-color: #F0F0F0 !important;
}
#clearBtn:hover{
border: 1px solid #000;}

#filter-button{
background-color:#0D6EFD !important;
	border: 1px solid #0D6EFD;
}
#filter-button:hover{
background-color:#FFF !important;
border: 1px solid #0D6EFD;
color: #000 !important
}

.filterModal{
background-color:#58B705 !important;
color:#fff !important;

}
.filterModal:hover{
background-color:#572CD3 !important;
}
.become-a-partner-hero-section{
    background: #422f9924;
}
.card-items {
    background: #FFF;
    padding: 20px;
    height: 100%;
    text-align: center;
    border: 1px solid rgb(255 255 255 / 10%);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
    border-radius: 16px;
}
.premium-section {
    background: linear-gradient(-45deg, transparent, transparent, rgb(228 226 241));
}
.benefit-item {
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}
/*become a partner */
 .partner .accordion {
    display: block !important;
    padding: 0px !important;
}
.partner button.accordion-button {
    background: none !important;
    color: #000 !important;
    font-size: 21px;
    font-weight: 500;
}
.partner .accordion-body {
    font-size: 16px;
    font-weight: normal;
    padding: 19px !important;
}
.partner .accordion-item {
    border: none !important;
    border-bottom: 2px solid #422e98 !important;
}

	 .partner-section {
      padding: 60px 0;
      text-align: center;
    }

    .partner-section h2 {
      font-size: 2.2rem;
      font-weight: 600;
      color: #0d1c3f;
    }

    .partner-section h2 strong {
      color: #0d1c3f;
    }

    .btn-success {
      background-color: #88c244;
      border: none;
      border-radius: 30px;
      font-weight: 500;
      padding: 10px 25px;
    }

    .btn-success:hover {
      background-color: #7bb032;
    }

    .partner-box {
     background-color: #fff;
    border-radius: 20px;
    padding: 30px 20px;
    height: 100%;
    transition: all 0.3s ease;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.05);
    width: 18%;
    margin: 10px;
    height: auto;
    }

    .partner-box:hover {
      transform: translateY(-5px);
      box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
    }

    .partner-icon {
      width: 80px;
      height: 80px;
      border-radius: 50%;
      background-color: #eaeaea;
      margin: 0 auto 20px auto;
    }
	

.partner-benefits-section .icon img {
  max-width: 50px;
}
.become-partner-ctc-btu:hover {
    background: #198754 !important;
    color: #FFF !important;
}
.benefit-item {
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}
 .partner-invite {
      background: #66bb43;
      color: white;
      border-radius: 30px;
      background: linear-gradient(to right, #95BE45, #455820);
/*       padding: 60px 30px; */
	 position: relative;
    }

    .partner-invite h2 {
      font-size: 2.5rem;
    }

    .partner-invite .btn-light {
      font-weight: 600;
      font-size: 1rem;
      border-radius: 50px;
      padding: 10px 25px;
    }

    .partner-invite .btn-light i {
      font-size: 1.2rem;
    }
.become-pathner-cta {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 476px;
}
    @media (max-width: 767.98px) {
      .partner-invite h2 {
        font-size: 2rem;
      }
    }
    @media (min-width: 768px) and (max-width: 1024px) {
    .partner-box{
        width:46%;
    }
     .become-pathner-cta{
        position: relative !important;
        right: 0;
        top: 0px  !important;
    }
    }
    @media (min-width: 280px) and (max-width: 767px) {
    .partner-box{
        width:100%;
    }
    .become-pathner-cta{
        position: relative !important;
        right: 0;
        top: 0px  !important;
    }
    }
    .img-clind-pathenr{
        width:55px !important;
    }
    .partner .accordion-button::after{
        display: none !important;
    }
    .partner .accordion-button::beffor{
        display: none !important;
    }
   
}