/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/
p a {
    color: #23B4E3 !important;
    /*text-decoration: underline;*/
    font-weight: bold;
}
a
{
    text-decoration: none!important;
}
.hide {
    display: none!important;
}

.text-right {
    text-align: right;
}

.text-white {
    color: #fff;
}

.text-grey {
    color: #8B8D93;
}

.fs-size-46 {
    font-size: 46px;
}

.fs-size-46 {
    font-size: 46px;
}

.fs-size-32 {
    font-size: 32px;
}

.fs-size-24 {
    font-size: 24px;
}

.fs-size-18 {
    font-size: 18px;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.font-40 {
    font-size: 40px !important;
}

.fw-bold {
    font-weight: bold;
}
.search h2.entry-title.fusion-post-title{
    line-height: 30px;
}
.search h2.entry-title.fusion-post-title a {
    font-size: 20px;
}

.text-green {
    color: #98B238 !important;
}

.text-blue {
    color: #23B4E3 !important;
}

.btn.btn_green:hover,
.btn.btn_blue:hover {
    background: #000 !important;
    color: #fff !important;
}

.btn_normal:hover {
    color: #000 !important;
}

.btn {
    padding: 18px 30px;
    border-radius: 5px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    font-size: 15px;
}

.btn_normal {
    display: flex;
    align-items: center;
    font-weight: bold;
    color: #e23b83;
    text-transform: uppercase;
}

.btn_blue {
    background: #23B4E3;
}

.btn_normal i {
    margin-left: 10px;
}

.btn i {
    margin-left: 10px;
}

.search_field a::before {
    content: url(https://bio-cerebralfit.cyberwrath.tech/wp-content/uploads/2022/09/search.png) !important;
    position: relative;
    top: 3px;
}

.cart_icon a i:before {
    content: url(https://bio-cerebralfit.cyberwrath.tech/wp-content/uploads/2022/09/cart.png);
    position: relative;
    top: 3px;
}

.account_icon a i:before {
    content: url(https://bio-cerebralfit.cyberwrath.tech/wp-content/uploads/2022/09/user.png);
    position: relative;
    top: 3px;
}

.account_icon .fusion-open-nav-submenu {
    display: none !important;
}

body h2 {
    font-size: 32px;
    margin-bottom: 20px;
}

#top_bar a {
    color: #fff !important;
}

.book_btn a span {
    background: #23B4E3;
    border-radius: 5px;
    padding: 18px 30px;
    font-size: 15px;
    text-transform: uppercase;
}

.book_btn {
    margin-left: 15px !important;
}

#footer_links ul {
    padding: 0;
    list-style: none;
    display: flex;
}

#footer_links ul li {
    position: relative;
}

#footer_links ul li::after {
    content: "";
    border-right: 1px solid #8B8D93;
    height: 10px;
    display: inline-block;
    margin-right: 15px;
    padding-right: 15px;
}

#footer_links ul li:last-child::after {
    margin-right: 0;
    padding-right: 0;
    border: 0;
    content: "";
}

#footer_links ul li a {
    font-size: 13px;
}

#above_footer form.mailpoet_form {
    padding: 0 !important;
}

#mailpoet_form_1 .mailpoet_form input[type="email"] {
    background: #231F20;
    border: 1px solid #8B8D93;
    border-radius: 5px;
    padding-left: 20px !important;
    height: 44px;
    color: #8B8D93;
}

#mailpoet_form_1 .mailpoet_form .mailpoet_submit {
    background: #e23b83;
    border-radius: 5px;
    color: #fff;
    height: 44px;
    cursor: pointer;
    text-transform: uppercase;
    font-family: proxima nova;
    font-size: 15px;
    padding-top: 9px !important;
    font-weight: 700;
}

#mailpoet_form_1 .mailpoet_form input[type="email"]::placeholder {
    color: #8B8D93;
}

#mailpoet_form_1 .mailpoet_form .mailpoet_paragraph {
    line-height: normal;
    margin-top: 0;
    margin-bottom: 0;
}

#mailpoet_form_1 .mailpoet_form .mailpoet_radio_label {
    color: #fff;
}

#mailpoet_form_1 .mailpoet_form .mailpoet_radio {
    margin-top: 0;
}

#mailpoet_form_1 .mailpoet_form .mailpoet_paragraph.last {
    margin: 0;
}

#mailpoet_form_1 .mailpoet_form .mailpoet_form_columns {
    margin: 20px 0 30px;
}

