@import url('https://fonts.googleapis.com/css2?family=Righteous&display=swap');

@import url('https://fonts.googleapis.com/css2?family=SUSE:ital,wght@0,100..900;1,100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-shadow: none;
    box-sizing: border-box;
}

:root {
   --primary-color: #093c3280;
    --secondry-color: #093c32ad;
    --third-color: #093c3280;
    --four-color: #38718b;
    --white-color: #fff;
    --black-color: #070707;
    --black-color2: #141615;
    --black-color3: #202020;
    --black-color4: #212529;
    --gray-color: #F5F5F5;
    --gray-color2: #ECF0F1;
    --gray-color3: #F8F8FF;
    --gray-color4: #f6f6f6;
    --facebook-color: #3b5998;
    --instagram-color: #962fbf;
    --danger-color: #af2722;
    --youtube-color: #c4302b;
    --lightgray-color: #e7e6e6;
    --background-color: #f9f6f0;
    --hover-color: #d8d7d7;
}

img {
    max-width: 100% !important;
}

body {
    font-family: "SUSE", sans-serif;
    overflow-x: hidden !important
}

body,
html {
    scroll-behavior: smooth;
    font-family: "SUSE", sans-serif;
}

a {
    text-decoration: none !important;
}

a:focus {
    outline: none;
    text-decoration: none;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Righteous", sans-serif;

}

.products_main_div_box img,
.why_choose_us_image_main_div,
.testimonials_main_div,
.gallery_slider_main_div,
.number_of_counts_box_main_div {
    will-change: transform, opacity;
}

/*  */
.split-heading {
    text-transform: capitalize;
}

.split-heading .char {
    display: inline-block;
    white-space: pre;
    text-transform: none;
}

/* about us start */
/* .about_us_section {
    background-image: url('/assets/images/aboutbg02.webp');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
} */

.heroslider_section2{
    display: none;
}

.overlay_aboutus_bg_color {
    background-color: #ffffffef;
    padding: 30px 0px;
}

.about_us_div>h1 {
    font-size: 30px;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--black-color3);
}

.about_us_div>p {
    color: var(--black-color3);
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 3px !important;
    font-weight: 500;
}

.about_us_div>p>strong {
    color: var(--black-color);
}

/* about us end */

/*  */

.counter_section_sec {
    padding: 40px 0px 20px 0px;
}

.number_of_counts_box_main_div {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: var(--four-color);
    padding: 30px 30px 30px 30px;
    border-radius: 10px;
    height: 140px;
    margin-bottom: 20px;
    position: relative;
}

.number_of_counts_box_main_div::before {
    background-color: var(--third-color);
    position: absolute;
    top: 0;
    left: 0px;
    right: 0px;
    height: 3px;
    width: 200px;
    content: '';
    border-radius: 100px;
    text-align: center;
    margin: auto;
}


.number_of_counts_box_main_div::after {
    background-color: var(--third-color);
    position: absolute;
    bottom: 0;
    left: 0px;
    right: 0px;
    height: 3px;
    width: 200px;
    content: '';
    border-radius: 100px;
    text-align: center;
    margin: auto;
}

.number_of_counts_icon_box>img {
    width: 65px;
    object-fit: contain;
    filter: brightness(0%) invert(1);
}

.number_of_count_content_div>h5 {
    font-size: 35px;
    font-weight: 800;
    text-transform: capitalize;
    color: var(--white-color);
    margin-bottom: 1px !important;
}


.number_of_count_content_div>h6 {
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    color: var(--white-color);
}

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


.counter_ab_image_div>img {
    width: 400px;
}

/*  */

/*  */
.products_section {
    background-color: #f5f5f5;
    padding: 30px 0px 10px 0px;
}

.products_title_div {
    margin-bottom: 15px;
}


.products_title_div>h2 {
    font-weight: 600;
    text-transform: capitalize;
    color: var(--primary-color);
}

.products_main_div {
    margin-bottom: 10px;
    border-radius: 10px;
    padding: 0px;
}

.products_main_div > p{
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 4px !important;
}

.products_image_div {
    text-align: center;
    margin-bottom: 15px;
}

.products_image_div>img {
    width: 300px;
    text-align: center;
    display: block;
    margin: auto;

}

.products_main_div>a>h3 {
    color: var(--black-color3);
    font-weight: 700;
    font-size: 20px;
    text-transform: capitalize;
}

.products_main_div>a>p {
    color: var(--black-color3);
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 8px !important;
}


