.php-email-form2 .form-control {
    font-size: 11px !important;
}
.php-email-form2 .text-danger {
    font-size: 11px !important;
    color: red;
}
.portfolio-details .portfolio-description2 h2 {
    width: 100%;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-left: 15px;
}
.portfolio-details .portfolio-description2 h3 {
    width: 100%;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-left: 15px;
}
.inner-page .inner-form h2 {
    width: 100%;
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-left: 5px;
}
.pdp-product-service-sub {
    display: inline-block;
    font-size: 12px;
    color: #9f9593;
    vertical-align: middle;
}

/*<link href="https://fonts.googleapis.com/css?family=Raleway" rel="stylesheet">*/
.dropdown-menu {
    font-size: .8rem !important;
}
.chart {
  width: 100%; 
  min-height: 450px;
}
.row {
  margin:0 !important;
}

    /* Style the form */
#regForm {
  background-color: #ffffff;
  margin: 100px auto;
  padding: 40px;
  width: 70%;
  min-width: 300px;
}

/* Style the input fields */
input[type=text],input[type=email], select, textarea {
  padding: 10px;
  width: 100%;
  font-size: 17px;
  /*font-family: Raleway;*/
  border: 1px solid #aaaaaa;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
/* Mark input boxes that gets an error on validation: */
input.invalid {
  background-color: #ffdddd;
}

/* Hide all steps by default: */
.tab {
  display: none;
}

/* Make circles that indicate the steps of the form: */
.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

/* Mark the active step: */
.step.active {
  opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: #4CAF50;
}
/* start cat */
 .input-hidden {
  position: absolute;
  left: -9999px;
}
/* Stuff after this is only to make things more pretty */
input[type=radio] + label>img {
	
  /*border: 1px dashed #444;*/
  width: 40px;
  height: 40px;
  -webkit-transition: all 100ms ease-in;
       -moz-transition: all 100ms ease-in;
            transition: all 100ms ease-in;
    -webkit-filter: opacity(.7) ;
       -moz-filter: opacity(.7);
            filter: opacity(.7);
}

input[type=radio]:hover + label>img {
  /*border: 1px solid #fff;
  box-shadow: 0 0 3px 3px #090;*/
  -webkit-filter: brightness(1.1) ;
       -moz-filter: brightness(1.1) ;
            filter: brightness(1.1) ;
}

input[type=radio]:checked + label>img {
  /*border: 1px solid #fff;
  box-shadow: 0 0 3px 3px #090;*/
  -webkit-filter: brightness(1.1) ;
       -moz-filter: brightness(1.1) ;
            filter: brightness(1.1) ;
   transform: 
    rotateZ(-10deg) 
    rotateX(10deg);
}
/*end cat */
.cc-selector {
	display:inline-grid;
    /*width:150px;
	height:150px;
	padding-top:50px;*/
}
.cc-selector p {
	text-align: center;
}    
  .cc-selector input{
	margin:0;padding:0;
    -webkit-appearance:none;
       -moz-appearance:none;
            appearance:none;
}
.cc-selector label{
	/*margin: 0 auto;*/
	color: #00000;
	text-align:center;
	/*padding-right:25px;*/
}

.cc-selector input:active +.drinkcard-cc{opacity: 1;}
.cc-selector input:checked +.drinkcard-cc {
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
			
}
.input-group-addon {
    background-color: green !important;
}
.dropdown-menu {
    /*border-color: green !important;*/
    border: 1px solid #aaaaaa;
}
.errorMessage {
    color: darkred;
}
.txtRed {
    color: red;
    font-size: 18px;
}
.modal-header, .close {
    background-color: #2d3e52;
    color:white !important;
    text-align: center;
    font-size: 30px;
  }
  .modal-footer {
    background-color: #f9f9f9;
  }
   .modal-backdrop {
    z-index: 100000 !important;
  }

  .modal {
    z-index: 100001 !important;
  }
.single-recent-blog-post {
          margin-bottom: 30px;
      }
      .single-recent-blog-post a {
          color: black;
      }
      .single-recent-blog-post a:hover {
          color:#dfa974;
      }
      .single-recent-blog-post .thumb {
          overflow: hidden;
      }
      .single-recent-blog-post .details {
          padding-top: 30px;
      }
      .sec_h4 {
    font-size: 18px;
    line-height: 38px;
    font-weight: 600;
    color: #222222;
    margin-bottom: 0px;
      }
      .container2
      {
          position: relative;
          width: 100%;
            max-width: 300px;
      }
      .container2:hover .overlay {opacity: 0.7;}
      .overlay {
          position: absolute; 
          bottom: 0; 
          background: rgb(0, 0, 0);
          background: rgba(0, 0, 0, 0.5); /* Black see-through */
          color: #f1f1f1; 
          width: 100%;
          transition: .5s ease;
          opacity:0;
          color: white;
          font-size: 20px;
          padding: 150px;
          text-align: center;
        }
      .content1:hover .content-details1{top: 50%;left: 50%;opacity: 1}
      
      .figcaption {
          background-color: #A07D4E !important;
      }
   #flight-list {
    position:relative;margin-top:-15px; margin-left:-15px;
}
.input-group.date .input-group-addon span {
    color: white;
}
    
* {
  box-sizing: border-box;
}

/*the container must be positioned relative:*/
.autocomplete {
  position: relative;
  display: inline-block;
}

/*
input {
  border: 1px solid transparent;
  background-color: #f1f1f1;
  padding: 10px;
  font-size: 16px;
}

input[type=text] {
  background-color: #f1f1f1;
  width: 100%;
}

input[type=submit] {
  background-color: DodgerBlue;
  color: #fff;
  cursor: pointer;
}
*/

.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}

.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff; 
  border-bottom: 1px solid #d4d4d4; 
}

/*when hovering an item:*/
.autocomplete-items div:hover {
  background-color: #e9e9e9; 
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
  background-color: DodgerBlue !important; 
  color: #ffffff; 
}

.list-group {
    position:fixed;
    z-index: 999;
}

.list-group-dep {
    position:fixed;
    z-index: 999;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {  

  /* width: 14px;
    height: 30px;*/
    opacity: 1;

}