@media only screen and (max-width: 600px) {
  .prouct-listcontent {
    height: 160px;
  }
}
@media only screen and (max-width: 600px) {
  .mfooter {
    line-height: 1;
    margin-top: 8px;
  }
}
@media (max-width: 1024px) {
  .text-L {
    font-size: 32px;
  }

  .topbutton {
    margin-top: 52%;
  }
  .text-M {
    font-size: 16px;
  }
  .line-height32 {
    line-height: 26px;
  }
  .line-height48 {
    line-height: 30px;
  }
  .topbackground-bg {
    padding-bottom: 50px;
    min-height: 70vh !important;
  }
  p {
    font-size: 13px !important;
  }

  element.style {
  }
  ul.footer-menu li a {
    font-size: 11px;
  }
  .navbar {
    padding: 0 10px;
    display: block;
    height: 65px;
    margin-bottom: 0;
    position: relative;
    float: left;
  }
  .top-bgwrapper .header {
    box-shadow: 0 0 10px #ddd;
  }
  .top-bgwrapper2 .header {
    box-shadow: 0 0 10px #ddd;
  }

  .header.shrink .navbar {
    height: 55px;
  }
  #contactForm {
    margin-top: 50px;
  }
  #career-img {
    margin-top: 30px;
  }
  .header.shrink #nav-brand img {
    width: 180px;
  }
  .m_db {
    display: block !important;
  }
  .m_dn {
    display: none !important;
  }
  .nav-menu li a {
    background: #ececec;
    padding: 10px 40px 10px 0;
    color: #000;
    font-size: 14px;
    width: 100%;
    float: left;
    display: block;
    margin-bottom: 2px;
    margin-left: 20px;
    border-bottom: 1px solid #a9a9a9;
  }
  .nav-menu li a:hover {
    text-decoration: none;
  }
  .nav-menu .subactive {
    color: #000 !important;
    background-image: url(../images/drop-m.png);
    background-repeat: no-repeat;
    background-position: right;
    background-origin: content-box;
  }
  .drop-m {
    position: static;
  }

  ul.nav-menu {
    list-style-type: none;
    margin-bottom: 0;
    margin-top: 50px;
  }
  .sub_dropdown {
    float: left;
    width: 100%;
  }
  ul.sub_dropdown {
    list-style-type: none;
    margin-bottom: 0;
  }
  ul.sub_dropdown li {
    float: left;
    width: 100%;
    display: block;
    margin-left: 40px;
    border-bottom: 1px solid #ccc;
  }
  .sub_dropdown li a {
    padding-left: 0;
    border-bottom: 0;
    margin-left: 0;
  }
  .menu_Bar {
    display: inline-block;
    cursor: pointer;
    float: right;
    position: absolute;
    right: 22px;
    top: 13px;
    z-index: 99999999;
  }
  .bar4,
  .bar5,
  .bar6 {
    width: 25px;
    height: 2px;
    background-color: black !important;
    margin: 5px 0;
    transition: 0.4s;
  }
  .change .bar4 {
    -webkit-transform: rotate(-45deg) translate(-6px, 6px);
    transform: rotate(-45deg) translate(-6px, 6px);
  }

  .change .bar5 {
    opacity: 0;
  }

  .change .bar6 {
    -webkit-transform: rotate(45deg) translate(-4px, -4px);
    transform: rotate(45deg) translate(-4px, -4px);
  }
  .bar1,
  .bar2,
  .bar3 {
    width: 25px;
    height: 2px;
    background-color: #fff !important;
    margin: 5px 0;
    transition: 0.4s;
  }
  .change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-6px, 6px);
    transform: rotate(-45deg) translate(-6px, 6px);
  }

  .change .bar2 {
    opacity: 0;
  }

  .change .bar3 {
    -webkit-transform: rotate(45deg) translate(-4px, -4px);
    transform: rotate(45deg) translate(-4px, -4px);
  }
  .lang-top {
    float: none;
  }
  .lang-top .form-control {
    height: 40px;
    padding: 3px 0px;
    margin-left: 20px;
    border: 0;
    background: #ececec;
    box-shadow: none;
    float: left;
    border-bottom: 1px solid #cdcdcd;
    border-radius: 0;
    width: 80%;
  }

  .main-header-wrapper {
    padding: 0;
  }
  .header {
    overflow: visible;
    height: auto;
  }
  .logo-wrapper {
    padding-top: 10px;
  }
  #nav-brand img {
    width: 180px;
    margin-left: 0px;
  }
  .pink {
    width: 100% !important;
    margin-top: 30px;
  }
  .banner-toppading {
    margin-left: 35px;
    margin-right: 35px;
    padding-top: 105px;
  }
  .topbutton {
    margin-top: -26%;
    margin-bottom: 15%;
  }
  #nav-ops {
    display: none;
  }
  #nav-ops ul li {
    display: block;
  }
  .toptext {
    text-align: center;
  }
  .topbtn1 {
    margin-left: 0px;
  }
  /*banner*/
  .getstartbtn {
    width: 147px;
    height: 42px;
    font-size: 18px;
    padding: 6px;
  }

  /*Sidebar*/

  .overlay {
    cursor: pointer;
    transition: opacity 300ms ease;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    z-index: 300;
  }
  .mobile {
    z-index: 9999999;
    padding-left: 0px;
    background: #ececec;
    text-align: left;
    height: 100vh;
    margin: 0 auto;
    -webkit-transition: right 300ms ease;
    transition: right 300ms ease;
    top: 0px;
    width: 300px;
    position: fixed;
    right: -300px;
  }
  .open {
    display: block;
    right: 0px;
  }
  /*Sidebar End*/
  .banner-Headingpad {
    margin-top: 158px !important;
    font-size: 36px !important;
  }

  .slick-slide {
    margin: 0px 20px 0 0px !important;
  }

  /*other product list section*/
  .product-box {
    min-height: 460px;
    padding: 15px;
  }
  .product-boxImg {
    min-height: auto;
  }
  .product-boxImg img {
    height: 150px;
  }

  /*Carousal slider section*/
  .my-carousel .carousel-indicators {
    bottom: -55px;
  }

  /*Footer Section Style*/
  .footer-logo img {
    width: 200px;
  }
  .footer-leftSection {
    border-bottom: 1px solid #4b49a7;
    padding-bottom: 20px;
  }
  .footer-ss {
    display: flex;
  }
  .footer-ss a img {
    margin-left: 5px;
  }
  ul.footer-menu li {
    padding: 0;
  }

  /*Use Cases Style*/
  .top-bgwrapper {
    background: none;
  }

  .left-bannerHeading {
    font-size: 20px;
    line-height: 28px;
  }
  .side-banner {
    margin-top: 40px;
    display: none;
  }
  .side-banners {
    display: inline-block;
    margin-top: 40px !important;
    text-align: center !important;
  }
  #use-case-heading {
    margin-top: 15px !important;
    margin-right: 0px !important;
  }
  html,
  body {
    overflow-x: hidden;
  }
  #terms,
  #privacy,
  #about-us {
    margin-top: 55px !important;
    font-size: 36px !important;
    margin-bottom: 35px;
  }
  .get-startbtnblue {
    width: 150px;
    height: 42px;
    font-size: 18px;
  }
  .top-bgwrapper .bar1 {
    background: black;
  }
  .top-bgwrapper .bar2 {
    background: black;
  }
  .top-bgwrapper .bar3 {
    background: black;
  }
  .usecase-list {
    margin-top: 50px;
  }
  .usecase-list ul {
    display: block;
  }
  .usecase-list ul li {
    width: 50%;
    float: left;
    min-height: 135px;
    margin-bottom: 10px;
    padding-right: 29px;
  }
  .usecase-Icon img {
    width: 80px;
  }
  .usecase-Heading {
    font-size: 14px;
    margin-top: 5px;
  }
  .col-main {
    display: flex;
    flex-direction: column;
  }
  .col-main-reverse {
    display: flex;
    flex-direction: column-reverse;
  }
  .col-left {
    width: 100%;
  }
  .col-right {
    width: 100%;
  }
  .col-main-reverse .col-right {
    text-align: center;
  }
  .col-main .col-right {
    text-align: center;
  }
  .col-pad {
    padding: 30px 15px;
  }

  /*trackthat style section*/
  .trackthat-logo img {
    width: 200px;
  }
  .wrapper-Heading.mobilewrapper-Heading {
    line-height: 30px;
  }
  .wrapper-Heading.mobilewrapper-Heading:after {
    top: 70px;
  }
  .pb-100 {
    padding-bottom: 50px;
  }
  .single-slide .slick-next {
    bottom: -56px !important;
  }
  .single-slide .slick-prev {
    bottom: -50px !important;
  }

  /*RocketField*/
  .top-bgwrapper2 {
    background: none;
  }
  .top-bgwrapper2 .bar1 {
    background: black;
  }
  .top-bgwrapper2 .bar2 {
    background: black;
  }
  .top-bgwrapper2 .bar3 {
    background: black;
  }

  /*Rocket Starter*/
  .wrapper-Heading2:after {
    top: 110px;
  }
  .list-bx1,
  .list-bx2,
  .list-bx3,
  .list-bx4,
  .list-bx5,
  .list-bx6,
  .list-bx7 {
    margin-bottom: 20px;
  }

  /*Rocketfleet consumer app page*/
  .top-bggrey .bar1 {
    background: black;
  }
  .top-bggrey .bar2 {
    background: black;
  }
  .top-bggrey .bar3 {
    background: black;
  }
  .side-mobilebanner {
    position: relative;
  }
  .get-startbtnwhite {
    width: 160px;
    height: 42px;
    font-size: 18px;
  }

  /*Faq*/
  .faq-wrapper .faq-heading {
    font-size: 16px;
  }

  /*Aboutus Style*/
  .mobile-rightborder {
    border-right: 1px solid #dee2e6 !important;
  }
  .mobile-bottomborder {
    border-bottom: 0 !important;
  }

  /*Contact Us Style*/
  .contact-wrapper {
    padding: 15px;
  }
}
