@import url(./common.css);
/* ---------------------Banner section start------------------------ */
#banner {
    background: linear-gradient(104.26deg, rgba(155, 158, 230, 0.4) -0.58%, rgba(190, 205, 238, 0.62) 19.13%, rgba(155, 158, 230, 0.5) 98.47%);
    text-align: center;
    padding: 40px 0px;
    color: #0C43A0;
}

#banner h6 {
    color: #F0524B;
    font-weight: 600;
    font-size: 22px;
    line-height: 40px;
}

#banner h1 {
    font-weight: 700;
    line-height: 70px;
    font-size: 45px;
}

#banner p {
    font-size: 22px;
    line-height: 40px;
    font-weight: 550;
}

#banner .price-btn-group {
    border-radius: 51px;
    margin-top: 30px;
    background-color: #F0F3FB;
    box-shadow: 0px 0px 3px 0px #00000040;
    padding: 5px;
}

#banner .price-btn-group .nav-item {
    padding-left: 0px;
    padding-right: 0px;
}

#banner .price-btn-group .nav-item:first-child {
    padding-left: 12px;
}

#banner .price-btn-group .nav-item:last-child {
    padding-right: 12px;
}

#banner .price-btn-group .nav-item button {
    color: #0C43A0;
    border-radius: 51px;
    font-size: 23px;
    font-weight: 550;
    line-height: 50px;
    width: 100%;
    margin: 0px;
}

#banner .price-btn-group .nav-item button.active {
    background: #F0524B;
    color: white;
    box-shadow: 0px 0px 4px 0px #00000040;
    font-weight: 500;
}

/* ---------------------Banner section end------------------------ */
/* ---------------------Price section start------------------------ */
#price {
    padding: 35px 20px;
}

#price .price-box {
    background: #F0F3FB;
    box-shadow: 0px 0px 3.32px 0px #00000040;
    border-radius: 10.8px;
    padding: 25px 20px;
    width: 100%;
    border: 2px solid transparent;
    transition: all 0.3s;
    position: relative;
}

#price .price-box:hover {
    border: 2px solid #0C43A0;
}


#price .price-box .price-box-heading {
    padding-inline: 7px;
}

#price .price-box .price-box-heading .price-box-icon {
    width: 65px;
    height: 65px;
    line-height: 62px;
    border-radius: 4px;
    border: 0.83px solid #D9D9D9;
    background-color: white;
    text-align: center;
    display: inline-block;
    margin-bottom: 20px;
}

#price .price-box .price-box-heading .price-box-icon img {
    /* width: 30px;
    height: 28px; */
    max-width: 32px;
    max-height: 28px;
}

#price #h4-margin {
    margin-bottom: 20px;
}

#price .price-box .price-box-heading h4 {
    line-height: 35px;
    margin-bottom: 10px;
}

#price .price-box .price-box-heading .h5 {
    margin-bottom: 10px;
}

#price .price-box .price-box-heading h4 span {
    font-size: 38px;
}

#price .price-box .price-box-heading p {
    line-height: 28px;
    font-size: 14px;
    /* font-weight: 500; */
    font-weight: 550;
    /* margin-bottom: 10px; */
}

#price #customized .price-box-heading p {
    margin-bottom: 10px;
}

#price .price-box .price-box-content p {
    font-size: 13px;
    line-height: 35px;
    color: #404452;
    margin-bottom: 5px;
}

#price .price-box .price-box-content ul {
    padding-left: 25px;
    margin-bottom: 80px;
}

#price .price-box .price-box-content li {
    font-size: 14px;
    font-weight: 520;
    line-height: 28px;
    margin-bottom: 15px;
}

#price #customized1 .price-box-content p {
    margin-bottom: 15px;
    margin-top: 10px;
}

#price #customized1 .price-box-content li {
    font-size: 15px;
    margin-bottom: 25px;
}

/* ---------------------Price section end------------------------ */
/* ---------------------Popup-message section start------------------------ */

#popup-message .modal-body {
    padding: 0px;
}

#popup-message #popup-left {
    padding: 40px 24px 20px 24px;
}

#popup-message #popup-left h4 {
    line-height: 1.4;
    font-weight: 600;
}

#popup-message #popup-left p {
    font-size: 18px;
    line-height: 2.2;
}

