    /* Responsve Styling */
    @media only screen and (min-width: 0px) and (max-width: 519px) {

        header.header {
            display: none;
        }

        .responsive_menu {
            display: block;
        }

        .responsive_logo img {
            width: 100px;
        }

        .open_menu {
            font-size: 20px;
        }

        .side_menu li a {
            font-size: 12px;
        }

        .banner_cont h3 {
            font-size: 30px;
            line-height: 1;
        }

        .banner_cont h6 {
            font-size: 13px;
        }

        .banner_cont p {
            font-size: 11px;
            font-weight: 400;
            line-height: 1.8;
        }

        .themebtn {
            padding: 9px 16px;
            font-size: 11px;
        }

        .home_banner {
            min-height: auto;
            padding: 40px 0px 90px;
        }

        .banner_cont h5 {
            font-size: 12px;
        }

        .chat_form {
            width: 100%;
            margin-top: 30px;
            padding: 30px 22px;
        }

        .chat_form h3 {
            font-size: 28px;
            margin-bottom: 7px;
        }

        .form_fields input,
        .form_fields textarea {
            height: 40px;
        }

        .form_fields textarea {
            height: 80px;
        }

        a.scroll {
            bottom: 18px;
            width: 50px;
            height: 50px;
            padding: 14px;
        }

        .story_img {
            height: auto;
            margin-bottom: 30px;
        }

        .story_section {
            padding: 40px 0px;
        }

        .story_cont h3 {
            font-size: 27px;
        }

        .story_cont p {
            font-size: 11px;
            margin-bottom: 10px;
        }

        .story_section::before {
            width: 170px;
            height: 180px;
        }

        .story_btn {
            justify-content: center;
        }

        .section_title h3 {
            font-size: 24px;
        }

        .our_services {
            padding: 40px 0px;
        }

        .section_title p {
            font-size: 11px;
            line-height: 1.8;
        }

        .begin_img {
            display: none;
        }

        .lets_begin_cont h3 {
            font-size: 26px;
            margin: 0;
        }

        .lets_begin_cont {
            margin: 0;
        } 

        .begin_books {
            display: none;
        }

        .begin_main {
            min-height: auto;
        }

        .expertise {
            padding: 50px 0px;
        }

        .exp_step {
            margin-bottom: 30px;
        }

        .exp_step::after {
            display: none;
        }

        .exp_step::before {
            display: none;
        }

        .exp_book {
            margin: 0;
            height: auto;
            margin-bottom: 30px;
        }

        .exp_step.step_5 {
            display: none;
        }

        .exp_step p {
            font-size: 11px;
        }

        .benefits {
            padding: 0px 0px 40px;
        }

        .benefits_cont h3 {
            font-size: 32px;
        }

        .exp_step.step_4 {
            margin: 0;
        }

        .benefits_cont p {
            font-size: 11px;
        }

        .benefits_cont ul li {
            font-size: 13px;
        }

        .benefits_img {
            height: auto;
            margin-top: 40px;
        }

        .everything_you_need {
            padding: 0px 0px 40px;
        }

        .book_item {
            height: auto;
        }

    }

    @media only screen and (min-width: 520px) and (max-width: 767px) {
        
    }

    @media only screen and (min-width: 768px) and (max-width: 991px) {}

    @media only screen and (min-width: 992px) and (max-width: 1250px) {}