@media only screen and (max-width: 1440px) {
  header nav a {
    font-size: 16px;
  }
  .inner-header .bottom-header li {
    padding: 0px 5px;
    border-left: 1px solid #ccc;
  }
  .inner-header .top-header .icon img {
    width: 48px;
  }
}
@media only screen and (max-width: 1275px) {
    header nav a {
        font-size: 14px;
    }
}
@media only screen and (max-width: 1200px) {
  h3 {
    font-size: 40px;
  }
  .inner-banner {
    /* background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../upload/banner/inner-banner.jpg); */
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 60px 0px;
  }
  .inner-header .bottom-header {
    display: none;
  }
  .inner-header .top-header .logo {
    display: none;
  }
  .inner-header .bottom-header-phone {
    display: block;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 20px;
    background: #d3d3d3;
    border-top: 1px solid #fdfdfd;
    /* position: absolute;
    width: 100%;
    backdrop-filter: blur(5px);
    background: #cccccc70; */
  }
  .inner-header .bottom-header-phone .main-bottom-header-phone {
    flex-direction: column;
    padding: 100px 20px;
    position: fixed;
    background: #12344c;
    width: 100%;
    max-width: 380px;
    right: -100%;
    top: 0px;
    transition: all 0.4s ease-in;
    z-index: 999;
    height: 100vh;
    transition: 0.5s;
    box-shadow: 0px 0px 13px 0px rgba(204, 204, 204, 0.5098039216);
  }
  .inner-header .bottom-header-phone .main-bottom-header-phone ul {
    flex-direction: column;
    gap: 5px;
  }
  .inner-header .bottom-header-phone .main-bottom-header-phone nav {
    text-align: center;
    height: 600px;
    overflow-x: hidden;
  }
  .inner-header .bottom-header-phone .main-bottom-header-phone nav a {
    display: block;
    padding: 5px 0px;
    font-size: 14px;
  }
  .inner-header .bottom-header-phone .main-bottom-header-phone nav ul a {
    color: #ffffff;
  }
  .inner-header .bottom-header-phone .main-bottom-header-phone.active {
    right: 0%;
    z-index: 999;
  }
  .inner-header .bottom-header-phone .menu-icon-inner {
    display: block;
    border: none;
    background: transparent;
    width: 40px;
    z-index: 9999;
    font-size: 24px;
    transition: all 0.4s ease-in;
  }
  .inner-header .bottom-header-phone .fa-bars {
    color: #000000;
  }
  .inner-header .bottom-header-phone .fa-xmark {
    color: #fff;
    transition: all 0.4s ease-in;
    position: absolute;
    top: 50px;
    right: 27%;
  }
  .inner-header .sticky .menu-icon-inner {
    color: #000;
  }
  .inner-header .sticky .fa-bars {
    color: #000000;
  }
  .inner-dropDown-menu {
    position: static;
    width: auto;
    height: 0px;
    overflow: scroll;
    scrollbar-color: #ff6b01 #ccc;
    padding: 0px;
    background: #155989;
  }
  .inner-dropDown-menu ul a {
    padding: 5px 0px;
    color: #fff !important;
    font-size: 14px;
  }
  .inner-dropDown:hover .inner-dropDown-menu {
    visibility: visible;
    height: auto;
    transform: translateY(0px);
    padding: 10px;
    margin-bottom: 15px;
  }
  .inner-dropDown-submenu {
    position: static;
  }
  .inner-dropDown-submenu a {
    justify-content: flex-start !important;
    gap: 10px;
  }
  .inner-dropDown-submenu a i {
    transform: rotate(90deg);
  }
  .inner-submenu-menu {
    position: static;
    width: auto;
    height: 0px;
    padding: 0px;
    background: transparent;
    transform: none;
    transition: none;
    visibility: hidden;
    opacity: 0;
  }
  .inner-submenu-menu ul li {
    padding: 0 0 0 15px !important;
  }
  .inner-dropDown-submenu:hover .inner-submenu-menu {
    visibility: visible;
    opacity: 1;
    height: auto;
    padding: 5px 0px;
  }
  .table-sec table {
    width: 90%;
  }
}
@media only screen and (max-width: 992px) {
  h3 {
    font-size: 35px;
  }
  .about-sec .main-about-sec {
    flex-direction: column;
  }
  .about-sec .about-content {
    width: 100%;
  }
  .two-col .main-two-col {
    flex-direction: column;
  }
  .two-col .two-col-content {
    width: 100%;
  }
  .two-col:nth-child(even) .main-two-col {
    flex-direction: column-reverse;
  }
  .table-sec table {
    width: 100%;
  }
  .table-sec td {
    font-size: 14px;
  }
  .client-survey .main-client-feedback .survey-table {
    overflow-y: hidden;
    overflow-x: scroll;
  }
  .client-survey .main-client-feedback table {
    width: 900px;
  }
  video.mobile-banner[poster] {
    width: 100%;
    background: url(../upload/banner/home-banner.webp);
    background-position: center;
    background-size: contain;
    height: 100vh;
    background-repeat: no-repeat;
  }
  /* ============ blog ============ */
  .blogs .blog-content {
    width: 100%;
  }
  .main-blog-section {
    gap: 30px;
    flex-direction: column;
  }
  .recent-post {
    width: 100%;
  }
  .blog-details {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  /* header {
      .primary-menu.active {
          overflow-x: scroll;
      }
  } */
  .inner-header .bottom-header-phone .fa-xmark {
    right: 315px;
  }
  .inner-header .top-header .item {
    width: auto;
  }
  .inner-header .top-header .icon img {
    width: 50px;
  }
  .inner-header .top-header .details-title {
    font-size: 16px;
  }
  .inner-header .top-header a {
    font-size: 14px;
  }
  .inner-banner {
    padding: 30px 0px;
  }
  .about-sec .about-img {
    width: 100%;
  }
  .table-sec td {
    padding: 5px 8px;
  }
  .testimonial .main-testimonial {
    gap: 20px;
    flex-direction: column;
  }
  .testimonial .main-testimonial .item {
    width: 100%;
  }
  .contact-us .main-contact {
    gap: 15px;
    flex-direction: column;
  }
  .contact-us .contact-details {
    width: 100%;
  }
  .contact-us .contact-form {
    width: 100%;
  }
  header nav {
    height: 600px;
    overflow: scroll;
  }
  header nav a {
    font-size: 14px;
  }
  .dropdown.open .dropdown-menu li a {
    font-size: 12px;
  }
}
@media only screen and (max-width: 600px) {
  h3 {
    font-size: 26px;
  }
  h5 {
    font-size: 20px;
  }
  .inner-header .logo img {
    width: 180px;
  }
  .inner-header .top-header .icon img {
    width: 40px;
  }
  .inner-header .bottom-header-phone .main-bottom-header-phone {
    max-width: 330px;
  }
  .inner-header .bottom-header-phone .fa-xmark {
    right: 257px;
  }
  .two-col .two-col-img {
    width: 50%;
  }
  .table-sec .table-main {
    overflow-y: hidden;
    overflow-x: scroll;
    /* overflow: scroll; */
  }
  .table-sec table {
    width: 600px;
  }
}
@media only screen and (max-width: 500px) {
  h3 {
    font-size: 20px;
  }
  h5 {
    font-size: 18px;
  }
  h6 {
    font-size: 16px;
  }
  p {
    font-size: 14px;
  }
  h4 {
    font-size: 22px;
  }
  .container {
    padding: 0px 15px;
  }
  .section-padding {
    padding: 40px 0px;
  }
  .inner-header .bottom-header-phone .main-bottom-header-phone {
    max-width: 290px;
  }
  .inner-header .top-header .icon img {
    width: 32px;
  }
  .inner-header .top-header .main-top-header {
    gap: 5px;
    align-items: start;
    flex-direction: column;
  }
  .inner-header .top-header .details-title {
    display: none;
  }
  .navigator p {
    margin-top: 15px;
    font-size: 14px;
  }
  .inner-dropDown-menu ul a {
    font-size: 12px !important;
  }
  .inner-banner {
    /* background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url(../upload/banner/phone-inner-banner.jpg); */
    padding: 55px 0px;
    background-position: center;
    background-size: cover;
  }
  .service-point .main-service-point .imb-box img {
    width: 100%;
  }
  .two-col .two-col-img {
    width: 100%;
  }
  .client-survey .user-details {
    gap: 10px;
  }
  form label {
    margin-bottom: 2px;
    font-size: 14px;
  }
  form .box-group {
    gap: 10px;
    flex-direction: column;
  }
  form .box-group .box {
    width: 100%;
  }
  .main-client-feedback .survey-table th,
  .main-client-feedback .survey-table td {
    font-size: 14px;
  }
  .request .main-request-information {
    margin-top: 15px;
    padding: 10px;
    border-radius: 5px;
  }
  .contact-us .contact-details .item {
    gap: 10px;
    margin: 10px 0px;
  }
  .contact-us .contact-details .item img {
    width: 36px;
  }
  .contact-us .contact-form form {
    padding: 10px;
    border-radius: 5px;
  }
  /* =========== blogs ============= */
  .blogs .blog-content {
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
  }
  .blogs .blog-item-title h6 {
    font-size: 16px;
    font-weight: 500;
  }
}/*# sourceMappingURL=responsive.css.map */