#popup-message #popup-left .popup-card {
    background: #F0F3FB;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 30px;
}

#popup-message #popup-left .popup-card .popup-card-icon {
    width: 42px;
    height: 42px;
    line-height: 40px;
    border-radius: 2.5px;
    border: 0.5px solid #D9D9D9;
    background-color: white;
    text-align: center;
    display: inline-block;
    margin-bottom: 20px;
}

#popup-message #popup-left .popup-card .popup-card-icon img {
    max-width: 21px;
    max-height: 24px;
}

#popup-message #popup-left .popup-card p {
    line-height: 1.5;
}

#popup-message #popup-right {
    background: #F0F3FB;
    padding: 40px 0px 20px 20px;
    border-radius: 0px 8px 8px 0px;
}

#popup-message #popup-right .icon {
    background-color: white;
    height: 55px;
    width: 55px;
    line-height: 53px;
    text-align: center;
    border-radius: 50%;
    margin-right: 15px;
}

#popup-message #popup-right .content p {
    line-height: 28px;
}

#popup-message #popup-right .content p:last-child {
    font-size: 15px;
}

/* ---------------------Popup-message section end------------------------ */
/* ---------------------Right-choose section end------------------------ */
#right-choose {
    background: linear-gradient(276.67deg, rgba(155, 158, 230, 0.22) 1.64%, rgba(190, 205, 238, 0.22) 99.28%);
    padding: 45px 70px;
}

#right-choose #left-side {
    margin: 20px 0px;
}

#right-choose #left-side h2 {
    color: #0C43A0;
    line-height: 70px;
}

#right-choose #left-side p {
    font-size: 20px;
    color: #0C43A0;
    line-height: 40px;
    font-weight: 500;
    margin-top: 20px;
}

#right-choose #left-side div {
    margin-top: 40px;
}

#right-choose #left-side .big-btn {
    font-size: 20px;
    padding: 12px 25px;
    font-weight: 500;
}

#right-choose #left-side .big-btn .arrow {
    width: 25px;
    height: 25px;
}

#right-choose #left-side .book-btn {
    font-size: 20px;
    padding: 12px 16px;
    font-weight: 600;
    border: 2px solid #0C43A0;
    color: #0C43A0;
    transition: all 0.3s;
    border-radius: 9px;
    margin-left: 20px;
}

#right-choose #left-side .book-btn:hover {
    color: #F0524B;
    border-color: #F0524B;
}

#right-choose #right-side h3 {
    font-weight: 600;
    font-size: 32px;
    line-height: 70px;
    color: #0C43A0;
    margin-bottom: 20px;
}

#right-choose #right-side li {
    margin-bottom: 8px;
}

#right-choose #right-side li img {
    height: 36px;
    width: 36px;
}

#right-choose #right-side li h5 {
    line-height: 1.5;
}

#right-choose #right-side li p {
    font-weight: 550;
    line-height: 32px;
}
/* ---------------------Right-choose section end------------------------ */

/* ---------------------Responsive section start------------------------ */
/* ---------------------min-width:1400px------------------------ */
@media screen and (min-width:1400px) {
    #banner p {
        font-size: 23px;
        line-height: 50px;
        padding-inline: 50px;
    }
}
/* ---------------------min-width:1400px------------------------ */
/* ---------------------max-width:1260px------------------------ */
@media screen and (max-width:1260px) {
    #price .price-box .price-box-heading h4 {
        font-size: 20px;
    }
}
/* ---------------------max-width:1260px------------------------ */
/* ---------------------min-width:1200px------------------------ */
@media screen and (min-width:1200px) {
    #popup-message #popup-left h4 {
        font-size: 26px;
    }
}
/* ---------------------min-width:1200px------------------------ */
/* ---------------------max-width:1200px------------------------ */
@media screen and (max-width:1200px) {
    #price .price-box {
        padding: 20px 15px;
    }

    #price .price-box .price-box-heading .price-box-icon {
        margin-bottom: 16px;
    }

    #price .price-box .price-box-heading h4 {
        line-height: 30px;
        margin-bottom: 16px;
    }

    #price .price-box .price-box-heading .h5 {
        margin-bottom: 8px;
    }

    #price .price-box .price-box-heading h4 span {
        font-size: 35px;
    }

    #price .price-box .price-box-heading p {
        line-height: 28x;
        font-size: 14px;
        font-weight: 500;
        /* margin-bottom: 12px; */
    }

    #price .price-box .price-box-content p {
        font-size: 13px;
        line-height: 30px;
    }

    #price .price-box .price-box-content li {
        line-height: 25px;
    }

    #right-choose #right-side h3 {
        font-size: 27px;
        line-height: 60px;
    }
}

