/* Small Mobile - START (320 * 440) */
@media (min-width: 320px) and (max-width: 440px) {

    .ptb {
        padding: 60px 0;
    }

    .container-fluid {
        padding: 0px 12px;
    }

    .heading h6 {
        font-size: 20px;
    }

    .heading h4 {
        font-size: 40px;

    }

    .top_bar_link ul {
        display: none;
    }

    .top_part a {
        padding: 0px 5px px;
        font-size: 12px;

    }

    .header_main {
        padding: 10px 0;
    }

    .header_main img {
        height: 50px;
        margin-right: 0px;
    }

    .header_main .header_search {
        display: none;
    }

    .header_bottom .product_dropdown .dropdown-toggle {
        padding: 8px 12px 7px;
        font-size: 18px;
        font-weight: 500;
    }

    .header_bottom .product_dropdown .dropdown-menu {
        min-width: 180px;
        border-radius: 0;
        inset: 0px auto auto -9px !important;
    }

    .header_bottom .header_button {
        margin-top: 3px;
    }

    .header_bottom .header_button a {
        padding: 4px 8px;
        font-size: 15px;

    }

    .banner_content h4 {
        font-size: 30px;
    }

    .banner_content h1 {
        font-size: 45px;
    }

    .banner_content p {
        width: 100%;
    }

    .about_section {
        background: #f8f8f8;
        padding: 40px 0 60px;
    }

    .about_text {
        padding-top: 40px;
        padding-bottom: 30px;
    }

    .about_text h2 {
        font-size: 45px;

    }

    .solutions_section {
        padding: 100px 0 300px;

    }


    .solutions_slide {
        margin-top: -250px;
    }


    .solutions_text h5 {
        font-size: 32px;
        padding-bottom: 8px;
    }

    .solutions_text h3 {
        font-size: 45px;
    }

    .solutions_items img {
        width: 100%;
    }

    .solutions_item_text p {
        font-size: 14px;
    }

    .explore_section {

        padding: 100px 0;
    }

    .explore_text h4 {
        font-size: 22px;
    }

    .explore_text h3 {
        font-size: 50px;
    }


    .resources_section .btn2 {
        margin-top: 0px;
        margin-bottom: 10px;
        float: inline-start;
    }

    .resources_items {
        width: 50%;
        float: left;
    }
    .resources_content h4 {
        font-size: 16px;
       
      }


    .resources_content {
        margin: 10px 0;
        padding: 15px;

    }

    .joinus_section h3 {
        font-size: 55px;
    }

    .news_section .btn2 {
        float: inline-start;
        margin-top: 0px;
        margin-bottom: 30px;
    }

    .news_items {
        margin-bottom: 20px;
    }

    .footer_subscribe {
        text-align: center;
    }

    .footer_subscribe h6 {
        font-size: 16px;
        padding-bottom: 10px;
        padding-top: 35px;
        text-align: left;
        ;
    }


    .footer_subscribe .form {
        display: inline;
    }

    .footer_subscribe .form input {
        margin-right: 0px;
        border-radius: 3px;
        margin-bottom: 10px;
        height: 50px;
    }

    .footer_subscribe .form button {
        width: 100%;
    }

    .bottom_section p {
        text-align: center;
        padding-top: 6px;
        padding-bottom: 15px;
    }

    .bottom_section ul {
        float: inline-start;
        text-align: center;
    }

    .bottom_section ul li {
        float: left;
        text-align: center;
        padding-left: 10px;
        margin-bottom: 6px;
        margin-left: 10px;
    }

    .footer_social a i {
        height: 28px;
        width: 28px;
        text-align: center;
        line-height: 28px;
        font-size: 13px;
        color: #404750;
        background: #ddd;
        border-radius: 50%;
        transition: 0.3s;
    }

    .title_section {
        padding: 20px 0px;
    }

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


    .contact_form {
        border-radius: 10px;
        padding: 20px;
    }

    .contact_box {
        margin: 0px;
    }

    .contact_info {
        padding: 30px 10px;
    }

    .contact_info .contact_items {
        display: block;
    }


    .content_sidebar {
        margin-bottom: 20px;
        margin-left: 0px;


    }

    .content h4 {
        font-size: 25px;
    }

    .content .content_img {
        width: 100%;
    }

    .content .btn {
        margin-top: 20px;
        margin-bottom: 50px;
    }


}

