/********** Template CSS **********/
:root {
    --primary: #337ab7;
    --secondary: #F57E57;
    --light: #EEF9FF;
    --dark: #2b2b2b;
}

.ttl-career {
    font-size: 23px;
    font-weight: 600;
}

option {
    padding: 20px;
}

#quick_enquiry,
.aboutend,
#quik_enq_btn {
    color: #eeeded;
    background-color: transparent;
    border-color: #eeeded;
    font-weight: 500;
}

.bg-testimonial {
    background: linear-gradient(16deg, #e5e5e5, #ffffff);
    background-size: cover;
}

body {
    font-family: 'Poppins', sans-serif !important;
    /* overflow-x: hidden; */
}

/* * {
    font-family: 'Open Sans' !important;
  } */

#quick_enquiry:hover,
.aboutend:hover,
#quik_enq_bt:hover,
.read_more_btn:hover,
#quik_enq_btn:hover {

    color: #f1f1f1;
    background: transparent;
    border: 1px solid #cCC;
}

.service_descp {
    background-color: #ededed;
}

.service_descp h5 {
    color: #24262b;
}

a#contact_home {
    color: #ffffff;
    background-color: #f07e01;
    border-color: #f07e01;
    font-weight: 500;
}

.read_more_btn {
    background: #f07e01;
    color: #fff;
    border-color: #fff;
}



.headtop {
    background-color: #f07e01;
}

.headtop small {
    color: #272727;
    font-weight: 600;
}

.headright {
    background-color: #1b693f;
}

.topright {
    margin-left: 40px;
}
.title-h2{
color: #3d3d3d;
}

.aboutstart {
    flex-direction: row-reverse;
}

.foot {
    background-color: #2b2b2b;
}

.border-bottom {
    border-bottom: 1px solid #df4418 !important;
}

.back-to-top:hover,
.back-to-top:active,
.back-to-top:focus {
    background: #f07e01 !important;
    box-shadow: none;
    border: 1px solid #f07e01;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
    cursor: pointer;
    border-radius: 5px;
}

.row.g-3 {
   
    border-radius: 10px;
   
    padding: 15px;
   
    margin: 10px;

    background-color: #ffffff;

}

.icons.active {
    background-color: white;
}

.accordion-button:not(.collapsed) {
    color: #2b2b2b;
    background-color: #FFFFFF;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}


.btn:active {

  
    transform: scale(0.95);
   
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
 
    transition: all 0.1s ease;
    
}


.btn-twitter:active {
    background-color: #0d8ddb;
 
}

.btn-check:checked+.btn-secondary:focus,
.btn-check:active+.btn-secondary:focus,
.btn-secondary:active:focus,
.btn-secondary.active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: none;
    border: 1px solid;
}

.btn-facebook:active {
    background-color: #145dbf;
   
}

.dropdown-toggle {
    padding-left: 0;
}

.navbar-nav .dropdown-menu {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
    padding-bottom: 0;

}

.dropdown-link {
    padding: 6px 9px !important;
    border-bottom: 1px solid #cccccc57 !important;
    ;
}

.dropdown-menu {
    border: none;
}

.btn-linkedin:active {
    background-color: #084d96;
   
}

.btn-instagram:active {
    background: linear-gradient(45deg, #6d3080, #c12c5b, #d65e1b);
    
}

.btn-youtube:active {
    background-color: #cc0000;
    
}

.btn-check:checked+.btn-primary:focus,
.btn-check:active+.btn-primary:focus,
.btn-primary:active:focus,
.btn-primary.active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
    border: 1px solid;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    color: #535353;
}

h1,
h2,
.font-weight-bold {
    font-weight: 700;
}

h1 {
    color: #3d3d3d;
}

h3,
h4,
.font-weight-semi-bold {
    font-weight: 600;
}

h5,
h6,
.font-weight-medium {
    font-weight: 500;
}

.btn {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600;
    transition: .5s;
}

.btn-primary,
.btn-secondary {
    color: #FFFFFF;
    border-radius: 5px;
}


.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}

