@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) {
}
@media screen and (min-width: 992px) and (max-width: 1080px) {
  .main-nav a {
    padding: 10px 7px;
  }
  .main-nav ul li:first-child {
    display: none;
  }
  .main-nav .drop-down ul li:first-child {
    display: block;
  }
}

/********Sm-start*******/
@media screen and (min-width: 768px) and (max-width: 991px) {
  .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: 120px;
    padding: 5px 0px 7px;
  }
  .header-scrolled .mobile-nav-toggle {
    top: -1px;
    margin: 19px 0;
  }
  .header-scrolled .logo img {
    transition: all 0.5s ease;
    width: 110px;
    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: 22px 0;
    outline: none !important;
    right: 15px;
    width: 40px;
    height: 37px;
    background: linear-gradient(45deg, #2c3882 32%, #1880cf 80%);
    /* border-radius: 7px; */
    border: 3px solid #fff;
    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(153deg, rgb(14 89 150) 31%, rgb(14 89 150 / 92%) 81%),
      url(../images/mission.png);
    background-size: cover;
    background-position: left;
  }
  .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;
  }
  .mobile-nav ul li:first-child {
    display: none;
  }
  .mobile-nav .drop-down ul li:first-child {
    display: block;
  }
  .call_tp {
    margin-inline: 15px;
    display: flex;
    align-items: center;
    padding: 0;
    margin-top: 10px;
    padding-left: 15px;
  }
  .call_tp a {
    padding: 10px 0 10px 10px;
  }
}

