@media(max-width:1440px) {
    .about__home_intro img {
        width: 40%;
        right: -69px;

    }

    .site-header {
        min-height: 105px;
    }

    .navbar-light .navbar-nav .nav-link {
        font-size: 14px;
        padding: 0px 18px;
    }

    .banner__grid p {
        font-size: 13px;
        line-height: 23px;
    }

    .banner__grid h1 {
        font-size: 40px;
        line-height: 38px;
        text-transform: uppercase;
        font-weight: 700;
        margin-bottom: 0px;
        color: #e87600;
    }

    .banner {
        padding: 40px 0 60px;
    }

    .banner__grid .btn-group a {
        font-size: 16px;
        line-height: 14px;
        padding: 15px 15px;
    }

    .banner-slide .slick-slide img {
        width: 90%;
    }

    .about__home_intro a {
        font-size: 14px;
        line-height: 14px;
        padding: 12px 10px;
    }

    section.sec_cta {
        padding: 30px 0;
    }

    img#service_img {
        width: 100%;
    }

    .banner__grid h6 {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .cta-sec2 h3 {
        font-weight: 700;
        font-size: 35px;
    }

    .cta-sec2 {
        padding: 20px 0;
    }

    section.sec_ebooks .ebooks_inner .ebooks_boxes * img {
        filter: sepia(1);
        width: 50px;
    }

    .fade_img {
        width: 40%;
    }
}

@media (max-width:1199px) {
    .footer__grid {
        display: unset;
    }

    .socialMedia {
        justify-content: flex-start;
        margin-bottom: 10px;
    }

    .navbar-light .navbar-nav .nav-link {
        font-size: 13px;
        padding: 0px 5px;
    }

    .banner__grid h1 {
        font-size: 35px;
    }

    p {
        font-size: 13px !important;
    }

    .banner__grid h6 {
        font-size: 23px;
        line-height: 23px;
    }

    .about__home_intro a {
        font-size: 13px;
    }

    section.sec_cta .cta_inner .cta_right h2 {
        font-size: 30px;
    }

    section.sec_ebooks .ebooks_inner .ebooks_boxes * img {
        width: 40px;
    }

    .portfolio_slide .slick-slide img {
        width: 80%;
    }
}

@media screen and (max-width:992px) {
    .how-to .how-to-inner ol.list-unstyled li {

        padding-right: 0%;
    }

    .how-to .how-to-inner .how-to-inner-r {
        padding-left: 0px;
    }

    .lib-video-section {
        min-height: 170px;
    }

    .lib-video-section h3 {
        font-size: 40px;
    }

    .footer2_top form .row {
        flex-direction: column;
    }

    .footer2_top form .row .col-md-6 {
        width: 100%;
    }

    .footer2_top form .row .col-md-9 {
        width: 100%;
    }

    section.sec_ebooks .ebooks_inner .ebooks_boxes * img {
        margin-bottom: 10px;
    }

    section.sec_ebooks .ebooks_inner .ebooks_boxes {
        padding: 20px 3px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        height: fit-content;
    }

    .navbar-light .navbar-brand img {
        width: 140px;
    }

    .navbar-light .navbar-nav .nav-link {
        font-size: 12px;
        padding: 0px 2px;
    }

    .bookSec h2,
    .about__home_intro h2 {
        font-size: 23px;
    }

}