#main {
    padding: 0;
}

/***************
************************
Home 
***************
************************/


.cmn_padd {
    padding: 5rem 0;
}

#main {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.home_banner {
    padding: 5rem 0;
    height: 80vh;
    display: flex;
    align-items: center;
}

.home_banner .banner_content {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}

.home_banner .banner_content h2 {
    font-weight: 600;
    font-size: 46px;
    line-height: 56px;
    text-align: center;
    text-transform: capitalize;
    color: #fff;
}

.home_banner .banner_content .content p {
    color: #fff;
}

.home_banner .banner_content .content {
    margin-bottom: 50px;
}

.home_banner .button_wrap a {
    margin: 5px;
}

.home_banner .button_wrap a:hover {
    color: #23b4e3;
}

.home_banner .button_wrap a img {
    margin-left: 10px;
}

.home_below_banner {
    background: #231F20;
    padding: 7rem 0;
    color: #fff;
    text-align: center;
}

.home_below_banner .banner_content h2 {
    color: #fff;
    font-size: 32px;
}

#bannerModal .modal-dialog {
    width: 100%;
    max-width: 800px;
}

/*blog page css*/
.main_blog .title {
    margin-top: 0;
    font-weight: 500;
    font-size: 18px;
    text-transform: capitalize;
    color: #231F20;
    margin-bottom: 15px;
}

.main_blog .content {
    padding: 40px;
    background: #FAFAFA;
}

.main_blog .content p {
    margin-bottom: 0;
}

.main_blog .blog_list .btn {
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    text-transform: capitalize;
    padding: 25px 40px;
    border-radius: 0px 0px 15px 15px;
    background: #EDEDED;
    color: #8B8D93;
}

.main_blog .blog_list .btn:hover {
    background: #23B4E3 !important;
}

.main_blog .blog_list .btn::before {
    content: "";
    background: url(/wp-content/uploads/2022/09/ar_right_grey.png)no-repeat scroll center right / 25px;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 40px;
}

.main_blog .blog_list .btn:hover::before {
    content: "";
    background: url(/wp-content/uploads/2022/09/ar_right_white.png)no-repeat scroll center right / 25px;
}

.featred_blog .featured_image {
    border-radius: 15px;
}

.main_blog .blog_list .featured_image img {
    border-radius: 15px 15px 0px 0px;
    min-height: 303px;
    max-height: 303px;
    object-fit: cover;
}

.main_blog li {
    margin: 1rem 0;
}

.main_blog {
    margin-top: 7rem;
    margin-bottom: 6rem;
}

p.blogcontent {
    min-height: 232px;
}

.blog_page .btn_blue {
    font-size: 15px;
    text-transform: none;
    font-weight: normal;
    padding: 15px 30px;
}

.blog_page .featured_image img {
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
}

.featured_blog h2 {
    font-size: 46px;
    margin-bottom: 70px;
}

.meta_cst {
    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
    color: #8B8D93;
    margin-bottom: 20px;
}

.featured_blog h3 {
    margin-bottom: 20px;
}

.featured_blog .featured_image {
    padding-right: 2rem;
}

.featured_blog .content_wrap {
    max-width: 350px;
    margin: 0 auto;
}

.blog_page .btn_blue {
    font-size: 15px;
    text-transform: none;
    font-weight: normal;
    padding: 10px 30px;
}

.blog_page {
    padding-top: 3rem;
}

.post .flexslider .slides img {
    width: 100%;
    max-width: 100%;
    display: block;
    -webkit-user-select: none;
    user-select: none;
    max-height: 500px;
    object-fit: cover;
    object-position: top;
    border-radius: 40px;
}

.fusion-meta-info {
    border: none !important;
}

.extra_fields_wraper {
    display: flex;
    gap: 45px;
    padding: 50px 0;
}

.extra_fields_wraper div {
    width: 100%;

}

.extra_fields_wraper h3 {
    font-size: 20px;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 700;
}

.post .fusion-post-title-meta-wrap {
    margin-top: 35px;
}

.extra_fields_wraper .img_div {
    max-width: 400px;
}

.extra_fields_wraper .img_div img {
    border-radius: 15px;
    min-height: 400px;
    object-fit: cover;
}

/*blog page css ends*/

/*product page css*/
.woocommerce-container section#content {
    padding-bottom: 90px;
}

.fusion-product-wrapper {
    border: none !important;
}