@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) {
  /* *********** */
  .fixed-top:before {
    width: 180px;
  }
  .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: 120px;
    padding: 5px 0px 7px;
  }
  .header-scrolled .mobile-nav-toggle {
    top: -1px;
    margin: 19px 0;
  }
  .header-scrolled .logo img {
    transition: all 0.5s ease;
    width: 110px;
    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: 22px 0;
    outline: none !important;
    right: 15px;
    width: 40px;
    height: 37px;
    background: linear-gradient(45deg, #2c3882 32%, #1880cf 80%);
    /* border-radius: 7px; */
    border: 3px solid #4badd4;
    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(153deg, rgb(14 89 150) 31%, rgb(14 89 150 / 92%) 81%),
      url(../images/mission.png);
    background-size: cover;
    background-position: left;
  }
  .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;
  }
  .mobile-nav ul li:first-child {
    display: none;
  }
  .mobile-nav .drop-down ul li:first-child {
    display: block;
  }
  .call_tp {
    margin-inline: 15px;
    display: flex;
    align-items: center;
    padding: 0;
    margin-top: 10px;
    padding-left: 15px;
  }
  .call_tp a {
    padding: 10px 0 10px 10px;
  }
  #carousel .carousel-control-left {
    left: -18px;
  }
  #carousel .carousel-control-right {
    right: 6%;
  }
  #carousel .carousel-control span {
    height: 35px;
    width: 35px;
    line-height: 35px;
  }
  #carousel .carousel-control {
    font-size: 20px;
    top: 40%;
  }
  .carousel-indicators {
    bottom: 5px;
  }
  .carousel-indicators li {
    width: 18px;
    height: 2px;
  }
  /* *********** */
  /* *********** */
  .main-company-frist h3 {
    font-size: 18px;
  }
  .heading-text h1,
  .hm-prod-head h2,
  .main-title,
  .aword-text .main-titles,
  .main-titles,
  .why-choose-us-column-title,
  .product-left h2,
  .contact-main-title-text {
    font-size: 21px;
    line-height: 25px;
  }
  .product-section-2 h3 {
    font-size: 20px;
  }
  .product-section-2 h3 {
    letter-spacing: 0.5px;
  }
  .stat-number {
    font-size: 18px;
  }

  .inner-border p,
  .hm-abt-dtl p,
  .our-product-para,
  .description-text,
  .about-page-description-text,
  .why-choose-us-paragraph,
  .why-choose-us-paragraph,
  .why-choose-us-paragraph-w,
  .featured-desc p,
  .sub-description,
  .product-left p,
  .product-section-2 p,
  .contact-box-desc {
    font-size: 14px;
    line-height: 20px;
  }
  .hm-prod-head span {
    font-size: 14px;
  }
  .product_box_title {
    font-size: 14px;
    line-height: 22px;
  }
  .stat-label {
    font-size: 14px;
  }
  .content-box span {
    font-size: 15px;
  }
  .bullet li {
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 5px;
    margin-left: 0 !important;
  }
  .bullet li b {
    font-size: 14px;
  }
  .small-headings {
    font-size: 15px;
  }
  .inner-border p,
  .main-company-frist h3,
  .heading-text h1,
  .hm-prod-head h2,
  .hm-prod-head span,
  .our-product-para,
  .button-pro,
  .main-title,
  .description-text,
  .sub-description,
  .product-left h2,
  .contact-main-title-text,
  .contact-sub-title-text {
    text-align: center;
  }
  .hm-abt-dtl p,
  .about-page-description-text,
  .why-choose-us-paragraph,
  .why-choose-us-paragraph-w,
  .featured-desc p,
  .product-left p,
  .product-section-2 p {
    text-align: justify;
  }
  /* *********** */

  .section-title .bg-text {
    font-size: 35px;
  }
  .about-section {
    height: max-content;
  }
  .img-block {
    width: unset;
    position: unset;
  }
  .img-block img {
    margin-top: 20px;
    width: 100%;
  }
  .hm-keypoint {
    margin-top: 30px;
  }
  .main-company-frist {
    margin-bottom: 20px;
  }
  .hover-style .inner-border {
    place-items: center;
  }
  .hover-style {
    justify-self: center;
  }
  .main-company-item {
    border-right: 0;
  }
  .main-section-border .col-lg-4:last-child {
    border-bottom: 0;
  }
  .main-section-border .col-lg-4 {
    border-bottom: 1px solid #c5c5c59e;
  }
  .main-company-item h3 {
    text-align: center;
  }
  .about-section {
    padding: 80px 0 45px;
  }
  .about-section .text-block {
    padding: 25px 15px 25px 15px;
  }
  .hm-abt-dtl p {
    margin-bottom: 9px;
  }
  .about-section .text-block .hm-abt-dtl:before {
    left: -14px;
  }
  .read_more {
    font-size: 14px;
  }
  .hm-prod::before {
    width: 100%;
    height: 46%;
    border-radius: 0;
  }
  .hm-prod {
    padding: 45px 0 10px;
  }
  .hm-prod-head {
    padding-top: 0 !important;
  }
  .map-hero-section {
    margin-top: 45px;
  }
  .map-row-section {
    background-position: unset;
  }
  .map-row-clm-left {
    padding: 30px 15px;
  }
  .description-text {
    margin-bottom: 20px;
  }
  .stats-container {
    max-width: 100%;
  }
  .booth-showcase-section {
    margin-top: 45px;
  }
  .aword-text .main-titles {
    margin-bottom: 20px;
  }
  .booth-gallery-row {
    position: relative;
    bottom: 0;
    padding: 0px;
  }
  .booth-info-panel {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .booth-hero-container {
    height: 300px;
  }
  .booth-card {
    height: 350px;
    margin-bottom: 20px;
  }
  .booth-footer-links .col-md-6 {
    margin-bottom: 30px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .booth-main-title {
    font-size: 36px;
  }
  .our-facility {
    padding: 45px 0 25px;
  }
  .our-facility-left {
    padding-bottom: 20px;
  }
  .facilty-box {
    margin-bottom: 35px;
  }
  .footer {
    padding: 45px 0 0;
  }
  .footer-column-twoo {
    min-height: max-content;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    padding: 23px 23px;
  }
  .stat-item {
    text-align: center;
  }
  .footer-column-two {
    margin-bottom: 30px;
  }
  .footer-column-twoo img {
    width: 50%;
  }
  .footer-column-two h5,
  .footer-column-three h5 {
    font-size: 17px;
  }
  .footer-column-two ul li a {
    font-size: 14px;
  }
  .footer-column-two ul li {
    padding: 2px 0 2px 0;
  }
  .footer-column-two-border-bottom {
    margin: 10px 0 6px 0;
  }
  .footer-map p {
    font-size: 14px;
    line-height: 20px;
  }
  .footer-map {
    margin: 15px 0;
  }
  .footer-column-one p {
    text-align: center;
  }
  .footer-column-one {
    border-radius: 0;
    margin-bottom: 0;
  }
  .breadcrumb-section {
    min-height: 160px;
  }
  .about-page-section {
    padding: 45px 0px 45px 0;
  }
  .about-page-left-image-box {
    border-radius: 0;
  }
  .about-page-image-wrapper {
    height: 100%;
  }
  .breadcrumb-section h1 {
    padding: 7px 15px;
    font-size: 15px;
  }
  .breadcrumb-list li a {
    font-size: 14px;
  }
  .breadcrumb-list li {
    padding: 0 3px;
  }
  .breadcrumb-list {
    padding: 10px 0 0 0;
  }
  .about-page-display-title {
    font-size: 21px;
    line-height: 24px;
  }
  .about-page-display-title,
  .about-page-star-icon {
    margin-top: 10px;
  }
  .about-page-center-content {
    padding: 0;
  }
  .why-choose-us-list-column {
    padding: 45px 15px;
    flex: unset;
  }
  .layer-content {
    width: 100%;
    margin-left: 0;
  }
  .about-us-page-sec {
    padding: 45px 0 45px;
  }
  .text-main h2 {
    font-size: 22px;
    line-height: 8px;
  }
  .aboutus-featured-title.featured-title {
    margin-top: 30px;
  }
  .aboutus-featured-title h3 {
    font-size: 23px;
    text-align: center;
  }
  .featured-icon-box.style1 {
    justify-items: center;
    text-align-last: center;
  }
  .featured-title h3 {
    font-size: 20px;
  }
  .about-us-page-sec
    .featured-icon-box.icon-align-top-content
    .featured-content {
    padding-top: 7px;
  }
  .featured-icon-box.icon-align-top-content.style1 {
    border-bottom: 1px solid rgb(206, 206, 206);
  }
  .certifications-section {
    padding: 45px 0 45px;
  }
  .preview-card-container {
    padding: 15px;
    margin-bottom: 30px;
  }
  .certificate-main-title {
    letter-spacing: 1px;
    font-size: 20px;
    text-align: center;
  }
  .product-section {
    padding: 45px 0 45px;
  }
  .product-section::before {
    display: none;
  }
  .product-left {
    padding-left: 0;
  }
  .product-left h2 {
    padding-bottom: 10px;
  }
  .circle-accent-left {
    transform: unset;
  }
  .product-left p {
    margin-bottom: 10px;
  }
  .read_more {
    margin-top: 8px;
  }
  .product-section .offset-1 {
    margin-left: 15px;
  }
  .product-left {
    margin-bottom: 30px;
  }
  .circle-image-container {
    border: 9px solid white;
  }
  .product-section-2 {
    padding: 0px 0 45px;
  }
  .inr-prod-nav {
    margin-left: 0;
  }
  .inr-prod-nav h4 {
    font-size: 19px;
  }
  .inr-prod-nav {
    margin-top: 30px;
  }
  .gallery {
    padding: 45px 0 45px;
  }
  .indus-cate-box {
    height: max-content;
    padding: 10px 0;
    margin-bottom: 20px;
  }
  .gallery {
    padding: 45px 0 35px;
  }
  .contact-left-side {
    padding: 45px 0 40px 0;
  }
  .contact-sub-title-text {
    font-size: 14px;
  }
  .contact-form .form-control {
    margin-bottom: 12px;
  }
  .contact-form .btn-submit {
    font-size: 14px;
    font-weight: 500;
    padding: 9px 20px;
  }
  .contact-boxes-container {
    padding: 30px 10px 10px;
  }
  .contact-box-divider {
    width: 80%;
    height: 1px;
    margin-right: 0;
    margin-block: 15px;
  }
  .contact-box-title {
    font-size: 17px;
  }
  .contact-info-box {
    text-align: center;
    justify-items: center;
    display: block;
  }
  .contact-box-desc {
    display: block;
  }
  .contact-box-desc {
    margin-bottom: 2px;
  }
  .map-section {
    padding: 45px 0px;
    margin-top: 45px;
  }
  .product-cards {
    padding: 45px 0 45px;
  }
}

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

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

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