@media only screen and (max-width: 1024px) {
    .container{
        width:99%; margin: 0px auto;
    }
    .sec_common {
        padding: 40px 0px;
    }
    .banner{padding: 40px 0px;}

    .sticky + .banner {
        margin-top: 60px;
      }

    .md-flex {
        display: none!important;
    }

    .right_top{display:none; opacity: 0;}
    .logodiv img{width: 200px;}
    .logo img{width: 130px; display: block;}

    .main_menu {height: 60px;}
    .requestbtn ul li {margin-top: 5px;}

    .mySidenav img{margin-top: 5px;}

    /************ 3 button *************/

    .requestbtn ul{float:left !important; padding-left: 2rem !important;}
    .requestbtn ul li{float:left;list-style: none; margin-top: 7px;}
    .requestbtn ul li a {
        font-weight: 700;
        margin-left: 5px;
        background: #3acffd;
        display: block;
        text-decoration: none;
        padding: 5px 6px;
        border-radius: 3px;
        font-size: 13px;
        color: #122e83;
    }
    #btndiff{background: #122e83 !important; color: #3acffd !important;}
    .requestbtn ul li a:hover{background: #03045E; color:#3acffd; transition: 0.5s;}
    #btngrid{font-size: 20px !important;padding: 7px 16px !important;line-height: 0;}
   


    .banner_textheading h2 {font-size: 20px;}
    .bnr_btn_div{margin-top: 35px;}
    .bnr_btn_div{margin-top: 45px}
    .bnr_btn a{text-decoration: none; font-size:16px; margin-right: 15px; border-radius: 6px;font-weight: 700;}
    .bnr_btn1 a{border: 2px solid #3acffd; padding: 10px 8px;color: #ffffff;}
    .bnr_btn2 a{background: #3acffd; padding: 12px 8px;color:#122e83;}
    
    .dd-none{display:block;}
    .dm-none{display:none;opacity: 0;visibility: hidden;}
    .banner_imageorvideo img{margin-bottom: 40px;}

    .about_text h1{text-align: center;}
    .about_image img{width: 100%; float: center; margin-bottom: 25px;}

    .expertize_industry_heading h5{text-align: justify;width: 98%;}

    /******* Service intro ***********/
    .service_intro_text p{text-align: justify;width:96%;margin: 0 auto;}

    /************* Service E-book ****************/
    .services_software_ebook_guide_left img {
        width: 100px;
        height: 130px;
    }
    .services_software_ebook_guide_right h2 {
        font-size: 18px;
    }
    .ebook_download_btn {
        padding: 13px 14px;
    }

    .service_softwares_box_image{
        height: 150px;
    }
    
    .service_softwares_box_image img{
        height: 150px;
    }
    
    .service_softwares_box_details {
        height: 150px;
    }
    
    /******************* Book Consultancy ************************/
    .book_consultancy_form{margin-left: 0px;}

    /**************What do our SEO services include?******************/
    .service_tab {width: 32%; height: 900px;}
    .tabcontent {width: 68%; height: 900px;}
    .service_tab button {padding: 18px 8px; width: 100%; }


    
  }