.owl-theme .owl-controls .owl-buttons div{
    background: none;
}
.form-control:focus{
    box-shadow: none!important;
}
.owl-pagination{
    display: none!important;
}

.bannerBg{
    /* background: url('/wp-content/uploads/2024/best-e-invoicing-software/curvy-banner-bg.svg'); */
    /* background:url('/wp-content/themes/tally/assets/images/tally-software-service/hero-section.svg'); */
    background-repeat: no-repeat;
    height: auto;
    background-position: bottom;
    background-size: cover;
    background-color: #0e6fa4;
}
.bannerBg * {
    color: black; /* Makes all text inside the banner black */
}
.tabContentHead{
    font-size: 1.25rem;
}
.slick-next {
    right: -5px;
}
.slick-prev {
    left: -5px;
}
.slick-prev, .slick-prev:hover {
    background-image: url('/wp-content/uploads/2024/best-e-invoicing-software/previous-icon.png');
}
.slick-next, .slick-next:hover {
    background-image: url('/wp-content/uploads/2024/best-e-invoicing-software/next-icon.png');
}
.slick-prev, .slick-next {
    width: 15px;
    height: 25px;
}
.slick-next, .slick-next:hover, .slick-prev, .slick-prev:hover{
    background-repeat: no-repeat;
    text-align: center;
    background-size: cover;
}
.text-yellow{
   color: #FEBF33;
}
.bgBlue:hover{
background-color:#0e6fa4;
        cursor: pointer;
    }

