/*
Version: 3.0.3
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

header, footer {
    display: none !important;
}

.sec2-left-col-txt-2 {
    width: 60%;
}

.sec1-right-col-txt {
    font-weight: 700;
    font-size: 33.01px;
    text-align: right;
    background: linear-gradient(96.53deg, #00AFF5 2.71%, #013CB2 106.24%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.sec1-right-col-txt p {
    margin: 0;
    font-weight: 800;
    line-height: normal;
}

.sec2-left-col-txt-1 h2 {
    line-height: normal;
    margin-bottom: 10px;
}

a.button {
    font-weight: 600;
    font-size: 17px;
    line-height: 104%;
    text-align: center;
    color: white;
    background: linear-gradient(96.73deg, #00AFF5 -7.16%, #013CB2 106.13%);
    padding: 13px 30px;
    border-radius: 100px;
    display: inline-block;
    width: fit-content;
}

.sec1-img-row {
    margin-top: -250px;
}

.price-item {
    background: #fff;
    border-radius: 35px;
    padding: 24px;
}

.price-item.blue {
    background: rgba(54, 116, 224, 1);
    color: #fff;
}

.price-item.blue h3, .price-item.blue h4 {
    color: #fff;
}

.price-item.blue p {
    color: rgba(148, 187, 255, 1);
}

.price-item:last-child {
    
}

.price-item h3 {
    font-size: 35px;
    margin-bottom: 70px;
}

.sec2 .col-inner {
    height: 100%;
}

.price-item.alone {
    height: 100%;
    position: relative;
}

.price-item.alone .absolute {
    position: absolute;
    bottom: 24px;
    left: 24px;
    width: calc(100% - 48px);
}

.price-item.alone h4 {}

.sec3-row-list .col {
    flex-basis: 20%;
    max-width: 20%;
}

.sec3-row-list .col .col-inner {
    background: #fff;
    padding: 28px;
    border-radius: 32px;
    height: 205px;
    position: relative;
}

.sec3-row-list h3 {
    width: 40px;
    height: 40px;
    background: rgba(54, 116, 224, 1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 24px;
    color: white;
    margin-bottom: 80px;
}

.sec3-row-list p {
    font-weight: 700;
    font-size: 25px;
    line-height: normal;
    position: absolute;
    bottom: 28px;
    width: calc(100% - 56px);
}

.sec3-row-list .col:last-child .col-inner {
    background: rgba(54, 116, 224, 1);
}

.sec3-row-list .col:last-child .col-inner h3 {
    background: #fff;
    color: rgba(54, 116, 224, 1);
}

.sec3-row-list .col:last-child .col-inner p {
    color: #fff;
}

.sec4-row-list {}

.sec4-row-list .col-inner {
    border-radius: 35px;
    padding: 32px 42px;
    background: #fff;
    display: flex;
    align-items: end;
    justify-content: space-between;
    height: 100%;
}

.sec4-row-list .blue .col-inner {
    background: rgba(54, 116, 224, 1);
}

.sec4-row-list h3 {
    margin: 0;
    white-space: nowrap;
    font-size: 24px;
}

.sec4-row-list .img {
    width: 237px !important;
}

.sec4-row-list .blue .col-inner h3 {
    color: #fff;
}

.sec5-row-list {}

.sec5-row-list .col-inner {
    background: #fff;
    border-radius: 35px;
    display: flex;
    justify-content: space-between;
}

.sec5-row-list .col-inner p {
    margin: 0;
    padding: 18px 5% 18px 10%;
    font-size: 25px;
    font-weight: 700;
}

.sec5-row-list .col-inner .text {
    width: 50%;
}

.sec5-row-list .col-inner .text:first-child {
    background: rgba(54, 116, 224, 1);
    border-radius: 35px;
}

.sec5-row-list .col-inner .text:first-child p {
    color: #fff;
}

.cus-header {}

.cus-header .cus-logo {}

.cus-header .cus-logo p {
    margin: 0;
    font-weight: 700;
    font-size: 30px;
}

.cus-header a.button {
    background: #fff;
    color: #000;
    padding: 10px 30px;
    box-shadow: none;
    margin-bottom: 0;
}

.cus-header a.button:hover {
    background: #3674e0;
    color: #fff;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

    .sec1 a.button, .sec2 a.button {
        margin: 0 auto 30px;
        display: block;
    }

    .sec1-img-row {
        margin-top: 0;
    }

    .sec1-right-col-txt p {
        text-align: center;
    }

    .sec1 .img {
        padding: 0 15px;
    }

    .price-item.alone .absolute {
        position: relative !important;
        width: auto;
        left: unset;
        bottom: unset;
    }

    .price-item h3 {
        margin-bottom: 30px;
    }

    .price-item.blue {
        background: #fff;
    }

    .price-item.blue p {
        color: #000;
    }

    .price-item.blue h3, .price-item.blue h4 {
        color: #000;
    }

    .sec3-row-list .col {
        flex-basis: 100%;
        max-width: 100%;
    }

    .sec4-row-list .col-inner {
        display: inline-block;
    }

    .sec4-row-list h3 {
        white-space: unset;
        text-align: center;
    }

    .sec4-row-list .img {
        margin: 0 auto;
    }

    .sec5-row-list .col-inner {
        flex-direction: column;
    }

    .sec5-row-list .col-inner .text {
        width: 100%;
    }
}