

body {
    font-family: "Product Sans", sans-serif;
    background-color: #ededed;
}

.bhavcopy-container {
    /* box-shadow: 14px 22px 52px 0px #00000040; */
    background-color: #ffffff;
    max-width: 1340px;
    margin: 0px auto 80px;
    padding: 34px 37px;
    border-radius: 30px;
}

.productsans{
    font-family: "Product Sans", sans-serif;
}

.bhavcopy-segments-cover {
    background-color: #eaeefa;
    padding: 21px 30px 40px 30px;
    border-radius: 26px;
    display: flex;
    gap: 10px;
    align-items: end;
    justify-content: space-between;
    width: 100%;
}

.bhavcopy-select-date {
    display: flex;
    gap: 36px;
    align-items: center;
}

.bhavcopy-select-date label {
    font-weight: 500;
    font-size: 16px;
    color: #434343;
    display: block;
    margin-bottom: 9px;
}
.samco-wrong-number-elert {
    color: red;
    font-size: 14px;
}

.bhavcopy-select-date input {
    background-color: #ffffff;
    padding: 9px 16px;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #434343;
}

.bhavcopy-segments h3 {
    font-weight: 500;
    font-size: 16px;
    color: #434343;
    margin-bottom: 9px;
}

.bhavcopy-segments-items {
    display: flex;
    gap: 11px;
    align-items: center;
}

.bhavcopy-segments-tab {
    border: 1px solid #ffffff;
    background-color: #ffffff;
    padding: 10px 18px 10px 14px;
    border-radius: 30px;
    display: flex;
    gap: 6px;
    align-items: center;
    cursor: pointer;
    margin-bottom: 0;
}

.bhavcopy-segments-check-box {
    width: 19px;
    height: 19px;
    border-radius: 50%;
    border: 1px solid #dfdfdf;
    background-color: #ffffff;
    display: block;
}

.bhavcopy-segments-tab p {
    font-weight: 500;
    font-size: 15px;
    color: #434343;
    white-space: nowrap;
}

.bhavcopy-segments-items-text input {
    display: none;
}

.bhavcopy-segments-items-text input:checked ~ label {
    border: 1px solid #7fa8ff;
    background-color: #85acff4f;
}

.bhavcopy-segments-items-text input:checked ~ label span {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="none"><path fill="%236B99FA" d="M10 .25A9.75 9.75 0 1 0 19.75 10 9.76 9.76 0 0 0 10 .25Zm4.28 8.03-5.25 5.25a.748.748 0 0 1-1.06 0l-2.25-2.25a.75.75 0 1 1 1.06-1.06l1.72 1.72 4.72-4.72a.751.751 0 0 1 1.06 1.06Z"/></svg>');
    background-size: 19px 19px;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #6b99fa;
}

.bhavcopy-segments-btn-items {
    display: flex;
    gap: 15px;
    align-items: center;
}

.bhavcopy-segments-btn,
.bhavcopy-segments-dwonload-btn {
    padding: 12px 24px;
    background-color: #1a63fd;
    font-weight: 500;
    font-size: 16px;
    color: #ffffff;
    border-radius: 50px;
    border: none;
}

.bhavcopy-segments-btn:hover,
.bhavcopy-segments-dwonload-btn:hover {
    box-shadow: 2px 4px 15px 4px #538bff99;
    transition: all 0.5s ease;
}

.bhavcopy-segments-dwonload-btn {
    max-width: 127px;
    width: 100%;
}

.bhavcopy-subitems-cover {
    margin-top: 41px;
    display: flex;
    gap: 15px;
    align-items: start;
    justify-content: space-between;
}

.bhavcopy-table-cover {
    max-width: 844px;
    width: 100%;
    overflow-x: auto;
    box-shadow: 14px 22px 52px 0px #0000000d;
}

.bhavcopy-table {
    width: 100%;
    border-spacing: 0;
    border-radius: 14px;
    border-collapse: separate;
    box-shadow: 14px 22px 52px 0px #0000000d;
}

.bhavcopy-table-heading-cover {
    text-align: left;
    white-space: nowrap;
}

.bhavcopy-table-heading {
    font-weight: 600;
    font-size: 15px;
    color: #606060;
    padding: 16px 13px;
    border: 1px solid #0000000f;
    background-color: #f7f9ff;
}

.bhavcopy-table-body-text {
    border: 1px solid #0000000f;
    padding: 16px 13px;
    white-space: nowrap;
    font-weight: 400;
    font-size: 14px;
    color: #606060;
}

.bhavcopy-table-heading:first-child {
    border-top-left-radius: 14px;
}

.bhavcopy-table-heading:last-child {
    border-top-right-radius: 14px;
}

