@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"); @font-face {
    font-family: good_timesregular;
    src: url("../fonts/good_times_rg-webfont.woff") format("woff2"), url("../fonts/good_times_rg-webfont.woff") format("woff"), url("../fonts/good_times_rg-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

button.slick-autoplay-toggle-button {
    display: none;
}

a {
    text-decoration: none;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0px;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(100%);
    clip: rect(0px, 0px, 0px, 0px);
    white-space: nowrap;
    border: 0px;
}

.header img {
    width: auto;
}

body, html {
    font-family: Poppins, sans-serif;
}

.phone_num a {
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(255, 255, 255);
    font-weight: 600;
}

.phone_num a img {
    margin-right: 16px;
}

.header_content {
}

.header_content .logo {
}

.header_content .logo h2 {
    margin: 0px;
    color: rgb(255, 255, 255);
    font-family: good_timesregular;
    letter-spacing: 2px;
    font-size: clamp(25px, 3.2vw, 27px);
    position: relative;
}

.header_content .logo h2 a {
    color: rgb(255, 255, 255);
}

header {
    padding: 18px 0px;
    background-color: rgb(110, 111, 113);
}

.form {
    width: clamp(420px, 35.2vw, 475px);
    background-color: rgb(253, 209, 2);
    position: relative;
    z-index: 99;
    padding: 0px 14px;
    border-radius: 35px;
    box-shadow: rgba(0, 0, 0, 0.5) 1px 3px 8px;
}
.btn_btm_text {
    width: calc(37% + 100px );
    font-size: 12px;
    text-align: center;
    display: block;
    margin-top: 14px;
    font-weight: 700;
    margin-inline: auto;
}
input#btnsubmit:focus {
    background-color: rgb(3, 127, 117) !important;
}

.form form {
}

.form form .form-check {
}

.form .form_block .form-check .form-check-label {
    font-size: 11px;
    font-style: italic;
    color: rgb(0, 0, 0);
}

.form .form-title {
    font-size: clamp(22px, 3.2vw, 28px);
    font-weight: 700;
    color: rgb(0, 0, 0);
    margin: 0px;
}

.form .form-subtitle {
    font-size: clamp(14px, 3.2vw, 14px);
    color: rgb(0, 0, 0);
}

.form .form_block .form-check input {
    border: 2px solid rgb(0, 0, 0);
    border-radius: 0px;
    background-color: rgb(255, 255, 255) !important;
}

.form .form_block .btn-submit {
    padding: 15px;
    width: 100%;
    background-color: rgb(3, 127, 117);
    outline: 0px;
    border: 0px;
}

.pos-relative {
    position: relative;
}

.form_block .pos-relative {
    display: flex;
}

.pos-relative .icon-holder {
    position: absolute;
    top: 50%;
    right: 0px;
    padding-right: 10px;
    transform: translateY(-50%);
}

.form .form_block input {
    background-color: transparent;
    border-width: 0px 0px 1px;
    border-top-style: initial;
    border-right-style: initial;
    border-left-style: initial;
    border-top-color: initial;
    border-right-color: initial;
    border-left-color: initial;
    border-image: initial;
    border-bottom-style: solid;
    border-bottom-color: rgb(0, 0, 0);
    border-radius: 0px;
}

.form .form_block textarea {
    background-color: transparent;
    border-width: 0px 0px 1px;
    border-top-style: initial;
    border-right-style: initial;
    border-left-style: initial;
    border-color: initial;
    border-image: initial;
    border-bottom-style: solid;
    border-radius: 0px;
    outline: 0px;
}

.form .form_block textarea:focus {
    background-color: transparent;
    box-shadow: 0px 0px 0px;
    border-color: inherit;
}

.form .form_block input:focus {
    box-shadow: 0px 0px 0px;
    background-color: transparent;
    border-color: inherit;
}

.form .form_block .form-check input:checked {
    background-color: rgb(0, 0, 0) !important;
}

.form img {
    width: auto;
}

img {
}

.d-flex {
}

.form_and_text {
    padding: 30px 0px;
}