.products_main_div>a>span {
    background-color: var(--third-color);
    text-align: center;
    border-radius: 3px;
    padding: 9px 20px;
    color: var(--white-color);
    text-transform: capitalize;
    font-weight: 600;
    font-size: 13px;
    display: inline-block;
    margin-top: 5px;
    letter-spacing: .4px;
}

.products_main_div>a>span:hover {
    background-color: var(--primary-color);
}


/*  */

/*  */

.why_choose_us_section {
    background-color: #fff;
    padding: 30px 0px 10px 0px;
}

.why_choose_us_title_div {
    text-align: center;
    margin-bottom: 30px;
}

.why_choose_us_title_div>h3 {
    color: var(--black-color);
    text-transform: capitalize;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 3px !important;
}

.why_choose_us_title_div>p {
    color: var(--black-color);
    margin-bottom: 4px !important;
}

.why_choose_us_title_div>h5 {
    color: var(--black-color);
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 3px !important;
}

.why_choose_relative_div {
    position: relative;
}

.why_choose_img_main_div {
    width: 550px;
    height: 520px;
    margin: auto;
    text-align: center;
}


.why_img_div>img {
    width: 500px;
    height: 500px;
    border-radius: 100px;
    object-fit: cover;
    border: 4px solid var(--secondry-color);
    filter: brightness(90%);

}

/* 01 */

.left_side_div_boxes_main_div {
    position: absolute;
    top: 60px;
    left: 0px;
}


.right_side_div_boxes_main_div {
    position: absolute;
    top: 100px;
    right: 0px;
}

.overlay_boxes_01 {
    margin-bottom: 40px;
    max-width: 500px;
    background-color: var(--secondry-color);
    border-radius: 100px;
    padding: 10px 30px 10px 13px;
    border: 2px solid var(--white-color);
}

.overlay_flex_main_div {
    display: flex;
    gap: 10px;
}

.icon_div_overlay_box>img {
    width: 80px;
    filter: brightness(0%) invert(1);

}

.overlay_boxes_01>.overlay_flex_main_div>.content_div_overlay_box>h5 {
    font-size: 15px;
    margin-bottom: 5px !important;
    color: var(--white-color);
}

.overlay_boxes_01>.overlay_flex_main_div>.content_div_overlay_box>p {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0px !important;
    color: var(--white-color);
}

/* 01 end */


/* 02 */

.overlay_boxes_02 {
    margin-bottom: 40px;
    max-width: 500px;
    background-color: var(--secondry-color);
    border-radius: 100px;
    padding: 10px 30px 10px 13px;
    margin-left: 50px;
    box-shadow: rgba(255, 255, 255, 0.2) 0px 10px;

}

.overlay_flex_main_div {
    display: flex;
    gap: 10px;
}

.icon_div_overlay_box>img {
    width: 80px;

}

.overlay_boxes_02>.overlay_flex_main_div>.content_div_overlay_box>h5 {
    font-size: 15px;
    margin-bottom: 5px !important;
    color: var(--white-color);
}

.overlay_boxes_02>.overlay_flex_main_div>.content_div_overlay_box>p {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0px !important;
    color: var(--white-color);

}

/* 02 end */


/* 03 */

.overlay_boxes_03 {

    max-width: 500px;
    background-color: var(--white-color);
    border-radius: 100px;
    padding: 10px 30px 10px 13px;
}

.overlay_flex_main_div {
    display: flex;
    gap: 10px;
}

.icon_div_overlay_box>img {
    width: 80px;

}

.content_div_overlay_box>h5 {
    font-size: 15px;
    margin-bottom: 0px !important;
}

.content_div_overlay_box>p {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0px !important;
}

/* 03 end */

/*  */


/*  */

.testimonials_section {
    padding: 40px 0px;
    margin-bottom: 30px;
}


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

.testimonials_title_div>h4 {
    font-weight: 800;
    text-transform: capitalize;
    font-size: 30px;
}

.testimonials_main_div {
    background-color: var(--gray-color);
    border: 1px solid var(--gray-color);
    border-radius: 20px 0px 20px 0px;
    padding: 30px 0px 20px 0px;
}

