/* XXL (laptop) Device :1200px. */
@media (min-width: 1400px) and (max-width: 1650px) {}

@media (min-width: 1200px) and (max-width: 1399px) {

    .btn_com {
        padding: 10px 18px;
        font-size: 16px;
    }

    header .menu_part .extra_btn {
        margin-left: 5px;
    }

    header .menu_part .menu_main .nav-item .nav-link {
        padding: 10px 8px;
        font-size: 14px;
    }

    header .menu_part .menu_main .extra_btn .nav-item .nav-link {
        padding: 10px 15px;
        font-size: 14px;
        margin: 0;
        margin-left: 10px;
    }


    /* header .menu_part .extra_btn .form-control {
        display: none;
    }

    header .menu_part .extra_btn i {
        display: none;
    }*/

    header .menu_part .navbar-brand img {
        width: 140px;
        max-height: 60px;
    }



}


/* LG Device :992px. */

@media (min-width: 992px) and (max-width: 1199px) {
    h1 {
        font-size: 46px;
    }

    h2 {
        font-size: 52px;
    }

    h5 {
        font-size: 23px;
    }

    .btn_com {
        padding: 10px 18px;
        font-size: 16px;
    }

    header .menu_part .extra_btn {
        margin-left: 5px;
    }

    header .menu_part .menu_main .nav-item .nav-link {
        padding: 10px 8px;
        font-size: 14px;
    }

    header .menu_part .menu_main .extra_btn .nav-item .nav-link {
        padding: 10px 15px;
        font-size: 14px;
        margin: 0;
    }


    header .menu_part .extra_btn .form-control {
        display: none;
    }

    header .menu_part .extra_btn i {
        display: none;
    }

    header .menu_part .navbar-brand img {
        width: 150px;
        max-height: 60px;
    }

 .navbar-light .navbar-toggler {
        color: rgba(50, 176, 67, 0.85);
        border-color: rgba(50, 176, 67, 0.85);

    }

    .navbar-light .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(50, 176, 67, 0.95)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    h1 {
        font-size: 25px;
    }

    h2 {
        font-size: 42px;
    }

    h3 {
        font-size: 34px;
    }

    h4 {
        font-size: 24px;
    }

    .pb_90 {
        padding-bottom: 60px;
    }

    .pt_90 {
        padding-top: 60px;
    }

    .btn_com {
        padding: 10px 18px;
        font-size: 16px;
    }

    .navbar-light .navbar-toggler {
        color: rgba(50, 176, 67, 0.85);
        border-color: rgba(50, 176, 67, 0.85);

    }

    .navbar-light .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(50, 176, 67, 0.95)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }

    header .menu_part .navbar-brand img {
        width: 150px;
    }

    header .menu_part .bg_menu {
        padding: 5px 35px !important;
        width: 100%;
        border-radius: 0;
    }

    header .menu_part .menu_main .nav-item ul li ul {
        left: 0px;
        top: 30px;
    }

    header .menu_part .extra_btn {
        margin-left: 8px;
    }

    header .menu_part .extra_btn .btn_src {
        margin-left: -45px;
    }

    header .menu_part .extra_btn .nav-item:last-child .btn_com {
        margin-right: 0;
        margin: 20px 0px;
    }

    .step3_part .step3_content {
        padding: 10px 15px;
        top: -100px;
    }


    header .header_top_part .header_top_content ul li a {
        padding: 0px 3px;
        font-size: 12px;
    }

    .menu_none {
        display: none;
    }

    header .menu_part2 {
        display: block;
    }

    .menu_part2 .navbar-brand img {
        width: 150px;
    }

    .our_feedback .client_feedback_item .feed_back_slide_item_img {
        height: 90px;
        width: 90px;
        border: 5px solid #32b043;
    }

    .claim_btn{
      margin-bottom: 20px;
    }
}



/* -- Phone Landscape -- */