.banner_text {
    color: rgb(255, 255, 255);
    width: calc(42% + 200px);
    /* background-color: rgba(0, 0, 0, 0.58); */
    /* padding: 15px; */
}

.banner_text h2 {
    font-size: clamp(25px, 5.2vw, 68px);
    line-height: 1.2;
    font-weight: 600;
}

.banner_text h2 + h3 {
    font-size: clamp(16px, 2.2vw, 35px);
    font-weight: 600;
    margin-bottom: 12px;
}

.banner_text p {
    line-height: 1.5;
    font-size: clamp(16px, 1.2vw, 19px);
    text-wrap: balance;
    padding-left: 10px;
}
.bg_dark {
    background-color: rgba(0, 0, 0, 0.58);
    padding: 15px;
    margin-top: clamp(10px, 3.2vw, 54px);
}
.three_Col_text_wrapper {
    padding: 15px;
    box-shadow: 0px 0px 17px #00000033;
    border-radius: 4px;
    margin: 10px 0;
}
.three_Col_text_wrapper > div > div:nth-child(2) {    
    display: flex;
}
.three_Col_text_wrapper > div > div .claim_review_banner_info_content {}
.three_Col_text_wrapper > div > div .claim_review_banner_info_content p {
    font-size: 17px;
    text-align: center;
    margin: 0;
    filter: drop-shadow(0px 0px 1px #00000050);
    padding-left: 0;
}

.three_Col_text_wrapper > div {
    display: flex;
    align-items: center;
}
@media only screen and (max-width: 767px){
    .three_Col_text_wrapper > div > div:nth-child(2) {
        border-top: 1px solid #dddddd78;
        border-bottom: 1px solid #dddddd78;
        border-right: 0px solid;
        border-left: 0px solid;
    }
.three_Col_text_wrapper > div > div {
    padding: 10px 0
}
}


.video_img {
    position: relative;
}

.video_img::before {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    content: "";
    z-index: -1;
    mix-blend-mode: color-burn;
    opacity: 0.6;
}

.color-theme-green {
    color: rgb(6, 212, 190);
    filter: drop-shadow(rgba(0, 0, 0, 0.19) 0px 0px 1px);
}

section {
    padding: clamp(20px, 6.2vw, 60px) 0px 0px;
}

.about {background-color: #efefef;padding-bottom: clamp(20px, 6.2vw, 60px);}

.theme-heading {
    font-size: clamp(20px, 3.2vw, 40px);
    text-align: center;
    margin-bottom: 48px;
    font-weight: 600;
}

.theme-sub-heading {
    text-align: center;
    font-weight: 400;
    color: rgb(128, 128, 128);
    margin: 0px;
}

.about p {
    font-size: clamp(18px, 3.2vw, 28px);
    text-align: center;
    margin: 0px;
    color: rgb(128, 128, 128);
}

.about p:last-child {
    text-wrap: balance;
}

section.case_evaluation {
    background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.83), rgba(0, 0, 0, 0.83)), url("../images/case_evaluation_bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 70%;
    color: rgb(255, 255, 255);
    padding: 3rem 0;
    /* margin-top: clamp(20px, 6.2vw, 60px); */
}

section.case_evaluation h3 {
    color: rgb(255, 255, 255);
    font-weight: 200;
    margin-bottom: clamp(25px, 3.2vw, 40px);
}

.case_eve_content {
    text-align: center;
    margin-bottom: 30px;
}

.case_eve_content .step_cir {
   margin-inline: auto;
    padding: 15px;
    background-color: rgb(0, 204, 187);
    border-radius: 50px;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
}

.case_eve_content .step_cir span {
    display: flex;
    align-items: center;
    gap: 4px;
    filter: drop-shadow(rgba(0, 0, 0, 0.125) 0px 0px 1px);
}

.case_eve_content .step_cir span {
    font-size: 20px;
    font-weight: 600
}

.case_eve_content .step_detail {
    font-size: clamp(14px, 3.2vw, 14px);
    max-width: 235px;
    margin: 0px auto;
    font-weight: 300;
}

.case_eve_content .step_heading span {
    font-size: 21px;
}

.recover_content {
    text-align: center;
}

.recover_content:hover {
}

.recover_content .img_holder {
    margin-bottom: 10px;
}

.recover_content .head_holder {
    margin-bottom: 15px;
}

.recover_content .head_holder h2 {
    font-size: clamp(18px, 3.2vw, 25px);
    font-weight: 600;
    color: rgb(64, 64, 64);
}

.recover_content .para_holder {
    padding: 0px 15px;
    color: rgb(90, 90, 90);
}

.recover_content .para_holder p {
    font-size: clamp(14px, 3.2vw, 14px);
}

.recover_content .img_holder img {
    filter: brightness(0) saturate(100%) invert(65%) sepia(81%) saturate(2053%) hue-rotate(127deg) brightness(99%) contrast(84%);
    width: 64px;
}

.recover_col {
}

.recover_col a {
    text-decoration: none;
    color: rgb(0, 0, 0);
    display: flex;
    align-items: center;
    height: 100%;
    padding: 25px;
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.082) 1px 2px 5px;
    transition: 0.5s;
    margin-bottom: 10px;
}

