@import url('https://fonts.googleapis.com/css2?family=Hanken+Grotesk:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*,
:after,
:before {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html,
body {
    overflow-x: hidden;
    margin: 0px;
}

body {
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    color: #2C2D3F;
    padding: 0;
}

.whatsapp2 img {
    width: 60px;
    float: right;
    margin: 0 30px 24px 0;
}

a {
    text-decoration: none;
}

.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 1rem;
    font-weight: 600;
    line-height: 1.2;
    color: #1f1b2d
}

.logo2 img {
    width: 170px;
}
@media (max-width: 575px) {
    .logo2 img {
        width: 150px;
    }
}


.heading {
    margin-bottom: 1.5rem !important;
    font-weight: 600;
    color: #1f1b2d;
    position: relative;
    margin: 30px 0 20px;
    text-transform: capitalize;
}

.heading::after {
    content: "";
    width: 100px;
    position: absolute;
    margin: 0 auto;
    height: 3px;
    background: #2196F3;
    left: 0;
    right: 0;
    bottom: -15px;
}

img,
svg {
    vertical-align: middle
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

.btn:first-child:active {
    color: var(--bs-btn-active-color);
    background-color: #343a40;
    border-color: transparent;
}

.w-20 {
    width: 20% !important;
}


/* brand color */
.blu-txt {
    color: #2196F3;
}

.blu-bg {
    background-color: #2196F3;
}

.dark-bg {
    background-color: #2c2d3f
}

.light-bg {
    background-color: #efefef;
}

.dark-txt {
    color: #2c2d3f
}

.gray-txt {
    color: #66747E
}

.gray-light {
    color: #DDE5EC
}

.btn-primary {
    background-color: #2196F3;
    border: 0;
}

.btn-primary:hover {
    background-color: #177ed3;
    border: 0;
}

.btn-secondary {
    background-color: #2C2D3F;
    border: 0;
}

.btn-secondary:hover {
    background-color: #141522;
    border: 0;
}

/* header */
/* nav */
.top-header {
    background-color: #0F5E6D;
}

.top-bar {
    display: flex;
    align-items: center;
    height: 50px;
}
@media (max-width: 575px) {
    .top-bar {
        height: auto;
    }
}

.top-bar .bar-left a {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #2196F3;
    height: 30px;
    width: 30px;
    border-radius: 50%;
}

.top-bar .bar-left a i, .top-bar .bar-right a i {
    color: #fff;
}

.top-bar .nav-link {
    font-weight: 400;
    padding: 0 10px;
    color: #fff;
}
@media (max-width: 575px) {
    .top-bar .nav-link {
        font-size: 12px;
    }
    .top-bar .bar-right li:first-child{
        padding-top: 10px;
    }
    .top-bar .bar-right li:last-child{
        padding-bottom: 10px;
    }
}

.offcanvas-header{
    background-color: #f7f7f7;
}

.goog-te-gadget, .goog-te-gadget a {
    color: #fff !important;
}

.fixed-top {
    position: fixed;
    top: 0px;
    right: 0;
    left: 0;
    z-index: 1030;
}

.header {
    background-color: #fff;
    position: relative;
    top: 0;
    transition: all 0.4s ease;
    align-items: center;
}

.header.scrolled {
    background-color: white !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    transform: translateY(-50px);
    position: fixed;
    width: 100%;
    z-index: 1000;
}

@media (max-width: 575px) {
    .header.scrolled {
        transform: translateY(-117px);
    }
}

.main-menu {
    font-weight: 400;
    background: #f7f7f7;
}

.main-menu .nav li {
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    padding: 6px 12px;
    display: inline-block;
    position: relative
}

.main-menu .nav-link {
    color: #2c2d3f;
    font-size: 17px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 5px 0px;
    display: inline-block;
    position: relative
}

.main-menu .nav-link:hover {
    color: #2196F3;
    font-weight: 500;
    transition: all .4s ease;
}

.main-menu .nav-link.active {
    font-weight: 500;
    color: #2196F3;
}

.main-menu .navbar-nav li a:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -13px;
    height: 2px;
    width: 0;
    background: #2196F3;
    border-radius: 5px 5px 0 0;
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease;
}

.main-menu .navbar-nav li:hover a:before {
    opacity: 1;
    width: 100%;
    visibility: visible;
}

.top-btn{
    padding: 11px 28px;
    font-size: 17px;
    font-weight: 500;
}
/* header */



/* hero  CSS */
.banner {
    position: relative;
}

.banner .carousel-control-prev, .banner .carousel-control-next {
    color: #2196F3;
    width: 7%;
    z-index: 3;
}

.banner .carousel-control-prev:hover, .banner .carousel-control-next:hover {
    color: #2196F3;
    opacity: 1;
}

.hero-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex; 
    align-items: center;
    justify-content: center;
    z-index: 2; 
    padding: 2rem; 
    color: #fff; 
    background: rgba(0, 0, 0, 0.2); 
}

