@media only screen and (max-width: 1400px) {
}

@media only screen and (max-width: 1340px) {
  .main-header .logo-area .header-info-box {
    margin-left: 62px;
  }

  .main-header .logo-area .header-info-box-2 {
    margin-left: 68px;
  }

  .main-header .header-search ul li.menuleft-address {
    padding: 10px 31px;
  }
}

@media only screen and (max-width: 1200px) {
  .main-header .logo-area .header-info-box {
    margin-left: 48px;
  }

  .main-header .logo-area .header-info-box-2 {
    margin-left: 53px;
  }

  .main-header .mainmenu-area .navbar-nav .nav-link {
    padding: 22px 25px;
  }

  .main-header .header-search ul li.menuleft-address {
    padding: 10px 21px;
  }

  .footer-social-text {
    width: 67%;
  }

  .mailing-list .form-group i {
    right: 16px;
  }
}

@media only screen and (max-width: 1140px) {
  .main-header .logo-area .header-info-box {
    margin-left: 18px;
  }

  .main-header .logo-area .header-info-box-2 {
    margin-left: 24px;
  }

  .main-header .mainmenu-area .navbar-nav .nav-link {
    padding: 22px;
  }

  .main-header .header-search ul li.menuleft-address {
    padding: 10px 2px;
  }

  .footer-social-text {
    width: 66%;
  }

  .footer-logo-text {
    width: 76%;
  }
}

@media only screen and (max-width: 1023px) {
  .main-header .logo-area .header-info-box {
    margin-left: 11px;
  }

  .main-header .logo-area .header-info-box-2 {
    margin-left: 16px;
  }

  .main-header .mainmenu-area .navbar-nav .nav-link {
    padding: 10px;
  }

  .main-header .header-search ul li.menuleft-address {
    padding: 10px 1px;
  }

  .menuleft-search a i {
    width: 51px;
  }

  .footer-logo-text {
    width: 76%;
  }

  .footer-social-text {
    width: 58%;
  }

  .main-header .mainmenu-area .navbar-nav .nav-link {
    padding: 22px 18px;
  }
}

/* Tablet Layout: 768px. */

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .main-header .top-area .info-menu,
  .main-header .top-area .social {
    float: none;

    text-align: center;
  }

  .main-header .top-area .info-menu {
    margin-bottom: 20px;
  }

  .main-header .top-area .social ul li {
    border: 1px solid #e1e1e1;

    margin-bottom: 20px;

    display: inline-block;

    float: none;
  }

  .logo {
    margin-bottom: 30px;
  }

  .main-header .logo-area .header-info-box {
    padding: 4px 20px 0 80px;

    margin: 0 0 16px 57px;
  }

  .main-header .logo-area .header-info-box-2 {
    padding: 4px 20px 0 80px;

    margin: 0 0 16px 57px;
  }

  .main-header .header-search ul li.menuleft-address {
    padding: 8px 36px;

    float: right;
  }

  .main-header .header-search ul li.menuleft-search {
    float: right;
  }

  .main-header .header-search .dropdown {
    position: relative;
  }

  .main-header .header-search .dropdown-menu {
    left: 0;
  }

  .header-2.main-header .header-search .dropdown-menu {
    left: auto;
  }

  .sticky-menu {
    position: relative !important;
  }

  .navana-single-slide h2 {
    font-size: 45px;
  }

  .home-btn-1,
  .home-btn-2 {
    padding: 10px 30px;
  }

  .about-image {
    text-align: center;
  }

  .about-image img {
    position: relative;

    top: 0;
  }

  .section-title p {
    width: 100%;
  }

  .service-tab .nav-tabs .nav-link {
    padding: 0.5rem 1rem;
  }

  .single-counter {
    margin: 10px 0 20px;
  }

  .client-slider.owl-theme .owl-nav .owl-next {
    right: -13%;
  }

  .client-slider.owl-theme .owl-nav .owl-prev {
    left: -13%;
  }

  footer .footer-widget:not(:last-child) {
    margin-bottom: 40px;
  }

  .sidebar-padding-right {
    padding-right: 15px;
  }

  .sidebar-padding-left {
    padding-left: 15px;
  }

  .pricing-table-default {
    margin-bottom: 60px;
  }
}

/* Mobile Layout: 320px. */

