/*responive max width to min width*/

/*@media 
(min-width: 992px) 
 and (max-width: 1200px){
	
}*/

/* iPads (landscape) ———– */

/*@media 
(min-width : 768px)
and (max-width : 1024px)
and (orientation : landscape) {

}*/

/* iPads (portrait) ———– */

/*@media 
(min-width : 768px)
and (max-width : 1024px)
and (orientation : portrait) {

}*/

/* iPads (landscape) ———– */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* Styles */
}

/* iPads (portrait) ———– */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  /* Styles */
}
@media (max-width: 1499.98px) {
  .contact-box-outr i {
    height: 60px;
    width: 60px;
    line-height: 60px;
  }
  .contact-box-outr i img {
    max-width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1499.98px) {
  .get-content-col {
    width: 58%;
  }
  .get-form-col {
    width: 42%;
  }
}
@media (max-width: 1399.98px) {
  .why-box-col h5 {
    font-size: 0.9rem;
  }
}
@media (max-width: 1200px) {
}

@media (max-width: 1199.98px) {
  .header-outr .navbar-brand img {
    width: 330px;
  }
  body {
    padding-block-start: 123px;
  }
  .carousel-caption {
    inset-block-end: auto !important;
    inset-block-start: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
  }
  .welcome-img-outr div {
    width: 50%;
  }
  .why-box-col {
    width: 33.333%;
  }
  .service-content-col {
    width: 100%;
  }
  .service-img-col img {
    opacity: 0.5;
  }
  .service-img-col {
    z-index: -1;
    width: auto;
  }
  .service-list-col li {
    width: 100%;
    font-size: 1rem;
  }
  .copright-text {
    font-size: 0.9rem;
  }
  .footer-mnu li a {
    font-size: 0.9rem;
  }
  .want-text img {
    width: 100px;
  }
  .want-data-outr a {
    font-size: calc(1.4rem + 0.9vw);
  }
  .want-data-outr h2 {
    font-size: calc(1.1rem + 0.9vw);
  }
  .want-text img {
    width: 80px;
  }
  .testimonial-slidr-outr .owl-nav button {
    height: 35px;
    width: 35px;
  }
  .testimonial-slidr-outr .owl-carousel {
    padding-inline: 38px;
  }
  .testimonial-slidr-outr .owl-nav button {
    margin: 0px !important;
  }
  .categories-box-col {
    width: 25%;
  }
  .contact-box-text-outr .email-mnu li a {
    font-size: 0.8rem;
  }
  .phone-box-outr .contact-box-text-outr a {
    font-size: 1.1rem;
  }
  .footr-logo-col {
    width: 100%;
    text-align: center;
  }

  .col-sm-3.contact-box-col,
  .col-sm-2.locate-box-col,
  .menu-box-col {
    width: 33.333% !important;
  }
  .discuss-outr .container {
    max-width: 100%;
  }
  .discuss-left {
    width: 40%;
  }
}

/*responsinator screen size*/

@media (min-width: 992px) {
}
/*  min width new way  (min-width: 992px) */
@media (width >= 992px) {
}
/*  min width new way*/

@media (max-width: 992px) {
}

/*  max width new way  (max-width: 991px)*/
@media (width <= 992px) {
}
/*  max width new way*/

@media (max-width: 991.98px) {
  .offcanvas {
    background: rgba(0, 0, 0, 0.8);
  }
  .offcanvas-header .btn-close {
    --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
  }
  .offcanvas-header .navbar-brand img {
    max-width: 330px;
  }
  .offcanvas-header {
    border-bottom: 1px solid var(--bs-body-bg);
  }
  .carousel-caption .text-end {
    text-align: center !important;
  }
  .carousel-caption .text-end hgroup::before {
    inset-inline-end: auto;
    inset-inline-start: 50%;
    transform: translateX(-50%);
  }
  .carousel-caption .text-end hgroup {
    background: rgba(0, 0, 0, 0.5);
  }
  .carousel-caption .text-end hgroup {
    padding-block-start: 1rem;
  }
  .carousel-caption h2 {
    margin-block-end: 0px;
  }
  .welcome-outr .py-5 {
    padding-block-start: min(7em, 7%) !important;
  }
  .welcome-img-one {
    padding-inline-start: 0px;
    padding-block-start: 0px;
  }
  .welcome-img-one::before {
    background: none;
  }
  .welcome-outr::before {
    inset-block-start: -14px;
  }
  .footer-top .d-flex.justify-content-between {
    flex-direction: column;
  }
  .footer-top .d-flex.justify-content-between {
    flex-direction: column;
    align-items: center;
  }
  .copright-text {
    margin-bottom: 0.8rem;
  }
  .footer-top ul {
    margin-block-end: 0px;
  }
  .footer-top .pt-4 {
    padding-block-start: 1rem !important;
  }
  .copright-text {
    text-align: center;
  }
  .founder-text-outr {
    background: rgba(245, 240, 221, 0.9);
    padding: 1rem;
  }
  .founder-outr {
    background-position: 22% center;
  }
  .founder-outr.index-founder-outr .py-5 {
    padding-block-start: min(10em, 10%) !important;
    padding-block-end: min(9em, 8%) !important;
  }
  .testimonial-text-outr p {
    font-size: 1rem;
  }
  .testimonial-nme h3 {
    font-size: calc(1.1rem + 0.6vw);
  }
  .about-founder-outr {
    padding-block: 2rem;
  }
  .banner-heading {
    background: rgba(0, 0, 0, 0.7);
    padding-block: 0.8rem 0.3rem;
    text-align: center !important;
  }
  .banner-heading h1 {
    font-size: calc(1rem + 1.5vw);
  }
  .categories-box-col {
    width: 33.333%;
  }
  .get-content-col {
    margin-block-end: 1.5rem;
  }
  .slider-link-btn {
    inset-block-end: -50px;
    margin-inline-start: 0px;
  }
  .col-sm-3.contact-box-col,
  .col-sm-3.locate-box-col {
    width: 50% !important;
  }
  .menu-box-col {
    width: 100% !important;
  }
  .menu-box-col ul li {
    width: 33.333%;
  }
  .discuss-left {
    width: 50%;
  }
}

@media (max-width: 768px) {
}

@media (max-width: 767.98px) {
  .topbar-outr div.d-flex {
    flex-direction: column;
    align-items: center;
    justify-content: center !important;
  }
  .carousel-item img {
    aspect-ratio: 2 / 1;
    object-fit: cover;
  }
  .carousel-caption h2 {
    font-size: calc(1rem + 0.9vw);
  }
  .footer-top ul {
    justify-content: center;
  }
  .page-banner-outr {
    aspect-ratio: 2 / 1;
    background-size: cover;
  }
  .categories-box-col {
    width: 50%;
  }
  .contact-box-outr i {
    height: 55px;
    width: 55px;
    line-height: 55px;
  }
  .tol-free-col,
  .email-col {
    width: 50%;
  }
  .whatsapp-col,
  .time-col {
    width: 50%;
  }
  .slider-link-btn {
    inset-block-end: -60px;
  }
  .welcome-outr .py-5 {
    padding-block-start: 2rem !important;
  }
  .discuss-middle {
    width: 100%;
    order: 3;
    margin-block: 2rem;
  }
  .discuss-left {
    width: 55%;
    flex: 0 0 auto;
  }
  .discuss-right {
    width: auto;
    flex: 0 0 auto;
  }
  .discuss-inr {
    flex-wrap: wrap;
  }
  .discuss-left {
    margin-left: calc(-0.5 * var(--bs-gutter-x));
  }
  .footer-bottom-inr p {
    font-size: 0.8rem;
  }
}

@media (max-width: 736px) {
}

@media (max-width: 667px) {
  .discuss-left {
    width: 65%;
    flex: 0 0 auto;
  }
}

@media (max-width: 600px) {
}

@media (max-width: 575px) {
  .welcome-img-two,
  .welcome-img-four {
    padding-inline-start: 0.8rem;
  }
  .carousel-control-prev,
  .carousel-control-next {
    height: 35px;
    width: 35px;
  }
  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    width: 0.8rem !important;
    height: 0.8rem !important;
  }
  .why-box-col {
    width: 50%;
  }
  .want-text {
    flex-direction: column;
  }
  .want-text h2 {
    margin-block-start: 0.8rem;
  }
  .tol-free-col,
  .email-col {
    width: 100%;
  }
  .whatsapp-col,
  .time-col {
    width: 100%;
  }
  .menu-box-col ul li {
    width: 50%;
  }
  .col-sm-2.locate-box-col {
    width: 45% !important;
  }
  .col-sm-3.contact-box-col {
    width: 55% !important;
  }
  .discuss-right {
    width: 35%;
    flex: 0 0 auto;
    text-align: right;
  }
}

