@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900); @import url(css/magnific-popup.css); @import url(css/custom-icon.css); @import url(css/classy-nav.min.css); @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;500;600;700&family=Poppins:wght@100;200;300;400;500;600;700;800&display=swap'); * {
    margin: 0;
    padding: 0
}

body {
    font-family: Montserrat,sans-serif;
    font-size: 14px
}

h1,h2,h3,h4,h5,h6 {
    color: #242424;
    line-height: 1.3;
    font-weight: 600
}

p {
    font-size: 17px;
    line-height: 28px;
    text-align: justify
}

a,a:focus,a:hover {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    text-decoration: none;
    outline: 0 solid transparent;
    color: #141414;
    font-weight: 600;
    font-size: 14px
}

ol,ul {
    margin: 0;
    padding-left: 22px;
}

ol li,ul li {
    list-style: none
}

h1 {
    font-size: 1.8rem
}

h2 {
    font-size: 1.5rem
}

ul li i {
    color: #048015
}

img {
    height: auto;
    max-width: 100%
}

.mt-15 {
    margin-top: 15px!important
}

.mt-30 {
    margin-top: 30px!important
}

.mt-50 {
    margin-top: 50px!important
}

.mt-70 {
    margin-top: 70px!important
}

.mt-100 {
    margin-top: 100px!important
}

.mb-15 {
    margin-bottom: 15px!important
}

.mb-30 {
    margin-bottom: 30px!important
}

.mb-50 {
    margin-bottom: 50px!important
}

.mb-70 {
    margin-bottom: 70px!important
}

.mb-100 {
    margin-bottom: 100px!important
}

.ml-15 {
    margin-left: 15px!important
}

.ml-30 {
    margin-left: 30px!important
}

.ml-50 {
    margin-left: 50px!important
}

.mr-15 {
    margin-right: 15px!important
}

.mr-30 {
    margin-right: 30px!important
}

.mr-50 {
    margin-right: 50px!important
}

.height-400 {
    height: 400px!important
}

.height-500 {
    height: 500px!important
}

.height-600 {
    height: 600px!important
}

.height-700 {
    height: 700px!important
}

.height-800 {
    height: 800px!important
}

.section-padding-100 {
    padding-top: 50px;
    padding-bottom: 30px
}

.section-padding-100-0 {
    padding-top: 50px;
    padding-bottom: 0
}

.section-padding-0-100 {
    padding-top: 0;
    padding-bottom: 100px
}

.section-padding-100-70 {
    padding-top: 100px;
    padding-bottom: 70px
}

.section-heading {
    position: relative;
    z-index: 1;
    max-width: 600px;
    margin-bottom: 30px!important
}

.section-heading span {
    color: #606060;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 15px;
    display: block;
    letter-spacing: 2px
}

.section-heading h3 {
    font-size: 34px;
    margin-bottom: 0;
    font-weight: 600
}

@media only screen and (max-width: 767px) {
    .section-heading h3 {
        font-size:24px
    }
    .latest_version tr td {
        border-left: 1px solid #2f9c1f;
    }
    .resolve-sec {
        overflow: scroll;
    }
    .quickbooks_banner-content h1 {
        font-size: 37px!important;
        line-height: 47px!important;
    }
  
}

.section-heading.text-left {
    text-align: left!important
}

.section-heading.white h3,.section-heading.white span {
    color: #fff
}