/* ---------------------max-width:1200px------------------------ */
/* ---------------------min-width:1100px------------------------ */
@media screen and (min-width:1100px) {
    #price .row .col {
        padding-inline: 20px;
    }

}

/* ---------------------min-width:1100px------------------------ */
/* ---------------------max-width:1100px------------------------ */
@media screen and (max-width:1100px) {
    #price .price-box {
        padding: 15px 10px;
    }

    #price .price-box .price-box-heading .price-box-icon {
        margin-bottom: 10px;
    }

    #price .price-box .price-box-heading h4 {
        margin-bottom: 10px;
    }

    #price .price-box .price-box-heading h4 span {
        font-size: 30px;
    }

    #price .price-box .price-box-heading p {
        line-height: 25x;
        font-size: 12px;
    }

    .trial-btn {
        font-size: 15px;
    }

    .trial-btn .arrow {
        width: 18px;
        height: 15px;
    }
}
/* ---------------------max-width:1100px------------------------ */

/* ---------------------max-width:1039px------------------------ */
@media screen and (max-width:1039px) {}
/* ---------------------max-width:1039px------------------------ */
/* ---------------------min-width:992px------------------------ */
@media screen and (min-width:992px) {
    #popup-message .modal-lg {
        --bs-modal-width: 950px !important;
    }
}
/* ---------------------min-width:992px------------------------ */
/* ---------------------max-width:992px------------------------ */
@media screen and (max-width:992px) {
    #banner h6 {
        font-size: 20px;
        line-height: 35px;
    }

    #banner h1 {
        line-height: 60px;
        font-size: 40px;
    }

    #banner p {
        font-size: 18px;
        line-height: 35px;
    }

    #banner .price-btn-group .nav-item button {
        font-size: 20px;
        line-height: 40px;
    }

    #price {
        padding: 30px;
    }

    #price .price-box .price-box-heading h4 {
        font-size: 20px;
    }

    #price .price-box .price-box-heading h4 span {
        font-size: 25px;
    }

    #price .price-box .price-box-heading p {
        line-height: 20x;
        font-size: 11px;
    }

    #price .price-box .price-box-content ul li {
        font-size: 12px;
    }

    #price .price-box .price-box-content ul li img {
        width: 15px;
        height: 18px;
    }

    .trial-btn {
        font-size: 14px;
        padding-inline: 10px;
        line-height: 40px;
    }

    .trial-btn .arrow {
        width: 16px;
        height: 12px;
    }
}

/* ---------------------max-width:992px------------------------ */
/* ---------------------min-width:768px------------------------ */
@media screen and (min-width:768px) {
    #popup-message .modal-lg {
        --bs-modal-width: 600px;
    }
}

/* ---------------------min-width:768px------------------------ */
/* ---------------------max-width:768px------------------------ */
@media screen and (max-width:768px) {
    #banner h6 {
        font-size: 18px;
        line-height: 30px;
    }

    #banner h1 {
        line-height: 55px;
        font-size: 38px;
    }

    #banner p {
        font-size: 16px;
        line-height: 30px;
    }

    #banner .price-btn-group .nav-item button {
        font-size: 17px;
        line-height: 40px;
    }

    #right-choose {
        padding: 45px 40px;
    }

    #right-choose #left-side {
        margin: 10px 0px;
    }

    #right-choose #left-side h2 {
        line-height: 50px;
    }

    #right-choose #left-side p {
        font-size: 18px;
        line-height: 30px;
    }

    #right-choose #left-side div {
        margin-top: 30px;
    }

    #right-choose #left-side .big-btn {
        font-size: 20px;
        padding: 8px 15px;
    }

    #right-choose #left-side .big-btn .arrow {
        width: 20px;
        height: 20px;
    }

    #right-choose #left-side .book-btn {
        font-size: 20px;
        padding: 8px 10px;
        font-weight: 600;
        margin-left: 10px;
    }

    #right-choose #right-side h3 {
        font-size: 25px;
        line-height: 50px;
        margin-bottom: 10px;
        margin-top: 20px;
    }

    #right-choose #right-side li {
        margin-bottom: 8px;
    }

    #right-choose #right-side li img {
        height: 25px;
        width: 25px;
    }

    #right-choose #right-side li h5 {
        line-height: 1.2;
    }

    #right-choose #right-side li p {
        line-height: 25px;
    }
}

