@media only screen and (max-width: 1199px) {
  .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row .row {
    margin-left: -12px;
    margin-right: -12px;
  }
  .container-fluid .row {
    margin-left: -12px;
    margin-right: -12px;
  }
  .hdr-right {
    gap: 16px;
  }
  header nav > ul,
  .contact-navigation {
    gap: 12px;
  }
  .row .sub-menu .row {
    margin-left: 0;
    margin-right: 0;
  }
  .sub-menu-list {
    padding: 20px 0 6px;
  }
  .sub-menu-list li {
    width: 50%;
  }
  .sub-menu-link {
    padding: 7px;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 12px;
  }
  .sub-menu-bottom-content .primary {
    margin-top: 60px;
  }
  /* main page title */
  .main_page_title::before {
    width: 860px;
    height: 860px;
  }
  /* main page title end */
  .banner .video {
    padding-left: 0;
  }
}

@media only screen and (max-width: 991px) {
  h1,
  .heading_one {
    font-size: 42px;
    line-height: normal;
  }

  h2,
  .heading_two {
    font-size: 34px;
    line-height: normal;
    margin-bottom: 12px;
  }

  h3,
  .heading_three {
    font-size: 28px;
    line-height: normal;
    margin-bottom: 12px;
  }

  h4,
  .heading_four {
    font-size: 22px;
    line-height: normal;
    margin-bottom: 12px;
  }

  h5,
  .heading_five {
    font-size: 20px;
    line-height: normal;
    margin-bottom: 8px;
  }

  h6,
  .heading_six {
    /* font-size: 16px;
    line-height: 24px; */
    margin-bottom: 8px;
  }

  .mb-40 {
    margin-bottom: 30px;
  }

  .logo {
    display: flex;
    align-items: center;
  }

  .logo-main {
    max-width: 160px;
  }

  .logo-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .mobile {
    display: block;
    /* position: absolute; */
  }

  .video {
    margin-top: 45px;
  }

  .mobile-menu-screen {
    display: block;
  }

  header {
    padding: 10px 0;
  }

  .desktop .main-navigation {
    display: none;
  }

  header nav {
    margin-left: 0;
  }

  .hdr-right ul.menu {
    display: block;
  }

  .hdr-right ul.menu li {
    margin-right: 0;
  }

  .hdr-right ul.menu li a {
    display: block;
    padding: 12px 0;
    border-bottom: 1px solid #fff;
    color: #fff;
  }

  .mobile-menu-screen {
    position: absolute;
    left: 15px;
  }

  /* .custom-logo-link {
        margin-left: 40px;
    } */

  .footer-brand-list li {
    margin-right: 12px;
  }

  .social-links li,
  .footer-image li {
    margin-right: 20px;
  }

  /* .footer-social {
    margin-bottom: 24px;
  } */
  .certificate-list {
    margin-bottom: 30px;
  }
  .c-go-top {
    right: 12px;
  }

  /* Common Page */
  .site-main h1 {
    font-size: 42px;
    line-height: normal;
  }
  .grey-box {
    padding: 20px;
  }
  /* Common Page End */

  /* main page title */
  .main_page_title::before {
    width: 760px;
    height: 760px;
  }
  .main_page_title h1 {
    font-size: 42px;
    line-height: normal;
  }
  /* main page title end */

  /* Testimonials */
  /* .testimonial-col .testimonial-slider {
    padding: 30px 5px;
  } */
  /* .testimonial .testimonial-slide {
    padding: 24px;
  } */
  .testimonial-slider .head img {
    width: 50px;
    height: 50px;
  }
  /* .testimonial-button-next,
  .testimonial-button-prev {
    width: 34px;
    height: 34px;
  } */
  .testimonial-btn-group {
    grid-gap: 10px;
  }
  .testimonial-slider .testimonial-content p {
    font-size: 16px;
    line-height: 24px;
  }
  .testimonial-slider .testimonial-slide .head {
    min-width: 300px;
  }
  .testimonial-slider .heading_six {
    font-size: 16px;
    line-height: 24px;
  }
  .testimonial-slider .text-light-grey {
    font-size: 14px;
    line-height: 21px;
  }
  /* End Testimonials */

  /* Contact Us */
  .contact-us-form > li {
    padding: 0 30px 20px;
  }
  .get-in-touch {
    margin-left: 0;
  }
  /* Contact Us End */
  /* Technologies */
  .technologies-slider {
    margin-bottom: 32px;
  }
  /* Technologies End */
  /* New Portfolio Design */
  .portfolio-box {
    height: 420px;
  }
  /* End New Portfolio Design */
  /* FAQ */
  .faq .accordion-button {
    padding: 18px;
    font-size: 18px;
  }
  .faq .accordion-body {
    padding: 0 75px 18px 18px;
  }
  /* FAQ End */
}

