/*Media Query Start*/

@media only screen and (min-width: 1366px) and (max-width: 1920px) {}

@media only screen and (min-width: 1291px) and (max-width: 1365px) {}

@media only screen and (min-width: 992px) and (max-width: 1290px) {}

@media only screen and (min-width: 768px) and (max-width: 991px) {}

@media only screen and (min-width: 520px) and (max-width: 767px) {

    .menuSection {
        padding: 10px 0;
        position: relative;
    }

    .header-logo {
        text-align: center;
        margin-bottom: 10px;
    }

    .header_right {
        justify-content: center;
        gap: 5px
    }

    .themebtn {
        font-size: 12px;
        padding: 10px 20px
    }

    .themebtn1 {
        font-size: 12px;
        padding: 10px 20px
    }

    .header_icon {
        height: 45px;
        width: 45px;
        font-size: 12px;
    }

    h1 {
        font-size: 35px;
    }

    p {
        font-size: 12px;
        line-height: 20px;
        margin: 0 0 10px;
    }

    .banner_text ul {
        flex-wrap: wrap;
        align-items: flex-start;
        gap: 10px;
    }

    .bnr_right_txt_box {
        padding: 20px;
        position: relative;
        bottom: -20px;
        right: 0;
        width: 100%;
    }

    .bnr_right_txt_box h3 {
        font-size: 20px;
        padding: 0 0 5px;
        margin-bottom: 5px;
    }

    .banner-progress {
        gap: 5px;
        bottom: 20px;
    }

    .span-p {
        font-size: 12px;
        padding: 0px 10px;
    }

    .span-p.active {
        font-size: 20px;
    }

    .banner-progress-bar {
        width: 150px;
    }


    .banner-progress button {
        height: 40px;
        width: 40px;
    }

    .img-fluid {
        height: 550px;
    }

    .start_simple {
        padding: 30px 0;
    }

    .start_simple_txt {
        padding: 0;
    }

    .start_simple_txt h2 {
        font-size: 24px;
    }

    .start_simple_txt form input {
        padding: 10px 15px;
        font-size: 12px;
        margin-bottom: 10px;
    }

    .start_simple_txt form button {
        padding: 10px;
    }

    h2 {
        font-size: 30px;
    }

    .about_txt {
        margin-top: 20px;
        padding: 0;
    }

    .about_left {
        margin-right: 30px;
        padding-right: 30px;
        height: 400px;
    }

    .about_left::before {
        height: 100px;
        width: 150px;
    }

    .all-section {
        padding: 50px 0;
    }

    .about_left::after {
        right: -17px;
        height: 5px;
        width: 35px;
    }

    .heading p {
        width: 100%;
    }

    .heading {
        margin-bottom: 20px;
    }

    .product_img a img {
        height: 200px;
    }

    .product_img {
        height: 230px;
    }

    .rating {
        font-size: 12px;
    }

    .product_txt h3 a {
        font-size: 15px;
        margin: 5px 0;
    }

    .prd_price {
        font-size: 12px;
        padding: 10px 20px;
    }

    .product_txt ul {
        align-items: flex-start;
        gap: 10px;
    }

    .product_txt .themebtn {
        padding: 10px 20px;
    }

    .container-fluid {
        padding: 0px 5%;
    }

    .all-section-btm {
        padding-bottom: 50px;
    }

    .speak_life_txt {
        padding: 20px;
        width: 100%;
    }


    .speak_life_txt span {
        display: inline;
    }

    .speak_life {
        padding: 50px 0;
    }

    .sound_familiar_img {
        height: 400px;
    }

    .sound_familiar_txt {
        padding: 0;
        margin-top: 20px;
    }

    .sound_familiar_txt ul li {
        padding-left: 20px;
        padding-bottom: 10px;
        margin-bottom: 10px;
        font-size: 15px;
        line-height: 20px;
    }

    .sound_familiar_txt ul li::before {
        height: 10px;
        width: 10px;
    }

    .testimonial_card {
        padding: 20px;
    }

    .clients_rating i {
        font-size: 12px;
    }

    .clients_rating {
        margin-bottom: 10px;
    }

    .testimonial_card ul {
        margin-top: 10px;
    }

    .testimonial_card ul li h4 {
        font-size: 15px;
    }

    .testimonial_card ul li h5 {
        font-size: 12px;
    }

    .testimonial_card ul li img {
        height: 45px;
        width: 45px;
    }

    .testi_slider .slick-list {
        height: 250px;
    }

    .free_resources_btns {
        padding: 10px 0;
        justify-content: center;
        gap: 5px;
    }

    .free_resources_heading {
        text-align: center;
    }

    .resources_slider .slick-slide {
        margin: 0px 10px;
    }

    .resource_txt h4 {
        padding: 10px 0
    }

    .resource_txt h3 a {
        margin: 10px 0;
        font-size: 15px;
    }

    .ftr_lgo {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .footer_contact p {
        width: 100%;
        margin-bottom: 20px;
    }

    .footer_contact h5 {
        font-size: 17px;
    }

    .ftr_links h5 {
        font-size: 17px;
        padding-bottom: 10px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .ftr_links ul li a {
        font-size: 12px;
        gap: 10px;
    }

    .ftr_links {
        padding-left: 0px;
    }

    .ftr_links ul li {
        margin-bottom: 5px;
    }

    .ftr_links ul li a i {
        font-size: 12px;
    }

    .copy_txt p {
        text-align: center;
    }

    .ftr_btm {
        padding: 15px 0 0;
    }

    .payement {
        text-align: center;
        margin-top: 20px;
    }
}

@media only screen and (min-width: 300px) and (max-width: 519px) {

    .menuSection {
        padding: 10px 0;
        position: relative;
    }

    .header-logo {
        text-align: center;
        margin-bottom: 10px;
    }

    .header_right {
        justify-content: center;
        gap: 5px
    }

    .themebtn {
        font-size: 12px;
        padding: 10px 20px
    }

    .themebtn1 {
        font-size: 12px;
        padding: 10px 20px
    }

    .header_icon {
        height: 45px;
        width: 45px;
        font-size: 12px;
    }

    h1 {
        font-size: 35px;
    }

    p {
        font-size: 12px;
        line-height: 20px;
        margin: 0 0 10px;
    }

    .banner_text ul {
        flex-wrap: wrap;
        align-items: flex-start;
        gap: 10px;
        flex-direction: column;
    }

    .bnr_right_txt_box {
        padding: 20px;
        position: relative;
        bottom: -20px;
        right: 0;
        width: 100%;
    }

    .bnr_right_txt_box h3 {
        font-size: 20px;
        padding: 0 0 5px;
        margin-bottom: 5px;
    }

    .banner-progress {
        gap: 5px;
        bottom: 10px;
    }

    .span-p {
        font-size: 12px;
        padding: 0px 10px;
    }

    .span-p.active {
        font-size: 20px;
    }

    .banner-progress-bar {
        width: 100px;
    }


    .banner-progress button {
        height: 40px;
        width: 40px;
    }

    .img-fluid {
        height: 700px;
    }

    .start_simple {
        padding: 30px 0;
    }

    .start_simple_txt {
        padding: 0;
    }

    .start_simple_txt h2 {
        font-size: 24px;
    }

    .start_simple_txt form input {
        padding: 10px 15px;
        font-size: 12px;
        margin-bottom: 10px;
    }

    .start_simple_txt form button {
        padding: 10px;
    }

    h2 {
        font-size: 30px;
    }

    .about_txt {
        margin-top: 20px;
        padding: 0;
    }

    .about_left {
        margin-right: 20px;
        padding-right: 30px;
        height: 300px;
    }

    .about_left::before {
        height: 70px;
        width: 120px;
    }

    .all-section {
        padding: 50px 0;
    }

    .about_left::after {
        right: -17px;
        height: 5px;
        width: 35px;
    }

    .heading p {
        width: 100%;
    }

    .heading {
        margin-bottom: 20px;
    }

    .product_img a img {
        height: 200px;
    }

    .product_img {
        height: 230px;
    }

    .rating {
        font-size: 12px;
    }

    .product_txt h3 a {
        font-size: 15px;
        margin: 5px 0;
    }

    .prd_price {
        font-size: 12px;
        padding: 10px 20px;
    }

    .product_txt ul {
        align-items: flex-start;
        gap: 10px;
    }

    .product_txt .themebtn {
        padding: 10px 20px;
    }

    .container-fluid {
        padding: 0px 5%;
    }

    .all-section-btm {
        padding-bottom: 50px;
    }

    .speak_life_txt {
        padding: 20px;
        width: 100%;
    }


    .speak_life_txt span {
        display: inline;
    }

    .speak_life {
        padding: 50px 0;
    }

    .sound_familiar_img {
        height: 300px;
    }

    .sound_familiar_txt {
        padding: 0;
        margin-top: 20px;
    }

    .sound_familiar_txt ul li {
        padding-left: 20px;
        padding-bottom: 10px;
        margin-bottom: 10px;
        font-size: 15px;
        line-height: 20px;
    }

    .sound_familiar_txt ul li::before {
        height: 10px;
        width: 10px;
    }

    .testimonial_card {
        padding: 20px;
    }

    .clients_rating i {
        font-size: 12px;
    }

    .clients_rating {
        margin-bottom: 10px;
    }

    .testimonial_card ul {
        margin-top: 10px;
    }

    .testimonial_card ul li h4 {
        font-size: 15px;
    }

    .testimonial_card ul li h5 {
        font-size: 12px;
    }

    .testimonial_card ul li img {
        height: 45px;
        width: 45px;
    }

    .testi_slider .slick-list {
        height: 250px;
    }

    .free_resources_btns {
        padding: 10px 0;
        justify-content: center;
        gap: 5px;
    }

    .free_resources_heading {
        text-align: center;
    }

    .resources_slider .slick-slide {
        margin: 0px 10px;
    }

    .resource_txt h4 {
        padding: 10px 0
    }

    .resource_txt h3 a {
        margin: 10px 0;
        font-size: 15px;
    }

    .ftr_lgo {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .footer_contact p {
        width: 100%;
        margin-bottom: 20px;
    }

    .footer_contact h5 {
        font-size: 17px;
    }

    .ftr_links h5 {
        font-size: 17px;
        padding-bottom: 10px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .ftr_links ul li a {
        font-size: 12px;
        gap: 10px;
    }

    .ftr_links {
        padding-left: 0px;
    }

    .ftr_links ul li {
        margin-bottom: 5px;
    }

    .ftr_links ul li a i {
        font-size: 12px;
    }

    .copy_txt p {
        text-align: center;
    }

    .ftr_btm {
        padding: 15px 0 0;
    }

    .payement {
        text-align: center;
        margin-top: 20px;
    }

}


/*Media Query End*/