.login_form_section{
    padding-top: 20px;
}
.border_bottom{
    border: none;
    background: none;
    border-bottom: 2px solid #DAD9D9 !important;
    border-radius: 0 !important;
    padding-left: 0;
}
.border_bottom:focus{
    border: none;
    background: none;
    border-bottom: 2px solid #DAD9D9 !important;
    border-radius: 0 !important;
    padding-left: 0;
    outline: none;
}
.login_btn{
    background: #53B175;
    border-radius: 19px;
    width: 100%;
    text-align: center;
    border: none;
    padding: 10px 0;
    font-family: myRegularFont;
    font-style: normal;
    font-weight: 900;
    font-size: 18px;
    line-height: 18px;
    color: #FFF9FF;
}
.login_btn:focus{
    outline: none;
}
.font_size_12px{
    font-size: 12px !important;
}
/*horizontal scroll*/
.scrolling-wrapper {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;}
.scrolling-wrapper {
    -webkit-overflow-scrolling: touch;
}

.package_card {
    width: 280px;
    margin-right: 15px;
    display: inline-block;
    position: relative;
    background: #FFFFFF;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 0px;
}
package_card:nth-child(3) {
    margin-right: 0px !important;
}
.package_card a{
    width: 100%;
    padding: -10px;
    text-align: left !important;
}
.package_card a:focus{
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
}
.package_name{
    font-family: myBoldFont;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    color: #000000;
}
.package_day{
    font-family: myRegularFont;
    font-style: normal;
    font-weight: 300;
    font-size: 10px;
    line-height: 20px;
    color: #000000;
}
.package_price{
    font-family: myRegularFont;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    color: #7D0C41;
    margin-bottom: 0 !important;

}
@media only screen and (min-device-width: 220px) and (max-device-width: 780px) {
    .scrolling-wrapper::-webkit-scrollbar {
        display: none !important;
        width: 0px;
        background: transparent;
    }
}

/*horizontal scroll end*/