@media only screen and (max-width: 767px) {
  .common-padding {
    padding: 40px 0;
  }
  p {
    font-size: 16px;
    line-height: 24px;
  }
  .phoneNo {
    display: flex;
    font-size: 0;
    gap: 0;
    line-height: 20px;
    display: block;
    width: 40px;
    height: 40px;
    border: 1px solid #b1bfd5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
  }
  /* Footer */
  .footer-link {
    margin-bottom: 20px;
  }
  /* Footer End */

  /* Common Page */
  .site-main {
    padding-bottom: 40px;
  }
  .site-main h1 {
    padding: 30px 0;
  }
  .site-main p > a {
    font-size: 16px;
    line-height: 24px;
  }
  /* Common Page End */

  /* main page title */
  .main_page_title.common-padding {
    padding-top: 170px;
  }
  .main_page_title::before {
    width: 660px;
    height: 660px;
  }
  /* main page title end */

  /* Testimonials */
  .testimonial .swiper-slide {
    height: auto;
  }
  /* .testimonial .testimonial-slide {
    padding: 16px;
  } */
  /* .testimonial-slider .testimonial-slide .head {
    grid-gap: 10px;
    margin-bottom: 16px;
    flex-direction: column;
    align-items: flex-start;
  } */
  /* End Testimonials */

  /* Contact Us */
  .contact-us-content {
    margin-bottom: 30px;
  }
  .contact-us-form {
    max-width: 100%;
  }
  /* Contact Us End */
  /* Footer Style */
  .footer-link-block {
    gap: 16px;
  }
  /* End Footer Style */
  /* New Portfolio Design */
  .portfolio-box {
    height: 380px;
    margin-bottom: 30px;
  }
  .portfolio-box .portfolio-detail {
    padding: 30px;
  }
  /* End New Portfolio Design */
}

@media only screen and (max-width: 640px) {
  /* main page title */
  .main_page_title::before {
    width: 560px;
    height: 560px;
  }
  /* main page title end */
}

