
header, nav, nav .container-fluid {
    padding: 0 !important;
    margin: 0 !important;
}

nav .container-fluid {
    padding: 0 !important;
    margin: 0 !important;
}


.navbar-top-default {
    position: absolute;
    top: 0;
    z-index: 99;
    overflow: hidden;
    height: 87px;
    width: 100%;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    background: transparent;
}

.navbar-expand-lg .navbar-nav {
    margin: auto;
}

.header-appear .navbar-top-default {
    margin-top: 0px !important;
    height: 89px;
}


.header-appear .nav-social {
    height: 93px;
    margin-top: 8px;
}

header.header-appear .nav-social .social-icons-simple {
    margin-top: 15px;
}

.navbar {
    padding-left: 8% !important;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1350px;
    }
}

header a.logo img {
    margin: 0 10px !important;
}

section {
    padding: 1rem 0;
}

.navbar > .container, .navbar > .container-fluid {
    justify-content: normal !important;
}

.navbar-collapse {
    flex-grow: 0.5;
}

.banners img {
    margin-bottom: 20px;
    max-height: 400px;
    height: 400px;
    width: 100%;
    margin-top: 100px;
}

.search-box {
    margin-top: 15px;
    /*margin: 0 75px 0 0;*/
    /*width: 35%;*/
    /*height: 42px;*/
    /*padding: 0 10px;*/
    /*color: black;*/
    /*border: 2px solid #f1f1f1 !important;*/
}


.btn-black {
    background-color: black;
    color: white;
    font-size: 10px;
    border-radius: 10px !important;
    height: 35px !important;
    padding: 0 20px !important;
}

.search-box img {
    position: absolute;
    margin: 5px;
}

.search-box input {
    border: none !important;
    padding: 8px 0 8px 40px !important;
    height: 35px !important;
    font-size: 14px;
    min-width: 200px;
    color: black;
    border-radius: 10px !important;
    /*background: transparent;*/
}

.search-box input::placeholder {
    color: #BBBBBB !important;
}

.search-box input::-ms-input-placeholder {
    color: #BBBBBB !important;
}

.sidemenu_btn {
    display: none;
}

.navbar-simple .navbar-nav .nav-link {
    font-size: 10px;
    /*font-weight: bold;*/
    padding: 0 10px;
}

.header-item {
    justify-content: center !important;
    align-items: flex-start !important;
    gap: 10px !important;
    display: inline-flex !important;
}

.header-item .header-item-icon {
    justify-content: center;
    align-items: center;
    display: inline-flex;
}


.header-social img {
    margin: 0 10px;
}

.header-contact a {
    color: #686868;
    margin: 0 10px;
}

.top-header {
    padding: 10px 0;
    text-align: center;
    background-color: white;
    color: white;
    font-size: 12px;
}

.header-item .header-item-icon div {
    flex: 1 1 0;
    align-self: stretch;
    padding-top: 6.18px;
    padding-bottom: 6.82px;
    padding-left: 1.50px;
    padding-right: 1.50px;
    justify-content: center;
    align-items: center;
    display: inline-flex;
}

.social-icons-simple {
    padding: 0 0 0 0;
}

.header-item .pointer {
    color: #1BA167;
    font-weight: 100;
    font-size: 12px;
}

.header-item-value {
    align-self: stretch;
    padding-right: 8px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 3px;
    display: inline-flex;
}

.header-item-value .type {
    justify-content: flex-start;
    align-items: center;
    display: inline-flex;
}

.header-item-value .type > div {
    color: #242424;
    font-size: 12px;
    font-weight: 600;
    line-height: 14.40px;
    word-wrap: break-word;
}

.header-item-value-1 {
    color: #242424;
    font-size: 15px;
    font-weight: 800;
    line-height: 18px;
    word-wrap: break-word;
}


