/* web color */

    :root {
        --dark-Blue-900: #162DA0;
        --light-Blue-500: #0072BB;
        --light-orange-600: #FE9619;
        --light-green-600: #35D764;
        --dark-Black: #000000;
        --dark-White: #fff;
        

    }
.contact-form-main-wrap {

    padding-bottom: 70px;

}

.contact-form-main-wrap .form-group-field .form-input-field {

    width: 50%;

}

.contact-form-main-wrap .form-group-field {

    display: flex;

    gap: 30px;

}


.contact-form-main-wrap .wpcf7-form-control-wrap {

    width: 100%;

    display: inline-block;

}

.contact-form-main-wrap .form-control {

    background: #fff;

    width: 100%;

    min-height:65px;

    border: 1px solid #dedede;

    padding: 12px;

    border-radius: 6px;

}

.contact-form-main-wrap p {

    margin-bottom: 20px;

}



.contact-form-main-wrap p label {

    color: #FFFFFF;

    margin-bottom: 7px;

    display: inline-block;

    font-size: 16px;

    font-weight: 600;

}

.contact-form-main-wrap .contact-submit input.btn.submit_btn {

    background: #162DA0;

    padding: 11px 40px;

    font-family: Poppins;

    font-size: 14px;

    font-weight: 500;

    line-height: 21px;

    text-align: left;

    color: #fff;

    border: none;

	border-radius:0px 6px;

    text-transform: uppercase;

}


.top-bar-pera p span{
    color: var(--dark-White);
}
.top-navbar-main{
    max-height: 73px;
}
.tnp-field.tnp-field-email {
    position: relative;
}

.tnp-field.tnp-field-email input.tnp-email {
    height: 62px;
    /* width: 450px; */
    font-size: 18px;
    font-weight: 700;
    color: #000;
}
.tnp-field.tnp-field-button {
    position: absolute;
    top: 1px;
    right: 52px;
}

.tnp-field.tnp-field-button .tnp-submit{
    background-color:transparent !important;
    width: 44px;
}
.tnp-field.tnp-field-button img {
    position: relative;
    transform: translate(32px, 10px);
}

.banner-sec h2 span{
	color:#3DB3FF;
}
.main_fruit_section .elementor-widget-video img{
    max-width: 42px;
	margin: 0 auto;
}
.main_fruit_section .e-grid{
    border: 1px #F0D9B9 solid;
    height: 234px;
    border-radius: 10px;
}
.blog-posts-item img {
    border-radius: 0px 39px;
    max-width: 100%;
    object-fit: cover;
}

.top-navbar li.current_page_item a::after {
    background:var(--light-orange-600) !important;
}

.top-navbar .sub-menu {
    padding: 15px !important;
    border-radius: 8px;
}

ul#menu-1-6bbbf26 li.menu-item.menu-item-has-children .sub-menu li.menu-item {
    border: 1px solid #e2e2e2;
    margin: 10px 0px;
}

.newsletter-form-footer {
    max-width: 454px !important;
    width: 100% !important;
}


.tnp-field.tnp-field-email input.tnp-email {
    height: 50px;
    /* width: 450px; */
    font-size: 16px;
    font-weight: 700;
    color: #000;
}
.top-navbar-logo a {
    display: inline-flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    text-align: left;
}
.social_sticky_icons .elementor-social-icon:hover svg {
    filter: brightness(50) !important;
}
.social_sticky_icons .elementor-social-icon:hover {
    background: #162da0 !important;
}
.client-testimonial img.testimonial-thumbnail {
    margin-bottom: 15px;
}


.fresh-tune-playlist .wp-playlist {
    border: none;
}
.fresh-tune-playlist .wp-playlist-item {
    background: #E9F1F6;
    padding: 15px 20px;
    border: none;
    margin: 15px 0px;
}
.fresh-tune-playlist .wp-playlist-light .wp-playlist-playing{
    background: #cce6f6 !important;
}
.fresh-tune-playlist .wp-playlist-item-length {
    position: absolute;
    right: 16px;
    top: 13px;
    font-size: 14px;
    line-height: 1.5;
}
.client-testimonial .elementor-swiper-button {
    position: absolute;
    bottom: -60px;
    top: auto !important;
    background: #162da0 !important;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.client-testimonial .elementor-swiper-button svg{
    fill: #fff !important;
}
.client-testimonial .elementor-swiper-button-prev {
    left: 45% !important;
}
.client-testimonial .elementor-swiper-button-next {
    right: 45% !important;
}

.elementor-pagination{
	display: flex;
	justify-content: center;
/*	gap: 10px;*/
	margin-top: 30px;
}
.elementor-pagination .page-numbers{
	width: 45px;
	height: 45px;
	border-radius: 50%;
	border: 1px solid #162DA0;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #162DA0;
}
.elementor-pagination .page-numbers:hover{
	background: #162DA0;
	color: #fff;
}
.newletter-block-wrap {
    padding: 80px 15px;
    color: #162DA0;
    text-align: center;
    margin: 0;
    font-size: 20px;
    font-weight: 400;
}
@media screen and (max-width: 1399px) {
    .tab-fruit-items h3 {
        font-size: 24px;
        word-break: break-all;
    }
}

@media screen and (max-width: 1024px) {
    .client-testimonial .elementor-swiper-button-prev {
        left: 40% !important;
    }
    .client-testimonial .elementor-swiper-button-next {
        right: 40% !important;
    }
    img.testimonial-thumbnail {
        max-width: 60px;
    }
    .tab-fruit-items h3 {
        font-size: 20px;
    }
    
}

@media screen and (max-width: 767px) {
    .tnp-field.tnp-field-email input.tnp-email {
        height: 50px;
        font-size: 16px;
        font-weight: 700;
        color: #000;
    }
    .tnp-field.tnp-field-button {
        position: absolute;
        top: 2px;
        right: 45px;
    }
    .client-testimonial .elementor-swiper-button-prev {
        left: 30% !important;
    }
    .client-testimonial .elementor-swiper-button-next {
        right: 30% !important;
    }
    img.testimonial-thumbnail {
        max-width: 30px;
    }
    .tab-fruit-items h3 {
        font-size: 16px;
        word-break: break-all;
    }
    .contact-form-main-wrap {
        padding-bottom: 6px;
    }
    .contact-form-main-wrap .contact-submit {
        text-align: center;
    }
    .contact-form-main-wrap  span.wpcf7-spinner {
        position: absolute;
        right: 0;
    }
    .contact-form-main-wrap .form-control {
        min-height: 38px;
    }
    .top-navbar .sub-menu {
        padding: 1px !important;
        border-radius: 0px;
        border-top: 1px solid #000 !important;
    }

}


@media screen and (max-width: 575px) {
    .tab-fruit-items h3 {
        font-size: 15px;
    }
}