#preloader {
    background: #61ba6d;
    background: -webkit-linear-gradient(to right,#61ba6d,#83c331);
    background: linear-gradient(to right,#61ba6d,#83c331);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5000
}

#preloader .circle-preloader {
    display: block;
    width: 60px;
    height: 60px;
    border: 2px solid rgba(255,255,255,.5);
    border-bottom-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    animation: spin 2s infinite linear
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

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

.bg-white {
    background-color: #fff!important
}

.bg-dark {
    background-color: #000!important
}

.bg-transparent {
    background-color: transparent!important
}

.font-bold {
    font-weight: 700
}

.font-light {
    font-weight: 300
}

.bg-overlay {
    position: relative;
    z-index: 2;
    background-position: center center;
    background-size: cover
}

.bg-overlay::after {
    background-color: rgba(0,0,0,.88);
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: ""
}

.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close {
    color: #fff;
    right: 0;
    padding-right: 0;
    width: 30px;
    height: 30px;
    background-color: #61ba6d;
    line-height: 30px;
    text-align: center;
    position: absolute;
    top: 40px;
    right: -30px
}

@media only screen and (max-width: 767px) {
    .mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close {
        right:0
    }
}

#scrollUp {
    background: #61ba6d;
    background: -webkit-linear-gradient(to right,#61ba6d,#83c331);
    background: linear-gradient(to right,#61ba6d,#83c331);
    border-radius: 0;
    bottom: 60px;
    box-shadow: 0 2px 6px 0 rgba(0,0,0,.3);
    color: #fff;
    font-size: 24px;
    height: 40px;
    line-height: 40px;
    right: 60px;
    text-align: center;
    width: 40px;
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

#scrollUp:hover {
    background-color: #141414
}

@media only screen and (max-width: 767px) {
    #scrollUp {
        bottom:30px;
        right: 30px
    }
}

.academy-btn {
    display: inline-block;
    min-width: 160px;
    height: 65px;
    color: #fff;
    border: none;
    border-radius: 0;
    padding: 0 40px;
    font-size: 14px;
    line-height: 65px;
    -webkit-transition: all .5s;
    transition: all .5s;
    background: #61ba6d;
    background-image: -webkit-linear-gradient(left,#61ba6d 0,#83c331 51%,#61ba6d 100%);
    background-image: linear-gradient(to right,#61ba6d 0,#83c331 51%,#61ba6d 100%);
    font-weight: 600
}

.academy-btn.btn-sm {
    min-width: 110px;
    padding: 0 20px;
    height: 42px;
    line-height: 42px
}

.academy-btn.active,.academy-btn:focus,.academy-btn:hover {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background: #61ba6d;
    background: -webkit-linear-gradient(to right,#61ba6d,#83c331);
    background: linear-gradient(to right,#61ba6d,#83c331)
}

.academy-btn.btn-2 {
    background: #141414
}

.academy-btn.btn-2:focus,.academy-btn.btn-2:hover {
    background: #69bc5f
}

.academy-btn.btn-3 {
    background: #69bc5f
}

.academy-btn.btn-3:focus,.academy-btn.btn-3:hover {
    background: #141414
}

.academy-btn.btn-4 {
    background: #fff;
    border: 2px solid #69bc5f;
    color: #606060
}

.academy-btn.btn-4:focus,.academy-btn.btn-4:hover {
    background: #69bc5f;
    color: #fff
}

.header-area {
    /* position: fixed; */
    z-index: 100;
    width: 100%;
    height: 125px;
    background: #fff
}

.header-area .top-header {
    width: 100%;
    height: 40px;
    background: linear-gradient(to right,#0375a8,#83c331)
}

.top-header .header-content .login_detail .email_ad {
    font-size: 16px;
    color: #fff;
    margin-right: 10px
}

.top-header .header-content .num-qb {
    color: #fff;
    font-size: 20px;
    background: #2ca01c;
    padding: 2px 10px;
    border-radius: 8px
}

.login-content p {
    color: #fff;
    font-size: 16px
}

.header-area .top-header .login-content a {
    display: inline-block;
    font-weight: 600
}

.header-area .top-header .login-content a:hover {
    color: #69bc5f
}

.header-area .academy-main-menu {
    /* position: absolute; */
    width: 100%;
    height: 85px;
    background-color: transparent;
    z-index: 100;
    left: 0;
    right: 0
}

.header-area .academy-main-menu .classy-nav-container {
    background-color: #f5f7fa
}

.header-area .academy-main-menu .classy-navbar {
    background-color: #f5f7fa;
    height: 85px;
    padding: 0
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .header-area .academy-main-menu .classy-navbar {
        padding:0;
        padding-left: 2em
    }
}

@media only screen and (max-width: 767px) {
    .header-area .academy-main-menu .classy-navbar {
        padding:0;
    }
}

.header-area .academy-main-menu .classy-navbar .classynav ul li a {
    font-weight: 600;
    text-transform: uppercase
}

.header-area .academy-main-menu .classy-navbar .classynav ul li a:focus,.header-area .academy-main-menu .classy-navbar .classynav ul li a:hover {
    color: #69bc5f
}

.header-area .academy-main-menu .classynav {
    padding-left: 2em
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
    .header-area .academy-main-menu .classynav {
        padding-left:1em
    }
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .header-area .academy-main-menu .classynav {
        padding-left:0
    }
}

@media only screen and (max-width: 767px) {
    .header-area .academy-main-menu .classynav {
        padding-left:0;
        padding-top: 90px;
    }
}

.header-area .academy-main-menu .calling-info {
    position: relative;
    padding-left: 80px;
    overflow: hidden
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
    .header-area .academy-main-menu .calling-info {
        padding-left:50px
    }
}

.header-area .academy-main-menu .calling-info .call-center {
    position: relative;
    z-index: 1;
    background: #61ba6d;
    background: -webkit-linear-gradient(to right,#0375a8,#83c331);
    background: linear-gradient(to right,#0375a8,#83c331);
    padding: 0 40px;
    line-height: 85px;
    height: 85px
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
    .header-area .academy-main-menu .calling-info .call-center {
        padding:0 15px 0 30px
    }
}

.header-area .academy-main-menu .calling-info .call-center a {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    display: block
}

.header-area .academy-main-menu .calling-info .call-center a i {
    width: 45px;
    height: 45px;
    border: 2px solid #fff;
    border-radius: 50%;
    display: inline-block;
    line-height: 41px;
    font-size: 18px;
    text-align: center;
    margin-right: 20px
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
    .header-area .academy-main-menu .calling-info .call-center a i {
        margin-right:10px
    }
}

@media only screen and (max-width: 767px) {
    .header-area .academy-main-menu .calling-info .call-center a span {
        display:none
    }
}

.header-area .academy-main-menu .calling-info .call-center:before {
    position: absolute;
    width: 50px;
    height: 120%;
    top: 3px;
    left: -28px;
    z-index: 1;
    background-color: #0a7aa1;
    content: '';
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg)
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
    .header-area .academy-main-menu .calling-info .call-center:before {
        width:42px
    }
}

.header-area .is-sticky .academy-main-menu {
    position: fixed;
    width: 100%;
    height: 85px;
    top: 0;
    left: 0;
    z-index: 3000;
    background-color: #f5f7fa;
    box-shadow: 0 5px 40px rgba(0,0,0,.2)
}

.header-area .is-sticky .academy-main-menu::after {
    position: absolute;
    width: 25%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 1;
    background-color: #83c331;
    content: ''
}

.hero-slides {
    position: relative;
    z-index: 1
}

.hero-slides .single-hero-slide {
    width: 100%;
    height: 500px;
    position: relative;
    z-index: 1
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
    .hero-slides .single-hero-slide {
        height:400px;
        width: 100%
    }
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .hero-slides .single-hero-slide {
        height:400px;
        width: 100%
    }
}

@media only screen and (max-width: 767px) {
    .hero-slides .single-hero-slide {
        height:200px;
        margin-top: 40px;
        width: 100%
    }
}

@media only screen and (max-width: 400px) {
    .hero-slides .single-hero-slide {
        height:150px;
        margin-top: 50px;
        width: 100%
    }
}

.hero-slides .single-hero-slide h4 {
    color: #fff;
    margin-bottom: 10px
}

@media only screen and (max-width: 767px) {
    .hero-slides .single-hero-slide h4 {
        font-size:18px
    }
}

.hero-slides .single-hero-slide h2 {
    font-size: 60px;
    color: #fff;
    margin-bottom: 30px
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
    .hero-slides .single-hero-slide h2 {
        font-size:48px
    }
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .hero-slides .single-hero-slide h2 {
        font-size:36px
    }
}

@media only screen and (max-width: 767px) {
    .hero-slides .single-hero-slide h2 {
        font-size:30px
    }
}

.hero-slides .owl-next,.hero-slides .owl-prev {
    background: #61ba6d;
    background: -webkit-linear-gradient(to right,#61ba6d,#83c331);
    background: linear-gradient(to right,#61ba6d,#83c331);
    width: 56px;
    height: 56px;
    line-height: 56px;
    color: #fff;
    top: 50%;
    margin-top: -28px;
    left: 5%;
    position: absolute;
    z-index: 10;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    opacity: 0;
    visibility: hidden;
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

@media only screen and (max-width: 767px) {
    .hero-slides .owl-next,.hero-slides .owl-prev {
        width:40px;
        height: 40px;
        line-height: 40px;
        margin-top: -20px
    }
img.img-responsive.necessery_img {
    width: 100%;
    padding-bottom: 19px;
}
.section-padding-100-0 {
    padding-top: 10px;
}
.main_banner {
    height: 398px!important;
}
}

.hero-slides .owl-next:focus,.hero-slides .owl-next:hover,.hero-slides .owl-prev:focus,.hero-slides .owl-prev:hover {
    background: #141414;
    color: #fff
}

.hero-slides .owl-next {
    left: auto;
    right: 5%
}

.hero-slides:hover .owl-next,.hero-slides:hover .owl-prev {
    opacity: 1;
    visibility: visible
}

.top-features-area {
    position: relative;
    z-index: 50;
    margin-bottom: -60px
}

@media only screen and (max-width: 767px) {
    .top-features-area {
        margin-bottom:-115px
    }
}

.top-features-area .features-content {
    position: relative;
    z-index: 50;
    background: #61ba6d;
    background: -webkit-linear-gradient(to right,#0375a8,#83c331);
    background: linear-gradient(to right,#0375a8,#83c331);
    padding: 40px 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.top-features-area .features-content .single-top-features {
    border-right: 2px solid #fff
}

@media only screen and (max-width: 767px) {
    .top-features-area .features-content .single-top-features {
        border-right:none;
        border-bottom: 2px solid #fff;
        padding-bottom: 15px;
        margin-bottom: 15px
    }
}

@media only screen and (max-width: 900px) {
    .features-content {
        display:none
    }
}

.top-features-area .features-content .single-top-features i {
    font-size: 40px;
    margin-right: 15px;
    color: #fff
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .top-features-area .features-content .single-top-features i {
        font-size:28px;
        margin-right: 10px
    }
}

@media only screen and (max-width: 767px) {
    .top-features-area .features-content .single-top-features i {
        font-size:28px;
        margin-right: 10px
    }
}

.top-features-area .features-content .single-top-features p {
    font-size: 50px;
    margin-bottom: 0;
    font-weight: 600;
    color: #fff
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .top-features-area .features-content .single-top-features h5 {
        font-size:16px
    }
}

.top-features-area .features-content .col-12:last-child .single-top-features {
    border-right: none
}

@media only screen and (max-width: 767px) {
    .top-features-area .features-content .col-12:last-child .single-top-features {
        border:none;
        padding-bottom: 0;
        margin-bottom: 0
    }
}

.single-course-area .course-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91px;
    flex: 0 0 91px;
    min-width: 91px;
    width: 91px;
    background: #61ba6d;
    background: -webkit-linear-gradient(to right,#61ba6d,#83c331);
    background: linear-gradient(to right,#61ba6d,#83c331);
    width: 91px;
    height: 91px;
    line-height: 95px;
    font-size: 40px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    margin-right: 30px
}

.single-course-area .course-content h4 {
    margin-bottom: 15px;
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
    .single-course-area .course-content h4 {
        font-size:18px
    }
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .single-course-area .course-content h4 {
        font-size:16px
    }
}

@media only screen and (max-width: 767px) {
    .single-course-area .course-content h4 {
        font-size:18px
    }
}

.single-course-area .course-content p {
    margin-bottom: 0
}

.single-course-area:focus .course-content h4,.single-course-area:hover .course-content h4 {
    color: #69bc5f
}

.single-testimonial-area {
    position: relative;
    z-index: 1
}

.single-testimonial-area .testimonial-thumb {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 55px;
    flex: 0 0 55px;
    max-width: 55px;
    width: 55px;
    height: 55px;
    border: 2px solid transparent;
    margin-right: 40px;
    margin-top: 15px;
    border-radius: 50%
}

.single-testimonial-area .testimonial-thumb img {
    border-radius: 50%
}

.single-testimonial-area .testimonial-content h5 {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    color: #fff;
    font-weight: 500;
    margin-bottom: 30px
}

.single-testimonial-area .testimonial-content p {
    color: #fff
}

.single-testimonial-area .testimonial-content h6 {
    color: #fff;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 15px
}

.single-testimonial-area .testimonial-content h6 span {
    color: #69bc5f
}

.single-testimonial-area:hover .testimonial-thumb {
    border-color: #69bc5f
}

.single-testimonial-area:hover .testimonial-content h5 {
    color: #69bc5f
}

.single-top-popular-course {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    background-color: #eef3f6
}

.single-top-popular-course .popular-course-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 54%;
    flex: 0 0 54%;
    max-width: 54%;
    width: 54%;
    padding: 30px
}

@media only screen and (max-width: 767px) {
    .single-top-popular-course .popular-course-content {
        -webkit-box-flex:0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%
    }
}

.single-top-popular-course .popular-course-content h5 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 8px
}

.single-top-popular-course .popular-course-content span {
    font-size: 12px;
    color: #61ba6d;
    margin-bottom: 10px;
    display: block
}

.single-top-popular-course .popular-course-content .course-ratings {
    font-size: 10px;
    color: #fbb710;
    margin-bottom: 30px
}

.single-top-popular-course .popular-course-content .course-ratings .fa-star-o {
    color: #e0e3e4
}

.single-top-popular-course .popular-course-thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 46%;
    flex: 0 0 46%;
    max-width: 46%;
    width: 46%;
    height: 350px
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
    .single-top-popular-course .popular-course-thumb {
        height:420px
    }
}

@media only screen and (max-width: 767px) {
    .single-top-popular-course .popular-course-thumb {
        -webkit-box-flex:0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%
    }
}

@media only screen and (min-width: 480px) and (max-width:767px) {
    .single-top-popular-course .popular-course-thumb {
        height:250px
    }
}

.popular-course-details-area .single-top-popular-course {
    margin-bottom: 0
}

.popular-course-details-area .single-top-popular-course .popular-course-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 570px;
    flex: 0 0 570px;
    max-width: 570px;
    width: 570px;
    padding: 30px;
    margin-left: auto
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
    .popular-course-details-area .single-top-popular-course .popular-course-content {
        -webkit-box-flex:0;
        -ms-flex: 0 0 465px;
        flex: 0 0 465px;
        max-width: 465px;
        width: 465px
    }
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .popular-course-details-area .single-top-popular-course .popular-course-content {
        -webkit-box-flex:0;
        -ms-flex: 0 0 370px;
        flex: 0 0 370px;
        max-width: 370px;
        width: 370px
    }
}

@media only screen and (max-width: 767px) {
    .popular-course-details-area .single-top-popular-course .popular-course-content {
        -webkit-box-flex:0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%
    }
}

.popular-course-details-area .single-top-popular-course .popular-course-content h5 {
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 8px;
    margin-left: -2px
}

.popular-course-details-area .single-top-popular-course .popular-course-content span {
    font-size: 14px;
    color: #61ba6d;
    margin-bottom: 10px;
    display: block
}

.popular-course-details-area .single-top-popular-course .popular-course-content .course-ratings {
    font-size: 10px;
    color: #fbb710;
    margin-bottom: 30px
}

.popular-course-details-area .single-top-popular-course .popular-course-content .course-ratings .fa-star-o {
    color: #e0e3e4
}

.popular-course-details-area .single-top-popular-course .popular-course-thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
    height: 620px
}

@media only screen and (max-width: 767px) {
    .popular-course-details-area .single-top-popular-course .popular-course-thumb {
        -webkit-box-flex:0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        height: 400px
    }
}

.partners-logo {
    position: relative;
    z-index: 1
}

.partners-logo a {
    display: inline-block;
    max-width: 130px
}

@media only screen and (max-width: 767px) {
    .partners-logo a {
        max-width:40px
    }
}

@media only screen and (min-width: 480px) and (max-width:767px) {
    .partners-logo a {
        max-width:60px
    }
}

.call-to-action-area {
    position: relative;
    z-index: 1;
    background: #61ba6d;
    background: linear-gradient(to right,#0375a8,#83c331);
    background: linear-gradient(to right,#0375a8,#83c331);
    padding: 30px 0
}

.call-to-action-area .cta-content h3 {
    font-size: 30px;
    color: #fff;
    margin-bottom: 0
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
    .call-to-action-area .cta-content h3 {
        font-size:24px
    }
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .call-to-action-area .cta-content h3 {
        font-size:20px
    }
}

@media only screen and (max-width: 767px) {
    .call-to-action-area .cta-content h3 {
        font-size:24px;
        margin-bottom: 30px
    }
}

.call-to-action-area .cta-content .academy-btn {
    min-width: 110px;
    padding: 0 20px;
    height: 42px;
    line-height: 38px;
    border: 2px solid #fff
}

.main-footer-area {
    background-color: #232323
}

.main-footer-area .footer-widget .widget-title {
    margin-bottom: 25px
}

.footer-widget p {
    color: #848484
}

.main-footer-area .footer-widget .widget-title h6 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
    color: #fff;
    margin-top: 10px;
    text-transform: uppercase
}

.main-footer-area .footer-widget .footer-social-info a {
    display: inline-block;
    color: #606060;
    margin-right: 15px
}

.main-footer-area .footer-widget .footer-social-info a:focus,.main-footer-area .footer-widget .footer-social-info a:hover {
    color: #fff
}

.main-footer-area .footer-widget .useful-links li a {
    display: block;
    color: #848484;
    margin-bottom: 15px;
    font-size: 17px;
    font-weight: 400
}

.main-footer-area .footer-widget .useful-links li a:focus,.main-footer-area .footer-widget .useful-links li a:hover {
    color: #69bc5f
}

.main-footer-area .footer-widget .gallery-list a {
    position: relative;
    z-index: 1;
    @flex (0 0 30%);max-width: 30%;
    margin-bottom: 15px;
    cursor: zoom-in
}

.main-footer-area .footer-widget .gallery-list a::after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    background-color: rgba(97,186,109,.8);
    opacity: 0;
    visibility: hidden;
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

.main-footer-area .footer-widget .gallery-list a:hover::after {
    opacity: 1;
    visibility: visible
}

.main-footer-area .footer-widget .single-contact i {
    color: #69bc5f;
    font-size: 20px;
    margin-right: 15px;
    padding-top: 7px
}

.main-footer-area .footer-widget .single-contact p {
    margin-bottom: 0
}

.bottom-footer-area {
    background-color: #141414;
    padding: 10px 0;
    text-align: center
}

.bottom-footer-area p {
    font-size: 15px;
    margin-top: 0;
    margin-bottom: 0;
    color: #fff
}

.bottom-footer-area p a {
    color: #606060;
    font-size: 15px
}

.breadcumb-area {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 300px
}

.breadcumb-area .bradcumbContent {
    width: 550px;
    background: #61ba6d;
    background: -webkit-linear-gradient(to right,#61ba6d,#83c331);
    background: linear-gradient(to right,#61ba6d,#83c331);
    position: absolute;
    bottom: -60px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    z-index: 30
}

@media only screen and (max-width: 767px) {
    .breadcumb-area .bradcumbContent {
        width:280px
    }
}

.breadcumb-area .bradcumbContent h2 {
    text-align: center;
    font-size: 42px;
    color: #fff
}

@media only screen and (max-width: 767px) {
    .breadcumb-area .bradcumbContent h2 {
        font-size:24px
    }
}

.breadcumb-area .bradcumbContent h1 {
    text-align: center;
    font-size: 30px;
    color: #fff
}

.breadcumb-area .bradcumbContent p {
    text-align: center;
    font-size: 30px;
    color: #fff
}

@media only screen and (max-width: 767px) {
    .breadcumb-area .bradcumbContent h1 {
        font-size:24px
    }
}

.about-slides {
    position: relative;
    z-index: 1
}

.about-slides .owl-next,.about-slides .owl-prev {
    background: #61ba6d;
    background: -webkit-linear-gradient(to right,#61ba6d,#83c331);
    background: linear-gradient(to right,#61ba6d,#83c331);
    width: 56px;
    height: 56px;
    line-height: 56px;
    color: #fff;
    top: 50%;
    margin-top: -28px;
    left: 5%;
    position: absolute;
    z-index: 10;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

@media only screen and (max-width: 767px) {
    .about-slides .owl-next,.about-slides .owl-prev {
        width:36px;
        height: 36px;
        line-height: 36px;
        margin-top: -18px
    }
}

.about-slides .owl-next {
    left: auto;
    right: 5%
}

.single-teachers-area {
    position: relative;
    z-index: 1
}

.single-teachers-area .teachers-info h5 {
    font-weight: 400;
    margin-bottom: 3px
}

.single-teachers-area .teachers-info span {
    color: #69bc5f;
    font-size: 14px
}

@media only screen and (max-width: 767px) {
    .academy-blog-sidebar {
        margin-top:100px
    }
}

.single-blog-post {
    background-color: #eef3f6;
    padding: 30px
}

.single-blog-post .post-title {
    font-size: 24px;
    display: block;
    font-weight: 500;
    margin-bottom: 5px
}

.single-blog-post .post-title:focus,.single-blog-post .post-title:hover {
    color: #69bc5f
}

.single-blog-post .post-meta {
    margin-bottom: 30px
}

.single-blog-post .post-meta p {
    font-size: 12px;
    color: #69bc5f;
    margin-bottom: 0
}

.single-blog-post .post-meta p a {
    font-size: 12px;
    color: #69bc5f;
    font-weight: 500
}

.academy-pagination-area .pagination .page-item .page-link {
    width: 36px;
    height: 36px;
    background-color: #eef3f6;
    display: block;
    padding: 0;
    border: none;
    margin-right: 10px;
    color: #242424;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    line-height: 36px
}

.academy-pagination-area .pagination .page-item .page-link:focus,.academy-pagination-area .pagination .page-item .page-link:hover {
    background-color: #61ba6d;
    color: #fff
}

.academy-pagination-area .pagination .page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.academy-pagination-area .pagination .page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.academy-pagination-area .pagination .page-item.active .page-link {
    background-color: #61ba6d;
    color: #fff
}

.blog-post-search-widget form {
    position: relative;
    z-index: 1
}

.blog-post-search-widget form input {
    width: 100%;
    height: 48px;
    border: none;
    background-color: #eef3f6;
    padding: 0 30px;
    font-size: 12px;
    font-style: italic
}

.blog-post-search-widget form button {
    position: absolute;
    top: 0;
    right: 0;
    width: 55px;
    height: 48px;
    background-color: #69bc5f;
    border: none;
    z-index: 10;
    cursor: pointer;
    color: #fff
}

.blog-post-categories {
    background-color: #eef3f6;
    padding: 30px
}

.blog-post-categories h5 {
    font-size: 18px;
    margin-bottom: 30px
}

.blog-post-categories ul {
    padding-left: 30px
}

.blog-post-categories ul li a {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    display: block
}

.blog-post-categories ul li a:focus,.blog-post-categories ul li a:hover {
    color: #69bc5f
}

.latest-blog-posts {
    background-color: #eef3f6;
    padding: 30px
}

.latest-blog-posts h5 {
    font-size: 18px;
    margin-bottom: 30px
}

.latest-blog-posts .latest-blog-post-thumb {
    @flex (0 0 66px);max-width: 66px;
    width: 66px;
    margin-right: 15px
}

.latest-blog-posts .latest-blog-post-content .post-title h6 {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    font-weight: 500;
    margin-bottom: 3px
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .latest-blog-posts .latest-blog-post-content .post-title h6 {
        font-size:14px
    }
}

.latest-blog-posts .latest-blog-post-content .post-title h6:focus,.latest-blog-posts .latest-blog-post-content .post-title h6:hover {
    color: #69bc5f
}

.latest-blog-posts .latest-blog-post-content .post-date {
    font-size: 12px;
    color: #69bc5f
}

.map-area {
    position: relative;
    z-index: 2
}

.map-area #googleMap {
    width: 100%;
    height: 650px
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
    .map-area #googleMap {
        height:500px
    }
}

.contact-content {
    background-color: #eef3f6;
    padding: 100px 50px;
    position: relative;
    z-index: 15;
    top: 100px;
    margin-bottom: 100px
}

@media only screen and (max-width: 767px) {
    .contact-content {
        padding:50px 30px
    }
}

.contact-content .section-heading {
    margin-bottom: 30px!important
}

.contact-content .contact-social-info a {
    color: #69bc5f;
    display: inline-block;
    margin-right: 30px
}

.contact-content .contact-icon i {
    padding-top: 5px;
    display: inline-block;
    color: #69bc5f
}

.contact-content .contact-form-area {
    padding: 40px 20px;
    background-color: #fff
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .contact-content .contact-form-area {
        margin-top:100px
    }
}

@media only screen and (max-width: 767px) {
    .contact-content .contact-form-area {
        margin-top:50px
    }
}

.contact-content .contact-form-area .form-control {
    height: 55px;
    width: 100%;
    background-color: #eef3f6;
    font-size: 12px;
    font-style: italic;
    margin-bottom: 15px;
    border: none;
    border-radius: 0;
    padding: 15px 25px
}

.contact-content .contact-form-area textarea.form-control {
    height: 200px
}

.elements-title h2 {
    font-weight: 500
}

.elements-title span {
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: block;
    color: #8e8e8e;
    margin-bottom: 15px
}

.single-pie-bar h6 {
    font-weight: 500
}

.single-cool-fact {
    position: relative;
    z-index: 1
}

.single-cool-fact i {
    font-size: 45px;
    margin-bottom: 30px;
    display: block;
    color: #69bc5f
}

.single-cool-fact h3 {
    font-size: 48px;
    font-weight: 400;
    margin-bottom: 5px
}

.single-cool-fact p {
    font-size: 16px;
    margin-bottom: 0
}

.single-accordion.panel {
    background-color: #fff;
    border: 0 solid transparent;
    border-radius: 4px;
    box-shadow: 0 0 0 transparent;
    margin-bottom: 15px
}

.single-accordion:last-of-type {
    margin-bottom: 0
}

.single-accordion h6 {
    margin-bottom: 0;
    text-transform: uppercase
}

.single-accordion h6 a {
    background-color: #f5f7fa;
    border-radius: 0;
    color: #141414;
    display: block;
    margin: 0;
    padding: 20px 60px 20px 20px;
    position: relative;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500
}

.single-accordion h6 a span {
    font-size: 10px;
    position: absolute;
    right: 20px;
    text-align: center;
    top: 23px
}

.single-accordion h6 a span.accor-open {
    opacity: 0
}

.single-accordion h6 a.collapsed {
    background: #61ba6d;
    background: -webkit-linear-gradient(to right,#61ba6d,#83c331);
    background: linear-gradient(to right,#61ba6d,#83c331);
    color: #fff
}

.single-accordion h6 a.collapsed span.accor-close {
    opacity: 0
}

.single-accordion h6 a.collapsed span.accor-open {
    opacity: 1
}

.single-accordion .accordion-content {
    border-top: 0 solid transparent;
    box-shadow: none
}

.single-accordion .accordion-content p {
    padding: 20px 15px 5px;
    margin-bottom: 0
}

.academy-tabs-content {
    position: relative;
    z-index: 1
}

.academy-tabs-content .nav-tabs {
    border-bottom: none;
    margin-bottom: 50px
}

.academy-tabs-content .nav-tabs .nav-link {
    background: #61ba6d;
    background: -webkit-linear-gradient(to right,#61ba6d,#83c331);
    background: linear-gradient(to right,#61ba6d,#83c331);
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    margin: 0 2px;
    border-radius: 0;
    border: none
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
    .academy-tabs-content .nav-tabs .nav-link {
        padding:0 10px
    }
}

@media only screen and (max-width: 767px) {
    .academy-tabs-content .nav-tabs .nav-link {
        padding:0 10px
    }
  }

.academy-tabs-content .nav-tabs .nav-link.active {
    background: #f5f7fa;
    color: #141414
}

.academy-tabs-content .tab-content h6 {
    font-size: 18px
}

ol.ul-check li:before,ul.ul-check li:before {
    /* content:'\f00c'; */
    /* font-family:FontAwesome; */
    /* color:#83c331; */
    margin-right: 15px
}

ol.ul-check li:before,ul.ul-check li {
    padding: 6px 0;
    list-style: disc;
    /* font-size: 13px; */
}

.disclaimer_wrapper {
    background: linear-gradient(to right,#0375a8,#83c331);
    padding: 2px 0;
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 9999;
    text-align: center
}

.disclaimer {
    background: linear-gradient(to right,#0375a8,#83c331);
    padding: 2px 0;
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 9999;
    display: none;
    text-align: center;
    font-size: 18px
}

@media (max-width: 850px) {
    .disclaimer_wrapper {
        display:none
    }
}

@media (max-width: 850px) {
    .disclaimer {
        display:block
    }
}

.hfour {
    color: #fff;
    margin-top: 0;
    margin-bottom: 0
}

.ahref1 {
    color: #fff;
    font-size: 25px
}

.ahref1:hover {
    color: #fff;
    font-size: 25px
}

.dropdown_new {
    display: block;
    width: 100%;
    margin: auto
}

.dropdown_new {
    margin-top: 15px
}

.dropdown__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    padding: 7px 15px;
    box-sizing: border-box;
    font: 600 14px/22px sans-serif;
    background-color: #4b4b4b;
    cursor: pointer;
    transition: background .3s ease;
    will-change: background
}

.dropdown__top h3 {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px
}

.dropdown__top:hover {
    background: linear-gradient(to right,#0375a8,#83c331)
}

.logo_mobile {
    display: none
}

.dropdown__top::after {
    content: '\f13a';
    font: 20px FontAwesome;
    transition: transform .5s ease;
    will-change: transform
}

.heading_h3 {
    color: #434343;
    font-weight: 600;
    text-align: center;
    margin: 50px 0 30px
}

.open .dropdown__top::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.dropdown__btm {
    background: #f2f2f2;
    color: #555;
    font-size: 15px;
    line-height: 1.4;
    box-sizing: border-box;
    padding: 15px;
    display: none
}

.series li {
    margin-bottom: 7px
}

.call-modal {
    background-color: #dff2f8;
    width: 100%;
    margin: 0 auto;
    float: left
}

.modal-body {
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #83c331
}

.modal-body button.close {
    position: absolute;
    top: 1px;
    right: 2px;
    color: #fff;
    opacity: 1;
    background: #ff9500;
    padding: 3px;
    border-radius: 50%;
    width: 35px;
    height: 35px
}

.form_popup_left {
    float: left;
    width: 50%
}

.call-img {
    width: 100%
}

.form_popup_right {
    float: left;
    width: 50%;
    padding: 30px 0 0;
    background: #fff;
    border: 2px dashed #ccc
}

.call-para {
    width: 260px;
    margin: auto
}

.call-para p {
    text-align: center
}

.call-h2 {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 10px;
    color: #5a5a5a;
    text-align: center
}

.call-h2 span {
    color: #ff6d28
}

.acc {
    background: linear-gradient(to right,#0375a8,#83c331);
    color: #fff;
    cursor: pointer;
    padding: 2px;
    width: 100%;
    border: none;
    text-align: left;
    outline: 0;
    font-size: 15px;
    transition: .4s
}

.acc h4 {
    color: #fff;
    font-size: 18px
}

.acc h4 span {
    float: right
}

.panel {
    padding: 0 18px;
    display: none;
    background-color: #fff;
    overflow: hidden;
    border: 1px solid #ccc;
    border-radius: 0
}

.new-bg-img {
    background-image: url(/web/20220828032755im_/https://www.quickbooksphonenumber.com/img/bg-img/14.jpg)
}

.new-bg-img1 {
    background-image: url(/web/20220828032755im_/https://www.quickbooksphonenumber.com/img/bg-img/11.jpg)
}

.new-bg-img2 {
    background-image: url(/web/20220828032755im_/https://www.quickbooksphonenumber.com/img/bg-img/bg-2.jpg)
}

.social-img {
    font-size: 22px
}

.para1 {
    font-size: 12px
}

.hfour {
    color: #fff;
    margin-top: 0;
    margin-bottom: 0
}

.ahref1 {
    color: #fff;
    font-size: 25px
}

.phone-icon {
    font-size: 25px
}

.fa-phone1 {
    color: #fff
}

.fa-phone2 {
    font-size: 25px
}

.programs-title p {
    text-align: center
}

.programs-title h2,.quicks-content h2 {
    font-size: 2rem;
    font-weight: 600
}

.section_heading h2 {
    font-size: 2rem;
    font-weight: 600
}

.quicks-subtitle h3 {
    font-weight: 600;
    font-size: calc(.5rem + 1vw)
}

.section_offline .nav_offline {
    background: linear-gradient(to right,#0375a8,#83c331)
}

.nav-pills .show>.nav-link,.section_offline .nav-pills .nav-link.active {
    color: #fff;
    background-color: #34937b!important
}

.section_offline .nav-pills-custom>.nav-link>.number {
    background: #fff;
    border-radius: 50%;
    color: #732aff;
    font-weight: 600;
    text-align: center;
    line-height: 27px;
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    top: 19px;
    margin-left: -1.9rem
}

.section_offline .nav-pills-custom>.nav-link {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #e5e5e5;
    font-weight: 400;
    padding: 1.1rem 2.4rem;
    border-bottom: 1px solid rgba(75,93,117,.6);
    cursor: pointer;
    display: block;
    font-family: "Open Sans",sans-serif;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    display: flex
}

.section_offline .tab-content .tab-pane.active {
    height: 100%;
    visibility: visible;
    opacity: 1;
    overflow: visible
}

.quicks-content {
    padding: 14px
}

.section_quickbook {
    background: linear-gradient(to right,#1b6586,#6d9b32);
    color: #ffff
}

@media only screen and (max-width: 799px) {
    .num-qb {
        font-size:20px!important
    }

    .login-content {
        display: none
    }

    .classy-navbar-toggler,.classycloseIcon {
        order: -1
    }
}

@media only screen and (min-width: 320px) and (max-width:576px) {
    .login_detail {
        flex-direction:column;
        justify-content: center;
        align-items: center
    }
}

@media (max-width: 799px) {
    .header-area .top-header {
        height:70px
    }

    .h1,h1 {
        font-size: 1.5rem!important
    }
}

.faq_title h1 {
    color: #fff;
    ; }

.faq_section {
    position: relative;
    background: url(https://www.quickbooksphonenumber.com/img/bg-img/FAQ.webp);
    padding-top: 150px;
    padding-bottom: 100px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 1;
}

/*.faq_section::after{
    content:"";
    position: absolute;
    top: 0;
    background: black;
    opacity: 0.2;
    width: 100%;
    height: 100%;
    z-index: -1;
  
  }*/
.search-wrapper {
    border-radius: 20px;
    box-shadow: 0px 14px 10px 0px rgb(112 96 186 / 17%);
    background: #ffffff;
    padding: 20px 30px;
}

.search-form {
    position: relative;
    background: #e7e9fa;
    padding: 10px 15px;
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
    border-bottom: 1px solid #ccc8e1;
}

.search-form input {
    background: transparent;
    border: none;
    height: 50px;
    padding: 0;
    font-size: 18px;
}

.search-form input:focus {
    outline: none;
}

.search-form.round {
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
}

.search-form button {
    position: absolute;
    right: 15px;
    top: 10px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    height: 50px;
    text-transform: uppercase;
    width: 50px;
    font-size: 18px;
    font-weight: 600;
    border: none;
    background: -webkit-linear-gradient(to right,#61ba6d,#83c331);
    background: linear-gradient(to right,#61ba6d,#83c331);
    color: #ffffff;
}

.search-form button {
    width: auto;
    padding: 0 35px;
    top: 13px;
    right: 27px;
}

.search-form button i {
    margin-right: 10px;
}

.section_faq_box {
    padding: 100px 0px;
    background: #f7f7f7;
}

.fq_1 {
    border: 1px solid #d8d8d8;
    padding: 10px 15px;
    background-color: #fff;
    word-wrap: break-word;
    margin-bottom: 20px;
    height: 360px;
}

.faq_box h2 {
    line-height: 20px;
}

.faq_box h2 a {
    padding-bottom: 20px;
    line-height: 25px;
    color: #000000;
    font-size: 20px;
}

.faq_box h2 a:hover {
    text-decoration: none;
}

.faq_box p {
    color: #303030;
    line-height: 24px;
}

.faq_box .post-meta a {
    color: #000000;
}

.post-content .btn {
    font-size: inherit;
    color: inherit;
    padding: 8px 13px 8px 35px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    outline: none;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 10rem;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.post-content .btn::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #2ca01c;
    transition: all 0.3s;
    border-radius: 10rem;
    z-index: -1;
}

.post-content .btn:hover::after {
    width: 100%;
}

.post-content .btn a {
    color: #fff;
    font-size: 15px;
}

.post-content .btn a:hover {
    text-decoration: none;
}

.post-content .btn-2 {
    background: #78bc3b;
    color: #fff;
    bottom: 35px;
    position: absolute;
}

.btn-2:before {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: 30px;
    color: #fff;
    font-size: 13px;
    line-height: 34px;
    background: rgba(0,0,0,0.15);
}

.breadcumb-area .bradcumbContent {
    padding: 10px 0;
}

@media (max-width: 991px) {
    .login-content {
        display: none;
    }

    .logo_mobile {
        display: block;
    }

    .logo_mobile {
        position: absolute;
        left: 20px;
        top: 20px;
        display: block
    }
    .login_detail.d-flex.flex-lg-row.align-items-center.justify-content-between {
        margin: auto !important;
    }
}

@media (max-width: 799px) {
    .classy-navbar {
        display: -webkit-inline-box;
    }
}

@media (max-width: 768px) {
    .search-form button {
        right: 10px;
        padding: inherit;
    }

    .search-form button i {
        margin: 0px;
    }

    .search-form input {
        font-size: 15px;
    }

    .breadcumb-area .bradcumbContent {
        width: 100%!important;
        height: initial;
        padding: 10px 0;
    }

    .contact-usss a {
        word-break: break-all;
    }
}

@media (max-width: 360px) {
    .breadcumb-area .bradcumbContent p {
        font-size: 22px;
    }
    
}

/*
     FILE ARCHIVED ON 03:27:55 Aug 28, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 05:16:30 Sep 08, 2022.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 184.224
  exclusion.robots: 0.079
  exclusion.robots.policy: 0.071
  RedisCDXSource: 0.539
  esindex: 0.006
  LoadShardBlock: 167.616 (3)
  PetaboxLoader3.datanode: 169.739 (4)
  CDXLines.iter: 13.882 (3)
  load_resource: 91.539
  PetaboxLoader3.resolve: 51.354
*/
.home_banner img {
    width: 100%;
}

.main_banner {
    height: 500px;
    background-position: right;
}
@media(max-width: 767px){
          .main_banner {
    height: 318px!important;
}
}
@media(max-width: 460px){
    .section_faq_box {
    padding: 34px 0px;
}
.main_banner {
    height: 356px;
    background-position: right;
}
}



/* quickbook-download  sy*/

.quickbooks_download {
    position: relative;
    background-image: url(./img/bg-img/download-banner.webp);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    padding: 117px 0px;
    background-color: #7bbe38;
}
.quickbooks_download .row {
    display: flex;
    justify-content: center;
    align-items: center;
}
.quickbooks_banner-content h1 {
    color: #fff;
    font-weight: 700;
    text-shadow: 0px 1px #8d8a8a;
    font-size: 51px;
    line-height: 60px;
    padding-bottom: 9px;
}
.quickbooks_banner-content p {
    color: #fff;
}

.popup-video {
    top: 72px;
    width: 85px;
    z-index: 1;
    left: 33%;
    height: 85px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* color: #2aa019; */
    font-size: 27px;
    line-height: 85px;
    position: absolute;
    text-align: center;
    background: #FFF;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 500px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-shadow: 0 0 0px 17px #2aa019;
    box-shadow: 0 0 0px 17px #2aa019;
    -webkit-animation: playVideo3 3s linear infinite;
    /* animation: playVideo3 3s linear infinite; */
}
.our-company__meida.border-radius {
    margin-top: 60px;
    padding-bottom: 6px;
    border-radius: 20px 20px 0px 0px;
}
.years-experience {
    background: #2aa019;
    padding: 20px 15px 24px;
    border-radius: 0px 0px 20px 20px;
}
@-webkit-keyframes playVideo3 {
    0% {
      -webkit-box-shadow: 0 0 0px 17px #2aa019;
              box-shadow: 0 0 0px 17px #2aa019;
    }
    40% {
      -webkit-box-shadow: 0 0 0px 6px #2aa019;
              box-shadow: 0 0 0px 6px #2aa019;
    }
    80% {
      -webkit-box-shadow: 0 0 0px 12px #2aa019;
              box-shadow: 0 0 0px 12px #2aa019;
    }
    100% {
      -webkit-box-shadow: 0 0 0px 17px #2aa019;
              box-shadow: 0 0 0px 17px #2aa019;
    }
  }
  @keyframes playVideo3 {
    0% {
      -webkit-box-shadow: 0 0 0px 17px #2aa019;
              box-shadow: 0 0 0px 17px #2aa019;
    }
    40% {
      -webkit-box-shadow: 0 0 0px 6px #2aa019;
              box-shadow: 0 0 0px 6px #2aa019;
    }
    80% {
      -webkit-box-shadow: 0 0 0px 12px #2aa019;
              box-shadow: 0 0 0px 12px #2aa019;
    }
    100% {
      -webkit-box-shadow: 0 0 0px 17px #2aa019;
              box-shadow: 0 0 0px 17px #2aa019;
    }
  }
  .overview-download{
    position: relative;
  }
  .years-experience {
    margin-top: 25px;
}
.our-company__meida img {
    border-radius: 11px 12px 0 0;
}
.our-company__meida .horizental-bar {
    left: 10px;
    width: 232px;
    height: 15px;
    bottom: 45px;
    max-width: 100%;
    position: absolute;
    background: #2aa019;
    -webkit-animation: move-right 3s linear infinite;
    animation: move-right 3s linear infinite;
}
@-webkit-keyframes move-right {
    0% {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
    }
    50% {
      -webkit-transform: translate(20px, 0);
      transform: translate(20px, 0);
    }
    100% {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
    }
  }
  @-webkit-keyframes spinner {
    to {
      -webkit-transform: rotateZ(360deg);
      transform: rotateZ(360deg);
    }
  }
  .second-heading h2 {
    color: #000;
    font-size: 37px;
    font-weight: 700;
    position: relative;
    padding-bottom: 16px;
}
.second-heading h2:after {
    content: '';
    position: absolute;
    width: 119px;
    height: 6px;
    background: #28a21c;
    border-radius: 12px;
    left: 0;
    bottom: 6px;
}
.years-experience h5 {
    color: #fff;
    font-size: 29px;
    font-weight: 700;
}

.type_version {
    /* background-color: #f5f5f5; */
    /* padding: 56px 0px; */
    margin-top: 50px;
    margin-bottom: 73px;
}
.making_accounting h6 {
    font-weight: 500;
    font-size: 17px;
    line-height: 26px;
    font-family: sans-serif;
}
.type_version h2 {
    color: #000;
}
.type_version h3 {
    color: #fff;
}
.type_version p {
    color: #000;
}
.premier-desktop {
    margin-top: 114px;
    border: 1px solid #75bb3e;
    padding: 48px 35px 0px 35px;
}
.quick-type {
    padding-top: 28px;
}
.quick-type h3 {
    padding-bottom: 18px;
    font-size: 28px;
    color: #000;
    font-weight: 700;
}
.type_first{
    position: relative;
    left: -54px;
    top: -78px;
}
.type_second img{
    position: relative;
    right: -65px;
}
.premier-desktop .col-lg-6 {
    margin-bottom: 59px;
}
.type_third {
    position: relative;
    left: -73px;
    top: -32px;
}
.tab-content {margin-left:14px;}
section.download_sec-desktop {
    padding: 70px 0px;
    background-image: url(./img/bg-img/downlod-bg.png);
}
.downloade_desktop h3 {
    font-size: 37px;
    font-weight: 700;
    padding-bottom: 41px;
    text-align: center;
    color: #fff;
}
.tab_download {
    /* display: flex; */
    /* justify-content: space-between; */
}
.tab_download ul.nav.nav-pills.nav-justified {
    display: flex;
    margin-bottom: 54px;
}
.tab_download ul li.nav-item a {
    background: no-repeat;
    border: 2px solid #ffffff;
    border-radius: 85px;
    width: 80px;
    height: 80px;
    display: flex;
    /* justify-content: center; */
    /* align-items: center; */
    font-size: 21px;
    color: #ffffff;
    /* margin-right: 151px; */
    position: relative;
    z-index: 3;
    display: inline-block;
    background: #157305;
    font-size: 21px;
    line-height: 25px;
}
.tab_download .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #ffffff;
    color: #147306;
}

.tab_download ul.nav-pills {
    position: relative;
    z-index: 1;
}
.tab_download .tab-content {
    /* margin: 0px 0px 0 144px; */
    background-color: #fff;
    border-radius: 22px;
    padding: 32px;
}
.tab_download .tab-content h4{
    color: #000;
    font-size: 18px;
    padding-top: 17px;
    font-weight: 600;
}
.tab_download .tab-content h3{
    color: #000;
    /* margin: 0; */
    padding-top: 18px;
    font-weight: 500;
}
.tab_download .tab-content p{
    color: #000;
}
.tab_download .tab-content ul li {
    color: #000;
    list-style: disc;
}
.tab_download .tab-content ul li::marker {
    color: #20a128;
    font-size: 23px;
}
/* .tab_download ul.nav-pills:before {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    background: #3c9873;
    bottom: 0;
    left: 51%;
    z-index: 0;
    border-radius: 100px;
    transform: translateX(-50%);
} */
.tab_download .tab-content ol li {
    list-style: inherit;
    /* font-size: 17px; */
    color: #000;
    padding-bottom: 3px;
}
.tab_download .tab-content ol li::marker {
    color: #209c21;
    font-size: 19px;
}
/* .tab_download ul.nav-pills li:last-child a:before{
    display: none;
} */
.scrollbar {
    /* margin-left: 30px; */
    /* float: left; */
    height: 700px;
    width: 100%;
    overflow-y: scroll;
    /* margin-bottom: 25px; */
    padding: 0px 39px;
    /* background: #fff; */
    border-radius: 20px;
    /* margin-right: 55px; */
}

.force-overflow
{
	min-height: 450px;
}
#style-1::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
    margin-right: 20px;
}

#style-1::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
    margin-right: 20px;
}

#style-1::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #2aa019;
    margin-right: 20px;
}

/*  */
#style-2::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
    margin-right: 20px;
}

#style-2::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
    margin-right: 20px;
}

#style-2::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #2aa019;
    margin-right: 20px;
}


/* table */

.resolve-sec .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.resolve-sec .table {
    position: relative;
    width: 100%;
    height: 3rem;
    margin-bottom: 1.5rem;
    border: none!important;
    background: 0 0!important;
}
.resolve-sec .how-header, .pricing-2 thead {
    background: #2f9c1f;
    color: #fff;
}
.resolve-sec .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    /* border-color: #299e19; */
    border-right: 1px solid #219517;
}
.resolve-sec .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
    font-size: 18px;
}
.resolve-sec .table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.05);
}
.resolve-sec{
    margin: 40px 0px;
}
.resolve-sec tbody {
    border: 1px solid #29a01b;
}
.resolve_install h3 {
    font-size: 37px;
    font-weight: 700;
    color: #000;
    text-align: center;
    position: relative;
    padding-bottom: 14px;
}
.resolve_install h3:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 1px;
    background: #28a21e;
    width: 144px;
    height: 6px;
    border-radius: 11px;
    transform: translateX(-50%);
}
.resolve_install p {
    color: #000;
    text-align: center;
    padding-bottom: 36px;
}
.resolve_install h4 {
    color: #000;
}
.resolve_install ol {
    margin-bottom: 20px;
}
.resolve_install ol li {
    list-style: auto;
    padding-bottom: 3px;
}
span.test2 {
    writing-mode: vertical-rl;
    text-orientation: upright;
    color: #fff;
    font-size: 21px;
    font-weight: 600;
    /* left: 11px; */
    letter-spacing: -6px;
}
.tab_download ul.nav.nav-pills.nav-justified li {
    display: flex;
    align-items: center;
    margin: auto;
    justify-content: center;
    position: relative;
}
.tab_download ul.nav.nav-pills.nav-justified li:first-child:after {
    content: '';
    position: absolute;
    width: 247px;
    height: 2px;
    background: #fff;
    right: -117px;
}
.tab_download ul.nav.nav-pills.nav-justified li:nth-child(2):after {
    content: '';
    position: absolute;
    width: 247px;
    height: 2px;
    background: #fff;
    right: -117px;
}
.quickbooks_banner-content a {
    color: #000;
    background: #fff;
    padding: 12px 35px 16px;
    font-size: 19px;
    line-height: 19px;
    display: inline-block;
    margin-bottom: 15px;
    border-radius: 8px;
    text-decoration: none;
    margin-top: 17px;
    /* font-weight: 500; */
}
.making_accounting {
    background-color: #29971b38;
    color: #000;
    border-radius: 10px;
    padding: 31px 38px;
    margin-top: 47px;
    font-style: italic;
    transition: 0.3s ease-in-out;
}
.making_accounting p{
   margin: 0;
}
.quickbooks_banner-content a:hover {
    text-decoration: none;
    color: #ffffff;
    background: #73b940;
}
.making_accounting:hover {
    box-shadow: 0px 0px 22px 2px #326c32cf;
    transition: 0.3s ease-in-out;
}
.latest_version table tbody tr:nth-child(odd) {
    background-color: #ffffff;
}
.latest_version table {
    width: 100%;
    margin-top: 32px;
}
.latest_version tr th {
    padding: 15px 15px 15px 31px;
    font-size: 18px;
}
.latest_version tr td {
    padding: 18px;
    font-size: 17px;
}
.latest_version tr td a {
    font-size: 17px;
    color: #286c1e;
}
.latest_version tr td a:hover {
   text-decoration: none;
}
.latest_version table tr:first-child {
    border-right: 1px solid #2f9c1f;
}
.get_latest {
    text-align: center;
}
.get_latest p {
    text-align: center;
}
.get_latest h2 {
    color: #000;
    font-size: 37px;
    font-weight: 700;
    position: relative;
    padding-bottom: 16px;
    position: relative;
}
.get_latest h2:after {
    content: '';
    position: absolute;
    width: 119px;
    height: 6px;
    background: #28a21c;
    border-radius: 12px;
    left: 50%;
    bottom: 6px;
    transform: translateX(-50%);
}
.latest_version_sec{
    margin-top: 50px;
    background: #eee;
    padding: 50px 0px;
}
.latest_version h3 {
    font-size: 27px;
    font-weight: 700;
}
.latest_version h4 {
    color: #3f681e;
}
.premier-desktop:hover img {
    animation: move-right 3s linear infinite;
}
.premier-desktop:hover {
    box-shadow: 0px 0px 11px 0px #33521a;
}
.sticky {
    background-color: #ffffff;
    z-index: 999;
    box-shadow: 2px 4px 5px 0px rgb(0 0 0 / 5%);
    transition: 400ms;
    transition: ease-in-out;
    color: #111111;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
}


@media(max-width:767px){
    .popup-video{
        display: none;
    }
    .quickbooks_banner-content {
        padding: 31px 0px 38px;
        text-align: center;
    }
    .our-company__meida_second{
        display: none;
    }
    .quickbooks_banner-content p {
        text-align: center;
    }
    .years-experience {
        margin-top: 2px;
    }
    .home_banner img {
        width: 74%;
    }
    .banner_book_img{
        text-align: center;
    }
    .second-heading h2 {
        padding-top: 23px;
    }
    .get_latest h2 {
        font-size: 31px;
    }
    .latest_version table {
        margin-top: 0px;
    }
    .resolve-sec {
        margin: 0px 0px;
    }
    .premier-desktop {
        margin-top: 19px;
        padding: 21px 20px 0px 12px;
    }
    .premier-desktop img{
        display: none;
    }
    .premier-desktop .col-lg-6 {
        margin-bottom: 0px;
    }
    .quick-type {
        padding-top: 0px;
    }
    .scrollbar {
        padding: 0px 18px 0 0;
    }
    .tab_download .tab-content {
        padding: 19px;
    }
    .tab-content {
        margin-left: 0px;
    }
    .resolve_install h3 {
        font-size: 32px;
        padding-top: 30px;
    }
    .resolve_install p {    
        padding-bottom: 0px;
    }
    .tab_download ul.nav.nav-pills.nav-justified li:first-child:after {
        width: 160px;
        right: -40px;
    }
    .our-company__meida img {
        width: 100%;
    }
    .quickbooks_download {
        padding: 34px 0px;
    }

}
@media(max-width:575px){
    .tab_download ul.nav.nav-pills.nav-justified li:first-child:after {
        width: 160px;
        right: -61px;
    }
    
}
@media(max-width:460px){
    .tab_download ul.nav.nav-pills.nav-justified li:nth-child(2):after {
        width: 119px;
        right: -77px;
    }
}