/* Small Mobile - END (320 * 440) */
/*---------------------------------------------------------------------------------------------------------------------*/
/* Medium Mobile - START (441 * 575)*/
@media (min-width: 441px) and (max-width: 575px) {

    .ptb {
        padding: 60px 0;
    }

    .container-fluid {
        padding: 0px 12px;
    }

    .heading h6 {
        font-size: 20px;
    }

    .heading h4 {
        font-size: 40px;

    }

    .top_bar_link ul {
        display: none;
    }

    .top_part a {
        padding: 0px 5px px;
        font-size: 12px;

    }

    .header_main {
        padding: 10px 0;
    }

    .header_main img {
        height: 50px;
        margin-right: 0px;
    }

    .header_main .header_search {
        display: none;
    }

    .header_bottom .product_dropdown .dropdown-toggle {
        padding: 8px 12px 7px;
        font-size: 18px;
        font-weight: 500;
    }

    .header_bottom .product_dropdown .dropdown-menu {
        min-width: 180px;
        border-radius: 0;
        inset: 0px auto auto -9px !important;
    }

    .header_bottom .header_button {
        margin-top: 3px;
    }

    .header_bottom .header_button a {
        padding: 4px 8px;
        font-size: 15px;

    }

    .banner_content h4 {
        font-size: 30px;
    }

    .banner_content h1 {
        font-size: 45px;
    }

    .banner_content p {
        width: 100%;
    }

    .about_section {
        background: #f8f8f8;
        padding: 40px 0 60px;
    }

    .about_text {
        padding-top: 40px;
        padding-bottom: 30px;
    }

    .about_text h2 {
        font-size: 45px;

    }

    .solutions_section {
        padding: 100px 0 300px;

    }


    .solutions_slide {
        margin-top: -250px;
    }


    .solutions_text h5 {
        font-size: 32px;
        padding-bottom: 8px;
    }

    .solutions_text h3 {
        font-size: 45px;
    }

    .solutions_items img {
        width: 100%;
    }

    .solutions_item_text p {
        font-size: 14px;
    }

    .explore_section {

        padding: 100px 0;
    }

    .explore_text h4 {
        font-size: 22px;
    }

    .explore_text h3 {
        font-size: 50px;
    }


    .resources_section .btn2 {
        margin-top: 0px;
        margin-bottom: 10px;
        float: inline-start;
    }

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

    .resources_content h4 {
        font-size: 16px;
       
      }

    .resources_content {
        margin: 10px 0;
        padding: 15px;

    }

    .joinus_section h3 {
        font-size: 55px;
    }

    .news_section .btn2 {
        float: inline-start;
        margin-top: 0px;
        margin-bottom: 30px;
    }

    .news_items {
        margin-bottom: 20px;
    }

    .footer_subscribe {
        text-align: center;
    }

    .footer_subscribe h6 {
        font-size: 16px;
        padding-bottom: 10px;
        padding-top: 35px;
        text-align: left;
        ;
    }


    .footer_subscribe .form {
        display: inline;
    }

    .footer_subscribe .form input {
        margin-right: 0px;
        border-radius: 3px;
        margin-bottom: 10px;
        height: 50px;
    }

    .footer_subscribe .form button {
        width: 100%;
    }

    .bottom_section p {
        text-align: center;
        padding-top: 6px;
        padding-bottom: 15px;
    }

    .bottom_section ul {
        float: inline-start;
        text-align: center;
    }

    .bottom_section ul li {
        float: left;
        text-align: center;
        padding-left: 10px;
        margin-bottom: 6px;
        margin-left: 10px;
    }

    .footer_social a i {
        height: 28px;
        width: 28px;
        text-align: center;
        line-height: 28px;
        font-size: 13px;
        color: #404750;
        background: #ddd;
        border-radius: 50%;
        transition: 0.3s;
    }


    .title_section {
        padding: 20px 0px;
    }

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












}

/* Medium Mobile - END (441 * 575) */
/*---------------------------------------------------------------------------------------------------------------------*/
/* Large Mobile - START (576 * 764)*/
@media (min-width: 576px) and (max-width: 764px) {}

/* Large Mobile - END  (576 * 764)*/
/*---------------------------------------------------------------------------------------------------------------------*/
/*  TAB - START (765 * 991)*/
@media (min-width: 765px) and (max-width: 991px) {}

/*  TAB - END (765 * 991)*/
/*---------------------------------------------------------------------------------------------------------------------*/
/*  Laptop - START (992 * 1280)*/
@media (min-width: 992px) and (max-width: 1280px) {

    .container-fluid {
        padding: 0px 12px;
    }

}

/*  Laptop - END (992 * 1280)*/
/*---------------------------------------------------------------------------------------------------------------------*/
/*  Destop - START (1281 * 1300)*/
@media (min-width: 1281) and (max-width:1500px) {}

/*  Destop - END (1281 * 1500)*/
/*---------------------------------------------------------------------------------------------------------------------*/