.fusion-product-wrapper img {
    max-width: 272px;
    margin: 0 auto;
    max-height: 204px;
    object-fit: cover;
    object-position: top;
}

.fusion-product-wrapper .fusion-image-size-fixed {
    width: 100%;
    text-align: center;
}

.fusion-product-wrapper h3.product-title {
    line-height: 18px;
    margin-top: 20px;
}

.product-details-container {
    max-width: 277px;
    margin: 0 auto;
}

.fusion-product-wrapper h3.product-title a {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 800;
    font-size: 15px;
    line-height: 23px;
    /* or 153% */

    text-align: center;

    /* Mid Black */

    color: #231F20;
}

.fusion-price-rating {
    margin-top: 25px;
}

span.woocommerce-Price-amount.amount {
    color: #231F20;
}

/*.price span.woocommerce-Price-amount.amount:first-child:before {
    color: #231F20;
    content: "From ";
}*/

.woocommerce-shop ul.products.clearfix.products-3 {
    display: none;
}

/*feature product*/

#slider_product {
    padding: 100px 0 200px 0;
}

.slider-nav .slick-slide {
    cursor: pointer;
    padding: 0 3px;
}

.slider-nav .slick-slide img {
    border: 1px solid #E1E1E1;
    border-radius: 15px;
    padding: 5px;
    width: 118px;
    height: 100px;
    object-fit: contain;
}

.slider.slider-nav {
    max-width: 340px;
    margin: 40px auto;
}

.slider.slider-nav {
    margin-top: 40px;
    margin-bottom: 40px;
    max-width: 340px;
}

.slider .slick-arrow {
    position: absolute;
    top: 50%;
    margin: -20px 0px 0px 0px;
    z-index: 10;
    font-size: 0;
    width: 60px;
    height: 60px;
    background-color: #FAFAFA !important;
    border: 1px solid #E4E4E4;
    border-radius: 50%;
}

.slider .slick-arrow::before {
    display: none;
}

.slider .slick-arrow.slick-prev {
    left: 0;
    background: url("/wp-content/uploads/2022/09/slide_left.png") center / 31px no-repeat;
}

.slider .slick-arrow.slick-next {
    right: 0;
    background: url("/wp-content/uploads/2022/09/slide_right.png") center / 30px no-repeat;
}

.slider .slick-arrow.slick-disabled {
    opacity: 1;
}

#slider_product .slick-list:not(.slider-nav .slick-list) {
    padding: 0 50px;
}

.slider .slick-arrow:hover {
    background-color: #ddd !important;
}

.ft_right {
    padding-left: 50px;
}

.ft_right h6 {
    margin: 0;
}

.ft_right h4 {
    max-width: 320px;
    margin-top: 20px;
}

.ft_right .pro_price {
    font-weight: 800;
    font-size: 24px;
    line-height: 28px;
    color: #231F20;
    margin-bottom: 30px;
}

.ft_right .content {
    font-size: 15px;
    line-height: 28px;
    color: #8B8D93;
    margin-bottom: 40px;
}

.ft_right .band_colors h6 {
    font-weight: 700;
    font-size: 16px;
    text-transform: capitalize;
    color: #000000;
    margin-bottom: 10px;
}

.ft_right .band_colors .colors_wrap {
    display: flex;
}

.colors_wrap span {
    width: 36.53px;
    height: 25px;
    border-radius: 6px;
    margin-right: 5px;
}

.colors_wrap .color1 {
    background: #E8E8E8;
}

.colors_wrap .color2 {
    background: #D8C2AA;
}

.colors_wrap .color3 {
    background: #474748;
}

.ft_right .band_colors {
    margin-bottom: 50px;
}

.price_var_mainwrap {
    background: #FAFAFA;
    border: 3px solid transparent;
    border-radius: 10px;
    padding: 16px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.price_var_mainwrap .price_var_wrap {
    margin-right: 20px;
}

.price_var_mainwrap:hover {
    border-color: #23b4e3;
}

a.price_var_mainwrap.active {
    border-color: #23b4e3;
}

.ft_right .pro_var_title {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: #231F20;
}

.ft_right .pro_var_desc {
    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
    color: #8B8D93;
}

.ft_right .pro_var_price {
    font-weight: 800;
    font-size: 24px;
    line-height: 28px;
    color: #231F20;
}

.ft_right .btn.btn_blue {
    width: 100%;
    text-align: center;
    display: block;
    border-radius: 10px;
    padding: 11px 30px;
}

/*product page css ends*/

/*woocommerce css start*/
.woocommerce-checkout section#content {
    background: #FFFFFF;
    box-shadow: 0px 35px 65px -22px rgb(0 0 0 / 10%);
    border-radius: 20px;
    padding: 3rem 2rem;
    margin-top: -100px;
    margin-bottom: 8rem;
}