.demage_recover_items_blocks {
    background-color: rgb(239, 239, 239);
    padding: 50px 0px;
}

.img-shine {
    mask-image: linear-gradient(45deg, rgb(0, 0, 0) 25%, rgba(0, 0, 0, 0.2) 50%, rgb(0, 0, 0) 75%);
    mask-size: 800%;
    mask-position: 0px center;
}

.img-shine:hover {
    transition: mask-position 1s, -webkit-mask-position 1s;
    mask-position: 120% center;
    opacity: 1;
}

.slick-slide > div {
    padding: 22px 0px 0px;
    display: flex;
    justify-content: center;
    margin: 10px;
}

.main_testi {
}

.main_testi .theme-heading {
}

.test_blocks {
}

.test_blocks .test_ele {
    box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 5px;
    padding: 20px 20px 0px;
    position: relative;
    border-radius: 9px;
    text-align: center;
    height: 100%;
}

.test_blocks .test_ele > p {
    padding-top: 15px;
    margin-bottom: 0;
}

.test_blocks .test_ele > p .client_name {
    display: block;
    text-align: center;
    padding-top: 15px;
    color: rgb(41, 212, 198);
    font-weight: 700;
    padding-bottom: 15px;
    width: fit-content;
    margin-inline: auto; filter: drop-shadow(rgba(0, 0, 0, 0.19) 0px 0px 0px);
}

.test_blocks .test_ele > span {
    position: absolute;
    top: -18px;
    left: 15px;
}

.test_blocks .test_ele > span img {
    filter: brightness(0) saturate(100%) invert(98%) sepia(67%) saturate(5325%) hue-rotate(127deg) brightness(86%) contrast(89%);
}

.slick-current {
}

.slick-current + .slick-active {
}

.slick-current + .slick-active .test_ele, .test_ele.active {
    background-color: rgb(42, 209, 209);
}

.slick-current + .slick-active .test_ele > span {
}

.slick-current + .slick-active .test_ele > span img, .test_ele.active > span img {
    filter: brightness(0) saturate(100%) invert(93%) sepia(80%) saturate(319%) hue-rotate(175deg) brightness(90%) contrast(92%);
}

.slick-current + .slick-active .test_ele p, .test_ele.active p {
    color: rgb(255, 255, 255);
    filter: drop-shadow(rgba(0, 0, 0, 0.125) 0px 0px 1px);
}

.slick-current + .slick-active .test_ele p .client_name, .test_ele.active p .client_name {
    color: rgb(255, 255, 255);
    filter: drop-shadow(rgba(0, 0, 0, 0.125) 0px 0px 1px);
}

.test_blocks button {
}

.test_blocks button .slick-dot-icon {
    color: rgb(42, 209, 209) !important;
}

.test_blocks .slick-dot-icon::before {
    font-size: 63px !important;
    margin-top: 0px !important;
    margin-left: 0px !important;
}

.cs-padd {
    padding: 0px clamp(10px, 8.2vw, 100px);
}

