@media screen and (min-height: 900px) {
}
@media screen and (min-height: 1000px) {
}

@media only screen and (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1140px !important;
  }
}
/* // X-Large devices (large desktops, 1200px and up) */
@media only screen and (max-width: 1200px) {
  .top_line h2 {
    display: none;
  }
  .content_heading_main span {
    height: 130px;
  }
  .content_heading h1 {
    font-size: 68px;
  }
  .content_heading h2 {
    font-size: 86px;
  }
  .content_sub h4 {
    font-size: 30px;
  }
  .content_sub h3 {
    font-size: 34px;
  }
  .content_right img {
    width: 85%;
  }
  .menu_tabs ul li {
    margin-right: 10px;
  }

  /* about section start */
  .about_imgs {
    height: 100%;
    padding-right: 20px;
  }
  .about_imgs a:nth-of-type(1) img,
  .about_imgs a:nth-of-type(2) img {
    margin-bottom: 25px;
  }
  .about_imgs a:nth-of-type(3) {
    display: unset;
  }

  /* offer section start */
  .offer_right_sub {
    margin-left: 25px;
  }
  .input_main {
    padding: 20px 25px;
  }

  /* satis section start */

  /* Next page CSS */
  .alert_msg h3 {
    font-size: 26px;
  }
  .thrd_section_card_img img {
    width: 200px;
  }
  .thrd_section_card_content p {
    font-size: 19px;
    line-height: 26px;
  }
}
/* // Large devices (desktops, 992px and up) */
@media only screen and (max-width: 991px) {
  /* navbar start */
  .top_bar {
    background-color: var(--primary-color);
  }
  .custom_navbar {
    background-color: var(--white-color);
  }
  .my_swiper_slide {
    padding-top: 60px;
  }
  .my_swiper_pagination {
    bottom: 40px !important;
  }
  .custom_nav_container {
    background-color: unset;
    padding: 0;
  }
  .scroll_nav_container .menu_tabs {
    padding: 0;
  }
  .custom_container_tab_bar {
    padding: 10px;
  }
  .logo {
    margin-left: 0px;
    height: 68px;
  }
  .scroll_nav_container .logo {
    height: 68px;
    margin-left: 0px;
  }
  .menu_tabs {
    padding: 0;
  }
  .menu_tabs ul li {
    margin: 0 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
  .menu_tabs ul li:last-child {
    border-bottom: none;
    padding: unset;
    background-color: unset;
  }
  .nav-item:last-child a {
    color: var(--text-color);
  }
  .menu_tabs ul li i {
    position: unset;
    margin-right: -10px;
  }
  .navbar-nav {
    text-align: end;
  }

  /* hero heading start */
  .hero_slider {
    margin-top: 90px;
  }

  /* about section start */
  .about_imgs {
    margin: 30px 0;
    padding-right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
  }
  .about_imgs img {
    width: 100%;
  }
  .about_imgs a:nth-of-type(1) img,
  .about_imgs a:nth-of-type(2) img {
    margin: 0;
  }
  .about_imgs a:nth-of-type(3) {
    display: none;
  }

  /* offer section start */
  .offer_main .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .input_main {
    padding: 20px 36px;
  }
  .offer_right {
    padding-top: 0px;
    margin-bottom: 30px;
  }
  .offer_right_sub {
    margin: 0;
  }

  /* Satis section satrt */
  .four_div > div:first-child,
  .four_div > div:last-child {
    transform: none;
  }
  .four_div > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 0px;
    /* pointer-events: none; */
    padding: 15px 0;
  }
  .four_div > div > div {
    width: 340px;
    -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
  }
  .four_div > div:hover > div {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
  }

  /* service section start */
  .service_section {
    margin-top: 0px;
  }
  .services_all {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .services_all > div:not(.service_center_img) h4 {
    margin: 10px 0;
  }
  .view_more_btn {
    margin-top: 20px;
  }

  /* Client section start */

  /* footer section start */
  .footer_heading h2 {
    display: block;
    font-size: 36px;
    text-transform: uppercase;
    font-family: "Futura Md BT", sans-serif;
    font-weight: bold;
    color: #ffd800;
    padding: 10px;
    border: 2px solid #ffd800;
  }
  .three_col {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
  }
  .footer_phone > div:nth-child(3) h2 {
    /* color: var(--white-color); */
  }

  /* Next Page CSS */
  .scnd_section .container .row > div {
    padding: 0 15px;
    margin-top: 30px;
  }
  .appointment {
    flex-direction: column;
  }
  .alert_msg h3 {
    font-size: 28px;
    text-align: center;
  }
  .thrd_section_card_img img {
    width: 250px;
  }
  .thrd_section_card_content p {
    font-size: 20px;
    line-height: 27px;
  }
  .thrd_section .row > div:nth-child(even) > div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .frth_section .container .row > div {
    margin-top: 20px;
  }

  /* Next Page About us CSS */
  .scnd_section_content {
    /* text-align: center; */
  }
  .scnd_section_content .scnd_section_heading_line {
    margin: 15px auto;
  }
  .au_thrd_section_card {
    margin-top: 35px;
  }

  /* Next Page Contact CSS */
  .contactwithMap .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .contactwithMap_left {
    padding-right: 0;
    margin-top: 40px;
  }
  .contactwithMap_left > div {
    height: 500px;
  }
}
/* // Medium devices (tablets, 768px and up) */
@media only screen and (max-width: 768px) {
  .container {
    padding-left: 12px;
    padding-right: 12px;
  }
  .custom_container_tab_bar {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .contact-info > span,
  .contact-info > a {
    display: none;
  }
  .top_line {
    display: none;
  }
  .contact-info {
    text-align: center;
  }
  .social-links {
    display: none;
  }
  .my_swiper_slide {
    padding-top: 50px;
  }
  .my_swiper_pagination {
    bottom: 40px !important;
  }
  .content_main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .content_sub h4 {
    display: none;
  }
  .content_sub h3 {
    margin: unset;
  }
  .call_btn {
    margin-top: 20px;
  }
  .call_btn h4 {
    margin-left: 110px;
  }
  .content_right {
    text-align: center;
    margin-top: 40px;
  }
  .content_right img {
    width: 60%;
  }
  .my_swiper_pagination {
    display: none;
  }

  /* about section start */
  .about_imgs {
    display: block;
    margin-top: 15px;
  }
  .about_imgs img {
    width: 70%;
    height: 100%;
  }
  .about_imgs a:nth-of-type(1) img,
  .about_imgs a:nth-of-type(2) img {
    margin: 15px 0;
  }

  /* satis section start */
  .four_div > div > div {
    width: 100%;
    -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
  }

  /* Next Page CSS */
  .alert_msg h3 span {
    display: inline-block;
    padding-top: 5px;
  }
  .alert_msg h3 span {
    -webkit-animation: blink_text 1.5s linear infinite;
    animation: blink_text 1.5s linear infinite;
  }
}

/* // Small devices (landscape phones, 576px and up) */
@media only screen and (max-width: 576px) {
  /* header section start */
  .top_bar_scroll{
    margin-top: -74px;
  }
  .contact-info_call{
    flex-direction: column;
  }
  .contact-info_call > div .fas{
    margin-bottom: -18px;
  }
  .contact-info_call > a span{
    display: none;
  }
  .logo {
    margin-left: 0px;
    height: 55px;
  }
  .dropdown-menu {
    text-align: end;
  }
  .scroll_nav_container .logo {
    height: 65px;
    margin-left: 0px;
  }
  .content_heading h1 {
    font-size: 46px;
  }
  .content_heading h2 {
    font-size: 52px;
    padding-top: 10px;
    margin-top: -25px;
  }
  .content_heading {
    margin-left: 10px;
  }
  .content_heading_main span {
    height: 90px;
  }
  .content_sub h3 {
    font-size: 22px;
    padding-left: 20px;
    padding-right: 30px;
  }
  .content_sub h3::before {
    top: -25.5px;
  }
  .content_right img {
    width: 70%;
  }
  .call_btn span {
    animation: none;
    width: 40px;
    position: relative;
  }
  .call_btn h4 {
    margin-left: 20px;
  }

  /* about section start */
  .row {
    margin-left: 5px;
    margin-right: 5px;
  }
  .about_left .about_heading h2,
  .offer_right .offer_heading h2,
  .satis_heading h2,
  .service_heading h2,
  .client_heading h2,
  .footer_heading h2 {
    font-size: 32px;
  }

  .about_left .about_heading h5,
  .offer_right .offer_heading h5,
  .satis_heading h5,
  .service_heading h5,
  .client_heading h5 {
    font-size: 22px;
  }
  .about_left {
    padding-left: 5px;
    padding-right: 5px;
  }
  .offer_talk h3 {
    padding: 10px 0;
  }
  .offer_talk h3 span {
    display: block;
    margin-top: 5px;
  }
  .about_imgs img {
    width: 100%;
    height: 100%;
  }

  /* offer section start */
  .offer_head_main {
    padding: 20px 5px 0;
  }
  .form_head {
    padding: 20px 15px;
  }
  .input_main {
    padding: 20px 20px;
  }
  .mySwiper_n_Btn,
  .mySwiper_p_Btn {
    display: none;
  }

  /* satis section start */
  .four_div {
    margin-top: 40px;
  }

  /* service section start */
  .service_heading p {
    padding: 0 20px;
  }
  .service_center_img img {
    width: 90%;
    /* text-align: center; */
  }

  .client_heading p {
    padding: 0 20px;
  }
  /* Gallery section start */
  .gallery_main div:not(first-child) {
    margin-top: 0px;
  }

  /* footer section start */
  .footer_heading h2 {
    font-size: 26px;
  }
  .twelve_col > div h4 {
    font-size: 20px;
  }
  .footer_phone {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .footer_phone > div:nth-child(1) {
    background-color: unset;
  }
  .footer_phone > div:nth-child(1) i {
    color: var(--secondary-color);
  }
  .footer_phone > span {
    display: none;
  }
  .footer_phone > div:nth-child(3) h2 {
    font-size: 21px;
  }
  .footer_phone {
    width: 100%;
    height: 80px;
    padding: 0 30px;
    background-size: 100% 100%;
  }
  .twelve_col {
    margin-top: 20px;
  }
  .twelve_col > div {
    margin-top: 20px;
  }
  .three_col{
    padding: 10px 0;
  }
  .three_col > div {
    margin: 5px 0;
  }

  /* Next Page CSS */
  .breadcrumb_section {
    height: 250px;
  }
  .breadcrumb_main h2 {
    font-size: 28px;
  }
  .thrd_section h1,
  .frth_section h1,
  .frth_section_content h2 {
    font-size: 32px;
  }
  .scnd_section .container .row > div {
    padding: 0 5px;
  }
  .alert_msg h3 {
    font-size: 24px;
  }
  .thrd_section_card_main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .thrd_section_card_content {
    text-align: center;
  }
  .thrd_section_card_content a {
    padding: 12px 18px;
  }
  .thrd_section .row > div:nth-child(even) > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .frth_alert_msg a {
    -webkit-animation: blink_text 1.5s linear infinite;
    animation: blink_text 1.5s linear infinite;
  }
  .whatsapp_heading h2 {
    font-size: 42px;
  }
  .whatsapp_heading h3 {
    font-size: 28px;
  }
  .whatsapp_heading h4 {
    font-size: 28px;
  }
  .frth_section .container .row > div {
    padding: 0 10px;
    text-align: center;
  }
  .banner_section {
    margin: 50px 0 50px;
  }
  .service_card {
    margin: 15px 0;
  }
  .service_card .service_card_content p {
    text-align: justify;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 992px) and (orientation: landscape) {
}