.woocommerce-checkout .entry-title {
    position: relative;
    top: -50px;
}

.woocommerce-checkout .col-1,
.woocommerce-checkout .col-2,
.woocommerce-checkout .woocommerce-content-box,
.woocommerce-checkout tr td,
.woocommerce-checkout tr {
    border-color: #00000014 !important;
}

#tribe-bar-form input[type=text],
.input-text,
.tribe-bar-disabled #tribe-bar-form .tribe-bar-filters input[type=text],
input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=time] {
    border-color: #00000014 !important;
}

.woocommerce-checkout h3 {
    border: none !important;
}

/*thankyou page*/
p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    text-align: center;
    font-weight: 800;
    font-size: 30px;
}
ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    text-align: center;
}
ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li {
    list-style: none;
} 

/*woocommerce css ends*/




/****** home_what_is  *******/
.home_what_is .content_wrap {
    padding-right: 6rem;
}

.home_what_is ul {
    list-style: none;
    padding: 2px 0 20px;
}

.home_what_is ul li {
    margin: 20px 0;
    position: relative;
    padding-left: 40px;
    color: #8B8D93;
}

.home_what_is ul li:before {
    content: "";
    background: url(https://bio-cerebralfit.cyberwrath.tech/wp-content/uploads/2022/09/mind.png)no-repeat scroll center left / 21px;
    width: 21px;
    height: 19px;
    position: absolute;
    left: 0;
    top: 5px;
}

.home_what_is ul li strong {
    margin-bottom: 8px;
    display: block;
    color: #000;
}

.home_what_is ul li strong+br {
    display: none;
}

.home_what_is h2 {
    max-width: 300px;
    line-height: 1 !important;
}

/****** how_it_works  *******/
.how_it_works .left_section {
    position: static;
}

.round_number {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 30.9273px;
    line-height: 42px;
    text-transform: capitalize;
    color: #23B4E3;
    width: 58px;
    height: 58px;
    border: 2px solid #23B4E3;
    border-radius: 50%;
    margin: 0 auto;
}

.how_it_works .left_section img {
    width: 100%;
}

.how_it_works .small_title,
.about_app .small_title {
    margin-bottom: 20px;
}

.how_it_works .content_wrap {
    padding-left: 150px;
}

.about_app .content_wrap {
    padding-right: 150px;
}

/****** better_access  *******/
.better_access {
    padding: 22rem 0;
}

.better_access .content_wrap {
    max-width: 745px;
}

/****** infographics  *******/
.infographics .img_wrap {
    padding-top: 3rem;
}

/****** important_points  *******/
.important_points ul {
    padding: 0;
    list-style: none;
}

.important_points {
    padding: 10rem 0;
}

.important_points ul li {
    margin-bottom: 30px;
}

.important_points ul li strong {
    color: #fff;
    margin-bottom: 10px;
    display: block;
    position: relative;
    padding-left: 30px;
}

.important_points ul li strong+br {
    display: none;
}

.important_points ul li strong:before {
    content: "";
    position: absolute;
    background: url(/wp-content/uploads/2022/09/Vector1.png)no-repeat scroll left center / 17px;
    left: 0;
    width: 17px;
    height: 17px;
    top: 3px;
}

.important_points .right_section.content_wrap {
    max-width: 397px;
    float: right;
}

.important_points .left_section.content_wrap {
    max-width: 450px;
}


/******* Home Testimonials  ********/
.testimonials_container {
    position: unset !important;
}

.testimonial_wrapper {
    position: relative;
    height: 700px;
    display: flex;
    align-items: center;
    padding: 5rem 0;
}

.testimonial_wrapper .testimonial_outer {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    width: 100%;
    max-width: calc(62% - 60px);
    margin-left: 60px;
    display: flex;
    align-items: center;
}

.testimonial_item {
    padding: 40px 40px 30px 40px;
    border-radius: 10px;
    background: #FAFAFA;
    position: relative;
}

.testimonial_wrapper .owl-item.active+.owl-item.active .testimonial_item::before {
    display: none;
    content: "";
    background: linear-gradient(to left, #fff 54%, rgba(255, 255, 255, 0.5));
    position: absolute;
    right: 0;
    width: 50%;
    height: 810px;
    top: 0;
    bottom: 0;
}

.testimonial_wrapper .owl-item.active:first-child .testimonial_item::before {
    display: none;
}

.testimonial_item .img_wrap {
    max-width: 85px;
    display: inline-block;
    margin-bottom: 15px;
    margin-right: 20px;
}

.testimonial_item .item_wrap {
    display: flex;
    align-items: center;
}

.testimonial_item .content {
    margin: 25px 0 25px;
}

.testimonial_item .name {
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    text-transform: capitalize;
    color: #231F20;
}

.testimonial_item .desig {
    line-height: 20px;
    color: #8B8D93;
    margin-bottom: 10px;
}

.testimonial_outer .owl-dot {
    width: 10px;
    height: 10px;
    display: inline-block;
    position: relative;
    border: 1px solid #fff !important;
    border-radius: 50%;
    margin-right: 10px;
}

.testimonial_outer .owl-dot.active {
    background: #fff;
}

.slider_nav button {
    background: none;
    border: none;
    display: inline-flex;
    width: 16px;
    height: 16px;
    margin-right: 20px;
    transition: 0.3s;
    padding: 0;
    font-size: 20px !important;
    color: #231F20;
}

.testimonial_wrapper .left_section {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 460px;
}

.testimonial_wrapper .left_section h4 {
    margin-top: 0;
}

.slider_nav button:hover {
    opacity: 0.5;
}

.slider_nav {
    margin-top: 30px;
}

#main .testimonial_wrapper h4 {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 20px;
}

#main .testimonial_wrapper h2 {
    color: #fff;
    margin-top: 20px;
    font-size: 48px;
    margin-right: 40px !important;
}