.banner .carousel-inner .carousel-item img {
    position: relative; 
    z-index: 1; 
}

.hero-inner h1 {
    color: #fff;
    font-size: 2.5rem; 
    font-weight: bold;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.hero-inner p {
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
}

.hero-inner .btn {
    margin-right: 0.5rem;
    font-size: 1rem;
    padding: 0.75rem 1.5rem;
}

.pacint-form {
    background: rgba(255, 255, 255, 0.9); 
    padding: 1.5rem;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    color: #000; 
}

.pacint-form input,
.pacint-form textarea,
.pacint-form select,
.pacint-form span {
    font-size: 1rem;
    padding: 0.75rem;
    margin-bottom: 1rem;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.pacint-form button {
    background-color: #007bff;
    color: #fff;
    border: none;
    font-size: 1.2rem;
    padding: 0.75rem;
    border-radius: 5px;
    cursor: pointer;
}

.pacint-form button:hover {
    background-color: #0056b3;
}

@media (max-width: 575px) {
    .banner .carousel-control-prev, .banner .carousel-control-next {
        display: none;
    }
    .hero-inner {
        padding: 1rem;
        text-align: center; 
        justify-content: center;
        background: rgba(0, 0, 0, 0.5); 
    }

    .hero-inner h1 {
        font-size: 1.8rem; 
        line-height: 1.4;
    }

    .hero-inner p {
        font-size: 1rem;
        margin-bottom: 1rem;
    }

    .hero-inner .banner-button {
        display: flex;
        justify-content: space-around;
        margin-bottom: 2.5rem;
    }

    .hero-inner .btn {
        font-size: 0.875rem;
        padding: 0.5rem 1rem;
        margin-right: 0;
    }

    .pacint-form {
        padding: 1rem;
        box-shadow: none; 
    }

    .pacint-form input,
    .pacint-form textarea,
    .pacint-form select,
    .pacint-form span {
        font-size: 0.875rem;
        padding: 0.5rem;
    }

    .pacint-form button {
        font-size: 1rem;
        padding: 0.5rem;
    }

    .banner .carousel-inner .carousel-item img {
        height: 900px;
        object-fit: cover; 
    }
}


/* Our Specialties CARDS */
.specialty-card {
    display: flex;
    justify-content: left;
    align-items: center;
    background-color: #fff;
    padding: 16px 24px;
    text-align: center;
    transition: background-color 0.3s ease, transform 0.3s ease;
    height: 95px;
}

.specialty-card:hover {
    background-color: #2196F3;
}

.specialty-card img {
    width: 50px;
}

.specialty-card h5 {
    color: #2196F3;
    transition: color 0.3s ease;
    font-weight: 400;
    font-size: 19px;
    margin-left: 20px;
}

.specialty-card:hover h5 {
    color: #fff;
}

/* Our Specialties CARDS */

/* Specialist Doctors Section */
.doctor-section {
    background-image: url('../img/doctor-bg1.jpg');
    padding: 80px 0;
    background-size: cover;
    background-position: center;
    color: #fff;
    text-align: center;
}
@media (max-width: 575px) {
    .doctor-section {
        padding: 60px 0;
    }
}

.doctor-card {
    background: #fff;
    padding: 2px;
    border-radius: 8px;
    margin-bottom: 20px;
    text-align: center;
    box-shadow: 0 2px 6px rgb(99 187 249 / 23%);
}

.doctor-card img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 15px;
}

.doctor-card h5 {
    font-size: 18px;
    margin-bottom: 10px;
}

.doctor-card p {
    font-size: 14px;
    color: #555;
}

.doctor-card .btn {
    margin-top: 10px;
}

/* Testimonials Section */

/* Custom Testimonials Section */
.testimonials-section {
    padding: 60px 0;
    text-align: center;
}

.testimonials-section .carousel-inner .testimonial-item {
    padding: 20px;
    margin-bottom: 30px;
}

.testimonials-section .testimonial-client {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.testimonials-section .client-img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    margin-bottom: 10px;
}

.testimonials-section .testimonial-client small {
    font-size: 14px;
    color: #777;
}

.testimonials-section .carousel-indicators li {
    width: 10px;
    height: 10px;
    background-color: #9ed3ff;
    border-radius: 50%;
    margin: 0 5px;
    list-style: none;
}

.testimonials-section .carousel-indicators .active {
    background-color: #007bff;
}

.testimonials-section .carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 8px;
    height: 8px;
    /* padding: 0; */
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-clip: padding-box;
    border: 4px solid #c7eaff;
    opacity: 1;
    transition: opacity .6s ease;
}

