.cst-custom {
    width: 1140px;
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 15px !important;
    margin-right: auto !important;
    margin-left: auto !important;
}

.cst-custom h3{
    font-family: 'Poppins';
    font-size: 27px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 5px;
}

/* Make image column sticky */
.cst-custom .vce-col--md-30p .vce-col-content {
    position: sticky;
    top: 20px; /* Distance from top when scrolling */
}

.cst-custom {
    position: relative;
}

ul.sub-menu a {
    text-wrap-mode: nowrap;
}

ul.sub-menu {
    border: 1px solid #e6e6e6;
}

@media (max-width: 991px) {
    .brandnav li.menu-item-has-children > ul.sub-menu {
        position: relative; /* inside parent column */
        box-shadow: none;
        display: none; /* hidden by default */
    }

    .brandnav li.menu-item-has-children > a::after {
        content: " ▼";
        float: right;
    }
}


/* Desktop hover for submenu */
@media (min-width: 992px) {
    .brandnav li.menu-item-has-children > ul.sub-menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        background: #fff;
        padding: 10px 0;
        min-width: 200px;
        box-shadow: 0 4px 6px rgba(0,0,0,0.1);
        z-index: 9999;
    }

    .brandnav li.menu-item-has-children:hover > ul.sub-menu {
        display: block;
    }
}


@media(min-width: 992px){
    .cst-custom .vce-col--md-30p .vce-col-content {
        position: sticky;
        top: 20px;
    }
}


.cst-custom ul li { list-style: disc;margin-bottom: 10px;}

.star-rating svg path {
	color: var(--primary);
}

@media only screen and (max-width: 991px){
	
	body.page-id-60 .inner-page-banner{
		height: 350px !important;
		padding-bottom: 35px !important;
	}
    span.wpcf7-spinner{margin: 0 !important;}
	
}

section.terms-and-conditions {
    padding: 50px 00px;
}
section.terms-and-conditions h2 {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 60px;
    color: var(--bg-color);
}
section.terms-and-conditions h3,.privacy-policy .privacy-div ul li h2 {
    margin-top: 30px;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 60px;
}
section.terms-and-conditions p,.list-one ul li h3,.privacy-policy .privacy-div ul li ul li h3{
    font-family: 'Poppins', sans-serif !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 1.6 !important;
    margin-top: 00px;
}
ul.defination-list li, .list-one ul li {
    /* list-style: disc !important; */
    margin-bottom: 10px;
}
ul.defination-list{
    padding-left: 30px !important;
}
h2.customer-obl {
    margin-top: 20px;
}
ul.defination-list li { list-style: disc;}

body.page-id-2095 h1.has-text-align-center {
    padding: 50px 0px 30px 0px;
    font-family: 'Poppins';
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: 0em;
    text-align: center;
}
.wpcf7-spinner{margin: 0 !important;}
section.slider-section.mobile-without-slider { display: none;}

@media only screen and (max-width: 767px){
    section.slider-section.desktop-slider.desktop-with-slider {display: none;}
    section.slider-section.mobile-without-slider { display: block;}
    section.slider-section.mobile-without-slider .item { margin-top: 30px;}
}

