body {
    background-color: #000;
}

.book-btn {
  margin-left: 20%;
  margin-right: 20%;
  height: 40px;
  border-radius: 7px;
  background-color: rebeccapurple;
  color: white;
  border: none;
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

button:focus {
    outline: 1px dotted;
    outline: none;
}


.dropbtn {
  background-color: #639;
  color: white;
  padding: 8px;
  font-size: 16px;
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fdf1f4;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  border-radius: 10px;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #639;
  color: white;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #428e17;
  border-radius: 4px;}




.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0px;
  margin-left: 0px;
}

div#cardss {
    width: 18rem;
}

.navbar-brand {
  display: inline-block;
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
  font-family: leelawadee;
}

.Ailaban-logo {
  font-family: leelawadee;
}

/*For team*/
  #employee_figure_box2:hover {
  cursor: pointer;
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-box-shadow: 0 22px 43px 8px rgba(0,0,0,0.15);
  -moz-box-shadow: 0 22px 43px 8px rgba(0,0,0,0.15);
  box-shadow: 0 22px 43px 8px rgba(0,0,0,0.15);
}

#employee_figure_box2 {
  padding: 20px;
  position: relative;
  transition: .3s ease;
  -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
  box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
  overflow: hidden;
}

/*End for team*/


.carousel-indicators li {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: red;
}

.carousel-indicators .active {
  background-color: #35d009;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: none;
  border-radius: .25rem;
}

#products {
  margin-left: 50px;
  margin-right: 35px;
}

.card-title {
  align-content: center;
  text-align: center;
  color: #070057;
  font-size: 1rem;
  font-family: "Segoe UI",SegoeUI,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 600 !important;
}

.selectProduct {
    color: #0e5ba8;
  text-decoration: underline;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

.card-text {
  text-align: center;
  font-style: italic;
}

.card-texts {
  text-align: center;
  
}

/*End Product*/



.mainbody {
  margin-top: 67px;
}

.services {
  padding-top: 5px;
}
.col-sm-4 {
  padding-top: 7px;
}

.btn.btn-offer {
  background-color: #c10404;
  color: #0f0;
}
del { 
  text-decoration: line-through;
  color: red;
}

.card-header {
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  background-color: #090158;
  border-bottom: 1px solid rgba(115, 41, 41, 0.13);
}
.btn-link {
  font-weight: 400;
  color: #fff;
  background-color: transparent;
  width: 100%;
  
}
.btn-link:hover {
  color: #00ff10;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
}
.reds {
  color: #259e0c;
}
.list-group-item {
  position: relative;
  display: block;
  padding: .75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #194d02;
}
.list-group-item-action {
  width: 100%;
  color: #000;
  text-align: inherit;
}
.btn-link.focus, .btn-link:focus {
  text-decoration: none;
  border-color: transparent;
  box-shadow: none;
}

.text-primaryss {
  color: #ff0024 !important;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: .75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #fff;
  border-radius: .25rem;
  margin-top: 56px;
}

/*Nav bar custom*/

.navbar-toggler-icon {
/*  background-color: white;*/
}

.navbar.fixed-top.navbar-expand-lg.navbar-light.bg-light {
  background-color: #000 !important
}
.navbar-light .navbar-brand {
  color: rgba(255, 255, 255, 0.9);
}
.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
  color: rgba(255, 255, 255, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: white;
}


.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: #50ff00;
}
.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
  color: white;
}


/*End Nav bar*/

/*Product*/



.btn-primary:hover {
  color: #fff;
  background-color: #000;
  border-color: #0062cc;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #000;
  border-color: #005cbf;
}



.h1, h1 {
  font-size: 0.9rem;
  color: red;
}


.priceLabel {
  width: 89px;
  background-color: #7fe603;
  color: #090909;
  text-align: center;
  height: 31px;
  margin-right: 0px;
  padding-right: 0px;
  border-radius: 2px;
}