/* Textimonial CSS Code End */






.offset-Opinion-2 {
    margin-left: 15%;
}

.opinion-doctor {
    background-image: url('../img/doctor-bg2.jpg');
    padding: 50px 0;
    background-size: cover;
    background-position: center;
    color: #fff;
}





/* Footer Styling */
.footer-section {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 80px 0 0px;
}

.footer-section::before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #202235;
    opacity: .95;
    content: "";
}

.footer-section .container {
    position: relative;
}

.footer-about {
    margin-right: 50px;
}

.footer-logo {
   margin-bottom: 30px;
}

.footer-logo img {
    width: 170px;
}

.footer-about p {
    font-size: 14px;
    line-height: 1.8;
    color: #DDE5EC;
    text-align: justify;
}

.footer-links h2, .footer-contact h2 {
    font-size: 22px;
    color: #2196f3;
    text-transform: capitalize;
    margin-bottom: 40px;
}

.footer-links ul,
.footer-contact ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-links ul li {
    margin-bottom: 15px;
}

.footer-links ul li a,
.footer-contact ul li {
    display: block;
    font-size: 16px;
    color: #DDE5EC;
    transition: all 0.3s ease-in-out;
}

.footer-links ul li a:hover {
    color: #2196F3;
}

.footer-contact ul li {
    margin-bottom: 25px;
}

.footer-contact ul li i {
    color: #2196F3;
    margin-right: 10px;
    font-size: 18px;
}

.footer-social a {
    height: 35px;
    width: 35px;
    line-height: 34px;
    border: 1px solid #fff;
    text-align: center;
    padding: 0;
    border-radius: 100%;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    margin-right: 15px;
    transition: all 300ms ease;
}

.footer-social a:hover {
    color: #2196F3;
    background-color: #DDE5EC;
}

.footer-bottom {
    margin-top: 50px;
    font-size: 14px;
    background-color: #2196F3;
    color: #DDE5EC;
    position: relative;
    text-align: center;
}

.footer-bottom p {
    padding: 20px 0;
}

@media (max-width: 767px) {
    .footer-about, .footer-links {
        margin: 0 0 30px 0;
    }

    .footer-logo {
        margin-bottom: 20px;
    }

    .footer-links h2, .footer-contact h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .footer-contact ul li {
        margin-bottom: 15px;
    }
}


/* about */


.about-bg {
    background-image: url('../img/about-bg.jpg');
    padding: 100px 0;
    background-size: cover;
    background-position: center;
    color: #fff;
    text-align: center;
}

.about-bg h3 {
    font-size: 48px;
}

.about-bg .breadcrumb {
    justify-content: center;
    font-size: 18px;
}

.about-bg .breadcrumb-item a, 
.about-bg .breadcrumb-item.active, 
.about-bg .breadcrumb-item::before {
    color: #DDE5EC !important;
}

.about-bg .breadcrumb-item a:hover {
    color: #2196F3 !important;
}

@media (max-width: 575px) {
    .about-bg {
        padding: 70px 0;
    }
    .about-bg h3 {
        font-size: 28px;
    }
    .about-bg .breadcrumb {
        font-size: 16px;
    }
}

