*{
    margin: 0;
    padding: 0
}

body{
    background: rgb(242,242,242);
    font-family: 'Epilogue';font-size: 13px
}
#msform input[type=radio] {
    padding: 0px 0px 0px -100x
}
html {
    height: 100%
}

p {
    color: grey
}

#heading {
    text-transform: uppercase;
    color: #004b9e;
    font-weight: normal
}

#msform {
    text-align: center;
    position: relative;
    margin-top: 20px
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative
}

.form-card {
    text-align: left
}

#msform fieldset:not(:first-of-type) {
    display: none
}

#msform input,
#msform select,
#msform textarea {
    padding: 8px 15px 8px 15px;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    /* box-sizing: border-box; */
    font-family: montserrat;
    color: #2C3E50;
    /* background-color: #ECEFF1; */
    font-size: 13px;
    letter-spacing: 1px ;
    font-family: 'Epilogue';
    background-color: rgb(232, 240, 254) ;
    border: none;
    border-bottom: 2px solid rgb(2, 24, 254) ;
}
#msform input:valid ,
#msform select:valid {
    background-color: rgb(232, 240, 254) ;
}

#msform input:focus,
#msform select:focus,
#msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #004b9e;
    outline-width: 0
}


#msform .action-button {
    width: 100px;
    background: #004b9e; 
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 0px 10px 5px;
    float: right
}

#msform .action-button:hover,
#msform .action-button:focus {
    background-color:  #18ec29;
}

#msform .action-button-previous {
    width: 100px;
    background: #004b9e;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px 10px 0px;
    float: right
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    background-color: #18ec29;
}

.card {
    z-index: 0;
    border: none;
    position: relative
}

.fs-title {
    font-size: 25px;
    color: #004b9e;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left
}
.image-titles {
  font-size: 25px;
  color: #004b9e;
  margin-bottom: 15px;
  font-weight: normal;
  text-align: center
}

.purple-text {
    color: #004b9e;
    font-weight: normal
}

.steps {
    font-size: 14px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right
}

.fieldlabels {
    color: gray;
    text-align: left
}
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey 
}

#progressbar .active {
    color: #004b9e
}
#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400
}
#progressbar #account:before {
    font-family: FontAwesome;
    content: "\f13e"
}
#progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f007" 
}
#progressbar #payment:before {
    font-family: FontAwesome;
    content: "\f53d"
}
#progressbar #car:before {
    font-family: FontAwesome;
    content: "\f1b9"
}
#progressbar #photo:before {
    font-family: FontAwesome;
    content: "\f030"
}
#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c"
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #004b9e
}

.progress {
    height: 20px
}

.progress-bar {
    background-color: #004b9e
}

.fit-image {
    width: 100%;
    object-fit: cover
}

.input-wrapper {
  font-family: 'Epilogue';
  position: relative;
  margin: 20px auto;
}
.form-control {
  font-family: 'Epilogue';
  display: block;
  line-height: 2em;
  margin: 0;
  padding-left: 10px;
  width: 100%;
  font-size: 13px;
  border: 1px solid #f4f4f4;
  background-color: #f4f4f4;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 500; 
}
.form-control:focus {
  border: 1px solid #2c7ac9;

}
.control-labelText{
    font-family: 'Epilogue';
    font-size: 14px;  
    color: #5d5d5d;
    text-align: center;
}
.control-defaultValue {
  font-family: 'Epilogue';
  display: block;
  position: absolute;
  opacity: 1;
  bottom: 1.2rem;
  color: #5d5d5d;
  transition: 0.2s ease-in-out transform;
  font-size: 13px;  
  visibility: visible;
  z-index: 1;
  opacity: 1;
  transform: translateY(-10px);
  transition: 0.2s ease-in-out transform;
}

.control-label {
  font-family: 'Epilogue';
  display: block;
  position: absolute;
  opacity: 0;
  bottom: 1.2rem;
  color: #5d5d5d;
  transition: 0.2s ease-in-out transform;
  font-size: 13px;
}
.form-control:placeholder-shown + .control-label {
  visibility: hidden;
  z-index: -1;
  transition: 0.2s ease-in-out;
}
.form-control:not(:placeholder-shown) + .control-label,
.form-control:focus:not(:placeholder-shown) + .control-label {
  visibility: visible;
  z-index: 1;
  opacity: 1;
  transform: translateY(-10px);
  transition: 0.2s ease-in-out transform;
}
.datepicker-dropdown {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-family: 'Epilogue';
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
  }
  .container:hover input ~ .checkmark {
    background-color: #ccc;
  }
  .container input:checked ~ .checkmark {
    background-color: #2c7ac9;
  }
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  .container input:checked ~ .checkmark:after {
    display: block;
  }
  .container .checkmark:after {
       top: 9px;
      left: 9px;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: white;
  }
  #modalPayment{
    width: 60% !important;
  }
  #modalConfirm{
    width: 60% !important;
  }

  .fullscreen-modal .modal-dialog {
    margin: 0;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
  } 
 .upload-ok{
  width: 100px;
  height: 100px;
  line-height: 90px;
  display: block;
  font-size: 20px;
  color: #0d6efd;
  background: rgb(242, 242, 242);
  border-radius: 50%;
  margin: 75px ;
  font-size: 50px;
  padding-left: 25px;
  padding-top: 5px;
 }
 .errorUpload{
   display: none;
   color: chocolate;
   font-family: 'Epilogue';
   font-size: 12px;
 } 
 .spinnerUplpoad{
  margin: 90px ;
 }
