.carousel-item.active:before {
    background-image: linear-gradient(45deg, #000000ab, transparent);
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.inner-title .banner-image img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}
.inner-title .banner-image:before {
    background-image: linear-gradient(45deg, #000000ab, transparent);
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.video-box video {
    width: 100%;
    height: 530px;
    border: 2px dashed #f7f7f7;
    padding: 10px;
    /* border-radius: 10px; */
    background: #000000;
}
.gform_wrapper.gravity-theme .gfield input.large, .gform_wrapper.gravity-theme .gfield select.large,.gform_wrapper.gravity-theme .ginput_container_date input{
	    width: 100% !important;
    margin-bottom: 5%;
    border: 1px solid #c7c6c6;
    padding: 15px 10px !important;
    background: #f8f8f8;
    color: #555454 !important;
    font-size: 16px;
    font-family: "Poppins";
    border-radius: 10px;
    text-transform: capitalize;
    font-weight: 500;
}
.gfield-choice-input {
    width: 20px;
    height: 20px;
		border-radius:0 !important;
		border:1px solid black !important
}
div#input_1_10 {
    column-count: 7;
}
.imgSlider.slick-slide.slick-current.slick-active img {
    object-fit: contain;
}
h1.product_title.entry-title {
    color: black;
    font-size: 42px;
}
p.price {
    color: #071248 !important;
    font-weight: 700;
    font-size: 26px !important;
    margin-bottom: 30px;
}

ul.tabs.wc-tabs {
    display: none;
}

div#tab-description {
    display: none;
}
.product {
    border: 1px solid black;
    padding: 20px 10px 0;
    border-radius: 5px;
}
button.single_add_to_cart_button.button.alt:hover{
	 background: #f4ca14;
}
button.single_add_to_cart_button.button.alt {
    border: transparent;
    text-align: center;
    position: relative;
    overflow: hidden !important;
    transition: all 0.3s ease-in-out;
    background: #f4ca14;
    z-index: 10;
    color: #000000;
    padding: 15px 20px;
    font-size: 14px;
    font-family: "Montserrat";
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    text-transform: uppercase;
}

.product_meta {
    display: none;
}

header.entry-header {
    display: none;
}
a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained,button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
    border: transparent;
    text-align: center;
    position: relative;
    overflow: hidden !important;
    transition: all 0.3s ease-in-out;
    background: #f4ca14;
    z-index: 10;
    color: #000000;
    padding: 15px 20px;
    font-size: 14px;
    font-family: "Montserrat";
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    text-transform: uppercase;
}



.fa-dot-circle:before {
    font-family: 'Font Awesome 5 Free';
}
.years-desp p {
    color: black;
}

.tab-content>.tab-pane{ display: block; height: 0px; overflow: hidden; }
.tab-content>.active{ height: auto;}