.navbar .navbar-toggler .menu-lines::before,
.navbar .navbar-toggler .menu-lines::after,
.navbar .navbar-toggler .menu-lines span
{
    background-color: #1B6A87 !important;
    height:2px !important;
}
body.innerPage .about-layout2 .container
{
	max-width: 92%;
}
body.innerPage .banner-layout8 .list-group-item
{
	background-color: transparent;
	color: #fff;
}
/* Unordered List styles */
body.innerPage .banner-layout8 ul.custom-list {
  list-style-type: none; /* Default bullet ko hatane ke liye */
  padding-left: 0;
  margin-bottom: 20px;
}

/* List item styles */
body.innerPage .banner-layout8 ul.custom-list li {
  position: relative;
  padding-left: 2em; /* Icon ke liye space dene ke liye */
  margin-bottom: 0.5em; /* List items ke beech ka gap */
}

/* Icon style, hexagon background ke saath */
body.innerPage .banner-layout8 ul.custom-list li::before {
  content: '\2713'; /* Unicode checkmark icon ke liye */
  font-family: Arial, sans-serif; /* Ya jo bhi aap use karna chahein */
  color: #08AAAA; /* Icon ka color (#08AAAA set kiya hai) */
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.5em; /* Icon aur hexagon ki size */
  height: 1.5em;
  background-color: white; /* Hexagon ka background white (#FFFFFF) */
  border-radius: 50%; /* Hexagon shape ke liye */
  border: 1px solid #ddd; /* Chhota border icon ko aur clear dikhane ke liye */
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8em; /* Icon ka size adjust karein agar zaroorat ho */
}
/*==================================*/


/* Section Scoped Styles */
    .mission-section {
        background-color: #ffffff;
        padding: 60px 0;
    }
    .mission-section .container 
    {
    	max-width: 90%;
    }

    .mission-section .heading-custom {
        color: #08aaaa;
        font-weight: 600;
        font-size: 40px;
    }

    .mission-section .content-text {
        color: #444444;
        line-height: 1.7;
        text-align: justify;
        padding-right: 30px;
    }

    .mission-section .image-placeholder-box {
        background-color: #f8f9fa;
        border: 2px dashed #08aaaa;
        min-height: 400px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 8px;
    }

    .mission-section .placeholder-text {
        color: #08aaaa;
        font-weight: 600;
        text-transform: uppercase;
    }

    @media (max-width: 768px) {
        .mission-section .image-placeholder-box {
            min-height: 250px;
            margin-top: 30px;
        }
    }

    /*
	======================================
    */
/*
    .map iframe{
		width:100%;
		border:0;
		position:absolute;
		top:0;
		left:0;
		}*/


.inner-hero-section {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
    background-image: linear-gradient(to right, rgba(24, 164, 156, 0.8), rgba(39, 57, 128, 0.8)), url('../img/background-inner.webp');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    min-height: 150px;
}

.inner-hero-section .page-title {
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: capitalize;
    color: #fff;
    font-size: 2.4rem;
}

.inner-hero-section .breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.7);
    content: "-";
}

@media (max-width: 768px) {
    .inner-hero-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .inner-hero-section .page-title {
        font-size: 1.75rem;
    }
}
 
.inner-hero-section nav ol.breadcrumb li a
{
  font-size: 17px;
}


/*
  ========================================
*/

.social-share-wrapper .btn-share {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 10px 15px;
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
    border-radius: 2px;
    transition: opacity 0.3s ease;
}

.social-share-wrapper .btn-share:hover {
    color: #ffffff;
    opacity: 0.85;
}

.social-share-wrapper .btn-share i {
    font-size: 1.1rem;
    width: 40px;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    margin-right: 15px;
}

.social-share-wrapper .share-facebook {
    background-color: #3b5998;
}

.social-share-wrapper .share-whatsapp {
    background-color: #25d366;
}

.social-share-wrapper .share-twitter {
    background-color: #1da1f2;
}

.social-share-wrapper .share-instagram {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}


/*
	===========================================
*/

