body {
    font-family: "Roboto", sans-serif;
    color: #222;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;


}

p {
    font-size: 16px;
}

a {
    text-decoration: none;
}

li {
    list-style: none;

}

ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

/* top  header css start */
.social_media_icons {
    display: flex;
    align-items: center;

}

.social_media_icons_infor {
    justify-content: end;
    display: flex;
    align-items: center;
    gap: 20px;
}

.social_media_icons_infor a {
    color: #fff;
}

.social_media_icons_infor a i {
    margin-right: 4px;
}

.social_media_icons li:not(:last-child) {
    border-right: .5px solid #ffffff3a;
}

.social_media_icons li a {
    color: #fff;

}

.social_media_icons li {

    padding: 10px 15px;
    color: #fff;
}

/* top header css end */

/* header css start */
.navbar-brand img {
    width: auto;
}

.navbar-brand {
    padding: 0px;
}

.header_main {
    width: 100%;
    background-color: #fff !important;
    z-index: 2;
    transition: all 0.4s ease;
}

.header_main .nav-link {
    color: #000;
    display: inline-block;
}

.header_main .nav-item:last-child a,
.header_main .nav-item:last-child {
    padding-right: 0px;
}

.header_main .nav-item {
    padding: 0px 10px;

}

.bg-emerald {
    background-color: #07655D;
}

.plus-icon,
.arrow_downs {
    position: relative;
    height: 15px;
    width: 15px;
    display: inline-block;
    padding: 0px;
    line-height: 15px;
    border: 0px;
    background: transparent;
}

.menu_procuts {
    position: absolute;
    width: 100%;
    left: 0;
    height: 0;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transition: all 0.4s ease;
    /* smooth transition */
    background: #07655D;
    padding: 15px;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    border-radius: 10px;
}

.menu_lists_items>li:not(:last-child) {
    border-bottom: 1px solid #fff
}

.menu_lists_items li {
    padding-top: 5px;
    padding-bottom: 5px;
}

.menu_lists_items li i,
.menu_lists_items a i,
.menu_lists_items li,
.menu_lists_items a {
    color: #fff;
}

.inner_list_items {
    padding-left: 20px;
}

.inner_list_items>li:not(:last-child) {
    border-bottom: 1px solid #fff
}

.heading-h2 a,
.heading-h2 {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
}

/* header css end */
.hero_sliders .container {}

.hero_sliders {
    padding: 0px 0px 0px;
    position: relative;
}