.testimonials_image_div {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.testimonials_image_div>span {
    background-color: var(--primary-color);
    padding: 10px 0px 10px 70px;
    border-radius: 0px 100px 100px 0px;
}

.testimonials_image_div>span>img {
    width: 60px;
    background-color: var(--white-color);
    border-radius: 100px;
    padding: 5px;
    filter: brightness(90%);

}

.testimonials_name_div>h5 {
    font-weight: 700;
    text-transform: capitalize;
    color: var(--black-color3);
    font-size: 20px;
}

.testimonilas_content_div {
    padding: 0px 15px;
}

.testimonilas_content_div>p {
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    margin-bottom: 2px !important;
}

.testimonials_rating_div {
    margin-top: 10px;
    text-align: center;
}

.testimonials_rating_div>i {
    font-size: 14px;
    color: #c2c2c2;
}

.testimonials_rating_div>i.fa-star {
    color: #e6b907;
}

/*  */


/*  */
.footer {
   background-color: rgb(9 60 50 / 88%);
    padding: 40px 0px 20px 0px;
}

.footer_logo_main_div {
    padding-bottom: 15px;

}

.logo_footer_img {
    margin-bottom: 10px;
}

.logo_footer_img>a>img {
    width: 240px;
    filter: brightness(0%) invert(1);
    margin: auto;
}

.footer_logo_main_div>p {
    padding: 0px 6px;
    color: var(--white-color);
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
}

.footer_logo_main_div>p>a {
    color: var(--white-color);
    text-decoration: underline !important;
    font-weight: 700;
    display: inline-block;
}


.footer_media_object_main_div {
    margin-bottom: 10px;
    padding: 0px 6px;
}

.footer_media_object_main_div>.d-flex>.flex-shrink-0>span {
    background-color:var(--secondry-color);
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 4px;
    line-height: 30px;
    color: #fff;
    font-size: 15px;
}

.footer_media_object_main_div2>.d-flex>.flex-shrink-0>span {
     background-color:var(--secondry-color);
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 4px;
    line-height: 30px;
    color: var(--white-color);
    font-size: 15px;
}

.footer_media_content_div>a {
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: var(--white-color);
    font-weight: 500;
    transition: .4s ease-in-out;
}

.footer_media_content_div>a:hover {
    color: var(--white-color);
    letter-spacing: .3px;
    transition: .4s ease-in-out;
}

.footer_media_content_div>p {
    font-size: 14px;
    line-height: 24px;
    color: var(--white-color);
    font-weight: 500;
    margin-bottom: 0px !important;
    transition: .4s ease-in-out;
}

.footer_media_content_div>p:hover {

    transition: .4s ease-in-out;

}

.footer_sidebar_main_div>h5 {
    font-weight: 600;
    text-transform: capitalize;
    color: var(--black-color3);
}


.footer_sidebar_follow_us {
    padding: 0px 6px;
}

.footer_sidebar_follow_us>b {
    color: var(--white-color);
    font-size: 14px;
    font-weight: 700;
    text-transform: capitalize;
    display: block;
    margin-bottom: 8px;
}

.footer_sidebar_follow_us>a {
    font-size: 14px;
    margin: 0px 0px 0px 3px;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    color: var(--white-color);
    border-radius: 2px;
}

.footer_sidebar_follow_us>a.fa-facebook {
    background-color: var(--facebook-color);
}


.footer_sidebar_follow_us>a.fa-instagram {
    background-color: var(--instagram-color);
}


.footer_sidebar_follow_us>a.fa-youtube {
    background-color: var(--youtube-color);

}

.footer_quick_links>h5 {
    color: var(--white-color);
    font-weight: 500;
    text-transform: capitalize;
    font-size: 20px;
    margin-bottom: 15px;
}

.footer_quick_links>ul {
    padding: 0px !important;
    list-style: none !important;
}

.footer_quick_links>ul>li {
    padding: 7px 0px;
}


.footer_quick_links>ul>li>a {
    color: var(--white-color);
    font-size: 14px;
    display: block;
    text-transform: capitalize;
    transition: .4s ease-in-out;
    font-weight: 500;
}

.footer_quick_links>ul>li>a:hover {
    color: var(--hover-color);
    transition: .4s ease-in-out;
    margin-left: 2px;

}

.footer_quick_links>ul>li>a>i {
    font-size: 10px;
}

.copy_right_section {
    background-color: rgb(9 60 50 / 70%);
    text-align: center;
    padding: 7px 1px;
    border-top: 1px solid var(--secondry-color);
}

.copyright_content_div>p {
    margin-bottom: 0px !important;
    color: var(--white-color);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .3px;
}

.copyright_content_div>p>a {
    color: var(--nine-color);
    text-decoration: underline !important;
}

/*  */



.mobile_call_whatsapp_fixed_main_div {
    position: fixed;
    bottom: 120px;
    right: 25px;
    z-index: 99;
}

.call_icon_div {
    text-align: center;
}

.call_icon_div>a {
    background-color: var(--secondry-color);
    height: 60px;
    line-height: 57px;
    width: 60px;
    text-align: center;
    border-radius: 100px;
    animation: moveUpDown 2s ease-in-out infinite;
    display: inline-block;
    margin-bottom: 8px;
}

@keyframes moveUpDown {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
    }
}