.file-upload {
  background-color: #ffffff;
  width: 300px;
  margin: 0 auto;
  padding: 0px 20px 20px 20px;
  background: rgb(242,242,242);
}

.file-header-content {
  text-align: center;
}

.file-upload-content {
  display: none;
  text-align: center;
}

.file-upload-input {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  cursor: pointer;
}

.image-upload-wrap {
  margin-top: 5px;
  height: 240px;
  position: relative;
}

.image-title-wrap {
  padding: 0 15px 15px 15px;
  color: #222;
}

.drag-text {
  text-align: center;
}

.drag-text h3 {
  font-weight: 100;
  /* text-transform: uppercase; */
  color: #111111;
  padding: 60px 0;
}

.file-upload-image {
  max-height: 200px;
  max-width: 300px;
  margin: auto;
  padding: 20px;
}

.image-upload-wrap1 {
  margin-top: 5px;
  height: 200px;
  position: relative;
  border: 4px dotted rgb(86,86,86) ;
}
.image-dropping1,
.image-upload-wrap1:hover {
  background-color: #eaf1ed;
  border: 4px dotted  rgb(3, 146, 255) ;
} 
.file-upload-image1 {
  max-height: 200px;
  max-width: 300px;
  margin: auto;
  padding: 20px;
}
.file-upload-content1 {
  display: none;
  text-align: center;
}
.file-upload-input1 {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  cursor: pointer;
}
/*FIN 1*/
.image-upload-wrap2 {
  margin-top: 5px;
  height: 200px;
  position: relative;
  border: 4px dotted rgb(86,86,86) ;
}
.image-dropping2,
.image-upload-wrap2:hover {
  background-color: #eaf1ed;
  border: 4px dotted  rgb(3, 146, 255) ;
} 
.file-upload-image2 {
  max-height: 200px;
  max-width: 300px;
  margin: auto;
  padding: 20px;
}
.file-upload-content2 {
  display: none;
  text-align: center;
}
.file-upload-input2 {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  cursor: pointer;
}
/*FIN 2*/
.image-upload-wrap3 {
  margin-top: 5px;
  height: 200px;
  position: relative;
  border: 4px dotted rgb(86,86,86) ;
}
.image-dropping3,
.image-upload-wrap3:hover {
  background-color: #eaf1ed;
  border: 4px dotted  rgb(3, 146, 255) ;
} 
.file-upload-image3 {
  max-height: 200px;
  max-width: 300px;
  margin: auto;
  padding: 20px;
}
.file-upload-content3 {
  display: none;
  text-align: center;
}
.file-upload-input3 {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  cursor: pointer;
}
/*FIN 3*/
.image-upload-wrap4 {
  margin-top: 5px;
  height: 200px;
  position: relative;
  border: 4px dotted rgb(86,86,86) ;
}
.image-dropping4,
.image-upload-wrap4:hover {
  background-color: #eaf1ed;
  border: 4px dotted  rgb(3, 146, 255) ;
} 
.file-upload-image4 {
  max-height: 200px;
  max-width: 300px;
  margin: auto;
  padding: 20px;
}
.file-upload-content4 {
  display: none;
  text-align: center;
}
.file-upload-input4 {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  cursor: pointer;
}
/*FIN 4*/
.image-upload-wrap5 {
  margin-top: 5px;
  height: 200px;
  position: relative;
  border: 4px dotted rgb(86,86,86) ;
}
.image-dropping5,
.image-upload-wrap5:hover {
  background-color: #eaf1ed;
  border: 4px dotted  rgb(3, 146, 255) ;
} 
.file-upload-image5 {
  max-height: 200px;
  max-width: 300px;
  margin: auto;
  padding: 20px;
}
.file-upload-content5{
  display: none;
  text-align: center;
}
.file-upload-input5 {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  cursor: pointer;
}
/*FIN 5*/
.image-upload-wrap6 {
  margin-top: 5px;
  height: 200px;
  position: relative;
  border: 4px dotted rgb(86,86,86) ;
}
.image-dropping6,
.image-upload-wrap6:hover {
  background-color: #eaf1ed;
  border: 4px dotted  rgb(3, 146, 255) ;
} 
.file-upload-image6 {
  max-height: 200px;
  max-width: 300px;
  margin: auto;
  padding: 20px;
}
.file-upload-content6 {
  display: none;
  text-align: center;
}
.file-upload-input6 {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  cursor: pointer;
}
/*FIN 6*/
.image-upload-wrap7 {
  margin-top: 5px;
  height: 200px;
  position: relative;
  border: 4px dotted rgb(86,86,86) ;
}
.image-dropping7,
.image-upload-wrap7:hover {
  background-color: #eaf1ed;
  border: 4px dotted  rgb(3, 146, 255) ;
} 
.file-upload-image7 {
  max-height: 200px;
  max-width: 300px;
  margin: auto;
  padding: 20px;
}
.file-upload-content7 {
  display: none;
  text-align: center;
}
.file-upload-input7 {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  cursor: pointer;
}
/*FIN 7*/
.image-upload-wrap8 {
  margin-top: 5px;
  height: 200px;
  position: relative;
  border: 4px dotted rgb(86,86,86) ;
}
.image-dropping8,
.image-upload-wrap8:hover {
  background-color: #eaf1ed;
  border: 4px dotted  rgb(3, 146, 255) ;
} 
.file-upload-image8 {
  max-height: 200px;
  max-width: 300px;
  margin: auto;
  padding: 20px;
}
.file-upload-content8 {
  display: none;
  text-align: center;
}
.file-upload-input8 {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  cursor: pointer;
}
/*FIN 8*/
.image-upload-wrap9 {
  margin-top: 5px;
  height: 200px;
  position: relative;
  border: 4px dotted rgb(86,86,86) ;
}
.image-dropping9,
.image-upload-wrap9:hover {
  background-color: #eaf1ed;
  border: 4px dotted  rgb(3, 146, 255) ;
} 
.file-upload-image9 {
  max-height: 200px;
  max-width: 300px;
  margin: auto;
  padding: 20px;
}
.file-upload-content9 {
  display: none;
  text-align: center;
}
.file-upload-input9 {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  cursor: pointer;
}
/*FIN 9*/
.image-upload-wrap10 {
  margin-top: 5px;
  height: 200px;
  position: relative;
  border: 4px dotted rgb(86,86,86) ;
}
.image-dropping10,
.image-upload-wrap10:hover {
  background-color: #eaf1ed;
  border: 4px dotted  rgb(3, 146, 255) ;
} 
.file-upload-image10 {
  max-height: 200px;
  max-width: 300px;
  margin: auto;
  padding: 20px;
}
.file-upload-content10 {
  display: none;
  text-align: center;
}
.file-upload-input10 {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  cursor: pointer;
}
/*FIN 10*/
.image-upload-wrap11 {
  margin-top: 5px;
  height: 200px;
  position: relative;
  border: 4px dotted rgb(86,86,86) ;
}
.image-dropping11,
.image-upload-wrap11:hover {
  background-color: #eaf1ed;
  border: 4px dotted  rgb(3, 146, 255) ;
} 
.file-upload-image11 {
  max-height: 200px;
  max-width: 300px;
  margin: auto;
  padding: 20px;
}
.file-upload-content11 {
  display: none;
  text-align: center;
}
.file-upload-input11 {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  cursor: pointer;
}
/*FIN 11*/
.image-upload-wrap12 {
  margin-top: 5px;
  height: 200px;
  position: relative;
  border: 4px dotted rgb(86,86,86) ;
}
.image-dropping12,
.image-upload-wrap12:hover {
  background-color: #eaf1ed;
  border: 4px dotted  rgb(3, 146, 255) ;
} 
.file-upload-image12 {
  max-height: 200px;
  max-width: 300px;
  margin: auto;
  padding: 20px;
}
.file-upload-content12 {
  display: none;
  text-align: center;
}
.file-upload-input12{
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  cursor: pointer;
}
/*FIN 12*/
.image-upload-wrap13 {
  margin-top: 5px;
  height: 200px;
  position: relative;
  border: 4px dotted rgb(86,86,86) ;
}
.image-dropping13,
.image-upload-wrap13:hover {
  background-color: #eaf1ed;
  border: 4px dotted  rgb(3, 146, 255) ;
} 
.file-upload-image13 {
  max-height: 200px;
  max-width: 300px;
  margin: auto;
  padding: 20px;
}
.file-upload-content13 {
  display: none;
  text-align: center;
}
.file-upload-input13 {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  cursor: pointer;
}
/*FIN 13*/

/* .view-first .mask {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 1;
  height: 200px;
  font-size: 16px;
  background-color: rgba(218, 215, 212, 0.7);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.view-first h2 {
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  transform: translateY(-100px);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.view-first p {
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -o-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  color: blue;
}


.view-first:hover .mask {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.view-first:hover h2,
.view-first:hover p,
.view-first:hover a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
} */

.to-top {
	display:inside;
	padding:10px;
	background:#024959;
	font-size:10px;
	color:#fff;
	cursor:pointer;
	position: fixed;
	bottom:10px;
  right:10px;
  z-index: 1;
  border-radius: 50px;
}

@media  (max-width: 600px){
  .file-upload {
    width: 300px;

  }
  .file-upload-btn {
    width: 50%;
    margin: 0;
    color: #fff;
    background: #2c7ac9;
  }
  .file-upload-input {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 300px;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
  }

}  