.custom-dots {
    text-align: center;
    margin-top: 15px;
    background: #07655D;
    position: absolute;
    left: 50%;
    top: 50%;
    left: 0px;
    transform: translate(0%, -50%);
    z-index: 3;
    display: flex;
    align-items: center;
    flex-direction: column;
    border-radius: 0px 10px 10px 0px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.custom-dots .owl-dot {
    border: 1px solid #6bc9b6 !important;
    background: none;
    font-size: 18px;
    margin: 5px 8px;
    cursor: pointer;
    font-weight: bold;
    width: 35px;
    height: 35px;
    color: #6bc9b6;
    border-radius: 100px;
    font-size: 16px;
}

.custom-dots .owl-dot.active {
    color: #fff;
    border: 1px solid #fff !important;

}

.slidertext h1 {
    font-weight: 600;
    font-size: 34px;
    line-height: 50px;
    text-transform: capitalize;
    color: #000;
}

.slidertext h1 span {
    color: #07655D;
}

.slidertext {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* Center perfectly */
    color: #fff;
    /* optional, if your image background is dark */
    width: 100%;
    /* optional, keeps text responsive */
}

.about_us_section {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0px;
}

.top_heading_sun:after {
    content: "";
    width: 25px;
    height: 2px;
    background: #B5B5B5;
    position: absolute;
    top: 7px;
    margin-left: 10px;
}

.top_heading_sun {
    position: relative;
    font-weight: 700;
    font-size: 15px;
    line-height: 19px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 8px;
}

.about_us_section img {
    width: 100%;
}

.about_us_section h2,
.heading_parts h2 {
    font-weight: 700;
    font-size: 30px;
    line-height: 38px;
    color: #07655D;
    text-transform: capitalize;
}

.custome_btn1 {
    padding: 16px 34px;
    background: #07655D;
    border: 1px solid #07655D;
    box-shadow: 0px 10px 20px -10px #07655D;
    border-radius: 10px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    color: #FFFFFF;
    cursor: pointer;
    transition: all 0.4s ease;
    /* smooth transition */
    position: relative;
}

/* Hover effect */
.custome_btn1:hover {
    background: #fff;
    /* change background */
    color: #07655D;
    /* change text color */
    transform: translateY(-3px);
    /* slight lift */
    box-shadow: 0px 15px 25px -10px #07655D;
    /* stronger shadow */
}


.prodcut_sections_add {
    background: #07655D12;
    padding: 70px 0px 50px;
}


.product-card:hover .img-cards_pro img {
    -webkit-transform: scale(1.1) translateX(0) rotate(2deg);
    -ms-transform: scale(1.1) translateX(0) rotate(2deg);
    transform: scale(1.1) translateX(0) rotate(2deg);
}

.product-card .img-cards_pro {
    overflow: hidden;
    display: block;
    border-radius: 1rem;

}

.product-card .img-cards_pro img {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: scale(1) translateX(0) rotate(0deg);
    -ms-transform: scale(1) translateX(0) rotate(0deg);
    transform: scale(1) translateX(0) rotate(0deg);
    height: 250px;
    object-fit: cover
}

.product-card .custome_btn1:hover,
.product-card:hover .custome_btn1 {
    background-color: #07655D;
    color: #fff;
    box-shadow: none;
}

.product-card .custome_btn1 {
    display: block;
    text-align: center;
    background-color: white;
    color: #07655D;
    box-shadow: none;
    padding: 12px 15px;
}

.product-card h3 {
    margin-bottom: 20px;
    margin-top: 20px;
}

.product-card h3,
.product-card h3 a {
    font-weight: bold;
    font-size: 22px;
    color: #000;
    line-height: 22px;
    text-align: center;
    text-transform: capitalize;
}

.product-card:hover {
    border: 2px solid #07655D;
}

.product-card {
    border: 2px solid #fff;
    border-radius: 1rem;
    padding: 10px;
    height: 100%;
    transition: .3s;
    background: rgb(255 255 255);
}
h2.screen-reader-text {
    display: none;
}
.page-numbers.current {
    background: #07655d;
    color: #fff;
}
.pagination-wrapper nav.navigation.pagination {
    justify-content: center;
}
.page-numbers {
    border-radius: 5px;
    background: #fff;
    padding: 4px 12px;
    color: #07655d;
    font-weight: 600;
    display: inline-block;
}
ul#productTabs {
    border: 0px;
    display: flex;
    align-items: center;
    justify-content: end;
}

#productTabs .nav-link.active {
    border-bottom: 2px solid #07655D;
    color: #000;
}

#productTabs .nav-item:not(:first-child) {
    margin-left: 10px;
}

#productTabs .nav-link {
    background: transparent;
    color: #94928E;
    font-weight: 500;
    font-size: 17px;
    line-height: 22px;
    text-transform: capitalize;
    border: 0px;
    border-bottom: 2px solid transparent;
    padding: 15px 13px;
}

.section-title {
    font-size: 18px;
    font-weight: 600;
    position: relative;
    display: inline-block;
}

.section-title::after {
    content: '';
    width: 50px;
    height: 2px;
    background: #00bf63;
    display: block;
    margin-top: 5px;
}

.choose-item .why_choose_icons {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    padding: 5px;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    line-height: 60px;
    border-radius: 100px;
    background: #FFFFFF;
    border: 2px solid #F69B00;
}

.choose-item:nth-child(2) .why_choose_icons {
    border: 2px solid #E48245;

}

.choose-item:nth-child(3) .why_choose_icons {
    border: 2px solid #764531;

}

.choose-item:nth-child(4) .why_choose_icons {
    border: 2px solid #5A0D11;

}

