/*-- Use For Custom Styling --*/
ul.office{    
    list-style-type: square;    
    margin: 1em;    
    font-size: 18px;
}

ul.office li{      
    text-align: justify;
}

.rs-parallaxlevel-8.bg-blue.blue-box{
    display: none;
}

.title-sub{
	font-size: 12px;
}

.priceSimulation{
	z-index: 1000000000;
}

.text-danger{
    text-align: left;
    font-size: 12px;
    font-weight: 600;
}

.cbp-item{
    border: solid 10px #172084;
}

.bg-contain{
  background-size: contain; 
  background-repeat: no-repeat; 
  width: 10em; 
  height: 60px;
}
.cbp-popup-content .cbp-item{
  border: 0;
}

a.default-bg-hvr:hover {
    background-color: #0284d0;
}

.packman{
    background-image: url("../../img/packman.jpg");
    background-repeat: round;
}

/* Dropdown Button */
.dropbtn {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    background-color: #4CAF50;
    color: white;    
    padding: 5px 16px;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
  }
  
  /* Dropdown button on hover & focus */
  .dropbtn:hover, .dropbtn:focus {
    background-color: #3e8e41;
    color: white;    
  }
  
  /* The search field */
  #myInput {
    box-sizing: border-box;
    background-position: 14px 12px;
    background-repeat: no-repeat;
    padding: 5px 20px 5px 45px;
    border: none;
    border-bottom: 1px solid #ddd;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
  }

  .search-icon{      
    background-image: url(../../img/search.png);
    background-size: contain;
    height: 2em;
    width: 1.8em;
    top: 5px;
    left: 10px;
    position: absolute;
    background-repeat: no-repeat;
  }

  .close-icon{
    background-image: url(../../img/close.png);
    background-size: contain;
    height: 1.6em;
    width: 1.8em;
    top: 6px;
    right: 10px;
    position: absolute;
    background-repeat: no-repeat;
    opacity: 0.5;
    cursor: pointer;
  }
  
  /* The search field when it gets focus/clicked on */
  #myInput:focus {outline: 3px solid #ddd;}
  
  /* The container <div> - needed to position the dropdown content */
  .dropdown {
    position: relative;
    display: inline-block;
  }
  
  /* Dropdown Content (Hidden by Default) */
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 230px;
    border: 1px solid #ddd;
    z-index: 1000;
  }
  
  /* Links inside the dropdown */
  .dropdown-content li {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 600;
    justify-content: space-between;    
    cursor: pointer;
  }
      
  .img-icon{            
    width: 30px;
    margin-right: 10px;
  }

  .dropdown-content li .cbp-caption-activeWrap{
    color: black;
    background-color: transparent;
  }
  
  /* Change color of dropdown links on hover */
  .dropdown-content li:hover {background-color: #f1f1f1}
  
  /* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
  .show {display:block;}

  #myDropdown2 input{
    width: 100%;
  }

  #myDropdown2 .search{
    display: none;
  }

  
  select {

    /* styling */
    background-color: white;
    font-size: 15px;
    border: 1px solid #dedede;
    border-radius: .25em;
    display: inline-block;
    font: inherit;
    color: grey;
    line-height: 1.5em;
    padding: 0.5em 3.5em 0.5em 1em;
  
    /* reset */
  
    margin: 0;      
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
  }
  
  select.default {
    background-image:
      linear-gradient(45deg, transparent 50%, gray 50%),
      linear-gradient(135deg, gray 50%, transparent 50%),
      linear-gradient(to right, #ccc, #ccc);
    background-position:
      calc(100% - 20px) calc(1.3em + 2px),
      calc(100% - 15px) calc(1.3em + 2px),
      calc(100% - 2.5em) 0.8em;
    background-size:
      5px 5px,
      5px 5px,
      1px 1.5em;
    background-repeat: no-repeat;
    width: 100%;
    height: 50px;
  }
  
  select.default:focus {
    background-image:
      linear-gradient(45deg, green 50%, transparent 50%),
      linear-gradient(135deg, transparent 50%, green 50%),
      linear-gradient(to right, #ccc, #ccc);
    background-position:
      calc(100% - 15px) 1.3em,
      calc(100% - 20px) 1.3em,
      calc(100% - 2.5em) 0.8em;
    background-size:
      5px 5px,
      5px 5px,
      1px 1.5em;
    background-repeat: no-repeat;
    border-color: green;
    outline: 0;
    width: 100%;
    height: 50px;
  }
    
  select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
    width: 100%;
    height: 50px;
  }  

  p.help-block.text-danger{
    display: none;
  }

  input::placeholder , select::placeholder{
    color: grey!important;
  }
