.rts-btn:hover{
    background: #2d3c58 !important;
    color: var(--color-white) !important;
}

.new_list_btn{
    margin-top:30px !important;
}

.see_more_btn{
    display:inline-flex !important;
    justify-content:flex-start !important;
    align-items:center !important;
    line-height: 1.2;
    font-weight: 600;
    font-family: var(--font-secondary);
    padding:0px !important;
}

.see_more_btn:hover{
    text-decoration:underline !important;
}


.new_list {
    display: none !important;
    opacity: 0 !important;
    transform: translateY(10px) !important;
    transition: opacity 0.5s ease, transform 0.5s ease !important;
}

.new_list.show {
    display: block !important;
    opacity: 1 !important;
    transform: translateY(0) !important;
}

.new_list li{
    margin-top:30px !important;
}

.rts-pricing-plan .single-plan{
    padding:35px !important;
    height:100% !important;
}

.single-plan__content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.sub__title{
    background-color:#2e78fe !important;
    color:white !important;
}

.main_header_logo{
    width:150px !important;
}















