.btn {
    background: #3fbfa8;
    box-shadow: none;
    text-transform: capitalize;

}

.btn-large i {
    font-size: 15px;
    margin-right: 5px;
}

.btn-large {
    height: 50px;
    line-height: 50px;
    border-radius: 5px;

}

.btn-small i {
    font-size: 13px
}

.btn-small {
    line-height: 29.4px;
    font-size: 13px;
}

.btn:hover,
.btn-large:hover,
.btn-small:hover {
    background-color: #009688
}

.btn:hover {
    box-shadow: none;
}

.btn-full {
    width: 100%;
}

.btn.btn-outline {
    background: rgba(240, 77, 36, 0.1);
    border: 1px solid #3fbfa8;
    color: #3fbfa8
}

.btn.btn-transparent {
    border-color: transparent;
    color: #3fbfa8;
    background: transparent;
}

/*utilities*/
.mt-1 {
    margin-top: 10px;
}

.mt-2 {
    margin-top: 20px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-4 {
    margin-top: 40px;
}


.mb-2 {
    margin-bottom: 20px;
}

.t-row .s3 {
    width: 20% !important
}

.t-row .s9 {
    width: 80% !important
}

.pt-0 {
    padding-top: 0 !important;
}

.secondary-content {
    color: rgba(0, 0, 0, 0.75);
}

/* header */

.nav-header {
    position: relative;
    height: 100%;
    color: #000;
    background-color: #fff;
    width: 100%;
    height: 56px;
    line-height: 56px;
}

.nav-header .nav-link {
    position: absolute;
    color: #000;
    display: inline-block;
    font-size: 21px;
    padding: 0;
}

.nav-header .nav-link i {
    vertical-align: sub;
    margin-right: 13px;
    margin-left: 25px;
}

.img-shadow {
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    padding: 5px;
    margin-top: 5px;
}

.img-text-h4 {
    font-size: 16px;
    color: #424242;
}

.img-text-p {
    font-size: 13px;
    margin-top: -4px;

    color: rgba(0, 0, 0, 0.35);
}

/*content ----------------------------------------*/
.span-fix {
    position: absolute;
    top: 11px;
    font-size: 15px;
    color: #3fbfa8;
    font-weight: 500;
}

input[type=email]:not(.browser-default),
input[type=text]:not(.browser-default),
input[type=number]:not(.browser-default) {
    padding-left: 25px;
    font-weight: 500;
}

input[type=text]:not(.browser-default).validate + label {
    color: #3fbfa8;
    font-weight: 500;
}

.enter-amount {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 30px;
}

ul.select-amount li {
    display: inline-block;
    width: 32.33%;
}

ul.select-amount li {
    display: inline-block;
    width: 32.33%;

}

.select-amount [type="radio"]:not(:checked) + span,
.select-amount [type="radio"]:checked + span {
    border: 1px solid;
    padding: 13px 20px;
    height: 50px;
    border-radius: 10px;
    width: 90%;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
}

.select-amount [type="radio"]:checked + span {
    border-color: #3fbfa8;
    color: #3fbfa8;
}

.select-amount [type="radio"] + span:before,
.select-amount [type="radio"] + span:after {
    opacity: 0;
}

.btn .material-icons {
    font-size: 12px;
    float: right;
    zoom: 2;
}

.c-head {
    font-size: 15px;
    margin: 5px 0 5px;
    font-weight: 500;
    color: #000;
}

.c-text {
    font-size: 14px;
    margin: 0;
    color: #868686;
}

.fl-left {
    float: left;
}

.fl-right {
    float: right;
}

ul.select-package {
    background: #fafafa;
}

ul.select-package > li {
    border-top: 1px solid #ddd;
    padding: 14px;
}


ul.select-package > li:last-child {
    border-bottom: 1px solid #ddd;
}

.select-package .row {
    margin-bottom: 0
}

.select-package .row .col.s1 {
    margin-top: 10px
}

.bold-text {
    font-size: 15px;
    margin: 5px 0 5px;
    font-weight: 500;
    text-decoration: underline;
}

.normal-text {
    font-size: 14px;
    margin: 0;
    color: #868686;
}

.total-title {
    font-size: 18px;
    margin: 5px 0 5px;
    font-weight: 500;
    text-decoration: underline;
}

.total-text {
    font-size: 18px;
    margin: 5px 0 5px;
    font-weight: 500;
    color: #009688;
}


/*content ----------------------------------------*/


/*modal*/
.modal {
    max-height: 80%;
}

.modal-icon {
    position: fixed;
    bottom: 0;
    height: 74%;
    left: 0;
    right: 0;
    margin: auto;
    display: block;

    text-align: center;
}

.modal-icon img {
    width: 56px;
    background: #fff;
    height: 56px;
    margin: 0;
    border-radius: 5px;
}

.modal-overlay {
    background: #fff;
}

.modal.bottom-sheet {
    box-shadow: 0px -10px 25px rgba(0, 0, 0, 0.35);
    border-radius: 25px 25px 0px 0px;
    min-height: 60%;
    background: #fff;
    overflow-x: hidden;
}

.modal-collection.collection {
    border: 0;
    padding-top: 10px;

}

.modal-collection .collection-item {
    font-size: 18px;
    text-align: center;
    color: rgba(0, 0, 0, 0.75);
}



.modal-footer-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 20px;
    width: calc(100% - 40px) !important;
}


