body,h1,h2,h3,h4{
    font-family: 'Prompt', sans-serif;
}
.navbar-default{ 
    height: 65px;
    background: #ec1e24;
    /*background-color:#ec1e24;*/
    border-color:transparent;
    /*box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);*/
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    
    border-bottom: 1px solid #ec1e24;
    padding: 0px;
    padding-left:  10%;
    padding-right: 10%;
}

.navbar-default .navbar-nav>li>a{
    color:#000;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #090909;
}

.navbar-default .navbar-brand{
    padding-top: 5px;
    margin-right: 20px;
}
.navbar-default .navbar-brand img{
    height: 50px;
}
.navbar-default .navbar-brand,.navbar-default .navbar-brand:hover{
    color:#000;
    font-size: 25px;
    font-weight: bold;
}
.navbar-default .navbar-nav li a{
    font-size: 16px;
    color:#fff;
    font-weight: normal;
    height: 65px;
    line-height: 35px;
}
.navbar-default .navbar-nav li:hover{
   background: #ec1e24;
}

/*.navbar-default .top-navbar{
    position: absolute;   
    display: none ;
    right: 5px;
    margin-top: 20px;
}
.navbar-default .top-navbar li{
    display: inline-block;
    font-size: 12px;
    color:#fff;
    margin-right: 10px;
    padding-bottom: 5px;
    width:  ;
    cursor: pointer;
}*/
.navbar-default  .menu-bar{
  display: none;
  color:#fff;
  position: absolute;
  font-size: 20px;
  margin-left: 25px;
  margin-top: 20px;
}
.navbar-default  .user-login{
  display: none;
  color:#fff;
  position: absolute;
  font-size: 20px;
  right: 0;
  margin-right: 25px;
  margin-top: 18px;
}

.btn{
    border-radius: 5px;
}
.form-control{
    margin-bottom: 10px;
    border-radius: 5px;
}
#top-home .row{
    margin-top: 5%;
}
#top-home .request-price{
    background: #fff;
    color:#000;
    padding: 20px;
    border-radius: 5px;
    margin: 5px;
}
#top-home .request-price h2{
    font-size: 20px;
    font-weight: bold;
    margin-top: -5px;
    margin-bottom: 15px;
}
.content{
    background: #fff;
    padding-top: 10px;
}
#customers {
  border-collapse: collapse;
  width: 100%;
}

#customers td, #customers th {
  border: 1px solid #ddd;
  padding: 8px;
}

#customers tr:nth-child(even){background-color: #f2f2f2;}

#customers tr:hover {background-color: #fff;}

#customers th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  background-color: #4CAF50;
  color: white;
}
#footer{
  bottom:0;
  background: #3E3E3E;
  color:#fff;
  padding: 20px;
  padding-top: 30px;
  text-align: center;
  margin-top: 20px;
}


/*---------------- Accordian -----------------------*/
#accordion .panel{
    border: none;
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 6px;
}
#accordion .panel .panel-default{
    margin-bottom: 6px;
}
#accordion .panel-heading{
    padding: 0;
}
#accordion .panel-title a{
    display: block;
    text-decoration: none;
    padding: 20px 20px;
    background: #fff;
    font-size: 16px;
    font-weight: bold;
    color: #2979FF;
    text-transform: uppercase;
    border: 1px solid #eaeaea;
    border-left: 3px solid #2979FF;
    position: relative;
    transition: all 0.3s ease 0s;
}
#accordion .panel-title a.collapsed{
    color: #333;
}
#accordion .panel-title a:before,
#accordion .panel-title a.collapsed:before{
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;
    color: #333;
    line-height: 24px;
    position: absolute;
    top: 18px;
    right: 25px;
}
#accordion .panel-title a.collapsed:before{
    content: "\f106";
}
#accordion .panel-title a:hover,
#accordion .panel-title a.collapsed:hover,
#accordion .panel-title a:before,
#accordion .panel-title a:hover:before{
    color: #2979FF;
}
#accordion .panel-body{
    padding: 5px 0px;
    font-size: 14px;
    color: #808080;
    line-height: 23px;
    border: 1px solid #eaeaea;
    border-top: none;
    border-left: 3px solid #eaeaea;
}
#accordion .panel-body p{
    margin-bottom: 0;
}
.icon-std{
    cursor: pointer;
    color:#FFD54F;
}

/*--------------- Radio Button --------------------------*/
        /*@keyframes click-wave {
          0% {
            height: 40px;
            width: 40px;
            opacity: 0.35;
            position: relative;
          }
          100% {
            height: 200px;
            width: 200px;
            margin-left: -80px;
            margin-top: -80px;
            opacity: 0;
          }
        }*/

        .option-input {
          -webkit-appearance: none;
          -moz-appearance: none;
          -ms-appearance: none;
          -o-appearance: none;
          appearance: none;
          position: relative;
          /*top: 13.33333px;*/
          right: 0;
          bottom: 0;
          left: 0;
          height: 30px;
          width: 30px;
          transition: all 0.15s ease-out 0s;
          background: #cbd1d8;
          border: none;
          color: #fff;
          cursor: pointer;
          display: inline-block;
          margin-right: 0.5rem;
          outline: none;
          position: relative;
          z-index: 1000;
        }
        .option-input:hover {
          background: #9faab7;
        }
        .option-input:checked {
          background: #40e0d0;
        }
        .option-input:checked::before {
          height: 30px;
          width: 30px;
          position: absolute;
          content: '✔';
          display: inline-block;
          font-size: 20.66667px;
          text-align: center;
          line-height: 30px;
        }
        .option-input:checked::after {
          -webkit-animation: click-wave 0.65s;
          -moz-animation: click-wave 0.65s;
          animation: click-wave 0.65s;
          background: #40e0d0;
          content: '';
          display: block;
          position: relative;
          z-index: 100;
        }
        .option-input.radio {
          border-radius: 50%;
        }
        .option-input.radio::after {
          border-radius: 50%;
        }
        .modal{
            background: rgba(0,0,0,.4);
        }
/*-------------------------- Menu Slide------------*/
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 18px 8px 15px 32px;
  text-decoration: none;
  font-size: 16px;
  color: #fff;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 56px;
  margin-left: 50px;
  margin-bottom: 30px;
}
.sidenav .active{
  border-bottom: 1px solid #f4f4f4;
}
.sidenav .active2{
  border-top: 1px solid #f4f4f4;
}


/*-------------------------- mobile แนวตั้ง------------*/
@media  (min-width: 320px)  and (max-width: 736px) { 
  .navbar-default{ 
    height:  ;
    padding: 0px;
    padding-left:  ;
  }
  .navbar-default .navbar-brand{
    margin-top:5px;
    margin-left: 35%;
  }
  .navbar-default .navbar-brand img{
    height: 45px;
  }
  .navbar-default  .menu-bar{
    display: block;
  }
  .navbar-default  .user-login{
    display: block;
  }
}

/*-------------------------- iPad แนวตั้ง------------*/
@media  (min-width: 768px)  and (max-width: 1023px) { 
  .navbar-default{ 
    height:  ;
    padding: 0px;
    padding-left:  ;
  }
  .navbar-default .navbar-nav li a{
    font-size: 13px;
    height: 66px;
  }
}
/*-------------------------- iPad แนวตั้ง------------*/
@media  (min-width: 1024px)  and (max-width: 1100px) { 
  .navbar-default{ 
    height:  ;
    padding: 0px;
    padding-left:  ;
  }
  .navbar-default .navbar-nav li a{
    height: 66px;
  }
}