/* RTE STYLING START */

.blankrtewithstyles section{
    padding-block: 50px;
}

.blankrtewithstyles .custom-blue-bold{
    color: #233253;
    font-weight: bold;
}

.blankrtewithstyles .custom-grey-bold{
    color: #666;
    font-weight: bold;
}

.blankrtewithstyles .custom-flex{
    display: flex;
    align-items: center;
    gap: 30px;
}

/* RTE STYLING END */

.blankrtewithstyles .lightgrey{
    background: #f9f9f9;
}

.blankrtewithstyles .skyblue{
    background: #f2fbff ;
}

.blankrtewithstyles .custom-input{
    border: 1px solid #005e9e;
    font-size: 20px;
    background-color: white;
    box-sizing: border-box;
    padding: 8px 15px;
    border-radius: 5px;
    font-weight: 700;
    color: #005e9e;
}

.blankrtewithstyles .custom-input {
    margin-bottom: unset;
}


.blankrtewithstyles .sec-title {
    font-size: 32px;
    font-weight: 700;
    color: #233253;
    margin-bottom: 26px;
    text-align: center;
}

.blankrtewithstyles .subheading{
    margin-bottom: 10px;
}

.blankrtewithstyles p{
    font-size: 16px;
    line-height: 22px;
    color: #666;
    font-weight: 400;
    margin-bottom: 10px;
}


@media screen and (max-width:768px){

    .blankrtewithstyles .sec-title{font-size: 24px; padding-inline: unset;}

    .blankrtewithstyles .subheading{margin-bottom: 30px;}

    .blankrtewithstyles p{
        font-size: 14px;
    }

    .blankrtewithstyles .custom-input{
        font-size: 16px;
        padding: 5px 11px;
    }

    .blankrtewithstyles .custom-flex{
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }


    .blankrtewithstyles section{
        padding-block: 25px;
    }
}
.blankrtewithstyles .marginBtm {
    margin-bottom: 30px;
}