.primary-btn {
    width: 250px;
    height: 50px;
    background: linear-gradient(270deg, #1BA167 0%, #1BA167 100%);
    border-radius: 6px;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    color: white !important;
}


.view-more {
    margin-top: 20px;
    width: 150px;
    height: 40px;
    font-size: 14px;
}

.banner-heading {
    font-size: 48px;
}

.banner-des {
    padding: 15px 0 15px 0;
}

.banner-area {
    padding-top: 120px;
}

.banner-area .badge {
    /*width: 75px;*/
    margin-bottom: 20px;
}

.banner-image {
    background-image: url('../../SOFIA/pictures/bg.png');
}

.header-item .header-item-icon div img {
    width: 31px;
}

.service-item {
    justify-content: flex-start;
    align-items: flex-start;
    gap: 5px;
    display: inline-flex;
}

.service-item .img {
    justify-content: center;
    align-items: center;
    display: flex;
}

.service-item > .img img {
    width: 55px;
    margin-top: 7px;
    margin-right: 10px;
    margin-left: 10px;
}

.service-item > .img > div {
    flex: 1 1 0;
    align-self: stretch;
    /*padding-top: 15px;*/
    /*padding-bottom: 15.08px;*/
    justify-content: center;
    align-items: center;
    display: inline-flex;
}

.service-item .info {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    display: inline-flex;
}

.service-item .info .div1 {
    color: black;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 18px;
    word-wrap: break-word;
    margin-top: 15px;
}

.banners {
    padding: 7rem 0 1rem 0;
    height: 100vh !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.services {
    box-shadow: 0px -7px 19px 20px white;
}

.services .col-md-3 {
    padding: 0;
}

.service-item .info .div2 {
    color: #686868;
    font-size: 12px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.38px;
    word-wrap: break-word;
}

.feature-image {
    background-image: url('../../SOFIA/pictures/Rectangle 3.jpg') !important;
}

.feature-area .title {
    color: #1BA167;
    font-size: 40px;
    font-weight: 900;
    line-height: 48px;
    letter-spacing: 1px;
    word-wrap: break-word;
}

.feature-area div {
    color: black;
    margin: 20px 0;
    text-align: justify;
    font-size: 12px;
}

.products .products-header {
    width: 100%;
    height: 120px;
    padding-left: 20px;
    padding-right: 20px;
    background: url('../../SOFIA/pictures/Article.jpg');
    border-radius: 10px;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    background-size: 100% 100%;
}

.products .header-text {
    color: white;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 2px;
    word-wrap: break-word;
}


.product-cat {
    font-size: 12px;
    color: #717171;
}

.product .main-img {
    padding: 30px;
    margin: auto;
    min-height: 200px;
}

.product .owl-carousel {
    box-shadow: -3px -3px 13px 2px #f1f1f1;
}

.footer h3 {
    font-size: 18px !important;
    color: white;
    margin-bottom: 10px;
}

.footer p {
    color: #565656;
    font-size: 12px;
    text-align: justify;
}

.footer a {
    font-size: 12px;
    color: white;
}

.footer img {
    width: 25px;
}

.products .tabs {
    height: 60px;
    position: relative;
    /*border-bottom: 1px #EBEBEB solid;*/
    margin-top: 40px;
}

.products .numbers span:hover {
    background: #e0e0e0;
}

.products .numbers span {
    border: 1px solid black;
    color: black;
    cursor: pointer;
    font-size: 14px;
    text-align: center;
    height: 25px;
    width: 25px;
}

.products .numbers span.active {
    border: 1px solid #1BA167;
}

.header-appear .nav-line .navbar-nav .nav-link.active {
    color: #1BA167;
}

.header-appear .search-box input {
    border: 1px solid #707070 !important;
}

.tabs-header1 {
    color: #1BA167;
    font-size: 14px;
}

.left-cats-div {
    border-left: 1px solid #dedede;
}

.cat-counter {
    color: white;
    padding: 0px 10px;
    border-radius: 5px;
    font-size: 10px;
    margin: 0 10px;
}

.left-cats-div.active {
    border-left: 2px solid #1BA167;
}


.left-cats {
    font-size: 14px;
    margin: 10px 0 !important;
}

.tabs-header {
    height: 36px;
    top: 0px;
    color: black;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0.75px;
    word-wrap: break-word;
}

.tabs-button {
    margin: auto !important;
    height: 19.08px;
    top: 6.83px;
    font-weight: bold;
    font-size: 14px;
    line-height: 19.08px;
    letter-spacing: 0.40px;
    word-wrap: break-word;
    color: black !important;
}

.mac {
    margin: auto !important;
}

#provide .text-center {
    margin: auto !important;
}

.cat-name {
    font-size: 14px;
    overflow-wrap: initial;
}

.tabs-button p {
    margin-top: 10px !important;
    font-weight: 100;
}

.text-right {
    text-align: right;
}

.tabs-button {
    margin: 0 20px;
}

.tabs-button.active {
    border-bottom: 1px solid #1BA167 !important;
}

.tabs-button:hover {
    cursor: pointer;
    color: #1BA167 !important;
}

.products {
    padding: 2.5rem 0 !important;
}

.banner {
    padding: 2rem 0 !important;
}

.banner-content {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 8px;
    display: flex;
    margin: 120px 0 0 100px !important;
    width: 400px !important;
    line-height: 1;
}

.banner-title {
    color: #A673AF;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 24px;
    letter-spacing: 0.38px;
    word-wrap: break-word;
}

.banner-text {
    font-size: 15px;
    align-self: stretch;
    justify-content: flex-start;
    align-items: center;
    display: inline-flex;
    margin: 20px 0 40px 0;
    text-align: justify;
}

.banner-main {
    width: 100%;
    height: 450px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    display: inline-flex;
    background: url('../../SOFIA/pictures/Frame 25.jpg');
    background-size: 100% 100%;
}

.get-quote {
    width: 150px;
    font-size: 14px;
}


@media (min-width: 1200px) {

    .feature-sec .container {
        max-width: 90%;
    }

    .products .container {
        max-width: 90%;
    }

}

.product:hover {
    border: 1px solid #e7e7e7;
}

.product {
    width: 100%;
    /*margin-top: 10px;*/
    /*cursor: pointer !important;*/
    /*background: white;*/
    /*flex-direction: column;*/
    /*justify-content: flex-start;*/
    /*align-items: flex-start;*/
    /*display: inline-flex;*/
    /*max-width: 100%;*/
    /*height: 260px;*/
}

.product-details hr {
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
    padding: 0;
    border: 0;
    width: 100%;
    border-top: 2px solid #1BA167 !important;;
}


.product-details .in-stock {
    color: #1BA167;
}

.product-details {
    /*max-width: 100%;*/
    /*color: black;*/
    /*font-size: 14px;*/
    /*background: white !important;*/
    /*align-self: stretch;*/
    /*padding: 16px;*/
    /*flex-direction: column;*/
    /*justify-content: flex-start;*/
    /*align-items: flex-start;*/
    /*gap: 3px;*/
    /*display: flex;*/
}

.owl-theme .owl-dots .owl-dot span {
    margin: 4px;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: #7671b3;
}

.product-details .line1 {
}


.product-name {
    align-self: stretch;
    color: black;
    font-size: 14px;
    font-weight: 700;
    line-height: 22.26px;
    word-wrap: break-word;
}

.product-description {
    align-self: stretch;
    color: black;
    font-size: 14px;
    font-weight: 400;
    line-height: 22.26px;
    letter-spacing: 0.40px;
    word-wrap: break-word;
    max-height: 100px;
    overflow: auto;
}

.product-brand {
    text-align: left !important;
    flex: 1 1 0;
    color: #848484;
    font-size: 14px;
    font-weight: 500;
    line-height: 18.14px;
    letter-spacing: 0.38px;
    word-wrap: break-word;
}

.product-order {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    /*opacity: 0;*/
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    display: flex;
}

.hidden {
    display: none !important;
}

.vis-non {
    visibility: hidden !important;
}

.sip .fab {
    font-size: 25px;
    color: #1BA167;
}

.order-now-btn {
    padding: 5px 30px;
    background: linear-gradient(270deg, #1BA167 0%, #1BA167 100%);
    border-radius: 6px;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    display: inline-flex;
}


.order-now-btn:hover {
    color: white;
}


.product-state {
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 12px;
    word-wrap: break-word;
}

.partners {
    padding: 2rem 0 !important;
}

.partners .partner {
    border: 1px solid #8080800d;
    padding: 20px 20px;
}


.left-banner {
    height: 270px;
    padding: 10px;
    background-size: 100% 100%;
}

.left-banner .content {
    margin: 100px 0 0 50px;
    width: 30%;
}

.right-banner {
    height: 270px;
    padding: 10px;
    background-size: 100% 100%;
}

.right-banner .badge {
    margin-bottom: 10px;
}

.right-banner .content {
    margin: 75px 0 0 250px;
    width: 30%;
}

.contact-sec .contact-form input,
.contact-sec .contact-form textarea {
    background: white;
    border-radius: 20px !important;
}

.cred {

}

.send-c {
    width: auto;
    font-size: 12px;
    height: 35px;
    padding: 0px 26px;
    position: absolute;
    top: -88px;
    right: 22px;
}


.get-touche {
    color: black;
    font-size: 30px;
    margin-bottom: 30px;
    font-weight: 900;
    letter-spacing: 1px;
    word-wrap: break-word;
}

.cl p {
    color: black;
    font-size: 12px;
}

.cl p.cu {
    font-weight: bold;
}

.cl span, .cl i {
    color: black;
    /*font-size: 12px;*/
}

.contact-details h4 {
    font-size: 15px;
    color: white;
    font-weight: bold;
}

.contact-sec {
    margin-bottom: 2rem;
}

.contact-sec .contact-details ul li span {
    font-size: 12px;
    color: white;
}

.contact-details hr {
    margin: 0 0 12px 0;
    border-top: 1px solid white;
}

.contact-details {
    padding: 20px 30px 10px 30px;
    max-width: 300px;
    color: white;
    background: #1BA167;
}

.contact-sec .contact-details ul li i {
    background: white;
    padding: 7px;
    font-size: 25px;
}

.get-touche-desc {
    margin: 20px 0;
    font-size: 12px;
    color: black;
}

.send {
    width: 150px;
    height: 35px;
    font-size: 14px;
}

.contact-inputs {
    padding: 0 10px;
}

.contact-form-div {
    margin: 50px 0;
    /*background: #f4f9ff;*/
    /*padding: 76px 65px;*/
    border-radius: 40px !important;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
}

.text-black {
    color: black;
}

input, textarea {
    border: 2px solid #f1f1f1 !important;
    padding: 20px !important;
    border-radius: 5px !important;
}

.contact-sec .contact-heading {
    display: inline-block;
    font-size: 18px;
    color: #202020;
    text-transform: uppercase;
    font-weight: bold;
}

.contact-sec .contact-area {
    margin: 15px 0 10px 0;
}

.bg-contact {
    padding: 7.5rem 0 1rem 0 !important;
    background: linear-gradient(to bottom, #f0f0f0 50%, white 50%);
}

.footer-social img {
    width: 30px !important;
}

.footer-social li a:hover {
    background-color: #ffffff;
    color: white !important;
}

.footer-social {
    text-align: left;
    margin-top: 20px;
}

.address-area {
    padding: 75px;
    border-radius: 20px;
    background: linear-gradient(270deg, #1BA167 0%, #1BA167 100%);
}

.address-area i,
.address-area h6,
.address-area li {
    color: white !important;
}

.company-about {
    font-size: 12px;
    text-align: center;
}

.end {
    padding: 0 0 10px 0;
    background-color: #119A5F;
}

.footer-btns {
    font-size: 14px;
    color: black !important;
}

.footer-btns2 {
    line-height: 70px;
}

.footer-btns a {
    font-size: 14px;
}

.footer {
    padding: 40px 10%;
    background: #1BA167;
}

.footer-btns ul {
    display: flex;
}

.footer-btns ul li {
    margin: 0 10px;
}


.slider {
    width: 100%;
    position: relative;
    margin-top: 45px;
}


.slider .line1 {
    width: 100%;
    height: 310px;
    left: 0px;
    top: 99px;
    position: absolute;
    background: white;
    border-radius: 20px;
}

.slider .line2 {
    width: 115.79px;
    height: 187px;
    left: 130px;
    top: 99px;
    position: absolute;
    opacity: 0.20;
}

.slider .line3 {
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    top: 225px;
    position: absolute;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
    display: inline-flex;
}

.slider .slider-brand {
    align-self: stretch;
    color: #E2E2E2;
    font-size: 13px;
    font-weight: 500;
    line-height: 18.14px;
    letter-spacing: 0.38px;
    word-wrap: break-word;
}

.slider .slider-title {
    align-self: stretch;
    color: black;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    word-wrap: break-word;
}

.slider .slider-desc {
    align-self: stretch;
    color: black;
    font-size: 12px;
    font-weight: 400;
    line-height: 22.26px;
    letter-spacing: 0.40px;
    word-wrap: break-word;
    max-height: 75px;
    overflow: auto;
}

.sldier .separator {
    align-self: stretch;
    height: 0px;
    border: 1px #e7e7e7 solid;
}

.slider .product-state {
    color: #1BA167;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 12px;
    word-wrap: break-word;
}

.slider .top-img {
    width: 150px;
    height: 175px;
    top: 0px;
    position: absolute;
    left: 15%;
}

.slider .separator {
    align-self: stretch;
    height: 0px;
    border: 1px #EDEDED solid;
}

.slider .p-state {
    color: #D70000;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 12px;
    word-wrap: break-word;
}

.slider.active .line1 {
    width: 100%;
    height: 370px;
    left: 0px;
    top: 99px;
    position: absolute;
    background: linear-gradient(270deg, #1BA167 0%, #1BA167 100%);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    border: 1px #1BA167 solid;
}

.slider.active .line2 {
    width: 115.79px;
    height: 187px;
    left: 130px;
    top: 99px;
    position: absolute;
    opacity: 0.20;
}

.slider.active .line3 {
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    top: 225px;
    position: absolute;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
    display: inline-flex;
}

.slider.active .separator {
    align-self: stretch;
    height: 0px;
    border: 1px white solid;
}


.slider.active .slider-title {
    color: white;
    font-size: 20px;
}

.slider.active .slider-desc {
    color: white;
    font-size: 13px;
    align-self: stretch;
    font-weight: 400;
    line-height: 22.26px;
    letter-spacing: 0.40px;
    word-wrap: break-word;
}

.slider.active .p-state {
    color: #1BA167;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 12px;
    word-wrap: break-word;
}

.slider.active .line4 {
    align-self: stretch;
    height: 34px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    gap: 10px;
    display: flex;
}


.slider.active .line5 {
    width: 126px;
    height: 34px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 19.23px;
    padding-right: 19.77px;
    background: white;
    border-radius: 6px;
    justify-content: center;
    align-items: center;
    display: inline-flex;
}


.slider.active .get-quote {
    text-align: center;
    color: #1BA167;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 14px;
    letter-spacing: 0.70px;
    word-wrap: break-word;
}

.pointer {
    cursor: pointer;
}

.b {
    background: #1BA167;
    border: 3px solid #1BA167;
}


.product-state.in {
    color: #1BA167;
}

.product-state.out {
    color: #D70000;
}

.p-state.in {
    color: #1BA167 !important;
}

.p-state.out {
    color: #D70000 !important;
}

.slider.active .p-state.in {
    color: white !important;
}

.slider.active .p-state.out {
    color: white !important;
}

.owl-carousel .owl-item img {
    width: 50%;
    margin: auto;
}

.footer-icon {
    width: 62px;
    height: 68px;
    padding: 10px;
    background: white;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.16);
    border-top-left-radius: 81px;
    border-top-right-radius: 81px;
    position: fixed;
    right: -5px;
    bottom: 20px;
    rotate: 270deg;
}


.show-mobile {
    display: none !important;
}

.banners h3 {
    color: black !important;
    margin-top: 150px;
    margin-bottom: 10px;
    font-size: 45px;
    font-weight: bold;
}

.provide-line1 {
    width: 70px;
}

.provide-star1 {
    position: absolute;
    top: 29px;
    left: 150px;
    width: 15px;
}

.provide-line3 {
    position: absolute;
    width: 70px;
    right: 150px;
}

.provide-star3 {
    position: absolute;
    top: 29px;
    right: 50px;
    width: 15px;
}

.flas_sale_val {
    position: absolute;
    width: 70px;
    height: 33px;
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
    right: 20px;
    z-index: 21321;
    text-align: center;
    font-size: 10px !important;
    color: black;
}

.flas_sale_val h5 {
    font-size: 14px !important;
    font-weight: bold;
    margin-top: 6px;
}

.cat-div {
    display: inline-block;
    border-radius: 100%;
    box-shadow: 0px 3px 8px 2px #e6e6e6;
    height: 60px;
    width: 60px;
}


.cat-div img {
    width: 30px;
    margin-top: 15px;
}

.provide-line2 {
    width: 70px;
}

.provide-star2 {
    position: absolute;
    top: -29px;
    right: -20px;
    width: 15px;
}

.green {
    color: #1BA167;
}

.green-c {
    color: #1BA167 !important;
}

.ons img {
    margin: 0 10px;
}

.ons {
    display: flex;
    margin-top: 20px;
}

.map {
    border: 0;
    width: 100%;
    height: 250px;
    margin-top: 20px;
}

.ons h6 {
    margin: 0;
}

.type {
    font-size: 14px;
    font-weight: bold;
}

.value {
    font-size: 13px;
    font-weight: bold;
}

.get-touche .green {
    font-size: 24px;
}

.banners .p {
    color: black !important;
    font-size: 14px;
    text-align: justify;
}

.banner-dots {
    width: 250px !important;
    height: auto !important;
    position: absolute;
    left: -30px;
    bottom: 20px;
}

.about h6 {
    margin-top: 75px;
    color: black;
    font-size: 41px;
    width: 98%;
}

.about p {
    color: #565656;
    font-size: 12px;
    width: 90%;
    text-align: justify;
}

.about .content {
    padding-left: 40px;
    background: transparent;
}

.about-rectangle {
    position: absolute;
    top: 10%;
    left: 100%;
    height: 175px;
}

.services h5 {
    color: black;
    font-size: 30px;
    margin-top: 35vh !important;
    margin-bottom: 40px;
    width: 40%;
    z-index: 10000 !important;
    position: relative;
}

.services-rect {
    position: absolute;
    top: 30vh;
    height: 140px;
    left: -20px;
}

.services-dots {

}

.services .content p {
    color: #565656;
    font-size: 15px;
    text-align: justify;
    width: 80%;
}

.service {
    background: white;
    box-shadow: 0 0 7px 4px #d0d0d066;
    border-radius: 15px;
    width: 80%;
    text-align: center;
    padding: 53px 17px;
    margin: auto;
}

.about {
    background: transparent;
}

.to-up {
    top: -14px;
    margin-bottom: 37px;
    left: -40px;
}

.services-dots {
    left: -90%;
    height: 125px;
    z-index: -10;
    position: absolute;
    top: 80vh;
}

.services-bg {
    top: 100px;
    z-index: -5;
    width: 2000px;
    height: 75vh;
    background: #f4f9ff;
    border-radius: 61px 0 0 0;
    position: absolute;
    left: -50%;
}


.services-circle {
    position: absolute;
    right: 5%;
    width: 150px;
    z-index: -10;
    bottom: 0px;
}

.to-down {
    top: 25px;
}

.service img {
    width: 85px;
    margin-bottom: 20px;
}

.service h3 {
    color: black;
    margin-bottom: 20px;
    font-size: 18px;
    text-align: center;
}

.service p {
    color: #565656;
    font-size: 12px;
    text-align: center;
}

.product .item2 {
    padding: 50px 0;
}

@media (max-width: 641px) {

    .navbar-top-default {
        background-color: #1BA167;
    }

    .product {
        min-height: 250px;
        height: auto;
    }

    .contact-sec .contact-details ul li i {
        margin-right: 0;
    }

    .top-header {
        padding: 0;
    }

    .navbar {
        padding-left: 2% !important;
        padding-right: 2% !important;
    }

    .banners {
        padding: 7rem 0 1rem 0;
    }


    .products {
        padding: 0rem 0 !important;
        padding-bottom: 1rem !important;
    }


    .products2 {
        padding: 5rem 0 !important;
    }

    .banners .banner_middle3 img {
        max-height: 150px;
        height: 150px;
    }

    .tabs-header1 {
        text-align: center;
    }

    .product .main-img {
        padding: 0px;
    }

    .product-name, .product-details {
        font-size: 12px;
        padding: 5px 0 0 5px;
    }

    .header-appear .navbar-top-default {
        background: #1BA167;
    }

    .banners img {
        max-height: 200px;
        height: 200px;
        margin: 30px auto;
    }

    .top-header .text-left {
        text-align: center !important;
    }

    .services h5 {
        color: black;
        font-size: 30px;
        margin-top: 0vh !important;
        margin-bottom: 20px;
        width: 100%;
        z-index: 10000 !important;
        position: relative;
        text-align: center;
    }

    .services .content p {
        color: #565656;
        text-align: center;
        font-size: 15px;
        text-align: justify;
        width: 100%;
    }

    .services-bg, .services-circle, .services-dots, .services-rect {
        display: none;
    }

    .about h6 {
        margin-top: 6px;
        color: black;
        font-size: 22px;
        width: 100%;
    }

    .to-up {
        top: auto;
        margin-bottom: auto;
        left: auto;
    }

    .to-down {
        top: auto;
    }


    .product .main-img {
        padding: 20px !important;
        margin: auto;
        min-height: 155px;
    }

    .contact-form-div {
        background-image: none !important;
        padding: 0px;
    }

    .service {
        width: 80%;
        margin: 15px auto;
    }

    .send-c {
        top: -60px;
    }

    .contact-sec{
        margin-bottom: 0;
        padding: 0;
    }

    .about p {
        color: #565656;
        font-size: 12px;
        width: 90%;
        text-align: justify;
    }

    .slider.active .get-quote {
        text-align: center;
        color: #1BA167;
        font-size: 10px;
        font-weight: bold;
        text-transform: uppercase;
        line-height: 29px;
        letter-spacing: 0.7px;
        word-wrap: break-word;
    }

    .sidemenu_btn {
        display: block;
    }

    .feature-image {
        background-size: cover;
        background-position: right;
    }

    .nav-social {
        display: none !important;
    }

    header a.logo img {
        margin-left: 15px !important;
        width: 100px;
    }

    .flas_sale_val {
        z-index: 0;
        top: 10px;
    }

    .sidemenu_btn span {
        background: white !important;
    }

    .banner-area {
        padding-top: 30px;
    }

    .banners h3 {
        font-size: 35px;
        margin-top: 11px;
        margin-bottom: 30px;
    }

    .provide-star1 {
        top: 0
    }

    .provide-line3 {
        right: 30px;
    }

    .provide-star3 {
        top: 18px;
        right: 30px;
    }

    .left-cats {
        text-align: center;
        margin-bottom: 20px;
    }

    .left-cats-div {
        margin-bottom: 0px;
    }

    .catsps{
        margin-top: 20px;
    }

    .provide-star2 {
        right: 30px;
    }

    .provide-line2 {
        position: absolute;
        right: 50px;
    }


    .banner-dots {
        display: none;
    }

    .banner-area .badge {
        margin-bottom: 5px;
    }

    .slider .top-img {
        width: 125px;
        height: 145px;
        top: 0px;
        position: absolute;
        left: 20%;
    }

    .slider {
        margin-top: 20px;
    }

    .slider.active .line1 {
        height: 271px;
    }

    .banner-text {
        font-size: 10px;
        align-self: stretch;
        justify-content: flex-start;
        align-items: center;
        display: inline-flex;
        margin: 0px 0 10px 0;
        padding-right: 50px;
        text-align: justify;
    }

    .line2 img {
        width: 50%;
    }

    .slider.active .line3 {
        top: 150px;
        gap: 3px;
    }

    .banner-heading {
        margin-bottom: 0;
    }

    .banner-des {
        padding: 0;
    }

    .services {
        padding: 2rem 0;
    }

    .show-desktop {
        display: none !important;
    }

    .show-mobile {
        display: block !important;
    }

    .banner-image {
        background-size: cover;
    }

    .slider .slider-desc {
        max-height: 100px;
    }

    .products .header-text {
        text-align: center;
    }

    .tabs-header {
        text-align: center;
        margin-bottom: 10px;
    }

    .products .text-right {
        text-align: center !important;
        margin-bottom: 10px;
    }

    .product {
        border: 1px solid #b7b7b7;
        /*border-radius: 20px;*/
        /*padding: 15px 0;*/
    }

    .order-now-btn {
        visibility: visible !important;
    }

    .banner img {
        margin-bottom: 10px;
    }

    .banner {
        padding: 0rem 0 !important;
    }

    .tabs > .row > .text-center {
        text-wrap: nowrap;
        text-align: center !important;
        overflow: auto;
        width: 100%;
        max-width: 100%;
        padding: 20px 0;
    }

    .get-touche {
        text-align: center;
    }

    .banner .banner-main {
        height: 140px;
    }

    .banner-content {
        margin: 10px !important;
    }

    .primary-btn {
        width: 170px;
        height: 25px;
        font-size: 10px;
    }

    .contact-details {
        margin: auto;
    }

    .sbtn {
        text-align: center;
    }

    .get-quote {
        width: 100px !important;
        font-size: 14px !important;
        height: 30px !important;
    }

    .partners .partner {
        border: 1px solid #8080804a;
    }

    .left-banner {
        height: 170px;
        padding: 10px;
        background-size: 100% 100%;
    }

    .left-banner .content {
        margin: 10px 0 0 10px;
    }

    .right-banner {
        height: 170px;
        margin-top: 20px;
        padding: 10px;
        background-size: 100% 100%;
    }

    .right-banner .content {
        margin: 20px 0 0 170px;
        width: 50%;
    }

    .bg-contact {
        padding: 3rem 0 1rem 0 !important;
        text-align: center;
    }

    .footer-social ul {
        text-align: center;
        margin-bottom: 20px;
    }

    .footer-btns ul li {
        text-align: center;
    }

    .contact-sec .contact-form textarea {
        margin-bottom: 10px;
    }

    .banner-heading {
        font-size: 20px;
    }

    .banner-des {
        font-size: 14px;
    }

    .primary-btn {
        width: 170px;
        height: 35px;
        font-size: 14px;
    }

    .footer {
        text-align: center !important;
    }

    .order-now-btn {
        padding: 2px 15px;
        font-size: 14px;
    }
}