.blog-single .container
{
	max-width: 92%;
}


body.single_blog .post-item .post-body
{
	padding: 28px 30px;
}
body.single_blog .blog-single .post-item .post-title
{
	font-size: 35px;
}

.blog-single .post-item .post-desc h3
{
	font-weight: 600;
	    font-size: 1.25rem;
}

.stickyBlog
{
	position: sticky;
	top: 30px;
}


/*
	==========================================
*/

.client-section {
    background-color: #f8f9fa;
    padding: 60px;
}

.client-section .client-card {
    background: #ffffff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 140px;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    cursor: pointer;
}

.client-section .client-card:hover {
    transform: scale(1.1);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.client-section .client-logo {
    max-width: 100%;
    max-height: 130px;
    object-fit: contain;
}

@media (min-width: 992px) {
    .client-section .col-lg-2-4 {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

.dropdown-item.active, .dropdown-item:active
{
    background-color: #08AAAA; 
}

.stickyImages
{
    position: sticky;
    top: 30px;
}


.product-enquiry-section .btn-query {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #17a2b8;
    color: #ffffff;
    padding: 12px 35px;
    font-weight: 600;
    text-decoration: none;
    border: 2px solid #17a2b8 !important;
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
    /* Isse wo top-right corner cut aayega */
    clip-path: polygon(0 0, 92% 0, 100% 18%, 100% 100%, 0 100%);
}

.product-enquiry-section .btn-query:hover {
    background-color: #ffffff;
    color: #17a2b8;
}

/*
    ========================================
*/




/*
    ==============================================
*/

.header
{
    z-index: 10;
}
#popupForm{
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.6);
    z-index: 20;
    }

body.productDetils .form-box{
    background:#fff;
    width:700px;
    padding:20px;
    /*margin:100px auto;*/
    margin-top:50px;
    margin-right: auto;
    margin-left: auto;
    position:relative;
    border-radius: 8px;
    }

body.productDetils .close{
    position: absolute;
    top: -15px;
    right: -15px;
    cursor: pointer;
    font-size: 20px;
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 40px;
    background:#3DACAA;
    color: #fff;
    border-radius: 5px;
    opacity: 1;
    }


body.productDetils .contact_form_area .form_container
{
    padding: 25px 10px;
}
body.productDetils .contact_form_area h5
{
    line-height: 1.2;
    margin-bottom: 20px !important;

    color: #08AAAA;
    font-size: 25px;
    font-weight: 600;
}
#popupForm #myform .my__input
{
    margin-bottom: 12px;
}
#popupForm #myform .my__input label
{
    margin-bottom: 5px;
    font-weight: 500;
    color: #444;
    font-size: 14px;
}
#popupForm #myform .my__input input.inputControl
{
    height: 40px;
}
#popupForm #myform .my__input textarea.inputControl
{
    height: 100px;
}
#popupForm #myform .captcha-image .groups
{
    display: flex;
    flex-direction: column;
}
#popupForm #myform .captcha-image .groups .captcha-images
{
    margin-top: 5px;
    width: 120px;
}
#popupForm #myform 
{
    
}
#popupForm #myform .submit_buttons
{
    text-align: center;
    margin-top: 15px;
}


#popupForm #myform .submit_buttons input{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #17a2b8;
    color: #ffffff;
    padding: 12px 35px;
    font-weight: 600;
    text-decoration: none;
    border: 2px solid #17a2b8 !important;
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
    /* Isse wo top-right corner cut aayega */
    clip-path: polygon(0 0, 92% 0, 100% 18%, 100% 100%, 0 100%);
}

#popupForm #myform .submit_buttons input:hover {
    background-color: #ffffff;
    color: #17a2b8;
}


/*
    =========================================
*/

body.product .member .member-info
{
    margin-top: 0;
    padding: 20px 20px 15px;
}
body.product .member .member-info .member-name
{
    padding-top: 0;
    margin-bottom: 0;
}
body.product .team-layout1 .member .member-info:after
{
    display: none;
}