.fixed-modal-footer {
    margin-bottom: 30px
}

.footer {
    min-height: 80px;
}

.btn {
    z-index: 0;
}

.img-text-sec img {
    height: 171px;
    margin: auto
}

.img-text-sec p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;

    color: rgba(0, 0, 0, 0.35);
}

.collection.c-list {
    border: 0
}

.collection.c-list .collection-item {
    border: 0;
    padding-left: 57px;
}

.collection.c-list .collection-item.avatar .title {
    font-size: 16px;
    line-height: 20px;

    color: #21BF73;
}

.collection.c-list .collection-item.avatar .subtitle {
    font-size: 13px;


    color: rgba(0, 0, 0, 0.35);

    fmix-blend-mode: normal;
    opacity: 0.8;
}

.c-list .img-shadow {
    margin-top: 0;
    left: 0 !important;
}

.c-list .material-icons {
    opacity: .8;
}

.collection.c-list .collection-item.avatar .secondary-content {
    right: 0;
}

.collection.c-list .collection-item a {
    display: block;
}

.more-opt a {
    font-size: 16px;
    display: block;
    line-height: 16px;


    color: rgba(0, 0, 0, 0.75);

    opacity: 0.99;
}

.more-opt a .material-icons {
    vertical-align: sub;
    font-size: 20px;
    margin-right: 10px;
}

.more-opt-head {
    font-size: 16px;
    line-height: 24px;
    margin: 0;


    color: rgba(0, 0, 0, 0.75);

    opacity: 0.99;
}

.more-opt {
    padding: 5px
}


.select-wrapper input.select-dropdown,
input:not([type]),
input[type=text]:not(.browser-default),
input[type=password]:not(.browser-default),
input[type=email]:not(.browser-default),
input[type=url]:not(.browser-default),
input[type=time]:not(.browser-default),
input[type=date]:not(.browser-default),
input[type=datetime]:not(.browser-default),
input[type=datetime-local]:not(.browser-default),
input[type=tel]:not(.browser-default),
input[type=number]:not(.browser-default),
input[type=search]:not(.browser-default),
textarea.materialize-textarea {
    border-color: #9797976b;
}

.modal {
    background: #fff
}


.collection .collection-item.avatar {
    min-height: 65px;
}

.collection.with-header .collection-item {
    padding-left: 20px;
}

.modal .modal-content {
    padding: 20px
}

.collection.c-list,
.modal-collection.collection {
    margin: 0;
}

.text-primary {
    color: #3fbfa8
}

.text-green {
    color: #21BF73
}

.text-blue {
    color: #14CFE8;
}

.text-red {
    color: #f44336
}

.list-title {
    font-size: 14px;

    color: rgba(0, 0, 0, 0.75);
}

.list-ul li {
    font-size: 14px;
    line-height: 30px;
    color: rgba(0, 0, 0, 0.35);
}

.list-ul li + li {
    border-bottom: 0.5px solid rgba(0, 0, 0, 0.1);
}

.no-border {
    border-bottom: none !important;
}

.total-list {
    font-weight: bold;
    margin-top: 70px;
}

.icon-round {
    width: 40px;
    height: 40px;
    line-height: 36px;
    display: block;
    font-size: 15px;
    background: rgba(240, 77, 36, 0.1);
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px;
    text-align: center;
    color: #000;
}

.icn-text-right .subtitle {
    color: rgba(0, 0, 0, 0.35);
    font-size: 13px
}

.icn-text-right .secondary-content a {
    display: inline-block;
    padding: 5px 10px;
    font-weight: bold;
    width: 35px;
    height: 35px;
    line-height: 30px;
    border-radius: 50%;
}

.icn-text-right .secondary-content a:hover {
    background: rgba(240, 77, 36, 0.1);
}

.title-line {
    width: 100%;
    text-align: center;
    color: rgba(0, 0, 0, 0.35);
    border-bottom: 1px solid #e0e0e0;
    line-height: 0.1em;
    margin: 55px 0 35px;
}

.title-line span {
    background: #fff;
    padding: 0 10px;
}

.head {
    font-size: 17px;
    margin-top: 0;
    margin-bottom: 0;
}

.text {
    font-size: 13px;
    margin-top: 0;
    margin-bottom: 0;
    color: rgba(0, 0, 0, 0.35);
}