@media (max-width: 480px) {
  .topbar-outr p,
  .topbar-outr a {
    font-size: 0.9rem;
  }
  .navbar > .container > .navbar-brand > img {
    width: 280px;
  }
  .categories-box-outr h5 {
    font-size: 1.1rem;
  }
  .col-sm-3.contact-box-col,
  .col-sm-3.locate-box-col {
    width: 100% !important;
  }
}

@media (max-width: 414px) {
  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    width: 1.5rem;
    height: 1.5rem;
  }
  .navbar > .container > .navbar-brand > img {
    width: 260px;
  }
  .categories-box-col {
    width: 100%;
  }
  .offcanvas-header .navbar-brand img {
    max-width: 260px;
  }
  .discuss-middle h2 {
    font-size: calc(1rem + 0.9vw);
  }
  .discuss-middle h3 {
    font-size: calc(1.1rem + 0.6vw);
  }
}

@media (max-width: 384px) {
  .topbar-outr p,
  .topbar-outr a {
    font-size: 0.8rem;
  }
}
@media (max-width: 375px) {
  .topbar-outr p,
  .topbar-outr a {
    font-size: 0.7rem;
  }
  body {
    padding-block-start: 128px;
  }
}

@media (max-width: 360px) {
  .navbar > .container > .navbar-brand > img {
    width: 223px;
  }
  .why-box-col h5 {
    font-size: 0.8rem;
  }
  body {
    padding-block-start: 121px;
  }
  .menu-box-col ul li a {
    font-size: 0.8rem;
  }
}

@media (max-width: 320px) {
}
/*responsinator screen size*/