.btn-lg-square {
    width: 46px;
    height: 46px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

.our-ptner {
    text-align: center;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 100px;
    z-index: 99;
    background: #f07e01;
    border-radius: 50% !important;
}

.enq-t:hover,
.enq-t:active,
.enq-t:focus {
    background: #f07e01 !important;
    box-shadow: none;
    border: 1px solid #f07e01;
    color: white;
}

.enq-t {
    position: fixed;
    font-size: 14px;
    right: -40px;
    top: 50%;
    /* right: 0.5%;
    bottom: 143px; */
    z-index: 99;
    background: #106839e8 !important;
    box-shadow: none;
    border: 1px solid #106839e8;
    transform: rotate(90deg);
    /* border-radius: 50% !important; */
}
.text-uppercase {
    text-transform: capitalize !important;
}
.top-enquiry {
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

.text-primary {
    color: #3d3d3d !important;
}

.top-shape::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 100%;
    top: 0;
    left: -17px;
    background: #ffffff;
    transform: skew(40deg);
}

.navbar-light .navbar-nav .nav-link {
    font-family: 'Poppins', sans-serif !important;
    padding: 10px 15px;
    font-size: 17px;
    color: #2b2b2b;
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 15px;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: #dc341e;
}

.section-title h5 {
    color: #dc341e;
    font-size: 18px;


}

/* @media (min-width: 1200px) { */
.display-5 {
    font-size: 35px;
}

/* }  */


.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background: rgba(9, 30, 62, .85); */
    z-index: 1;
}

@media (max-width: 576px) {
    .carousel-caption h5 {
        font-size: 14px;
        font-weight: 500;
        text-shadow: none;
    }

    .home-slide-text2 {
        padding: 0 !important;

    }

    .carousel-caption h1 {
        font-size: 30px;
        font-weight: 600;
    }


}


div#header-carousel {
    height: auto;
}


.carousel-control-prev,
.carousel-control-next {
    width: 60px;
    height: 60px;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
  
    border-radius: 50%;
    padding: 10px;
    margin: 0 20px;
    z-index: 2;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
    background-color: rgba(0, 0, 0, 0.7);
    transform: translateY(-50%) scale(1.05);
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 20px;
    height: 20px;
    background-size: 100% 100%;
}





a:hover {
    color: #f07e01;
}

.twentytwenty-wrapper {
    height: 100%;
}

.appointment-form2 {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
    background: #fff !important;
    border-radius: 10px !important;
}

.hero-header {
    background: url(../assets/images/home/img_2.jpg) center center no-repeat !important;
    background-size: cover !important;
}

.text-custom {

    color: #f1f1f1;

}

i.far.fa-circle.px-2 {
    color: #f1f1f1;
    ;
}

.bg-appointment {
    background: url(../img/touch.jpg);
    background-size: cover;
}

.bg-appointment p {
    color: #252525;
}

.appointment-form {
    /* background: rgba(6, 163, 218, .7); */
    /* background: #2b2b2b; */
}

.service-item img {
    /* height: 300px; */
    width: 100%;
}

.slick-dots {
    bottom: 0;
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.bg-grey {
    background-color: #f3f3f3;
}

.service-item .bg-light {
    border-bottom: 5px;
    background-color: #2b2b2b;

}

.form-control,
.form-select {
    background: #f3f3f3;
}

.service-item .bg-light h5 {
    color: #232323;
    font-size: 15px;
}

.service-item img,
.service-item .bg-light,
.service-item .bg-light h5,
.team-item .team-text {
    transition: .5s;
}

.service-item:hover img {
    /* transform: scale(1.15); */
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #262626;
}

.team-item .team-text::after,
.service-item .bg-light::after {
    position: absolute;
    content: "";
    top: 50%;
    bottom: 0;
    left: 15px;
    right: 15px;
    border-radius: 100px / 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .7);
    opacity: 0;
    transition: .5s;
    z-index: -1;
}

.contact_new,
#contact_us_form {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
    background: #fff !important;
    border-radius: 10px !important;
}

.team-item:hover .team-text::after,
.service-item:hover .bg-light::after {
    opacity: 1;
}

.bg-offer {
    background: url(../img/home/test-2.jpg) center center no-repeat;
    background-size: cover;
}

