body,
html {
    /*font-family: "Quicksand", sans-serif;*/
    font-family: "Bai Jamjuree", sans-serif;
    min-height: 100%;
}
.background_master {
    background-image: url("https://autosweeprfid.com/application/v4/images/bg2.jpg");

    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.background_master2 {
    background-image: url("https://autosweeprfid.com/application/v4/images/bg2.jpg");

    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

  #carouselExampleControls{
        margin-top:70px;
    }

  .d-mobile{
       display:none;
       visibility:hidden;
  }
.openBody {    
    overflow-y: scroll !important;
   
  }
.openCard {
    margin-left: 25px;
    width: 200px;
    min-height:250px;
}
#openCardTPLEX{
 
   height:280px; 
   margin-left:5px;
   width:210px; 
    line-height:15px;
    
}
#openCardSLEX{
  
  height:410px; 
  margin-left:5px; 
   line-height:15px;
}

#openCardSKYWAY{
    
    height:630px; 
    margin-left:20px;
    line-height:15px;
}

#openCardSTAR{
   
   height:200px; 
   margin-left:5px; 
    line-height:15px;
}

#openCardNAIAX{
   
 height:160px; 
 margin-left:5px; 
 width:220px;
  line-height:15px;
}
.cardbody{
 
     background-color:#fff;
}

.cardBodyHome{
  
    text-align:left;
}

.tdName{
   text-align:left;
}
.card-text{
    font-size:12px;
    text-align:left;
}

.atgbtn{
    background-color:orange !important;
     color: white !important;
}


.dropdown-item{
    font-size:12px;
}
.dropdown-item:hover{
    font-size:12px;
    background-color: orange;
    color: white !important;
}
.menu_item {
    font-size: 12px;
    border-radius: 5px;
}

.menu_item:hover {
    font-weight: bold;
    background-color: orange;
    color: white !important;
}

.menubar {
    background-color: #f07f0d;
    color: white;
    font-size: 12px;
}

.navbar-nav{
    margin-left:50px;
}
.navbar .nav-item .dropdown-menu {
    display: none;
}

.navbar .nav-item:hover .dropdown-menu {
    display: block;
}
.navbar .nav-item .dropdown-menu {
    margin-top: 0;
}

.btn-pulse {
    position: relative;
}

.btn-pulse::after {
  content: '';
  position: absolute;
  top: -3px;
  right: -3px;
  width: 12px;
  height: 12px;
  background-color: orange;
  border-radius: 50%;
  opacity: 0.8;
  animation: pulse 1.5s infinite;
  z-index: 999;
}

@keyframes pulse {
  0% {
      transform: scale(0);
      opacity: 1;
  }
  50% {
      opacity: 1;
  }
  100% {
      transform: scale(1.5);
      opacity: 0;
  }
}
      
      
.nav-link{
    background-color:#288c45; 
    color:white !important; 
    font-size:12px;
    border-radius:5px;
}
.nav-link:hover, .nav-link.active{
    background-color:orange !important;
}

.nav-atg{
    margin-top:10px !important;
    padding:10px !important;
    background-color:#288c45 !important; 
    color:white !important; 
    font-size:12px;
    border-radius:5px;
}

.nav-atg:hover, .nav-link.active{
    background-color:orange !important;
}




.headercontainer {
   /* background-color: #67a38a;*/
  background-color: #288c45;
    color: white;
    padding: 10px;
    border-radius: 10px;
}

.headercontainer2 {
    background-color: green;
    /* background-color:#bd2828;*/
  /*background-color:orange;*/
    color: white;
    padding: 10px;
    border-radius: 10px;
}

.menubar {
    background-color: #f07f0d;
    color: white;
    font-size: 12px;
}

footer {
    width: 100%;
    height: 250px;
   /* background-color: #333f50;*/
   background-color:green;
    padding: 50px;
}

#footer_logo {
    width: 320px;
    height: 150px;
}

.footer_subtitle {
    color: white;
    font-size: 15px;
    font-weight: bold;
    /* font-family: "Quicksand", sans-serif;*/
    font-family: "Bai Jamjuree", sans-serif;
}

.footer_text {
    color: white;
    font-size: 13px;
    margin-right: 10px;
}

.modal-body {
    overflow: scroll;
}

.openstations {
    text-align: center;
    padding: 10px;
    border:solid thin orange;
    background:orange;
    color:white;
    font-size:10px;
   
}
.eventstations {
    text-align: center;
    padding: 10px;
    border:solid thin orange;
}

