:root {
    --bs-info-rgb : #16657a;
    --bs-btn-bg: #16657a !important;
}
.btn-info{
    background-color:#16657a !important;
}
.post-thumb-inner{
    text-decoration: none;
}

.paraxdo-header-img {
    padding: 0px 0;
}

.navbar-nav .nav-link {
    color: #1A1A1A;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.7em;
    padding: 8px 15px !important;
}

.navbar-brand {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
}

.active,
.nav-link:hover {
    font-style: normal;
    font-weight: 500;
    /* font-size: 14px;
    color: #16657a !important; */
}

.header_menu .nav-link:after {
    content: "";
    position: absolute;
    opacity: .7;
    width: 2px;
    height: 14px;
    top: 39px;
    margin: 0px 15px;
}

@media screen and (min-width: 800px) {
    .header_menu .nav-link:after {
        background: url(../images/navigation_divider.webp);
    }
}

.last-item:after {
    background: 0 0;
}


.navbar-brand:hover {
    color: #16657a;
}

.top-text i {
    font-size: 14px;
}

.top-text a {
    font-size: 14px;
}

.topbar-section {
    height: 4px;
    background-color: #f98a43;
}

ul.dropdown-menu.show li {
    border-bottom: 1px solid #16657a;
    padding: 10px 10px;
}

ul.dropdown-menu.show li a {
    color: #1A1A1A;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
}

ul.dropdown-menu.show li:hover {
    background-color: #16657a;
}

ul.dropdown-menu.show li a:hover {
    color: #ffffff !important;
}

#active {
    background-color: #EC1C24 !important;
    color: #FFF !important;
}

.dropdown-menu {
    position: absolute;
    z-index: 11A1A1A;
    display: none;
    min-width: 15rem;
    padding: 0 0;
    margin: 0;
    font-size: 1rem;
    color: #1A1A1A;
    text-align: left;
    list-style: none;
    background-color: #FFF;
    background-clip: padding-box;
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.25);
    border-radius: 0rem;
}

#head-icon {
    color: #16657a;
}

.logo-text-section {
    width: 100%;
    height: auto;
    padding: 10px 0;
}

.top-text p {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 2.2em;
    text-align: center;
    margin-left: -150px;
}

.element {
    float: right;
}

.element ul {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #16657a;
}

.element ul li a {
    color: #16657a;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    padding: 0px 4px;
}

.head-text {
    margin-top: 10px;
}

.head-text ul li {
    list-style: none;
    text-align: center;
    color: #1A1A1A;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    padding: 5px 0;
}

.head-btn ul li {
    list-style: none;
    text-align: end;
    color: #1A1A1A;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    padding: 5px 0;
}

.btn-dark {
    border-radius: 60px;
    background: #89181B;
    padding: 6px 55px;
}

.btn-dark:hover {
    border-radius: 60px;
    background: #89181B;
}

.slide-img {
    width: 100%;
    height: auto;
}

.slider-text {
    margin-top: -400px;
}

.banner-text {
    width: 50%;
    margin: auto;
    text-align: center;
}

.banner-text h1 {
    color: #FFF;
    text-align: center;
    font-family: "GibsonW04-Regular", sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    width: 72%;
    margin: auto;
}