@media only screen and (max-width: 767px) {
  .zoomWindowContainer,
  .zoomContainer {
    opacity: 0;
  }

  .main-header .top-area .info-menu,
  .main-header .top-area .social {
    float: none;

    text-align: center;
  }

  .main-header .top-area .info-menu {
    margin-bottom: 20px;
  }

  .main-header .top-area .social ul li {
    border: 1px solid #e1e1e1;

    margin-bottom: 20px;

    display: inline-block;

    float: none;
  }

  .logo {
    text-align: center;

    margin-bottom: 30px;
  }

  .main-header .logo-area .header-info-box {
    padding: 4px 20px 0 80px;

    margin: 0 0 16px 57px;
  }

  .main-header .logo-area .header-info-box-2 {
    padding: 4px 20px 0 80px;

    margin: 0 0 16px 57px;
  }

  .main-header .header-search ul li.menuleft-address {
    padding: 8px 5px;

    float: right;
  }

  .main-header .header-search ul li.menuleft-search {
    float: right;
  }

  .main-header .header-search .dropdown {
    position: relative;
  }

  .main-header .header-search .dropdown-menu {
    left: 0;
  }

  .header-2.main-header .header-search .dropdown-menu {
    left: auto;
  }

  .sticky-menu {
    position: relative !important;
  }

  .navana-slides.owl-theme .owl-nav div {
    display: none;
  }

  .navana-single-slide h2 {
    font-size: 30px;
  }

  .home-btn-1,
  .home-btn-2 {
    padding: 8px 16px;

    font-size: 12px;
  }

  .about-image {
    text-align: center;
  }

  .about-image img {
    position: relative;

    top: 0;
  }

  .section-title p {
    width: 100%;
  }

  .single-counter {
    margin: 10px 0 20px;
  }

  .client-slider.owl-theme .owl-nav .owl-next {
    right: -13%;
  }

  .client-slider.owl-theme .owl-nav .owl-prev {
    left: -13%;
  }

  footer .footer-widget:not(:last-child) {
    margin-bottom: 40px;
  }

  footer .copyright-text p {
    text-align: center;

    margin-bottom: 30px;
  }

  .footer-menu {
    text-align: center;
  }

  .client-item-two {
    margin-bottom: 20px;

    text-align: center;
  }

  .client-item-two,
  .client-item-two-wrap {
    border: none;
  }

  #chartContainer {
    margin-bottom: 30px;
  }

  .single-portfolio img {
    width: 100%;
  }

  .error-page-wrap h1 {
    font-size: 50px;

    letter-spacing: 13px;
  }

  .error-page-wrap h2 {
    font-size: 22px;
  }

  .sidebar-padding-right {
    padding-right: 15px;
  }

  .sidebar-padding-left {
    padding-left: 15px;
  }

  .pricing-table-default {
    margin-bottom: 60px;
  }
}

/* Wide Mobile Layout: 480px. */

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .error-page-wrap h1 {
    font-size: 150px;

    letter-spacing: 20px;
  }

  .error-page-wrap h2 {
    font-size: 2rem;
  }
}

/*varun*/

