@media screen and (min-width: 1199px) and (max-width: 1920px) {
}

@media screen and (min-width: 1152px) and (max-width: 1310px) {
  /*Ameya*/

  .main-nav a {
    font-size: 14px;
    padding: 10px 8px;
  }
  .head-cont img {
    width: 54px;
  }
  .pd-lr30 {
    padding: 0px;
  }
  .msg_section {
    padding: 15px 25px;
  }
  .hm-service-box ul li a {
    width: 130px;
  }
  .ftr-cont h2 {
    font-size: 1.7rem;
  }
  .location-info .button {
    font-size: 18px;
  }
}

@media screen and (min-width: 1152px) and (max-width: 1310px) {
  /*Cutus Tab Size*/
}

@media screen and (min-width: 1397px) and (max-width: 1920px) {
  /*Salman*/
}

@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: 768px) and (max-width: 991px) {
}

@media screen and (max-width: 980px) {
}

@media screen and (max-width: 768px) {
}

@media screen and (min-width: 480px) and (max-width: 766px) {
}

/********xs-start********/
@media screen and (max-width: 767px) {
  .sidebar-popup {
    display: none;
  }
  .call_start {
    display: none;
  }
  .fixed-top {
    backdrop-filter: unset;
  }
  nav#right-navbar {
    display: none !important;
  }
  .hm-prod-main {
    padding: 55px 0px 0px;
  }
  .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%);
  }
  .pd-lr30 {
    padding: 0 0px;
  }
  .logo {
    width: unset;
    position: unset;
    padding: 0px 0px 0px 0;
  }
  .scrollto img {
    position: unset;
    transition: all 0.5s ease;
    width: 210px;
    padding: 5px 0;
  }
  .header-scrolled .mobile-nav-toggle {
    top: -1px;
    margin: 14px 0;
  }
  .header-scrolled .logo img {
    transition: all 0.5s ease;
    width: 200px;
    margin-top: 0;
    top: 0;
    padding: 5px 0;
  }
  .header-scrolled .logo {
    padding: 0;
  }
  .header-scrolled .logo {
    margin: 0;
  }
  .fixed-top:after {
    width: 100%;
    height: 100%;
  }
  .header_menu {
    height: 100%;
    align-content: center;
  }
  .mobile-nav-toggle {
    margin: 14px 0;
    outline: none !important;
    right: 15px;
    width: 40px;
    height: 37px;
    background: #de311e;
    border-radius: 7px;
    border: 3px solid #d5d3d9;
    border-style: outset;
    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, #ffb4ac9e 35%, #de311e 65%),
      url(../images/main-img.png);
    background-size: cover;
    background-position: top;
  }
  .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: #e3e3e3;
  }
  .head-cont {
    font-size: 15px !important;
    margin-left: 75px;
    margin-top: 15px;
  }
  .head-cont img {
    padding: 7px;
    border-radius: 10px;
    position: absolute;
    top: -5px;
    background-color: #fff;
  }
  .head-call {
    font-size: 14px;
    color: #fff;
  }
  .mobile-nav a:hover,
  .mobile-nav .active > a,
  .mobile-nav li:hover > a,
  .head-cont:hover .head-call {
    color: #4e4e4e !important;
  }
  .prod-slider .owl-nav {
    width: 85%;
  }
  #carousel .carousel-control {
    font-size: 16px;
    bottom: 1%;
    width: 30px;
    height: 30px;
    top: 39%;
  }
  #carousel .carousel-control span {
    height: 30px;
    width: 30px;
    line-height: 30px;
  }
  #carousel .carousel-control-right {
    right: 7%;
  }
  #carousel .carousel-control-left {
    left: -10px;
    top: 38%;
  }
  .carousel-indicators li {
    width: 6px;
    height: 6px;
    margin: 0 3px;
  }

  .home-about-content .bg-text {
    font-size: 14px;
  }
  .home-about-content h1 {
    font-size: 25px;
  }
  .hm-prod-head h2 {
    font-size: 21px;
  }
  .hm-map-main h2 {
    font-size: 20px;
  }
  .home-about-content p,
  .hm-prod-head p,
  .hm-map-main p {
    font-size: 14px;
    line-height: 20px;
  }
  .hm-prod-head h2,
  .hm-prod-head p {
    text-align: center;
    display: block;
  }
  .hm-map-main h2,
  .hm-map-main p {
    text-align: center;
    display: block;
  }
  .hm-prod-head h2 {
    margin-bottom: 10px;
  }
  .hm-about-img img {
    margin-top: 20px;
    border-radius: 15px;
  }
  .hm-prod-main {
    height: 515px;
  }
  .hm-prod {
    padding: 45px 0 45px;
  }
  .hm-prod-section ul {
    display: none;
  }
  .hm-prod .card-header {
    background-color: #df321e;
    border-radius: 30px;
    margin-bottom: 10px !important;
  }
  .hm-prod .card-header h5 {
    font-size: 19px;
    font-weight: 600;
    text-align: center;
  }
  .hm-prod .card-header h5 a {
    color: #fff;
    padding: 0;
  }
  .prod-slider .owl-nav .owl-prev,
  .prod-slider .owl-nav .owl-next {
    width: 30px;
    height: 45px;
  }
  .prod-slider .owl-nav {
    top: 36%;
  }
  .prod-slider .owl-nav .owl-prev,
  .prod-slider .owl-nav .owl-next {
    outline: 0;
  }
  .main-content span {
    font-size: 18px;
  }
  .main-content p {
    font-size: 14px;
    line-height: 20px;
  }
  .hm-prod .card-header {
    margin-bottom: 18px !important;
  }
  .hm-prod {
    padding: 45px 0 35px;
  }
  .hm-cont-head h2 {
    font-size: 20px;
  }
  .our-ind .hm-prod-more h4 {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 0;
  }
  .project-two-title {
    font-size: 19px;
    line-height: 20px;
  }
  .hm-cont-head {
    margin: 60px 0;
  }
  .why_title {
    font-size: 30px;
  }
  .why_icon_txt span,
  .footer-par p {
    font-size: 14px;
    line-height: 20px;
  }
  .why_icon_txt {
    padding-left: 0;
  }
  .why_sec_bx {
    display: block;
    text-align: center;
    margin-bottom: 35px;
  }
  .hm-map-main {
    margin-top: 0;
  }
  .why_sec_bx:after {
    right: -15px;
  }
  .cuntre-main {
    padding: 30px 0 10px 0;
  }
  .hm-map-us {
    padding: 45px 0 30px;
  }
  .hm-map-main {
    margin-bottom: 20px;
  }
  .our-ind {
    padding: 10px 0;
  }
  .footer-par {
    margin-bottom: 10px;
  }
  .footer-logo .scrollto img {
    width: 250px;
    margin-bottom: 10px;
  }
  .catlog h4 {
    font-size: 20px;
  }
  .social_icon h4 {
    font-size: 18px;
  }
  .catlog {
    margin-top: 10px;
  }
  .footer_title span {
    letter-spacing: 0.5px;
    font-size: 16px;
  }
  .ftr-link ul li {
    margin-bottom: 10px;
  }
  .ftr-link ul li a {
    line-height: 20px;
    font-size: 14px;
  }
  .footer_title {
    margin-top: 10px;
  }
  .cer-img img {
    margin-bottom: 25px;
  }
  .social_icon {
    margin-bottom: 30px;
  }
  .social_icon ul {
    margin-bottom: 20px;
  }
  .cont_dtl p,
  .cont_dtl a {
    font-size: 14px;
    line-height: 20px;
  }
  .cont_dtl span {
    font-size: 15px;
  }
  .foot-btm-head p {
    font-size: 14px;
    line-height: 20px;
  }
  .hm-prod .tab-content .collapse.show {
    height: max-content !important;
  }
  .hm-prod-slider {
    height: max-content;
  }
  .prod-banner2 {
    padding: 45px 0 45px;
  }
  .prod-banner-header {
    position: relative;
    z-index: 1;
    top: unset;
  }
  .prod-banner-header h1 {
    font-size: 20px;
  }
  .prod-banner-header ul li a,
  .prod-banner-header ul li span i,
  .prod-banner-header ul li {
    font-size: 14px;
  }
  .prod-banner-header ul li {
    padding: 0 4px;
  }
  .about-us-main {
    height: max-content;
    padding-bottom: 45px;
  }
  .about-us-main p {
    text-align: justify;
  }
  .hm-cont-about {
    margin-top: 0px;
  }
  .main-title-wrapper {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .main-title-wrapper h2,
  .feature-section .content-inner-wrapper h3 {
    font-size: 20px;
    letter-spacing: 1px;
  }
  .service-box-wrapper {
    padding: 40px 15px;
    place-items: center;
    text-align: center;
  }
  .service-box-wrapper .title-container h3 {
    font-size: 19px;
    margin-bottom: 10px;
  }
  .service-box-wrapper .text-container p,
  .feature-section .content-inner-wrapper p {
    font-size: 14px;
    line-height: 20px;
  }
  .service-box-wrapper .icon-container {
    margin-bottom: 10px;
  }
  .feature-section {
    padding-top: 40px;
    padding-bottom: 45px;
  }
  .feature-section .content-inner-wrapper {
    padding: 0px;
  }
  .feature-section .content-inner-wrapper h3 {
    margin-bottom: 8px;
  }
  .feature-section .content-inner-wrapper p,
  .hm-inner-head p {
    font-size: 14px;
    line-height: 20px;
  }
  .category-title {
    font-size: 20px;
  }
  .category-item {
    padding: 9px 13px;
  }
  .product_main_wrapper {
    padding-bottom: 0;
  }
  .inner-products {
    padding: 45px 0 45px;
  }
  .pro-main-sec {
    padding: 45px 0 0;
  }
  .hm-inner-head h2 {
    font-size: 21px;
  }
  .hm-inner-head p {
    text-align: justify;
  }
  .right-side-pad {
    padding-right: 0;
  }
  .ftr-btn {
    margin-top: 10px;
  }
  .ftr-btn a {
    padding: 10px 20px;
    font-size: 14px;
  }
  .hm-inner-page img {
    margin-top: 25px;
  }
  .prod-middle-dtl h3,
  h4,
  h5 {
    font-size: 20px;
  }
  .prod-table .table thead tr th,
  .prod-table .table tbody tr td {
    font-size: 14px;
  }
  .hm-inner-head .bullet li,
  .list-points ul li {
    font-size: 14px;
    line-height: 20px;
  }
  .list-points ul li {
    margin-bottom: 6px;
  }
  .list-points ul li::before {
    top: 6px;
  }
  .accordion .card-header h2 button {
    white-space: unset;
    font-size: 15px !important;
    letter-spacing: 0.5px !important;
  }
  .accordion .card-header {
    margin-bottom: 5px !important;
  }
  .accordion .card-body {
    font-size: 14px !important;
    line-height: 20px;
    padding: 10px !important;
  }
  .category-card {
    margin-top: 20px;
  }
  .innerpro-slider .owl-nav {
    width: 93%;
    top: 38%;
  }
  .innerpro-slider .owl-nav .owl-prev,
  .innerpro-slider .owl-nav .owl-next {
    width: 30px;
    height: 45px;
  }
  .mainpage-box {
    margin-bottom: 30px;
  }
  .ftr-btn i {
    font-size: 15px;
  }
  .ftr-btn a {
    padding: 10px 6px;
    font-size: 14px;
    width: max-content;
  }
  .store-dispatch-wrapper {
    padding: 45px 0 45px;
  }
  .sd-overview-card {
    padding: 20px;
    border-top: 5px solid #e41d16;
    border-left: 0;
  }
  .sd-title {
    font-size: 21px;
    margin-bottom: 13px;
    text-align: center;
  }
  .sd-text {
    font-size: 14px;
    line-height: 20px;
    text-align: justify;
  }
  .sd-image-container {
    margin-top: 20px;
  }
  .sd-features-section {
    padding: 45px 0 45px;
  }
  .sd-section-header h2 {
    font-size: 20px;
  }
  .sd-section-header {
    margin-bottom: 28px;
  }
  .sd-feature-card {
    padding: 25px 15px;
  }
  .sd-feature-card h3 {
    font-size: 18px;
  }
  .sd-feature-card p,
  .sd-timeline-content p {
    font-size: 14px;
    line-height: 20px;
  }
  .sd-features-section {
    padding: 45px 0 25px;
  }
  .sd-process-section {
    padding: 45px 0;
  }
  .sd-timeline-content h4 {
    font-size: 16px;
  }
  .sd-timeline-step {
    flex: 0 0 60px;
    font-size: 35px;
    padding-right: 18px;
  }
  .sd-timeline-content {
    padding-left: 26px;
  }
  .industries-section {
    padding: 45px 0 25px;
  }
  .contact-section {
    padding: 45px 0 45px;
  }
  .contact-section .contact-title-wrapper h2 {
    font-size: 21px;
    text-align: center;
  }
  .contact-section .contact-divider-wrapper {
    margin-bottom: 20px;
    justify-self: center;
  }
  .contact-section .contact-description-wrapper p {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
  }
  .contact-section .contact-form-side-wrapper {
    padding: 50px 15px;
  }
  .contact-section .form-group-wrapper label {
    font-size: 14px;
  }
  .contact-section .form-group-wrapper input,
  .contact-section .form-group-wrapper select,
  .contact-section .form-group-wrapper textarea {
    padding: 6px 0px;
  }
  .contact-section .contact-info-side-wrapper {
    padding: 40px 10px;
  }
  .info-text-wrapper a,
  .contact-section .info-text-wrapper p {
    font-size: 14px;
    display: block;
  }
  .contact-section .info-icon-wrapper {
    width: 50px;
    height: 50px;
    margin-right: 15px;
  }
  .contact-section .contact-description-wrapper p {
    margin-bottom: 20px;
  }
  .contact-section .contact-label-wrapper span {
    text-align: center;
    display: block;
  }
}

@media screen and (max-width: 400px) {
}

@media screen and (max-width: 360px) {
}

@media screen and (max-width: 320px) {
}
