body{
    margin: 0;
    font-family: "Noto Sans", sans-serif;
}
html{
    scroll-behavior: smooth;
}
.claimlinq-page-img{
    background-image: url("../src/claimlinq-page.png");
    width: 100%;
    height: 193px;
    background-size: cover;
    box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.56);
    position: relative;
    bottom: 40px;
}
.cars-img{
    background-image: url("../src/cars.png");
    width: 110%;
    height: 500px;
    background-repeat: no-repeat;
    margin: 0 auto;
    background-position: center;
}
.mobile-slide{
    background-image: url("../src/mobile-slide.gif");
    width: 100%;
    height: 120%;
    background-size: cover;
    background-position: left 55% bottom 50px;
    background-repeat: no-repeat;
}
.work-time-background{
    background-image: url("../src/work-time.jpg");
    width: 100%;
    height: 450px;
    background-position: 0 67%;
    background-repeat: no-repeat;
    background-size: cover;
}
.tablet-img{
    background-image: url("../src/tablet.jpg");
    width: 100%;
    height: 600px;
    background-position: 80% 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.content-wrapper{
    width: 1000px;
    margin: 0 auto;
}
.d-flex{
    display: flex;
}
.header{
    height: 100px;
    background-color: #000000;
}
.header-logo{

}
.header-sitename{
    font-size: 30px;
    font-weight: 600;
    font-style: normal;
    color: rgb(255, 255, 255);
    font-kerning: none;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "Leelawadee UI";
    height: 40px;
}
.header-nav{
    width: 60%;
    color: #00be62;
    margin-top: 15px;
}
.header-nav ul{
    list-style-type: none;
}
.header-nav ul li a{
    font-size: 23px;
    font-weight: 700;
    font-style: normal;
    font-kerning: none;
    color: rgb(0, 191, 99);
    text-decoration: none;
    cursor: pointer;
    margin: 20px;
}
.header-logo img,
.header-sitename{
    cursor: pointer;
}
.header-nav ul li a:hover{
    color: rgb(5, 227, 119);
}
.green-background{
    background-color: #00be62;
}
.black-background{
    background-color: #000000;
    color: #00be62;
}
.smart-fnol{
    height: 600px;
}
.btn{
    padding: 16px 30px;
    background-color: #fdfdfd;
    color: #000000;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
}
.btn:hover{
    background-color: #dedede;
}
.btn.btn-green{
    background-color: #00be62;
    color: #fdfdfd;
}
.btn.btn-green:hover{
    background-color: #00a857;
}
.online-claims-title{
    font-size: 25px;
    font-weight: 900;
    font-style: normal;
    padding-top: 50px;
}
.online-claims-subtitle{
    font-size: 42px;
    font-weight: 900;
    font-style: normal;
    line-height: 37px;
    margin-top: 20px;
    max-width: 600px;
}
.online-claims-info{
    font-size: 25px;
    font-weight: 500;
    font-style: normal;
    margin-top: 50px;
    margin-bottom: 40px;
    max-width: 600px;
}
.start-claims-title{
    font-weight: 700;
    font-style: normal;
    font-size: 40px;
    text-align: center;
    padding-top: 50px;
}
.start-claims-subtitle{
    font-weight: 400;
    font-style: normal;
    font-size: 23px;
    text-align: center;
    max-width: 550px;
    margin: 20px auto;
}
.start-claims-info{
    width: 33.333%;
    padding: 0 20px;
    margin-top: 15px;
    margin-bottom: 60px;
}
.start-claims-info-icon{
    text-align: center;
    font-size: 60px;
}
.start-claims-info-title{
    color: rgb(255, 255, 255);
    font-size: 25px;
    font-weight: 800;
    font-style: normal;
    text-align: center;
}
.start-claims-info-text{
    text-align: center;
    margin-top: 15px;
    font-size: 22px;
    font-weight: 400;
    font-style: normal;
}
.start-claims-info:first-child .start-claims-info-text{
    margin-top: 40px;
}
.go-digital-title{
    font-weight: 900;
    font-style: normal;
    font-size: 65px;
    line-height: 70px;
    margin-top: 80px;
}
.go-digital-info{
    font-weight: 700;
    font-style: normal;
    font-size: 23px;
    margin-top: 30px;
}
.go-digital-info span{
    font-weight: 500;
}
.go-digital-info:last-child{
    margin-bottom: 80px;
}

.pay-per-claim-title{
    margin-top: 50px;
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 35px;
}
.pay-per-claim-info{
    margin-top: 20px;
}
.pay-per-claim-text{
    font-weight: 400;
    font-style: normal;
    font-size: 17px;
    padding: 0 30px;
}
.pay-per-claim-info-border .bx{
    font-size: 70px;
    text-align: center;
    padding: 10px;
    border: 1px solid black;
    border-radius: 999px;
}
.solutions{
    text-align: center;
    padding-top: 50px;
    padding-bottom: 60px;
}
.solutions-title{
    font-weight: 700;
    font-style: normal;
    font-size: 35px;
}
.solutions-text{
    margin-top: 10px;
    font-weight: 500;
    font-style: normal;
    font-size: 22px;
}
.solutions-text span{
    font-weight: 800;
}
.advantages-item{
    width: 33.333%;
    padding: 0px 50px;
    margin-top: 50px;
}
.advantages-item-title{
    font-weight: 700;
    font-style: normal;
    color: rgb(0, 191, 99);
    font-size: 36px;
}
.advantages-item ul li{
    font-weight: 400;
    font-style: normal;
    color: rgb(255, 255, 255);
    font-size: 16px;
}
.data-resilience-security-title{
    font-weight: 700;
    font-style: normal;
    font-size: 33px;
    margin-top: 80px;
    margin-bottom: 40px;
    text-align: center;
}
.data-resilience-security-item{
    margin: 0 25px;
}
.data-resilience-security-item-header{
    background: rgb(0, 191, 99);
    font-weight: 700;
    font-style: normal;
    font-size: 25px;
    padding: 70px 20px 30px 20px;
    border-radius: 15px;
}
.data-resilience-security-item-text{
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 80px;
}
.smart-fnol-title{
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 35px;
    line-height: 47px;
}
.contact-title{
    font-weight: 900;
    font-style: normal;
    margin-top: 40px;
    font-size: 35px;
}
.contact-name{
    font-weight: 700;
    font-style: normal;
    margin-top: 15px;
    font-size: 23px;
}
.contact-address{
    font-weight: 500;
    font-style: normal;
    margin-top: 12px;
    font-size: 25px;
}
.contact-social{
    margin-top: 15px;
    margin-bottom: 50px;
}
.contact-social-icon .bx{
    font-size: 40px;
    color: black;
    cursor: pointer;
}
.bxl-instagram{
    font-size: 30px !important;
    color: #00be62 !important;
    position: relative;
    top: 3px;
    left: 3px;
}
.bxl-twitter{
    font-size: 30px !important;
    color: #00be62 !important;
    position: relative;
    top: 4px;
    left: 4px;
}
.contact-social-icon div:nth-child(1){
    position: relative;
    bottom: 2px;
}
.contact-social-icon div:nth-child(2),
.contact-social-icon div:nth-child(3){
    background-color: black;
    border-radius: 999px;
    width: 36px;
    height: 36px;
}
.contact-social-icon div{
    width: 36px;
    height: 36px;
    margin-right: 15px;
    margin-top: 10px;
}
.contact-social-icon div:nth-child(2):hover,
.contact-social-icon div:nth-child(3):hover{
    background-color: #252525;
}
.bxl-facebook-circle:hover{
    color: #252525;
}
.contact-social-icon div:last-child{
    margin-right: 20px;
}
footer{
    padding-bottom: 70px;
}
.footer-title{
    font-weight: 700;
    font-style: normal;
    font-size: 25px;
    margin-top: 10px;
    margin-bottom: 15px;
    color: rgb(255, 255, 255);
}
.footer-title-list-item{
    font-weight: 500;
    font-style: normal;
    color: rgb(255, 255, 255);
    font-size: 22px;
    margin-top: 3px;
}
.footer-title span:hover{
    cursor: pointer;
    color: #d0d0d0;
}
.footer-title-list-item span:hover{
    cursor: pointer;
    color: #d0d0d0;
}
.online-claims-img-mobile{
    display: none;
}
@media screen and (max-width: 1080px){
    .content-wrapper{
        padding: 0 30px;
        width: auto;
    }
}
@media screen and (max-width: 1000px){
    .content-wrapper{
        padding: 0 50px;
        width: auto;
    }
    .content-wrapper-mobile{
        display: block;
    }
    .data-resilience-security-mobile{
        display: block;
        max-width: 360px;
        margin: 0 auto;
    }
    .data-resilience-security-item-text{
        margin-bottom: 20px;
    }
    .smart-fnol{
        height: auto;
    }
    .header-sitename{
        font-size: 25px;
    }
    .header-nav ul li a{
        font-size: 20px;
    }
    .header-nav{
        margin-top: 20px;
    }
    .header-nav ul{
        list-style-type: none;
        padding-inline-start: 0;
    }
    .online-claims-mobile{
        margin: 0 auto;
        width: 75% !important;
        padding-right: 0 !important;
    }

    .online-claims-subtitle{
        margin-top: 20px;
        margin-bottom: 50px;
    }
    .online-claims-img-mobile{
        display: block;
        padding-top: 30px;
    }
    .online-claims-img-mobile .claimlinq-page-img{
        height: 220px;
        width: 65%;
        margin: 0 auto;
    }
    .online-claims-img-pc{
        display: none;
    }
    .pay-per-claim-mobile{
        margin: 0 auto;
        width: 50% !important;
    }
    .pay-per-claim-text{
        font-size: 25px;
    }
    .pay-per-claim-info-border .bx{
        font-size: 120px;
    }
    .btn{
        font-size: 26px;
    }
    .work-time-background{
        height: auto;
    }
    .advantages{
        display: block;
    }
    .advantages-item{
        margin: 50px auto 0;
        padding: 0;
    }
    .advantages .advantages-item:last-child{
        margin-bottom: 50px;
    }
    .advantages-item ul li{
        font-size: 20px;
    }
    .advantages-item-title{
        font-size: 40px;
    }
    .data-resilience-security-title{
        font-size: 36px;
    }
    .data-resilience-security-item-header{
        font-size: 28px;
    }
    .data-resilience-security-item{
        margin: 0;
    }
    .data-resilience-security-item-text{
        font-size: 20px;
    }
    .smart-fnol-mobile{
        margin: 0 auto !important;
    }
    .smart-fnol-mobile:last-child{
        width: 30% !important;
    }
    .smart-fnol-title{
        margin-top: 30px !important;
        font-size: 45px;
    }
    .contact-title{
        font-size: 43px;
    }
    .contact-name{
        font-size: 30px;
    }
    .contact-address{
        font-size: 32px;
    }
    .online-claims-btn-mobile{
        width: 110% !important;
        margin: 0 auto;
    }
    .go-digital-gif-mobile{
        width: 50% !important;
    }
    .go-digital-info-mobile{
        width: 50% !important;
    }
    .go-digital-title{
        font-size: 55px;
        line-height: 60px;
    }
    .go-digital-info{
        font-size: 21px;
    }
    .smart-fnol-mobile a button.btn{
        padding: 20px 30px !important;
    }
}
@media screen and (max-width: 880px){
    .online-claims-mobile{
        width: 100% !important;
    }
    .online-claims-btn-mobile{
        width: 100% !important;
    }
    .header-nav ul li a{
        font-size: 16px;
    }
    .start-claims-mobile{
        flex-direction: column;
    }
    .start-claims-mobile .start-claims-info{
        margin: 20px auto;
    }
    .start-claims-info{
        width: 40%;
    }
    .start-claims-info-title{
        font-size: 28px;
    }
    .start-claims-info-text{
        font-size: 25px;
    }
    .online-claims-btn-mobile{
        text-align: center;
    }
    .online-claims-title,
    .online-claims-subtitle,
    .online-claims-info{
        max-width: 600px;
        margin: auto;
    }
    .online-claims-subtitle{
        padding: 20px 0 50px;
    }
    .online-claims-info{
        padding: 0 0 50px;
    }
    .online-claims-img-mobile{
        width: 70%;
        margin: 0 auto;
    }
    .online-claims-img-mobile .claimlinq-page-img{
        height: 250px;
        width: 100%;
    }
    .pay-per-claim-img-mobile{
        width: 100% !important;
    }
    .advantages-item{
        width: 50%;
    }
    .start-claims-info-text{
        font-size: 21px;
    }
}
@media screen and (max-width: 780px){
    .content-wrapper{
        padding: 0 20px;
    }
    .mobile-text-fs{
        font-size: 22px;
    }
    .btn{
        font-size: 21px;
    }
    .go-digital-gif-mobile .mobile-slide{
        height: 80%;
        margin-top: 10%;
        background-position: left 60% bottom 0;
    }
    .pay-per-claim-info-border .bx{
        font-size: 80px;
    }
    .go-digital-title{
        font-size: 45px;
        line-height: 45px;
    }
    .header-sitename{
        font-size: 27px;
        margin-top: 12px !important;
    }
    .header-logo img{
        height: 40px;
        width: 40px;
    }
    .header-nav ul li a{
        font-size: 13px;
        margin: 15px;

    }
    .header-nav ul{
        justify-content: flex-end;
    }
    .smart-fnol-mobile{
        width: 100% !important;
    }
    .pay-per-claim-mobile{
        width: 60% !important;
    }
    .contact-mobile{
        width: 70% !important;
    }
    .footer-title{
        font-size: 21px;
    }
    .footer-title-list-item{
        font-size: 16px;
        margin-bottom: 12px;
        line-height: 15px;
    }
    .footer-mobile{
        padding-left: 20px;
    }
    .footer-sitename{
        margin-top: 5px !important;
    }
}
@media screen and (max-width: 600px){
    .online-claims-btn-mobile a:first-child{
        margin-bottom: 40px;
        display: block;
        margin-right: 0 !important;
    }
    .header{
        height: auto;
    }
    .header .content-wrapper{
        display: block;
    }
    .header-nav{
        width: 100% !important;
        padding-bottom: 20px;
    }
    .header-nav ul{
        justify-content: center;

    }
    .header-nav ul li a{
        font-size: 18px;
    }
    .go-digital .content-wrapper{
        display: flex;
        flex-direction: column;
        flex-flow: column-reverse;
    }
    .go-digital-gif-mobile{
        height: 500px;
        width: 100% !important;
        padding-bottom: 30px;
        position: relative;
        bottom: 60px;
    }
    .go-digital-gif-mobile .mobile-slide{
        background-position: right 50% top -20%;
        margin-top: 0;
        height: 120%;
    }
    .go-digital-info:last-child{
        margin-bottom: 0;
    }
    .go-digital-info-mobile{
        width: 100% !important;
    }
    .go-digital-title{
        font-size: 33px;
    }
    .mobile-text-fs{
        font-size: 18px;
    }
    .pay-per-claim-mobile{
        width: 100% !important;
    }
    .advantages-item-title{
        font-size: 33px;
    }
    .advantages-item{
        width: 80% !important;
    }
    .smart-fnol-mobile:first-child{
        width: 100% !important;
    }
    .smart-fnol-mobile:last-child{
        width: 50% !important;
    }
    .smart-fnol-title{
        font-size: 33px;
        line-height: 36px;
    }
    .start-claims-info{
        width: 60% !important;
    }
    .contact-title{
        font-size: 33px;
    }
    .contact-name{
        font-size: 23px;
    }
    .contact-address{
        font-size: 27px;
    }
    .tablet-img{
        height: 400px;
    }
    .cars-img{
        background-size: contain;
        width: 100%;
    }
    .online-claims-subtitle{
        font-size: 30px;
    }
    .online-claims-title{
        font-size: 15px;
    }
    .online-claims-subtitle img{
        background-size: contain;
        height: 30px;
        margin-left: 10px !important;
    }
    .claimlinq-page-img{
        height: 180px !important;
    }
    .online-claims-img-mobile{
        width: 80% !important;
    }
    .advantages-item ul li{
        font-size: 16px;
    }
    .contact-address{
        font-size: 24px;
    }
    .footer-title{
        font-size: 18px;
    }
    .footer-title-list-item{
        font-size: 14px;
        margin-bottom: 8px;
        line-height: 15px;
    }
    .footer-sitename{
        font-size: 20px;
        margin-top: 10px !important;
    }
}
@media screen and (max-width: 500px){
    .cars-img{
        height: 300px;
    }
    .contact-address{
        font-size: 20px;
    }
    .footer-sitename{
        font-size: 16px;
    }
    .header-nav ul li a{
        font-size: 15px;
    }
    .smart-fnol-mobile a button.btn{
        padding: 20px 25px !important;
    }
    .contact-social a button.btn{
        padding: 20px 15px !important;
    }
}
@media screen and (max-width: 400px){
    .online-claims-img-mobile{
        width: 100% !important;
    }
}
@media screen and (max-width: 370px){
    .smart-fnol-mobile a button.btn{
        padding: 20px 15px !important;
    }
    .contact-social a button.btn{
        padding: 20px 10px !important;
    }
    footer .footer-mobile:first-child {
        margin-left: 20px;
    }
    footer .footer-mobile:last-child {
        margin-left: 10px !important;
    }
    .header-nav ul li a {
        margin: 10px;
    }
}