.call_icon_div>a>img {
    width: 32px !important;
    filter: brightness(0%) invert(1);
    height: 60px;
    line-height: 60px;
    width: 60px;
    object-fit: contain;
}

.whatsapp_icon_div {
    text-align: center;
}

.whatsapp_icon_div>a {
    background-color: #dc0303;
    height: 60px;
    line-height: 57px;
    width: 60px;
    text-align: center;
    border-radius: 100px;
    animation: zigzag 0.5s ease-in-out infinite;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-duration: 10s;
    animation-timing-function: steps(1, end);
    position: relative;
    animation: zigzag 8s infinite;
    display: inline-block;
}

@keyframes zigzag {
    0% {
        left: 0px;
    }

    1% {
        left: -5px;
    }

    2% {
        left: 5px;
    }

    3% {
        left: -5px;
    }

    4% {
        left: 5px;
    }

    5% {
        left: 0px;
    }

    100% {
        left: 0px;
    }
}

.whatsapp_icon_div>a>img {
    width: 32px !important;
    filter: brightness(0%) invert(1);
    height: 60px;
    line-height: 60px;
    width: 60px;
    object-fit: contain;
}


.mobile_whatsapp {
    display: none;
}


.scroll-top-btn {
    position: fixed;
    bottom: 25px;
    right: 25px;
    background: var(--four-color);
    color: #fff;
    border: none;
    outline: none;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    z-index: 9999;
}

.scroll-top-btn.show {
    opacity: 1;
    visibility: visible;
    bottom: 35px;
}

.scroll-top-btn:hover {
    background: var(--secondry-color);
}

.product-range_title_div h3 {
    color: var(--black-color);
    text-transform: capitalize;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 3px !important;
}

.product-range_title_div {

    margin-bottom: 20px;
}

.page-title-area-section {
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    background-position: center center;
}

.page-title-area {
   background-color: rgb(82 118 111);
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: left;
    position: relative;
}

.page-title-area .page-title-content {
    position: relative;
}

.page-title-area .page-title-content ul {
    margin: 0;
    padding: 0;
}

.page-title-area .page-title-content ul li {
    list-style-type: none;
    display: inline-block;
    color: #ffffff;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 600;
}

.page-title-area .page-title-content ul li a {
    color: #000;
    font-size: 14px;
    text-decoration: none;
    font-weight: 600;
    text-transform: capitalize;
}

.page-title-area .page-title-content ul li i {
    display: inline-block;
    font-size: 20px;
    position: relative;
    top: 4px;
}

.section-space-all.contact-page-sec {
    position: relative;
    width: 100%;
    padding: 30px 0px 30px;
    background-color: #fff;
}


.contact-form-layout4.contact-form-box {
    margin-bottom: 0px;
}

.contact-form-layout4.contact-form-box {
    padding: 20px;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    margin-bottom: 0px;
    background-color: var(--primary-color);
    border-radius: 10px;
}

.section-title-primary {
    text-align: left;
    margin-bottom: 20px;
    color: #333333;
}

.section-title-primary h2 {
    text-transform: capitalize;
    margin-bottom: 10px;
    font-size: 24px;
    color: var(--white-color);
    line-height: 1.2;
}

.section-title-primary h2 span {
    color: var(--white-color);
}

.contact-form-box .input_div_contact {
    margin-bottom: 10px;
}

.contact-form-layout4 form .top-input:focus {
    box-shadow: none;
    outline: none;
}

.contact-form-layout4 form .message-box {
    padding: 15px 20px;
    width: 100%;
    height: 100px;
    margin-bottom: 20px;
    border: 1px solid var(--white-color);
}

.contact-form-box .input_div_contact>label {
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 600;
    color: var(--white-color);
    margin-bottom: 5px;
}

.contact-form-box .input_div_contact>input {
    border-radius: 5px !important;
    outline: none !important;
    box-shadow: none !important;
    font-size: 15px;
    font-weight: 400;
    color: #19232B;
    border: 1px solid var(--white-color) !important;
    height: 40px;
    background-color: #fff;
}