.banner-text h1 span {
    color: #EDC63B;
    font-family: "GibsonW04-Regular", sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.banner-text p {
    color: #FFF;
    text-align: center;
    font-family: "GibsonW04-Regular", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 140% */
    margin-bottom: 40px;
}

.head-btn {
    display: flex;
    justify-content: center;
    text-align: center;
}

.btn-success {
    background: var(--Red, #16657a);
    color: #FFF;
    font-family: "GibsonW04-Regular", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    margin: 0 10px;
}

.btn-success:hover {
    background: var(--Red, #16657a);
    color: #FFF;
}

.btn-light {
    background: var(--white, #FFF);
    color: #16657a;
    font-family: "GibsonW04-Regular", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    margin: 0 10px;
}

.btn-light:hover {
    background: var(--white, #FFF);
    color: #16657a;
}

.datil-section {
    width: 100%;
    height: auto;
    padding: 15px 50px;
}

.process ul {
    width: 100%;
    display: flex;
    justify-content: center;
}

.process ul li {
    width: 24%;
    display: inline-block;
}

.process ul li img {
    float: left;
    max-width: 65px;
    object-fit: cover;
    margin-right: 10px;
}


.process ul .divider {
    width: 25px;
    margin-right: 4%;
    margin-top: 8px;
}

.spical-section {
    background-color: #F6F6F6;
    padding: 50px;
    width: 100%;
    height: auto;
}

.process {
    margin-bottom: -15px;
}

.rep-ser {
    text-align: center;
}

.rep-ser img {
    max-width: 100%;
    width: 45%;
    height: auto;
    margin: auto;
}

.rep-ser h4 {
    color: var(--Black, #1A1A1A);
    text-align: center;
    /* Heading Card */
    font-family: 'poppins' , sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    text-transform: capitalize;
}

.carousel-wrapper {
    width: 1000px;
    margin: auto;
    position: relative;
    text-align: center;
    font-family: sans-serif;
}

.owl-carousel .owl-nav {
    overflow: hidden;
    height: 0px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #16657a;
}

.owl-carousel .item {
    text-align: center;
}

.owl-carousel .nav-button {
    height: 40px;
    width: 40px;
    cursor: pointer;
    position: absolute;
    top: 130px !important;
}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
    pointer-events: none;
    opacity: 0.25;
}

.owl-carousel .owl-prev {
    left: 6px;
}

.owl-carousel .owl-next {
    right: 6px;
}

.owl-theme .owl-nav [class*=owl-] {
    color: Lightgrey;
    font-size: 25px;
    background: #FFFFFF;
    border-radius: 100px;
    box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.25);
}

.owl-carousel .prev-carousel:hover {
    background-position: 0px -53px;
}

.owl-carousel .next-carousel:hover {
    background-position: -24px -53px;
}

.owl-theme .owl-nav [class*=owl-] {
    padding: 0px 7px;
}

.whychoo-text {
    text-align: center;
}

.whychoo-text img {
    text-align: center;
    max-width: 100%;
    height: auto;
    margin: auto;
}

.whychoo-text h3 {
    color: var(--Black, #1A1A1A);
    /* Heading Card */
    font-family: 'poppins' , sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    /* 26px */
    text-transform: capitalize;
    margin-top: 40px;
}

.whychoo-text p {
    color: var(--Black, #1A1A1A);
    font-family: 'poppins' , sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 22.1px */
    text-transform: capitalize;
}

.prod-bg {
    border-radius: 20px;
    border: 1px solid #D8D8D8;
    background: #FFF;
    padding: 20px;
    height: 100%;
    width: 92%;
    margin: auto;
}

#proimg {
    max-width: 100%;
    width: 220px;
    height: auto;
    margin: auto;
}

.protext {
    text-align: start;
}

.protext h3 {
    color: var(--Black, #1A1A1A);
    /* Heading Card */
    font-family: 'poppins' , sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    /* 26px */
    text-transform: capitalize;
}

.prdprice-text p {
    color: var(--Red, #16657a);
    font-family: 'poppins' , sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    /* 22.1px */
    text-transform: capitalize;
    margin-top: 10px;
}

.form-control {
    border-radius: 8px;
    border: 1px solid #C8C8C8;
}

.reviewbg {
    border-radius: 20px;
    border: 1px solid #D8D8D8;
    background: #FFF;
    width: 92%;
    height: auto;
    padding: 20px;
    margin: auto;
}

#rev-img {
    max-width: 100%;
    width: 60px;
    height: auto;
    display: block;
    margin-left: auto;
    margin-bottom: 20px;
}

.testi-text h3 {
    color: var(--Red, #16657a);
    text-align: center;
    font-family: 'poppins' , sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    /* 22px */
    text-transform: capitalize;
}

.testi-text p {
    color: var(--Black, #1A1A1A);
    text-align: center;
    font-family: 'poppins' , sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    /* 21.25px */
    text-transform: capitalize;
}

.testiname h6 {
    color: var(--Black, #1A1A1A);
    text-align: center;
    font-family: 'poppins' , sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    /* 17.6px */
    text-transform: capitalize;
}

.testiname p {
    color: var(--Lightgrey, #8E8E8E);
    text-align: center;
    font-family: Gibson;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    /* 17.6px */
    text-transform: capitalize;
}

.news-bg {
    border-radius: 15px;
    border: 1px solid #D8D8D8;
    background: #FFF;
    padding: 7px;
}

#news-img {
    max-width: 100%;
    width: 100%;
    height: auto;
    margin: auto;
    border-radius: 10px;
}

.news-date p {
    color: var(--Lightgrey, #8E8E8E);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.news-text h3 {
    color: #000;
    /* Heading Card */
    font-family: 'poppins' , sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    /* 26px */
    text-transform: capitalize;
}

.news-text p {
    color: var(--paragraph, #535353);
    font-family: 'poppins' , sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 168.9%;
    /* 27.024px */
}

.btn-news {
    color: var(--Red, #16657a);
    font-family: 'poppins' , sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    /* 175% */
    text-transform: capitalize;
    text-decoration: none;
}

.btn-news:hover {
    color: var(--Red, #16657a);
}

.footer-section {
    background: #353535;
    padding: 50px;
    height: auto;
}

.footer-text p {
    color: #C0C0C0;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 158.4%;
    /* 22.176px */
}

.footer-social ul {
    padding: 0px 0px;
    margin-bottom: 0px;
}

.footer-social ul li {
    display: inline-block;
    margin: 0 4px;
    background: #C0C0C0;
    border-radius: 25px;
    color: #353535;
}

.footer-social ul li a {
    background: #C0C0C0;
    border-radius: 25px;
    color: #353535;
    font-size: 20px;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    font-family: 'Inter', sans-serif;
}

.widget h2 {
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    color: #E8E8E8;
    font-family: 'GibsonW04-Bold', sans-serif;
    font-style: normal;
    line-height: 160.4%;
    /* 28.872px */
    text-transform: capitalize;
}

.widget_content ul {
    padding: 0px 8px;
}

.widget_content ul li {
    list-style: none;
    padding: 3px 3px;
}

.widget_content ul li a {
    color: #BDB9B9;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    font-family: "GibsonW04-Regular", sans-serif;
}

.footer-bottom {
    background: #2C2C2C;
    padding: 15px 0;
    border-top: 1px solid #d9d9d9;
    font-size: 13px;
    color: #A5A5A5;
}

.botfoot ul {
    padding: 0px;
    margin: 0px;
    text-align: end;
}

.botfoot ul li {
    display: inline-block;
    margin: 0 4px;
    color: #D0D0D0;
}

.botfoot ul li a {
    color: #D0D0D0;
    font-size: 13px;
    display: flex;
    text-decoration: none;
}

.icomenu-text {
    display: none;
}


@media screen and (min-width:769px) and (max-width:991px) {
    
    .banner-text {
        width: 80%;
        margin: auto;
        text-align: center;
    }
    .slider-text {
        margin-top: -232px;
    }
    .banner-text h1 {
        color: #FFF;
        text-align: center;
        font-family: "GibsonW04-Regular", sans-serif;
        font-size: 25px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: uppercase;
        width: 77%;
        margin: auto;
    }
    .banner-text h1 span {
        color: #EDC63B;
        font-family: "GibsonW04-Regular", sans-serif;
        font-size: 25px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: uppercase;
    }
    .banner-text p {
        color: #FFF;
        text-align: center;
        font-family: "GibsonW04-Regular", sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px;
        margin-bottom: 10px;
    }
    .process ul li {
        width: 25%;
        display: inline-block;
    }
    .process ul li img {
        float: left;
        max-width: 41px;
        object-fit: cover;
        margin-right: 5px;
    }
    .process ul li h2 {
        font-size: 11px;
        color: #1A1A1A;
        font-family: 'gibson_bold', sans-serif;
        text-transform: uppercase;
        padding-top: 4px;
        padding-bottom: 3px;
        font-weight: 700;
    }
    .process ul li h2 span {
        font-size: 14px;
        color: #b30e10;
        line-height: 12px;
        font-family: 'gibson_bold', sans-serif;
        font-weight: 700;
    }
    .process ul .divider {
        width: 8px;
        margin-right: 4%;
        margin-top: 0px;
    }
    .spical-section {
        background-color: #F6F6F6;
        padding: 25px;
        width: 100%;
        height: auto;
    }
    #schoimg {
        max-width: 100%;
        width: 95%;
        height: auto;
        margin: auto;
        box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.25);
        border-radius: 30px;
    }
    .owl-carousel .owl-prev {
        left: -8px;
    }
    .owl-carousel .owl-next {
        right: -8px;
    }
    .spical-text h2 {
        text-align: center;
        color: var(--Red, #16657a);
        font-family: 'GibsonW04-Bold', sans-serif;
        font-size: 28px;
        font-style: normal;
        font-weight: 800;
        line-height: normal;
        text-transform: uppercase;
    }
    #btn-icon {
        font-size: 14px;
        font-weight: 500;
        margin-left: 8px;
    }
    .offerbtn {
        color: var(--Black, #1A1A1A);
        text-align: center;
        font-family: 'poppins' , sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 28px;
        text-transform: uppercase;
        text-decoration: none;
    }
    .service-section {
        width: 100%;
        height: auto;
        padding: 25px;
    }
    .spical-text {
        width: 100%;
        margin: auto;
    }
    .servbg {
        border-radius: 15px;
        border: 1px solid #D8D8D8;
        background: #FFF;
        padding: 15px;
        height: 100%;
    }
    .rep-ser img {
        max-width: 100%;
        width: 60%;
        height: auto;
        margin: auto;
        margin-bottom: -30px;
    }
    .rep-ser h4 {
        color: var(--Black, #1A1A1A);
        text-align: center;
        font-family: 'poppins' , sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 130%;
        text-transform: capitalize;
    }
    .spical-text p {
        text-align: center;
        color: var(--Black, #1A1A1A);
        font-family: "GibsonW04-Regular", sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 30px;
        margin-bottom: 30px;
    }
    .whychoo-text h3 {
        color: var(--Black, #1A1A1A);
        font-family: 'poppins' , sans-serif;
        font-size: 15px;
        font-style: normal;
        font-weight: 700;
        line-height: 130%;
        text-transform: capitalize;
        margin-top: 27px;
    }
    .whychoo-text p {
        color: var(--Black, #1A1A1A);
        font-family: 'poppins' , sans-serif;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 160%;
        text-transform: capitalize;
    }
    #product{
        margin-top: -30px;
    }
    .prod-bg {
        border-radius: 20px;
        border: 1px solid #D8D8D8;
        background: #FFF;
        padding: 20px;
        height: 100%;
        width: 95%;
        margin: auto;
    }
    .reviewbg {
        border-radius: 20px;
        border: 1px solid #D8D8D8;
        background: #FFF;
        width: 95%;
        height: auto;
        padding: 20px;
        margin: auto;
    }
    .news-text h3 {
        color: #000;
        font-family: 'poppins' , sans-serif;
        font-size: 13px;
        font-style: normal;
        font-weight: 700;
        line-height: 20px;
        text-transform: capitalize;
    }
    .news-text p {
        color: var(--paragraph, #535353);
        font-family: 'poppins' , sans-serif;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 168.9%;
    }
    .footer-section {
        background: #353535;
        padding: 25px;
        height: auto;
    }
    #footerlogo{
        width: 90%;
    }
    .footer-text p {
        color: #C0C0C0;
        font-family: 'GibsonW04-Regular', sans-serif;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 158.4%;
    }
    .footer-social ul li a {
        background: #C0C0C0;
        border-radius: 25px;
        color: #353535;
        font-size: 12px;
        width: 25px;
        height: 25px;
        display: flex;
        justify-content: center;
        font-family: 'Inter', sans-serif;
    }
    .footer-social ul li {
        display: inline-block;
        margin: 0 0px;
        background: #C0C0C0;
        border-radius: 25px;
        color: #353535;
    }
    .widget h2 {
        cursor: pointer;
        font-size: 16px;
        font-weight: bold;
        color: #E8E8E8;
        font-family: 'GibsonW04-Bold', sans-serif;
        font-style: normal;
        line-height: 160.4%;
        text-transform: capitalize;
    }
    .widget_content ul li a {
        color: #BDB9B9;
        text-decoration: none;
        font-size: 13px;
        font-weight: 400;
        font-family: "GibsonW04-Regular", sans-serif;
    }
    .widget_content ul li {
        list-style: none;
        padding: 0px 1px;
    }
    .widget_content ul {
        padding: 0px 0px;
    }
    .nav-link:after {
        background: 0 0 !important;
    }
    .icomenu-text {
        display: initial;
    }


}


@media screen and (min-width: 481px) and (max-width: 768px) {
    
    .banner-text {
        width: 80%;
        margin: auto;
        text-align: center;
    }
    .slider-text {
        margin-top: -232px;
    }
    .banner-text h1 {
        color: #FFF;
        text-align: center;
        font-family: "GibsonW04-Regular", sans-serif;
        font-size: 25px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: uppercase;
        width: 77%;
        margin: auto;
    }
    .banner-text h1 span {
        color: #EDC63B;
        font-family: "GibsonW04-Regular", sans-serif;
        font-size: 25px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: uppercase;
    }
    .banner-text p {
        color: #FFF;
        text-align: center;
        font-family: "GibsonW04-Regular", sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px;
        margin-bottom: 10px;
    }
    .process ul li {
        width: 25%;
        display: inline-block;
    }
    .process ul li img {
        float: left;
        max-width: 41px;
        object-fit: cover;
        margin-right: 5px;
    }
    .process ul li h2 {
        font-size: 11px;
        color: #1A1A1A;
        font-family: 'gibson_bold', sans-serif;
        text-transform: uppercase;
        padding-top: 4px;
        padding-bottom: 3px;
        font-weight: 700;
    }
    .process ul li h2 span {
        font-size: 14px;
        color: #b30e10;
        line-height: 12px;
        font-family: 'gibson_bold', sans-serif;
        font-weight: 700;
    }
    .process ul .divider {
        width: 8px;
        margin-right: 4%;
        margin-top: 0px;
    }
    .spical-section {
        background-color: #F6F6F6;
        padding: 25px;
        width: 100%;
        height: auto;
    }
    #schoimg {
        max-width: 100%;
        width: 95%;
        height: auto;
        margin: auto;
        box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.25);
        border-radius: 30px;
    }
    .owl-carousel .owl-prev {
        left: -8px;
    }
    .owl-carousel .owl-next {
        right: -8px;
    }
    .spical-text h2 {
        text-align: center;
        color: var(--Red, #16657a);
        font-family: 'GibsonW04-Bold', sans-serif;
        font-size: 28px;
        font-style: normal;
        font-weight: 800;
        line-height: normal;
        text-transform: uppercase;
    }
    #btn-icon {
        font-size: 14px;
        font-weight: 500;
        margin-left: 8px;
    }
    .offerbtn {
        color: var(--Black, #1A1A1A);
        text-align: center;
        font-family: 'poppins' , sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 28px;
        text-transform: uppercase;
        text-decoration: none;
    }
    .service-section {
        width: 100%;
        height: auto;
        padding: 25px;
    }
    .spical-text {
        width: 100%;
        margin: auto;
    }
    .servbg {
        border-radius: 15px;
        border: 1px solid #D8D8D8;
        background: #FFF;
        padding: 15px;
        height: 100%;
    }
    .rep-ser img {
        max-width: 100%;
        width: 60%;
        height: auto;
        margin: auto;
        margin-bottom: -30px;
    }
    .rep-ser h4 {
        color: var(--Black, #1A1A1A);
        text-align: center;
        font-family: 'poppins' , sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 130%;
        text-transform: capitalize;
    }
    .spical-text p {
        text-align: center;
        color: var(--Black, #1A1A1A);
        font-family: "GibsonW04-Regular", sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 30px;
        margin-bottom: 30px;
    }
    .whychoo-text h3 {
        color: var(--Black, #1A1A1A);
        font-family: 'poppins' , sans-serif;
        font-size: 15px;
        font-style: normal;
        font-weight: 700;
        line-height: 130%;
        text-transform: capitalize;
        margin-top: 27px;
    }
    .whychoo-text p {
        color: var(--Black, #1A1A1A);
        font-family: 'poppins' , sans-serif;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 160%;
        text-transform: capitalize;
    }
    #product{
        margin-top: -30px;
    }
    .prod-bg {
        border-radius: 20px;
        border: 1px solid #D8D8D8;
        background: #FFF;
        padding: 20px;
        height: 100%;
        width: 95%;
        margin: auto;
    }
    .reviewbg {
        border-radius: 20px;
        border: 1px solid #D8D8D8;
        background: #FFF;
        width: 95%;
        height: auto;
        padding: 20px;
        margin: auto;
    }
    .news-text h3 {
        color: #000;
        font-family: 'poppins' , sans-serif;
        font-size: 13px;
        font-style: normal;
        font-weight: 700;
        line-height: 20px;
        text-transform: capitalize;
    }
    .news-text p {
        color: var(--paragraph, #535353);
        font-family: 'poppins' , sans-serif;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 168.9%;
    }
    .footer-section {
        background: #353535;
        padding: 25px;
        height: auto;
    }
    #footerlogo{
        width: 90%;
    }
    .footer-text p {
        color: #C0C0C0;
        font-family: 'GibsonW04-Regular', sans-serif;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 158.4%;
    }
    .footer-social ul li a {
        background: #C0C0C0;
        border-radius: 25px;
        color: #353535;
        font-size: 12px;
        width: 25px;
        height: 25px;
        display: flex;
        justify-content: center;
        font-family: 'Inter', sans-serif;
    }
    .footer-social ul li {
        display: inline-block;
        margin: 0 0px;
        background: #C0C0C0;
        border-radius: 25px;
        color: #353535;
    }
    .widget h2 {
        cursor: pointer;
        font-size: 16px;
        font-weight: bold;
        color: #E8E8E8;
        font-family: 'GibsonW04-Bold', sans-serif;
        font-style: normal;
        line-height: 160.4%;
        text-transform: capitalize;
    }
    .widget_content ul li a {
        color: #BDB9B9;
        text-decoration: none;
        font-size: 13px;
        font-weight: 400;
        font-family: "GibsonW04-Regular", sans-serif;
    }
    .widget_content ul li {
        list-style: none;
        padding: 0px 1px;
    }
    .widget_content ul {
        padding: 0px 0px;
    }
    .nav-link:after {
        background: 0 0 !important;
    }
    .icomenu-text {
        display: initial;
    }


}

@media screen and (min-width: 320px) and (max-width: 480px) {
    .slider-text {
        margin-top: -195px;
    }
    .btn-success {
        background: var(--Red, #16657a);
        color: #FFF;
        font-family: "GibsonW04-Regular", sans-serif;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: capitalize;
        margin: 0 5px;
    }
    .btn-light {
        background: var(--white, #FFF);
        color: #16657a;
        font-family: "GibsonW04-Regular", sans-serif;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: capitalize;
        margin: 0 5px;
    }
    .banner-text h1 {
        color: #FFF;
        text-align: center;
        font-family: "GibsonW04-Regular", sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 23px;
        text-transform: uppercase;
        width: 100%;
        margin: auto;
    }
    .banner-text h1 span {
        color: #EDC63B;
        font-family: "GibsonW04-Regular", sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 23px;
        text-transform: uppercase;
    }
    .banner-text p {
        color: #FFF;
        text-align: center;
        font-family: "GibsonW04-Regular", sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        margin-bottom: 4px;
    }
    .slide-img {
        width: 100%;
        height: 210px;
    }
    .banner-text {
        width: 100%;
        margin: auto;
        text-align: center;
    }
    .service-section {
        width: 100%;
        height: auto;
        padding: 15px;
    }
    .reviewbg {
        border-radius: 20px;
        border: 1px solid #D8D8D8;
        background: #FFF;
        width: 100%;
        height: auto;
        padding: 15px;
        margin: auto;
    }
    .owl-theme .owl-nav {
        margin-top: 0px;
    }
    .owl-carousel .nav-button {
        height: 32px;
        width: 32px;
        cursor: pointer;
        position: absolute;
        top: 130px !important;
    }
    .owl-theme .owl-nav [class*=owl-] {
        color: Lightgrey;
        font-size: 18px;
        background: #FFFFFF;
        border-radius: 100px;
        box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.25);
    }
    .owl-carousel .owl-prev {
        left: -6px;
    }
    .owl-carousel .owl-next {
        right: -6px;
    }
    .prod-bg {
        border-radius: 20px;
        border: 1px solid #D8D8D8;
        background: #FFF;
        padding: 15px;
        height: 100%;
        width: 100%;
        margin: auto;
    }
    #schoimg {
        max-width: 100%;
        width: 100%;
        height: auto;
        margin: auto;
        box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.25);
        border-radius: 30px;
    }
    .datil-section{
        display: none;
    }
    .spical-text h2 {
        text-align: center;
        color: var(--Red, #16657a);
        font-family: 'GibsonW04-Bold', sans-serif;
        font-size: 25px;
        font-style: normal;
        font-weight: 800;
        line-height: normal;
        text-transform: uppercase;
    }
    .spical-text {
        width: 100%;
        margin: auto;
    }
    .spical-text p {
        text-align: center;
        color: var(--Black, #1A1A1A);
        font-family: "GibsonW04-Regular", sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 27px;
        margin-bottom: 20px;
    }

    .news-text h3 {
        color: #000;
        font-family: 'poppins' , sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 28px;
        text-transform: capitalize;
    }

    .btn-news {
        color: var(--Red, #16657a);
        font-family: 'poppins' , sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 28px;
        text-transform: capitalize;
        text-decoration: none;
    }

    .news-text p {
        color: var(--paragraph, #535353);
        font-family: 'poppins' , sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 168.9%;
    }

    .offerbtn {
        color: var(--Black, #1A1A1A);
        text-align: center;
        font-family: 'poppins' , sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 28px;
        text-transform: uppercase;
        text-decoration: none;
    }

    .spical-section {
        background-color: #F6F6F6;
        padding: 15px;
        width: 100%;
        height: auto;
    }

    .icomenu-text {
        display: initial;
    }

    .footer-section {
        background: #353535;
        padding: 15px;
    }

    .widget_content {
        display: none;
    }

    .active .widget_content {
        display: inline;
    }
    .widget h2 {
        font-size: 22px;
        font-weight: bold;
        color: #E8E8E8;
        font-family: 'GibsonW04-Bold', sans-serif;
        font-style: normal;
        line-height: 160.4%;
        text-transform: capitalize;
        padding: 2px 0px;
    }

    .widget h2:after {
        content: url(../images/footer_nav_arrow_close.webp);
        color: white;
        width: 25px;
        height: 25px;
        display: inline-block;
        text-align: center;
        float: right;
        font-size: 22px;
    }

    .active.widget h2:after {
        content: url(../images/footer_nav_arrow_open.webp);
        font-size: 22px;
    }
    .botfoot ul{
        margin: 10px 0;
        text-align: center;
    }

}

@media only screen and (min-width: 992px) and (max-width: 1380px) {
    .banner-text {
        width: 70%;
        margin: auto;
        text-align: center;
    }

    .slider-text {
        margin-top: -310px;
    }

    .banner-text h1 {
        color: #FFF;
        text-align: center;
        font-family: "GibsonW04-Regular", sans-serif;
        font-size: 28px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: uppercase;
        width: 72%;
        margin: auto;
    }

    .banner-text h1 span {
        color: #EDC63B;
        font-family: "GibsonW04-Regular", sans-serif;
        font-size: 29px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: uppercase;
    }

    .banner-text p {
        color: #FFF;
        text-align: center;
        font-family: "GibsonW04-Regular", sans-serif;
        font-size: 17px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px;
        margin-bottom: 30px;
    }
    
    .testi-text h3 {
        color: var(--Red, #16657a);
        text-align: center;
        font-family: 'poppins' , sans-serif;
        font-size: 21px;
        font-style: normal;
        font-weight: 700;
        line-height: 110%;
        text-transform: capitalize;
    }
    .testi-text p {
        color: var(--Black, #1A1A1A);
        text-align: center;
        font-family: 'poppins' , sans-serif;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px;
        text-transform: capitalize;
    }
    .owl-carousel .owl-prev {
        left: -4px;
    }
    .owl-carousel .owl-next {
        right: -4px;
    }
    .footer-social ul li {
        display: inline-block;
        margin: 0 2px;
        background: #C0C0C0;
        border-radius: 25px;
        color: #353535;
    }
}