.btn-primary {
  color: #fff;
  background-color: #090158;
  border-color: #002d5e;
/*  margin-left: 62px;*/
}

.container  {
  padding-top: 15px;
}

b {
  color: #0a0258;
}
.card-img-top {
  height: 197px;
}

td {
  padding: 10px;
  vertical-align: text-top;
}

        img {
    max-width: 100%;
    height: auto;
}
        section {
/*            padding: 60px 0;*/
           /* min-height: 100vh;*/
        }
 ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }
/*.contact-area {
    border-bottom: 1px solid #353C46;
}*/

.contact-content p {
    font-size: 15px;
    margin: 30px 0 60px;
    position: relative;
}

.contact-content p::after {
    background: #353C46;
    bottom: -30px;
    content: "";
    height: 1px;
    left: 50%;
    position: absolute;
    transform: translate(-50%);
    width: 80%;
}

.contact-content h6 {
    color: #8b9199;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 10px;
}

.contact-content span {
    color: #353c47;
    margin: 0 10px;
}

.contact-social {
    margin-top: 30px;
}

.contact-social > ul {
    display: inline-flex;
}

.contact-social ul li a {
    border: 1px solid #011bef;
  color: #030d5e;
    display: inline-block;
    height: 40px;
    margin: 0 10px;
    padding-top: 7px;
    transition: all 0.4s ease 0s;
    width: 40px;
}

.contact-social ul li a:hover {
  background-color: green;
    border: 1px solid #FFF;
  color: #FFF;
}

.contact-content img {
    max-width: 210px;
}

section, footer {
      background: #000;
    color: #868c96;
}

h4 , h3 {
  color: white;
}

strong {
  color: white;
}

a:not([href]):not([tabindex]) {
  color: #44a844;
  text-decoration: none;
} 

footer p {
/*    padding: 40px 0;*/
    text-align: center;
}

footer img {
    width: 44px;
}


@media screen and (min-width: 800px) {
/* Slider Image Height */
  .d-block.w-100 {
  height: 442px;
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: auto;
  margin-left: auto;
}




}

@media screen and (min-width: 990px) {

div#cardss {
    width: 25%;
}

}



@media screen and (min-width: 200px) {


/*For team*/
  #employee_figure_box2:hover {
  cursor: pointer;
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-box-shadow: 0 22px 43px 8px rgba(0,0,0,0.15);
  -moz-box-shadow: 0 22px 43px 8px rgba(0,0,0,0.15);
  box-shadow: 0 22px 43px 8px rgba(0,0,0,0.15);
}

#employee_figure_box2 {
  padding: 20px;
  position: relative;
  transition: .3s ease;
  -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
  box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
  overflow: hidden;
}

/*End for team*/

}


/*Screen size Minimum 1200*/
@media screen and (min-width: 1200px) {

.slide {
  margin-left: 7%;
  margin-right: 7%;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 43px;
}
.items {
  padding: 35px;
}

.card {
  background-color: #fdf1f4;
}




}


/*End Screen size 1200*/


@media (min-width: 300px) {
  .col-lg-3 {
 /*   -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;*/
    text-align: center;
  }
}

.homeservice {
  font-size: 1.9rem;
  color: white;
  text-align: center;
}

/*Get Images details page*/
 .getailabanimages {
      width: 90%;
      height: 700px;
      padding: 7px;
      padding-bottom: 0px;
    }
.ailabanShareimage {
  color: #00c100;
  margin-left: 46%;
  text-decoration: none;
  margin-top: 0px;
}

.ailabanShareimage:hover {
  color: #2fd700;
  text-decoration: none;
}

@media only screen and (min-device-width: 100px) and (max-device-width: 700px) {
      .getailabanimages {
      width: 600px;
      height: 315px;
      padding: 7px;
      padding-bottom: 0px;
    }

    .ailabanShareimage {
  color: #00c100;
  margin-left: 40%;
  text-decoration: none;
  margin-top: 0px;
}

    }
/*end get images */