.logos_items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: clamp(10px, 3.2vw, 18px);
}

.logos_items .logo_holder {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 220px;
}

.logos_items .logo_holder:last-child {
    display: flex;
}

.logos_items .logo_holder:last-child img {
    width: auto;
}

.logos_items .logo_holder:last-child a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.logos_items .logo_holder a > span {
    text-wrap: balance;
    width: 260px;
    display: block;
    text-align: center;
    font-style: italic;
    color: rgb(54, 54, 54);
    font-size: 12px;
}

.logos_items .logo_holder img {
    width: 100%;
    object-fit: contain;
}

.footer_copyright {
    padding: 0px;
    background-color: rgba(231, 229, 229, 0);
    /* margin-bottom: auto; */
    /* margin-top: auto; */
}

.footer_copyright p {
    margin: 0px;
    color: rgb(255, 255, 255);
    font-size: 12px;
}

.footer_copyright p a {
    color: inherit;
}

.footer_disclaimer {
    padding: 40px 0px 10px;
    /* margin-top: clamp(20px, 6.2vw, 60px); */
    background-color: rgb(110, 111, 113);
    color: rgb(255, 255, 255);
}
.footer_disclaimer p a {
    color: #fff;
}
.footer_disclaimer p {
    font-size: clamp(10px, 3.2vw, 13px);
    margin-bottom: 0px;
}

.footer_logo h2 {
    margin: 0px 0px 35px;
    color: rgb(255, 255, 255);
    font-family: good_timesregular;
    letter-spacing: 2px;
    font-size: clamp(20px, 3.2vw, 20px);
    position: relative;
}

.footer_logo {
}

.footer_logo h2 a {
    color: rgb(255, 255, 255);
}

.footer_logo h2 .color-theme-green {
    text-align: center;
}

.footer_copyright p {
    color: rgb(255, 255, 255);
    font-size: 16px;
}

.footer_details {
    /* margin-top: auto; */
}

.footer_details ul {
    list-style: none;
    padding: 0px;
    margin: 0px 0px 35px;
}

.footer_details ul li {
    margin-bottom: 10px;
}

.footer_details ul li a {
    color: rgb(255, 255, 255);
}

.footer_copyright .container {
    padding: 0px !important;
}

.footer_disclaimer > div > div > div {
    display: flex;
    flex-direction: column;
    justify-content: start;
}

.footer_details ul li a .ft-icon {
    margin-right: 10px;
}

.footer_details ul li a .ft-icon svg {
    width: 23px;
    height: auto;
}

.thank_img_holder {
    display: flex;
    justify-content: end;
    margin-bottom: 15px;
}

.thank_content {
}

.thank_content h2 {
    font-size: clamp(45px, 3.2vw, 70px);
    margin: 0px;
}

.thank_content h2 + p {
    font-size: 24px;
}

.thank_content p {
    font-size: 18px;
}

.logo_font {
    font-family: good_timesregular;
    background-color: rgb(0, 204, 187);
    width: fit-content;
    padding: 4px 22px;
    color: rgb(255, 255, 255);
    filter: drop-shadow(rgba(0, 0, 0, 0.125) 1px 2px 5px);
    margin-bottom: 15px;
    font-size: 1.5rem;
}

.points {
}

.points .pt_ele {
    border-bottom: 1px solid rgb(221, 221, 221);
    margin-bottom: 25px;
}

.points .pt_ele h3 {
    font-size: clamp(20px, 3.2vw, 22px);
    padding-bottom: 1px;
    width: fit-content;
    margin-bottom: 3px;
}

.logo_font + p {
    font-size: clamp(16px, 3.2vw, 19px);
    margin-bottom: 30px;
}

.points .pt_ele p {
    margin-bottom: 5px;
}

.policy {
}

.policy ul {
    padding-top: 10px;
}

.policy ul li {
    line-height: 1.7;
    margin-bottom: 3px;
}
.footer_disclaimer p a:hover {
    color: #06d4be !important;
}
.footer_disclaimer p a {
    color: #face00 !important;
}