body {
    /* font-family: 'Helvetica', sans-serif; */
    font-family: 'Kanit', sans-serif;
    background-color: #F8F8F8;
    font-size: 14px;
    /* font-weight: 300; */
}

.maincontainer {
    max-width: 375px;
    margin: auto;
    top:0px  !important;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    min-height: 0% !important;
    
}

.fw-100 { 
    font-weight: 100;
}
 
.fw-200 {
    font-weight: 200;
}

.fw-300 {
    font-weight: 300;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.fs-14 {
    font-size: 14px;
}

.color-red,
.text-red {
    color: #E72841;
}

.color-blue,
.text-blue {
    color: #2653A1
}

.bg-red {
    background-color: #E72841;
}

.bg-blue {
    background-color: #2653A1;
}

.btn-danger {
    background-color: #E72841;
    box-shadow: 0px 3px 6px #d0d0d0;
    padding: 9px 10px;
}

.btn-success {
    background-color: #26A139;
    box-shadow: 0px 3px 6px #d0d0d0;
}

.navbar-light {
    background-color: #fff;
    box-shadow: 0px 3px 6px #d0d0d0;
}

.navbar-nav .nav-item .nav-link {
    font-size: 20px;
    font-weight: 500;
}

@media ( max-width:767px) {
    .navbar-nav .nav-item .nav-link {
        font-size: 18px;
        font-weight: 600;
    }
}

#myBtn {
    color: #385ead;
    text-decoration: underline;
}

#more {
    display: none;
    transition-duration: 0.8s;
    -webkit-transition-duration: 0.8s;
}

.intro {
    font-size: 14px;
    text-align: center;
    line-height: 1.4;
   	margin: 0px 0px 5px 0px;
}

.box-width-302 {
    padding: 13px 0px 30px 0px;
    max-width: 302px;
    margin: auto;
}

.click-here-box {
    margin-top: 5px;
}


/* ======= tabs css ================================= */

.tab-section {
    padding: 20px 0px 20px 0px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #ffffff;
    border: 1px solid #F4C343;
    box-shadow: 0px 3px 6px #d0d0d0;
    width: 55px;
    height: 55px;
}

.nav-pills .nav-link {
    background: 0 0;
    padding: 0px 8px;
    border: 0;
    border-radius: .25rem;
    border: 1px solid #f8f8f8;
    width: 55px;
    height: 55px;
}

@media ( max-width:767px) {
    .nav-pills .nav-link {
        display: block;
        padding: 0px 8px
    }
}

.tab-content .tab-pane p {
    font-size: 12px;
    padding-bottom: 10px;
    margin-bottom: 12px;
    border-bottom: 1px solid #d3d3d3;
}
.tab-content .tab-pane .row .col-4 .feesmate-tabbox img{
	margin-bottom: 12px;
}
.feesmate-tabbox img{
    padding: 0.25rem;
    background-color: #fff;
    border-radius: 0.25rem;
    box-shadow: 0px 3px 6px #d0d0d0;
   
}

/*.feesmate-tabbox img {
     border-radius: 0.25rem;
}*/

hr {
    margin:1px 0px 10px 0px;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: .20;
}
/* ========= form css ======================= */

.form-box {
    max-width: 302px;
    margin: auto;
}

.form-label {
    font-size: 16px;
    margin-bottom: 5px;
}

.form-control {
    font-size: 16px;
    line-height: 1.4;
}

.form-control ::-webkit-input-placeholder {
    /* Edge */
    color: #D3D3D3;
}

.form-control :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #D3D3D3;
}

.form-control::placeholder {
    color: #D3D3D3;
}

.form-check span {
    color: #2653A1;
}

.provider-img-box {
    max-width: 198px;
    padding: 6px 0px 15px 0px;
    margin: auto;
}

.provider-img-box img {
    box-shadow: 0px 0px 2px #d0d0d0;
    border-radius: 5px;
}

.terms-service-box p {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.2;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 375px;
        margin: 1.75rem auto;
    }
}


/* ========= footer css ======================= */

footer {
    background-color: #efefef;
}

footer .breadcrumb a {
    color: #5a5a5a;
    font-size: 12px;
}

/* @media ( max-width:767px) {
    footer .breadcrumb a {
        font-size: 14px;
    }
} */

footer .breadcrumb a:hover {
    color: #0d6efd;
}


/* ========= language translation css =================================== */


/* --- google link box ---- */

.goog-te-gadget .goog-te-combo {
    margin: -9px -8px;
    width: 44px;
    height: 44px;
    border: 2px solid #f5cc17;
    border-radius: 50%;
}

.goog-te-gadget .goog-te-combo {
    margin: -9px -8px !important;
    font-size: 12px!important;
}

.goog-te-gadget select {
    appearance: none;
}


/* --- custom links box ---- */

.translate-language-button {
    text-align: center;
    padding: 6px 0px;
    border: 2px solid #FFD76E;
    border-radius: 50%;
    width: 36px;
    height: 36px;
}

.translate-language-button a {
    color: black;
    font-size: 12px;
}