.white{
  background-color:#fff;
  padding:0px 10px;
  border-radius: 5px;
  box-sizing: border-box;
  margin:5px 0px;
}
.main{
      background-color: #EDEDED;
      padding:20px 0px;
    }
    .to-do-thing
    {
       margin: 0 auto;
 background: url('../uploads/backimage.jpg');
    background-position: center;background-repeat: no-repeat;background-size: cover;  

  background-color: transparent !important;
    }
    .cccto
    {
      margin-top:50px;
      margin-bottom:50px;
    }
.well-col{
  background-color: rgba(0,0,0,0.7);
}
    .span{
      padding:0px 5px;
    }
    img{
      width:100%;
      height: 100%;
    }
    .content{
      padding: 5px;
    }
.row{
  margin:10px 0px;
}
/* Position the image container (needed to position the left and right arrows) */
.container {
  position: relative;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
/*.previ,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 10px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}*/
.previ,
.next {
  cursor: pointer;
  position: relative;
  top: 40%;
  width: auto;
  padding: 10px;
  margin-top: 0px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}
/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.previ:hover,
.next:hover {
  /*background-color: rgba(0, 0, 0, 0.8);*/
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */
/*.caption-container {
  text-align: center;
  background-color: transparent;
  padding: 2px 16px;
  color: white;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}
*/
/* Six columns side by side */
.column {
  float: left;
  width: 16.66%;
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
  height:60px;
}

.active,
.demo:hover {
  opacity: 1;
}

.head3{
  border-radius: 5px;
  padding:7px 20px;
  color:#fff;
  margin:15px 0px;
  font-size:24px;
}
table td{
  padding:0px 10px;
}
.line2{
  margin-top:40px;
  margin-bottom: 5px;
}
.line2 p{
   width: 100%;
    justify-content: flex-end;
    display: flex;
}
.line p{
  margin: 0;
  line-height:20px;
  font-size:15px;
  color:#8090a0;
}
.line1{
  margin-top:70px;
  border-right: 1px solid gray;
  border-left: 1px solid gray;
}
.line1 p{
    margin: 0;
    color: #666;
    font-size: 13px;
    width: 100%;
    justify-content: flex-end;
    display: flex;
    line-height: 18px;
}
.head4{
  font-size: 23px;
  font-weight:bold;
  margin-top:2px;
  margin-bottom: 2px;
}
button p{
  margin:0;
}

.locat{
  margin:0;
  margin-top: 25px;
  margin-left:40px;
  line-height:20px;
  font-size:15px;
  color:#8090a0;
}
ul{
  list-style-type: circle;
}
ul li{
  font-size:15px;
  margin:5px 0px;
  color:#444;
}
hr{
  border-top:1px solid #a0a0a0;
}
.one{
  background-color: #fff;
  padding-bottom: 20px;
}
.one h5{
  font-size: 18px;
  margin:10px 25px;
}
.one h4{
  margin: 0px 30px 10px;
}
.one p{
  margin:0px 18px;
  color:#a0a0a0; 
  line-height:15px;
}
.one:hover{
  background-color: aliceblue;
}
.pric{
  width:100%;
  height:auto;
  padding-bottom: 10px;
}
.pric p{
  float:right;
  color:#337ab7;
}
form{
  vertical-align: text-top;
}
form input[type="date"]{
  height: 20px;
    padding: 1px 0px;
    border: none;
    border-bottom: 1px solid #f2f2f2;
    box-shadow: none;
   
}
form input[type="text"]{
  height: 18px;
    padding: 2px 10px;
    border: none;
    border-bottom: 1px solid #f2f2f2;
    box-shadow: none;
    font-size:15px;
}
#service{
  height: 18px;
    padding: 1px 0px;
    border: none;
    border-bottom: 1px solid #f2f2f2;
    box-shadow: none;
    font-size:12px;
}
.input-group-addon{
  background-color: transparent;
  border:none;
  padding:2px 6px;
}
.label{
  color:#000;
  margin-bottom: 0px;
  font-size:12px;
}
.form-control{
  border:none;
  padding: 6px 8px;
}
.form-control:focus{
      border-color: #fff;
    box-shadow: none;
}
.open .dropdown-menu a{
  color:#000 !important;
}

@media screen and (max-width: 1100px) and (min-width: 1001px)
{
   input[type="text"]{
       height: 16px !important;
      padding: 2px 10px;
      border: none;
      border-bottom: 1px solid #f2f2f2;
      box-shadow: none;
      font-size:13px !important;
   }
   input[type="date"]{
    height: 20px;
    padding: 2px 0px;
    border: none;
    border-bottom: 1px solid #f2f2f2;
    box-shadow: none;
    font-size: 11px;
  }
  .head4{
  font-size: 16px;
  font-weight:bold;
  }
  .line p{
  margin: 0;
  line-height:16px;
  font-size:12px;
  color:#8090a0;
  }
}

#myform {
    text-align: center;
    padding: 5px;
    border: 1px dotted #ccc;
    margin: 2%;
}
.qty {
    width: 40px;
    height: 25px;
    text-align: center;
}
input.qtyplus { width:25px; height:25px;}
input.qtyminus { width:25px; height:25px;}