.star_rating img {
    max-width: 17px;
}

/*.pattern_wrapper.an_text .pattern_img {
  margin-top: -50px;
  opacity: 0;
}
.pattern_wrapper.an_text .circle1_img {
  top: -20%;
  opacity: 0;
}
.pattern_wrapper.an_text .circle2_img {
  opacity: 0;
  top: 50%;
}
#pills-tabContent .tab-pane {
  opacity: 1;
}
#pills-tabContent .tab-pane.fade:not(.show) {
  opacity: 0;
}
*/

.featured_logos {
    padding-bottom: 5rem;
}

.featured_logos h2 {
    margin-bottom: 3rem;
}

/******* Home Video  ********/

.hm_video h2 {
    color: #fff;
    text-transform: capitalize;
    font-size: 46px;
    max-width: 530px;
    margin: 0 auto 10px auto;
}

.hm_video p {
    margin-bottom: 60px;
}

.hm_video {
    padding: 12rem 0;
}

.hm_video+.modal .modal-dialog {
    max-width: 800px;
}

.hm_video+.modal iframe {
    width: 100%;
}

.hm_video img:hover {
    transform: scale(1.02);
}

.hm_video img {
    transition: 0.3s;
}

.modal-backdrop.show {
    opacity: 0.5 !important;
}

.modal.fade.show {
    opacity: 1;
}

.modal iframe {
    width: 100%;
}

.important_points {
    background: #231F20;
}


.btn_green {
    background: #98B238;
    border-radius: 5px;
    padding: 10px 30px;
}

.collapse.show {
    display: block;
}

/******* Home Faq  ********/
.faq {
    padding: 5rem 0 10rem;
}

.faq .fusion-accordian .panel-title a {
    padding: 20px 0;
}

.faq .fusion-panel:first-child {
    border-top: 1px solid #DEDEDE !important;
}

.faq .fusion-panel {
    border-color: #dedede !important;
}

.faq .fusion-toggle-heading {
    font-weight: 500;
    font-size: 20px;
    line-height: 27px;
    color: #231F20;
    margin-left: 0 !important;
}

.faq .fusion-accordian #accordian-1 .panel-title .active .fa-fusion-box,
.faq .fusion-accordian #accordian-1 .panel-title a:hover .fa-fusion-box,
.faq .fusion-accordian #accordian-1 .panel-title a.hover .fa-fusion-box {
    background: transparent !important;
    color: #000 !important;
}

.faq .fusion-accordian #accordian-1 .fa-fusion-box {
    background: transparent !important;
    color: #000 !important;
}