.bhavcopy-table-body:last-child td:first-child {
    border-bottom-left-radius: 14px;
}

.bhavcopy-table-body:last-child td:last-child {
    border-bottom-right-radius: 14px;
}

.bhavcopy-table-body:nth-child(even) {
    background-color: #f7f9ff;
}

.bhavcopy-table-body-link {
    color: #2362fd;
}

.bhavcopy-mobilenumber-cover {
    /* box-shadow: 14px 22px 52px 0px #0000000f; */
    border: 1px solid #e2e2e2;
    background: linear-gradient(180deg, #ffffff 0%, #f0f6ff 100%);
    padding: 23px 22px 30px;
    border-radius: 16px;
    max-width: 381px;
    width: 100%;
}

.bhavcopy-mobilenumber-cover h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    color: #5a5a5a;
}

.bhavcopy-mobilenumber-text {
    font-weight: 500;
    font-size: 16px;
    color: #717171;
    text-align: center;
}

.bhavcopy-mobilenumber-text span {
    font-weight: 700;
    color: #4b4b4b;
}

.bhavcopy-brok-cover {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 19px;
    margin-top: 22px;
    justify-content: center;
}

.bhavcopy-bork {
    display: flex;
    align-items: center;
    gap: 11px;
}

.bhavcopy-bork span {
    font-size: 40px;
    font-weight: 500;
    color: #2362fd;
}

.bhavcopy-bork-text,
.bhavcopy-safe-secure-text {
    font-weight: 400;
    font-size: 15px;
    color: #717171;
    max-width: fit-content;
    margin-bottom: 0;
    white-space: pre-line;
    border-right: 1px solid #e5e5e5;
    padding-right: 0px;
}

.bhavcopy-bork-text{
    width: 100px;
}

.bhavcopy-safe-secure-cover {
    display: flex;
    gap: 8px;
    align-items: center;
}

.bhavcopy-safe-secure-icon {
    width: 37px;
    height: 37px;
    border-radius: 50%;
    background-color: #cbdaff;
    border: 1px solid #d5e6ff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bhavcopy-safe-secure-text {
    padding-right: 0;
    border-right: 0;
    width: 70px;
    padding-left: 10px;
}

.trustcro {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
}

.trustcro svg {
    margin: 0px 10px;
}

.samco-mobile-number {
    border: 1px solid #e9e9e9;
    background-color: #fff;
    width: 100%;
    padding: 15px 17px;
    height:50px;
    border-radius: 20px;
    outline: none;
    font-weight: 500;
    font-size: 16px;
    color: #717171;
    margin-bottom: 14px;
}

.samco-mobile-number-btn {
    box-shadow: 14px 22px 52px 0px #00000026;
    background-color: #2362fd;
    padding: 12px;
    width: 100%;
    border-radius: 50px;
    border: none;
    margin-bottom: 25px;
    font-weight: 500;
    font-size: 18px;
    color: #ffffff;
    margin-top: 10px;
    cursor:pointer;
}
.samco-mobile-number-btn.disabled {
    background-color: #7f97ca;
    pointer-events: none;
    box-shadow: none;
}
.bhavcopy-policy-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #575757;
}

.bhavcopy-policy-text a{
    color: #575757;
}

.bhavcopy-policy-text a:hover{
    color: #575757;
}

.bhavcopy-rating-text {
    margin-top: 19px;
    font-weight: 400;
    font-size: 16px;
    color: #525252;
    text-align: center;
}

.bhavcopy-rating-text span {
    font-weight: 600;
}

@media (max-width: 1299px) {
    .bhavcopy-segments-cover {
        padding: 20px 20px 40px 20px;
    }

    .bhavcopy-select-date input {
        max-width: 150px;
        padding: 7px 10px;
        font-size: 14px;
    }

    .bhavcopy-segments-items {
        gap: 10px;
    }

    .bhavcopy-segments-btn-items {
        gap: 10px;
    }
}

@media (max-width: 1199px) {
    .bhavcopy-select-date {
        gap: 5px;
    }

    .bhavcopy-segments-tab p {
        font-size: 13px;
    }

    .bhavcopy-segments-btn,
    .bhavcopy-segments-dwonload-btn {
        padding: 9px 13px;
        font-size: 14px;
    }

    .bhavcopy-select-date input {
        max-width: 135px;
    }
}

@media (max-width: 1024px) {
    .bhavcopy-segments-cover {
        flex-wrap: wrap;
        gap: 20px;
    }

    .bhavcopy-segments-btn,
    .bhavcopy-segments-dwonload-btn {
        padding: 10px 25px;
        font-size: 14px;
    }

    .bhavcopy-select-date input {
        max-width: 150px;
    }

    .bhavcopy-segments-items {
        gap: 10px;
        flex-wrap: wrap;
        width: 100%;
    }

    .bhavcopy-subitems-cover {
        flex-wrap: wrap;
        justify-content: center;
        gap: 40px;
    }
    .bhavcopy-segments-btn, .bhavcopy-segments-dwonload-btn{text-align: center;}
}

