.modal-header{
    border: none !important;
}
.modal-content{
    border-radius: 40px;
    border: 1px solid #0d52ff !important;
}


.model-btn{
    margin-left: 25px;
  padding: 25px 0;
}

.but-cl{
    background-color: #0d52ff !important;
    width: 40px;
    height: 40px;
    padding: 10px;
    color: white !important;
    border-top-right-radius: 37px;
    position: absolute;
    border-bottom-left-radius: 30px ;
    top: 8px;
    right: 8px;
    box-shadow: none !important;
}
.white-popup {
    position: relative;
    background: #FFF;
    padding: 40px;
    width: auto;
    max-width: 600px;
    margin: 20px auto;
    transition: 1s all;
    border-radius: 30px;
    border: 2px solid #0d52ff;
  }
  
  .mfp-bg {}
  
  .mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
  }
  
  
  /* overlay animate in */
  
  .mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
  }
  
  
  /* overlay animate out */
  
  .mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
  }
  
  .mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    transition: all 0.4s ease-out;
  }
  
  .mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
  }
  
  .mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
  }
#heading {
    text-transform: uppercase;
    color: #0d52ff;
    font-weight: normal
}
.form-select{
    border-radius: 18px;
}
.form-select:focus {
    border-color: #0d52ff !important;
   box-shadow: none;
  }
.modelform {
    text-align: center;
    position: relative;
   
}

.modelform 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
}

.modelform fieldset:not(:first-of-type) {
    display: none
}

.modelform input,
.modelform textarea, .modelform select {
    padding: 8px 15px 8px 15px;
    /* border: 1px solid #ccc; */
    box-shadow: 0 0.325rem 0.35rem rgba(0, 0, 0, 0.1) !important;
    border: 1px solid #eae8e8;
    border-radius: 18px;
    margin-bottom: 17px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    font-family: "Rubik", sans-serif;
    color: #2C3E50;
   
    font-size: 16px;
    letter-spacing: 1px
}

.modelform input:focus,
.modelform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #0d52ff;
    outline-width: 0
}

.modelform .action-button {
    width: 100px;
    background: #0d52ff;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 10px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 0px 10px 5px;
    
}

.modelform .action-button:hover,
.modelform .action-button:focus {
    background-color: #0d52ff
}

.modelform .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 10px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px 10px 0px;
    float: right
}

.modelform .action-button-previous:hover,
.modelform .action-button-previous:focus {
    background-color: #000000
}

.card {
    z-index: 0;
    border: none;
    position: relative
}

.fs-title {
    font-size: 25px;
    color: #0d52ff;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left
}

.purple-text {
    color: #0d52ff;
    font-weight: normal
}

.steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right
}

.fieldlabels {
    color: gray;
    text-align: left
}

#progressbar {
    margin-bottom: 30px;
    padding: 0;
    overflow: hidden;
    color: lightgrey;
    align-items: center;
    display: flex;
    justify-content: center;
}

#progressbar .active {
    color: #0d52ff
}

#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: "\f007"
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f013"
}

#progressbar #payment:before {
    font-family: FontAwesome;
    content: "\f030"
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f073"
}

#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: #0d52ff
}

.progress {
    height: 20px
}

.progress-bar {
    background-color: #0d52ff
}

.fit-image {
    width: 100%;
    object-fit: cover
}
.mfp-close{
    color: #000;
    background: #0d52ff !important;
    border-top-right-radius: 28px;
    border-bottom-left-radius: 30px;
    outline: #000;
}
/* start state */
 .mfp-zoom-in .mfp-with-anim {
	 opacity: 0;
	 transition: all 0.2s ease-in-out;
	 transform: scale(0.8);
}
 .mfp-zoom-in.mfp-bg {
	 opacity: 0;
	 transition: all 0.3s ease-out;
}
 .mfp-zoom-in.mfp-ready .mfp-with-anim {
	 opacity: 1;
	 transform: scale(1);
}
 .mfp-zoom-in.mfp-ready.mfp-bg {
	 opacity: 0.8;
}
 .mfp-zoom-in.mfp-removing .mfp-with-anim {
	 transform: scale(0.8);
	 opacity: 0;
}
 .mfp-zoom-in.mfp-removing.mfp-bg {
	 opacity: 0;
}
 