.faq .content {
    margin-bottom: 40px;
}

.faq .button_wrap_right .btn_normal {
    font-size: 15px;
    padding: 0;
    color: #231F20;
}

.faq .button_wrap_right {
    display: flex;
    flex-wrap: wrap;
}

/******* Home Newsletter  ********/
.mailpoet_radio_label {
    position: relative;
    padding-left: 10px;
}

.mailpoet_radio_label input {
    opacity: 0;
}

.mailpoet_radio_label span {
    border: 1px solid #e23b83;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 2px;
    border-radius: 4px;
    left: 0;
}

.mailpoet_radio_label input:checked+span {
    background: #e23b83;
}


/******* Contact Page ********/
#ct_form .fusion-fullwidth.fullwidth-box {
    padding: 0;
}

#ct_form input,
#ct_form textarea {
    background: #f5f5f5;
    border: none;
    border-radius: 5px;
    -webkit-appearance: none;
    appearance: none;
    min-height: 70px;
    -moz-appearance: textfield;
}

#ct_form .fusion-form-field {
    margin-bottom: 0;
}

#ct_form .fusion-button {
    padding-left: 40px !important;
    padding-right: 40px !important;
}

.ct_page_textbox {
    max-width: 400px;
}

#shop_icons .fusion-imageframe img {
    height: 60px;
    object-fit: contain;
}

/******* Solutions Page ********/
.sol_banner_right_txt .fusion-text {
    max-width: 430px;
}

#ft_gallery .fusion-grid-column {
    position: static !important;
}

#ft_gallery {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

/******* Product ********/

.product .fusion-image-wrapper .fusion-rollover {
    background: no-repeat;
}

.product .fusion-image-wrapper .fusion-rollover .awb-icon-check-square-o {
    display: none;
}

.product .fusion-image-wrapper .fusion-rollover .view-cart {
    display: none;
}

.products .fusion-product-buttons {
    display: none;
}

.products .fusion-price-rating {
    margin-top: 10px;
}

.product .fusion-image-wrapper .fusion-rollover .view-cart {
    display: none !important;
}

#shop_feat_product .fusion-layout-column {
    justify-content: center;
}

.related .products li.product .fusion-product-wrapper {
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0px 0px 29px #e3e3e3;
    height: 100%;
}

.woocommerce-shop .products li.product .fusion-product-wrapper {
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0px 0px 29px #e3e3e3;
    height: 100%;
}

.woocommerce-shop .fusion-product-wrapper img {
    object-fit: contain;
    max-width: 100%;
    height: 200px;
}


.woocommerce-cart #main {
    margin: 5rem 0;
}

.woocommerce-cart .woocommerce-content-box {
    border: 0;
}

.woocommerce-cart .shop_table tr {
    border-color: #f9f9f9;
    background: #f9f9f9;
}

.woocommerce-cart .shop_table tr th,
.woocommerce-cart .shop_table tr td {
    padding: 10px 20px;
}

.woocommerce-cart .shop_table thead th {
    background: #eae8e8;
}

.woocommerce-cart .woocommerce-content-box {
    padding: 0;
}

.fusion-body .woocommerce-content-box h2,
.cart-collaterals .shipping-coupon .coupon h2,
.cart-collaterals .cart_totals h2 {
    font-size: 30px !important;
}

.cart-collaterals .shipping-coupon .coupon,
.cart-collaterals .cart_totals {
    background: #f9f9f9;
    border: 0;
    padding: 2rem;
}




.woocommerce-checkout .avada-myaccount-user .avada-myaccount-user-column {
    background: #f9f9f9;
    border: 0;
    padding: 20px 20px;
}

.woocommerce-checkout .avada-myaccount-user {
    border: 0;
}

.woocommerce-checkout .woocommerce .checkout_coupon {
    background: #f9f9f9;
    border: 0;
}

.woocommerce-checkout .woocommerce .checkout_coupon h2,
.woocommerce-checkout .woocommerce-billing-fields h3 {
    font-size: 32px !important;
}

.woocommerce-checkout .woocommerce-content-box.avada-checkout {
    background: #f9f9f9;
    border: 0;
}

.woocommerce-checkout #customer_details .col-1,
#customer_details .col-2 {
    flex: 1;
    width: auto;
}

.woocommerce-checkout #main {
    margin-bottom: 8rem;
}

/******* Responsive ********/
@media(min-width: 1300px) {

    .home .container,
    .single .container,
    .blog_page .container,
    .test_page .container {
        width: 1290px;
    }
}