@media (min-width: 576px) and (max-width: 767px) {
    h1 {
        font-size: 35px;
    }

    h2 {
        font-size: 34px;
    }

    h3 {
        font-size: 32px;
    }

    h4 {
        font-size: 26px;
    }

    h5 {
        font-size: 20px;
    }

    h6 {
        font-size: 18px;
    }

    p {
        font-size: 16px;
    }

    .pb_90 {
        padding-bottom: 60px;
    }

    .pt_90 {
        padding-top: 60px;
    }



    .btn_com {
        padding: 10px 18px;
        font-size: 16px;
    }

    header .menu_part {
        margin: 0px 0px 50px;

    }

    .navbar-light .navbar-toggler {
        color: rgba(50, 176, 67, 0.85);
        border-color: rgba(50, 176, 67, 0.85);

    }

    .navbar-light .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(50, 176, 67, 0.95)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }

    header .menu_part .navbar-brand img {
        width: 150px;
    }

    header .menu_part .bg_menu {
        padding: 5px 35px !important;
        width: 100%;
        border-radius: 0;
    }

    header .menu_part .menu_main .nav-item ul li ul {
        left: 0px;
        top: 30px;
    }

    header .menu_part .extra_btn {
        margin-left: 8px;
    }

    header .menu_part .extra_btn .btn_src {
        margin-left: -45px;
    }

    header .menu_part .extra_btn .nav-item:last-child .btn_com {
        margin-right: 0;
        margin: 20px 0px;
    }

    .step3_part .step3_content {
        padding: 10px 15px;
        top: -100px;
    }

    .menu_none {
        display: none;
    }

    header .menu_part2 {
        display: block;
    }

    .menu_part2 .navbar-brand img {
        width: 150px;
    }

    .header_top_sicon .justify-content-end {
        justify-content: flex-start !important;
    }

    .claim_btn{
      margin-bottom: 20px;
    }
}


/* mobile size 480 small Device. */

@media (min-width: 400px) and (max-width: 480px) {
    .header_top_sicon .justify-content-end {
        justify-content: flex-start !important;
    }

    .claim_btn{
      margin-bottom: 20px;
    }
}


/* Extra small Device. */

@media (min-width: 320px) and (max-width: 575px) {
    h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 26px;
    }

    h3 {
        font-size: 22px;
    }

    h4 {
        font-size: 18px;
    }

    h5 {
        font-size: 16px;
    }

    h6 {
        font-size: 16px;
    }

    p {
        font-size: 14px;
    }

    body {
        /*overflow-x: hidden;*/
    }

    .pb_90 {
        padding-bottom: 60px;
    }

    .pt_90 {
        padding-top: 60px;
    }

    .py_90 {
        padding: 60px 0px 60px;
    }

    .py_6090 {
        padding: 30px 0px 60px;
    }

    .btn_com {
        padding: 10px 18px;
        font-size: 16px;
    }

    header .menu_part {
        margin: 0px 0px 50px;

    }

    .navbar-light .navbar-toggler {
        color: rgba(50, 176, 67, 0.85);
        border-color: rgba(50, 176, 67, 0.85);

    }

    .navbar-light .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(50, 176, 67, 0.95)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }

    header .menu_part .navbar-brand img {
        width: 150px;
    }

    header .menu_part .bg_menu {
        padding: 5px 35px !important;
        width: 100%;
        border-radius: 0;
    }

    header .menu_part .menu_main .nav-item ul li ul {
        left: 0px;
        top: 30px;
    }

    header .menu_part .extra_btn {
        margin-left: 8px;
    }

    header .menu_part .extra_btn .btn_src {
        margin-left: -45px;
    }

    header .menu_part .extra_btn .nav-item:last-child .btn_com {
        margin-right: 0;
        margin: 20px 0px;
    }

    .step3_part .step3_content {
        padding: 10px 15px;
        top: -100px;
    }



    .menu_none {
        display: none;
    }

    header .menu_part2 {
        display: block;
    }

    .menu_part2 .navbar-brand img {
        width: 150px;
    }

    .header_top_content .d-flex {
        display: inline-block !important;
    }

    header .header_top_part .header_top_content ul li a {
        font-size: 16px;
    }

    .header_top_sicon .justify-content-end {
        justify-content: flex-start !important;
    }

    .comapy_heading_part .comapy_heading_content p {
        padding: 0px 10px;
    }

    .feed_back_slide_item_content {
        text-align: center;
    }

    .feed_back_slide_item_content_p {
        text-align: center;
    }

    .claim_btn{
      margin-bottom: 20px;
    }
}