.about {
    line-height: 24px;
}

.about .about-heading {
    margin-bottom: 1.5rem !important;
    font-weight: 600;
    font-size: 28px;
    color: #1f1b2d;
    position: relative;
    margin: 30px 0 20px;
    text-transform: capitalize;
}

.about .about-heading::after {
    content: "";
    width: 100px;
    position: absolute;
    margin-right: auto;
    height: 3px;
    background: #2196F3;
    left: 0;
    right: 0;
    bottom: -15px;
}

.about .img {
    width: 100%;
    height: auto;
}

.about .single-vision-box {
    min-height: 380px;
    margin-bottom: 30px;
    background-color: #fff;
    box-shadow: 0 10px 55px 5px rgba(137, 173, 255, .2);
    padding: 30px;
    border-radius: 8px;
    transition: all 0.4s ease-in-out;
    position: relative;
}

.about .single-vision-box::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 100%;
    background: #2196F3;
    transition: all 0.4s ease-in-out;
    z-index: -1;
}

.about .single-vision-box:hover {
    background-color: transparent;
}

.about .single-vision-box:hover::before {
    top: 0;
}

.about .single-vision-box .icon {
    margin-bottom: 10px;
    color: #2196F3;
    font-size: 40px;
    padding: 8px 0px;
    transition: all 0.6s ease-in-out;
}

.about .single-vision-box h3 {
    margin-bottom: 5px;
    transition: all 0.3s ease-out;
}

.about .single-vision-box p {
    margin-bottom: 0;
    text-align: justify;
    transition: all 0.3s ease-out;
}

.about .single-vision-box:hover .icon,
.about .single-vision-box:hover h3,
.about .single-vision-box:hover p {
    color: #fff;
}

/* about */

/* contact us */
.section {
    padding: 100px 0 80px;
}

.contact-us {
    padding: 100px 0 80px;
}

.contact-us .inner {
    box-shadow: 0 0 10px #00000024;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 120px;
}

.contact-us .contact-us-form {
    padding: 0 50px 0;
}

.contact-us .contact-us-form p {
    position: relative;
    font-size: 20px;
    color: #333;
    text-transform: capitalize;
    margin-bottom: 15px;
    text-align: center;
}

.contact-us .contact-us-form h2 {
    font-size: 36px;
    color: #333;
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px
}

.contact-us .contact-us-form .contact-box {
    position: relative;
    margin-bottom: 20px;
}

.contact-info-block {
    position: relative;
    margin-bottom: 30px;
}

.contact-info-block .inner {
    position: relative;
    padding: 20px 20px;
    padding-left: 80px;
    transition: all 300ms ease;
    border-bottom: 2px solid transparent;
    margin: 0;
    height: 115px;
}

.contact-info-block .icon {
    position: absolute;
    left: 20px;
    top: 25px;
    font-size: 40px;
    line-height: 1em;
    color: #1370b5;
    display: inline-block;
    margin-bottom: 10px;
}

.contact-info-block h4 {
    position: relative;
    font-size: 20px;
    line-height: 1.2em;
    color: #353535;
    font-weight: 500;
    margin-bottom: 5px;
}

.contact-info-block p {
    font-size: 15px !important;
    text-align: left !important;
    margin-bottom: 0 !important;
    text-transform: unset !important;
}

.contact-info-block a {
    color: #333;
}

.contact-info-block .inner:hover {
    background: #ffffff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.10);
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    border-bottom: 2px solid #1370b5;
}

.contact-us .form .form-group {
    margin-bottom: 22px
}

.contact-us .form .form-group input {
    width: 100%;
    height: 50px;
    border: 1px solid #eee;
     padding: 0 18px;
    color: #555;
    font-size: 14px;
    font-weight: 400;
    border-radius: 4px;
    box-shadow: none;
    outline: none
}

.contact-us .form .form-group input:focus,
.contact-us .form .form-group textarea:focus {
    border: 1px solid #bfc5d4
}

.contact-us .form .form-group textarea {
    width: 100%;
    height: 100px;
    border: 1px solid #eee;
     padding: 18px;
    color: #555;
    font-size: 14px;
    font-weight: 400;
    border-radius: 4px;
    box-shadow: none;
    outline: none
}