.form-control-textarea {
    margin-bottom: 10px;
    outline: none !important;
    width: 100%;
    padding: .375rem .75rem;
    height: 100px;
    border-radius: 5px !important;
    border: 1px solid var(--white-color) !important;
    box-shadow: none !important;
}

.theme-btn {
    font-size: 15px;
    color: var(--white-color);
    padding: 10px 20px;
    transition: all .5s ease-in-out;
    text-transform: capitalize;
    position: relative;
    border-radius: 50px 50px 50px 50px;
    font-weight: 600;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    border: none;
    background-color: var(--secondry-color);
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    z-index: 1;
}

.theme-btn:hover {
    background-color: var(--secondry-color);
    color: var(--white-color);
}

.contact-info-layout3 {
    padding: 40px 28px 55px;
    box-shadow: 0 9px 7px 0 rgba(13, 3, 44, .1);
    background-color: #ffffff;
}

.contact-info-layout3 h1 {
    font-size: 22px;
    text-transform: capitalize;
    color: #333333;
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid #d6d6d6;
}

.contact-info-layout3 ul.contact-address {
    margin-bottom: 30px;
}

.contact-info-layout3 ul.contact-address li {
    padding-left: 50px;
    margin-bottom: 20px;
    position: relative;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}

.contact-info-layout3 ul.contact-address li i {
    left: 0;
    top: 0;
    position: absolute;
    font-size: 20px;
    color: #000;
    font-weight: 700;
}

.contact-info-layout3 ul.contact-address li p {
    margin: 0;
    text-align: left;
    font-size: 16px;
    color: #000;

}