.partner-slider {
    width: 100%;
    margin: 0 auto;
}

.partner-slider {
    display: flex;
    width: 100%;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
}

.partner-slider .partner-logo {
    flex: 0 0 auto;
    padding: 0 15px;
    animation: scroll-left 20s linear infinite;
}

@keyframes scroll-left {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

.partner-logo {
    /* padding: 20px; */
    width: 150px;
    height: 120px;
    /* margin: 0 0px; */
    display: flex;
    margin: 10px;


    background: white;
    /* border: 1px solid #efefef; */
}

.partner-logo img {
    width: 100%;
    height: 100%;
    align-self: center;

    margin: 0 auto;
    object-fit: contain;
    transition: transform 0.3s ease;
}


.offer-text {
    /* background: rgba(6, 163, 218, .85); */
    background: visible;
}

.price-carousel .owl-nav {
    position: absolute;
    width: calc(100% + 45px);
    height: 45px;
    top: calc(50% - 22.5px);
    left: -22.5px;
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
}

.price-carousel:hover .owl-nav {
    opacity: 1;
}

.py-md-3 {
    padding-top: 0.6rem !important;
    padding-bottom: 0.6rem !important;
}

.py-3 {
    padding-top: 0.6rem !important;
    padding-bottom: 0.6rem !important;
}

.btn-common {
    color: #ffffff !important;
    background-color: #f07e01 !important;
    border-color: #f07e01 !important;
    font-weight: 500;
}

/* .carousel-item {
    height: 100vh;
} */

.footer-sub a:hover {
    color: #f07e01;
}

.price-carousel .owl-nav .owl-prev,
.price-carousel .owl-nav .owl-next {
    position: relative;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: #f07e01;
    border-radius: 2px;
    font-size: 22px;
    transition: .5s;
}

.price-carousel .owl-nav .owl-prev:hover,
.price-carousel .owl-nav .owl-next:hover {
    background: #f07e01;
}

.bg-testimonial {
    background: url(../assets/images/home/img_1.jpg) center 61% no-repeat;
    background-size: cover;
}

#insta_icon:hover i {
    color: #b73393 !important;
}

#yt_icon:hover i {
    color: #f07e01 !important;

}

p {
    font-size: 15px;
    font-family: 'Poppins', sans-serif !important;
    color: #3d3d3d;
}

.new_bg .low-head {
    font-size: 34px;
    font-weight: 800;
    color: #e04125;
    text-align: center;
}

.blog_content .team-text {
    background-color: #b9d1c4a8;
}


.testimonial-carousel {
    /* background: rgba(6, 163, 218, .85); */
    background: #ffffffb3;
    /* backdrop-filter: blur(10px); */
    border-radius: 10px;
}

.testimonial-carousel .owl-item img {
    width: 80px;
    height: 80px;
    background: #373737;
    border-radius: 50%;
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: calc(100% + 46px);
    height: 46px;
    top: calc(50% - 23px);
    left: -23px;
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: #f07e01;
    border-radius: 2px;
    font-size: 22px;
    transition: .5s;
    border-radius: 50%;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: #f07e01;
}

.logo_name {
    font-size: 25px;
}



.doctor_name {
    text-align: right;
}

.home-slide-text1 {
 
    font-size: 30px;
}

.home-slide-text2 {

    font-size: 20px;
    padding: 0 100px;
}

.feature-text {
    text-align: left;
}

.blog_item {

    margin-top: 20px;

}

p.m-0.p-1.text-white {
    margin: 0px 0px 0px 18px;
}

#contact_us_form .inp {
    height: 55px;

}

#contact_us_form .inp,
textarea.form-control {
    margin-bottom: 12px;
    background: #f5f5f5 !important;
}

button[type="submit"] {
    color: #ffffff;
    background-color: #f07e01;
    border-color: #f07e01;
}

button[type="submit"]:hover {
    color: #f07e01;
    background-color: #ffffff;
    border-color: #f07e01;
}

.appointment-new {
    width: 50%;
    margin: 0px auto;
    margin-bottom: 145px;
}

