@import url(http://fonts.googleapis.com/css?family=Montserrat);
    /*basic reset*/



.modal-custom .modal-content {
    position: relative;
	 background-color: transparent !important;
     background: rgba(0, 0, 0, 0.6) !important;
	 border-radius: 0px !important; 
    }

.modal-custom .modal-dialog {
    width: 800px !important;
    margin: 60px auto !important;
//background-image:url(../images/daimler.jpg) !important;
 background-repeat: no-repeat;
background-size: 100% 100%;
}
.modal-custom .modal-header {
  
    padding: 0 !important;
	border:0 !important;
   
}

.modal-custom .modal-header h1 {
   text-align:center;
	color:red;
}
   
    #msform {
        width: 100%;
        margin:0;
        text-align: center;
        position: relative;
    }
    #msform fieldset {
       
        border: 0 none;
        border-radius: 3px;
        
        padding: 20px 30px;
        box-sizing: border-box;
        width: 100%;
        margin:0;
        /*stacking fieldsets above each other
        position: absolute;*/
    }
    /*Hide all except first fieldset*/
    #msform fieldset:not(:first-of-type) {
        display: none;
    }
    /*inputs*/
    #msform input, #msform textarea {
        padding: 20px;
        border: 1px solid #ccc;
        border-radius: 3px;
        margin-bottom: 10px;
        width: 100%;
        box-sizing: border-box;
        color: #2C3E50;
        font-size: inherit;
        font-family: inherit;
    }
    /*buttons*/
   #msform .action-button {
    width: 210px;
    background: #2EBF65;
    background-color: rgb(46, 191, 101);
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 1px;
    cursor: pointer;
    padding: 20px 0px;
    margin: 10px 11px;
    font-size: 20px;
	border-radius: 3px;
}

    #msform .action-button:hover, #msform .action-button:focus {
           background-color: #2EBF65;
    }

    #msform .action-button:hover{
        background-color: #0ea0e0!important;
        overflow: hidden;
   
    }
    /*headings*/
    .fs-title {
        font-size: 15px;
        text-transform: uppercase;
        color: #2C3E50;
        margin-bottom: 10px;
    }

    .fs-subtitle {
        font-weight: normal;
        font-size: 13px;
        color: #666;
        margin-bottom: 20px;
    }
    /*progressbar*/
    #progressbar {
        margin-bottom: 30px;
        overflow: hidden;
        /*CSS counters to number the steps*/
        counter-reset: step;
    }
    #progressbar li {
        list-style-type: none;
        color: white;
        text-transform: uppercase;
        font-size: 9px;
        width: 12.5%;
        float: left;
       
    }
    #progressbar li:before {
            content: counter(step);
    counter-increment: step;
  
    display: block;
    
    margin: -9px auto 2px auto;
    }
    /*progressbar connectors*/
    #progressbar li:after {
        content: '';
        width: 100%;
        height: 2px;
        background: white;
        position: absolute;
        left: -50%;
        top: 9px;
        z-index: -1; /*put it behind the numbers*/
    }
    #progressbar li:first-child:after {
    /*connector not needed before the first step*/
        content: none; 
    }
    /*marking active/completed steps green*/
    /*The number of the step and the connector before it = green*/
    #progressbar li.active:before,  #progressbar li.active:after{
            background: #18a3e0;
        color: white;
    }
    
    
    input:required:focus {
        border-color: #c83e3e !important;
        border-bottom-width: 5px !important;
    	color:#c83e3e !important;
    }
    
    input:required:hover {
      opacity: 1;
    }

    input:required {
     
    }

 input.has-error {
    border-color: #c83e3e;
    border-bottom-width: 5px;
    height: 79px;
}
.modal-custom .form-control{
    padding: 20px 0px !important;
    margin-top: 3px;
    margin-bottom: 8px;
  
    height: auto !important;
}
 .modal-custom    lable{
		text-align: justify !important;
    font-weight: normal !important;
	}
	.validateError{
		text-align:left;
	}
	.progressbarline{
		background: #E6E6E6;
    height: 3px;
    width: 100%;
    margin-bottom: 50px;
	}
@media (max-width: 767px) {
.modal-custom  .modal-dialog {
    width: 100% !important; 
     margin: 0 auto !important;
 

}
#msform fieldset{
    background: white;
    border: 0 none;
    border-radius: 3px;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
    padding: 20px 0px;
    box-sizing: border-box;
    width: 100%;
    margin: 0 0%;
    /* position: absolute; */
}
h1 {
    font-size: 30px !important;
}	
#msform input, #msform textarea{
padding: 16px 19px !important;
}
input.has-error{
    height: 52px !important;
}
}	
@media (min-width: 266px) and (max-width: 387px) {
#msform fieldset{
    background: white;
    border: 0 none;
    border-radius: 3px;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
    padding: 20px 0px;
    box-sizing: border-box;
    width: 100%;
    margin: 0 0%;
    position: absolute;
}
h1 {
    font-size: 30px !important;
}

.content-justify {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: inherit;
    color: #333;
    border: 0;
    text-align: justify;
}

#msform input, #msform textarea{
padding: 16px 19px !important;
}
input.has-error{
    height: 52px !important;
}
}

.modal-custom  .modal-header .close {
    padding-5px;
}
.apply-model{padding:50px;}
.apply-model p{padding:10px; color:#FFF;}
.apply-model a{color:Red}
	
.dropbtn {
    color: #FFF;
  font-size: 14px;
  background: none;
    border: none;
text-transform:uppercase;
padding-top:40px;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
  text-transform:uppercase;
}
.dropdown:hover .dropdown-content{
 
  display: block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background: none;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  background-color:  rgba(255,255,255,0.4);
   
  z-index: 1;
}
 

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color:none; display: block; color:#000;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color: none;}