body.product .member
{
  position: relative; /* required for stretched link */
}
body.product .member
{
}
body.product .member .aster-product-link:before
{
  content:''; 
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
body.product .member{
  transition: transform 0.35s ease;
}

body.product .member:hover{
  transform: scale(1.05);
}



body.gallery1 .member .member-img img
{
    width: 100%;
    object-position: top;
    object-fit: cover;
    height:330px;
}
.text-justify
{
    text-align: justify;
}
body.teampage .about-layout2 .about-text-banner
{
    width: 60%;
}
@media screen and (min-width: 993px)
{
    body.teampage .banner-layout5 .content_areas
    {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    body.teampage .banner-layout5 .content_areas8
    {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
}
body.teampage .banner-layout5 .banner-content
{
    padding-right: 35px;
    max-width: 100%;
}

/*
    =================================
*/


.ctastylesection
{
    position: relative;
    padding-top: 58px;
    padding-bottom: 30px;
    background-color: #0d0e43;
    background-color: #08AAAA;
    background-image: linear-gradient(90deg, rgba(29, 42, 77, 0) 0%, rgba(37, 39, 117, 0) 0%, rgb(37, 39, 117) 80%);
}
.ctastylesection .wrapper
{
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
}
.ctastylesection .wrapper .heading-layout2
{

}
.ctastylesection .wrapper .heading-layout2 h2,
.ctastylesection .wrapper .heading-layout2 p
{
    text-align: center;
    color: #fff;
}
.ctastylesection .wrapper .heading-layout2 p
{
    font-size: 20px;
    font-weight: 300;
    text-align: center !important;
    font-style: italic;
}

/*
    ============================================
*/

.team-gallery-section .img-card-wrapper {
    overflow: hidden;
    border-radius: 8px;
    transition: box-shadow 0.3s ease;
}

.team-gallery-section .team-img {
    width: 100%;
    object-fit: cover;
    object-position: top;
    transition: transform 0.4s ease;
}

.team-gallery-section .img-card-wrapper:hover .team-img {
    transform: scale(1.05);
}

.team-gallery-section .height-450 {
    height: 400px;
}

.team-gallery-section .height-400 {
    height: 350px;
}

@media screen and (min-width: 993px)
{
    .margin_minus
    {
        margin-top: -50px;
    }
}


@media screen and (min-width: 993px)
{
    .dropdown-item{
        font-size: 14px;
        color: #545860;
        text-transform: capitalize;
        font-weight: 400;
        line-height: 42px !important;
        white-space: nowrap;
        position: relative;
        padding-right: 0;
        border-bottom: 1px solid #dfdfea;
    }
    .dropdown-submenu{
        padding: 0 25px;
    }
    .dropdown-item.dropdown-toggle {
        padding: 0 25px;
        margin-right: 0;
    }
}
@media (max-width: 768px) {
    .team-gallery-section .height-450,
    .team-gallery-section .height-400 {
        height: 300px;
    }
}


.team-layout9 .button_heaing h4.product-title9
{
    font-size: 35px;
}

.whatsapp-icon {
  position: fixed;
  bottom: 15px;
  left: 15px;
  width: 65px;
  z-index: 999999;

}


/* Section Container with Specific Gradient and Clean Layout */
.medinain-gradient-cta {
    /* Main Gradient from turquoise to royal blue - matching input image */
    background: linear-gradient(135deg, #1abc9c 0%, #004a99 100%);
    padding: 70px 0;
    color: #ffffff;
}

/* Clear, Strong Heading with Minimal Detail */
.medinain-gradient-cta .cta-heading {
    font-size: 2.4rem;
    font-weight: 600;
    margin-bottom: 12px;
    text-transform: capitalize;
    color: #fff !important;
}

/* Legible Subheading for Immediate Understanding */
.medinain-gradient-cta .cta-subheading {
    font-size: 1.1rem;
    opacity: 1;
    font-weight: 400 !important;
    margin-bottom: 0;
}

/* CTA Button with Contrast and Interaction */
.medinain-gradient-cta .btn-gradient-call {
    background-color: #ffffff;
    color: #004a99; /* Primary color from gradient end */
    font-size: 1.3rem;
    font-weight: 700;
    padding: 15px 35px;
    border-radius: 5px; /* Square edges matching Bootstrap standard, can be changed to 50px for pill shape */
    transition: all 0.3s ease-in-out;
    border: 2px solid transparent;
}

.medinain-gradient-cta .btn-gradient-call:hover {
    background-color: transparent;
    color: #ffffff;
    border-color: #ffffff;
    transform: translateY(-5px);
    text-decoration: none;
}

/* Icon Spacing */
.medinain-gradient-cta .btn-gradient-call i {
    margin-right: 12px;
}

/* Responsive Handling */
@media (max-width: 991px) {
    .medinain-gradient-cta .cta-heading {
        font-size: 2.2rem;
    }

    .medinain-gradient-cta .cta-subheading
    {
        font-size: 0.900rem;
    }
    .medinain-gradient-cta .btn-gradient-call
    {
        font-size: 1rem;
    }
}
@media (max-width: 575px) {
    .medinain-gradient-cta .cta-heading {
        font-size: 1.5rem;
    }
    .medinain-gradient-cta {
        padding: 50px 0;
    }
    .medinain-gradient-cta .cta-subheading
    {
        font-size: 0.900rem;
    }
    .medinain-gradient-cta .btn-gradient-call
    {
        font-size: 1rem;
    }
}

@media screen and  (min-width: 993px)
{
    .testimonial-title
    {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden;
        min-height: 151px;
    }

    .width_deskotp
    {
        width: 150px;
    }
}

.distributor-text{
    font-size:16px;
    text-align:center;
    max-width:70%;
    margin:auto;
    line-height:1.5;
    margin-bottom: 30px;
}
}

/*
    ======================================================================
*/
.hero-carousel-section .carousel-item img {
        width: 100%;
        height: 600px;
        object-fit: cover;
        object-position: top;
    }
@media screen and (max-width: 480px)
{
      body.productDetils .form-box
    {
        max-width: 90%;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        overflow-y: auto;
        overflow-x: hidden;
        height: 90%;
    }
    body.productDetils .close
    {
        top: 5px;
        right: 5px;
    }
    .hero-carousel-section .carousel-item img
    {
        height: inherit;
    }

    .distributor-text,
    body.single_blog .post-item .post-body .post-desc p,
    .shop .product-desc p,
    .button_heaing p,
    body.teampage .banner-layout5 .banner-content p, 
    .mission-section .content-text p,
    .ctastylesection .wrapper .heading-layout2 p,
    .mission-section .content-text,
    .about-layout2 .about-Text p
    {
        font-size: 14px;
        text-align: justify;
    }
    .ctastylesection .wrapper .heading-layout2 p
    {
        text-align: justify !important;
    }
    .feature-item .feature-title
    {
        font-size: 14px !important;
    }
    .heading-layout2 .heading-title
    {
        font-size: 25px;
    }
    .banner-text .btn
    {
        width: 100%;
    }
    .cat-area .btn 
    {
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }
    .heading-desc
    {
        text-align: justify !important;
        font-size: 13px;
    }
    body.single_blog .blog-single .post-item .post-title,
    .team-layout9 .button_heaing h4.product-title9,
    .button_heaing h4.product-title9,
    .mission-section .heading-custom,
    .enquiry-section .main-heading
    {
        font-size: 25px;
    }
    .enquiry-section .enquiry-form-wrapper
    {
        padding: 25px 20px 25px;
    }
    .enquiry-section .form-control
    {
        height: 50px;
        font-size: 14px;
    }
    .form-group, .nice-select
    {
        margin-bottom: 0;
    }
    #enquiry-form .mb-4
    {
        margin-bottom: 10px !important;
    }

    .inner-hero-section .page-title
    {
        font-size: 1.3rem;
    }
    .inner-hero-section nav ol.breadcrumb li a
    {
        font-size: 13px;
    }
   .about-layout2 .about-img
    {
        margin-bottom: 30px !important;
    }
    .mission-section
    {
        padding: 40px 0;
    }
    body.teampage .banner-layout5 .banner-content,
    .mission-section .content-text
    {
        padding-right: 0;
    }
    .footer-widget-nav
    {
        padding-left: 10px !important;
    }
    .dropdown-item
    {
        font-size: 14px !important;
    }
    .team-layout1 .container
    {
        max-width: 90%;
    }
    body.productDetils  .button_heaing  
    {
        flex-direction: column;
    }
    .banner-layout8 .banner-img
    {
        margin-top: 40px;
        min-height: 350px;
    }
    .banner-layout5 .banner-img, .banner-layout5 .banner-content
    {
        padding-bottom: 0;
    }
    .team-gallery-section .img-card-wrapper
    {
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    .team-gallery-section .height-450
    {
        height: auto;
    }
    .proDetils
    {
        margin-top: 25px;
    }
    .table-bordered td, .table-bordered th
    {
        font-size: 13px;
    }
    .product-enquiry-section .btn-query
    {
        font-size: 13px;
    }

    .client-section
    {
        padding: 40px 0;
    }
    .client-section .client-card
    {
        height: auto;
        padding: 10px;
    }
    .blog-single .container
    {
        max-width: 98%;
    }
    body.single_blog .post-item .post-body
    {
        padding: 20px 15px;
    }
    .post-item
    {
        overflow: inherit;
    }
    .distributor-text
    {
        max-width: 100%;
    }

    #enquiry-form .d_none{
        display: none !important;
    }
    .process-item .process-icon
    {
        font-size: 35px;
    }
    .footer .footer-secondary
    {
        font-size: 13px !important;
        text-align: center;
    }
}

@media (max-width: 991px) {
    .navbar .nav-item .nav-item-link {
        color: #222222;
        line-height: 40px !important;
        padding-left: 15px;
        border-bottom: 1px solid #eee;
    }
    .navbar .dropdown-menu .nav-item .nav-item-link,
    .navbar .dropdown-menu .dropdown-submenu .dropdown-item
    {
            line-height: 30px !important;
            border-bottom: 1px solid #dfdfea !important;
    }
    .navbar .dropdown-menu .nav-item .nav-item-link,
    .navbar .dropdown-menu .dropdown-submenu .dropdown-item
    {
        padding: .25rem 10px;
    }
    .navbar .dropdown-menu .nav-item,
    .navbar .dropdown-menu .dropdown-submenu
    {
            padding: 0 15px 0 15px;
    }
    
    .navbar .dropdown-menu .dropdown-submenu .dropdown-menu{
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media screen and (min-width: 993px)
{
    .only_mobile
    {
        display: none;
    }
}
@media (min-width: 481px) and (max-width: 576px) {
    .member .member-info .member-name {
        font-size: 21px;
        margin-bottom: 0;
    }
}

@media screen and (min-width: 481px) and (max-width: 576px)
{
    .hero-carousel-section .carousel-item img
    {
        height: inherit;
    }

    .distributor-text,
    body.single_blog .post-item .post-body .post-desc p,
    .shop .product-desc p,
    .button_heaing p,
    body.teampage .banner-layout5 .banner-content p, 
    .mission-section .content-text p,
    .ctastylesection .wrapper .heading-layout2 p,
    .mission-section .content-text,
    .about-layout2 .about-Text p
    {
        font-size: 14px;
        text-align: justify;
    }
    .ctastylesection .wrapper .heading-layout2 p
    {
        text-align: justify !important;
    }
    .feature-item .feature-title
    {
        font-size: 14px !important;
    }
    .heading-layout2 .heading-title
    {
        font-size: 25px;
    }
    .banner-text .btn
    {
        width: 100%;
    }
    .cat-area .btn 
    {
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }
    .heading-desc
    {
        text-align: justify !important;
        font-size: 13px;
    }
    body.single_blog .blog-single .post-item .post-title,
    .team-layout9 .button_heaing h4.product-title9,
    .button_heaing h4.product-title9,
    .mission-section .heading-custom,
    .enquiry-section .main-heading
    {
        font-size: 25px;
    }
    .enquiry-section .enquiry-form-wrapper
    {
        padding: 25px 20px 25px;
    }
    .enquiry-section .form-control
    {
        height: 50px;
        font-size: 14px;
    }
    .form-group, .nice-select
    {
        margin-bottom: 0;
    }
    #enquiry-form .mb-4
    {
        margin-bottom: 10px !important;
    }

    .inner-hero-section .page-title
    {
        font-size: 1.3rem;
    }
    .inner-hero-section nav ol.breadcrumb li a
    {
        font-size: 13px;
    }
   .about-layout2 .about-img
    {
        margin-bottom: 30px !important;
    }
    .mission-section
    {
        padding: 40px 0;
    }
    body.teampage .banner-layout5 .banner-content,
    .mission-section .content-text
    {
        padding-right: 0;
    }
    .footer-widget-nav
    {
        padding-left: 10px !important;
    }
    .dropdown-item
    {
        font-size: 14px !important;
    }
    .team-layout1 .container
    {
        max-width: 90%;
    }
    body.productDetils  .button_heaing  
    {
        flex-direction: column;
    }
    .banner-layout8 .banner-img
    {
        margin-top: 40px;
        min-height: 350px;
    }
    .banner-layout5 .banner-img, .banner-layout5 .banner-content
    {
        padding-bottom: 0;
    }
    .team-gallery-section .img-card-wrapper
    {
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    .team-gallery-section .height-450
    {
        height: auto;
    }
    .proDetils
    {
        margin-top: 25px;
    }
    .table-bordered td, .table-bordered th
    {
        font-size: 13px;
    }
    .product-enquiry-section .btn-query
    {
        font-size: 13px;
    }

    .client-section
    {
        padding: 40px 0;
    }
    .client-section .client-card
    {
        height: auto;
        padding: 10px;
    }
    .blog-single .container
    {
        max-width: 98%;
    }
    body.single_blog .post-item .post-body
    {
        padding: 20px 15px;
    }
    .post-item
    {
        overflow: inherit;
    }
    .distributor-text
    {
        max-width: 100%;
    }

    #enquiry-form .d_none{
        display: none !important;
    }
    .process-item .process-icon
    {
        font-size: 35px;
    }
    .footer .footer-secondary
    {
        font-size: 13px !important;
        text-align: center;
    }
    body.productDetils .form-box
    {
        max-width: 90%;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        overflow-y: auto;
        overflow-x: hidden;
        height: 90%;
    }
    body.productDetils .close
    {
        top: 5px;
        right: 5px;
    }
    .captcha-image .groups
    {
        text-align: center;
        justify-content: center;
        align-items: center;
    }
    .captcha-image .groups label
    {
        display: none;
    }
    .img-fluid.width_deskotp
    {
        margin-left: auto;
        margin-right: auto;
        max-width: 120px;
        display: flex;
    }

    .sidebar
    {
        margin-top: 80px;
    }
}



@media screen and (min-width: 577px) and (max-width: 767px)
{
    .hero-carousel-section .carousel-item img
    {
        height: inherit;
    }

    .distributor-text,
    body.single_blog .post-item .post-body .post-desc p,
    .shop .product-desc p,
    .button_heaing p,
    body.teampage .banner-layout5 .banner-content p, 
    .mission-section .content-text p,
    .ctastylesection .wrapper .heading-layout2 p,
    .mission-section .content-text,
    .about-layout2 .about-Text p
    {
        font-size: 14px;
        text-align: justify;
    }
    .ctastylesection .wrapper .heading-layout2 p
    {
        text-align: justify !important;
    }
    .feature-item .feature-title
    {
        font-size: 14px !important;
    }
    .heading-layout2 .heading-title
    {
        font-size: 25px;
    }
    .banner-text .btn
    {
        width: 100%;
    }
    .cat-area .btn 
    {
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }
    .heading-desc
    {
        text-align: justify !important;
        font-size: 13px;
    }
    body.single_blog .blog-single .post-item .post-title,
    .team-layout9 .button_heaing h4.product-title9,
    .button_heaing h4.product-title9,
    .mission-section .heading-custom,
    .enquiry-section .main-heading
    {
        font-size: 25px;
    }
    .enquiry-section .enquiry-form-wrapper
    {
        padding: 25px 20px 25px;
    }
    .enquiry-section .form-control
    {
        height: 50px;
        font-size: 14px;
    }
    .form-group, .nice-select
    {
        margin-bottom: 0;
    }
    #enquiry-form .mb-4
    {
        margin-bottom: 10px !important;
    }

    .inner-hero-section .page-title
    {
        font-size: 1.3rem;
    }
    .inner-hero-section nav ol.breadcrumb li a
    {
        font-size: 13px;
    }
   .about-layout2 .about-img
    {
        margin-bottom: 30px !important;
    }
    .mission-section
    {
        padding: 40px 0;
    }
    body.teampage .banner-layout5 .banner-content,
    .mission-section .content-text
    {
        padding-right: 0;
    }
    .footer-widget-nav
    {
        padding-left: 10px !important;
    }
    .dropdown-item
    {
        font-size: 14px !important;
    }
    .team-layout1 .container
    {
        max-width: 90%;
    }
    body.productDetils  .button_heaing  
    {
        flex-direction: column;
    }
    .banner-layout8 .banner-img
    {
        margin-top: 40px;
        min-height: 350px;
    }
    .banner-layout5 .banner-img, .banner-layout5 .banner-content
    {
        padding-bottom: 0;
    }
    .team-gallery-section .img-card-wrapper
    {
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    .team-gallery-section .height-450
    {
        height: auto;
    }
    .proDetils
    {
        margin-top: 25px;
    }
    .table-bordered td, .table-bordered th
    {
        font-size: 13px;
    }
    .product-enquiry-section .btn-query
    {
        font-size: 13px;
    }

    .client-section
    {
        padding: 40px 0;
    }
    .client-section .client-card
    {
        height: auto;
        padding: 10px;
    }
    .blog-single .container
    {
        max-width: 98%;
    }
    body.single_blog .post-item .post-body
    {
        padding: 20px 15px;
    }
    .post-item
    {
        overflow: inherit;
    }
    .distributor-text
    {
        max-width: 100%;
    }

    #enquiry-form .d_none{
        display: none !important;
    }
    .process-item .process-icon
    {
        font-size: 35px;
    }
    .footer .footer-secondary
    {
        font-size: 13px !important;
        text-align: center;
    }
    body.productDetils .form-box
    {
        max-width: 90%;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        overflow-y: auto;
        overflow-x: hidden;
        height: 90%;
    }
    body.productDetils .close
    {
        top: 5px;
        right: 5px;
    }
    .captcha-image .groups
    {
        text-align: center;
        justify-content: center;
        align-items: center;
    }
    .captcha-image .groups label
    {
        display: none;
    }
    .img-fluid.width_deskotp
    {
        margin-left: auto;
        margin-right: auto;
        max-width: 120px;
        display: flex;
    }
    body.gallery1 .member .member-img img
    {
        height: 200px;
    }

    .sidebar
    {
        margin-top: 80px;
    }
}



@media screen and (min-width: 768px) and (max-width: 992px)
{
    .hero-carousel-section .carousel-item img
    {
        height: inherit;
    }

    .distributor-text,
    body.single_blog .post-item .post-body .post-desc p,
    .shop .product-desc p,
    .button_heaing p,
    body.teampage .banner-layout5 .banner-content p, 
    .mission-section .content-text p,
    .ctastylesection .wrapper .heading-layout2 p,
    .mission-section .content-text,
    .about-layout2 .about-Text p
    {
        font-size: 14px;
        text-align: justify;
    }
    .ctastylesection .wrapper .heading-layout2 p
    {
        text-align: justify !important;
    }
    .feature-item .feature-title
    {
        font-size: 14px !important;
    }
    .heading-layout2 .heading-title
    {
        font-size: 25px;
    }
    .banner-text .btn
    {
        width: 100%;
    }
    .cat-area .btn 
    {
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }
    .heading-desc
    {
        text-align: justify !important;
        font-size: 13px;
    }
    body.single_blog .blog-single .post-item .post-title,
    .team-layout9 .button_heaing h4.product-title9,
    .button_heaing h4.product-title9,
    .mission-section .heading-custom,
    .enquiry-section .main-heading
    {
        font-size: 25px;
    }
    .enquiry-section .enquiry-form-wrapper
    {
        padding: 25px 20px 25px;
    }
    .enquiry-section .form-control
    {
        height: 50px;
        font-size: 14px;
    }
    .form-group, .nice-select
    {
        margin-bottom: 0;
    }
    #enquiry-form .mb-4
    {
        margin-bottom: 10px !important;
    }

    .inner-hero-section .page-title
    {
        font-size: 1.3rem;
    }
    .inner-hero-section nav ol.breadcrumb li a
    {
        font-size: 13px;
    }
   .about-layout2 .about-img
    {
        margin-bottom: 30px !important;
    }
    .mission-section
    {
        padding: 40px 0;
    }
    body.teampage .banner-layout5 .banner-content,
    .mission-section .content-text
    {
        padding-right: 0;
    }
    .footer-widget-nav
    {
        padding-left: 10px !important;
    }
    .dropdown-item
    {
        font-size: 14px !important;
    }
    .team-layout1 .container
    {
        max-width: 90%;
    }
    body.productDetils  .button_heaing  
    {
        flex-direction: column;
    }
    .banner-layout8 .banner-img
    {
        margin-top: 40px;
        min-height: 350px;
    }
    .banner-layout5 .banner-img, .banner-layout5 .banner-content
    {
        padding-bottom: 0;
    }
    .team-gallery-section .img-card-wrapper
    {
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    .team-gallery-section .height-450
    {
        height: auto;
    }
    .proDetils
    {
        margin-top: 25px;
    }
    .table-bordered td, .table-bordered th
    {
        font-size: 13px;
    }
    .product-enquiry-section .btn-query
    {
        font-size: 13px;
    }

    .client-section
    {
        padding: 40px 0;
    }
    .client-section .client-card
    {
        height: auto;
        padding: 10px;
    }
    .blog-single .container
    {
        max-width: 98%;
    }
    body.single_blog .post-item .post-body
    {
        padding: 20px 15px;
    }
    .post-item
    {
        overflow: inherit;
    }
    .distributor-text
    {
        max-width: 100%;
    }

    #enquiry-form .d_none{
        display: none !important;
    }
    .process-item .process-icon
    {
        font-size: 35px;
    }
    .footer .footer-secondary
    {
        font-size: 13px !important;
        text-align: center;
    }
    body.productDetils .form-box
    {
        max-width: 90%;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        overflow-y: auto;
        overflow-x: hidden;
        height: 90%;
    }
    body.productDetils .close
    {
        top: 5px;
        right: 5px;
    }
    .captcha-image .groups
    {
        text-align: center;
        justify-content: center;
        align-items: center;
    }
    .captcha-image .groups label
    {
        display: none;
    }
    .img-fluid.width_deskotp
    {
        margin-left: auto;
        margin-right: auto;
        max-width: 120px;
        display: flex;
    }
    body.gallery1 .member .member-img img
    {
        height: 200px;
    }

    .sidebar
    {
        margin-top: 80px;
    }
}






.optional-features .wrapper
{
    
}
.optional-features .wrapper .image
{
    text-align:center;
}
.optional-features .wrapper .image img
{
    width:100%;
    height:120px;
    object-fit:contain;
    object-position:center;
    display:inherit;
}
.optional-features .wrapper h4
{
    font-size:18px;
    text-align:center;
    color:#333;
}
.opt-heading{
    font-size:28px;
    font-weight:700;
}