.dpe-page .site-logo a span {
    color: var(--background);
    }
    .dpe-page .site-banner::before {
    background: #fff;
    }
    
    .dpe-page .site-banner .content-wrap {
    padding-top: 0;
    }
    
    .dpe-page .site-banner .content-wrap .container {
    max-width: 100%;
    padding: 0;
    }
    .dpe-page .site-banner .content {
    max-width: 991px;
    margin-left: auto;
    padding: 0 15px;
    margin-top: 272px;
    }
    .dpe-page .site-banner .content-wrap  .grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    }
    
    .dpe-page .banner-middle-content {
    margin: 52px 0;
    }
    .dpe-page .site-banner .content h1 {
    color: var(--background);
    font-size: 91px;
    font-weight: 400;
    line-height: 110%;
    text-shadow: none;
    max-width: 911px;
    }
    
    .dpe-page .site-banner .content p {
    color: #001C3C;
    font-size: 28px;
    font-weight: 500;
    line-height: 150%;
    width: 100%;
    max-width: 964px;
    }
    
    .dpe-page .banner-right {
    height: 100%;
    }
    .dpe-page .banner-right-img {
    margin: 0;
    height: 100%;
    }
    
    .dpe-page .banner-right-img img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    border-radius: 0px 0px 0px 24px;
    object-fit: cover;
    }
    
    .secondary-btn {
    border-radius: 8px;
    background: var(--cta);
    border: 4px solid var(--cta);
    box-shadow: 0px 4px 12px 0px rgba(0, 28, 60, 0.55);
    padding: 28px 36px;
    color: #FFF;
    text-shadow: 0px 4px 12px rgba(0, 0, 0, 0.55);
    font-family: Roboto;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    transition: all 0.2s linear;
    }
    
    .secondary-btn:hover{
    background: #fff;
    color: var(--cta);
    text-shadow: none;
    }
    
    .secondary-btn-without-bg {
    border-radius: 8px;
    background: transparent;
    padding: 28px 36px;
    color: var(--cta);
    font-family: Roboto;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    border: 4px solid var(--cta);
    transition: all 0.2s linear;
    }
    
    .secondary-btn-without-bg:hover{
    background: var(--cta);
    color: #fff;
    }
    
    
    /* we handle section start */
    
    .we-handle-card {
    border-radius: 12px;
    position: relative;
    }
    .we-handle-card img {
    width: 100%;
    border-radius: 12px;
    }
    
    .we-handle .section-tittle {
    color: #001C3C;
    }
    .we-handle {
    margin-top: 80px;
    }
    .we-handle-wrap {
    padding: 64px 0 0;
    position: relative;
    }
    
    
    .we-handle .gap {
    gap: 24px;
    }
    .we-handle-card-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 52px;
    }
    
    .we-handle-card-content h4 {
    color: #FFF;
    font-family: Oswald;
    font-size: 44px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    }
    
    .we-handle-card-content ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 24px;
    gap: 8px 0;
    }
    
    .we-handle-card-content ul img {
    width: 20px;
    height: 20px;
    }
    
    .we-handle-card-content ul a {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #FFF;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    border-radius: 124px;
    border: 1px solid rgba(255, 255, 255, 0.40);
    padding: 12px 24px 12px 16px;
    cursor: default;
    transition: all .3s ease;
    }
    .we-handle-card-content ul a:hover {
    background: #246bbb;
    }
    .we-handle-card-content ul li {
    margin-right: 8px;
    }
    
    .we-handle-card-content ul li:last-child {
    margin-right: 0;
    }
    
    .we-handle .secondary-btn {
    margin-top: 64px;
    }
    
    .dpe-get {
    position: relative;
    padding: 124px 20px;
    }
    
    .dpe-get .dpe-get-bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    background: #001C3C;
    border-radius: 24px;
    }
    
    .dpe-get .dpe-get-bg img {
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 24px;
    object-fit: cover;
    opacity: 30%;
    }
    .dpe-choose {
    margin-top: 121px;
    }
    .dpe-get-content {
    position: relative;
    background: #fff;
    border-radius: 41px;
    margin-top: -10px;
    min-height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    }
    .dpe-get-content-sec{
    max-width: 930px;
    margin: 64px auto 0;
    }
    .dpe-choose .section-tittle {
    text-align: center;
    }
    .tick-yellow {
    position: absolute;
    left: 0;
    top: 50%;
    width: 64px;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #E6BD4D;
    border-radius: 50%;
    transform: translateY(-50%);
    }
    
    .tick-blue {
    position: absolute;
    right: 0;
    top: 50%;
    width: 64px;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #489CFC;
    border-radius: 50%;
    transform: translateY(-50%);
    }
    
    .dpe-get-content p {
    padding: 17.2px 67px;
    color: #001C3C;
    text-align: center;
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;
    }
    
    .tick-yellow span {
    display: flex;
    height: 32px;
    width: 32px;
    border-radius: 50%;
    background: #001C3C;
    align-items: center;
    justify-content: center;
    }
    
    .tick-yellow span svg {
    color: #E6BD4D;
    width: 21px;
    }
    
    
    .tick-blue span {
    display: flex;
    height: 32px;
    width: 32px;
    border-radius: 50%;
    background: #001C3C;
    align-items: center;
    justify-content: center;
    }
    
    .tick-blue span svg {
    color: #489CFC;
    width: 21px;
    }
    
    .circle-bar p {
    width: 18px;
    height: 18px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 8px;
    }
    
    .circle-bar p span {
    display: flex;
    width: 10px;
    height: 10px;
    background: #E6BD4D;
    border-radius: 50%;
    }
    .circle-bar {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: -9px;
    z-index: 2;
    position: relative;
    }
    .dotted_line div {
    width: 3px;
    height: 3px;
    background: #fff;
    border-radius: 50%;
    display: block;
    margin-bottom: 8px;
    }
    
    .dotted_line {
    display: flex;
    flex-direction: column;
    }
    
    .dpe-choose.rick-choose{
    margin-top: 32px;  
    }
    .rick-choose .dpe-get-bg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #3C0800;
    width: 100%;
    height: 100%;
    border-radius: 24px;
    }
    
    
    .rick-choose .tick-yellow {
    background: #E64D4D;
    }
    
    .rick-choose .tick-yellow span {
    background: #fff;
    }
    
    .rick-choose .tick-yellow span svg {
    color: #e64d4d;
    }
    
    .rick-choose .tick-blue {
    background: #E64D4D;
    }
    .rick-choose .tick-blue span {
    background: #fff;
    }
    .rick-choose .tick-blue span svg {
    color: #e64d4d;
    }
    .rick-choose .circle-bar p span {
    background: #E64D4D;
    }
    
    
    .find-form {
    position: relative;
    margin-top: 124px;
    padding: 140px 0px 0px;
    }
    
    .find-form-bg {
    position: absolute;
    inset: 0;
    z-index: -1;
    background: #001C3C;
    }
    .find-form .content h2 {
    color: #FFF;
    font-family: Oswald;
    font-size: 96px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -2.88px;
    margin-bottom: 44px;
    }
    .find-form .content h2 span {
    color: #E6BD4D;
    display: inline;
    }
    .find-form-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 30%;
    }
    .find-form .grid-cols-3 {
    grid-template-columns: 40% 20% 40%;
    }
    .find-form .grid-cols-3 .items:first-child {
    max-width: 517px;
    margin: 0 0 0 auto;
    }
    
    
    .find-men img {
    height: 100%;
    width: 100%;
    }
    
    .find-form .content p {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    position: relative;
    z-index: 2;
    padding-right: 117px;
    }
    .forms-bar {
    border-radius: 24px;
    border: 8px solid #E6BD4D;
    background: #001C3C;
    padding: 72px;
    margin-bottom: 67px;
    }
    
    
    
    .find-form .form-group input {
    border-radius: 8px;
    background: #FFF;
    border: 0;
    box-shadow: none;
    outline: none;
    padding: 24px;
    width: 100%;
    font-size: 20px;
    }
    
    .find-form .form-group {
    margin-bottom: 16px;
    }
    
    .find-form .form-group input::placeholder {
    color: #001C3C;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    opacity: 0.7;
    }
    
    .find-form .form-group select {
    border-radius: 8px;
    background: #FFF;
    border: 0;
    box-shadow: none;
    outline: none;
    padding: 24px;
    width: 100%;  
    }
    .find-form .form-group select {
    color: #4b5f75;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    appearance: none;
    }
    .find-form .secondary-btn {
    width: 100%;
    margin-top: 16px;
    margin-bottom: 16px;
    padding-left: 5px;
    padding-right: 5px;
    }
    .find-form .forms-bar p {
    color: #FFF;
    text-align: center;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    }
    
    .find-form .items {
    position: relative;
    }
    .find-men {
    /* height: 100%; */
    position: absolute;
    width: calc(100% + 202px);
    left: -122px;
    bottom: 0px;
    z-index: 1;
    }
    .find-men-arrow img {
    margin: 0px auto 0;
    max-width: 231px;
    }
    
    .find-men-arrow {
    display: flex;
    }
    
    .my_claim .gap {
    gap: 24px;
    max-width: 1377px;
    margin: 0 auto;
    }

