/* Custom CSS (start)*/
.main-content {
  margin-left: 260px;
  flex:1;
}

.green-sifu {
    color:#2ecc71;
}
/* login.php (start) */
.login-box{
    display: flex;
    justify-content: center;
    align-items: center;    
    min-height: 100vh;
    padding: 10px 20px;
}

.form-container {
    background: white;
    border-radius: 12px;
    padding: 20px 30px;
    max-width: 400px;
    min-height:500px;
    width: 100%;
}

.logo-container {
    text-align: center;
    margin-bottom: 10px;
}

.logo {
    margin: 0 auto 0px auto;
}

.brand-name {
    color: #2ecc71;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.tagline {
    color: #666;
    font-size: 14px;
    margin-bottom: 30px;
}

.progress {
    height: 3px;
    margin-bottom: 30px;
}

.progress-bar {
    background-color: #2ecc71;
}

.form-border {
    border-radius: 0px 8px 8px 0px;
}

.phone-input-group {
    display: flex;
    position:relative;
    
}

.phone-input {
    flex: 1;
}

.btn-continue {
    background-color: #2ecc71;
    border: none;
    border-radius: 8px;
    color: white;
    font-weight: 600;
    padding: 10px;
    width: 100%;
    margin-top: 20px;
    font-size: 15px;
    transition: background-color 0.3s;
}

.btn-continue:hover {
    background-color: #27ae60;
}

.terms-text {
    text-align: center;
    font-size: 12px;
    color: #999;
    margin-top: 15px;
    line-height: 1.5;
}

.terms-text a {
    text-decoration: none;
}

.terms-text a:hover {
    text-decoration: underline;
}

.divider {
    display: flex;
    align-items: center;
}

.divider-contents{
    color: #999;
    font-size: 14px;
}

.divider-line {
    flex-grow: 1;
    height: 1px;
    background: #ddd;
}

.btn-guest {
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 8px;
    color: #666;
    font-weight: 600;
    padding: 10px;
    width: 100%;
    font-size: 15px;
    transition: all 0.3s;
}

.btn-guest:hover {
    border-color: #2ecc71;
    color: #2ecc71;
    background-color: #f8f9fa;
}
/* login.php (end) */
/* login-password.php (start) */
.btn-back {
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 8px;
    color: #666;
    font-weight: 600;
    padding: 10px;
    width: 50%;
    font-size: 15px;
    transition: all 0.3s;
}

.btn-login {
    background-color: #2ecc71;
    border: none;
    border-radius: 8px;
    color: white;
    font-weight: 600;
    padding: 10px;
    width: 50%;
    font-size: 15px;
    transition: background-color 0.3s;
}

.btn-forgotpassword {
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 8px;
    color: #666;
    font-weight: 600;
    padding: 10px;
    width: 100%;
    font-size: 15px;
    transition: all 0.3s;
}

.btn-login:hover {
    background-color: #27ae60;
}

#togglePassword {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    cursor: pointer;
}

.btn-back:hover,
.btn-forgotpassword:hover {
    border-color: #2ecc71;
    color: #2ecc71;
    background-color: #f8f9fa;
}

.btn-container{
    margin-top:40px;
    display: flex;
    justify-content: center; 
    gap: 10px; 
}

.lock-icon{
    margin-right:10px;
}

.leftarrow-icon{
    margin-right:5px;
}

.rightarrow-icon{
    margin-left:5px;
}
/* login-password.php (end) */

/* password-reset.php (start) */
.form-container2 {
    /* flex:1 1 auto; (for all screen widths)*/ 
    background: white;
    border-radius: 12px;
    padding: 20px 30px;
    max-width: 400px;
    max-height:400px;
    width: 100%;
}

.btn-reset {
    background-color: #2ecc71;
    border: none;
    border-radius: 8px;
    color: white;
    font-weight: 600;
    padding: 10px;
    width: 100%;
    margin-top: 20px;
    font-size: 15px;
    transition: background-color 0.3s;
}