@media(max-width: 1550px) {

    #top_menu_bar li a,
    .book_btn a span {
        font-size: 12px;
    }
}

@media(max-width: 1350px) {
    #top_menu_bar li a {
        padding: 0 7px;
    }

    .book_btn {
        margin-left: 0 !important;
    }

    #menu-right-menu a {
        padding: 0 5px;
    }
}

@media(max-width: 1199px) {
    .book_btn {
        margin-left: 2px !important;
    }

    .book_btn a span {
        padding: 8px 15px;
        font-size: 11px;
    }

    #top_menu_bar li a {
        font-size: 11px;
        padding: 0 6px;
    }

    #menu-right-menu a {
        transform: scale(0.9);
    }

    .how_it_works .left_section {
        position: static;
    }

    .how_it_works .right_section {
        margin: 0;
    }

    .how_it_works {
        height: auto;
    }

    .better_access {
        padding: 5rem 0;
    }

    .important_points {
        padding: 5rem 0;
    }

    .testimonial_wrapper .testimonial_outer {
        position: static;
        max-width: unset;
        margin: 0;
        display: block;
    }

    .testimonial_wrapper .col-12 {
        width: 100%;
    }

    .testimonial_wrapper .left_section {
        min-height: auto;
        justify-content: center;
        text-align: center;
    }

    .testimonial_wrapper {
        height: auto;
        padding: 5rem 0;
    }

    .testimonial_wrapper .left_section .button_wrap a {
        text-align: center;
        justify-content: center;
    }

    .testimonial_wrapper .testimonials_container {
        margin-top: 2rem;
    }

    .featured_logos {
        padding-bottom: 5rem;
    }

    .featured_logos ul li {
        width: calc(33.33% - 48px);
        text-align: center;
    }

    #footer_app .img-responsive {
        margin: 5px 0;
        max-width: 115px;
    }

    .mailpoet_form_column {
        margin: 10px 0;
    }

    #footer_app .img-responsive {
        margin: 5px 0;
        max-width: 115px;
    }

    .mailpoet_form_column {
        margin: 10px 0;
    }

    .right_section .app_phone img {}

    #above_footer {
        padding-top: 3rem;
        padding-bottom: 2rem;
    }

    #above_footer .mailpoet_form_columns {
        margin: 0 !important;
    }


    .home_below_banner {
        padding: 5rem 0;
    }

    .home_below_banner p {
        margin-bottom: 0;
    }

    .home_what_is h2 {
        max-width: 100%;
    }

    .home_what_is ul {
        margin-bottom: 0;
    }

    .how_it_works .content_wrap {
        padding-left: 0;
    }

    .hm_video {
        padding: 5rem 0;
    }


    h2.fs-size-46 {
        font-size: 32px !important;
        margin-bottom: 20px !important;
    }

    .testimonial_wrapper .testimonials_container {
        margin-top: 2rem;
    }

    .featured_logos li {
        width: calc(50% - 20px);
        margin: 10px !important;
        text-align: center;
    }

    .featured_logos {
        padding-bottom: 5rem;
    }

    .faq {
        padding: 5rem 0 4rem 0;
    }

    .faq .button_wrap {
        margin-bottom: 2rem;
    }

    #above_footer .fusion-imageframe.imageframe-4 {
        margin-top: 0;
    }

}




@media(max-width: 1024px) {
    #top_cart_area {
        width: calc(80% - 120px) !important;
    }

    #top_menu_bar li a {
        font-size: 12px;
        padding: 0 8px;
    }

    #menu-right-menu a {
        transform: unset;
    }

    #menu-right-menu a {
        padding: 0 10px;
    }

    #top_menu_bar {
        width: 50px !important;
        order: 1;
    }

    #top_menu_bar .fusion-column-wrapper {
        justify-content: flex-end;
    }

    #top_cart_area .fusion-column-wrapper {
        margin-right: 0;
    }

    .home_banner {
        height: auto;
    }

    #logo_area {
        margin-right: auto !important;
    }
}