.post-date {
    position: absolute;
    width: 38%;
    top: 0;
    right: 0;
    background-color: #2b2b2bbf
}

.bg-service {
    /* background-color: #dd3b1ed4; */
    background-color: #b9d1c4a8;
}

.fa-circle:before {
    content: "/";
    font-size: 30px;
}

iframe {
    width: 100%;
    margin-top: 15px;
}

.bg-service h5 {
    color: #333333;
}

.recent_post {
    margin-top: 65px;
}

.blog_area,
.blog_area p {

    color: #575656;
    text-align: justify;
    font-size: 17px;
    font-weight: normal;
}

.blog-section-img {
    height: 280px;
}

.recent_post_img {
    height: 50px;
    width: 80px;
}

.post-img {
    padding: 10px;
}

.service-item .overflow-hidden {
    background-color: #fff;
}

.new_bg {
    background-color: #FFF5E9 !important;


}

.new_menu a {
    font-size: 15px;
}

.blog_content h4 {
    font-size: 1rem;
    text-align: start;
    color: #2b2b2bba;
    font-weight: 700;
}

.blog_content p {
    font-size: 15px;
    text-align: start;
    color: #fff;
}

.blog_content a {
    font-size: 12px;
    color: #fff;
}



.recent_post .post-img .text-start h5 {
    font-size: 14px;
}

.recent_post .post-img {
    background-color: #fff;
}

.recent_post .post-img .text-start span {
    font-size: 14px;
}

.new_contact_bg {
    background-color: #63c8e7;
}

.main_logo {
    width: 100px;
}

.main_logos {
    width: 170px
}

.bg-primary {
    /* background-color: #2b2b2b ; */
    /* background-image: url(/img/STP-WTP.jpg); */
}



.back-to-top,
.back_to {
    border-color: #ffffff;
}

.back_to:hover {
    background: white !important;
}

.bg-dark {
    border-radius: 0px;
    margin-top: 0px;
    background-color: #2b2b2b;
}

.btn-dark,
.btn-secondary {
    border-radius: 5px;
    background-color: #337ab7;
    border-color: #337ab7;
    color: #fff;
}

.bg-light {
    background-color: #0076c2;
}

.second_bg .bg-dark {
    background-color: #091E3E;
}

.home-slide-text2 {
 

    font-weight: 500;
    color: #eeeded;
  
}

.home-slide-text1 {
 

    font-weight: 600;
    color: #eeeded;

}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.my-float {
    margin-top: 16px;
}

.text-primary {
    color: #2b2b2b;
}

.top_i {
    color: white;
}

.top_bar {
    background: #2b2b2b;
}

.price_item_card h4 {
    color: #2b2b2b;
    font-size: 16px;
    text-align: left;
    line-height: 28px;
}


.price_item_card {
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(237, 237, 237, 1)
}

.border-primary {
    border-color: #0076c2;
}

.footer-sub {
    background: #2b2b2b;
}

.footer-sub a {
    color: #ffffff;
}

.footer_links p {
    color: white;
    font-size: 14px;
}

.footer-sub h3 {
    color: #ffffff;
    font-size: 20px;
}

.display-3 {
    font-size: 3rem;
    color: #f1f1f1 !important;
}

.copy_right {
    background: #2b2b2b;
    color: #fff;
}

.copy_right a {
    color: #f07e01;
}

a.back_to {
    background-color: #dce0e2;
    border-color: #f07e01;
    border-radius: 50% !important;

    display: flex;
    align-items: center;
    justify-content: center;
}

.make_appointment {
    background-color: #337ab7;
    border-color: #337ab7;
}

.bg-light {
    background-color: #FFFFFF;
   
}

.gallary_image {
    position: relative;
}

.image_float {
    position: absolute;
    bottom: 0;

    width: 100%;
    text-align: center;
    padding: 5px;
    margin: 0;
}

.image_float h5 {
    color: #2b2b2b;
    font-size: 16px;
    margin: 0;
}

.price-carousel .owl-nav .owl-prev:hover,
.price-carousel .owl-nav .owl-next:hover,
.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: #f07e01;
}