@media only screen and (min-width: 991px) and (max-width: 1199px) {
  div#undefined-sticky-wrapper {
    height: 0px !important;
  }
  .quality-bettery {
    padding: 50px 0px 0px 0px !important;
  }
  .mobile-menu {
    display: none;
  }
  ul.quick-link-list {
    padding-left: 20px;
  }
  .single-page-title-area {
    padding: 100px 0px;
  }
  .single-con-add-icon {
    margin-left: 40%;
  }
  .single-con-add .single-con-add-text {
    width: 100%;
    text-align: center;
  }
  .cover-product {
    width: 100%;
  }
  .single-page-title h2 {
    color: #fff;
    margin: 0;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 25px;
  }
  .promo-portfolio .row {
    padding: 0 !important;
    margin: 0px !important;
  }
  .d-n {
    display: none;
  }
  .logo-here::after {
    position: absolute;
    width: 100px;
    height: 56vh;
    background-color: #184578;
    content: "";
    top: -82px !important;
    right: 0px !important;
    z-index: -1;
  }
  .logo-here img {
    position: absolute;
    text-align: center !important;
    right: -35px !important;
    top: -65px !important;
    z-index: 9 !important;
    width: 70% !important;
  }
  .margin-form {
    background-color: #ffffffe8;
    padding: 25px;
    position: absolute;
    top: 25%;
    margin: 0px auto;
    left: 0% !important;
  }
  .products-btn-concept a {
    width: 60%;
    top: 230px !important;
    left: 130px !important;
  }
  .about-btn a {
    display: block;
    width: 45%;
    height: 50px;
    line-height: 46px;
    text-decoration: none;
    text-align: center;
    border-radius: 50px;
    border: 3px solid #f7b103;
    color: #f7b103;
    font-size: 15px !important;
    position: relative;
    overflow: hidden;
    background: transparent;
    text-transform: uppercase;
    transition: all 0.35s;
    margin: 0px auto;
  }
  .stone-part {
    position: relative;
  }
  .slider img {
    max-width: 100%;
  }
  .wd {
    max-width: 960px;
  }
  ul.socialIcons {
    position: relative;
    top: 3px;
    text-align: center !important;
  }
  .download-midd span {
    font-size: 16px !important;
    font-weight: bold;
  }
  .logo-here::after {
    position: absolute;
    width: 100px;
    height: 50vh !important;
    background-color: #184578;
    content: "";
    top: -100px !important;
    right: 139px;
    z-index: -1;
  }
  .d-none {
    display: block !important;
  }
  .company-profile {
    margin-top: 5%;
  }
  .page-about {
    text-align: center;
    padding: 10px;
  }
  .mission-side img {
    max-width: 100%;
  }
  .d-nones {
    display: block !important;
  }
  .left-content-slider h1 {
    font-size: 45px !important;
    line-height: 45px !important;
  }
  div#navbarSupportedContent {
    display: none !important;
  }
  .side-bar-menu ul {
    display: none !important;
  }
  .right-side_content {
    top: 20px !important;
  }
  .about-img-mehtoed {
    height: 600px !important;
  }
  .animation-text p {
    font-size: 75px !important;
    -webkit-box-reflect: below -62px
      linear-gradient(transparent, transparent, #000) !important;
  }
  .parallax-content-under {
    top: 5% !important;
    padding-left: 15px !important;
    background: #f18f05;
    height: 235px;
    overflow: scroll;
    padding-bottom: 12px;
  }
  video#vid {
    height: 500px;
  }
  .margin-form {
    top: 0% !important;
  }
  .grip-under {
    width: 85% !important;
  }
  .column-box .media-body {
    margin: 0 !important;
  }
  /*.white-border{min-height: 270px !important;}*/
  .page-about h4 {
    text-align: left !important;
  }
  .stone-breadumbe img {
    top: 225px !important;
    left: 35% !important;
    width: 15% !important;
  }
  ul.coloring li a {
    margin-bottom: 10px !important;
    display: block !important;
  }
  .right-corner h2 {
    font-size: 24px !important;
  }
  button#trigger-overlay {
    display: none;
  }
  .stone-breadumbe {
    display: none;
  }
  .blink-img img {
    top: 44px !important;
    width: 18% !important;
  }
  .about-more-content {
    background-position: 27% 56% !important;
  }
  .right-side_content p {
    padding-right: 30px !important;
  }
  .right-side_content h1 {
    font-size: 24px !important;
  }
  p.little-part-digit {
    left: -34px !important;
    bottom: 40px !important;
  }
  .quality-bettery {
    clip-path: inherit !important;
  }
  .text-part h4 {
    font-size: 25px !important;
  }
  .gapping-left ul li {
    width: 100% !important;
  }
  .expandedContent ul {
    column-count: 1 !important;
  }
  .headerColumn1 {
    line-height: 28px !important;
  }
  .india_map img {
    bottom: 155px !important;
    right: -59px !important;
    width: 91% !important;
  }
  .phone_lefts-side.glow {
    display: none;
  }
  .whats-app-icon {
    display: none;
  }
  a.enquiry {
    display: none;
  }
  .mobile-three-item {
    display: block !important;
  }
  .quick-links {
    margin-bottom: 50px !important;
  }
  .about_img {
    margin-bottom: 30px !important;
  }
  .zoom-effect {
    margin-bottom: 20px !important;
  }
  .about_img {
    margin-bottom: 30px !important;
  }
  .zoom-effect {
    margin-bottom: 20px !important;
  }
  .usefull-link-design ul {
    column-count: 3 !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
  div#undefined-sticky-wrapper {
    height: 0px !important;
  }

  .title p {
    text-align: justify !important;
  }

  .quality-bettery {
    padding: 50px 0px 0px 0px !important;
  }

  ul.text-right {
    text-align: inherit !important;
  }

  ul.quick-link-list {
    padding-left: 20px;
  }

  .single-con-add .single-con-add-text {
    width: 100%;
    text-align: center;
  }

  .single-con-add-icon {
    margin-left: 40%;
  }

  .client-slider.owl-theme .owl-nav .owl-next {
    right: -5%;
  }

  .client-slider.owl-theme .owl-nav .owl-prev {
    left: -5%;
  }

  .cover-product {
    width: 100%;
  }

  .calltoaction-wrap p {
    font-size: 22px !important;
  }

  .single-page-title h2 {
    color: #fff;
    margin: 0;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 25px;
  }

  .promo-portfolio .row {
    padding: 0 !important;
    margin: 0px !important;
  }

  .header-search {
    overflow: hidden;
  }

  .d-n {
    display: none;
  }
  .logo-here::after {
    position: absolute;
    width: 100px;
    height: 56vh;
    background-color: #184578;
    content: "";
    top: -82px !important;
    right: 0px !important;
    z-index: -1;
  }
  .navbar-expand-md {
    float: right;
  }
  .logo-here img {
    position: absolute;
    text-align: center !important;
    right: -30px !important;
    top: -58px !important;
    z-index: 9 !important;
    width: 69% !important;
  }
  .products-btn-concept a {
    width: 60%;
    top: 230px !important;
    left: 130px !important;
  }
  .about-btn a {
    display: block;
    width: 45%;
    height: 50px;
    line-height: 46px;
    text-decoration: none;
    text-align: center;
    border-radius: 50px;
    border: 3px solid #f7b103;
    color: #f7b103;
    font-size: 15px !important;
    position: relative;
    overflow: hidden;
    background: transparent;
    text-transform: uppercase;
    transition: all 0.35s;
    margin: 0px auto;
  }
  .logo-here::after {
    position: absolute;
    width: 100px;
    height: 45vh !important;
    background-color: #184578;
    content: "";
    top: -60px;
    right: 139px;
    z-index: -1;
  }
  .stone-part {
    position: relative;
  }
  .slider img {
    max-width: 100%;
  }
  .wd {
    max-width: 960px;
  }
  ul.socialIcons {
    position: relative;
    top: 3px;
    text-align: center !important;
  }
  .download-midd span {
    font-size: 16px !important;
    font-weight: bold;
  }
  .left-content-slider h1 {
    color: #184578;
    display: block;
    margin-bottom: 12px !important;
    font-size: 35px !important;
    line-height: 39px !important;
    font-weight: 900;
  }
  video {
    height: 531px !important;
  }
  .d-nones {
    display: block !important;
  }
  img.stone-1-img {
    position: absolute;
    bottom: 15px;
    left: -77px !important;
    width: 44%;
    z-index: -1;
  }

  .company-profile {
    margin-top: 0%;
  }
  .page-about {
    text-align: center;
    padding: 10px;
  }
  .page-about img {
    max-width: 100%;
  }
  .mission-side img {
    max-width: 100%;
  }
  button#trigger-overlay {
    display: none;
  }
  .nk-tag-lne img {
    width: 100%;
  }
  .parallax-content-under {
    top: 0% !important;
    padding-left: 15px !important;
    background: #f18f05;
    height: 200px;
    overflow: scroll;
    padding-bottom: 12px;
  }
  .animation-text p {
    font-size: 60px !important;
    -webkit-box-reflect: below -72px
      linear-gradient(transparent, transparent, #000) !important;
  }
  .right-side_content {
    top: 0% !important;
  }
  .about-img-mehtoed {
    height: 700px !important;
  }
  .parallax-content-under a {
    width: 300px !important;
  }
  .margin-form {
    top: 9% !important;
  }
  .widget a {
    word-break: break-all;
  }
  .blink-img img {
    top: 35px !important;
    width: 18% !important;
  }
  .fixed-cetnter {
    max-width: 100% !important;
    left: 0 !important;
  }
  .stone-breadumbe {
    display: none;
  }
  .page-about h4 {
    text-align: left !important;
  }
  .form h2 {
    font-size: 26px;
  }
  ul.coloring li a {
    display: block !important;
    margin-bottom: 8px !important;
  }
  .about-more-content {
    background-position: 35% 53% !important;
  }
  .right-side_content p {
    padding-right: 30px !important;
  }
  .right-corner h2 {
    font-size: 25px !important;
  }
  .quality-bettery {
    clip-path: inherit !important;
  }
  .text-part h4 {
    font-size: 25px !important;
  }
  .gapping-left ul li {
    width: 100% !important;
  }
  .expandedContent ul {
    column-count: 1 !important;
  }
  .headerColumn1 {
    line-height: 28px !important;
  }
  .india_map img {
    right: -24px !important;
  }
  li.text-dark a {
    font-size: 13px !important;
  }
  .fennec-nav {
    display: none !important;
  }
  ul.d-noness {
    display: none !important;
  }
  nav.mobile-menu {
    display: block !important;
  }
  .right-side_content ul {
    column-count: 1 !important;
  }
  .phone_lefts-side.glow {
    display: none;
  }
  .whats-app-icon {
    display: none;
  }
  a.enquiry {
    display: none;
  }
  .mobile-three-item {
    display: block !important;
  }
  .quick-links {
    margin-bottom: 50px !important;
  }
  #toTop {
    display: none !important;
  }

  .quick-links {
    margin-bottom: 50px !important;
  }
  .about_img {
    margin-bottom: 30px !important;
  }
  .zoom-effect {
    margin-bottom: 20px !important;
  }
  .about_img {
    margin-bottom: 30px !important;
  }
  .zoom-effect {
    margin-bottom: 20px !important;
  }
  .usefull-link-design ul {
    column-count: 3 !important;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .main-header .top-area {
    display: none;
  }

  .main-header .logo-area .header-info-box {
    margin: 0 0 16px 0;
  }

  .d-lg-block {
    display: none;
  }

  div#undefined-sticky-wrapper {
    height: 0px !important;
  }

  .home-form-img img {
    margin-top: 0px;
  }

  .error-page-wrap h1 {
    font-size: 100px;
  }

  .error-page-wrap h2 {
    font-size: 21px;
  }

  .error-page-wrap p {
    font-size: 16px;
  }

  ul.quick-link-list {
    padding-left: 15px;
  }

  footer .copyright-text p {
    margin-bottom: 0px;
  }

  .single-page-title-area .breadcrumb {
    right: 0px !important;
  }

  .section-title h3 {
    font-size: 26px;
  }

  .cover-product {
    width: 100%;
  }

  .zoom-effect img {
    margin-bottom: 12px;
  }

  .sitemap-list {
    margin-bottom: 30px;
  }

  .link-hide-responsive p {
    display: none;
  }

  .client-slider.owl-theme .owl-nav .owl-next {
    right: 5%;
  }

  .client-slider.owl-theme .owl-nav .owl-prev {
    left: 2%;
  }

  .portfolio-slider.owl-theme .owl-nav .owl-prev {
    left: 10px;
  }

  .portfolio-slider.owl-theme .owl-nav .owl-next {
    right: 10px;
  }

  .single-page-title h2 {
    color: #fff;
    margin: 0;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 25px;
  }

  .header-info-box {
    margin-right: 15px !important;
  }

  .single-page-title-area {
    padding: 80px 0;
  }

  .logo img {
    width: 70%;
  }

  .promo-portfolio .row {
    padding: 0 !important;
    margin: 0px !important;
  }

  .header-search {
    overflow: hidden;
  }

  .our-three .row {
    margin-left: 5px;
    margin-right: 5px;
  }

  .single-con-add {
    margin-bottom: 40px;
  }

  .top-content-style img {
    width: 50% !important;
    margin-bottom: 35px !important;
  }

  .top-content-style {
    text-align: center;
  }

  .logo-here::after {
    position: absolute;
    width: 100px;
    height: 56vh;
    background-color: #184578;
    content: "";
    top: -82px !important;
    right: 0px !important;
    z-index: -1;
  }
  .navbar-expand-md {
    float: right;
  }
  .logo-here img {
    position: absolute;
    text-align: center !important;
    right: 12px !important;
    top: -25px !important;
    z-index: 9 !important;
  }
  .company-profile {
    margin-top: 15%;
  }
  .page-about {
    text-align: center;
    padding: 10px;
  }
  .page-about img {
    max-width: 100%;
  }
  .mission-side img {
    max-width: 35% !important;
  }
  .products-btn-concept a {
    width: 60%;
    top: 230px !important;
    left: 130px !important;
  }
  .about-btn a {
    display: block;
    width: 45%;
    height: 50px;
    line-height: 46px;
    text-decoration: none;
    text-align: center;
    border-radius: 50px;
    border: 3px solid #f7b103;
    color: #f7b103;
    font-size: 15px !important;
    position: relative;
    overflow: hidden;
    background: transparent;
    text-transform: uppercase;
    transition: all 0.35s;
    margin: 0px auto;
  }
  .logo-here::after {
    position: absolute;
    width: 100px;
    height: 45vh !important;
    background-color: #184578;
    content: "";
    top: -60px;
    right: 139px;
    z-index: -1;
    display: none !important;
  }
  .stone-part {
    position: relative;
  }
  .slider img {
    max-width: 100%;
  }
  .wd {
    max-width: 960px;
  }
  ul.socialIcons {
    position: relative;
    top: 3px;
    text-align: center !important;
  }
  .download-midd span {
    font-size: 16px !important;
    font-weight: bold;
  }
  .left-content-slider h1 {
    color: #184578;
    display: block;
    margin-bottom: 12px !important;
    font-size: 35px !important;
    line-height: 39px !important;
    font-weight: 900;
  }
  img.stone-1-img {
    position: absolute;
    bottom: 15px;
    left: -77px !important;
    width: 44%;
    z-index: -1;
  }
  .mails-and-phone {
    text-align: center !important;
  }
  .social-media {
    text-align: center;
    display: inline-block;
    position: relative;
    margin: 10px auto;
    width: 229px;
  }
  .logo-here img {
    position: absolute;
    text-align: center !important;
    left: 4% !important;
    top: -53px !important;
    z-index: 9 !important;
    max-width: 28%;
  }
  .slider img {
    max-width: 61%;
  }
  div#owl-demo-text .item {
    margin-top: 0px !important;
  }
  .scooty-center img {
    width: 80% !important;
    margin: 0px auto;
    margin-bottom: 20px !important;
    text-align: center;
  }
  .our-product img {
    max-width: 100% !important;
  }
  .categoriesSlideinfo {
    width: 27% !important;
    text-align: left;
    position: absolute;
    left: 7% !important;
    top: 3% !important;
  }
  .diamond-effect img {
    max-width: 100% !important;
  }
  .bike-side img {
    position: absolute;
    bottom: 372px !important;
    width: 53% !important;
    left: 48% !important;
  }
  .nk-tag-lne {
    left: 0;
    position: relative;
    z-index: -1;
    top: 0px;
    display: none;
  }
  p.little-part-digit {
    font-size: 40px;
    position: absolute;
    right: 0px !important;
    bottom: 50px;
    opacity: 0.1;
  }
  .products-btn-concept a {
    width: 79% !important;
    top: 23px !important;
    left: 9px !important;
  }
  #btn1 {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: linear-gradient(to top, #a20100 0%, #4f4f4f 100%);
    cursor: pointer;
    margin: 0px !important;
  }
  #btn2 {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: linear-gradient(to top, #fed340 0%, #2f2f2f 100%);
    cursor: pointer;
    margin: 0px !important;
  }
  #btn3 {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: linear-gradient(to top, #a00201 0%, #6b0001 100%);
    cursor: pointer;
    margin: 0px !important;
  }
  .d-nones {
    display: block !important;
    z-index: 999 !important;
  }
  #btn5 {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: linear-gradient(to top, #4e8ea2 0%, #20414a 100%);
    cursor: pointer;
    margin: 0px !important;
  }
  .widget-logo {
    text-align: center;
  }
  .widget-logo img {
    max-width: 25%;
  }
  .d-noness {
    display: none;
  }
  .fixed-cetnter {
    left: 0% !important;
    padding: 25px;
    background-color: #184578eb;
  }
  .coloring li {
    margin-bottom: 20px !important;
    margin-top: 30px;
  }
  .d-n {
    display: none;
  }
  .fixed-cetnter {
    left: 30%;
    padding: 15px !important;
    background-color: #184578eb;
  }
  .sitema-links-item {
    margin-top: 5%;
  }
  .vector-img {
    position: relative;
    bottom: 121px !important;
  }
  button#trigger-overlay {
    display: none;
  }
  .blink-img img {
    top: 15px !important;
    width: 22% !important;
  }
  .about-img-mehtoed {
    height: 800px !important;
  }
  .right-side_content {
    top: 29% !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .product-collabe {
    margin-bottom: 15px;
  }
  .animation-text p {
    font-size: 60px !important;
    line-height: 60px !important;
    -webkit-box-reflect: inherit !important;
  }
  .parallax-content-under {
    visibility: hidden;
  }
  .color-change {
    width: 50% !important;
  }
  .mission-side {
    margin-bottom: 20px !important;
  }
  .modal-content {
    margin-top: 25% !important;
  }
  .three-boxes-img {
    margin-bottom: 15px !important;
  }
  .left-side_specification ul {
    padding-left: 15px !important;
  }
  img.top-view-img {
    display: none !important;
  }
  .contact-page-final {
    height: auto !important;
  }
  .contact-info {
    margin-bottom: 30px !important;
  }
  .right-side_content p {
    padding-right: 0 !important;
  }
  .about-more-content {
    background-position: 38% 50% !important;
  }
  .right-corner h2 {
    margin-bottom: 10px;
    text-align: left !important;
    font-size: 30px !important;
  }
  .site-button,
  .site-button-secondry {
    width: 100% !important;
  }
  .wt-icon-box-wraper {
    margin-bottom: 30px !important;
  }
  .our-products li {
    width: 40% !important;
    margin-bottom: 10px !important;
  }
  .quality-bettery {
    clip-path: inherit !important;
  }
  .text-part h4 {
    font-size: 25px !important;
  }
  .gapping-left ul li {
    width: 100% !important;
  }
  .text-part {
    margin-bottom: 30px !important;
  }
  .testimonial_part {
    margin-bottom: 30px !important;
  }
  .quality-bettery {
    padding: 10px 0px 0 0px !important;
  }
  .headerColumn1 {
    margin-bottom: 10px !important;
    line-height: 22px !important;
  }
  .logos_box {
    max-width: 50%;
  }
  .logos_partners {
    margin-top: 30px !important;
  }
  .dealer-boxes {
    margin-bottom: 30px !important;
  }
  .expandedContent ul {
    column-count: 1 !important;
  }
  .headerColumn1 {
    line-height: 28px !important;
  }
  .india_map img {
    right: -24px !important;
  }
  nav.mobile-menu {
    display: block !important;
    top: 0;
    position: absolute;
    top: -40px;
    right: 0px;
  }
  .right-side_content ul {
    column-count: 1 !important;
  }
  .industry_box {
    margin-bottom: 15px;
  }
  .videoImg {
    margin-top: 30px !important;
  }
  .bullets-point ul li {
    margin-bottom: 11px !important;
  }
  .phone_lefts-side.glow {
    display: none;
  }
  .whats-app-icon {
    display: none;
  }
  a.enquiry {
    display: none;
  }
  .mobile-three-item {
    display: block !important;
  }
  .quick-links {
    margin-bottom: 50px !important;
  }
  #toTop {
    display: none !important;
  }
  .client-logos_side img {
    width: 85% !important;
  }
  .p-1 {
    padding-left: 69px !important;
  }
  .testimonials-and-partners .row {
    margin: 0px;
  }
  .content_side {
    text-align: center !important;
  }
  .left-side_content {
    margin-bottom: 25px !important;
  }
  .social-media_links-footer ul {
    text-align: center !important;
  }
  .about_img {
    margin-bottom: 18px !important;
  }
  .manufacture-design img {
    width: 100% !important;
    margin-right: 15px !important;
    margin-bottom: 15px !important;
  }
  .usefull-link-design ul {
    column-count: 1 !important;
  }
  .our_websites ul li {
    border-bottom: 2px solid #000 !important;
    width: 100% !important;
    padding-bottom: 0 !important;
    margin-bottom: 30px !important;
    padding-bottom: 15px !important;
  }
  .our_websites ul {
    column-count: 1 !important;
  }
}

