/*
Theme Name: Smile Dental Spa - Tortola, BVI
Description:  
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

:root{
    --gradation-color1: #376aff;
    --gradation-color2: #4A61F1;
    --gradation-color3: #835CC2;
    --gradation-color4: #BD548F;
    --gradation-color5: #E34E6B;
    --gradation-color6: #fd4c56;
    --linear-gradient-right: linear-gradient(to right, var(--gradation-color1), var(--gradation-color2), var(--gradation-color3), var(--gradation-color4), var(--gradation-color5), var(--gradation-color6));
    --linear-gradient-left: linear-gradient(to left, var(--gradation-color1), var(--gradation-color2), var(--gradation-color3), var(--gradation-color4), var(--gradation-color5), var(--gradation-color6));
}
.gradation-color{
    text-decoration: none;
    background-image: var(--linear-gradient-right);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    position: relative;
}
.gradation-color2{
    text-decoration: none;
    background-image: var(--linear-gradient-left);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    position: relative;
}

#boxed-wrapper .header-search {
    position: relative;
}
#boxed-wrapper .header-search .fontawesome-icon{
    color: inherit;
    background-color: transparent;
    border: none;
    font-size: 18px;
    margin: 0;
    width: 28px;
    height: 28px;
    line-height: 28px;
    cursor: pointer;
}
#boxed-wrapper .header-search .fusion-search-element{
    position: absolute;
    top: 100%;
    right: -15px;
    width: 360px;
    height: 60px;
    background-color: #ffffff;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, .1);
    border-radius: 5px;
    text-align: left;
    z-index: 2;
    --awb-input-height: 60px;
    --awb-border-radius:5px;
    opacity: 0;
    pointer-events: none;
    transition: all ease-in 200ms;
}
#boxed-wrapper .header-search:hover .fusion-search-element,
#boxed-wrapper .header-search:focus-within .fusion-search-element{
    opacity: 1;
    pointer-events: all;
}

#boxed-wrapper .header-search .fusion-search-field input{
    border: none;
    font-size: 18px;
    color: #000;
}
#boxed-wrapper .header-search .fusion-search-submit{
    background-color: transparent;
    color: currentColor;
}
#boxed-wrapper .header-search .fontawesome-icon:hover,
#boxed-wrapper .header-search .fusion-search-submit:hover{
    color: var(--awb-color4);
}

.custom-list01 .icon-wrapper{
    background-image: url("images/SmileDentalSpa-img-03.webp");
    background-repeat: no-repeat;
    background-position: left center;
    overflow: hidden;
    text-indent: 100px;
    margin-inline-end: 0 !important;
}
.custom-list01 .fusion-li-item-content{
    font-size: 1.25rem;
    font-family: "Roboto Condensed";
    color: #102039;
}

.custom-testimonialsCarousel{
    margin: 0 !important;
}
.custom-testimonialsCarousel > .awb-carousel {
    padding-bottom: 125px;
}
.custom-testimonialsCarousel .swiper-slide{
    position: relative;
    border: none;
    border-radius: 6px;
    background-color: #FFF;
    font-size: 1rem;
    line-height: 1.25;
    font-style: normal;
    margin: 0;
    padding: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 0 40px rgba(74, 117, 255, .2);
    padding: 40px 25px;
}

.custom-testimonialsCarousel .swiper-slide .fusion-image-wrapper{
    width: 129px;
    height: 129px;
    border-radius: 50%;
    margin-bottom: 27px;
    overflow: hidden;
    background-color: #F1F4FB;
    margin-left: auto;
    margin-right: auto;
    transition: all ease-in 300ms;
    text-align: center;
}
.custom-testimonialsCarousel .swiper-slide:hover .fusion-image-wrapper{
    background-color: var(--awb-color4);
}
.custom-testimonialsCarousel .swiper-slide:hover .fusion-image-wrapper img{
    filter: grayscale(100%) brightness(500%);
}

.custom-testimonialsCarousel .swiper-slide .awb-imageframe-caption-title{
    margin: 0 0 28px;
    color: #102039;
    font-size: 1.5rem;
    line-height: 1.5rem;
    font-family: "Fjalla One";
}
.custom-testimonialsCarousel .awb-swiper-button,
.custom-testimonialsCarousel .awb-swiper-button{
    width: 64px !important;
    height: 64px !important;
    border-radius: 50% !important;
    border: 2px solid rgba(255,255,255,0.2);
    background-color: transparent !important;
    bottom: 0 !important;
    top: auto !important;
}
.custom-testimonialsCarousel .awb-swiper-button.awb-swiper-button-prev{
    left: calc(50% - 75px) !important;
}
.custom-testimonialsCarousel .awb-swiper-button.awb-swiper-button-next{
    right: calc(50% - 75px) !important;
}

.custom-testimonialsCarousel .awb-icon-angle-left::before,
.custom-testimonialsCarousel .awb-icon-angle-right::before{
    content: none !important;

}

.custom-testimonialsCarousel .awb-icon-angle-left,
.custom-testimonialsCarousel .awb-icon-angle-right{
    width: 15px;
    height: 15px;
    border-top: 2px solid currentColor;
    border-left: 2px solid currentColor;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -8px 0 0 -4px;
    transform: rotate(-45deg) translate3d(0, 0, 0);
}
.custom-testimonialsCarousel .awb-icon-angle-right{
    transform: rotate(135deg) translate3d(0, 0, 0);
    margin-left: -10px;
}

.custom-testimonials .awb-quote{
    padding: 0 !important;
}
.custom-testimonials .author{
    flex-direction: column !important;
    align-items: start !important;
}

.custom-testimonials .testimonial-thumbnail{
    --rating-size: 21px;
    --rating-spacing: 14px;
    --rating-position: calc(var(--rating-size) + var(--rating-spacing));
    --rating-img: url('data:image/svg+xml;utf8,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><path d="M50,5 67,32 98,40 77,64 80,96 50,84 20,96 23,64 2,40 33,32 50,5" stroke-width="4" stroke="%23fc4c56" fill="none" ></path></svg>');
    --rating-fill: url('data:image/svg+xml;utf8,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><path d="M50,5 67,32 98,40 77,64 80,96 50,84 20,96 23,64 2,40 33,32 50,5" stroke-width="4" stroke="%23fc4c56" fill="%23fc4c56" ></path></svg>');
    --rating: 5;
    background-image: var(--rating-img), var(--rating-img), var(--rating-img), var(--rating-img), var(--rating-img);
    background-size: var(--rating-size);
    background-position: 0 center, calc(var(--rating-position) * 1) center, calc(var(--rating-position) * 2) center, calc(var(--rating-position) * 3) center, calc(var(--rating-position) * 4) center;
    background-repeat: no-repeat;
    width: calc(var(--rating-size)*5 + var(--rating-spacing) * 4) !important;
    height: var(--rating-size);
    cursor: pointer;
    position: relative;
    padding: 0 !important;
}

.custom-testimonials .testimonial-thumbnail::after {
    content: "";
    background-image: var(--rating-fill), var(--rating-fill), var(--rating-fill), var(--rating-fill), var(--rating-fill);
    background-size: inherit;
    background-position: inherit;
    background-repeat: no-repeat;
    width: calc((var(--rating-size) + var(--rating-spacing)) * var(--rating));
    width: calc((var(--rating-size) + var(--rating-spacing))*(var(--rating) - rem(var(--rating), 1)) + var(--rating-size)* rem(var(--rating), 1));
    height: 100%;
    display: block;
}

.custom-testimonials .testimonial-thumbnail::before{
    content: none !important;
}
.custom-testimonials .author{
    margin: 30px 0 20px 0 !important;
}
.custom-testimonials .company-name{
    margin: 10px 0 40px 0 !important;
    padding: 0 !important;
}

.custom-testimonials .testimonial-pagination{
    text-align: left;
    justify-content: start !important;
}
.custom-testimonials .testimonial-pagination a{
    width: 18px !important; 
    height: 18px !important; 
}
.custom-testimonials .testimonial-pagination a:not(.activeSlide){
    border-color: #D7D4D5;
    background-color: #D7D4D5;
}
.map_box iframe{
    display: block;
}
#boxed-wrapper .mb-10{
    margin-bottom: 10px;
}
#boxed-wrapper .pb-10{
    padding-bottom: 10px;
}
#boxed-wrapper .col_line_box2:after {
    content: "";
    position: absolute;
    left: -6px;
    top: 50%;
    width: 1px;
    height: 407px;
    background: url(/wp-content/uploads/2026/03/footer_line_bg.webp) 0 0 no-repeat;
    transform: translateY(-50%);
}
#boxed-wrapper .col_line_box1:after {
    content: "";
    position: absolute;
    left: 22px;
    top: 50%;
    width: 1px;
    height: 407px;
    background: url(/wp-content/uploads/2026/03/footer_line_bg.webp) 0 0 no-repeat;
    transform: translateY(-50%);
}
.footer_bottom_box .sep {
    margin: 0 6px;
    color: #fff;
}
#boxed-wrapper .footer_bottom_box:before{
    content: "";
    position: absolute;
    left: -2000px;
    right: 0;
    width:6000px;
    height: 1px;
    background-color: var(--awb-border-color);
}
body #boxed-wrapper .fusion-button{
    background: #FD4C56 !important;
        font-family: "Roboto Condensed";
}
body #boxed-wrapper .fusion-button:hover{
    background: #C72D29 !important;
}
#boxed-wrapper .fusion-tb-header .awb-menu #menu-classic-main-menu .current_page_item > a{
        background: url(images/menu_item_hover.webp) 50% 70% no-repeat;
}
#boxed-wrapper .fusion-tb-header .awb-menu #menu-classic-main-menu .current_page_item.menu-item-type-custom > a{
    background: transparent;
    color: var(--awb-color) !important;
}
#boxed-wrapper .fusion-tb-header .awb-menu #menu-classic-main-menu .current_page_item.menu-item-type-custom > a:hover{
    color:var(--awb-active-color) !important;
}
#boxed-wrapper .awb-menu__li_search-dropdown .fusion-search-form-content{
    padding: 0;
    right: -15px;
    width: 360px;
    height: 60px;
    background-color: #ffffff;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, .1);
    border-radius: 5px !important;
}
#boxed-wrapper .awb-menu__li_search-dropdown .fusion-search-form-content .search-field input{
    width: 300px;
    height: 60px;
    border: none;
    background: transparent;
    padding: 0px 30px 0px 30px;
    color: #222;
    font-size: 16px;
}
#boxed-wrapper .awb-menu__li_search-dropdown .fusion-search-form-content .fusion-search-button .fusion-search-submit{
        position: absolute;
    width: 80px;
    height: 60px;
    right: 0;
    top: 0;
    color: #6c6d72;
    background: none;
    font-size: 23px;
}
#boxed-wrapper .awb-menu__li_search-dropdown .awb-menu__sub-li{
    background: transparent;
}
#boxed-wrapper .fusion-tb-header .awb-menu #menu-classic-main-menu .fusion-menu-searchform-dropdown{
    line-height: initial;
    left: auto;
    right: 0;
}
#boxed-wrapper .fusion-tb-header .awb-menu #menu-classic-main-menu .expanded.awb-menu__li_search-dropdown .fa-search:before{
    content: "\f00d";
}
#boxed-wrapper .fusion-tb-header .awb-menu #menu-classic-main-menu .custom-menu-search{
        width: 21px;
    }
.custom_imageBox_01 {
    position: relative;
    display: inline-block;
    padding-left: 80px;
    width: max-content;
    max-width: 100%;
}
.custom_imageBox_01 img{
    max-width: 100%;
}
.custom_imageBox_01 .pic {
    position: relative;
    border-radius: 100%;
    overflow: hidden;
}
.custom_imageBox_01 .pic_img {
    content: '';
    position: absolute;
   right: -31px;
    bottom: -11%;
    pointer-events: none;
}
.custom_imageBox_01 .float-img {
    position: absolute;
    top: 60px;
    left: 0;
}
.custom_imageBox_01 .float-img .textBox {
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    font-size: 1.125rem;
    font-family: var(--awb-typography1-font-family);
    line-height: 1.2;
}
.custom_imageBox_01 .mb-60 {
    margin-bottom: 60px;
}
.custom_imageBox_01 .pic::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: calc(361 / 490 * 100%);
    aspect-ratio: 361 / 203;
    background-image: url(images/custom_imageBox_01_Lines.webp);
    pointer-events: none;
}
.custom_imageBox_02 {
    position: relative;
    border-radius: 0 0 0 8px;
    overflow: hidden;
}
.custom_imageBox_02 .pic {
    position: relative;
}
.custom_imageBox_02 .content {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 50px 50px 30px 50px;
    max-width: 430px;
    width: calc(100% - 30px);
    color: #fff;
    z-index: 1;
}
.custom_imageBox_02 .content::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    aspect-ratio: 1 / 1;
    width: calc(640 / 430 * 100%);
    height: calc(640 / 235 * 100%);
    background-color: #0935ba;
    border-radius: 50%;
    z-index: -1;
}
.custom_imageBox_02 .content .title {
    margin: 0 0 0;
    color: #fff;
    font-size: 1.875rem;
    line-height: 1.2;
}
.custom_imageBox_02 .mb-20 {
    margin-bottom: 20px;
}
#boxed-wrapper .toggles_style .fusion-toggle-boxed-mode{
    border-radius: 8px;
    box-shadow: 0 0 60px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    background: #fff;
    transition: all 0.2s ease;
}
#boxed-wrapper .toggles_style .fusion-toggle-boxed-mode:last-child{
    margin-bottom: 0;
}
#boxed-wrapper .toggles_style .fusion-toggle-boxed-mode:hover{
    background: #fff;
}
#boxed-wrapper .toggles_style .fusion-toggle-boxed-mode:has(.in){
    
}
#boxed-wrapper .toggles_style .fusion-toggle-boxed-mode .panel-title .active{
    
}
#boxed-wrapper .toggles_style .fusion-toggle-boxed-mode .panel-title .active .fusion-toggle-icon-wrapper .fa-fusion-box:before{
    
}
#boxed-wrapper .toggles_style .fusion-toggle-boxed-mode .panel-collapse .panel-body{
    transition: all 0.2s ease;
    border-top: 1px solid rgba(0, 0, 0, .3);
    padding: 25px 40px 20px;
}
#boxed-wrapper .toggles_style .fusion-toggle-boxed-mode .panel-collapse.in .panel-body{
    
}
.icon_option_bg{
    overflow: initial !important;
    min-height: 45.27px;
    display: block !important;
}
.icon_option_bg::after {
    content: "";
    position: absolute;
    top: 34%;
    left: 46%;
    width: 42px;
    height: 42px;
    background-color: #fd4c56;
    border-radius: 50%;
    transform: translate3d(-50%, -50%, 0);
    opacity: .2;
}
#boxed-wrapper .swiper_style01 .awb-swiper-button{
    border: 2px solid #000;
}
#boxed-wrapper .swiper_style01 .awb-swiper-button:hover{
    border-color: #fd4c56;
}
#boxed-wrapper .img_option:before{
    content: '';
    position: absolute;
    bottom: -72px;
    right: -41%;
    aspect-ratio: 1 / 1;
    width: 179px;
    height: 179px;
    z-index: 0;
    pointer-events: none;
    background: url(images/SmileDentalSpa-AboutEle-03.webp) 0 0 no-repeat;
}
#boxed-wrapper .form_bg_box .fusion-form-textarea-field label,
#boxed-wrapper .form_bg_box .fusion-form-label-wrapper label{
    font-style: normal;
}
#boxed-wrapper .form_r_color .fusion-form-element-required,
#boxed-wrapper .form_bg_box .fusion-form-element-required{
    color: rgba(255, 0, 0, 1);
}
#boxed-wrapper .form_option_bg:before{
    content: "";
    background-color: #fd4c56;
    position: absolute;
    top: 36px;
    bottom: 92px;
    left: 60%;
    right: 0;
    z-index: 0;
    opacity: 0.05;
    border-radius: 5px 0 0 5px;
}
#boxed-wrapper .contactus_info_box .content-box-wrapper .heading{
    margin-bottom: 0;
}
#boxed-wrapper .contactus_info_box .content-box-wrapper .heading .image{
    width: 85px;
    text-align: center;
}
#boxed-wrapper .contactus_info_box .content-box-wrapper .heading .image img{
    margin-right: 0;
}
#boxed-wrapper .contactus_info_box .content-box-wrapper .content-box-heading{
    padding-left: 100px !important;
}
#boxed-wrapper .contactus_info_box .content-box-wrapper .content-container{
    padding-left: 100px;
}
#boxed-wrapper .testimoniaols_style .swiper-slide .fusion-carousel-item-wrapper{
    height: 100%;
    margin: 0 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    padding: 35px;
    background: url('data:image/svg+xml;utf8,<svg viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M464 32H336c-26.5 0-48 21.5-48 48v128c0 26.5 21.5 48 48 48h80v64c0 35.3-28.7 64-64 64h-8c-13.3 0-24 10.7-24 24v48c0 13.3 10.7 24 24 24h8c88.4 0 160-71.6 160-160V80c0-26.5-21.5-48-48-48zm-288 0H48C21.5 32 0 53.5 0 80v128c0 26.5 21.5 48 48 48h80v64c0 35.3-28.7 64-64 64h-8c-13.3 0-24 10.7-24 24v48c0 13.3 10.7 24 24 24h8c88.4 0 160-71.6 160-160V80c0-26.5-21.5-48-48-48z" stroke="none" fill="%231640bc" ></path></svg>');
    background-size: 42px;
    background-repeat: no-repeat;
    background-position: right 30px top 30px;
}
#boxed-wrapper .testimoniaols_style .swiper-slide .fusion-carousel-item-wrapper .fusion-image-wrapper{
    display: none;
}
#boxed-wrapper .testimoniaols_style .swiper-slide .fusion-carousel-item-wrapper .awb-imageframe-caption-title{
    padding-bottom: 36px;
    margin-bottom: 16px;
     --rating-size: 16px;
    --rating-spacing: 5px;
    --rating-position: calc(var(--rating-size) + var(--rating-spacing));
    --rating-img: url('data:image/svg+xml;utf8,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><path d="M50,5 67,32 98,40 77,64 80,96 50,84 20,96 23,64 2,40 33,32 50,5" stroke-width="4" stroke="%23fc4c56" fill="none" ></path></svg>');
    --rating-fill: url('data:image/svg+xml;utf8,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><path d="M50,5 67,32 98,40 77,64 80,96 50,84 20,96 23,64 2,40 33,32 50,5" stroke-width="4" stroke="%23fc4c56" fill="%23fc4c56" ></path></svg>');
    --rating: 0;
    position: relative;
}
#boxed-wrapper .testimoniaols_style .swiper-slide .fusion-carousel-item-wrapper .awb-imageframe-caption-title:before{
    content: "";
    background-image: var(--rating-fill), var(--rating-fill), var(--rating-fill), var(--rating-fill), var(--rating-fill);
    background-size: var(--rating-size);
    background-position: 0 center, calc(var(--rating-position) * 1) center, calc(var(--rating-position) * 2) center, calc(var(--rating-position) * 3) center, calc(var(--rating-position) * 4) center;
    background-repeat: no-repeat;
    width: calc(var(--rating-size)*5 + var(--rating-spacing) * 4);
    height: var(--rating-size);
    cursor: pointer;
    position: absolute;
    left: 0;
    bottom: 0;
}
body .to-top-right #toTop{
    bottom: 30px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999999;
}
body .to-top-right #toTop.fusion-to-top-active{
    opacity: 1;
}
body .to-top-right #toTop:before{
    content: "";
    height: 0px;
    border-left: 1px solid #FFF;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -5px 0px 0px 1px;
    transition: all 300ms cubic-bezier(0.65, 0.05, 0.36, 1);
    transform: translateX(-0.4px);
    backface-visibility: hidden;
}
body .to-top-right #toTop:after {
    content: "";
    width: 15px;
    height: 15px;
    border-top: 1px solid #FFF;
    border-left: 1px solid #FFF;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: -6px 0 0 0px;
    transition: all 300ms cubic-bezier(0.65, 0.05, 0.36, 1);
    margin-left: 0;
    transform-origin: 2px 1px;
    backface-visibility: hidden;
}
body .to-top-right #toTop:hover::before {
    margin: -11px 0px 0px 1px;
    height: 24px;
}
body .to-top-right #toTop:hover::after {
    margin-top: -12px;
}
body .to-top-right #toTop span {
    inset-inline-end: 66px;
    top: 50%;
    height: 42px;
    line-height: 42px;
    position: absolute;
    border-radius: 21px;
    background-color: inherit;
    margin-top: -21px;
    color: #fff;
    padding: 0px 30px;
    font-size: 1rem;
    opacity: 0;
    visibility: hidden;
    transition: all 300ms cubic-bezier(0.65, 0.05, 0.36, 1);
    clip-path:initial;
    clip:initial;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
        min-width: 144px;
}
body .to-top-right #toTop:hover span {
    opacity: 1;
    visibility: visible;
    inset-inline-end: 76px;
}
body .avada-footer-scripts .lightform_custom .awb-off-canvas-inner{
    border-radius: 10px;
}
body .avada-footer-scripts .lightform_custom .fusion-form-label-wrapper .label,
body .avada-footer-scripts .lightform_custom .fusion-form-field label{
    font-style: normal;
}
body .avada-footer-scripts .lightform_custom .fusion-form-element-required{
    color: rgba(255, 0, 0, 1);
}
body .avada-footer-scripts .lightform_custom .fusion-form-checkbox-field > fieldset{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
body .avada-footer-scripts .lightform_custom .fusion-form-checkbox-field > fieldset .option-inline{
    margin-inline-end: 15px;
    margin-bottom: 10px;
    display: inline-flex;
    vertical-align: middle;
}
body .avada-footer-scripts .lightform_custom .fusion-form-radio label,
body .avada-footer-scripts .lightform_custom .fusion-form-checkbox-field > fieldset .option-inline label{
    color: #656565;
}
body #boxed-wrapper .fusion-button .fa-arrow-right:before{
    content: "";
    background-image: url('data:image/svg+xml;utf8,<svg width="400" height="400" viewBox="0 0 400 400" xmlns="http://www.w3.org/2000/svg"><path d="M387.015,203.05L267.048,83.307c-3.896-3.888-10.241-3.888-14.137,0c-3.896,3.889-3.896,10.223,0,14.11l102.891,102.699 H30.034c-5.516,0-9.997,4.473-9.997,9.979s4.481,9.979,9.997,9.979h325.769L252.912,322.772c-3.896,3.889-3.896,10.223,0,14.11 c1.962,1.959,4.52,2.914,7.078,2.914c2.558,0,5.116-0.975,7.078-2.914l119.967-119.742c3.895-3.889,3.895-10.223,0-14.11 L387.015,203.05z" fill="%23ffffff" ></path></svg>');
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-position: center center;
    overflow: hidden;
    display: inline-block;
    width: 21px;
    height: 18px;
    line-height: 40px;
    vertical-align: middle;
    -webkit-transition: all 0.3s cubic-bezier(0.420, 0.000, 1.000, 1.000);
    transition: all 0.3s cubic-bezier(0.420, 0.000, 1.000, 1.000);
    vertical-align: middle;
    margin-bottom: 0px;
    pointer-events: none;
    border-radius: 0;
    margin-top: -3px;
}
body .off_canvas_custom .off-canvas-content{
    justify-content: center !important;
}
@media only screen and (min-width: 1700px) {
    .flex-center > div{
        align-items: center !important;
    }
    .size-42 {
        font-size: 42px !important;
    }
    .banner_title .fusion-title-heading{
    font-size: 4.125rem !important;
    line-height: 1.36 !important;
    font-weight: 600;
    }
    .banner_title .fusion-title-heading span{
        padding-left: 55px;
    }
    #boxed-wrapper .custom_head_box > div{
        max-width: 1660px !important;
    }
    #boxed-wrapper .fusion-tb-header .awb-menu #menu-classic-main-menu .menu-item > a{
        font-size: 18px;
    }
    #boxed-wrapper .fusion-tb-header .awb-menu #menu-classic-main-menu{
        --awb-gap: 40px;
    }
    #boxed-wrapper .fusion-tb-header .awb-menu #menu-classic-main-menu .custom-menu-search{
        margin-right: 10px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
    #boxed-wrapper .custom_logo .has-fusion-standard-logo a img{
        max-height: 50px !important;
        width: auto;
    }
    #boxed-wrapper .custom_menu #menu-classic-main-menu > .menu-item > a{
        font-size: 17px;
    }
    #boxed-wrapper .custom_menu #menu-classic-main-menu{
        --awb-gap: 18px;
    }
    #boxed-wrapper .custom-testimonialsCarousel .swiper-slide{
        width: 285px !important;
    }
    #boxed-wrapper .black_font p{
        color: #000;
    }
    #boxed-wrapper .pad_custom_img img{
        max-width: 70%;
    }
}
@media only screen and (max-width: 1023px) {
    #boxed-wrapper .mobile_title_font .fusion-title-heading{
        font-size: 60px !important;
    }
     #boxed-wrapper .mobile_title_font2 .fusion-title-heading{
        font-size: 50px !important;
    }
    #boxed-wrapper .mobile_title_font3 .fusion-title-heading{
        font-size: 40px !important;
    }
    #boxed-wrapper .mobile_title_font2 > p{
        font-size: 50px !important;
    }
     #boxed-wrapper .black_font p{
        color: #000;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    #boxed-wrapper .pad_search_icon{
        display: block !important;
    }
    #boxed-wrapper .col_line_box2:after{
        left: 20px;
    }
    #boxed-wrapper .col_line_box1:after{
        left: -4px;
    }
     #boxed-wrapper .footer_bottom_box > div{
        justify-content: center;
    }
    #boxed-wrapper .mobile_title{
        margin-left: 0;
        color: #000;
    }
        body .avada-footer-scripts .lightform_custom .fusion-form-checkbox-field > fieldset{
   
    grid-template-columns: repeat(2, 1fr);
}
}
@media only screen and (max-width: 767px) {
    #boxed-wrapper .mobile_nobg{
        background: #F7EFE9;
    }
    #boxed-wrapper .awb-menu__li_search-dropdown .fusion-search-form-content{
        width: 300px;
    }
    body .avada-footer-scripts .lightform_custom .fusion-form-checkbox-field > fieldset{
   
    grid-template-columns: repeat(1, 1fr);
}
    #boxed-wrapper .footer_bottom_box > div{
        justify-content: center;
    }
    #boxed-wrapper .col_line_box2:after,
    #boxed-wrapper .col_line_box1:after{
        display: none;
    }
    .custom_imageBox_02 .content{
        padding: 20px;
    }
     #boxed-wrapper .mobile_title_font .fusion-title-heading{
        font-size: 50px !important;
    }
     #boxed-wrapper .mobile_title_font2 .fusion-title-heading{
        font-size: 40px !important;
    }
    #boxed-wrapper .mobile_title_font3 .fusion-title-heading{
        font-size: 30px !important;
    }
}





body #boxed-wrapper .left-full-column > div.fusion-content-layout-column {
  margin-left: calc((var(--site_width) - 97vw) / 2);
  width: calc(100% + (100vw - var(--site_width)) / 2);
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
   body #boxed-wrapper .left-full-column > div.fusion-content-layout-column {
  margin-left: calc((var(--viewportWidth) - 100vw) / 2);
  width: calc(100% + (100vw - var(--viewportWidth)) / 2);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
 body #boxed-wrapper .left-full-column > div.fusion-content-layout-column {
  margin-left: calc((var(--viewportWidth) - 100vw) / 2);
  width: calc(100% + (100vw - var(--viewportWidth)) / 2);
  }
}
@media (max-width: 575px) {
   body #boxed-wrapper .left-full-column > div.fusion-content-layout-column {
    margin-left: -15px;
    width: calc(100% + 15px);
  }
}

body #boxed-wrapper .right-full-column > div.fusion-content-layout-column {
  margin-right: calc((var(--site_width) - 97vw) / 2);
  width: calc(100% + (100vw - var(--site_width)) / 2);
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
   body #boxed-wrapper .right-full-column > div.fusion-content-layout-column {
  margin-right: calc((var(--viewportWidth) - 100vw) / 2);
  width: calc(100% + (100vw - var(--viewportWidth)) / 2);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
 body #boxed-wrapper .right-full-column > div.fusion-content-layout-column {
  margin-right: calc((var(--viewportWidth) - 100vw) / 2);
  width: calc(100% + (100vw - var(--viewportWidth)) / 2);
  }
}
@media (max-width: 575px) {
   body #boxed-wrapper .right-full-column > div.fusion-content-layout-column {
    margin-right: -15px;
    width: calc(100% + 15px);
  }
}


.testimonial-form .wpcr3_rating_style1 {
    transform: scale(0.75);
    transform-origin: left;
}

.testimonial-form .wpcr3_respond_3,
.testimonial-form .wpcr3_leave_text {
    display: none !important;
}

.testimonial-form .wpcr3_respond_2 {
    display: block !important;
    width: 100% !important;
    height: auto !important;
}
.testimonial-form .wpcr3_respond_2 textarea{
    min-width: auto;
}

.testimonial-form .wpcr3_table_2,
.testimonial-form .wpcr3_table_2 tbody,
.testimonial-form .wpcr3_table_2 tr,
.testimonial-form .wpcr3_table_2 td,
.testimonial-form .wpcr3_table_2 th {
    display: block;
}

.testimonial-form .wpcr3_review_form_text_field {
    padding-bottom: 20px;
}

.testimonial-form input[type="text"],
.testimonial-form textarea {
    width: 100% !important;
    padding: 10px;
}

.testimonial-form div.wpcr3_rating_style1_status {
    width: 255px;
    height: 51px;
}

.testimonial-form div.wpcr3_rating_style1_score,
.testimonial-form div.wpcr3_rating_style1_base {
    background-image: url("images/newstars.webp");
    width: 255px;
    height: 51px;
    line-height: 51px;
    background-position: 3px -7px;
}

.testimonial-form div.wpcr3_rating_style1_score div,
.testimonial-form div.wpcr3_rating_style1_base div {
    height: 51px;
}

.testimonial-form div.wpcr3_rating_style1_score div:hover,
.testimonial-form div.wpcr3_rating_style1_average {
    background-image: url("images/newstars.webp");
    background-position: 3px -110px;
}

.testimonial-form .wpcr3_button_1 {
    background: #FC4C56;
    padding: 10px 30px;
    color: #FFF;
    font-size: 20px;
    border: none;
    margin-top: 20px;
}

.testimonial-form .wpcr3_button_1:hover {
    background: #C62D29;
    color: #FFF;
}

.testimonial-form .wpcr3_cancel_btn,
.testimonial-form .wpcr3_dotline {
    display: none !important;
}
.testimonial-form .comment-field{
    display: block;
    color: #102039;
    font-size: 15px;
    margin: 0 0 2px;
}
.testimonial-form *{
    font-family: "Open Sans";
}
.testimonial-form .wpcr3_submit_btn{
    border-radius: 0;
    font-family: "Roboto Condensed";
    display: inline-flex;
    gap: 14px;
    align-items: center;
    padding-top: 12px;
    padding-bottom: 10px;
    transition: all 0.2s;
}
.testimonial-form .wpcr3_submit_btn:after{
    content: "";
    background-image: url('data:image/svg+xml;utf8,<svg width="400" height="400" viewBox="0 0 400 400" xmlns="http://www.w3.org/2000/svg"><path d="M387.015,203.05L267.048,83.307c-3.896-3.888-10.241-3.888-14.137,0c-3.896,3.889-3.896,10.223,0,14.11l102.891,102.699 H30.034c-5.516,0-9.997,4.473-9.997,9.979s4.481,9.979,9.997,9.979h325.769L252.912,322.772c-3.896,3.889-3.896,10.223,0,14.11 c1.962,1.959,4.52,2.914,7.078,2.914c2.558,0,5.116-0.975,7.078-2.914l119.967-119.742c3.895-3.889,3.895-10.223,0-14.11 L387.015,203.05z" fill="%23ffffff" ></path></svg>');
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-position: center center;
    overflow: hidden;
    display: inline-block;
    width: 21px;
    height: 18px;
    line-height: 40px;
    vertical-align: middle;
    -webkit-transition: all 0.3s cubic-bezier(0.420, 0.000, 1.000, 1.000);
    transition: all 0.3s cubic-bezier(0.420, 0.000, 1.000, 1.000);
    vertical-align: middle;
    margin-bottom: 0px;
    pointer-events: none;
    border-radius: 0;
    margin-top: -3px;
}
#boxed-wrapper .footer_custom_box .fusion-button:hover,
#boxed-wrapper .footer_custom_box .fusion-button{
    background: transparent !important;
    font-family: "Roboto Condensed";
}

#boxed-wrapper .testimoniaols_style2 .swiper-slide .fusion-carousel-item-wrapper {
    height: calc(100% - 30px);
    margin: 15px 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    padding: 35px;
    background: url('data:image/svg+xml;utf8,<svg viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M464 32H336c-26.5 0-48 21.5-48 48v128c0 26.5 21.5 48 48 48h80v64c0 35.3-28.7 64-64 64h-8c-13.3 0-24 10.7-24 24v48c0 13.3 10.7 24 24 24h8c88.4 0 160-71.6 160-160V80c0-26.5-21.5-48-48-48zm-288 0H48C21.5 32 0 53.5 0 80v128c0 26.5 21.5 48 48 48h80v64c0 35.3-28.7 64-64 64h-8c-13.3 0-24 10.7-24 24v48c0 13.3 10.7 24 24 24h8c88.4 0 160-71.6 160-160V80c0-26.5-21.5-48-48-48z" stroke="none" fill="%231640bc" ></path></svg>');
    background-size: 42px;
    background-repeat: no-repeat;
    background-position: right 30px top 30px;
}

#boxed-wrapper .testimoniaols_style2 .swiper-pagination {
    position: relative !important;
    top: 0 !important;
}

.font-italic,
.font-italic p{
    font-style: italic;
}