.bgBlue,.exploreBtn:hover{
    border-color: #fcaf1b!important;
   background-color:#0e6fa4!important;
}
.getFreeDemo{
    font-weight: 400;
    border-radius:0px;
    padding: 10px;
    cursor: pointer;
}
button:focus{
    outline: none!important;
}
.bgSkyblue,.activeTab{
   background-color: #94CBEC4D;
}
.text-blue{
   color:#3069B1;
}
.ratingBlockBorder{
    border:1px solid #000;
    border-radius: 5px;
}
.featuresBlock{
    font-weight: 500;
    cursor: pointer;
}
.tabSectionBorder{
    border: 1px solid #94CBEC;
    border-radius: 5px;
}
.featureDetails ul li {
    font-size: .9rem!important;
    padding: 0;
    margin: 0;
    list-style-type: none;
    margin-bottom: .6rem !important;
    margin-top: .6rem !important;
}
.featureDetails ul li {
    background: url('/wp-content/themes/tally/assets/images/check-circle.svg') no-repeat left top!important;
    padding-left: 30px;
    background-size: 25px!important;
    height: auto;
    font-weight: 500;
}
.paperClipSection{
    box-shadow: 0px 1px 14px 0px #64646433;
    border-radius: 1.5rem;
}
.paperClicpContainer{
    position: absolute;
    top: -11%;
    left: 41%;
}
.paperClipImg{
    width: 5rem;
}
.darkBlueBar,.lightBlueBar,.yellowBar{
    position: absolute;
    bottom: -3%;
    left: 37%;
    border-radius: 1rem;
}
.lightBlueBar{
    background-color: #90C4E9;
}
.yellowBar{
    background-color: #FFC032;
}
.paperClipSection p{
    font-weight: 500;
}
.tallyPrimeLogoPricingSection{
    width: 18rem;
}
.card-price-text {
    color: #000;
    font-size: 30px;
    font-weight: 500;
}
.cardContainer{
    box-shadow: 0 0 15px 0 #c9c9c9;
    border-radius: 1rem;
}
.border-hd{
    margin: 0 auto;
    border: 2px solid #abd3ef;
    width: 12%;
}
.pricingDetails .card{
    box-shadow: 0px 0px 0px 0px #00000040;
    border-radius: 0rem;
    background-color: #F9F9F9;
    border: 0px;
}
.pricingDetails img.img-fluid{
    display: none!important;
}
.pointer{
    cursor: pointer;
}
.bgLightBlue{
    background-color: #F1FBFF;
}
.freeTrialBtnBg{
    background-color:#3069B1;
}
.h3Heading{
    font-weight: 400!important;
}
.h2Heading{
    font-size: 2.6rem!important;
}
.iframeVideoSection{
    width: 32rem;
    height: 18rem;
    border: 4px solid #000;
}
.explorePara{
    font-size: 1.2rem!important;
}
.caroselCard{
    border-radius: 1rem;
}
.sliderImg{
    width: 16rem;
}
.hyperLinkArrow{
    position: absolute;
    bottom: 8px;
    right: 25px;
}
.hyperLinkArrow img{
    width: 2rem;
}
.caroselCard p{
    font-size: 1.2rem!important;
}
.sliderImage2{
    width: 18rem;
}
.sliderImage3{
    width: 17.4rem;
}
.ratingHyperlink:hover,.ratingHyperlink{
    text-decoration: none;
    cursor: pointer;
    color: #000!important;
}
.monthsText,.monthsRadioBtn{
    font-size: .9rem!important;
}
.accordion {
      background-color: #fff;
      color: #444;
      cursor: pointer;
      padding: 18px;
      width: 100%;
      text-align: left;
      border: none;
      outline: none;
      transition: 0.4s;
      font-size: 1.3rem;
      font-weight: 500;
      border-radius: 16px;
}
.panel {
      padding: 0 18px;
      background-color: white;
      display: none;
      overflow: hidden;
      color: black;
      visibility: visible;
    opacity: 1;
}
.panel.active {
    display: block;
    max-height: 500px;
}
.accordion:after {
    content: '\002B';
    font-weight: bold;
    float: right;
    margin-top: 7px!important;
    width: 2rem;
    height: 2rem;
    background-color: #F7F7FF;
    text-align: center;
    color: #6F6C90;
    padding-top: 3px;
    border-radius: 6px;
}
.active:after {
    /* content: "\2212"; */
    background-color: #3968B0;
    color: #fff;
}
.faqSection{
    box-shadow: 0px 5px 16px 0px #080F340F;
}
.testimonial{
    padding: 35px 50px;
    margin: 0 20px 30px;
    border-left: none;
    border-right: none;
    text-align: center;
    box-shadow: 0px 0px 15px 4px #0000001A;
    border-radius: 1rem;
}
.testimonial .pic{
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 20px;
    overflow: hidden;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
}
.testimonial .title{
    display: block;
    margin: 0 0 7px 0;
    font-size: 20px;
    font-weight: 600;
    color: #000;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.testimonial .post{
    display: block;
    font-size: 15px;
    color: #000;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.testimonial .description{
    font-size: 16px;
    color: #fff;
    line-height: 22px;
}
.owl-theme .owl-controls{ margin-top: 0; }
.owl-theme .owl-controls .owl-page span{
    background: #D9D9D9;
    opacity: 0.8;
    transition: all 0.3s ease 0s;
}
.owl-theme .owl-controls .owl-page.active span{ background: #2A67B2; }
.owl-item{
    color: #000;
}
.owl-item .description{
    color: #000;
}
.owl-pagination .owl-page:after{
    content: " "!important;
}
.owl-prev,.owl-next {
  position: absolute;
  top: 38%;
}
.owl-prev,.owl-next {
    height: 3rem;
    width: 3rem;
}
.owl-prev {
  left: -2rem;
}
.owl-next {
  right: -2rem;
}
.owl-carousel .owl-next {
    transform: rotateY(180deg);
}
.owl-theme .owl-controls .owl-buttons div{
    opacity: 1!important;
}
.testimonialImg{
    position: absolute;
    top: 4px;
    left: 43%;
}
.slick-slide{
    z-index: 1;
}
.sliderBlock{
    border: 1px solid #e1e1e1;
}
.slick-prev {
    z-index: 2;
}
.caroselCard {
    height: 20rem;
}
.h3heading, .moreReasonHead, .millionBusinessHead {
    font-weight: 700;
}
ul.tabSection {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.tabSection li {
  float: left;
}
.tabSection li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}
.tabSection li a:hover:not(.active) {
  background-color: #111;
}
.webinarsSlider .slick-slide img {
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.play-icon {
    position: absolute;
    /*left: 0;*/
   /* right: 0;*/
    margin: 0 auto;
    display: block;
}
.fontWeight600{
    font-weight: 600;
}
.borderGrey{box-shadow: 0px 0px 4px 0px #00000040;}
.free-trial-form {
    box-shadow: 0px 0px 5px 0px #00000040;
    background: #ffffff;
    border-radius: 8px;
    max-width: 80%;
}
.FeatName {
    border-radius: 8px;
    border: 0.87px solid #C8C8C9;
    width: 100%;
    padding: 0.5rem;
    margin-bottom: 0.7rem;
    outline: 0;
    font-size: .85rem;
}
.freetrialHead{
    font-size: 1.5rem;
    font-weight: 600;
}
.experienceHead{
    font-size: 1.8rem;
    font-weight: 600;
}
.readyToFallBg {
    border-radius: 0.5rem;
}
.tablinksActive {
    background: #7EC5ED;
    font-weight: 500;
}
.tablinks {
    color: #000000;
    font-size: .9rem;
    border-bottom: 1.4px solid #dcdcdc;
    cursor: pointer;
}
.tablinksActive:after {
    content: "";
    position: absolute;
    top: 10px;
    right: -16px;
    z-index: 1;
    border: solid 8px transparent;
    border-left-color: #7EC5ED;
}
.CategoryImg {
    width: auto;
    max-height: 230px;
}

.owl-carousel .owl-prev{
  background: url('/wp-content/uploads/2024/best-e-invoicing-software/prev-icon-owl.svg') no-repeat!important;
  background-size: 50px!important;
}
.owl-carousel .owl-next{
  background: url('/wp-content/uploads/2024/best-e-invoicing-software/prev-icon-owl.svg') no-repeat!important;
  background-size: 50px!important;
}
.owl-carousel .owl-prev:hover{
    background-position: 0px -53px;
}
.owl-carousel .owl-next:hover{
    background-position: -24px -53px;
}
.pricingDetails .btn-yellow{
    border-radius: 0px;
}
#header-top-pop-form .modal-dialog {
    max-width: 700px!important;
}
.clsRatingDiv {
    border: 1px solid #000000;
    border-radius: 5px;
    padding: 10px;
    display: flex;
    text-align: center;
    color: #000000;
    text-decoration: none;

}
.text-left {
    text-align: left !important;
}
/*responsive starts here*/
@media (min-width:280px){
    .categories {
        margin: 0;
        padding: 10px;
        color:white !important;
    }    
    .categories, .subParagraph {
       color:white !important;
    }
   .bannerHeading {
        font-size: 1.7rem;
        color: white;

    }
   .bannerRightImg{
        width: 100%;
   }
   .g2Logo{
      width: 2rem;
   }
   .capterraLogo,.softwareSuggestLogo {
        width: 4rem;
   }
   .goEasyHead{
        font-size: 1.4rem;
   }
   .h3heading,.moreReasonHead,.millionBusinessHead{
        font-size: 1.4rem;
   }
   .testimonialImg{
        top: 6px;
        left: 36%;
   }
   .testimonial .title{
     font-size: 1.2rem;
   }
   .tallyPrimeLogoPricingSection {
        width:5rem;
    }
    .h2Heading{
        font-size: 2.2rem!important;
    }
    .iframeVideoSection {
        width: 100%;
        height: 14rem;
    }
    .faqHeading{
        font-size: 1.6rem;
    }
    .accordion:after{
        margin-top: -37px!important;
        padding-top: 3px;
        width: 1.5rem;
        height: 1.5rem;
    }
    .accordion{
        font-size: 1rem;
        position: relative;
    }
    .featureImg{
        width: 100%;
    }
    .sliderImg {
        width: 13rem;
    }
    .sliderImage2 {
        width: 13.5rem;
    }
    .sliderImage3 {
        width: 13.4rem;
    }
    .slick-prev {
        left: 0px;
    }
    .slick-next {
        right: 0px;
    }
    .hyperLinkArrow{
        right: 60px;
    }
    .accordionHeading{
        font-size: 1.2rem;
    }
    .CategoryImg{
        width: 100%;
    }
    .featureImg {
        width: 18rem;
    }
    .featureImg1{
        width: 14rem;
    }
    .experienceHead,.readyToFallHead{
     font-size: 1.6rem;
   }
   .play-icon {
        top: 40%;
        width: 15%;
        right: 45%;
    }
    .ratingsSection{
        margin-top: -3.4rem!important;
    }
    .owl-carousel .owl-prev{
        left: -20px;
    }
    .owl-carousel .owl-next{
        right: -20px;
    }
    .leadRightImg{
        width: 18rem;
    }
    .bannerSubHead{
        font-size: 1rem;
        font-weight: normal;
    }
    .formBackground{
        background: url('/mena/wp-content/uploads/2024/best-e-invoicing-software/form-background-mobile-bg.png');
        background-repeat: no-repeat;
        height: auto;
        background-position: bottom;
        background-size: cover;
        border-radius: 1rem;
        background-position-y: top;
    }
  }
  @media (max-width:576px){
  .clsRatingDiv {
    width: 85%; 
     position: relative; 
     left: 25px;
}}
@media (min-width:375px){
    .testimonialImg{
        left: 40%;
    }

}

@media (min-width:412px){
   .accordion:after {
        margin-top: -2px!important;
        padding-top: 2px;
        position: relative;
        /* right: 1.5rem; */
    }
    .bannerHeading {
        font-size: 2.2rem;
    }
}

@media (min-width:425px){

}

@media (min-width:576px){
   .bannerHeading {
       font-size: 2.4rem;
   }
   .testimonialImg {
        left: 43%;
   }
   .h3heading, .moreReasonHead, .millionBusinessHead {
        font-size: 1.6rem;
    }
    .featureImg{
        width: 60%;
    }
    .accordion:after {
        margin-top: -3px!important;
    }
    .iframeVideoSection{
        height: 18rem;
    }
    .bannerRightImg {
        width: 85%;
    }
    .leadRightImg {
        width: 22rem;
    }
    .bannerHeading {
        font-size: 1.8rem;
    }
    .bannerSubHead {
        font-size: 1rem;
    }
}

@media (min-width:768px){
   .bannerHeading {
       font-size: 2.5rem;
   }
   .bannerRightImg {
        width: 60%;
    }
    .iframeVideoSection{
        height: 24rem;
    }
    .testimonialImg {
        left: 40%;
    }
    .sliderImage2 {
        width: 10.4rem;
    }
    .sliderImage3 {
        width: 12.8rem;
    }
    .sliderImage1 {
        width: 10.5rem;
    }
    .readyToFallBg {
        background-image: url('/wp-content/uploads/2024/best-e-invoicing-software/ready-to-fall-bg.svg');
        background-size: inherit;
        background-position: 56% 47%;
    }
     .bannerHeading {
       font-size: 2.4rem;
   }
   .leadRightImg{
      width: 18rem;
   }
   .formBackground{
        background: url('/mena/wp-content/uploads/2024/best-e-invoicing-software/form-background.png');
        background-repeat: no-repeat;
        height: auto;
        background-position: bottom;
        background-size: cover;
        border-radius: 1rem;
        background-position-y: top;
    }

}

@media (min-width: 992px){

}

@media (min-width:1024px){
    .bannerRightImg {
        width: 100%;
    }
    .g2Logo {
        width: 1.8rem;
    }
    .capterraLogo, .softwareSuggestLogo {
        width: 4rem;
    }
    .featureImg {
        width: 70%;
    }
    .featureImg1{
       width: 55%; 
    }
    .otherFeatureImg{
        width: 2.5rem;
    }
    .otherFeatures h3{
        font-size: 1.4rem;
    }
    .paperClipImg {
        width: 4rem;
    }
    .paperClicpContainer {
        top: -9%;
        left: 38%;
    }
    .testimonialImg {
        left: 44%;
    }
    .cardContainer h3{
        font-size: 1.5rem;
    }
    h4.card-price-text{
        font-size: 1.7rem;
    }
    .readyToFallBg {
        background-size: auto;
        background-position: 55% 45%;
    }
    .iframeVideoSection {
        width: 73%;
    }
    .caroselCard p{
        font-size: 1rem!important;
    }
    .hyperLinkArrow {
        right: 25px;
    }
    .paperClicpContainer {
        top: -9%;
        left: 40%;
    }
    .darkBlueBar, .lightBlueBar, .yellowBar{
        left: 38%;
    }
    .faqsTab{
        padding-right: 3.65rem!important;
        padding-left: 3.8rem!important;
    }
    .owl-carousel .owl-prev{
        left: -33px;
    }
    .owl-carousel .owl-next{
        right: -33px;
    }
    .bannerSubHead {
        font-size: 1rem;
    }
    .categories,.subParagraph{
        font-size: 0.9rem!important;
        margin-bottom: 1rem;
    }
}  

@media (min-width:1200px){
    .leadRightImg {
        width: 22rem;
    }
    .blackPlayBtn {
        top: 40%!important;
        position: absolute;
        left: 40%;
    }
    .play-icon{
        width:14%;
    }
   .bannerHeading {
       font-size: 2.3rem;
       font-weight: 600;
   }
   .bannerRightImg{
        width: 100%;
    }
    .paperClipImg {
        width: 5rem;
    }
    
    .testimonialImg {
        left: 45%;
    }
    .iframeVideoSection {
        height: 19rem;
        width: 50%;
    }
    .slick-prev {
        left: 0px;
    }
    .slick-next {
        right: 0px;
    }
    .featuresBlock{
        border-right: 1px solid #94CBEC;
        font-size: .85rem;
    }
    .featuresBlock:last-child{
        border-right: 0px solid #94CBEC;
    }
    .faqsTab{padding-right:3.56rem!important;padding-left:3.4rem!important;}
    .paperClicpContainer {
        top: -11%;
    }
   .sliderImage1 {
        width: 14.5rem;
    }
    .sliderImage2 {
        width: 17.4rem;
    }
    .readyToFallBg {
        background-size: cover;
        background-position: 95% 45%;
    }
    .sliderImage3 {
        width: 16.8rem;
    }
    .accordion:after{
        width: 2rem;
        height: 2rem;
        font-size: 1.3rem;
        padding-top: 0px!important;
        position: absolute;
        top: 50%;
        right: 1rem;
        transform: translateY(-50%);

    }
    .e-invoicing-cancellationTab {
        padding-right: 0.9rem!important;
        padding-left: 0.9rem!important;
    }
    .readyToFallHead {
        font-size: 2.5rem;
    }
    .blackPlayBtn {
        top: 43%!important;
    }
    .ratingsSection{
        margin-top: -2.4rem!important;
    }
}
@media (min-width:1280px){ 
    .bannerHeading {
           font-size: 2.3rem;
       }
    .e-invoicing-cancellationTab {
        padding-right: 1.3rem !important;
        padding-left: 1.3rem !important;
    }
}

@media (min-width:1366px){ 
    .faqsTab {
        padding-right: 3.55rem!important;
        padding-left: 3.3rem!important;
    }
}

@media (min-width:1440px){
    .e-invoicing-cancellationTab {
        padding-right: 1.3rem !important;
        padding-left: 1.3rem !important;
    }
}

@media (min-width:1600px){
    .readyToFallBg {
        background-position: 100% 46%;
        background-size: cover;
    }
   .bannerHeading {
        font-size: 2.3rem;
        font-weight: 600;
    }
   .moreReasonHead{
      font-size: 1.85rem;
   }
   .g2Logo {
        width: 1.9rem;
    }
   .capterraLogo{
        width: 4rem;
   }
   .softwareSuggestLogo{
        width: 4.4rem;
   }
   .sliderImage1 {
        width: 16rem;
    }
    .sliderImage2 {
        width: 17rem;
    }
    .sliderImage3 {
        width: 17rem;
    }
    .goEasyHead{
        font-size: 1.8rem;
    }
    .evaluateBoldText{
        font-size: 1.2rem!important;
    }
    .h3heading, .moreReasonHead, .millionBusinessHead {
        font-size: 1.8rem;
    }
    .cardContainer h3{
        font-weight: 600;
    }
    .explorePara{
        font-size: 1.6rem!important;
    }
    .e-invoicing-cancellationTab {
        padding-right: 1.3rem !important;
        padding-left: 1.3rem !important;
    }
}

@media (min-width: 1680px) {

}

@media (min-width: 1920px) {

}   
html,body{
    overflow-x: hidden;
    width:100%;
  }