/* ---------------------max-width:768px------------------------ */
/* ---------------------max-width:641px------------------------ */
@media screen and (max-width:641PX) {
    #banner {
        padding: 30px 0px;
    }

    #banner h1 {
        line-height: 55px;
        font-size: 30px;
    }

    #banner p {
        font-size: 15px;
        line-height: 27px;
    }

    #banner .price-btn-group {
        margin-top: 20px;
    }

    #banner .price-btn-group .nav-item button {
        font-size: 14px;
        line-height: 35px;
    }
}

/* ---------------------max-width:641px------------------------ */
/* ---------------------max-width:576px------------------------ */
@media screen and (max-width:576PX) {
    #banner {
        padding: 30px 0px;
    }

    #banner h1 {
        line-height: 50px;
        font-size: 25px;
    }

    #banner p {
        font-size: 15px;
        line-height: 25px;
    }

    #banner .price-btn-group {
        margin-top: 18px;
    }

    #banner .price-btn-group .nav-item button {
        font-size: 12px;
        line-height: 30px;
    }

    #right-choose {
        padding: 40px 30px;
    }

    #right-choose #left-side {
        margin: 10px 0px;
    }

    #right-choose #left-side h2 {
        line-height: 40px;
    }

    #right-choose #left-side p {
        font-size: 16px;
        line-height: 25px;
    }

    #right-choose #right-side h3 {
        font-size: 22px;
        line-height: 40px;
    }

    #right-choose #right-side li img {
        height: 22px;
        width: 22px;
    }

    #right-choose #right-side li p {
        line-height: 22px;
    }
}
/* ---------------------max-width:576px------------------------ */
/* ---------------------max-width:500px------------------------ */
@media screen and (max-width:500px) {
    #right-choose #left-side .big-btn {
        font-size: 16px;
    }

    #right-choose #left-side .big-btn .arrow {
        width: 18px;
        height: 18px;
    }

    #right-choose #left-side .book-btn {
        font-size: 16px;
    }

    #right-choose {
        padding: 30px 20px;
    }

    #right-choose #right-side li img {
        height: 20px;
        width: 20px;
    }

    #right-choose #right-side li h5 {
        font-size: 17px;
    }

    #right-choose #right-side li p {
        font-size: 15px;
    }
}

/* ---------------------max-width:500px------------------------ */
/* ---------------------max-width:450px------------------------ */
@media screen and (max-width:450px) {
    #banner h1 {
        line-height: 40px;
        font-size: 22px;
    }

    #banner p {
        font-size: 13px;
        line-height: 22px;
    }

    #banner .price-btn-group {
        margin-top: 20px;
    }

    #banner .price-btn-group .nav-item button {
        font-size: 10px;
        line-height: 25px;
    } 
}
/* ---------------------max-width:450px------------------------ */
/* ---------------------max-width:405px------------------------ */
@media screen and (max-width:405px) {
    #banner .price-btn-group {
        padding: 3px;
    }

    #banner .price-btn-group .nav-item:first-child {
        padding-left: 11px;
    }

    #banner .price-btn-group .nav-item:last-child {
        padding-right: 11px;
    }

    #banner .price-btn-group .nav-item button {
        font-size: 9px;
        line-height: 25px;
    }
}

/* ---------------------max-width:405px------------------------ */
/* ---------------------max-width:375px------------------------ */
@media screen and (max-width:375px) {
    #banner .price-btn-group .nav-item button {
        font-size: 8px;
        line-height: 22px;
    }
}

/* ---------------------max-width:375px------------------------ */
/* ---------------------Responsive section end------------------------ */