@media (max-width: 767px) {
    .navbar-light .navbar-brand img {
        width: 160px;
    }

    .site-header .container.header-contents {
        flex-direction: column;
    }

    .about__home_intro img {
        width: 80%;
        right: 0px;
        margin: 0 auto;
        display: block;
        top: 30px;
    }

    section.sec_cta .cta_inner .cta_left {
        text-align: center;
    }

    section.sec_cta .cta_inner .cta_right .number,
    .overlary,
    .lib-video-section {
        display: none;
    }

    .cta-sec2 h3 {
        font-size: 30px;
    }

    .site-footer {
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 20px;
    }

    .footer_col_four,
    .footer_col_two {
        padding-top: 20px;
    }

    .contact_info h5 {
        font-size: 13px;
        line-height: 20px;
    }

    .footer_phone a h3 {
        font-size: 18px;
        line-height: 20px;
    }
    .copyright ul{
        justify-content: center;
    }
    .copyright{
        text-align: center;
    }
    .banner__grid h6 {
        font-size: 20px;
        line-height: 23px;
    }
    .banner__grid h1 {
        font-size: 30px;
    }
    .pricing .nav-pills .nav-link {
        padding: 0px;
        font-size: 12px;
        width: 160px;
        height: 50px;
    }
    .pricing .card{
        margin-bottom: 1rem;
    }
    .banner__grid h5 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 10px;
    }
    .pricing .nav-pills .nav-item+.nav-item {
        margin-left: 10px;
    }
    .pricing{
        padding: 0px;
    }
    .accordion-item:first-of-type .accordion-button,.accordion-button{
        font-size: 13px;
    }
}