.my_claim .card {
    padding: 44px 44px;
    border-radius: 12px;
    border: 1px solid rgba(0, 28, 60, 0.20);
    background: #FFF;
    height: 100%;
    display: flex;
    justify-content: space-around;
}
    
    .my_claim .card-icon {
    margin-bottom: 32px;
    }
    
    .my_claim h4 {
        color: #001C3C;
        font-family: Roboto;
        font-size: 23px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        max-width: 247px;
    }
    .my_claim .item:last-child {
    grid-column: 3 / span 2;
    }
    .my_claim h4 span {
    display: block;
    }
    .my_claim .item:last-child h4 {
    max-width: 324px;
    }
    .my_claim_bg {
    padding: 124px 20px;
    background: #E4F1FF;
    border-radius: 24px;
    }
    
    .my_claim_bg .section-tittle {
    color: #001C3C;
    max-width: 1377px;
    margin: 0 auto 64px;
    }
    .my_claim {
    margin-top: 124px;
    }
    
    .prepared {
    margin-top: 124px;
    }
    
    .prepared .section-tittle {
    text-align: center;
    color: #001C3C;
    margin-bottom: 64px;
    }
    
    .prepared .section-tittle span {
    color: #E6BD4D;
    }
    
    
    .prepared-tabs .nav {
    justify-content: center;
    border-bottom: 1px solid rgba(0, 28, 60, 0.20);
    margin-bottom: 32px;
    }
    
    .prepared-tabs .nav-link.active {
    color: #001C3C;
    background: transparent;
    border-bottom: 3px solid #001C3C;
    }
    
    .prepared-tabs .nav-link {
    color: #99a4b1;
    text-align: center;
    font-family: Roboto;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    padding: 0px 50px;
    border-radius: 0;
    }
    
    
    .prepared-tabs .item {
    display: grid;
    gap: 24px;
    grid-template-columns: auto 1fr;
    border-radius: 24px;
    background: rgba(0, 28, 60, 0.05);
    padding: 44px;
    }
    
    .prepared-tabs .item h4 {
    color: #001C3C;
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    }
    
    .prepared-tabs .icon img {
    padding-top: 7px;
    width: 30px;
    height: 30px;
    }
    
    .prepared-tabs .item p {
    padding-top: 12px;
    color: #001C3C;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    }
    
    .prepared-tabs .gap {
    gap: 24px;
    }
    
    
    .understanding {
    background: #E4F1FF;
    margin-top: 124px;
    padding: 124px 0;
    }
    
    .understanding-top img {
    width: 50px;
    height: 50px;
    }
    
    .understanding-top {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 64px;
    }
    
    .understanding-top h2 {
    color: #001C3C;
    padding-bottom: 32px;
    padding-top: 21px;
    }
    .understanding-top p {
    color: #001C3C;
    text-align: center;
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    max-width: 925px;
    }
    
    .understanding .cards-img img {
    width: 100%;
    height: 100%;
    }
    .understanding .gap{
    gap: 24px;
    }
    .understanding .cards-img img {
    border-radius: 12px;
    }
    
    .understanding .cards {
    position: relative;
    }
    
    .understanding .cards-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 52px;
    transition: all .3s ease;
    }
    .understanding .cards:hover .cards-content {
    bottom: 12px;
    }
    .understanding .cards-content h3 {
    color: #FFF;
    font-family: Oswald;
    font-size: 44px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 24px;
    }
    
    .understanding .cards-content p {
    color: #FFF;
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    }
    
    .adjuster-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 30%;
    }
    
    .adjuster-bg {
    background: #001C3C;
    position: absolute;
    inset: 0;
    z-index: -1;
    }
    .adjuster {
    position: relative;
    padding: 124px 0;
    }
    .at-tab {
    display: none;
    border-top: none;
    }
    
    .at-title {
    cursor: pointer;
    position: relative;
    transition: background-color 0.3s ease;
    }
    
    
    
    .at-title:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
    transition: all 0.3s ease;
    font-size: 44px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #e6bd4d;
    border-radius: 7px;
    font-weight: 200;
    color: #fff;
    background-image: url(https://my-claim-pros.veryspecialapp.com/wp-content/uploads/2025/04/add_30dp_FFF_FILL0_wght400_GRAD0_opsz24.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-size: 41px;
    background-position: center;
    }
    
    /*
    .at-title.active:after {
    content: "/f068";
    background: #fff;
    color: #e6bd4d;
    font-family: 'fontawesome';
    
    }*/
    
    
    /*.at-title:after {
    content: "\f067"; 
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
    transition: all 0.3s ease;
    font-size: 24px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #e6bd4d;
    border-radius: 7px;
    color: #fff;
    }*/
    
    .at-title.active:after {
    content: ""; /* Minus icon */
    background: #fff;
    background-image: url(https://my-claim-pros.veryspecialapp.com/wp-content/uploads/2025/04/remove_25dp_E6BD4D_FILL0_wght400_GRAD0_opsz24.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-size: 41px;
    background-position: center;
    }
    
    
    
    
    .at-item {
    border-radius: 5px;
    margin-bottom: 15px;
    transition: all .3s ease;
    }
    
    .at-title h2 {
    margin: 0;
    padding-bottom: 0px;
    color: #011328;
    font-family: Oswald;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -1.08px;
    padding-right: 45px;
    transition: all .3s ease;
    width: fit-content;
    position: relative;
    transition: all .5s ease;
    }
    .at-title h2:before {
    content: "";
    position: absolute;
    bottom: -12px;
    background: #e6bd4d;
    width: 0;
    height: 2px;
    transition: all .5s ease;
    right: 0;
    }
    .at-item:hover .at-title h2:before {
    width: 100%;
    left: 0;
    }
    
    
    .at-title.active h2 {
    padding-bottom: 12px;
    }
    .accordion-header {
    text-align: center;
    background-color: #222222;
    color: white;
    padding: 20px 0;
    }
    .according-sec {
    margin: 124px 0;
    }
    
    .at-title.active {
    padding-bottom: 0;
    }
    
    .at-tab p {
    color: #011328;
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
    transition: all .3s ease;
    
    }
    
    .adjuster-top {
    text-align: center;
    margin-bottom: 64px;
    }
    
    .adjuster-top p {
    color: #FFF;
    text-align: center;
    font-family: Roboto;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    max-width: 959px;
    margin: 0 auto;
    }
    
    .adjuster-top .section-tittle {
    padding-bottom: 32px;
    }
    
    .adjuster .cards {
    border-radius: 12px;
    background: #37597E;
    padding: 44px;
    }
    .adjuster .gap {
    gap: 24px;
    }
    .adjuster .img-text h3 {
    color: #FFF;
    font-family: Oswald;
    font-size: 44px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -1.32px;
    max-width: 215px;
    }
    .adjuster  .img-text {
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
    padding-bottom: 24px;
    margin-bottom: 24px;
    }
    .adjuster .cards p {
    color: #FFF;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    }
    .adjuster .img-text:before {
    content: "";
    position: absolute;
    width: 72px;
    height: 2px;
    background: #fff;
    left: 0;
    bottom: 0;
    }
    
    .site-footer-type{
    background: #001C3C;
    padding: 48px 0;
    }
    .dpe-page .site-footer-type a span{
    color:#fff
    }
    
    .copy-right {
    display: flex;
    justify-content: space-between;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: start;
    padding-top: 44px;
    border-top: 1px solid var(--Grey-Lines, #3C3C3C);
    margin-top: 28px;
    gap: 15px;
    }
    .iqsay_logo a {
    max-width: 150px;
    position: relative;
    }
    .at-title.active h2:before {
        display: none;
    }
    .iqsay_logo a img {
    transition: ease all 0.4s;
    }
    .iqsay_logo a img.with_hvr {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    }
    
    .iqsay_logo a:hover img {
    filter: none;
    }
    .iqsay_logo a:hover img.with_hvr {
    opacity: 1;
    visibility: visible;
    }  
    .site-footer .copy-right p {
    color: var(--White-Main, #FFF);
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    opacity: 0.5;
    text-align: left;
    margin: 0 !important;
    }   
	.site-footer .copy-right p:nth-of-type(2) {
		text-align: center;
	}

	.iqsay_logo {
		text-align: right;
	}
    .adjuster .img-text h3 span {
    display: block;
    }
    
    .at-item {
    border-radius: 24px;
    background: rgba(0, 28, 60, 0.05);
    padding: 44px;
    }
    .at-item.active {
    background: #E6BD4D;
    transition: all .3s ease;
    }
    
    .dpe-get .dpe-get-bg {
    width: 100%;
    }
    .dpe-get-content-sec .circle-bar:last-child {
    display: none;
    }
    
    .tick-yellow span img {
    filter: brightness(0) saturate(100%) invert(99%) sepia(96%) saturate(4945%) hue-rotate(319deg) brightness(97%) contrast(86%);
    }
    .tick-blue span img {
    filter: brightness(0) saturate(100%) invert(54%) sepia(29%) saturate(1530%) hue-rotate(181deg) brightness(101%) contrast(98%);
    }
    
    
    .rick-choose .tick-yellow span img {
    filter: brightness(0) saturate(100%) invert(44%) sepia(8%) saturate(4652%) hue-rotate(316deg) brightness(99%) contrast(95%);
    }
    .rick-choose  .tick-blue span img {
    filter: brightness(0) saturate(100%) invert(44%) sepia(8%) saturate(4652%) hue-rotate(316deg) brightness(99%) contrast(95%);
    }
    
    .dpe-page .site-header {
    top: 44px;
    }
    
    .understanding-top span {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: #E6BD4D;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 4px 84px 0px rgba(230, 189, 77, 0.75);
    border: 10px solid #e5d194;
    }
    
    .dpe-page .site-logo a {
    max-width: 170px;
    }


    .animation-circle {
        position: sticky;
        top: 70px;
        left: 0;
        text-align: center;
        margin: 0 auto;
        display: block;
        }
        
        .animation-circle p span {
        display: flex;
        width: 16px;
        height: 16px;
        background: #E6BD4D;
        border-radius: 50%;
        }
        .dpe-get-content-sec .circle-bar:nth-child(3) {
            margin-top: -30px;
            z-index: -1;
        }
        .animation-circle p {
            width: 46px;
            height: 46px;
        background: #fff;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto 8px;
        animation: pulse-animation 1s infinite;
        }
        
        .rick-choose .animation-circle p {
        animation: pulse-animation2 1s infinite;
        }
        
        .rick-choose  .animation-circle p span {
        background: #e64d4d;
        }
        
        @keyframes pulse-animation {
        0% {
        box-shadow: 0 0 0 0px rgb(230 189 77);
        }
        100% {
        box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
        }
        }
        @keyframes pulse-animation2 {
        0% {
        box-shadow: 0 0 0 0px rgb(230 77 77);
        }
        100% {
        box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
        }
        }
        .dpe-get-content-sec .circle-bar:nth-child(3) {
            margin-top: -30px;
            z-index: -1;
        }
    
    
    /*RESPONSIVE*/
    
    @media (max-width: 1600px) { 
    .dpe-page .site-banner .content h1 {
    font-size: 62px;
    max-width: 649px;
    }
    }
    
    @media (max-width: 1500px) { 
    .dpe-page .site-banner .content h1 {
    font-size: 62px;
    max-width: 649px;
    }
    .dpe-page .site-banner .content-wrap  .grid {
    grid-template-columns: 1.3fr 1fr;
    }
    .find-men {
    width: calc(100% + 170px);
    left: -122px;
    }
    .forms-bar {
    padding: 42px;
    }
    .find-form .content h2 {
    font-size: 85px;
    }
    .find-form .secondary-btn {
    font-size: 18px;
    }
    .understanding .cards-content h3 {
    font-size: 30px;
    margin-bottom: 11px;
    }
    .understanding .cards-content p {
    font-size: 18px;
    }
    .understanding .cards-content {
    padding: 20px;
    }
    .understanding {
    margin-top: 80px;
    padding: 80px 0 80px;
    }
    .understanding-top p {
    font-size: 18px;
    }
    .understanding-top {
    padding-bottom: 34px;
    }
    .adjuster-top p {
    font-size: 18px;
    }
    }
    
    @media (max-width: 1400px) {
    .dpe-page .site-banner .content p {
    font-size: 22px;
    }
    .find-form .content p {
    font-size: 22px;
    }
    .find-men-arrow img {
    max-width: 182px;
    }
    .adjuster .img-text h3 {
    font-size: 30px;
    max-width: 133px;
    }
    .adjuster .cards p {
    font-size: 16px;
    }
    } 
    
    @media (max-width: 1200px) {
    .dpe-page .site-banner .content-wrap  .grid {
    display: flex;
    flex-direction: column-reverse;
    gap: 0;
    }
    .dpe-page .site-banner .content {
    margin-top: 30px;
    padding: 0 17px;
    max-width: 100%;
    }
    .dpe-page .banner-right-img img {
    object-fit: cover;
    max-height: 800px;
    object-position: top;
    }
    .my_claim .grid-cols-4 {
    grid-template-columns: repeat(auto-fill, minmax(min(320px, 100%), 1fr));
    }
    .my_claim .item:last-child {
    grid-column: auto;
    }
    .dpe-page .site-banner .secondary-btn-without-bg {
    font-size: 20px;
    }
    .dpe-page .site-banner .secondary-btn {
    font-size: 20px;
    }
    .we-handle-card-content h4 {
    font-size: 40px;
    }
    .we-handle-card-content {
    padding: 25px;
    }
    .find-form .content h2 {
    font-size: 62px;
    max-width: 377px;
    }
    .find-form .form-group input {
    padding: 16px 24px;
    font-size: 16px;
    }
    .find-form .form-group select {
    padding: 16px 24px;
    font-size: 16px;
    }
    .find-form .secondary-btn {
    font-size: 18px;
    padding: 18px;
    margin-bottom: 12px;
    margin-top: 4px;
    }
    .forms-bar {
    padding: 40px 27px;
    }
    .find-form .content p {
    font-size: 18px;
    }
    .prepared-tabs .nav-link {
    font-size: 30px;
    }
    .at-title h2 {
    font-size: 28px;
    }
    .at-tab p {
    font-size: 18px;
    }
    
    
    .dpe-choose {
    margin-top: 80px;
    }
    .find-form {
    margin-top: 80px;
    padding: 80px 0px 0px;
    }
    .my_claim {
    margin-top: 80px;
    }
    .prepared {
    margin-top: 80px;
    }
    .according-sec {
    margin: 80px 0;
    }
    .dpe-get {
    padding: 80px 20px;
    }
    .my_claim_bg {
    padding: 80px 20px;
    }
    .adjuster {
    padding: 80px 0;
    }
    /* .dpe-page .site-logo a img {
        filter: brightness(0) invert(1);
    } */
    } 
    
    @media (max-width: 991px) {
    .dpe-page .banner-middle-content {
    margin: 26px 0 40px;
    }
    .we-handle .grid-cols-2 {
    grid-template-columns: 1fr;
    }
    .dpe-get-content p {
    font-size: 18px;
    }
    .dpe-choose {
    margin-top: 80px;
    }
    .dpe-get {
    padding: 80px 20px;
    }
    .find-form {
    margin-top: 80px;
    padding: 80px 0px 0px;
    }
    .find-form .grid-cols-3 {
    grid-template-columns: 1fr;
    }
    .find-men-arrow img {
    display: none;
    }
    .find-men {
    width: 100%;
    left: 0;
    position: inherit;
    }
    .find-men img {
    max-width: 278px;
    }
    .find-form .grid-cols-3 .items:first-child {
    max-width: 100%;
    margin: 0 0 0 auto;
    }
    .find-form .content p {
    padding-right: 0;
    }
    .my_claim {
    margin-top: 80px;
    }
    .my_claim_bg {
    padding: 80px 20px;
    }
    .prepared-tabs .item {
    padding: 22px;
    }
    .prepared-tabs .item h4 {
    font-size: 20px;
    }
    .prepared-tabs .item p {
    font-size: 16px;
    }
    .prepared-tabs .nav-link {
    font-size: 23px;
    }
    .prepared {
    margin-top: 80px;
    }
    .understanding .grid-cols-3 {
    grid-template-columns: 1fr 1fr;
    }
    .adjuster {
    padding: 80px 0;
    }
    .adjuster-top {
    margin-bottom: 42px;
    }
    .adjuster .img-bar img {
    width: 74px;
    }
    .according-sec {
    margin: 80px 0;
    }
    
    .at-title:after {
    font-size: 35px;
    width: 36px;
    height: 36px;
    }
    
    .at-item.active {
    padding: 24px 24px 11px;.at-title
    }
    .at-item {
    padding: 24px;
    }
    }
   @media screen and (max-width: 768px){
    .copy-right {
        grid-template-columns: 100%;
    }
    .site-footer .copy-right p {
        text-align: center;
    }

    .iqsay_logo {
        text-align: center;
    }
}  
    @media (max-width: 767px) {
    .dpe-page .site-banner .content h1 {
    font-size: 44px;
    max-width: 576px;
    }
    .we-handle-wrap {
    padding: 42px 0 0;
    }
    .find-form .content h2 {
    font-size: 44px;
    max-width: 253px;
    }
    .find-form .secondary-btn {
    font-size: 14px;
    }
    .dpe-get-content-sec {
    margin: 50px auto 0;
    }
    .my_claim_bg .section-tittle {
    margin-bottom: 42px;
    }
    .prepared .section-tittle {
    margin-bottom: 42px;
    }
    .prepared-tabs .grid-cols-2 {
    grid-template-columns: 1fr;
    }
    .prepared-tabs .nav-link {
    font-size: 18px;
    padding: 0px 16px;
    }
    .prepared-tabs .item {
    gap: 11px;
    }
    .understanding .cards-content h3 {
    font-size: 25px;
    margin-bottom: 5px;
    }
    .understanding .cards-content p {
    font-size: 15px;
    }
    .adjuster .grid-cols-2 {
    grid-template-columns: 1fr;
    }
    .dpe-page .site-banner .content p {
    font-size: 18px;
    }
    .dpe-choose {
    margin-top: 55px;
    }
    .dpe-get {
    padding: 55px 20px;
    }
    .dotted_line line {
    display: none;
    }
    
    .dotted_line line:first-child {
    display: block;
    }
    
    .dotted_line line:nth-child(2) {
    display: block;
    }
    .dotted_line line:nth-child(3) {
    display: block;
    }
    .dotted_line line:nth-child(4) {
    display: block;
    }
    .find-form {
    margin-top: 55px;
    padding: 55px 0px 0px;
    }
    .my_claim_bg {
    padding: 55px 20px;
    }
    .my_claim {
    margin-top: 55px;
    }
    .prepared {
    margin-top: 55px;
    }
    .understanding {
    margin-top: 55px;
    padding: 55px 0 55px;
    }
    .adjuster {
    padding: 55px 0;
    }
    .according-sec {
    margin: 55px 0;
    }
    .we-handle .secondary-btn {
    margin-top: 45px;
    padding: 14px 10px;
    font-size: 20px;
    }
    .we-handle {
    margin-top: 55px;
    }
    .understanding-top span {
    width: 86px;
    height: 86px;
    }
    .understanding-top img {
    width: 35px;
    height: 35px;
    }
    .at-title.active h2 {
    padding-bottom: 17px;
    }
    .at-title.active:after {
    font-weight: 700;
    font-size: 20px;
    }
    .at-tab {
    padding-top: 9px;
    }
.dotted_line div:first-child {
display: block;
}
.dotted_line div:nth-child(2) {
display: block;
}
.dotted_line div:nth-child(3) {
display: block;
}
.dotted_line div:nth-child(4) {
display: block;
}
.dotted_line div {
display: none;
}
.animation-circle p {
width: 35px;
height: 35px;
}
.animation-circle p span {
width: 12px;
height: 12px;
}
    }
    
    @media (max-width: 575px) {
    .dpe-page .site-banner .banner-btm a {
    width: 100%;
    text-align: center;
    padding: 14px 10px;
    }
    .we-handle-card-content h4 {
    font-size: 30px;
    }
    .we-handle-card-content ul a {
    font-size: 14px;
    }
    .tick-yellow span {
    height: 28px;
    width: 28px;
    }
    .tick-yellow {
    width: 50px;
    height: 50px;
    }
    .tick-blue {
    width: 50px;
    height: 50px;
    }
    .tick-blue span {
    height: 28px;
    width: 28px;
    }
    .dpe-get-content p {
    font-size: 13px;
    }
    .dpe-get-content {
    min-height: 50px;
    }
    .forms-bar {
    padding: 36px 14px 22px;
    }
    .find-form .forms-bar p {
    font-size: 13px;
    }
    .my_claim .card {
    padding: 30px 20px;
    }
    .my_claim h4 {
    font-size: 16px;
    }
    .understanding .grid-cols-3 {
    grid-template-columns: 1fr;
    }
    .adjuster .cards {
    padding: 22px;
    }
    .adjuster .img-text h3 {
    font-size: 26px;
    max-width: 119px;
    }
    .at-title h2 {
    font-size: 24px;
    letter-spacing: normal;
    }
    .at-tab p {
    font-size: 14px;
    }
    .at-title h2 {
    font-size: 20px;
    }
    
    .copy-right {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    }

    }
    
    @media (max-width: 480px) {
    .dpe-page .site-banner .content h1 {
    font-size: 33px;
    }
    .we-handle-card > img {
    min-height: 392px;
    object-fit: cover;
    }
    .prepared-tabs .nav-link {
    font-size: 14px;
    }
    }