@media (max-width: 575px) {
    .contact-us {
        padding: 70px 0 50px;
    }
    .contact-us .inner {
        margin-bottom: 70px;
    }
    .contact-us .contact-us-form {
        padding: 0 20px 0;
    }
    .contact-us .contact-us-form p {
        font-size: 18px;
    }
    .contact-us .contact-us-form h2 {
        font-size: 28px;
    }
    .contact-info-block .inner {
        margin: 0;
        height: auto;
    }
}


/* doctor details */

.doctor-details-left {
    border: 1px solid #e4eff5;
    border-radius: 10px;
    padding: 12px 0px;
}

.doctor-details-left:hover {
    box-shadow: 0 0 10px 0 #e4eff5;
    border-radius: 10px;
    padding: 12px 0px;
    background: #f6f9fb;
}

.doctor-details-item img {
    width: 100%;
    border-radius: 0
}

.doctor-details-item .doctor-details-contact {
    padding: 0px
}

.doctor-details-item .doctor-details-contact h3 {
    font-weight: 600;
    font-size: 24px;
    color: #2c2d3f;
    margin-bottom: 18px
}

.doctor-details-item .doctor-details-contact .basic-info {
    margin: 0;
    padding: 0;
    display: inline-block;
}

.doctor-details-item .doctor-details-contact .basic-info li {
    list-style-type: none;
    display: inline-block;
    font-weight: 400;
    font-size: 15px;
    color: #2c2d3f;
    margin-bottom: 10px;
    border: 1px solid #d4dbdf;
    padding: 8px;
    border-radius: 4px;
}

.doctor-details-item .doctor-details-contact .basic-info li:last-child {
    margin-bottom: 0
}

.doctor-details-item .doctor-details-contact .basic-info li i {
    display: inline-block;
    color: #2c2d3f;
    margin-right: 8px;
    font-size: 16px;
    position: relative;
    top: 1px
}

.doctor-details-area .doctor-details-left .social {
    margin-top: 25px
}

.doctor-details-area .doctor-details-left .social li {
    display: inline-block;
    margin-right: 10px
}

.doctor-details-area .doctor-details-left .social li:last-child {
    margin-right: 0
}

.doctor-details-area .doctor-details-left .social li a {
    height: 34px;
    width: 34px;
    line-height: 34px;
    border: 1px solid #c8c8c8;
    text-align: center;
    padding: 0;
    border-radius: 4px;
    display: block;
    color: #757575;
    font-size: 16px
}

.doctor-details-area .doctor-details-left .social li a:hover {
    color: #fff;
    background: var(--primary-color);
    border-color: transparent
}

/*    

.doctor-details-area .doctor-details-right {
    padding-left: 60px;
    padding-top: 70px
} */

.doctor-details-item .doctor-details-biography h3 {
    font-weight: 600;
    font-size: 18px;
    color: #2c2d3f;
    margin-bottom: 10px;
    margin-top: 20px;
}

.doctor-details-area .list {
    font-weight: 500;
    font-size: 20px;
    color: #2196f3;
    background: #f2f8fb;
    padding: 4px 8px;
    border-radius: 4px;
    display: inline-flex;
}

.doctor-details-item .doctor-details-biography p {
    margin-bottom: 0
}

.doctor-details-item .doctor-details-biography ul {
    margin: 0;
    padding: 0
}

.doctor-details-item .doctor-details-biography ul li {
    list-style-type: none;
    display: block;
    margin-bottom: 10px
}

.doctor-details-item .doctor-details-biography ul li.list-group-item {
    margin-bottom: 0px
}

.doctor-details-item .doctor-details-biography ul li:last-child {
    margin-bottom: 0
}

.doctor-details-item .doctor-name .name {
    font-size: 30px;
    font-weight: 600
}

/* .doctor-details-item .doctor-name .deg {
    font-size: 18px;
    margin: 0px 0 5px;
    color: #2196f3;
    background: #f2f8fb;
    display: inline;
    padding: 4px 8px;
    border: 1px solid #deeffd;
    border-radius: 4px;
} */
.doctor-details-item .doctor-name .degree {
    font-size: 16px
}


