@media screen and (max-width: 1560px) {
  /*! <!-- !FAQ SECTION --> */
  .faq_figure {
    width: 500px;
    transform: translateX(-8%);
    -webkit-transform: translateX(-8%);
    -moz-transform: translateX(-8%);
    -ms-transform: translateX(-8%);
    -o-transform: translateX(-8%);
    overflow: hidden;
  }
  .faq_figure img {
    object-fit: cover;
    object-position: center;
  }
  .faq_dis_container {
    width: 400px;
  }
}

@media screen and (max-width: 1300px) {
  /*! <!-- !FAQ SECTION --> */
  .faq_figure {
    width: 300px;
  }
  .faq_section {
    max-width: 950px;
  }
}

@media screen and (max-width: 1150px) {
  .header {
    width: 95%;
    height: auto;
    flex-direction: column;
    max-height: 70px;
    overflow: hidden;
    transition: max-height 0.6s ease;
    -webkit-transition: max-height 0.6s ease;
    -moz-transition: max-height 0.6s ease;
    -ms-transition: max-height 0.6s ease;
    -o-transition: max-height 0.6s ease;
  }
  .header.active {
    max-height: 600px;
  }
  .logo_container {
    font-size: var(--medium-font-1);
    position: fixed;
    left: 1em;
    top: 1.25em;
  }
  .burger_container {
    height: 40px;
    width: 40px;
    position: fixed;
    right: 1em;
    top: 0.8em;
  }
  .burger_container i {
    display: block;
    background-color: var(--theme-color);
    height: 4px;
    width: 100%;
    margin-top: 7px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
  }
  .burger_container.active i:first-child {
    transform: translateY(14px) rotate(45deg);
    -webkit-transform: translateY(7px) rotate(45deg);
    -moz-transform: translateY(7px) rotate(45deg);
    -ms-transform: translateY(7px) rotate(45deg);
    -o-transform: translateY(7px) rotate(45deg);
  }
  .burger_container.active i:nth-child(2) {
    opacity: 0;
  }
  .burger_container.active i:last-child {
    transform: translateY(-14px) rotate(-45deg);
    -webkit-transform: translateY(-14px) rotate(-45deg);
    -moz-transform: translateY(-14px) rotate(-45deg);
    -ms-transform: translateY(-14px) rotate(-45deg);
    -o-transform: translateY(-14px) rotate(-45deg);
  }
  .logo_container {
    justify-self: left;
  }
  .link_container {
    flex-direction: column;
    margin-top: 100px;
    padding-bottom: 2em;
    width: 100%;
  }
  .link_container li a {
    font-size: var(--medium-font-1);
  }
  #theme_switcher {
    margin-top: 1em;
  }
  /* !<!-- !ABOUT US SECTION START --> */
  .about_us_img_container {
    margin-right: 0;
    min-width: 95%;
    display: flex;
    justify-content: center;
  }
  .about_us_section {
    flex-direction: column;
  }
  .about_us_img_container img {
    width: 50%;
  }
  .about_card {
    padding: 1em 0;
  }
  .about_us_dis_container {
    margin-left: 0;
    margin-top: 2em;
  }
}

@media screen and (max-width: 1000px) {
  body {
    /* FONT SIZE */
    --small-font: 1rem;
    --medium-font-1: 1.2rem;
    --medium-font-2: 1.5rem;
    --big-font-1: 2rem;
    --big-font-2: 3rem;
  }
  .star-bg-img {
    top: 10%;
  }
  .pipe-bg-img {
    right: 0%;
    top: 15%;
  }
  .about-btn {
    margin-bottom: 2em;
  }
  /* !<!-- !TESTIMONIAL BANNER --> */
  .testimonial_banner {
    flex-direction: column;
    max-width: auto;
    width: 95%;
  }
  /* !<!-- !FREE CONSULTANCY FORM --> */
  .consultancy_form_section {
    flex-direction: column;
    align-items: center;
  }
  .right_consult_container {
    margin-top: 4em;
    height: 500px;
    width: 100%;
  }
  /*! <!--! LET'S TALK BBANNER --> */
  .let_talk_section {
    flex-direction: column;
    align-items: flex-start;
  }
  .block {
    display: inline-block;
  }
  /*! <!-- !FAQ SECTION --> */
  .why_us_dis_container {
    width: 100%;
  }
  .faq_section {
    flex-direction: column;
    max-width: auto;
    width: 95%;
  }
  .about_us_dis_container {
    min-width: auto;
    width: 100%;
    overflow-x: hidden;
  }
  .faq_container {
    max-height: 55px;
  }
  .faq_figure,
  .faq_dis_container {
    width: 100%;
    transform: translate(0);
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
  }
  .faq_figure {
    width: 90%;
    margin: 0 auto;
  }
  .faq_container p {
    margin-right: 0.5em;
  }
  .faq_figure img {
    width: 100%;
  }
  .faq_dis_container {
    padding: 0 1em;
  }
  .cross_container i {
    margin-left: 0.5em;
  }
  #num_code {
    width: 50px;
  }
  /* !OUR TEAM */
  .our_team_card_social_media_container a img {
    height: 40px;
    width: 40px;
  }
}

@media screen and (max-width: 600px) {
  #hero_section {
    height: 800px;
    min-height: 100vh;
  }
  .hero-main-bg {
    width: 100%;
  }
  .star-bg-img,
  .small-circle-bg-img,
  .wave-lines-bg-img,
  .pipe-bg-img {
    display: none;
  }
  .tringle-bg-img {
    left: 3%;
    top: 50%;
  }
  .pipe-bg-img {
    right: 0%;
    top: 40%;
  }
  .hero-main-header {
    font-size: var(--big-font-1);
  }
  /* !<!-- !FREE CONSULTANCY FORM --> */
  .consult_form {
    width: 90vw;
  }
  .consult-blob-bg {
    top: 50%;
    left: 40%;
  }
  .consult_img:last-child {
    margin-left: 0;
    margin-top: 0;
  }
  /*! <!-- !FAQ SECTION --> */
  /* !<!-- !OUR BLOG SECTION --> */
  .our_blog_card {
    flex-direction: column;
    width: 100%;
    height: auto;
  }
  .our_blog_card figure {
    width: 100%;
    height: 350px;
    overflow: hidden;
  }
  .our_blog_card figure img {
    width: 100%;
  }
  #google-head {
    width: 95%;
  }
}

@media screen and (max-width: 400px) {
  .faq_container {
    max-height: 80px;
  }
}