.terms {
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
    background-color: #288c45;
    padding: 10px;
    color: white;
}
.terms a {
    color: white;
}

.terms a:hover {
    font-weight: bold;
}

.banner2 {
    background-color: #2a914d;
}
.subtitle {
    /* font-family: "Quicksand", sans-serif;*/
    font-family: "Bai Jamjuree", sans-serif;
    
}
.subtitle4 {
    /* font-family: "Quicksand", sans-serif;*/
    font-family: "Bai Jamjuree", sans-serif;
    font-size:16px;
    
}
.subtitle5{
     font-family: "Bai Jamjuree", sans-serif;
}

.subtitle6{
     font-family: "Bai Jamjuree", sans-serif;
}
.eventpage {
    margin-top: 100px;
}

.cardEvent {
    min-height: 300px;
    width: 250px;
    margin-top: 20px;
}

.card-left {
    margin-left: 5px;
}
.event_title {
    font-weight: bold;
}
.event_info {
    margin-top: -5px;
    font-size: 10px;
}

.form_logo {
    width: 100px;
    height: 100px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.form2_logo {
    width: 220px;
    height: 130px;
    margin-top: 20px;
    margin-bottom: 25px;
    filter: brightness(50%);
    border-radius: 10px;
}

.form2_logo:hover {
    width: 220px;
    height: 130px;
    margin-top: 20px;
    margin-bottom: 25px;
    filter: brightness(100%);
}



.form_text {
    margin-bottom: 50px;
}

.subtitle2 {
    position: absolute;
    top: 45%;
    left: 45%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 18px;

    /*   font-family: "Quicksand", sans-serif;*/
    font-family: "Bai Jamjuree", sans-serif;
}

.parallax {
    /* The image used */

    /* Set a specific height */
    min-height: 100%;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.subtitle3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 24px;
    font-weight: bolder;
    /* font-family: "Quicksand", sans-serif;*/
    font-family: "Bai Jamjuree", sans-serif;
}

#imghovereat {
    border-radius: 10px;
    filter: brightness(50%);
    margin: 10px;
}
#imghoverfun {
    border-radius: 10px;
    filter: brightness(50%);
    margin: 10px;
}

#imghovercar {
    border-radius: 10px;
    filter: brightness(50%);
    margin: 10px;
}

#imghoverstay {
    border-radius: 10px;
    filter: brightness(50%);
    margin: 10px;
}

#imghoverlove {
    border-radius: 10px;
    filter: brightness(50%);
    margin: 10px;
}

.perks_logo {
    width: 250px;
    height: 180px;
    margin-top: 10px;
    margin-bottom: 20px;
    border-radius: 5;
    border: 1px solid thin;
}

.arelax{
    margin-left:15px;
}

.cardbody {
   /* background-color: #288c45;*/
   background-color:#fff;
   
  color: white;
}

.cardClass {
    height: 100px;
}
.faqquestion {
    font-family: "Bai Jamjuree", sans-serif;
    font-weight: bold;
}

.dpo {
    font-style: "Bai Jamjuree";
    text-align: justify;
    line-height: 20px;
}
.asLogo {
    width: auto;
    height: 80px;
}
.dataLogo {
    width: auto;
    height: 140px;
}

.dataHeader {
    margin-left: 80px;
}
.dataAgree {
    font-size: 16px;
}

.text-underline {
        text-decoration: underline;
      }

.labelcheck {
  display: block;
  padding-left: 10px;
  /*text-indent: -10px;*/
  float: left;
  text-align: justify;
  font-size: 10px;
}
.inputcheck {
  width: 13px;
  height: 13px;
  padding: 0;
  margin: 0;
  vertical-align: bottom;
  position: relative;
  top: -5px;
  float: left;
  *overflow: hidden;
}

