@media only screen and (max-width: 1300px) {
  .hero-section {
    padding: 222px 0 200px;
  }
  .career h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 1200px) {
  header {
    padding: 10px 0;
  }
  header .logo {
    width: 50%;
  }
  header .primary-menu {
    display: block;
    flex-direction: column;
    padding: 150px 20px;
    position: fixed;
    background: #ffe4e1;
    width: 100%;
    max-width: 300px;
    right: -100%;
    top: 0;
    transition: all 0.4s ease-in;
    z-index: 1;
    height: 100vh;
    transition: 0.5s;
  }
  header .primary-menu ul {
    flex-direction: column;
    gap: 5px;
  }
  header .primary-menu nav {
    text-align: center;
  }
  header .primary-menu nav a {
    display: block;
    padding: 10px 0;
    font-size: 18px;
  }
  header .primary-menu nav ul a {
    color: #000;
  }
  header .primary-menu.active {
    right: 0%;
    z-index: 8;
    text-align: center;
  }
  header .menu-icon {
    display: block;
    border: none;
    background: rgba(255, 255, 255, 0);
    width: 40px;
    z-index: 9;
    font-size: 32px;
  }
  header .fa-bars {
    color: #000;
  }
  header .primary-btn {
    text-align: center;
    margin-top: 20px;
  }
  header .social-icon {
    margin-top: 30px;
  }
  header .social-icon ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-size: 22px;
    gap: 20px;
  }
  header .social-icon li a {
    color: #fff;
  }
  .dropdown {
    position: relative;
    height: 0;
    padding: 0;
  }
  .dropdown-nav:hover .dropdown {
    height: auto;
  }
  .sticky .fa-bars {
    color: #000;
  }
  .career h2 {
    font-size: 28px;
  }
  .hero-section {
    padding: 222px 0 200px;
  }
  .hero-section {
    background-position: center right;
  }
  .feature .item-content .title {
    font-size: 20px;
  }
  .feature .item-content p {
    font-size: 14px;
  }
  .services .main-services {
    grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
  }
  .services .main-services .item {
    height: 300px;
  }
  .services .main-services h4 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 992px) {
  header .logo img {
    width: 240px;
  }
  .hero-section {
    padding: 200px 0 120px;
  }
  .hero-section .hero-content {
    align-items: center;
    background: rgba(255, 255, 255, 0.5215686275);
    padding: 20px;
    text-align: center;
  }
  .feature .main-feature .item {
    flex-direction: column;
    text-align: center;
  }
  .about-us .main-about {
    flex-direction: column;
  }
  .about-us .main-about .about-img {
    width: 100%;
    display: none;
  }
  .about-us .main-about .about-content {
    width: 100%;
  }
  .services .service-heading {
    width: 100%;
  }
  .choose .main-choose {
    flex-direction: column;
  }
  .choose .choose-img {
    width: 80%;
  }
  .choose .choose-content {
    width: 100%;
  }
  .career .main-career {
    align-items: start;
    gap: 30px;
    flex-direction: column;
  }
  .career-form {
    width: 100%;
  }
  #blog-page .blogs {
    flex-direction: column;
  }
  #blog-page .blog-side-bar {
    width: 100%;
  }
  #blog-page .blog-grid {
    width: 100%;
  }
  #blog-detail-page .main-detail-page {
    flex-direction: column;
  }
  #blog-detail-page .blog-side-bar {
    width: 100%;
  }
  #blog-detail-page .single-blog-content {
    width: 100%;
  }
  #contact-page h3 {
    font-size: 24px;
  }
  #contact-page .form-map .container {
    gap: 20px;
  }
  #contact-page .form-map .main-form {
    padding: 20px;
  }
  #contact-page .shop-details {
    flex-wrap: wrap;
  }
  #contact-page .shop-details .box {
    flex-grow: 1;
  }
}
@media only screen and (max-width: 768px) {
  .inner-banner {
    padding: 130px 0 40px;
  }
  h1 {
    font-size: 40px;
  }
  .location .item {
    padding: 40px 20px;
  }
  .location .location-items {
    gap: 25px;
  }
  .services .main-services {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }
  .services .main-services h4 {
    font-size: 22px;
  }
  .choose .choose-img {
    width: 100%;
  }
  #service-page .other-service .service-content {
    width: 100%;
  }
  #service-page .other-service .service-col {
    flex-direction: column;
  }
  #contact-page .shop-details .box {
    width: 100%;
  }
  #contact-page .form-map {
    padding-bottom: 20px;
  }
  #contact-page .form-map .container {
    flex-direction: column;
  }
  #contact-page .form-map .main-form {
    width: 100%;
  }
  #contact-page .form-map .map {
    width: 100%;
  }
  #contact-page .form-map .map iframe {
    height: 300px;
  }
}
@media only screen and (max-width: 600px) {
  .hero-section {
    background: url(../uploads/banner/phone-background.webp);
    background-position: center;
    background-size: cover;
  }
  h4 {
    font-size: 24px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 28px;
  }
  .hero-section {
    padding: 150px 0 80px;
  }
  .hero-section .banner-title {
    font-size: 50px;
  }
  .feature {
    display: none;
  }
  .location .item {
    width: 100%;
  }
  .location .item .call {
    font-size: 24px;
  }
  .location .location-items {
    gap: 20px;
    flex-direction: column;
  }
  .cta-section {
    padding: 50px 0;
  }
  .cta-section p {
    display: none;
  }
  .services .main-services {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  }
  .services .main-services h4 {
    font-size: 18px;
  }
  .services .main-services .item {
    height: 250px;
  }
  .services .main-services .item .item-content {
    padding: 10px;
  }
  .choose .choose-img img {
    height: 300px;
  }
  #service-page .service-col {
    gap: 10px;
  }
  #service-page .other-service .service-img {
    width: 100%;
  }
  #service-page .service-price .table_component td {
    padding: 5px 10px;
    font-size: 14px;
  }
  #service-page .service-price .table_component th {
    padding: 5px 10px;
    font-size: 16px;
  }
  .career .career-img {
    display: none;
    width: 100%;
  }
  .career h2 {
    font-size: 22px;
  }
  form {
    gap: 10px;
  }
  form .group-box {
    gap: 10px;
    flex-direction: column;
  }
  form .group-box .box {
    width: 100%;
  }
  #blog-page .blog-grid {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
  }
}
@media only screen and (max-width: 450px) {
  header {
    padding: 0;
  }
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 24px;
  }
  .inner-banner {
    padding: 100px 0 40px;
  }
  .primary-btn a {
    padding: 8px 26px;
    font-size: 16px;
  }
  .section-padding {
    padding: 30px 0;
  }
  .hero-section .banner-tagline {
    display: none;
  }
  .hero-section .banner-title {
    font-size: 36px;
  }
  .location .item {
    padding: 40px 10px;
  }
  .location .item .call {
    font-size: 20px;
  }
  .location h4 {
    font-size: 20px;
  }
  .about-us {
    padding-bottom: 30px;
  }
  .services .service-heading p {
    display: none;
  }
  .services .main-services {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  }
  .services .main-services .item {
    height: 200px;
  }
  .choose .choose-items .item {
    gap: 10px;
    flex-direction: column;
  }
  .testimonial .item {
    padding: 30px 20px;
  }
  .career h2 {
    font-size: 20px;
  }
  .career-form {
    padding: 10px;
  }
  form input, form textarea, form select {
    padding: 7px;
  }
}/*# sourceMappingURL=responsive.css.map */