.header-img {
    margin-top: 30px;
    margin-bottom: 20px;
}

.header-text {
    margin-top: 20px;
    font-family: 'Inter';
    font-size: 16px;
    line-height: 20px;
    text-align: center;
}
.header-text span{
    font-family: 'Inter';
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    color: #1658F7;
}
.custom-sms-contain p{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: #2C2C2C;
}
.custom-sms-contain p a{
    color: rgba(20, 170, 218, 1) !important;
    text-decoration: underline !important;
}

.promotional-message {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    text-transform: capitalize;
    color: #000000;
}
.payment-plans{
    padding: 0px 20px;
}

.sms-plan-container {
    color:#000000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
    /* width: 442px; */
    height: 46px;
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    margin-bottom: 20px;
    cursor: pointer;
}

.sms-plan-amount-container {
    font-size: 16px;
    line-height: 20px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
}

.popular-plan {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 128px;
    height: 28px;
    background: linear-gradient(180deg, #FFB735 0%, #FEAB15 100%);
    border-radius: 8px 8px 0px 0px;
    margin-left: 35px;
}
.popular-plan span{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 12px;
    text-align: center;
    text-transform: capitalize;
    color: #000000;
}

.close-btn{
    background-color:#1658F7;
    color: #ffffff;
    width: 100px;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.15);
    border-radius: 46px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    text-transform: capitalize;
    padding: 10px 0px;
    color: #FFFFFF;
    margin-top: 10px;
    margin-bottom: 10px;
}
.close-btn:hover{
    color: #ffffff;
}
.cus-close-btn{
    background-color:#1658F7 !important;
    color: #ffffff !important;
    width: 100px !important;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.15) !important;
    border-radius: 46px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    text-transform: capitalize;
    padding: 10px 0px !important;
    color: #FFFFFF;
    margin-top: 10px;
    margin-bottom: 10px;
}
/* .carousel-control-next,
.carousel-control-prev , .carousel-indicators {
    filter: invert(100%);
} */

.sms-carousal.active{
    display: flex !important;
    justify-content: center;
}
.carousel-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.carousel-text {
    text-align: center;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    color: #1658F7;
    margin-bottom: 20px;
}

.custom-sms-paymant{
    padding: 20px 30px;
}

.custom-sms-paymant-detils h6{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    text-transform: capitalize;
    color: #000000; 
    margin-bottom: 10px;
}

.custom-sms-paymant-detils p{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 20px;
    text-align: left;
    text-transform: capitalize;
    color: #22B831;
}
.custom-sms-paymant-btn-edit button{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    text-transform: capitalize;
    color: #000000;
    background: #FFFFFF;
    border: 1px solid #D5D5D5;
    border-radius: 8px;
    padding: 12px 18px;
}

.custom-sms-paymant-contain{
    padding: 20px 30px 0px;
}
.custom-sms-paymant-contain label{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height:20px;
    color: #000000;
    margin-bottom: 5px;
}
.custom-sms-paymant-contain input{
    background: #FFFFFF !important;
    box-shadow: 0px 0px 0px 1px #D8D8D8 !important;
    border-radius: 10px;
    height: 50px !important;
    margin-bottom: 30px;
}
.custom-sms-paymant-contain input:focus{
    border-color: transparent;
}
.custom-security-code{
    position: relative;
}
.custom-security-code img{
    position: absolute;
    top: 38px;
    right: 20px;
}

/* .carousel-control-prev-icon{
    height: 28px;
    width: 28px;
    background-color: #ffffff;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.25);
} */
.coustom-carousel-control-prev-icon img, .coustom-carousel-control-next img{
    width: 100px !important;
    height: 100% !important;
}

/* .carousel-control-prev-icon{
    background-color: #fff !important;
    box-shadow: rgba(0, 0, 0, 0.25) !important;
} */
#calendar-record-save-modal{
    padding-right: 0px !important;
}
input[type="radio"]{
    width: 30px;
    height: 25px;
    border-radius: 50%;
}

input[type="radio"]:checked:before {
    content: "";
    display: block;
    position: relative;
    top: 0.6px;
    left: 9px;
    width: 0px;
    height: 0px;
    border: 2px solid #ffffff ;
    border-radius: 50%;
    padding: 4.3px;
}
@media (max-width:767px){
    .payment-plans{
        padding: 0px 0px;
    }
}