@media only screen and (max-width: 600px) {
    .form2_logo {
        width: 90%;
        height: 150px;
        margin-top: 10px;
        margin-bottom: 10px;
        margin-left: 15px;
        margin-right: 10px;
        filter: brightness(50%);
        border-radius: 10px;
    }

    .form2_logo:hover {
        width: 90%;
        height: 150px;
        margin-top: 10px;
        margin-bottom: 10px;
        margin-left: 15px;
        margin-right: 10px;
        filter: brightness(50%);
        border-radius: 10px;
    }
    
    #carouselExampleControls{
        margin-top:90px;
    }

    .subtitle2 {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #fff;
        font-size: 18px;

        /*   font-family: "Quicksand", sans-serif;*/
        font-family: "Bai Jamjuree", sans-serif;
    }

    .subtitle {
        /* font-family: "Quicksand", sans-serif;*/
        font-family: "Bai Jamjuree", sans-serif;
        font-size: 14px;
        margin-top: -20px;
    }

    .col-md-3 {
        margin-left: 50px;
    }

    footer {
        width: 100%;
        height: 330px;
        background-color: #333f50;
        padding: 20px;
    }

    #footer_logo {
        width: 200px;
        height: 80px;
        margin-bottom: 20px;
        margin-left: -20px;
    }

    .footer_subtitle {
        color: white;
        font-size: 12px;
        font-weight: bold;
        /* font-family: "Quicksand", sans-serif;*/
        font-family: "Bai Jamjuree", sans-serif;
    }

    .footer_text {
        color: white;
        font-size: 10px;
        margin-right: 10px;
    }

    .headercontainer {
        background-color: #288c45;
        color: white;
        padding-top: 20px;
        border-radius: 10px;
        margin-left: 20px;
        width: 90%;
        height: 50px;
    }
    .headercontainer h3 {
        font-size: 14px;
    }

    .headercontainer h5 {
        font-size: 10px;
    }

    #faqheader {
        
        font-size: 16px;
    }

    .dpo {
        font-style: "Roboto";
        text-align: justify;
        line-height: 20px;
        font-size: 12px;
    }
    .dataLogo {
        display: none;
    }
    .dataHeader {
        margin-left: 50px;
        font-size: 16px;
    }
    .dataAgree {
        font-size: 10px;
    }
    .dataLink {
        font-size: 12px;
    }
    
    .perkstext{
    display:none;
}
.subtitle4 {
    /* font-family: "Quicksand", sans-serif;*/
    font-family: "Bai Jamjuree", sans-serif;
    font-size:10px;
}

.subtitle5 {
    /* font-family: "Quicksand", sans-serif;*/
    font-family: "Bai Jamjuree", sans-serif;
    font-size:12px;
}

.subtitle6{
     font-family: "Bai Jamjuree", sans-serif;
     font-size:12px;
}

.imgform{
    margin-left:-50px;
    width:300px; 
    height:400px;
 }

.headercontainer2 {
   /* background-color: #67a38a;*/
  /*background-color:orange;*/
  background-color:green;
    color: white;
    padding-top: 30px;
    border-radius: 10px;
}
.openCard {
    margin-left: 70px;
    width: 200px;
    min-height:300px;
}

.counter{
    margin-left:80px;
    width:200px;
    height:200px;
}
.online{
    margin-left:80px;
    width:200px;
    height:200px;
}

.kiosk{
    margin-left:80px;
    width:200px;
    height:200px;
}
.imgperks{
    width:340px;
    height:200px;
   
}
.arelax{
    margin-left:0px;
}
.downloadapp{
    margin-left:100px;
}
#navbarSupportedContent{
    background-color:#288c45;
   
}
.navbar-nav{
    margin-left:10px;
}
.menubar {
 
    font-size: 12px !important;
}
.nav-link{
    background-color:#288c45 !important;
    font-size:12px;
    border-radius:5px;
    color:white !important;
    margin:0px;
}
.nav-link:hover, .nav-link.active{
    background-color:orange !important;
}
  
  
  .d-hidden{
      display:none;
      visibility:hidden;
  }
  
    .d-mobile{
       display:block;
        visibility:visible;
  }
  .openCardMobile {
    margin-left: 0px;
    width:100%;
    height:250px;
}
  .openCardMobile2 {
    margin-left: 0px;
    width:100%;
    height:300px;
}

  .openCardMobile3 {
    margin-left: 0px;
    width:100%;
    height:400px;
}

.openstations {
    text-align: center;
    padding: 10px;
    border:solid thin orange;
    background:orange;
    color:white;
    font-size:18px!important;
   
}

/*New CSS Rule for Mobile*/

 #openMobileSLEX{
     font-size:22px !important;
 }

}


@media only screen and (max-width: 768px) {
    #footer_logo {
        width: 200px;
        height: 80px;
        margin-bottom: 20px;
        margin-left: -20px;
    }

    #imghoverfun,
    #imghovereat {
        width: 90%;
        height: 220px;
    }

    #imghoverlove,
    #imghoverstay,
    #imghovercar {
        width: 95%;
        height: 220px;
    }
    
    .online, .counter, .kiosk{
        width:150px;
        height:150px;
       
    }
}

