 

 
 
.dropdown-content {
display: none;
position: absolute;
background-color: #ffffff;
/*  min-width: 230px;*/
overflow: auto;
border: 1px solid #e8e8e8;
width: 320px;
/*  height: 320px;*/
height: auto;
max-height: 320px;
border-radius: 0px 0px 10px 10px;
z-index: 99999;
font-family: 'Open Sans', sans-serif;
}
.dropdown-content a {
color: #000; 
padding: 6px 5px;
text-decoration: none;
display: block;
font-size: 14px;
padding-left:15px;  
display: flex; 
align-items: center;
/*  width: 330px;*/
}
.dropdown-content span { 
   font-weight: 700;
  }
.dropdown-content a:hover {
color: #AF0421 !important;
cursor: pointer;
}
.dropdown-content img{ 
margin-right: 5px;    
}
.dropdown a:hover {
color: #AF0421;
}
.show {display: block;}
.banner-section {
background-color: #F0F8FC;
margin-top: 0px;
background-image: url(../../assets/img/banner/banner-1.png);
background-position: right center;
background-repeat: no-repeat;
background-size: contain;
}

@media only screen and (max-width: 991px) {  

.banner-section{
background-size: cover;
}
.banner-section-pad{
padding: 0px 0px;
}
.main-banner-wrap1 {
padding: 0px 0px;}
.land-page-form .main-banner-box1 {
  padding: 8px 0px !important;
}
.main-banner-box1 {
  padding: 22px 0px !important;
}
.banner-change {
background-color: rgba(255, 255, 255, .8);
}
}
@media only screen and (max-width: 479px) {
.dropdown-content {
width: 100% !important;
}
}
@media only screen and (max-width: 400px) {

.dropdown-content {
width: 360px!important;
}
}
@media only screen and (max-width: 390px) {

.dropdown-content {
width: 350px!important;
}
}
@media only screen and (max-width: 380px) {

.dropdown-content {
width: 340px!important;
}
}
@media only screen and (max-width: 375px) {

.dropdown-content {
width: 330px!important;
}
}
@media only screen and (max-width: 370px) {

.dropdown-content {
width: 330px!important;
}
}
@media only screen and (max-width: 360px) {
#myInput{
width: 300px;
}
.dropdown{width: 90%}
.dropdown-content {
width: 337px!important;
}
}
input[type="search"]::-webkit-search-cancel-button {

/* Remove default */
-webkit-appearance: none;

/* Now your own custom styles */
height: 14px;
width: 14px;
display: block;
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAn0lEQVR42u3UMQrDMBBEUZ9WfQqDmm22EaTyjRMHAlM5K+Y7lb0wnUZPIKHlnutOa+25Z4D++MRBX98MD1V/trSppLKHqj9TTBWKcoUqffbUcbBBEhTjBOV4ja4l4OIAZThEOV6jHO8ARXD+gPPvKMABinGOrnu6gTNUawrcQKNCAQ7QeTxORzle3+sDfjJpPCqhJh7GixZq4rHcc9l5A9qZ+WeBhgEuAAAAAElFTkSuQmCC);
/* setup all the background tweaks for our custom icon */
background-repeat: no-repeat;

/* icon size */
background-size: 14px;
}
 
 
/*----------------------------------------*/
/*  Datepicker
/*----------------------------------------*/
.rd-container {
  display: none;
  /*border: 1px solid #333;*/
  background-color: #fff;
  padding: 10px;
  text-align: center;
  box-shadow: 0 15px 30px 0 rgba(0,0,0,.2);
  z-index: 10;

}
.rd-container-attachment {
  position: absolute;
}
.rd-month {
  display: inline-block;
  margin-right: 25px;
}
.rd-month:last-child {
  margin-right: 0;
}
.rd-back,
.rd-next {
  cursor: pointer;
  border: none;
  outline: none;
  background: none;
  padding: 0;
  margin: 0;
}
.rd-back[disabled],
.rd-next[disabled] {
  cursor: default;
}
.rd-back {
  float: left;
  margin-left: 10px;
}
.rd-next {
  float: right;
  margin-right: 10px;
}
.rd-back:before {
  display: block;
  content: '\2190';
}
.rd-next:before {
  display: block;
  content: '\2192';
}
.rd-day-body {
  cursor: pointer;
  text-align: center;
  /* new */
  width: 40px;
  height: 40px;
  text-align: center;
}
.rd-day-selected,
.rd-time-selected,
.rd-time-option:hover {
  cursor: pointer;
  background-color: #AF0421;
  color: #fff;
  /* new */
  border-radius: 50%;
}
.rd-day-prev-month,
.rd-day-next-month {
  color: #999;
}
.rd-day-disabled {
  cursor: default;
  color: #fcc;
}
.rd-time {
  position: relative;
  display: inline-block;
  margin-top: 5px;
  min-width: 80px;
}
.rd-time-list {
  display: none;
  position: absolute;
  overflow-y: scroll;
  max-height: 160px;
  left: 0;
  right: 0;
  background-color: #fff;
  color: #333;
}
.rd-time-selected {
  padding: 5px;
}
.rd-time-option {
  padding: 5px;
}
.rd-day-concealed {
  visibility: hidden;
}

.rd-days {
  margin-top: 20px;
}