.testimonial-item p {
    font-size: 17px;
    color: #212121;
}

.testimonial-item h4 {
    font-size: 20px;
    color: #f07e01;
}

/* .owl-carousel .owl-item img {
height: 200px;
} */
.services_main_new div {
    margin-left: 0px;
    background: transparent;
    background-color: transparent;
    color: #6B6A75;
}



.services_main_new div p span {
    margin-left: -5px;
    color: #6B6A75;
    font-family: 'Poppins', sans-serif !important;
    background-color: transparent;
    font-size: 1rem;
    line-height: 1.5;
}

.services_main_new div p i {
    font-style: normal;
    background-color: transparent;
}

.services_main_new h1 {
    color: #6B6A75;
}

.services_main_new h2 {
    color: #6B6A75;
}

.services_main_new h3 {
    color: #6B6A75;
    margin-left: -7px;
}

.services_main_new .imd {
    text-align: center;
}

.services_main_new img {
    width: 100%;
    height: auto;
}


.footer_links a {
    color: #303030;
    font-weight: 700;
}

.footer_links a:hover {
    color: #303030;
    border-color: #dd3b1ed4;
}

.footer_linksc a {
    color: #6b6a75;
}

.footer_linksc a:hover {
    color: #6b6a75;
}

.blog_slide {
    min-height: 260px;
}

.thank_you {
    /* height: 100vh; */
    display: flex;
    text-align: center;
    justify-content: center;
}

.thank_you_main {
    min-height: 70vh;
    display: flex;
    width: 45%;
    flex-direction: column;
    text-align: center;
    justify-content: center;
}

.faq-content.mb-4 {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
    padding: 0 20px;
    border-radius: 10px;
}

.accordion .accordion-item {
    border-bottom: 1px solid #e5e5e5;
}

.accordion .accordion-item button[aria-expanded='true'] {
    border-bottom: 1px solid #f07e01;
    border-radius: 0;
}

.accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 1em 0;
    color: #7288a2;
    font-size: 1.15rem;
    font-weight: 400;
    border: none;
    background: none;
    outline: none;
}

.accordion button:hover,
.accordion button:focus {
    cursor: pointer;
    color: #f07e01;
}

.accordion button:hover::after,
.accordion button:focus::after {
    cursor: pointer;
    color: #f07e01;
    border: 1px solid #f07e01;
}

/* .accordion button .accordion-title {
    padding: 1em 1.5em 1em 0;
  }
   */
.accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 18px;
    right: 0;
    width: 22px;
    height: 22px;
    border: 1px solid;
    border-radius: 22px;
}

.accordion button .icon::before {
    display: block;
    position: absolute;
    content: '';
    top: 9px;
    left: 5px;
    width: 10px;
    height: 2px;
    background: currentColor;
}

.accordion button .icon::after {
    display: block;
    position: absolute;
    content: '';
    top: 5px;
    left: 9px;
    width: 2px;
    height: 10px;
    background: currentColor;
}

.accordion button[aria-expanded='true'] {
    color: #f07e01;
}

.accordion button[aria-expanded='true'] .icon::after {
    width: 0;
}

.accordion button[aria-expanded='true']+.accordion-content {
    opacity: 1;
    max-height: 9em;
    transition: all 200ms linear;
    will-change: opacity, max-height;
}

.accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
}

.accordion .accordion-content p {
    font-size: 1rem;
    font-weight: 300;
 
}

.accordion-item {
    border: none;
}

.footer-sub .fa-arrow-right {
    display: none;
}



.carousel-image-wrapper {
    position: relative;
}

.carousel-image-wrapper img {
    display: block;
    width: 100%;
    height: auto;
}

.carousel-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 57%);
    z-index: 1;
}

.carousel-caption {
    position: absolute;
    z-index: 2;
}

.data-container {
    max-width: 900px;
    margin: 0px auto;
}

.stats-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* margin-bottom: 40px; */
    align-items: center;
    height: 100%;

}

.stat-box {
    min-width: 48%;
    background-color: white;
    border-radius: 10px;
    padding: 30px 20px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin: 0px 20px;
}