@media only screen and (max-width: 479px) {
  .main-header .logo-area .header-info-box {
    margin: 0 0 16px 0;
  }

  .d-lg-block {
    display: none;
  }

  div#undefined-sticky-wrapper {
    height: 0px !important;
  }

  .home-form-img img {
    margin-top: 0px;
  }

  .error-page-wrap h1 {
    font-size: 100px;
  }

  .error-page-wrap h2 {
    font-size: 21px;
  }

  .error-page-wrap p {
    font-size: 16px;
  }

  ul.quick-link-list {
    padding-left: 15px;
  }

  footer .copyright-text p {
    margin-bottom: 0px;
  }

  .single-page-title-area .breadcrumb {
    right: 0px !important;
  }

  .section-title h3 {
    font-size: 22px;
  }

  .cover-product {
    width: 100%;
  }

  .zoom-effect img {
    margin-bottom: 12px;
  }

  .sitemap-list {
    margin-bottom: 30px;
  }

  .link-hide-responsive p {
    display: none;
  }

  .client-slider.owl-theme .owl-nav .owl-next {
    right: 5%;
  }

  .client-slider.owl-theme .owl-nav .owl-prev {
    left: 2%;
  }

  .portfolio-slider.owl-theme .owl-nav .owl-prev {
    left: 10px;
  }

  .portfolio-slider.owl-theme .owl-nav .owl-next {
    right: 10px;
  }

  .error-page-wrap h1 {
    font-size: 77px;
  }

  .single-page-title h2 {
    color: #fff;
    margin: 0;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 25px;
  }

  .section-title p {
    padding: 0px;
  }

  .header-search {
    overflow: hidden;
  }

  .gaer-setting img {
    width: 100%;
  }

  form#contact-form .row {
    margin: 0;
  }

  .contact .form-group {
    padding: 0px;
  }

  .promo-portfolio .row {
    padding: 0 !important;
    margin: 0px !important;
  }

  .our-three .row {
    margin-left: 5px;
    margin-right: 5px;
  }

  .top-content-style {
    text-align: center;
  }

  .top-content-style img {
    width: 50% !important;
  }

  nav.mobile-menu {
    display: block !important;
    top: 0;
    position: absolute;
    top: -40px;
    right: 0px;
  }
  .right-side_content ul {
    column-count: 1 !important;
  }
  .industry_box {
    margin-bottom: 15px;
  }
  .videoImg {
    margin-top: 30px !important;
  }
  .bullets-point ul li {
    margin-bottom: 11px !important;
  }

  .sitema-links-item {
    margin-top: 5%;
  }
  .logo-here::after {
    position: absolute;
    width: 100px;
    height: 56vh;
    background-color: #184578;
    content: "";
    top: -82px !important;
    right: 0px !important;
    z-index: -1;
  }
  .vector-img {
    position: relative;
    bottom: 121px !important;
  }
  /*video{    height: 531px!important;}*/
  .navbar-expand-md {
    float: right;
  }
  .logo-here img {
    position: absolute;
    text-align: center !important;
    right: 12px !important;
    top: -25px !important;
    z-index: 9 !important;
  }
  .products-btn-concept a {
    width: 60%;
    top: 230px !important;
    left: 130px !important;
  }
  .about-btn a {
    display: block;
    width: 45%;
    height: 50px;
    line-height: 46px;
    text-decoration: none;
    text-align: center;
    border-radius: 50px;
    border: 3px solid #f7b103;
    color: #f7b103;
    font-size: 15px !important;
    position: relative;
    overflow: hidden;
    background: transparent;
    text-transform: uppercase;
    transition: all 0.35s;
    margin: 0px auto;
  }
  .logo-here::after {
    position: absolute;
    width: 100px;
    height: 45vh !important;
    background-color: #184578;
    content: "";
    top: -60px;
    right: 139px;
    z-index: -1;
    display: none !important;
  }
  .stone-part {
    position: relative;
  }
  .slider img {
    max-width: 100%;
  }
  .mobile-side img {
    margin-bottom: 60px;
  }
  .wd {
    max-width: 960px;
  }
  ul.socialIcons {
    position: relative;
    top: 3px;
    text-align: center !important;
  }
  .download-midd span {
    font-size: 16px !important;
    font-weight: bold;
  }
  .left-content-slider h1 {
    color: #184578;
    display: block;
    margin-bottom: 12px !important;
    font-size: 35px !important;
    line-height: 39px !important;
    font-weight: 900;
  }
  img.stone-1-img {
    position: absolute;
    bottom: 15px;
    left: 0px !important;
    width: 24% !important;
    z-index: -1;
  }
  img.stone-2-img {
    position: absolute;
    bottom: -11px;
    width: 5%;
    z-index: -1;
    right: 0% !important;
  }
  .mails-and-phone {
    text-align: center !important;
  }
  .social-media {
    text-align: center;
    display: inline-block;
    position: relative;
    margin: 10px auto;
    width: 229px;
  }
  .logo-here img {
    position: absolute;
    text-align: center !important;
    left: 10px !important;
    top: -48px !important;
    z-index: 9 !important;
    max-width: 40%;
  }
  .slider img {
    max-width: 100%;
  }
  div#owl-demo-text .item {
    margin-top: 0px !important;
  }
  .scooty-center img {
    width: 80% !important;
    margin: 0px auto;
    margin-bottom: 20px !important;
    text-align: center;
  }
  .our-product img {
    max-width: 100% !important;
  }
  .categoriesSlideinfo {
    width: 27% !important;
    text-align: left;
    position: absolute;
    left: 7% !important;
    top: 3% !important;
  }
  .diamond-effect img {
    max-width: 100% !important;
  }
  .bike-side img {
    position: absolute;
    bottom: 372px !important;
    width: 53% !important;
    left: 40% !important;
  }
  video {
    height: auto;
  }
  .nk-tag-lne {
    left: 0;
    position: relative;
    z-index: -1;
    top: 0px;
    display: none;
  }
  p.little-part-digit {
    display: none;
  }
  .products-btn-concept a {
    width: 79% !important;
    top: 23px !important;
    left: 9px !important;
  }
  #btn1 {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: linear-gradient(to top, #a20100 0%, #4f4f4f 100%);
    cursor: pointer;
    margin: 0px !important;
  }
  #btn2 {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: linear-gradient(to top, #fed340 0%, #2f2f2f 100%);
    cursor: pointer;
    margin: 0px !important;
  }
  #btn3 {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: linear-gradient(to top, #a00201 0%, #6b0001 100%);
    cursor: pointer;
    margin: 0px !important;
  }
  #btn5 {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: linear-gradient(to top, #4e8ea2 0%, #20414a 100%);
    cursor: pointer;
    margin: 0px !important;
  }
  .widget-logo {
    text-align: center;
  }
  .widget-logo img {
    max-width: 25%;
  }
  .color-design img {
    max-width: 90%;
  }
  .vector-img {
    position: relative;
    bottom: 50px !important;
  }
  .d-noness {
    display: none;
  }
  div#owl-demo-product .item {
    position: relative;
    height: 360px !important;
  }
  .page-about img {
    max-width: 100%;
  }
  .fixed-cetnter {
    left: 0% !important;
    padding: 10px !important;
    background-color: #184578eb;
  }
  .d-n {
    display: none;
  }
  .local-for-vocal img {
    max-width: 100%;
  }
  .company-profile {
    margin-top: 30%;
  }
  .d-nones {
    display: block !important;
  }
  .coloring li {
    margin-bottom: 20px !important;
    margin-top: 15px !important;
    display: block !important;
    width: 100% !important;
  }
  .border-line img {
    max-width: 50% !important;
  }
  .fixed-cetnter {
    left: 30%;
    padding: 15px !important;
    background-color: #184578eb;
    position: inherit !important;
  }
  button#trigger-overlay {
    display: none;
  }
  .blink-img img {
    top: 15px !important;
    width: 22% !important;
  }
  .about-img-mehtoed {
    height: 800px !important;
  }
  .right-side_content {
    top: 18% !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .product-collabe {
    margin-bottom: 15px;
  }
  .animation-text p {
    font-size: 42px !important;
    line-height: 40px !important;
    -webkit-box-reflect: inherit !important;
  }
  .parallax-content-under {
    visibility: hidden;
  }
  .color-change {
    width: 50% !important;
  }
  /*.contact-form{height: 1000px !important;}*/
  .mission-side {
    margin-bottom: 20px !important;
  }
  .modal-content {
    margin-top: 25% !important;
  }
  .three-boxes-img {
    margin-bottom: 15px !important;
  }
  .left-side_specification ul {
    padding-left: 15px !important;
  }
  img.top-view-img {
    display: none !important;
  }
  .contact-page-final {
    height: auto !important;
    padding: 15px !important;
  }
  .contact-info {
    margin-bottom: 30px !important;
  }
  div#exampleModal-two {
    top: -40px !important;
  }
  .grip-under .bg-gray {
    padding: 15px !important;
  }
  .color-design .title h5 {
    font-size: 22px !important;
  }
  .white-border .media-body {
    margin: 0 !important;
  }
  .page-about img {
    max-width: 100% !important;
  }
  .mobile-menu {
    z-index: 999 !important;
  }
  .modal {
    z-index: 999999 !important;
  }
  .fixed-cetnter h1 {
    font-size: 25px !important;
  }
  .right-corner h2 {
    font-size: 25px !important;
  }
  .right-side_content p {
    padding-right: 0 !important;
  }
  .right-side_content h1 {
    font-size: 28px !important;
  }
  .bg-concept h2 {
    font-size: 23px !important;
  }
  .left-hand-side li {
    padding-left: 0 !important;
  }
  #toTop {
    display: none !important;
  }
  .connect-footer ul li {
    margin-bottom: 15px !important;
    text-align: center !important;
    width: 100% !important;
  }
  .site-button,
  .site-button-secondry {
    width: 100% !important;
  }
  .wt-icon-box-wraper {
    margin-bottom: 30px !important;
  }
  .full-width-type h3 a {
    font-size: 15px !important;
  }
  ul.coloring li a {
    font-size: 18px !important;
    display: block !important;
    width: 100% !important;
  }
  .our-products li {
    width: 40% !important;
    margin-bottom: 10px !important;
  }
  .text-part {
    margin-bottom: 30px !important;
  }
  .testimonial_part {
    margin-bottom: 30px !important;
  }
  .quality-bettery {
    clip-path: inherit !important;
    padding: 15px 0px 0px 0px !important;
    background: yellowgreen !important;
  }
  .text-part h4 {
    font-size: 25px !important;
  }
  .gapping-left ul li {
    width: 100% !important;
  }
  .headerColumn1 {
    margin-bottom: 10px !important;
    line-height: 22px !important;
  }
  .logos_box {
    max-width: 50%;
  }
  .logos_partners {
    margin-top: 30px !important;
  }
  .dealer-boxes {
    margin-bottom: 30px !important;
  }
  .d-nones {
    display: none;
  }
  .border-line img {
    max-width: 100%;
  }
  .expandedContent ul {
    column-count: 1 !important;
  }
  .headerColumn1 {
    line-height: 28px !important;
  }
  .india_map img {
    right: 11px !important;
    top: 0px !important;
  }
  .india_map img {
    width: 100% !important;
  }
  div#map_holder {
    width: 228px !important;
  }
  .related_content p {
    padding: 10px !important;
  }
  section.related-products {
    overflow: hidden !important;
  }
  .about-more-content {
    background: none !important;
  }
  .phone_lefts-side.glow {
    display: none;
  }
  .whats-app-icon {
    display: none;
  }
  a.enquiry {
    display: none;
  }
  .mobile-three-item {
    display: block !important;
  }
  .quick-links {
    margin-bottom: 0px !important;
  }
  .title p {
    text-align: center !important;
  }
  .client-logos_side img {
    width: 85% !important;
  }
  /* .p-1 {  padding-left: 69px!important;} */
  .testimonials-and-partners .row {
    margin: 0px;
  }
  .fulling_part {
    padding: 0px !important;
  }
  .content_side {
    text-align: center !important;
  }
  .left-side_content {
    margin-bottom: 25px !important;
  }
  .social-media_links-footer ul {
    text-align: center !important;
  }
  .about_img {
    margin-bottom: 18px !important;
  }
  .sticky {
    margin-top: 25px !important;
  }
  .social-media {
    display: none !important;
  }
  .sticky {
    margin-top: 40px !important;
  }
  .three-industries h4 {
    font-size: 23px !important;
  }
  .testimonial_part {
    padding: 10px !important;
  }
  .client-logos_side {
    width: 50% !important;
  }
  .gapping-left h6 {
    font-size: 18px !important;
  }
  .right-side_content h1 {
    font-size: 20px !important;
  }
  .text-part h4 {
    font-size: 18px !important;
    line-height: 28px !important;
  }
  .manufacture-design img {
    width: 100% !important;
    margin-right: 15px !important;
    margin-bottom: 15px !important;
  }
  .copy-right {
    padding-bottom: 45px;
  }
  .single-page-title-area {
    background-attachment: local !important;
  }
  .usefull-link-design ul {
    column-count: 1 !important;
  }
  .block-1 {
    width: 100% !important;
    margin-bottom: 35px !important;
  }
  .slient-featured {
    overflow: hidden !important;
  }
  .circle_img {
    margin-top: 25px !important;
  }
  .auto-die-card-header {
    display: none !important;
  }
  .our_websites ul li {
    border-bottom: 2px solid #000 !important;
    width: 100% !important;
    padding-bottom: 0 !important;
    margin-bottom: 30px !important;
    padding-bottom: 15px !important;
  }
  .our_websites ul {
    column-count: 1 !important;
  }
}