@media(max-width:567px) {}





















    #cookie-consent-banner {
      position: fixed;
      bottom: 0;
      left: 0;
      z-index: 999990;
      box-sizing: border-box;
      width: 100%;
      background-color: #000;
      border-top: 2px solid #fff;
      transition: all .5s ease-in-out;
    }

    .cookie-consent-banner__inner {
      max-width: 900px;
      margin: 0 50px;
      padding: 12px 0;
    }

    .cookie-consent-banner__header {
      margin-bottom: 5px;
      font-weight: bold;
      font-size: 16px;
      line-height: 24px;
      color: #fff;
    }

    .cookie-consent-banner__description {
      font-weight: normal;
      color: #fff;
      font-size: 14px;
      line-height: 22px;
    }

    .btn-footer {
      background-color: #d37e00;
      padding-right: 40px;
      padding-left: 40px;
      padding-top: 8px;
      padding-bottom: 8px;
      font-size: 17px;
      color: white;
      border-radius: 30px;
      font-weight: 500;
    }

    .cookie-consent-banner__cta--secondary {
      padding: 9px 13px;

      border: 2px solid #3A4649;

      background-color: transparent;

      color: #2CE080;
    }

    .cookie-consent-banner__cta:hover {
      background-color: #20BA68;
    }

    .cookie-consent-banner__cta--secondary:hover {
      border-color: #838F93;

      background-color: transparent;

      color: #22C870;
    }

    .cookie-consent-banner__cta:last-child {
      margin-left: 16px;
    }

    .btn-footer {
      background: linear-gradient(to bottom, #f7dfa5, #f0c14b);
      color: #000;
      padding: 0.75em 1.3em;
      letter-spacing: .10em;
      border-radius: 0.25rem;
      text-transform: uppercase;
      box-shadow: 0 1px 0 rgba(255, 255, 255, .4) inset;
      font-size: 14px;
      transform: translateY(0rem);
      -webkit-transition: 0.4s;
      -moz-transition: 0.4s;
      -o-transition: 0.4s;
      transition: 0.4s;
      display: inline-block;
    }
  </style>
  
        <!-- START POPUP MODAL -->
        <style>
        @import url('../../css2');

        .balti_popup {
            width: 460px;
            border-radius: 23px;
            padding: 30px;
            overflow: visible;
            border-bottom: #e87600 5px solid;
            background: white;
            font-family: 'Poppins', sans-serif !important;
            position: fixed;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            z-index: 9999999;
        }

        .refund-modal {
            background: rgba(0, 0, 0, 0.6);
            display: none;
        }

        .balti_popup h2 {
            font-size: 28px;
            color: #e87600;
            font-weight: 900;
            padding-left: 15px;
            border-left: #e87600 6px solid;
            margin-bottom: 12px;
            line-height: 35px;
        }

        .balti_popup h2+p {
            line-height: 19px;
            font-size: 14px;
            margin-bottom: 12px;
            background: linear-gradient(180deg, rgba(75, 87, 172, 1) 15%, rgba(189, 28, 132, 1) 37%, rgba(231, 75, 33, 1) 100%);
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
            font-weight: 600;
        }

        .balti_popup ul {
            margin: 0;
            padding: 0;
        }

        .balti_popup ul li {
            text-align: left;
            position: relative;
            width: 100%;
            margin: 8px 0px;
            display: inline-block;
        }

        .balti_popup ul li i {
            position: absolute;
            top: 14px;
            left: 14px;
            background: linear-gradient(180deg, rgba(75, 87, 172, 1) 15%, rgba(189, 28, 132, 1) 37%, rgba(231, 75, 33, 1) 100%);
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
        }

        .balti_popup ul li input[type="text"],
        .balti_popup ul li input[type="email"],
        .balti_popup ul li input[type="number"],
        .balti_popup ul li textarea {
            background: #ffffff;
            /* border: #dedede 2px solid; */
            border: 2px solid #b5b5b5;
            padding: 10px 10px 10px 17px;
            width: 100%;
            border-radius: 6px;
            font-size: 14px;
            color: #e87600;
            box-shadow: none !important;
            outline: none 0px !important;
        }

        .balti_popup ul li textarea {
            height: 75px;
        }


        .balti_popup ul li input::placeholder,
        .balti_popup ul li textarea::placeholder {
            color: #b5b5b5;
        }

        .balti_popup ul li input[type="text"]:focus,
        .balti_popup ul li input[type="email"]:focus,
        .balti_popup ul li input[type="number"]:focus,
        .balti_popup ul li textarea:focus {
            border: 2px solid #e87600;
        }

        .balti_popup .pd-right-0 {
            padding-right: 0px !important;
        }

        .balti_popup ul li input[type="submit"] {
            background: #e87600;
            color: #fff;
            font-size: 18px;
            border: unset;
            text-transform: uppercase;
            font-weight: 600;
            padding: 9px 10px;
            letter-spacing: 1px;
            outline: 0px none;
            border-radius: 50px;
            width: 195px;
            margin: 0 auto;
            text-align: center;
            cursor: pointer;
            display: block;
            width: 100%;
            transition: .1s linear;
        }

        .balti_popup ul li input[type="submit"]:hover {
            background: #e87600;
            color: #060606;
            transform: scale(1.02);
        }

        .balti_popup .fancybox-close-small {
            width: 44px;
            height: 44px;
            background: #fff;
            border: 3px solid #e87600;
            border-radius: 50%;
            box-shadow: #000 0 0 10px;
            padding: 0;
            margin: 0;
            outline: none;
            position: absolute;
            right: -14px;
            top: -13px;
            overflow: visible;
            z-index: 10;
            font-weight: 700;
            font-size: 20px;
            color: #e87600;
        }

        .balti_popup .fancybox-close-small:hover {
            background-color: #e87600;
            z-index: 11;
            color: black;
        }

        .balti_popup .fancybox-close-small:after {
            color: #c62670;
            font-size: 25px;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            z-index: 2;
            transition: .1s linear;
        }

        .balti_popup .fancybox-close-small:hover:after {
            color: white;
        }

        .balti_popup button:focus {
            outline: 1px dotted;
            outline: 5px auto -webkit-focus-ring-color;
        }

        @media screen and (max-width: 767px) {
            .balti_popup {
                /* width: 85%; */
                padding: 20px;
            }

            .balti_popup .pd-right-0 {
                padding-right: 15px !important;
            }

            .balti_popup ul li textarea {
                height: 85px;
            }
        }

        @media screen and (max-width: 490px) {
            .balti_popup {
                width: 90%;
            }

            .balti_popup h2 {
                font-size: 25px;
            }
        }