.stat-number {
    font-size: 42px;
    font-weight: bold;
    color: #f07e01;
    margin-bottom: 10px;
}

.stat-label {
    color: black;
    font-size: 17px;
    font-weight: 500;
}

.follow-us .btn-lg-square {
    background-color: #dcd6d6;
    border-color: #dcd6d6;
    border-radius: 50% !important;
    color: #2b2b2b;
}

hr:not([size]) {
    height: 1px;
    color: #bcb0b0 !important;
}



.container-fluid{
    padding: 60px 0px;
}

.slide-container {
    max-width: 100%;
    width: 100%;
    padding: 10px;
}

.slide-content {
    margin: 0 40px;
    overflow: hidden;
    border-radius: 25px;
}

.card {
    border-radius: 25px;
    background-color: #FFF;
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(237, 237, 237, 1) !important;
    min-height: 427px;

}

.image-content,
.card-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 14px;
}

.image-content {
    position: relative;
    row-gap: 5px;
    padding: 25px 0;
}

.overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #fff5e9;
    border-radius: 25px 25px 0 25px;
}

.overlay::before,
.overlay::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -40px;
    height: 40px;
    width: 40px;
    background-color: #fff5e9;
}

.overlay::after {
    border-radius: 0 25px 0 0;
    background-color: #FFF;
}

.swiper-pagination-bullet {
    background-color: #f07e0196;
}

.card-image {
    position: relative;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    background: #FFF;
    padding: 3px;
}

.card-image .card-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #f07e01;
}

.name {
    font-size: 18px;
    font-weight: 500;
    color: #333;
}

.description {
    font-size: 16px;
    color: #707070;
    text-align: center;
}

.button {
    border: none;
    font-size: 16px;
    color: #FFF;
    padding: 8px 16px;
    background-color: #4070F4;
    border-radius: 6px;
    margin: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.button:hover {
    background: #265DF2;
}

.swiper-navBtn {
    color: #6E93f7;
    transition: color 0.3s ease;
}

.swiper-navBtn:hover {
    color: #4070F4;
}

.swiper-navBtn::before,
.swiper-navBtn::after {
    font-size: 38px;

    font-size: 24px;
    background: #d4d1cd;
    color: white;
    padding: 10px;
}

.swiper-button-next {
    right: 0;
}

.swiper-button-prev {
    left: 0;
}

.swiper-pagination-bullet {
    background-color: #f07e01;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background-color: #f07e01;
}



.modal-content {
    margin: 15px;
    background: white;
    padding: 20px;
    border-radius: 8px;
    width: 400px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.3);
    position: relative;
    animation: fadeIn 0.3s;
}



.modal-content {
    margin: 15px;
    background: white;
    padding: 20px;
    border-radius: 8px;
    width: 400px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.3);
    position: relative;
    animation: fadeIn 0.3s;
}