.btn-reset:hover {
    background-color: #27ae60;
}

/* password-reset.php (end) */

/* register.php (start) */
.btn-register {
    background-color: #2ecc71;
    border: none;
    border-radius: 8px;
    color: white;
    font-weight: 600;
    padding: 10px;
    width: 50%;
    font-size: 15px;
    transition: background-color 0.3s;
}


.btn-register:hover {
    background-color: #27ae60;
}

#toggleConfirmPassword {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    cursor: pointer;
}
/* register.php (end) */

/* dashboard.php (start) */
/* Boxes */
.stat-box {
  background: #fff;
  border-radius: 16px;
  padding: 10%;
  min-height:180px;
}

.stat-icon {
  font-size:2rem;
  width: 60px;
  height: 60px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.bg-success-light { background: #e9f8f1; color: #19a974; }
.bg-info-light { background: #e7f1ff; color: #3b82f6; }
.bg-purple-light { background: #f1e9ff; color: #8b5cf6; }
.bg-warning-light { background: #fff6e5; color: #f59e0b; }

.stat-title {
  font-size: 14px;
  color: #777;
  margin-bottom: 4px;
}

.stat-chart-box {
  background: #fff;
  border-radius: 16px;
  padding: 25px;
  min-height:300px;
}

.stat-status-box {
  background: #fff;
  border-radius: 16px;
  padding: 25px;
  min-height:300px;
}

.stat-status2-box {
  background: #fff;
  border-radius: 16px;
  padding: 25px;
  min-height:200px;
}

/* Chart Placeholder */
.chart-placeholder {
    position: relative;
    height: 220px;
}

.y-axis {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 12px;
  color: #999;
}

.x-axis {
  position: absolute;
  bottom: 0;
  left: 40px;
  right: 0;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #999;
}

/* Booking Status */
.status-list {
  list-style: none;
  padding: 0;
}

.status-list li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 12px;
  font-size: 14px;
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
}

.btn-viewall{
  text-decoration:none;
  
}
/* dashboard.php (end) */

/* booking.php & driver.php (start) */
.stat-number-box {
  background: #fff;
  border-radius: 16px;
  padding: 10%;
  min-height:100px;
}
/* booking.php & driver.php  (end) */
/* home.php (start) */
.map-wrapper {
    position: relative;
    width: 100%;
    height: 70vh;
}

.map-wrapper iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

/* Style the iframe to cover the entire viewport (screen) */
.full-page-iframe {
    width: 100vw; /* 100% of the viewport width */
    height: 70vh; /* 100% of the viewport height */
    border: none; /* Remove default iframe border */
  }

/* LOCATION INPUT */
.location-row {
    display: flex;
    align-items: center;
}

.location-row input {
    font-size: 15px;
    box-shadow: none !important;
}

/* ICONS */
.icon {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.pickup-icon {
    background: #e9f8f1;
}

.dropoff-icon {
    background: #F5C2C7;
}

.btn-book {
    background-color: #2ecc71;
    border: none;
    border-radius: 8px;
    color: white;
    font-weight: 600;
    padding: 14px;
    min-width: 100px;
    max-width:auto;
    margin-top: 20px;
    font-size: 15px;
    transition: background-color 0.3s;
}

.btn-book:hover {
    background-color: #27ae60;
}

/* home.php (end) */

/* package.php (start) */
.booking-box{
    background: #fff;
    border-radius: 16px;
    padding: 3%;
    min-height:100px;
    max-height:auto;

}

.icon-btn{
    color:#2ecc71;
}

.icon-btn:hover {
    color: #27ae60;
}

.service-box{
    background: #fff;
    border-radius: 16px;
    border-style: solid;
    border-color: #000000;
    padding: 1%;
    height:auto;
    width:auto;
    cursor: pointer;  
    transition: all 0.3s ease;
}

.service-radio:checked + .service-box {
    background: #e9f8f1;
    color: #27ae60;
    border: 2px solid #27ae60;
}



.notes-box{
    background: #fff;
    border-radius: 16px;
    border-style: solid;
    border-color: #2ecc71;
    padding: 1%;
    height:auto;
    width:100%;
    color:#2ecc71;
}

.btn-payment {
    background-color: #2ecc71;
    border: none;
    border-radius: 8px;
    color: white;
    font-weight: 600;
    padding: 14px;
    min-width: 100px;
    max-width:auto;
    margin-top: 20px;
    font-size: 15px;
    transition: background-color 0.3s;
}

.btn-payment:hover {
    background-color: #27ae60;
}



/* package.php (end) */

/* payment.php (start) */
.payment-box{
    background: #fff;
    border-radius: 16px;
    border-style: solid;
    border-color: #000000;
    padding: 1%;
    min-height:auto;
    max-height:300px;
    min-width:auto;
    max-width:300px;
    cursor: pointer;  
    transition: all 0.5s ease;
}

.payment-radio:checked + .payment-box {
    background: #e9f8f1;
    color: #27ae60;
    border: 2px solid #27ae60;
}

.btn-confirm {
    background-color: #2ecc71;
    border: none;
    border-radius: 8px;
    color: white;
    font-weight: 600;
    padding: 14px;
    min-width: 700px;
    max-width:auto;
    margin-top: 20px;
    font-size: 15px;
    transition: background-color 0.3s;
}

.btn-confirm:hover {
    background-color: #27ae60;
}
/* payment.php (end) */

/* passenger.php (start) */

.passenger-box{
    background: #fff;
    border-radius: 16px;
    border-style: solid;
    border-color: #000000;
    padding: 1%;
    min-height:auto;
    max-height:300px;
    min-width:auto;
    max-width:250px;
    cursor: pointer;  
    transition: all 0.5s ease;
}

.passenger-radio:checked + .passenger-box {
    background: #e9f8f1;
    color: #27ae60;
    border: 2px solid #27ae60;
}

.input-textgroup {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.btn-clear{
    border: none; 
    background: transparent; 
    font-size: 20px;
}

.btn-booknow {
    background-color: #2ecc71;
    border: none;
    border-radius: 8px;
    color: white;
    font-weight: 600;
    padding: 14px;
    min-width: 100px;
    max-width:auto;
    margin-top: 20px;
    font-size: 15px;
    transition: background-color 0.3s;
}

.btn-booknow:hover {
    background-color: #27ae60;
}

/* passenger.php (end) */
/* summary.php (start) */
.star-rating {
    font-size: 0;
    white-space: nowrap;
    display: inline-block;
    width: 150px;
    height: 30px;
    overflow: hidden;
    position: relative;
    background: url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cG9seWdvbiBmaWxsPSIjREREREREIiBwb2ludHM9IjEwLDAgMTMuMDksNi41ODMgMjAsNy42MzkgMTUsMTIuNzY0IDE2LjE4LDIwIDEwLDE2LjU4MyAzLjgyLDIwIDUsMTIuNzY0IDAsNy42MzkgNi45MSw2LjU4MyAiLz48L3N2Zz4=');
    background-size: contain;
}

.star-rating i {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 20%;
    z-index: 1;
    background: url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cG9seWdvbiBmaWxsPSIjRkZERjg4IiBwb2ludHM9IjEwLDAgMTMuMDksNi41ODMgMjAsNy42MzkgMTUsMTIuNzY0IDE2LjE4LDIwIDEwLDE2LjU4MyAzLjgyLDIwIDUsMTIuNzY0IDAsNy42MzkgNi45MSw2LjU4MyAiLz48L3N2Zz4=');
    background-size: contain;
}

.star-rating input {
    opacity: 0;
    display: inline-block;
    width: 20%;
    height: 100%;
    margin: 0;
    padding: 0;
    z-index: 2;
    position: relative;
}

.star-rating input:hover+i,
.star-rating input:checked+i {
    opacity: 1;
}

.star-rating i~i {
    width: 40%;
}

.star-rating i~i~i {
    width: 60%;
}

.star-rating i~i~i~i {
    width: 80%;
}

.star-rating i~i~i~i~i {
    width: 100%;
}

.btn-rate {
    background-color: #2ecc71;
    border: none;
    border-radius: 8px;
    color: white;
    font-weight: 600;
    padding: 14px;
    min-width: 100px;
    max-width:auto;
    margin-top: 20px;
    font-size: 15px;
    transition: background-color 0.3s;
}

.btn-rate:hover {
    background-color: #27ae60;
}

.btn-pay {
    background-color: #2ecc71;
    border: none;
    border-radius: 8px;
    color: white;
    font-weight: 600;
    padding: 14px;
    min-width: 100px;
    max-width:auto;
    margin-top: 20px;
    font-size: 15px;
    transition: background-color 0.3s;
}

.btn-pay:hover {
    background-color: #27ae60;
}

/* summary.php (end) */

/* contactinfo.php (start) */
.btn-contact {
    background-color: #2ecc71;
    border: none;
    border-radius: 8px;
    color: white;
    font-weight: 600;
    padding: 14px;
    min-width: 100px;
    max-width:auto;
    margin-top: 20px;
    font-size: 15px;
    transition: background-color 0.3s;
}

.btn-contact:hover {
    background-color: #27ae60;
}
/* contactinfo.php (end) */

/* booking-history.php (start) */
.badge-cancelled {
    background-color: #fde8e8;
    color: #dc3545;
    font-weight: 500;
    padding: 5px 10px;
    border-radius: 8px;
}
.badge-finding {
    background-color: #e7f0ff;
    color: #0d6efd;
    font-weight: 500;
    padding: 5px 10px;
    border-radius: 8px;
}
.badge-pending {
    background-color: #f1f3f5;
    color: #6c757d;
    font-weight: 500;
    padding: 5px 10px;
    border-radius: 8px;
}
.badge-done {
    background-color: #e6f7f0; 
    color: #198754;
    font-weight: 500;
    padding: 5px 10px;
    border-radius: 8px;
}
/* booking-history.php (end) */

/* history-detail.php (start) */
.status-box-cancelled{
    background-color: #fde8e8;
    color: #dc3545;
    border-radius:16px 16px 0 0;
    padding: 3%;
    min-height:50px;
    max-height:auto;

}

.status-box-finding{
    background-color: #e7f0ff;
    color: #0d6efd;
    border-radius:16px 16px 0 0;
    padding: 3%;
    min-height:50px;
    max-height:auto;

}

.status-box-pending{
    background-color: #f1f3f5;
    color: #6c757d;
    border-radius:16px 16px 0 0;
    padding: 3%;
    min-height:50px;
    max-height:auto;

}

.status-box-done{
    background-color: #e6f7f0; 
    color: #198754;
    border-radius:16px 16px 0 0;
    padding: 3%;
    min-height:50px;
    max-height:auto;

}

.status-booking-box{
    flex:1 1 auto;
    background: #fff;
    border-radius: 0px 0px 16px 16px;
    padding: 20px 30px;
    min-height:100px;
    max-height:auto;

}

.btn-cancel {
    background-color: #eb0b0b;
    border: none;
    border-radius: 8px;
    color: white;
    font-weight: 600;
    padding: 14px;
    min-width: 100px;
    max-width:auto;
    margin-top: 20px;
    font-size: 15px;
    transition: background-color 0.3s;
}

.btn-cancel:hover {
    background-color: #8a0707;
}

/* history-detail.php (end) */

/* driver-fav.php (start) */
.favorite-btn {
    border-radius: 50%; /* Makes it circular like some UI elements */
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease-in-out;
}

.favorite-btn:hover {
    transform: scale(1.1);
}
/* driver-fav.php (end) */

/* driver-rate.php (start) */
.card-box {
    background: #fff;
    border-radius: 16px;
    padding: 5%;
    min-height: 250px;
    height:270px;
    min-width: 150px;
    display: flex;
    flex-direction: column;
}

.pic-box {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.pic-body {
    background: #fff;
    padding: 1%;
    height: 150px;
    width: 150px;
    object-fit: cover;
    border-radius: 8px;
    flex-shrink: 0;
}

.text-body {
    text-align: center;
    margin-top: 10px;
    word-wrap: break-word;
    font-size: 12px;
}
/* driver-rate.php (end) */

/* profile.php (start) */
.profile-box{
    display: flex;
    justify-content: center;
    align-items: center;    
    padding: 10px 20px;
}

.profile-container {
    flex:1 1 auto;
    background: white;
    border-radius: 12px;
    padding: 20px 30px;
    min-height:700px;
    width: 100%;
}

.btn-standard {
    background-color: #2ecc71;
    border: none;
    border-radius: 8px;
    color: white;
    font-weight: 600;
    padding: 14px;
    min-width: 100px;
    max-width:auto;
    margin-top: 20px;
    font-size: 15px;
    transition: background-color 0.3s;
}


.btn-standard:hover {
    background-color: #27ae60;
}
/* profile.php (end) */

/* password-change.php (start) */
.password-container {
    flex:1 1 auto;
    background: white;
    border-radius: 12px;
    padding: 20px 30px;
    min-height:300px;
    width: 100%;
}
/* password-change.php (end) */
/* account.php (start) */
.account-box{
    display: flex;
    justify-content: center;
    align-items: center;    
    padding: 10px 20px;
}

.account-container {
    flex:1 1 auto;
    background: white;
    border-radius: 12px;
    padding: 20px 30px;
    min-height:auto;
    width: 100%;
}

/* account.php (end) */
/* card-id.php (start) */

.idcard-box{
    display: flex;
    justify-content: center;
    align-items: center;    
    padding: 10px 20px;
}

.idcard-container {
    flex:1 1 auto;
    background: white;
    border-radius: 12px;
    padding: 20px 30px;
    min-height:auto;
    width: 100%;
}

/* card-id.php (end) */

/* standard for all responsive  (start) */
.standard-box{
    display: flex;
    justify-content: center;
    align-items: center;    
    padding: 10px 20px;
}

.standard-container {
    flex:1 1 auto;
    background: white;
    border-radius: 12px;
    padding: 20px 30px;
    min-height:auto;
    width: 100%;
}

.blank-standard-container {
    flex:1 1 auto;
    border-radius: 12px;
    padding: 0px 30px;
    min-height:auto;
    width: 100%;
}

.btn-icon {
    background-color: #2ecc71;
    border-radius: 10px;
    color: white;
    font-weight: 600;
    padding: 14px;
    width: 90px;
    max-width: auto;
    height:90px;
    max-height: auto;
    transition: background-color 0.3s;
    
}


.btn-icon:hover {
    background-color: #27ae60;
}

.btn-amount {
    background-color: #d3e1d9;
    border: none;
    border-radius: 8px;
    color: white;
    font-weight: 600;
}

.btn-amount:hover {
    background-color: #27ae60;
}

.amount-radio:checked + .btn-amount {
    background-color: #2ecc71;
}

.btn-queue {
    background-color: #2ecc71;
    border-color:#2ecc71;
    color: white;
}

.btn-queue:hover {
    background-color: #27ae60;
    border-color: #27ae60;
    color: #fff;
}

.btn-stand {
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 8px;
    color: #666;
    font-weight: 600;
    padding: 10px;
    width: 50%;
    font-size: 15px;
    transition: all 0.3s;
}

.btn-stand:hover {
    border-color: #2ecc71;
    color: #2ecc71;
    background-color: #f8f9fa;
}

.btn-stand:focus{
    border-color: #2ecc71;
    color: #2ecc71;
    background-color: #f8f9fa;
}

/* STAND RADIO BUTTON (START) */
/* 1. Hide the radio button visually but keep it functional */
.custom-radio-input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

/* 2. Your base container style */
.stand-container {
    cursor: pointer;
    background: white;
    border-radius: 12px;
    padding: 20px 30px;
    border: 2px solid transparent; /* Keeps things from jumping */
    transition: all 0.2s ease;
}

/* 3. The Magic: When input is checked, style the container */
.custom-radio-input:checked + .stand-container {
    background-color: #e9f7ef !important; /* Force the color */
    border-color: #2ecc71 !important;
}

/* STAND RADIO BUTTON (END) */

.badge-number {
    background-color: #2ecc71; 
    color: white;
}

/* standard for all responsive (end) */

/* Custom CSS (end)*/
.no-padding
{
    padding: 0 !important;
}

.padding-side
{
    padding-right: 3% !important;
    padding-left: 3% !important;
}

.padding-top-3
{
    padding-top: 3%;
}

.padding-bottom-3
{
    padding-bottom: 3%;
}

.padding-top-5
{
    padding-top: 5%;
}

.padding-bottom-5
{
    padding-bottom: 5%;
}

.padding-top-10
{
    padding-top: 10%;
}

.padding-bottom-10
{
    padding-bottom: 10%;
}

.no-margin
{
    margin: 0 !important;
}

.margin-auto
{
    margin: auto;
}

.margin-bottom-3
{
    margin-bottom: 3% !important; 
}

.margin-bottom-5
{
    margin-bottom: 5% !important; 
}
.margin-bottom-10
{
    margin-bottom: 10%; 
}
.margin-bottom-20
{
    margin-bottom: 20%; 
}
.margin-bottom-50
{
    margin-bottom: 50%; 
}

.margin-top-3
{
    margin-top: 3%; 
}

.margin-top-4
{
    margin-top: 4%; 
}

.margin-top-5
{
    margin-top: 5%; 
}
.margin-top-10
{
    margin-top: 10%; 
}
.margin-top-20
{
    margin-top: 20%; 
}
.margin-top-50
{
    margin-top: 50%; 
}

/* Alignment */
.align-justify
{
    text-align: justify !important;
}

.align-center
{
    text-align: center !important;
}

.align-left
{
    text-align: left;
}

.align-right
{
    text-align: right;
}

.line-height-2
{
    line-height: 2;
}
/* Alignment */

/* Font CSS */
.font-12
{
    font-size:12px;
}

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

.font-16
{
    font-size:16px;
}

.font-18
{
    font-size:18px;
}

.font-20
{
    font-size:20px;
}

.font-22
{
    font-size:22px;
}

.font-24
{
    font-size:24px;
}

.font-26
{
    font-size:26px;
}

.font-28
{
    font-size:28px;
}

.bold900
{
    font-weight: 900;
}

.bold700
{
    font-weight: 700;
}

.bold400
{
    font-weight: 400;
}

.bold300
{
    font-weight: 300;
}

.white
{
    color:#ffffff !important;
}

.black
{
    color:#000000 !important;
}

.maroon
{
    color: #2A0000;
}
/* Font CSS */

/*Read More*/
.more {
    overflow: hidden;
}
/*Read More*/


/*MOBILE VIEW*/
@media only screen 
  and (min-device-width: 300px) 
  and (max-device-width: 900px) 
{ 
    .font-12
    {
        font-size:4px;
    }

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

    .font-16
    {
        font-size:8px;
    }

    .font-18
    {
        font-size:10px;
    }

    .font-20
    {
        font-size:12px;
    }

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

    .font-24
    {
        font-size:16px;
    }

    .font-26
    {
        font-size:18px;
    }

    .font-28
    {
        font-size:20px;
    }
}