@media (max-width: 575px) {
    .bhavcopy-mobilenumber-cover {
        padding: 18px;
    }

    .bhavcopy-container {
        padding: 20px;
    }

    .bhavcopy-select-date {
        width: 100%;
        gap: 10px;
        flex-wrap: wrap;
    }

    .bhavcopy-from,
    .bhavcopy-to,
    .bhavcopy-segments-btn-items {
        width: 100%;
    }

    .bhavcopy-select-date input {
        max-width: 100%;
        width: 100%;
        padding: 9px 16px;
        height:50px;
        text-align: left;
    }

    .bhavcopy-segments-items-text,
    .bhavcopy-segments-btn,
    .bhavcopy-segments-dwonload-btn {
        max-width: 48%;
        width: 100%;
    }

    .bhavcopy-table-heading {
        font-size: 14px;
        padding: 10px;
    }

    .bhavcopy-table-body-text {
        padding: 12px 10px;
        font-size: 13px;
    }

    .bhavcopy-mobilenumber-cover {
        max-width: 100%;
    }

    .bhavcopy-mobilenumber-cover h3 {
        font-size: 18px;
        margin-bottom:20px;
        line-height: 24px;
    }

    .trustcro{
        font-size: 14px;
    }

    .bhavcopy-brok-cover {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .bhavcopy-bork span {
        font-size: 32px;
    }

    .bhavcopy-bork-text,
    .bhavcopy-safe-secure-text {
        padding-right: 10px;
        font-size: 14px;
        max-width: 96px;
    }

    .samco-mobile-number {
        font-size: 14px;
        padding: 10px 15px;
        margin-bottom: 10px;
    }

    .samco-mobile-number-btn {
        font-size: 16px;
        padding: 10px;
        margin-bottom: 12px;
    }
}

.loading-aof{position:fixed;z-index:999;height:2em;text-align:center;width:2em;overflow:show;margin:auto;top:0;left:0;bottom:0;right:0;-webkit-animation:linear infinite rotate}.loading-aof:before{content:'';display:block;position:fixed;top:0;left:0;width:100%;height:100%;background:radial-gradient(rgba(20,20,20,.8),rgba(0,0,0,.8));background:-webkit-radial-gradient(rgba(20,20,20,.8),rgba(0,0,0,.8))}.loading-aof:not(:required){font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.loading-aof:not(:required):after{content:'';display:block;font-size:10px;width:1em;height:1em;margin-top:-.5em;-webkit-animation:150ms linear infinite spinner;-moz-animation:150ms linear infinite spinner;-ms-animation:spinner 150ms infinite linear;-o-animation:150ms linear infinite spinner;animation:150ms linear infinite spinner;border-radius:.5em;-webkit-box-shadow:rgba(255,255,255,.75) 1.5em 0 0 0,rgba(255,255,255,.75) 1.1em 1.1em 0 0,rgba(255,255,255,.75) 0 1.5em 0 0,rgba(255,255,255,.75) -1.1em 1.1em 0 0,rgba(255,255,255,.75) -1.5em 0 0 0,rgba(255,255,255,.75) -1.1em -1.1em 0 0,rgba(255,255,255,.75) 0 -1.5em 0 0,rgba(255,255,255,.75) 1.1em -1.1em 0 0;box-shadow:rgba(255,255,255,.75) 1.5em 0 0 0,rgba(255,255,255,.75) 1.1em 1.1em 0 0,rgba(255,255,255,.75) 0 1.5em 0 0,rgba(255,255,255,.75) -1.1em 1.1em 0 0,rgba(255,255,255,.75) -1.5em 0 0 0,rgba(255,255,255,.75) -1.1em -1.1em 0 0,rgba(255,255,255,.75) 0 -1.5em 0 0,rgba(255,255,255,.75) 1.1em -1.1em 0 0}@-webkit-keyframes spinner{0%{-webkit-transform:rotate(0);-moz-transform:rotate(0);-ms-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}@-moz-keyframes spinner{0%{-webkit-transform:rotate(0);-moz-transform:rotate(0);-ms-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}@-o-keyframes spinner{0%{-webkit-transform:rotate(0);-moz-transform:rotate(0);-ms-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spinner{0%{-webkit-transform:rotate(0);-moz-transform:rotate(0);-ms-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none!important;margin:0}input[type=number]{-moz-appearance:textfield!important}