.doctor-details-item .btn-link:active {
    color: #2c2d3f;
    background-color: #fff;
    border-color: transparent;
}

.doctor-details-item .card {
    border: none;
}

.specialist {
    margin-bottom: 30px;
}

.specialist h3 {
    font-size: 32px;
}

.specialist h4 {
    margin-bottom: 5px;
}

.specialist p {
    font-size: 16px;
    margin-bottom: 10px;
    text-align: justify;
}

.specialist ul li {
    font-size: 16px;
    text-align: justify;
}

.specialist-form {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
}

.specialist-form form h3 {
    text-align: center;
    color: #333399;
    margin-bottom: 20px;
}

.specialist-text h3 {
    color: #333399;
}

.specialist-text ul li {
    font-size: 16px;
    text-align: justify;
}


.treatment-table {
    border: 1px solid black;
    width: 100%;
    border-collapse: collapse;
}

.treatment-table td {
    padding: 10px 15px;
    border: 1px solid black;
    line-height: 20px;
    font-size: 14px;
}

.treatment-table .table-header {
    font-weight: bold;
    text-align: left;
}

.modal-dialog {
    margin: 2rem 1rem;
}
@media (min-width: 576px) {
    .modal-dialog {
        margin: 3rem auto;
    }
}
.modal .pacint-form {
    box-shadow: unset;
}

.s-box {
    background-color: #fff;
    border: 1px solid #f5f5f5;;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    padding: 30px;
    transition: all 450ms ease-in-out;
}
.s-box:hover {
    background-color: #fafafa;
    border: 1px solid #f5f5f5;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
}
.s-box img, .s-box h5 {
    margin-bottom: 10px;
}
@media (max-width: 575px) {
    .s-box {
        margin-bottom: 30px;
    }
    .s-box h5 {
        font-size: 18px;
    }
}

.services {
    padding: 80px 0 70px;
}
@media (max-width: 575px) {
    .services {
        padding: 60px 0 50px;
    }
    .services p {
        font-size: 13px;
    }
}


/* contact us */

/* // Small devices (landscape phones, 576px and up) */



@media (max-width: 375px) {
    .d-non {
        display: none !important;
    }

    .d-sm-none {
        display: none !important;
    }

    /* .h1,
    .h2,
    .h3,
    .h4,
    .h5,
    .h6,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-size: calc(0.5rem + 9px);
    } */

    p {
        font-size: 15px
    }

    /* .header.scrolled {
        transition: background-color 0.7s ease-in;
        background-color: white !important;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        top: -117px;
        position: fixed;
    } */

    /* .hero-inner {
        position: relative;
        z-index: 1;
        padding: 10px 0;
        left: 0;
        top: 100%;
    }
    .carousel-inner {
        position: absolute;
        width: 100%;
        z-index: 0;
        top: 115px;
    }
    .carousel-item {
        position: relative;
        display: none;
        float: left;
        width: 100%;
        margin-right: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        transition: transform .6s ease-in-out;
    }
    .carousel-control-prev,
    .carousel-control-next {
        opacity: 1;
        color: #2196F3;
        display: none;
    }
    .carousel-indicators {
        display: none;
    } */

    /* .h1,
    h1 {
        width: 80%;
        font-size: 12px;
        font-weight: 700;
        margin-bottom: 24px;
    } */

    .my-4 {
        margin-top: 0.5rem !important;
        margin-bottom: 0 !important;
    }

    .btn-sm {
        --bs-btn-padding-y: 0.25rem;
        --bs-btn-padding-x: 0.5rem;
        --bs-btn-font-size: 0.875rem;
        --bs-btn-border-radius: var(--bs-border-radius-sm);
    }

    .offset-1 {
        margin-left: 0;
    }

    /*testimonial  */
    .testimonials-section .carousel-inner {
        position: relative;
        width: 100%;
        z-index: 0;
        top: 0;
    }



    /*testimonial  */

}

/*  */
@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }

    .btn-sm {
        --bs-btn-padding-y: 0.25rem;
        --bs-btn-padding-x: 0.5rem;
        --bs-btn-font-size: 0.875rem;
        --bs-btn-border-radius: var(--bs-border-radius-sm);
    }


}