#help-modal {
    z-index: 9999;
    display: none;
    justify-content: end !important;
    align-items: end !important;
    position: fixed;
    top: -138px;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.modal-content form button {
    margin-top: 13px;
    padding: 8px;
    background: #f07e01;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.modal-content form input,
form textarea {
    width: 100%;
    padding: 8px;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
}

.modal-content form input,
form textarea {
    width: 100%;
    padding: 8px;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
}

.title-h2 {
    font-size: 21px;
}

.modal-content .form-control {
    margin: 8px 0px;
}

.modal-content .form-select {
    margin: 8px 0px;
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
    color: white;

}

/* featuer card  */
.features-section {
    padding: 60px 20px;
    text-align: center;
}

.features-section h2 {
    color: #176c63;
    margin-bottom: 40px;
}

.features-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.feature-card {
    background-color: #fff;
    border-radius: 20px;
    padding: 30px 20px;
    max-width: 100%;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
}

.short {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.feature-card:hover {
    transform: translateY(-10px);
}

.feature-card img {
    height: 150px;
    margin-bottom: 20px;
}

.feature-card h3 {
    color: #2b2b2b;
    margin-bottom: 10px;
    font-size: 18px;
}

.feature-card p {
    color: #555;
    min-height: 65px;
    font-size: 14px;
    margin-bottom: 20px;
}

.feature-card button {
    background-color: #f07e01;
    color: #fff;
    padding: 7px 29px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.feature-card button:hover {
    background-color: #2b2b2b;
}


.feature-card {
    min-height: 370px;
    text-align: left;

}


/* review */
.testi-card_img {
    width: 100px;
}

.testi-card_text {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    font-size: 15px;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.testi-quote {
    width: 44px;
    float: inline-end;
}

.blog_a {
    color: unset;
}

.blog_a:hover {
    color: unset;
}

.testi-card.style4 {
    position: relative;
    padding: 30px 30px 50px 30px;
    border-radius: 20px;
    margin-bottom: 20px;
    font-size: 15px;
    -webkit-filter: drop-shadow(0 4px 8px rgba(0, 0, 0, .04));
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, .04));
}

.fa-star {
    color: #e8903e;
}

.testi-card {
    position: relative;
    background: -webkit-linear-gradient(top, #fff 0, #f4f4f4 100%);
    background: white;
    padding: 33px 40px;
    z-index: 9;
    margin-bottom: -20px;
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1);
}

.testi-card.style4 .testi-card_name {
    margin-bottom: 0;
}

.testi-card_name {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    color: var(--title-color);
    margin-bottom: 5px;
}

.testi-card_info {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.elementor img {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    height: auto;
    max-width: 100%;
}

img:not([draggable]),
embed,
object,
video {
    max-width: 100%;
    height: auto;
}

.fa-star:before {
    content: "";
}

.testi-card_wrapper .star-icon {
    font-size: 12px;
}

.copyright {
    color: white;
}

.testi-card_profile {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;

    margin-bottom: 0;
}

.price_item_card {
    background-color: white;
}

.accordion .accordion-title {
    flex-grow: 1;
    color: #535353;
}

.testi-card_wrapper {

    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
}

.testi-card.style4:before {
    content: "";
    position: absolute;
    inset: 0;
    -webkit-mask-image: url(https://moversandpackers.services/wp-content/themes/logistik/assets/img/update_5/testimonial/testi_shape_1.png);
    mask-image: url(https://moversandpackers.services/wp-content/themes/logistik/assets/img/update_5/testimonial/testi_shape_1.png);
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    background-color: var(--white-color);
    z-index: -1;
}

.job-title i {
    color: #f07e01 !important;
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
    box-shadow: transparent !important;
}

.h4 {
    color: white;
}

.terms-bg {
    padding: 45px;
    border-radius: 13px;
    margin-top: 23px;
    background-color: #FFF5E9 !important;
}


/* about us */
.vm_box {
    background: #fff;
    border-radius: 15px;
    padding: 30px;
    margin-top: 30px;
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
    height: 510px;
}

.vm_box:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.vm_box::before {
    content: '';
    position: absolute;
    top: -30px;
    right: -30px;
    width: 100px;
    height: 100px;
    background: rgba(231, 76, 60, 0.1);
    border-radius: 50%;
    z-index: 0;
}

.vision-title {
    font-size: 26px;
    font-weight: bold;
    color: #e74c3c;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
}

.vision-desp {
    font-size: 16px;
    color: #555;
    position: relative;
    z-index: 1;
}

.vm_icon {
    width: 80px;
    height: 80px;
    background: #e74c3c;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 32px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
    transition: background 0.3s ease, transform 0.3s ease;
}

.vm_box:hover .vm_icon {
    background: #c0392b;
    transform: scale(1.1);
}



.vision-title {
    font-size: 30px !important;
}

.stat-label.vision-desp {
    text-align: start;
}

.video-container {
    text-align: center;
}

.video-box {
    position: relative;
    max-width: 100%;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.video-box img {
    width: 100%;
    height: auto;
    display: block;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.play-button::after {
    content: '';
    border-style: solid;
    border-width: 12px 0 12px 20px;
    border-color: transparent transparent transparent #ff5a5f;
    margin-left: 5px;
}
.new_bg .low-head {
    margin-bottom: 30px;
}

.about-img{
    width:100%;
}

.oner-img {
    width: 100%;
}


.swiper-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
