@media screen and (min-width: 1199px) and (max-width: 1920px) {
}

@media screen and (min-width: 1152px) and (max-width: 1310px) {
  /*Ameya*/
}

@media screen and (min-width: 1152px) and (max-width: 1310px) {
  /*Cutus Tab Size*/
}

@media screen and (min-width: 1367px) and (max-width: 1920px) {
  /*Salman*/

  .overlap_heading {
    padding-top: 18%;
  }
}

@media screen and (min-width: 1199px) and (max-width: 1366px) {
}

@media screen and (min-width: 800px) and (max-width: 1280px) {
}

@media screen and (min-width: 992px) and (max-width: 1198px) {
}

/********Sm-start*******/

@media screen and (min-width: 320px) and (max-width: 375px) {
  .slider-section .single-slide {
    height: 186px !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
  }
}
@media screen and (min-width: 376px) and (max-width: 425px) {
  .slider-section .single-slide {
    height: 200px !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
  }
}
@media screen and (min-width: 425px) and (max-width: 500px) {
  .slider-section .single-slide {
    height: 220px !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
  }
}
@media screen and (min-width: 501px) and (max-width: 768px) {
  .hm-slider-img h2 {
    font-size: 35px !important;
    line-height: 50px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
}

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

@media screen and (max-width: 768px) {
  .fixed-top {
    height: max-content;
    background: #fff;
    transition: all 0.5s ease;
    padding: 0 0;
  }
  .fixed-top.header-scrolled {
    height: max-content;
    box-shadow: 0 4px 5px 0 rgb(0 0 0 / 9%);
  }
  .logo {
    width: unset;
    position: unset;
    padding: 0px 0px 0px 0;
  }
  .scrollto img {
    position: unset;
    transition: all 0.5s ease;
    width: 180px;
    padding: 5px 0;
  }
  .header-scrolled .mobile-nav-toggle {
    top: -2px;
    margin: 13px 0;
  }
  .header-scrolled .logo img {
    transition: all 0.5s ease;
    width: 175px;
    margin-top: 0;
    padding: 5px 0;
  }
  .header-scrolled .logo {
    padding: 0;
  }
  .header-scrolled .logo {
    margin-top: 0;
  }
  .fixed-top:after {
    width: 100%;
    height: 100%;
  }
  .header_menu {
    height: 100%;
    align-content: center;
  }
  .mobile-nav-toggle {
    margin: 13px 0;
    outline: none !important;
    right: 15px;
    width: 40px;
    height: 37px;
    background: #fc0303;
    border-top: 3px solid #1c1c1c;
    border-right: 3px solid #1c1c1c;
    border-bottom: 3px solid #0064c0;
    border-left: 3px solid #0064c0;
    padding: 8px;
  }
  .mobile-nav-toggle span {
    position: absolute;
    height: 3px;
    width: 70%;
    left: 15%;
    border-radius: 20px;
    transition: 0.3s;
  }
  .mobile-nav {
    background-image:
      linear-gradient(334deg, #fc0303be 30%, #fc0303 60%),
      url(../images/bg.webp);
    background-size: 650px;
    background-position: bottom;
    background-repeat: no-repeat;
  }
  .mobile-nav-toggle span:nth-child(1) {
    top: 7px;
    background-color: #fff;
  }
  .mobile-nav-toggle span:nth-child(2) {
    top: 14px;
    background-color: #fff;
  }
  .mobile-nav-toggle span:nth-child(3) {
    top: 21px;
    background-color: #fff;
  }
  .mobile-nav-active .mobile-nav-toggle span:nth-child(1) {
    transform: rotate(45deg);
    top: 14px;
    background: #fff;
  }
  .mobile-nav-active .mobile-nav-toggle span:nth-child(2) {
    opacity: 0;
    /* transform: translateX(50px); */
  }
  .mobile-nav-active .mobile-nav-toggle span:nth-child(3) {
    transform: rotate(-45deg);
    top: 14px;
    background: #fff;
  }
  .headerinnertop {
    display: none;
  }
  .mobile-nav a:hover,
  .mobile-nav .active > a,
  .mobile-nav li:hover > a {
    color: #000 !important;
  }
  .head-cont img {
    padding: 7px;
    border-radius: 10px;
    position: absolute;
    top: -5px;
    background-color: #fff;
  }

  .slider-section {
    padding-top: 0;
  }
  .hm-slider-img h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    width: 65%;
  }
  .hm-slider-img ul {
    display: none !important;
  }
  .hm-slider-img p span {
    display: none;
  }
  .slider-section .single-slide {
    height: 470px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
  }
  .hm-slider-img a.boxed-btn i {
    font-size: 10px;
    padding: 7px 7px 7px 7px;
  }
  .hm-slider-img a.boxed-btn {
    font-size: 13px;
    padding: 5px 0 5px 15px;
    width: 169px;
    height: 30px;
    margin-top: 9px;
  }
  .hm-slider-img h2 span {
    display: inline;
  }
  .slider-section .owl-dots {
    top: 30%;
    right: 13px;
  }
  .slider-section .owl-dots .owl-dot {
    height: 8px;
    margin: 6px 0;
    width: 8px;
  }
  .hm-slider-img p {
    margin-bottom: 20px;
  }
  .hm-point {
    margin-top: 40px;
  }
  .hm-point-box span {
    font-size: 22px;
    margin: 5px 0;
    display: block;
  }
  .hm-point-box p {
    line-height: 18px;
    font-size: 14px;
  }
  .hm-point-box img {
    height: 45px;
    position: unset;
    display: block;
  }
  .hm-point-box {
    padding-left: 0px;
    text-align: center;
    justify-items: center;
    margin-bottom: 20px;
  }
  .hm-about {
    padding-top: 45px;
    padding-bottom: 50px;
  }
  .hm-abt-images:after {
    width: 7px;
  }
  .hm-about-img-text {
    width: 100%;
    margin-top: -55px;
  }
  .hm-about-img-text h4 {
    font-size: 21px;
    margin-bottom: 15px;
  }
  .hm-about-img-text p,
  .hm-abt-img-text ul li {
    font-size: 14px;
    line-height: 20px;
  }
  .hm-abt-img-text ul li {
    background-size: 20px auto;
    padding-left: 27px;
  }
  .hm-abt-img-text {
    align-content: center;
    padding: 15px;
  }
  .hm-about-dtl {
    padding-left: 0;
    margin-top: 30px;
  }
  .hm-about-dtl h2 {
    font-size: 22px;
  }
  .hm-about-dtl h4 {
    line-height: 24px;
    font-size: 18px;
    margin-top: 44px;
  }
  .hm-why-head h3,
  .hm-prod-head h2 {
    font-size: 21px;
    padding-bottom: 15px;
  }
  .hm-attech-heading h2 {
    font-size: 22px;
  }
  .hm-attech-heading p {
    font-size: 15px;
  }
  .hm-about-dtl p {
    font-size: 14px;
    line-height: 20px;
    text-align: justify;
    padding-bottom: 10px;
  }
  .hm-why-choose ul li {
    font-size: 14px;
    line-height: 20px;
  }
  .hm-about-dtl h2,
  .hm-about-dtl h4 {
    text-align: center;
  }
  .hm-about-dtl h2 span:after {
    left: 30%;
    height: 8px;
  }
  .hm-about-dtl h2 span:before {
    height: 12px;
    width: 10px;
    left: 49%;
  }
  .common-btns {
    font-size: 15px;
    height: 43px;
    width: 163px;
    margin-top: 9px;
    place-self: center;
  }
  .hm-why-head {
    margin-top: 20px;
  }
  .hm-certification ul {
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  }
  .hm-certification ul li {
    width: auto;
    margin-bottom: 10px;
  }
  .hm-why {
    padding-bottom: 45px;
  }
  .hm-products {
    padding-top: 50px;
  }
  .hm-prod-head .hm-prod-bord,
  .hm-prod-head .hm-prod-bords {
    width: 65px;
    height: 7px;
    margin: 10px auto 0;
  }
  .hm-prod-bord2,
  .hm-prod-bords2 {
    height: 7px;
    bottom: -3px;
  }
  .hm-prod-bord1,
  .hm-prod-bords1 {
    height: 7px;
    bottom: -3px;
  }
  .hm-prod-head {
    margin-bottom: 25px;
  }
  .prod-item-box img {
    height: 100%;
    object-fit: cover;
  }
  .horizontal-slide .prod-item-box {
    height: 330px;
    width: 305px;
  }
  .hm-hots-prod {
    margin-top: 60px;
    padding: 60px 0;
  }
  .hm-attech {
    padding: 45px 0 55px;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
  }
  .hm-ind {
    padding: 50px 0 45px;
  }
  .hm-ind .mt60 {
    margin-top: 0;
  }
  .hm-ind .indus-row-two > [class*="col-"]:last-child {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    display: flex !important;
    gap: 30px;
  }
  .hm-ind .indus-row-two > [class*="col-"]:last-child .hm-ind-box {
    flex: 1;
  }
  .hm-ind-box {
    margin: 0 0 30px;
  }
  .hm-ind-box span {
    font-size: 15px;
  }
  .hm-solutions-slider .hm-solu-slider .owl-nav .owl-prev,
  .hm-solutions-slider .hm-solu-slider .owl-nav .owl-next {
    width: 25px;
    height: 55px;
    line-height: 55px;
    margin: 0 14px;
    font-size: 15px;
  }
  .hm-client {
    padding-bottom: 45px;
  }
  .prod-item-text h4 {
    font-size: 18px;
    line-height: 34px;
    font-weight: 600;
    line-height: 25px;
  }
  .prod-item-text {
    height: 65px;
  }
  .ftr-main {
    padding: 55px 0 0px;
  }
  .ftr-logo {
    padding-right: 0;
  }
  .ftr-logo p {
    font-size: 14px;
    line-height: 20px;
  }
  .ftr-logo {
    margin-bottom: 30px;
  }
  .ftr-link h4,
  .ftr-cont h4,
  .ftr-mid-location h4 {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .ftr-link ul li {
    padding-bottom: 6px;
  }
  .ftr-link ul li a,
  .ftr-cont p a {
    font-size: 14px;
    line-height: 20px;
  }
  .ftr-link {
    margin-bottom: 30px;
  }
  .ftr-social {
    text-align: center;
  }
  .ftr-mid-img {
    border-radius: 47px 47px 0 0;
    margin-bottom: 20px;
    overflow: hidden;
  }
  .ftr-mid-img img {
    border-radius: 50px 50px 0 0;
    scale: 1.1;
    width: 100%;
  }
  .ftr-mid-main {
    display: block;
  }
  .ftr-mid-location {
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
  }
  .ftr-mid-location p {
    font-size: 14px;
  }
  .ftr-mid-btn {
    margin-bottom: 20px;
  }
  .ftr-mid-btn .common-btns {
    position: unset;
  }
  html,
  body {
    overflow-x: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  html::-webkit-scrollbar,
  body::-webkit-scrollbar {
    display: none;
    width: 0;
  }
  .hero-section {
    padding: 45px 0 45px 0;
  }
  .banner-content .hero-sm-text {
    font-size: 14px;
  }

  .banner-content h1 {
    font-size: 20px;
    width: 64%;
    line-height: 26px;
  }
  .breadcrumb .breadcrumb-item a,
  .breadcrumb .breadcrumb-item.active {
    font-size: 14px;
    line-height: 26px;
  }
  .hero-section::after {
    background-position: 60%;
  }
  .hero-inn-img {
    background-size: 95%;
    background-position: 140% 0%;
    height: 1000%;
  }
  .breadcrumb {
    width: 100%;
    display: block;
  }
  .breadcrumb-box .breadcrumb-item {
    display: inline;
    padding: 0 2px;
    margin-right: 17px;
  }
  .breadcrumb-box .breadcrumb-item:after {
    font-size: 20px;
    right: -16px;
    top: -3px;
  }
  @keyframes parallax {
    from {
      transform: translateY(0);
    }

    to {
      transform: translateY(110%);
    }
  }

  .inner-prod-main {
    padding: 50px 0 40px;
  }
  .prod-content-box h2 {
    font-size: 21px;
  }
  .prod-img-box {
    margin-bottom: 20px;
  }
  .prod-content-box h2 span:after,
  .prod-content-box h3:after {
    height: 6px;
    bottom: -10px;
  }
  .prod-content-box p,
  .grade-content p {
    font-size: 14px;
    line-height: 20px;
  }
  .prod-content-box p,
  .grade-content p {
    text-align: justify;
  }
  .prod-grade-sec {
    padding: 45px 0 0px;
  }
  .grade-heading h3,
  .grade-title-box h3,
  .prod-content-box h3 {
    font-size: 19px;
    line-height: 26px;
  }
  .grade-model {
    gap: 15px;
    padding-right: 0;
  }
  .grade-model span {
    font-size: 15px;
    padding: 0px 15px 0px 0px;
  }
  .grade-model .right-arrow-box {
    display: none;
  }
  .grade-model::before {
    width: 180px;
    height: 180px;
    top: -43%;
  }
  .grade-model img {
    width: 120px;
  }
  .grade-model {
    margin-bottom: 20px;
  }
  .breadcrumb-item.active {
    display: inline;
    white-space: normal;
    word-break: break-word;
    margin-right: 0;
  }

  .first-prod-sec {
    padding-top: 45px;
  }
  .last-prod-sec {
    padding-bottom: 45px;
  }

  .inner-prod-two {
    padding: 45px 0 45px;
  }
  .prod-content-box h3 {
    padding-bottom: 10px;
  }
  .prod-table .table-bordered thead th {
    font-weight: 500;
    font-size: 14px;
  }
  .prod-table .table-bordered td,
  .table-bordered th {
    font-size: 14px;
  }
  .bullet li {
    font-size: 14px;
    line-height: 20px;
    padding-left: 18px;
  }
  .bullet li:before {
    width: 7px;
    height: 7px;
    top: 6px;
  }
  .hm-components-box span {
    font-weight: 600;
    font-size: 17px;
  }
  .key-icon img {
    width: 65px;
  }
  .hm-components-box {
    margin-bottom: 20px;
  }
  .prod-app-box span {
    left: 41%;
  }
  .contact-form-section {
    padding: 80px 0px 45px;
  }
  .contact-form-section .info-label-wrapper span {
    font-size: 20px;
    letter-spacing: 1px;
  }
  .contact-form-section .info-title-wrapper h2 {
    font-size: 14px;
    line-height: 24px;
  }
  .contact-form-section .detail-text-wrapper p {
    font-size: 14px;
    margin-top: 7px;
  }
  .contact-form-section .form-container {
    padding-left: 0;
    margin-top: 40px;
  }
  .prod-content-box h4 {
    font-size: 16px;
  }
  .why-imges img {
    margin-top: 5px;
    margin-bottom: 15px;
  }
  .about-section {
    padding-top: 45px;
    padding-bottom: 50px;
  }
  .about-sec-images:after {
    width: 7px;
  }
  .about-section-img-text {
    width: 100%;
    margin-top: -55px;
  }
  .about-section-img-text h4 {
    font-size: 21px;
    margin-bottom: 15px;
  }
  .about-section-img-text p,
  .about-sec-img-text ul li {
    font-size: 14px;
    line-height: 20px;
  }
  .about-sec-img-text ul li {
    background-size: 20px auto;
    padding-left: 27px;
  }
  .about-sec-img-text {
    align-content: center;
    padding: 15px;
  }
  .about-section-dtl {
    padding-left: 0;
    margin-top: 30px;
  }
  .about-section-dtl h2 {
    font-size: 22px;
  }
  .about-section-dtl h4 {
    line-height: 24px;
    font-size: 18px;
    margin-top: 44px;
  }
  .about-section-dtl p {
    font-size: 14px;
    line-height: 20px;
    text-align: justify;
    padding-bottom: 10px;
  }
  .about-section-dtl h2,
  .about-section-dtl h4 {
    text-align: center;
  }
  .about-section-dtl h2 span:after {
    left: 30%;
    height: 8px;
  }
  .about-section-dtl h2 span:before {
    height: 12px;
    width: 10px;
    left: 49%;
  }
  .values-sec {
    padding: 45px 0 25px;
  }
  .values-head h3 {
    font-size: 21px;
  }
  .values-head h4 {
    font-size: 15px;
  }
  .values-head p {
    font-size: 14px;
    line-height: 20px;
    padding: 0;
  }
  .why-us-head p {
    font-size: 14px;
    line-height: 20px;
    text-align: justify;
    margin-bottom: 10px;
  }
  .values-head {
    margin-bottom: 30px;
  }
  .values-box {
    height: max-content;
    margin-bottom: 30px;
  }
  .values-box p {
    line-height: 20px;
  }
  .why-us-sec {
    padding: 45px 0 45px;
  }
  .why-us-head h3 {
    font-size: 21px;
    text-align: center;
  }
  .why-us-head h3 span:after {
    width: 70px;
    height: 7px;
    left: 25%;
  }
  .why-us-head h3 span:before {
    left: 85px;
  }
  .why-us-head h4 {
    font-size: 18px;
    line-height: 24px;
    padding-right: 0;
    text-align: center;
  }
  .why-us-imgbox {
    margin-top: 20px;
    margin-bottom: 60px;
  }
  .values-timeline-text h5 {
    font-size: 17px;
  }
  .values-timeline-icon img {
    width: 40px;
  }
  .values-timeline-icon {
    width: 55px;
    height: 55px;
    padding: 5px;
    margin-right: 20px;
  }
  .values-timeline-dot {
    top: 25px;
  }
  .hero-section {
    margin-top: 0;
  }
}

@media screen and (min-width: 480px) and (max-width: 766px) {
}

/********xs-start********/

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

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

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

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

@media (min-width: 768px) {
}

@media (max-width: 992px) {
}

@media (max-width: 767px) {
}

@media (max-width: 576px) {
}

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