@media(max-width: 991px) {

    .about_app .content_wrap {
        padding-right: 0;
        padding-top: 2rem;
    }

    .home_what_is .row {
        flex-direction: column-reverse;
    }

    .how_it_works .left_section {
        position: static;
        width: auto;
    }

    .how_it_works .right_section {
        margin: 0;
        padding-top: 2rem;
    }

    .home_what_is .content_wrap {
        padding-right: 0;
        padding-top: 2rem;
    }

    .about_app .row {
        flex-direction: column-reverse;
    }

    .about_app {
        padding-bottom: 0;
    }

    .important_points .right_section.content_wrap {
        max-width: 100%;
        float: left;
        margin-top: 4rem;
    }

    .important_points .right_section.content_wrap h2 {
        text-align: center;
    }

    .important_points .right_section.content_wrap .btn_normal {
        justify-content: center;
    }

    .important_points .left_section.content_wrap h2 {
        text-align: center;
    }

    .important_points .left_section.content_wrap {
        max-width: 100%;
    }

    .important_points .left_section.content_wrap .img_wrap {
        text-align: center;
    }

    #footer_app .img-responsive {
        margin: 5px 0;
        max-width: 115px;
    }

    .mailpoet_form_column {
        margin: 10px 0;
    }

    .right_section .app_phone img {
        margin-top: 3rem;
    }

    #above_footer {
        padding-top: 3rem;
        padding-bottom: 2rem;
    }

    #above_footer .mailpoet_form_columns {
        margin: 0 !important;
    }

    #above_footer .left_section,
    #above_footer .right_section {
        width: 100% !important;
    }

    /*blog page css*/
    .featured_blog .content_wrap {
        max-width: 100%;
        margin: 0 auto;
        margin-top: 25px;
    }

    .main_blog {
        margin-top: 4rem;
    }

    .blog_page {
        padding-top: 1rem;
    }

    .featured_blog h2 {
        margin-bottom: 30px;
    }

    .featured_blog .featured_image {
        padding-right: 0px;
    }

    .woocommerce-shop .ft_right {
        padding-left: 0;
    }

    #shop_icons .fusion-layout-column {
        width: calc(33.33% - 20px) !important;
        margin: 10px !important;
        background: #efefef;
        padding: 20px;
        border-radius: 5px;
    }

    .price_var_mainwrap_booking_list {
        flex-wrap: wrap;
    }

}


@media(max-width: 767px) {
    #logo_area {
        width: 140px !important;
    }

    .home_banner {
        padding: 5rem 0;
        height: auto;
    }

    .home_banner .banner_content h2 {
        font-size: 32px !important;
        line-height: 1.3 !important;
    }

    .home_banner .banner_content .content {
        margin-bottom: 10px;
    }

    .featured_logos ul li {
        width: calc(50% - 48px);
        text-align: center;
    }

    .better_access {
        text-align: center;
    }

    .hm_video {
        padding: 5rem 0;
    }

    .hm_video img {
        transition: 0.3s;
        max-width: 110px;
    }

    .hm_video h2 {
        font-size: 32px !important;
        max-width: 100%;
    }

    .faq {
        padding: 5rem 0 6rem;
    }

    .mailpoet_radio_label {
        max-width: 240px;
        margin: 10px auto 0 auto;
    }

    #footer_app .fusion-column-wrapper {
        justify-content: center;
        text-align: center;
    }

    #above_footer .fusion-text {
        text-align: center;
    }

    #above_footer .fusion-imageframe.imageframe-4 {
        margin-top: 0;
        max-width: 300px !important;
        margin-left: 110px;
    }

    #copyright .fusion-column-wrapper {
        justify-content: center;
    }

    .extra_fields_wraper {
        display: block;
    }

    .extra_fields_wraper .img_div {
        max-width: 100%;
    }

    .extra_fields_wraper .img_div img {
        margin-bottom: 30px;
    }

    .fusion-post-title-meta-wrap .entry-title {
        font-size: 26px !important;
    }

    #shop_icons .fusion-layout-column {
        width: calc(100% - 10px) !important;
        text-align: center;
    }

    #abt_who .fusion-text {
        max-width: 100%;
    }

    #shop_icons {
        padding: 4rem 30px;
    }

    .single-post .entry-title {
        font-size: 36px !important;
    }

    .single-post h3 {
        font-size: 28px !important;
    }

    .book_service .time_slots li .time_box {
        padding: 20px 10px;
        font-weight: 600;
    }

    .book_service .time_slots li {
        width: calc(50% - 10px);
        margin: 0px 5px 20px 5px;
    }
}

@media(max-width: 575px) {
    .container {
        width: 100% !important;
    }

    .infographics+.infographics {
        padding-top: 0;
        margin-bottom: 0;
    }

}