.how_it_works_heading  .uvc-sub-heading {
    letter-spacing: -5%;
    margin-top: 20px;
}

.how-it-work-sub-heading {
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    color: #151515;
    letter-spacing: -5%;
    margin-top: 20px !important;
    font-family: 'inter';
}


.how_it_works-box > .vc_column-inner > .wpb_wrapper > .uvc-heading {
    background-color: #FBFBFB !important;
    position: relative;
    border: 1px solid transparent !important;
    border-radius: 10px !important;
    background-image: linear-gradient(#FBFBFB, #FBFBFB), linear-gradient(90deg, rgba(191, 191, 191, 0) 0%, #BFBFBF 100%) !important;
    background-origin: border-box !important;
    background-clip: padding-box, border-box !important;
    padding: 40px 40px 50px 40px;
    margin-bottom: 20px;
}
.how_it_works-box .uvc-sub-heading {
    letter-spacing: -5%;
    margin-top: 10px;
}
.how-it-works-section {
    position: relative;
    background: linear-gradient(90deg, #F5F5F5 0%, rgba(245, 245, 245, 0) 80.55%);

}
/*.how-it-works-section::before{*/
/*    content: '';*/
/*    left: 50%;*/
/*    top: 50%;*/
/*    width: 16px;*/
/*    height: 84%;*/
/*    position: absolute;*/
/*    background-color: black;*/
/*    z-index: 1;*/
/*    transform: translate(-50%,-50%);*/
/*}*/

.timeline-center {
    position: relative;
}
.timeline-center::before {
    content: "\f078"; 
    font-family: "Font Awesome 5 Free", "Font Awesome 6 Free";
    font-weight: 900; 
    font-size: 28px;
    color: #F5F5F5;
    position: absolute;
    top: -3px;
    right: 14%;
    width: 50px;
    height: 50px;
    background-color: black;
    border-radius: 50%;
    z-index: 1;
    /*transform: translateX(-50%);*/
    border: 2px solid #F5F5F5;
    box-shadow: 0px 2px 4px 0px #00000033;

    display: flex;
    justify-content: center;
    align-items: center;

}    
.how_it_works-box .vc_column-inner {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}
    

/*Test Css*/
/*.how_it_works-box::before{*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 50px;*/
/*    height: 100%;*/
/*    background-color: #ffffff;*/
/*    box-shadow: 50px 0px 15px -5px rgb(255 255 255 / 0%);*/
/*}    */
    
.cost-to-hire-left {
    border: 1px solid #BFBFBF;
    padding: 60px 40px 30px 15px;
    border-radius: 10px;
    background-color: #FFFFFF;
     min-height: 550px;
    z-index: 1;
    box-shadow: 0px 4px 20px 0px #0000001A;
    
}

.get_started_text {
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: -5%;
    font-family: 'inter';
    color: #262626;
    padding-bottom: 15px;
}

.cost-to-hire-left .wpb_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.get_started_image .vc_column-inner{
    padding: 0;
    transform: translateX(-10px);
}

.cost-to-hire-lists .uavc-list-content span{
    letter-spacing: -5%;
}

.claim-card .wpb_wrapper{
    background-color: #ffff;
    border: 1px solid #E5E7E9;
    border-radius: 10px;
}
.claim-card .type-of-claim-img .vc_single_image-wrapper  img {
    width: 100%;
}
.claim-card .type-of-claim-img img {
    border-bottom: 10px solid #0387D6;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.type-of-claim-card-text {
    padding: 20px 15px 0px 15px;
    letter-spacing: -5%;
}
.type-of-claim-card-text h2 {
    padding-bottom: 15px !important;
}

.how-it-work-content::before{
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      left: 0;
      width: 10px;
      height: 108%;
      background-color: #DF682E;
      border-radius: 5px;
      overflow: hidden;
      z-index: 1;
      transform: translateX(-15px);
}



.how_it_works-box,
.how_it_works-box .hm-hero-btn{
    position: relative;
}
.how_it_works-box .hm-hero-btn::before,
.how_it_works-box .uvc-heading::before {
    content: "\f078";
    font-family: "Font Awesome 5 Free", "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 28px;
    color: #F5F5F5;
    position: absolute;
    top: -3px;
    left: -55px;
    width: 50px;
    height: 50px;
    background-color: black;
    border-radius: 50%;
    z-index: 1;
    transform: translateX(-50%);
    border: 2px solid #F5F5F5;
    box-shadow: 0px 2px 4px 0px #00000033;
    display: flex;
    justify-content: center;
    align-items: center;
}
.how_it_works-box .hm-hero-btn::before {
    transform: rotate(-90deg);
    left: -82px;
    top: -10px;
}
.how_it_works-btn,
.how_it_works-box  {
    padding-left: 40px;
}
.claim-types-mobile-section button {
    padding: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px !important;
}
.claim-types-mobile-section button[aria-label = "Previous"] {
    margin-left: 20px;
}
.claim-types-mobile-section button[aria-label = "Next"] {
    margin-right: 20px;
}
.claim-types-mobile-section button {
    padding: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px !important;
}
.claim-types-mobile-section button[aria-label = "Previous"] {
    margin-left: 20px;
}
.claim-types-mobile-section button[aria-label = "Next"] {
    margin-right: 20px;
}
.get_started_image .wpb_single_image img{ 
    min-height: 550px;
    object-fit: cover;
    border-radius: 10px;
}

.get_started_image .wpb_single_image  .wpb_wrapper,
.get_started_image .wpb_single_image img,
.get_started_image .wpb_single_image .vc_single_image-wrapper{
    width: 100% !important;
}
.how_it_works-btn::before {
    top: 7px;
}

.how_it_works-box::after {
    content: '';
    left: 0;
    top: 50%;
    width: 16px;
    height: calc(100% - 140px);
    position: absolute;
    background-color: black;
    z-index: 0;
    transform: translate(-50%, -50%);
}
.how_it_works-btn {
    margin-top: 20px;
}
.already-filled-note-text {
    font-size: 18px;
    color: #262626;
    line-height: 26px;
    font-style: italic;
    margin-bottom: 20px;
    font-family: 'inter';
}
.type-of-claim-section .uvc-heading,
.cost-to-hire .uvc-heading {
    letter-spacing: -5%;
}
.cost-to-hire-left .ult-just-icon-wrapper  {
    margin-top: -20px !important;
}

.claim-card .claim-type-link a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: white;
    font-size: 0px;
 
}

.claim-card .wpb_wrapper{
    position: relative;
}
.type-claim-bottom-content .uvc-sub-heading {
    padding-top: 50px;
    padding-bottom: 20px;
}
.cost-to-hire-mobile-img {
        display: none;
}
.detail-content ul {
     padding-left: 10px;
}
.detail-content p, .detail-content ul li {
    font-size: 18px;
    line-height: 30px;
    font-family: 'inter';
}
 
/*@media only screen and (max-width: 1199px) {    */
/*        padding: 40px 40px 30px 15px;*/
/*}*/
@media only screen and (min-width: 768px) {
    .type-of-claim-card-text {
        padding-bottom: 30px;
    }
    .claim-card .claim-type-link {
        margin-bottom: 0px !important;
    }
 }
@media only screen and (max-width: 992px) {
    .how_it_works-btn, .how_it_works-box {
        padding-left: 0;
    }
    .how_it_works-box .vc_column-inner {
        padding: 0 !important;
    }
    .how_it_works-box .hm-hero-btn::before, .how_it_works-box .uvc-heading::before{
        left: 3px;
    }
    .how_it_works-box::after {
        height: calc(100% - 100px);
        left: 6px;
    }
    .how_it_works-box .hm-hero-btn::before {
        left: -20px;
    }
    .how_it_works-box .hm-hero-btn a.vc_btn3.vc_btn3-color-default{
        margin-left: 55px;
        margin-right: 0;
    }
    .get_started_image .vc_column-inner {
      transform: translateY(-10px);
    }
   
}


@media only screen and (max-width: 767px) {   
    /*.how-it-works-section::before {*/
    /*    top: 70%;*/
    /*    left: 4%;*/
    /*    transform: translate(50%, -50%);*/
    /*}*/
    .how_it_works-btn::before,
    .how_it_works-box::before {
            left: 3%;
    }
    .how-it-work-content {
        padding-left: 20px;
        padding-right: 20px;
         margin-left: 20px;
        margin-bottom: 50px;
    }
    .how-it-work-content::before {
        transform: translate(10px);
    }
    .how_it_works-btn,
    .how_it_works-box {
        margin-left: 15px;
        padding-right: 20px;
    }
    .type-of-claim-card-text h2 {
        font-size: 22px !important;
    }
    .type-of-claim-slider .slick-dots {
    padding-top: 30px;
    }
    .type-of-claim-slider .slick-dots li i::before {
        font-size: 20px;
    }
    .get_started_image .wpb_single_image img{
      border-bottom-left-radius: 10px !important;
      border-bottom-right-radius: 10px !important;
        min-height: 390px;
    }
    .how_it_works-box .hm-hero-btn::before, .how_it_works-box .uvc-heading::before {
        left: -10px;
    }
    .how_it_works-box::after {
        left: 12px;
    }
    .how_it_works-box .vc_column-inner {
        padding-left: 20px !important;
    }
        .how_it_works-box .hm-hero-btn::before {
        left: -35px;
    }
    .type-of-claim-slider  .type-of-claim-img img{
        height: 280px;
        object-fit: cover;
        width: 100%;
        max-width: 100%;
    }
    .type-of-claim-img .wpb_wrapper,
    .type-of-claim-img .wpb_single_image {
        width: 100% !important;
    }
    .claim-types-mobile-section button.slick-next:active, button.slick-prev:active {
        padding: 25px !important;
    }
    .claim-types-mobile-section .slick-slide {
        opacity: 0.3;
        transition: opacity 0.3s ease;
    }
    
    .claim-types-mobile-section .slick-slide.slick-center,
    .claim-types-mobile-section .slick-slide.slick-active {
        opacity: 1 !important; 
    }
      
}

@media only screen and (max-width: 575px) {   
    .how_it_works-box h2 {
        font-size: 20px !important;
        letter-spacing: -5%;
        line-height: 25px !important;
    }
    .how_it_works-box .vc_column-inner {
        padding: 20px !important;
        margin: 0px !important;
    }
    .how_it_works-box .hm-hero-btn::before,
    .how_it_works-box .uvc-heading::before {
        width: 30px;
        height: 30px;
        font-size: 16px; 
    }
    /*.how-it-works-section::before {*/
    /*    width: 8px;*/
    /*    left: 4%;*/
    /*    height: 89%;*/
    /*    top: 65%;*/
    /*}*/
    .cost-to-hire-left .wpb_text_column p,
    .how-it-work-sub-heading {
        font-size: 16px;
    }
    .cost-to-hire-left h2,
    .how-it-work-content h2 {
        font-size: 40px !important;
    }
    .how-it-work-content .uvc-sub-heading {
        font-size: 17px !important;
        line-height: 25px !important; 
    }
    .how-it-work-content::before {
        width: 5px;
    }
    .how-it-works-section {
        padding-top: 25px !important;
        padding-bottom: 40px !important;
    }
    .how-it-work-content {
        margin-left: -3px;
    }
    .how-it-work-content .vc_column-inner {
        padding-right: 10px !important;
    }
    .how_it_works-btn, 
    .how_it_works-box {
        margin-left: 8px;
    }
    /*.how_it_works-btn::before {*/
    /*    top: 45%;*/
    /*}*/
    /*.how_it_works-btn::before {*/
    /*top: 45%;*/
    /*}*/
    .cost-to-hire-left {
        padding: 25px 15px;
    }
    .cost-to-hire-left .vc_btn3-container {
        padding-top: 10px !important;
    }
    .cost-to-hire-wrapper .vc_column-inner {
        padding-left: 0;
        padding-right: 0;
    }
    section.type-of-claim-section.vc_section {
            padding-top: 45px !important;
            padding-bottom: 45px !important;
    }
    .how-it-work-content::before {
        transform: translate(20px);
    }
    .how_it_works-box::after {
        width: 8px;
    }
    .how_it_works-box .hm-hero-btn::before {
        left: -25px;
    }
    .how_it_works-box .hm-hero-btn::before {
        top: 15px;
    }
    .how_it_works-box .hm-hero-btn a.vc_btn3.vc_btn3-color-default {
        margin-left: 20px;
        padding: 25px;
    }    
    section#how-it-works {
        padding: 40px 0px !important;
    }
    .large-loss-hero .vc_column_container {
        width: 100%;
    }
    .large-loss-hero .vc_column_container {
        width: 100%;
    }
    section.cost-to-hire {
        padding-top: 0px !important;
        padding-bottom: 50px !important;
    }
    .residential-claim-section {
        padding-bottom: 40px;
    }
    .cost-to-hire-left {
        min-height: 520px;
    }
     .cost-to-hire-dekstop-img {
        display: none;
    }
     .cost-to-hire-mobile-img {
        display: block !important;
    }
}

    
    
    