@media only screen and (max-width: 575px) {
  h1,
  .heading_one {
    font-size: 28px;
  }

  h2,
  .heading_two {
    font-size: 26px;
  }

  h3,
  .heading_three {
    font-size: 22px;
  }

  h4,
  .heading_four {
    font-size: 20px;
  }

  h5,
  .heading_five {
    font-size: 18px;
  }

  h6,
  .heading_six {
    font-size: 16px;
    line-height: 24px;
  }
  .text-xl {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 8px;
  }
  .text-lg {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 8px;
  }
  header {
    padding: 10px 0;
  }

  .logo-main {
    max-width: 120px;
  }

  .mobile-menu-screen {
    top: 25px;
  }

  .custom-logo {
    width: 130px;
  }
  .primary.contact-us {
    background-color: transparent;
    padding: 0;
    font-size: 0;
    gap: 0;
    height: 20px;
    width: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .contact-navigation {
    gap: 0;
  }
  .whatsAppNo,
  .phoneNo {
    border: 0;
    width: 34px;
    height: 20px;
    border-right: 1px solid #b1bfd5;
    border-radius: 0;
  }
  .mobile-header__menu-button {
    margin-right: 8px;
  }
  .contact-us i {
    display: none;
  }
  .hdr-right li {
    margin-right: 0;
    line-height: 0;
  }
  .primary,
  .vcf7form button {
    padding: 9px 12px 10px;
    font-size: 14px;
    gap: 12px;
  }
  .primary i::before,
  .vcf7form button img {
    width: 14px;
    height: 14px;
  }
  .logo-slider .swiper-slide {
    padding: 0 10px;
  }
  .brand-slider .swiper-slide img {
    transform: scale(0.6);
  }

  /* Testimonials */
  .testimonial-col {
    position: relative;
  }
  .testimonial-btn-group {
    display: none;
  }
  .testimonial-col .testimonial-btn-group {
    display: flex;
    justify-content: center;
  }
  .testimonial-slider .testimonial-content {
    padding: 16px 16px 0;
  }
  .testimonial-content .icon-quote::before {
    width: 40px;
    height: 40px;
  }
  .testimonial-slider .head img {
    width: 40px;
    height: 40px;
  }
  .testimonial-slider .text-light-grey {
    font-size: 14px;
    line-height: 20px;
  }
  /* End Testimonials */

  /* Contact Us */
  .number-list li {
    margin-bottom: 20px;
  }
  .get-in-touch p {
    font-size: 18px;
    margin-bottom: 16px;
  }
  .contact-us-form {
    padding: 20px 0;
  }
  .contact-us-form > li {
    padding: 0 15px 20px;
  }
  .contact-us-img svg {
    max-width: 310px;
  }
  .technologies-slider {
    margin-bottom: 22px;
  }
  .technologies-slider .swiper-slide,
  .technologies-slider-rtl .swiper-slide {
    padding: 0 20px;
  }
  input,
  textarea,
  select,
  .form-control,
  .contact-us-form .select2-container .select2-selection--multiple,
  .contact-us-form
    .select2-container
    .select2-selection--single
    .select2-selection__rendered {
    padding: 7px 12px;
  }
  .number-list li {
    margin-bottom: 20px;
  }
  /* Contact Us End */

  /* Footer */
  .footer-brand-list {
    flex-wrap: wrap;
  }
  .footer-brand-list li {
    margin-right: 0;
    width: 50%;
  }
  .footer-link {
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 0;
  }
  .footer-link a,
  .footer-contact a,
  .footer-social a,
  .footer-contact address {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .footer-link .heading_six,
  .footer-contact .heading_six,
  .footer-social .heading_six {
    padding: 15px 0;
  }

  .footer-link ul li:last-child {
    padding-bottom: 12px;
  }
  .menu_arrow {
    position: relative;
    cursor: pointer;
    transition: all 0.3s;
  }
  .menu_arrow::after {
    content: "";
    position: absolute;
    top: 20px;
    right: 5px;
    background: url(../images/icon_dropdown.svg) no-repeat center;
    width: 16px;
    height: 16px;
    color: #ffffff;
    transition: all 0.3s;
    background-size: 16px;
  }
  .menu_arrow.active::after {
    top: 18px;
    transform: rotate(180deg);
    transition: all 0.3s;
  }
  .footer-address {
    max-width: 100%;
  }
  .footer-social .social-links-title {
    padding-bottom: 15px;
  }
  .social-links {
    padding-bottom: 0;
  }
  .footerBottom p {
    font-size: 12px;
  }
  .footer-link-block {
    flex-direction: column;
    gap: 0;
  }
  .footer-link {
    width: 100%;
  }
  .certificate-list {
    margin-bottom: 20px;
  }
  /* Footer End */

  /* Common Page */
  .site-main h1 {
    font-size: 28px;
    padding: 20px 0;
  }
  .common-padding {
    padding: 30px 0;
  }
  .grey-box {
    padding: 16px;
    border-radius: 14px;
  }
  /* Common Page End */

  /* main page title */
  .main_page_title.common-padding {
    padding-top: 90px;
  }
  .main_page_title::before {
    width: 310px;
    height: 310px;
  }
  .main_page_title h1 {
    font-size: 28px;
  }
  /* main page title end */
  /* FAQ */
  .faq .accordion-button {
    padding: 12px;
    font-size: 16px;
  }
  .accordion-button::after {
    width: 30px;
    height: 30px;
    margin-right: 8px;
  }
  .faq .accordion-body {
    padding: 12px;
  }
  /* FAQ End */
  /* Thank You */
  .thank-you-block {
    padding: 20px;
  }
  .thank-you-image {
    max-width: 80px;
  }
  /* Thank You End */
  /* 404 */
  .error-page-image {
    max-width: 450px;
  }
  /* 404 End */
  /* Counter */
  .counter-list li .heading_four {
    line-height: 24px;
  }
  .counter-list li p {
    font-size: 16px;
    line-height: 24px;
  }
  .counter-list li {
    margin-bottom: 20px;
  }
  /* Counter End */
  /* Technologies */
  .technologies-slider {
    margin-bottom: 22px;
  }
  .technologies-slider .swiper-slide,
  .technologies-slider-rtl .swiper-slide {
    padding: 0 20px;
  }
  /* Technologies End */
  /* New Portfolio Design */
  .portfolio-box .portfolio-detail {
    padding: 24px;
  }
  .portfolio .common-title .primary {
    display: none;
  }
  .portfolio-categories p,
  .portfolio-services p {
    font-size: 16px;
  }
  .portfolio-box .category-wrapper > div:not(:last-child),
  .portfolio-services > p:not(:last-child) {
    padding-right: 26px;
  }
  .portfolio-box .category-wrapper > div:not(:last-child)::before,
  .portfolio-services > p:not(:last-child)::before {
    right: 10px;
  }
  .portfolio-button {
    display: block;
    margin-top: 30px;
  }
  /* End New Portfolio Design */
}
@media only screen and (max-width: 480px) {
  .primary i::before,
  .vcf7form button img {
    width: 12px;
    height: 12px;
  }
  /* New Portfolio Design */
  .portfolio-box {
    height: 340px;
    background-position: center;
  }
  .portfolio-box .category-wrapper {
    flex-direction: column;
  }
  .portfolio-services {
    flex-direction: column;
    align-items: flex-start;
  }
  .portfolio-categories p,
  .portfolio-services p {
    font-size: 16px;
  }
  .portfolio-box .category-wrapper > div:not(:last-child),
  .portfolio-services > p:not(:last-child) {
    padding-right: 0;
    padding-bottom: 4px;
  }
  .portfolio-box .category-wrapper > div::before,
  .portfolio-services > p:not(:last-child)::before {
    display: none;
  }
  /* End New Portfolio Design */
}