.choose-item:nth-child(2) .why_heaigne_content {
    background: linear-gradient(90deg, #E48245 0%, rgba(228, 130, 69, 0) 100%);


}

.choose-item:nth-child(3) .why_heaigne_content {
    background: linear-gradient(90deg, #764531 0%, rgba(118, 69, 49, 0) 100%);
}

.choose-item:nth-child(4) .why_heaigne_content {
    background: linear-gradient(90deg, #5A0D11 0%, rgba(90, 13, 17, 0) 100%);
}

.why_heaigne_content {
    padding: 8px 6px 8px 16px;
    background: linear-gradient(90deg, #F69B00 0%, rgba(246, 155, 0, 0) 100%);
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-transform: capitalize;
    color: #FFFFFF;
    width: calc(100% - 60px);
    margin-left: -10px;
    position: relative;
    z-index: -1;
    padding-left: 26px;
}

.why_heaigne_content:before {
    content: "";
    width: 4px;
    height: 4px;
    background: #fff;
    position: absolute;
    left: 17px;
    top: 18px;
    border-radius: 100px;
}

.why_choose_us {
    padding: 60px 0px;
}

.choose-item {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.we_trusted {
    padding-top: 50px;
    background: linear-gradient(180deg, #1E2245 0%, #07655D 100%);
    color: #fff;
}

.icons_wetrusted img {
    width: 30px;
}

.icons_wetrusted {
    width: 70px;
    height: 70px;
    background: #fff;
    border-radius: 10px;
    line-height: 70px;
    text-align: center;
    margin: auto;
}

.premium_boxes {
    text-align: center;
}

.premium_boxes p {
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
    margin-top: 20px;
}

.contact_card {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
}

.input_position .form-control:focus {
    box-shadow: none;
    border-color: #07655D;
}

.input_position .form-control {
    padding: 20px 15px 15px;
    isolation: isolate;
    background: #FFFFFF;
    border: 0.7px solid #B7B7B7;
    border-radius: 0px;
}

.input_position input::placeholder {
    color: #B7B7B7;
}

.input_position .form-label {
    font-weight: 700;
    font-size: 15px;
    color: #07655D;
    position: absolute;
    left: 20px;
    top: -10px;
    z-index: 1;
    background: #fff;
    padding-left: 5px;
    padding-right: 5px;
}

.input_position {
    position: relative;
}

.icon_informations svg {
    width: 24px;
    height: 24px;
}

.icon_informations {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: rgba(7, 101, 93, 0.1);
    border-radius: 100px;
    text-align: center;
}

.contct_list_unstyled li {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 30px;
}
.contct_list_unstyled li a {
    color: #222;
}
.footer_logos img {
    width: 104px;
    height: auto;
}
.icon_informations:hover svg path {
    color: #fff;
    fill: #fff;
}
.icon_informations:hover {
    background: rgb(7 101 93);
}
.footer_bottom h2::after {
    content: "";
    width: 25px;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: 7px;
    left: 0px;
}

.footer_bottom h2 {
    font-weight: 700;
    padding-bottom: 20px;
    font-size: 18px;
    line-height: 29px;
    text-align: left;
    position: relative;
    color: #FFFFFF;
}

.footer_bottom ul li {
    margin: 10px 0px;
}

.footer_bottom ul li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}

.footer_bottom {
    background: #000000;
    padding: 50px 0px;
}

.copyrights_section {
    padding-top: 10px;
    border-top: 1px solid #94928E;
    margin-top: 40px;
}

.copyrights_section p a {
    text-decoration: underline;
    color: #fff;
}

.copyrights_section p,
.copyrights_section {
    color: #fff;
}

/* Back to top button */
#btn-to-top-wrap {
    position: fixed;
    bottom: 10px;
    right: 10px;
    display: none;
    z-index: 999;
}

#btn-to-top {
    background: #07655D;
    color: #fff;
    border-radius: 50%;
    font-size: 18px;
    width: 45px;
    height: 45px;
    display: inline-block;
    text-align: center;
    line-height: 45px;
    text-decoration: none;
}

#btn-to-top:hover {
    background: #008c4a;
}

.footer_bottom ul li i {
    margin-right: 5px;
    vertical-align: middle;
}

.footer_bottom ul li {
    color: #fff;
}

.ct-categories-1 {
    padding: 50px 0px 0px;
}


.ct-category-icon {
    color: #07655D;
    background-color: #f3fcfb;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    flex-direction: column;
    border-radius: 8px;
    text-align: center;
    padding: 15px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    border: 2px solid #f3fcfb;
    transition: all 0.4s ease;

}

.ct-category-icon h2 {
    font-size: 25px;
    color: #000;
    margin-top: 10px;
}

.ct-category-icon:hover h2 {
    color: #07655D;
}

.ct-category-icon:hover {
    border: 2px solid #07655D;

}

.ct-category-icon img {
    height: 120px;
    width: auto;
    margin: auto;
}

.image-stack img {
    width: 100%;
}

/*===============  modal form ===============*/

.conatctuseform {
    background-color: #fff;
    border: 1px solid #cecece;
    border-radius: 10px;
    border-top: 5px solid #07655D;
    padding: 0px;
}

.conatctuseform .relative-outer-label label {
    color: #000;
    background: #fff;
}

.conatctuseform h2 {
    font-weight: 700;
    font-size: 22px;
    line-height: 34px;
    text-align: center;
    letter-spacing: -0.04em;
    color: #07655D;
}

.conatctuseform .input_position .form-label {
    font-weight: 700;
    font-size: 14px;
    color: #07655D;
    position: absolute;
    left: 10px;
    top: -10px;
    z-index: 1;
    background: #fff;
    padding-left: 5px;
    padding-right: 5px;
}

.conatctuseform .input_position .form-control {
    padding: 14px 14px 10px;
    isolation: isolate;
    background: #FFFFFF;
    border: 0.7px solid #B7B7B7;
    border-radius: 0px;
    font-size: 14px;
}

ul.list-group li:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

ul.list-group li a {
    color: #222;
}

ul.list-group li .nav-link {
    display: inline-block;
}

ul.list-group li {
    position: relative;
    display: block;
    padding: .5rem;
    color: #222;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dee2e6;
}


.offcanvas-body .plus-icon:after {
    color: #176152;
}

.plus-icon:after {
    content: '\002B';
    position: absolute;
    color: #fff;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 24px;
    line-height: 11px;
}

.breadcrumbs-part .slidertext {
    position: relative;
    left: auto;
    transform: unset;
    top: auto;

}

.breadcrumbs-part h1 {
    color: #fff;
}

.breadcrumbs-part {
    padding: 50px 0px;
    background-size: cover !important;
    background-position: right !important;
    position: relative;
    text-align: center;
    color: #fff;
}
.product_details {
    padding: 40px 0px;
}
.product_details .product-card {
    padding: 10px;
    background: #07655D12;
}
nav.side-navigation h6 a{
    font-weight: bold;
    color: #07655D;
}
nav.side-navigation h5 {
    background: #07655D;
    color: #fff;
    font-size: 20px;
    padding: .5rem;
    border-radius: .25rem;
    margin-bottom: 15px;
}
nav.side-navigation ul li{

    list-style: disc;
}
nav.side-navigation ul:not(:last-child){
    margin-bottom: 20px;
}
nav.side-navigation ul{
padding-left: 20px; 
}
nav.side-navigation hr {
    margin: 10px 0px;

}
.swiper-button-prev::after {
    font-size: 15px;
}
.swiper-button-next,
.swiper-button-prev {
    width: 40px;
    height: 40px;
    background: #fff;
    font-size: 20px;
    border-radius: 100px;
}
.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 15px;
    font-weight: bold;
    color: #07655D;
}
.swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
}
.swiper-pagination-bullet-active{
    background: #07655D;
}

.swiper.thumb-slider  .swiper-slide {
       overflow: hidden;
    border-radius: 5px;

}
    .conatctuseform img {
     width: 100% !important;
       height: 250px;
        text-align: center;
        display: block;
    }

.swiper.thumb-slider  .swiper-slide-thumb-active {
    border: 2px solid #07655d;
    border-radius: 5px;

}

.flex_swipers {
    border: 1px solid #e5e5e5;
    padding: 6px;
    /* display: flex
; */
    /* flex-direction: column; */
    /* align-items: center; */
    /* flex: 1; */
    border-radius: 10px;
}
.swiper.thumb-slider {
    margin-top: 15px;
}
.modal-body .col-12.mt-4 p,
.modal-body .input_position p {
    margin-bottom: 0px;
}.wpcf7 form .wpcf7-response-output {
    margin: 0px;
    padding: 0px 10px;
    border: 2px solid #00a0d2;
    text-align: center;
    font-size: 14px;
}


a.nav-link.align-middle {
    display: inline-block;
}