﻿.headerdiv h3 {
    margin-bottom: 30px;
}

b, strong {
    font-weight: 500 !important;
}

.headerdiv h3 span {
    font-size: 63px;
    line-height: 0;
}

h1.fw-bold.mb-4, h4.fw-bold, h5.fw-bold {
    font-weight: 600 !important;
}

    h4.fw-bold span {
        font-size: 30px;
        font-weight: 600 !important;
    }

p.smallgreytxt {
    font-size: 13px;
    color: #7e7e7e;
}

.page-wrapper {
    overflow: hidden;
}

span.redclr {
    color: red !important;
}

.form-card.planoptions label {
    padding-left: 6px !important;
    color: #000;
    padding-right: 10px !important;
}

.smallfnt {
    font-size: 13px !important;
    margin-bottom: 7px !important;
}

.spacern {
    font-size: 14px !important;
}

.strikethrough div {
    text-decoration: line-through;
}

    .strikethrough div img {
        display: none;
    }

.left-panel {
    background: linear-gradient(135deg, #4f7ea8, #9bb8cc);
    color: #fff;
    min-height: 100vh;
    padding: 60px 40px;
}

.btn-submit, .btn-submit:hover {
    padding: 8px 1.5rem;
    font-weight: 600;
    border-radius: 8px;
    background-color: #6796B9;
    color: #ffffff;
    border: none;
    font-size: 14px;
    transition: all 0.3s;
    display: block;
    width: 100%;
}

    .btn-submit:disabled, btn-submit:disabled:hover {
        background-color: var(--bs-secondary-bg);
        opacity: 1;
    }

.right-panel {
    overflow-y: auto; /* allow scrolling */
    padding: 20px 50px;
    background: linear-gradient(135deg, #4f7ea8, #9bb8cc);
    border-left: 20px solid #fff;
    /* hide scrollbar */
    padding: 30px 60px !important;
}


.form-card {
    background: #fff;
    border-radius: 0px;
    padding: 30px;
    box-shadow: 0 0 15px rgba(0,0,0,.08);
    margin-bottom: 30px;
}

    .form-card span {
        font-weight: 400 !important;
        color: #333333;
    }

.search-pill {
    border-radius: 50px;
}

.left-panel h1, .left-panel h5, .left-panel p, .left-panel span {
    color: #fff;
}

.btngeneral {
    padding: 5px 10px;
    font-weight: 300;
    border-radius: 15px;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 1rem;
    background-color: #6487af;
    border-color: #3A5778;
    color: #fff;
}

a#ctl00_CenterSection_btnsearch {
    margin-left: -4pc;
    background: #6487af;
    border: 1px solid #fff;
}

.redtext, .txtred, .redclr {
    color: #c71010 !important;
    font-size: 13px !important;
}

.errormsg p {
    color: #c71010 !important;
    background: #ffe7e7;
    border: 1px solid #881515;
    padding: 10px;
    text-align: center;
}

.btnfee, .btnfee:hover, .btnfee:focus {
    color: #c71010;
    text-decoration: underline;
}

.notetxt {
    padding: 7px 0;
    color: #c71010;
    font-size: 13px;
    margin-bottom: 0px;
}

.tabletd {
    padding: 8px 15px;
    border: 1px solid #ddd;
    font-weight: 400;
    font-size: 14px;
    color: #141414;
    border-left: 0;
    border-right: 0;
    background: #eee;
}
/*  .tmc-tblframe td,  .tmc-tblframe th {
    padding: 8px 15px;
    border: 1px solid #ddd;
    font-weight: 400;
    font-size: 14px;
    color: #141414;
    border-left: 0;
    border-right: 0;
}
      .tmc-tblframe th {
    background: #eee;
}*/
.tabletd1 {
    padding: 10px 0;
    display: flex;
    align-items: center;
    font-size: 14px;
}

.tableth {
    margin: 7px 0;
    font-weight: 400;
    font-size: 14px;
}

.whead p {
    /* background: #E6EFF9; */
    text-align: center;
    color: #3A5778;
    margin-bottom: 0px;
    font-size: 24px;
    line-height: 26px;
    font-weight: 600;
}


.TblBBorder {
    border-bottom: 1px solid #ddd;
    padding: 8px 0px;
    color: #141414;
    font-weight: 400;
    font-size: 14px;
}

.strikethrough.TblBBorder {
    background: #f8f8f8;
    color: #ddd;
}


.form-control.srchbtn:disabled {
    background-color: var(--bs-secondary-bg) !important;
}

.tmcloader {
    width: 40px;
    aspect-ratio: 1;
    display: flex;
    transform-origin: 50% 125%;
    animation: l15-0 1.5s infinite linear;
}

         .tmcloader:before,
         .tmcloader:after {
    content: "";
    flex: 1;
    background: #3A5778;
    animation: inherit;
    transform-origin: bottom left;
    animation-name: l15-1;
}

         .tmcloader:before {
    transform-origin: bottom right;
    --s: -1;
}

@keyframes l15-0 {
    0%,10% {
        transform: translateY(0) scaleY(1)
    }

    49.99% {
        transform: translateY(-75%) scaleY(1)
    }

    50% {
        transform: translateY(-75%) scaleY(-1)
    }

    90%,100% {
        transform: translateY(-150%) scaleY(-1)
    }
}

@keyframes l15-1 {
    10%,90% {
        transform: rotate(0deg)
    }

    50% {
        transform: rotate(calc(var(--s,1)*90deg))
    }
}

@media(max-width:1100px) {
    h1.fw-bold.mb-4 {
        font-size: 30px;
    }
}

@media(max-width:991px) {
    .right-panel {
        max-height: 100%;
        overflow-y: hidden;
    }

    .right-panel {
        border-left: none;
        padding: 15px 30px !important;
    }
}

@media(min-width:1200px) {
    .leftpanelblock {
        margin: 0 auto;
        max-width: 80%;
        padding-top: 3pc;
    }
}

@media(min-width:1500px) {
    .leftpanelblock {
        max-width: 60%;
    }
}


.form-card input[type="checkbox"] {
    transform: scale(1.4);
    width: 22px;
}

    .form-card input[type="checkbox"]:checked {
        width: 22px;
        transform: scale(1.4);
        accent-color: #6487af;
    }

.plan-card {
    max-width: 520px;
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
}

.plan-step {
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 15px;
}

    .plan-step span {
        font-weight: 600;
    }

.price-section {
    display: flex;
    align-items: baseline;
    gap: 6px;
}

.price {
    font-size: 40px;
    font-weight: 700;
}

.price-unit {
    font-size: 16px;
    color: #666;
}

.save-text {
    color: #3a5778;
    font-weight: 600;
    margin-top: 5px;
}

.plan-details-title {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.08em;
    color: #777;
    margin-top: 20px;
    margin-bottom: 15px;
}

.plan-features li {
    gap: 12px;
    margin-bottom: 15px;
}

.check-icon {
    width: 26px;
    height: 26px;
    background: #dbeafe;
    color: #1d4ed8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    flex-shrink: 0;
}

.sub-text {
    font-size: 14px;
    color: #8a8a8a;
}

.billing-box {
    margin-top: 25px;
    background: #f5f5f5;
    padding: 12px;
    border-radius: 30px;
    text-align: center;
    font-size: 14px;
    color: #666;
}

.contblock {
    text-align: center;
    margin-top: 1pc;
    border-top: 2px double #e5e5e5;
    padding: 3pc;
}

    .contblock h3 {
        color: #3a5778;
    }

.page-wrapper {
    min-height: 500px;
}
