@media only screen and (max-width: 768px) {

  /* Navbar */
  .logo {
    margin: 0px 6px;
    width: 200px;
    height: 28px;
    /* top: 82px; */
  }

  .nav-menu {
    display: none;
  }

  .hamburger-menu {
    display: block;
  }

  .hamburger-menu.active .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  .hamburger-menu.active .bar:nth-child(2) {
    opacity: 0;
  }

  .hamburger-menu.active .bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }

  .nav-menu.active {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: linear-gradient(#e0f1eb, #fffaec, #eaf0fe);

    position: absolute;
    top: 63px;
    left: 0;
    right: 0;
    height: calc(100vh - 35px);
    z-index: 999;
  }

  .nav-menu.active li {
    margin-right: 0;
    margin: 10px;
    font-size: 20px;
  }

  .nav-menu li a {
    font-size: 25px !important;
    color: #333;
    text-decoration: none;
    padding: 10px 0;
    position: relative;
  }

  /* !Navbar */

  /* Top-Head */
  .top-header .tel_logo {
    margin-left: 10px;
  }

  .top-header button {
    margin-right: 10px;
  }

  .footer_section {
    text-align: center;
  }

  .social_links {
    display: flex;
    justify-content: center;
  }

  .pill_sec {
    width: 150px;
  }

  .services_card {
    width: 390px !important;
    height: 320px !important;
  }

  .customers_cards {
    width: 440px;
    height: 300px;
  }

  .blog_detail_content h1 {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .trace {
    margin-top: 52px;
  }
}

@media only screen and (min-width: 992px) {
  .poster-col_2 {
    margin-top: 100px !important;
  }

  .poster-col_1 {
    margin-top: -100px !important;
  }

  .poster-col_3 {
    margin-top: -100px !important;
  }
}

@media only screen and (min-width: 992px) {
  .trace {
    margin-left: 30px;
    margin-top: -60px;
  }
}

@media (min-width:992px) and (max-width:1085px) {
  .star_gif_1 img {
    position: absolute;
    right: 10px;
    top: 60px;
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .star_gif_7 img {
    position: absolute;
    right: 315px;
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .star_gif_6 img {
    position: absolute;
    right: 300px;
  }

  .star_gif_10 img {
    position: absolute;
    right: 90px;
  }
}

@media (max-width:991px) {
  .star_gif_1 img {
    display: none;
  }

  .star_gif_2 img {
    display: none;
  }

  .star_gif_3 img {
    display: none;
  }

  .star_gif_4 img {
    display: none;
  }

  .star_gif_5 img {
    display: none;
  }

  .star_gif_6 img {
    display: none;
  }

  .star_gif_7 img {
    display: none;
  }

  .star_gif_8 img {
    display: none;
  }

  .star_gif_9 img {
    display: none;
  }

  .star_gif_10 img {
    display: none;
  }
}

@media (max-width:1399px) {
  .br_1 {
    display: none;
  }

  .br_2 {
    display: none;
  }

  .br_3 {
    display: none;
  }
}

@media (min-width:576px) {
  .pill_work {
    min-width: 194px;
  }

  .pill_about {
    min-width: 214px;
  }

  /* .pill_blog {
    min-width: 185px;
    min-height: 76px;
  } */

  .pill_contact {
    width: 270px;
  }

  .pill_trun {
    min-width: 168px;
  }
}

@media (max-width:575px) {

  .quote_sec img {
    height: 100% !important;
  }

  .pill_work {
    min-width: 132px;
  }

  .pill_work_under {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 56px;
  }

  .pill_about {
    min-width: 148px;
  }

  /* .pill_blog {
    min-width: 116px;
    min-height: 44px;
  } */

  .pill_contact {
    height: 40px;
    width: 170px;
  }

  .pill_trun {
    min-width: 124px;
    padding: 7px 0px 0px 0px;
  }

  .line_1 {
    left: -26px;
    bottom: 12px;
    height: 20px;
    transform: rotate(111deg);
    -webkit-transform: rotate(111deg);
    -moz-transform: rotate(111deg);
    -ms-transform: rotate(111deg);
    -o-transform: rotate(111deg);
  }

  .line_2 {
    left: -19px;
    bottom: 27px;
    height: 30px;
    transform: rotate(-52deg);
    -webkit-transform: rotate(-52deg);
    -moz-transform: rotate(-52deg);
    -ms-transform: rotate(-52deg);
    -o-transform: rotate(-52deg);
  }

  .line_3 {
    left: 3px;
    bottom: 46px;
    height: 20px;
    transform: rotate(175deg);
    -webkit-transform: rotate(175deg);
    -moz-transform: rotate(175deg);
    -ms-transform: rotate(175deg);
    -o-transform: rotate(175deg);
  }

  .quote_content h1 {
    font-size: 36px;
  }

  .quote_content p {
    font-size: 15px;
  }

  .customers_content h1 {
    font-size: 36px;
  }

  .customers_content p {
    font-size: 16px;

  }

  .projects_content h1 {
    font-size: 28px;
  }

  .projects_content p {
    font-size: 16px;
  }

  .services_content h1 {
    font-size: 29px;
  }

  .services_content p {
    font-size: 16px;
  }

  .goal_content h1 {
    font-size: 28px;
  }

  .goal_content p {
    font-size: 16px;
  }

  .client_content h1 {
    font-size: 36px;
  }

  .client_content p {
    font-size: 16px;
  }

  .hero_content_contact p {
    font-size: 16px !important;
  }

  .hero_content_about p {
    font-size: 16px;
  }

  .about_content h1 {
    font-size: 32px !important;
  }

  .contact_content p {
    font-size: 16px;
  }

  .hero_content_blog p {
    font-size: 16px;
  }

  .cont_remove {
    padding: 0px !important;
  }
}

@media (min-width:576px) {
  .br-1 {
    display: none;
  }

  .request_quote-img1 {
    display: flex;
  }

  .request_quote-img2 {
    display: none;
  }

  .blog_image_desk {
    display: flex;
  }

  .blog_image_mob {
    display: none;
  }
}

@media (max-width:575px) {
  .br-1 {
    display: flex;
  }

  .request_quote-img1 {
    display: none;
  }

  .request_quote-img2 {
    display: flex;
  }

  .blog_image_mob {
    display: block;
  }

  .blog_image_desk {
    display: none;
  }

  .whatsapp_chat span {
    font-size: 14px;
  }

  .live_chat span {
    font-size: 14px;
  }

  .chat_icon {
    width: 26px;
  }

  .whatsapp_icon {
    width: 26px;
  }

  .blog_detail_img {
    border-top-right-radius: 26px;
    border-top-left-radius: 26px;
  }

  .auth {
    margin-left: -3px !important;
    margin-right: 3px !important;
  }

}