.section-space-all a {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

.contac_pg_map_media_div {
    padding-top: 5px;
    padding-bottom: 10px;
}

.media.contact-us-box {
    background-color: var(--primary-color);
    padding: 12px 15px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    margin-bottom: 20px;
    border-radius: 7px;
    align-items: center;
    display: flex;
    gap: 15px;
}

.contac_pg_map_media_div .fa {
    background-color: var(--secondry-color);
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 100%;
    transition: .4s;
    color: white;
    flex-shrink: 0;
}


.about-choose-us {
    background-color: #f5f5f5;
}


.contac_pg_map_media_div a {
    font-size: 14px;
    line-height: 25px;
    color: var(--white-color);
    margin-top: 7px;
    font-weight: 500;

}

.contac_pg_map_media_div p {
    font-size: 14px;
    line-height: 25px;
    color: var(--white-color);
    font-weight: 500;
    margin-bottom: 0px !important;
}

.map-sec {
    position: relative;
    width: 100%;
    padding: 20px 0px 20px;
}

.footer_sidebar_follow_us strong {
    color: var(--white-color);
}

.sitemap-sec-page {
    position: relative;
    width: 100%;
    padding: 50px 0px 40px;
}

.sitemap_main_div_list {
    position: relative;
    margin-bottom: 20px;
}

.rsspools_collapse_div>li {
    background-color: var(--primary-color);
    margin-bottom: 0px;
    border: 1px solid #e5e4e2;
    padding: 12px 20px;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 14px;
    border-radius: 6px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.rsspools_collapse_div>li>a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease-in-out;
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    padding-right: 0px;
    font-weight: 700;
    font-size: 17px;
}

.rsspools_collapse_div>li>span {
    cursor: pointer;
    background-color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 3px;
    font-size: 15px;
    font-weight: 600;
    color: var(--black-color);
}

.collpase_list_ul_div {
    max-height: 280px;
    overflow: auto !important;
}

.collpase_list_ul_div>ul {
    padding: 0px 10px !important;
    list-style: none !important;
}

.collpase_list_ul_div>ul>li {
    border-bottom: 1px dashed #4a4d51;
    padding: 7px 0px 7px 0px;
}

.collpase_list_ul_div>ul>li>a {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    text-transform: capitalize;
}

.section-product-note {
    position: relative;
    width: 100%;
    padding: 30px 0px 30px;
}

.products-notes-box {
    position: relative;
    width: 100%;
}

.prodcut-tile-main{
    font-size: 26px;
    text-transform: capitalize;
    color: var(--black-color2);
}

.products-notes-box h5{
  font-size: 21px;
    text-transform: capitalize;
    color: var(--black-color2);
    margin-bottom: 5px !important;
}

.list-product {
    padding-left: 17px;
    margin-bottom: 20px;
    list-style: square !important;
}

.list-product li {
    font-size: 15px;
    color: var(--black-color);
    margin-bottom: 6px;
    font-weight: 500;
}

.table_main_div_data {
    overflow-x: auto;
}

.table_main_div_data th {
    text-transform: capitalize;
    text-align: center;
    font-size: 14px;
    vertical-align: middle;
}


.table_main_div_data td {
    text-transform: capitalize;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    vertical-align: middle;
}

.responsive-table td,
.responsive-table th {
    padding: 0.2rem 0.4rem;
    font-size: 14px;
}

tr.bg-box>td,
tr.bg-box>th {
    background-color: #fff;
    color: var(--rbicab-black);
    font-weight: 600;
}

.table-details-text {
    font-size: 15px;
    color: var(--black-color);
}

.table-details-text > p{
    font-size: 15px;
    font-weight: 500;
}

.products_technical_table_div{
    overflow-x: auto;
    margin-bottom: 15px;
}

.products_technical_table_div > table {
    margin-bottom: 4px !important;
}

.products_technical_table_div > table > tbody > tr > th{
    text-align: center;
    align-items: center;
    vertical-align: middle;
    font-size: 15px;
    font-weight: 700;
    color: var(--black-color2);
    text-transform: capitalize;
}


.products_technical_table_div > table > tbody > tr > td{
    text-align: center;
    align-items: center;
    vertical-align: middle;
    font-size: 15px;
    font-weight: 500;
    color: var(--black-color2);
    text-transform: capitalize;
}

.privacy_section {
    position: relative;
    padding: 30px 0px 30px 0px;
}

.privacy_content_main_div>h1 {
    color: var(--black-color);
    text-transform: capitalize;
    font-size: 24px;
    margin-bottom: 8px !important;
}

.privacy_content_main_div>p {
    font-size: 15px;
    margin-bottom: 10px;
    text-align: justify;
    color: #212121;
    transition: 0.2s ease-in-out;
    margin-bottom: 10px !important;
    font-weight: 500;
    line-height: 25px;
}

.privacy_content_main_div>p > a{
    font-weight: 600;
    text-decoration: underline !important;
    color: var(--secondry-color);
}

.privacy_content_main_div>ul {
    padding-left: 18px;
    list-style: square !important;
}

.privacy_content_main_div>ul>li {
    font-size: 15px;
    color: var(--black-color);
    transition: 0.2s ease-in-out;
    margin-bottom: 8px !important;
     font-weight: 500;
    line-height: 25px;

}
.link-anchor {
    color: #5768df;
    text-decoration: underline;
}

.privacy_content_main_div>h2 {
    color: #000;
    text-transform: capitalize;
    font-size: 20px;
    margin-bottom: 4px !important;
    margin-top: 4px !important;
}
.privacy_content_main_div>h3 {
    color: #000;
    text-transform: capitalize;
    font-size: 19px;
    margin-bottom: 4px !important;
    margin-top: 4px !important;
}
.privacy_content_main_div>h4 {
    color: #000;
    text-transform: capitalize;
    font-size: 17px;
    margin-bottom: 4px !important;
    margin-top: 4px !important;
}
.why-choose-us-sec {
    position: relative;
    background: var(--white-color);
    z-index: 1;
    padding: 40px 0px 40px;
}
.site-title {
    text-transform: capitalize;
    font-size: 30px;
    color: var(--color-dark);
    margin-top: 0px;
    margin-bottom: 4px;
    position: relative;
}
.schoose-discirption{
color: var(--black-color);
    margin-bottom: 4px !important;
}
.choose-content-wrap {
    margin-top: 5px;
}
.choose-item {
    display: flex;
    align-items: center;
    gap: 10px;
    background: var(--white-color);
    border-radius: 50px 50px 50px 50px;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    padding: 15px 15px 10px 10px;
    overflow: hidden;
    border: 1px solid #e8e4e4;
}
.choose-item-icon {
    width: 77px;
    height: 77px;
    line-height: 71px;
    text-align: center;
    background: var(--secondry-color);
    border-radius: 50px 50px 50px 50px;
    flex-shrink: 0;
}
.choose-item-icon img {
    width: 45px;
    filter: brightness(0%) invert(1);
}
.choose-item-info h4 {
    color: var(--black-color);
    margin-bottom: 10px;

}
.choose-item-info h5 {
    color: var(--black-color);
    margin-bottom: 7px;
    font-size: 18px;
    margin-bottom: 3px !important;

}
.choose-item-info p {
   font-size: 15px;
   font-weight: 500;
    color: var(--black-color);
    margin-bottom: 0px !important;
}
