.no-margin {
    margin:0px;
}

.no-padding {
    padding:0px;
}
.pre-header {
    background: #000 none repeat scroll 0 0;
    border-bottom: 1px solid #eee;
    /* color: #616b76; */
    color: #eee;
    font-family: "Open Sans",sans-serif;
    font-weight: 300;
    font-size:8pt; font-weight: 300;
    line-height: 1.2;
    padding-top: 10px;
}

.pack {
    margin-left: 60px;    
    margin-right: 20px;
    padding-bottom: 20px;    
}

.pack p {
    border-bottom: 1px solid #cfd9ff;
    color: #888;
    padding: 12px 0;
    font-size: 16px;
}

@media screen and (max-width: 780px) {
    .pack {
        margin-left: 20px;    
        margin-right: 20px;    
    }    
}

.what-offer {
    font-family: 'Kanit', sans-serif;
    font-size: 16px;
    font-weight: 100;
    color: #888;
}

.back-ass {
    background: #F5F6F8;
}

.home-about div {
    font-size: 18px;
    font-weight: 300;
    font-family: 'Taviraj', serif;
}

.footer a {
    color: #4CBAFF;
    font-size:12px;
}
/* menu css */
.wrap{
    margin:0 auto;
    width:100%;
}


/* navigation bar */

/* navigation bar */
#topnav {
  display: block;
  width: 100%;
  position: relative;
}

#topnav .logo {
  float: left;
  padding: .30em 0em;
  width: 80%;
}
#topnav .logo a {
  text-decoration: none;
  padding: 3px 7px;
}

.img-logo {
    width:auto;
    position: absolute;
        z-index: 100;
}

@media screen and (max-width: 481px) {
    .img-logo {
        width:150px;
    }
}

#topnav #navbtn {
  display: none;
  float: right;
  top: 0;
  width: 20px;
  padding: 2.5em 0em;
  background: url('../themes/nav-icon.png') center no-repeat;
  text-indent: -99999px;
  overflow: hidden;
}

#topnav nav {
  position: absolute;
  top: 0; 
  right: -10px;
}

#topnav nav ul {
  list-style: none;
}
#topnav nav ul li {
  display: block;
  float: left;
  margin-right: 0px;
}

#topnav nav ul li a {
    /* color: #4E525D; */
    color: #fff;
    /* background: #803BDB; */
    font-size: 11pt;
    padding: 7px 14px;
    display: block;
    transition: 0.5s all;
    -webkit-transition: 0.51s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    border-bottom: 2px solid #fff;
}
#topnav nav ul li a:hover {
    border-bottom: 2px solid #006B6B;
    color: #000000;
    background: #1ef3b8;
    text-decoration: none;
}
#topnav nav ul li.active>a{
    border-bottom: 2px solid #006B6B;
    color: #006B6B;
    background: #EEE;
}

/* menu block */
#btmnav {
  display: block;
  padding: 5px 0;
  border-top: 1px solid #cfcfcf;
  font-size: 1.1em;
  font-weight: normal;
}

#btmnav .credits { 
  color: #999;
  line-height: 1.45em;
}
#btmnav nav { padding: 9px 0; padding-bottom: 15px; }
#btmnav nav ul li { display: inline; }
#btmnav nav ul li a { font-weight: bold; }


/* responsive styles */
@media screen and (max-width: 800px) {
  
    #topnav #navbtn {
        padding: 1.8em 0em;
    }
    #topnav { height: auto; }
    #topnav nav { 
        display: none; 
        position: static;
        width: 100%;
        top: auto;
        right: auto;
    }
    #topnav nav ul li { float: none; margin: 0;  background: #f0f0f0;}
    #topnav nav ul li a {
        display: block;
        width: 100%;
        line-height: 1.4em;
        border: 0;
        padding: 9px 9px;
        border-bottom: 1px solid rgba(90, 85, 73, 0.17);
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }
    #topnav nav ul li a:hover {
        background:#006B6B;
        color: #ffffff;
    }
    #topnav nav ul li a.sel {
        color: #6f8767;
        background: #cbdcc5;
    }
  
    #topnav #navbtn {
        display: block;
    }
}

/* END menu css */



.welcome-note {
    color: #9a9a9a;
    font-family: serif;
    font-size: 20px;
    font-style: italic;
    margin: 24px auto;
    max-width: 600px;
    text-align: center;
}


.page-loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../themes/page-loader.gif') 50% 50% no-repeat #fff;
}


/*  custom combobox */
.custom-combobox {
  z-index:99;
}
.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;   /* prevent horizontal scrollbar */
    overflow-x: hidden; /* add padding to account for vertical scrollbar */
    z-index:1000 !important;
}

.custom-combobox-input {
  font-size:12px;
  z-index:999;
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  width:250px;
  border:1px solid #8c8c8c;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
}
.custom-combobox-input:focus {
    font-size:12px;
    z-index:999;
    padding: 3px 0px 3px 3px;
    margin: 5px 1px 3px 0px;
    background:#FFF;
    box-shadow: 0 0 5px rgba(81, 203, 238, 1);
    border: 1px solid rgba(81, 203, 238, 1);
}
/* end custom combobox */

.modal-backdrop {
    background: none;
}
.modal-content
{
    border: 5px solid #888;
}
/*.panel-body {
    background: rgba(145, 158, 170,0.1);
}*/

.panel-heading {
    font-weight: bold;
}
.panel-heading-m {
    height: 25px;
    padding:0.5%;
}

@media screen and (min-width: 768px) {
    .modal-large {
        width: 80%; /* either % (e.g. 60%) or px (400px) */
    }
}

a:hover {
  cursor: pointer;
}

/* 
.navbar {
    background: #002638;
    border-radius: 0;
    height: 30px;
} */

#map {
  width: 100%;
  height: 400px;
}


.empty-textbox{
      border: 1px solid #fd0000;
      background-color: #fcfffa;
}

#recharge_info p{
  padding: 3px; 
}

#recharge_pay p{
  padding: 3px; 
}

#recharge_pay .pack{
       border-color: #ffffff; 
}

.navbar {
    min-height: 38px;
}

/* copied from header.php */
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #fafafa;
    opacity: 1;
}

.navbar-nav>li {
    margin-left: 0px; 
}

/* added on 10-Jan-2022 */
.new-url {
    border: 3px solid #0c8b00;
    border-radius: 5px;
    text-decoration: none;
    background: #eaffea;
}
.new-url:hover {
    border: 3px solid #005092;
    text-decoration: none;
}