/* ========== Do Not Touch In Css Start ========== */

/*body{
    margin:0px;
    padding:0px;
    background:#fff;
    font-size:14px !important;
    color:#4a4a4a;
    font-weight: 300;
    font-family: "Fira Sans", Arial, sans-serif;
    -webkit-user-select : none ;
    -khtml-user-select : none ;
    -moz-user-select : none ;
    -ms-user-select : none ;
    user-select : none ;
}

p{
    margin:0px;
    padding:0px;
    line-height:25px;
    font-size:14px;
    color:#4a4a4a;
    font-family: "Fira Sans", Arial, sans-serif;
}*/

/*a,a:hover, a:focus{
    text-decoration:none;
    color:#000;
    transition: all 0.5s ease;
}

button
{
    transition: all 0.5s ease;
}
a:focus{
    outline:none;
}

ul {
    list-style:none;
    padding:0px;
    margin:0px;
}

li {list-style:none;}

::-webkit-input-placeholder {
    color: #ccc !important;
}

::-moz-placeholder {
    color: #ccc !important;
}

:-ms-input-placeholder {
    color: #ccc !important;
}

:-moz-placeholder {
    color: #ccc !important;
}

.btn:focus{
    outline: none !important;
}
.margin-bottom
{
    margin-bottom: 0px !important;
}

.btn-blue
{
    height: 40px;
    line-height: 38px;
    padding: 0px 25px;
    border-radius: 0px;
    border: none;
    color: #fff !important;
    background: #1e3680;
    border:1px solid #1e3680;
    font-size: 16px;
}
.btn-blue:hover
{
box-shadow: none;
background-color: #f40000;
border-color: #ee201e;
}
.btn-blue i
{
    margin-right: 5px;
}

.btn-gray
{
    height: 40px;
    line-height: 38px;
    padding: 0px 25px;
    border: none;
    color: #000;
    background: #ccc;
    border:1px solid #ccc;
    font-size: 16px;
    letter-spacing: 0.5px;
    font-weight: 500;
}
.btn-gray:hover
{
    background:transparent;
}
.btn-transparent
{
    height: 40px;
    border-radius: 4px;
    padding: 0px 25px;
    color: #0d75c9;
    background: transparent;
    border: 1px solid #0d75c9;
    font-size: 16px;
    letter-spacing: 0.5px;
    font-weight: 500;
    text-transform: uppercase;
}
.btn-transparent:hover
{
    background: #0d75c9;
   color: #fff;
}
/*.btn-primary:hover
{
    color: #ee201e !important;
}*/
/*.btn-dashed
{
    height: 40px;
    border-radius: 4px;
    padding: 0px 25px;
    border: 2px dashed #ccc;
    border-radius: 5px;
    line-height: 36px;
    text-transform: capitalize;
    display: inline-block;
    margin-top: 20px;
    background: transparent;
    font-size: 16px;
    letter-spacing: 0.5px;
    font-weight: 500;
}
.btn-dashed i
{
    margin-right: 5px;
}
.btn-dashed:hover
{
    border: 2px dashed #ccc;
    background: #ccc;
    color: #000;
}
.btn-3
{
    height: 40px;
    margin-bottom: 10px;
    border-radius: 4px;
    border: none;
    padding: 0px 20px;
    color: #222;
    background: transparent;
    font-size: 16px;
    letter-spacing: 0.5px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 10px auto;
}
.btn-3:hover
{
    background: #f5f5f5;
}
.btn-text-blue
{
    height: 40px;
    margin-bottom: 10px;
    border-radius: 4px;
    border: none;
    padding: 0px 20px;
    color: #0d75c9;
    background: transparent;
    font-size: 16px;
    letter-spacing: 0.5px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 10px auto;
}
.btn-text-blue:hover
{
    background: #0d75c9;
    color: #fff;
}
button, a
{
    margin: 0px 5px;
}*/
.m-auto
{
    margin: 0px auto !important;
}
.mb-0
{
    margin-bottom: 0px !important;
}
.mb-20
{
    margin-bottom: 20px !important;
}
.mb-10
{
    margin-bottom: 10px !important;
}
.text-center
{
    text-align: center;
}
.w-600
{
    max-width: 600px !important;
}
.w-800
{
    max-width: 800px !important;
}
.d-flex
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content:center;
}
.justify-content-center
{
    justify-content: center;
}
.justify-content-space-between
{
    justify-content: space-between;
}

.dashed-box
{
    border: 2px dashed #ccc;
    padding: 15px;
}



.stepwizard-step p {
    margin-top: 0px;
    color: #000;
    font-size: 18px;
    line-height: 23px;
    margin-top: 10px;
    font-weight: 400;
    display: none;
}

.stepwizard-row {
    display: table-row;
    position: relative;
}
.stepwizard {
    display: table;
    width: 100%;
    padding: 40px 0;
    position: relative;border-bottom: 2px solid #eaeaea;

}

.stepwizard .btn-circle.disabled, .stepwizard .btn-circle[disabled], .stepwizard fieldset[disabled] .btn-circle {
    opacity:1 !important;
    color:#bbb;
}

.stepwizard-row:before {
    top: 50%;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 84%;
    height: 1px;
    background-color: #ccc;
    z-index: 0;
    left: 8%;
}
.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 48px;
    font-size: 16px;
    border-radius: 50%;
    background: #fff;
    border:1px solid #ccc;
    color: #000;
    display: inline-block;
}

.btn-circle.btn-success,
.btn-circle.btn-success:hover{
    background: #1e3680;
    border-color: #1e3680;
    color: #fff !important;
    box-shadow: none;
}
/*-----------------------------------------------*/
.c-padd
{
    /*padding: 50px 0px;*/
}
.c-padd-50
{
    padding: 50px 0px;
}
input[type=checkbox], input[type=radio] {
    margin-right: 5px;
}
.c-padd h3
{
    text-align: center;
    width: 100%;
}
.form-title
{
    text-align: center;
    padding: 0px 15px;
    width: 100%;
}
/*.c-padd .form-title
{
    font-size: 26px;
    color: rgba(83, 83, 85, 255);
    margin-bottom: 40px;
    text-align: center;
    line-height: 30px;
}*/
.c-padd .sub-title
{
    text-align: center;
}
.c-padd .form-item
{
    margin: 0px auto 10px;
    float: none;

}
.c-padd .form-group
{
    position: relative;
    display: flex;
    max-width: 450px;
    margin: 0px auto 10px !important;
    margin-bottom: 30px;
}
.c-padd .form-control-wrapper
{
 max-width: 450px;
margin: 0px auto;
}
label.from-label {
    margin: 10px 0 5px;
}
.form-section .form-group
{
    margin-bottom: 30px;
    position: relative;
}
.form-section .form-group .parsley-errors-list
{
    position: absolute;
    bottom: -15px;
    left: 0px;
    text-align: left;
}

.form-section input.form-control[type="file"]
{
    height: 45px;
    line-height: 15px;
    padding: 10px 15px;
    box-shadow: none;
    overflow:hidden;
}
.form-section .change
{
    margin-bottom: 30px;
}

.form-section .change label
{
    display: none;
}
.form-section .change br
{
    display: none;
}
.c-padd .icon-box {
    position: relative;
    color: #222;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    background-color: #fafafa;
    border: 2px solid #eaeaea;
    /*border-radius: 4px 0px 0px 4px;*/
    -webkit-transition: all .3s;
    transition: all .3s;
    min-width: 45px;
    height: 45px;
    line-height: 40px;
    margin-right: -2px;
}
.c-padd .icon-box i
{
    line-height: 38px;
}
.c-padd .input-box {
    color: #66676a;
    background-color: #fff;
    background-image: none;
    border: 2px solid #eaeaea;
    /*border-radius: 4px;*/
    height: 45px;
    padding: 5px 10px;
    width: 100%;
    font-size: 1.4rem;
}

.c-padd .input-box-2 {
    color: #66676a;
    background-color: #fff;
    background-image: none;
    border: 2px solid #eaeaea;
    /*border-radius: 4px;*/
    height: 45px;
    padding: 5px 10px;
    font-size: 1.4rem;
    width: 100%;
}
.c-padd .form-button
{
    /* padding:0px 0px; */
    padding: 20px 0px;
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
}
.c-padd .form-button a, .c-padd button
{
    text-transform: uppercase;
    margin: 0px 5px;
}
.upload-img-box
{
    position: relative;
    text-align: center;
    margin-top: 5px;
    background: #e9ecff;
}
.upload-img-box  img
{

    margin: 0px auto;
    height: 100%;
    height: 250px;
    object-fit: contain;
}
.ul-form
{
    padding-left: 20px;
}
.c-padd .anticon
{
    position: absolute;
    right: 0px;
    top: 0;
    width: 30px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
}
.c-padd .check-icon
{
    color: #52c41a;
    display: none;
}
.c-padd .close-icon
{
    color: #f5222d;
    display: none;
}
.c-padd .form-explain
{
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0px;
    bottom: -20px;
    color: #f5222d;
    display: none;
}
.c-padd .next-btn
{
    line-height: 40px;
    padding: 0px 25px;
    border-radius: 4px;
    border: none;
    color: #fff;
    background: #0d75c9;
    font-size: 16px;
    letter-spacing: 0.5px;
    font-weight: 500;
}

.c-padd .input__icon
{
    width: 30px;
    height: 40px;
    line-height: 40px;
    margin-right: 10px;
    position: relative;
}
.c-padd .country-select {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    border: 0;
    opacity: 0;
    cursor: pointer;
}

.c-padd .form-group .checkbox
{
    text-align: center;
    width: 100%;
}
.c-padd .form-group .checkbox ul {
    text-align: center;
    width: 100%;
}
.c-padd .form-group .checkbox label {
    cursor: pointer;
}
.c-padd .form-group p
{
    text-align: center;
    width: 100%;
}
.c-padd .form-group p a
{
    color: #0d75c9;
}

.d-inherit
{
    display: inherit !important;
    text-align: center;
}
.address-box
{
    display: inherit !important;
    position: relative;
}
.address-box .edit
{
    background: transparent;
    border: none;
    position: absolute;
    right: 0px;
}
.address-box h5
{
    width: 100%;
    line-height: 20px;
    padding: 10px 0px;
    margin: 0px;
    text-transform: uppercase;
    color: #0d75c9;
}

.address-box textarea
{
 width: 100%;
 height: 60px;
 border: none;
 border-bottom: 1px solid #000;
}
.w-100
{
    width: 100%;
    /* text-align: right; */
}
.ant-btn
{
    border: 1px solid transparent;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015);
    border-radius: 4px;
    color: #222;
    background-color: #fff;
    border-color: #d9d9d9;
    height: 35px;
    padding: 0px 10px;
    margin: 10px 0px;
}
.demo-skip
{
    padding: 0px 20px;
    border: 2px dashed #ccc;
    border-radius: 5px;
    line-height: 40px;
    text-transform: capitalize;
    display: inline-block;
    margin-top: 20px;
    background: transparent;
}

.select-box
{
    color: #66676a;
    background-color: #fff;
    background-image: none;
    border: 2px solid #eaeaea;
    /*border-radius: 4px 4px;*/
    height: 45px;
    padding: 5px 10px;font-size: 1.4rem;
    width: 100%;
    font-family:revert;
}
.country-region-block h4, .country-region-block p
{
    text-align: left !important;
}

.photo-btn
{
    width: 100%;
    text-align: left;
    margin-bottom: 5px;
}
.photo-btn i
{
    margin-right: 5px;
}

.upload-btn
{
    width: 100%;
    text-align: left;
}
.upload-btn i
{
    margin-right: 5px;
}
/*
.upload-btn-2
{
    height: 40px;
    margin-bottom: 10px;
    border-radius: 4px;
    border: none;
    padding: 0px 20px;
    color: #0d75c9;
    background: transparent;
    border: 1px solid #0d75c9;
    font-weight: 400;
    text-transform: uppercase;
    margin: 10px auto;
}
.upload-btn-2 i
{
    margin-right: 5px;
}*/

.arrow-navigation
{
    position: fixed;
    z-index: 99;
    top:150px;
}
.arrow-navigation button
{
    font-size: 20px;
    border: none;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}
.arrow-left
{
    position: fixed;
    box-sizing: border-box;
    left: 10vw;
    padding: 10px;
}
.arrow-right
{
    position: fixed;
    box-sizing: border-box;
    right: 10vw;
    padding: 10px;
}


.confirm-details-block
{
    max-width: 800px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(217, 217, 217);
    border-image: initial;
    border-radius: 3px;
    margin: 0px auto;
    margin-bottom: 40px;
}
.confirm-details-header
{
width: 100%;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    border-bottom: 1px solid rgb(217, 217, 217);
    padding: 15px 25px;
}
.confirm-details-header h3
{
    margin: 0px;line-height: 30px;
}
.confirm-details-header button
{
    background: transparent;
    border: none;
    line-height: 30px;
}
.confirm-details-body
{
    width: 100%;
    padding: 25px;
}
.confirm-details-body .inner-body
{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.inner-body .inner-box
{
    text-align: left;
    width: 100%;
    flex-basis: 30%;
    margin: 12px;
}
.inner-body .inner-box label
{
    font-size: 14px;
    font-weight: lighter;
    opacity: 0.6;
    margin-bottom: 0px;
    width: 100%;
}
.inner-body .inner-box p
{
    font-size: 16px;
    color: #000;
    font-weight: 600;
    line-height: 30px;
}
.inner-body .inner-box p span
{
    font-size: 16px;
    font-weight: lighter;
    opacity: 0.4;
}
.progress-section
{
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 20px 0px;
    border-top: 2px solid rgb(241, 243, 243);
    background: #fff;
}
.progress-row
{
    width: 100%;
    padding: 10px 0px;
    position: relative;
}
.progress-row .progress
{
    height: 10px;
    box-shadow: none;
    border-radius: 5px;
    margin-right: calc(2em + 8px);
    margin-bottom: 0px;
}
.progress-row .progress .progress-bar-success
{
    background-color: #0d75c9;
}
.progress-lable {

    width: 2em;
    margin-left: 8px;
    color: rgba(0,0,0,.45);
    font-size: 1em;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 30px;
}


.box-1
{
    max-width: 250px;
    padding: 30px;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
}
.box-1 img
{
    height: 80px;
    margin: 20px auto;
}
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #1E3680;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(2px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.ul-box-1
{
    text-align: left;
    max-width: 270px;
    margin: 0px auto;
}
.ul-box-1 li
{
    width: auto;
    line-height: 30px;
    font-weight: 500;
    position: relative;
    padding-left: 20px;

}
.ul-box-1 li:before
{
    position: absolute;
    content: '\f111';
    left: 0px;
    top: 0;
    font-size: 8px;
    font-weight: bold;
    color: #000;
    font-family: 'Font Awesome\ 5 Free';
    height: 30px;
    line-height: 30px;
}
.ul-box-2
{
    text-align: left;
    margin: 0px auto;
}
.ul-box-2 li
{
    width: auto;
    line-height: 30px;
    font-weight: 400;
    position: relative;
    padding-left: 20px;

}
.ul-box-2 li:before
{
    position: absolute;
    content: '\f068';
    left: 0px;
    top: 0;
    font-size: 8px;
    font-weight: bold;
    color: #000;
    font-family: 'Font Awesome\ 5 Free';
    height: 30px;
    line-height: 30px;
}

.radio
{
    text-align: left;
    width: 100%;
    flex-basis: 31%;
    margin: 1% !important;
    background: #d5dcdc;
    border-radius: 4px;
    padding: 15px;
    transition: all 0.5s ease;
    position: relative;
}
.radio label
{
    width: 100%;
    text-align: center;
    color: #000;
    padding: 0px;
    padding-bottom: 20px;
}
.radio:hover
{
    -moz-box-shadow:    inset 0 0 0px 5px #0d75c9;
    -webkit-box-shadow: inset 0 0 0px 5px #0d75c9;
    box-shadow:         inset 0 0 0px 5px #0d75c9;

}
.radio label > p
{
    margin-top: 0px;
}
.radio label > input[type="radio"]
{
    position: absolute;
    margin: 0px;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}
.delete-box
{
    align-items: center;
    border-radius: 4px;
    border: 1px solid #d9d9d9;
    justify-content: space-between;
}
.delete-box button
{
    background: transparent;
    border: none;
    width: 50px;
    height: 50px;
}
.delete-box img
{
    height: 100px;
}
@media screen and (max-width: 993px)
{
    .Passport-img-block
    {
        width: 50%;
        float: left;
    }
    .radio
    {
        -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
    }
    /*.btn-blue, .btn-gray
    {
        padding: 0px 10px;
        line-height: 33px;
        height: 35px;
        font-size: 13px;
    }*/
}
@media screen and (max-width: 767px)
{

    .confirm-details-body, .confirm-details-header
    {
        padding: 15px;
    }
    .inner-body .inner-box
    {
        margin: 5px;
    }
}
@media screen and (max-width: 575px)
{
    .inner-body .inner-box
    {
      flex-basis: 45%;
    }
    .arrow-navigation button
    {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
    .arrow-left
    {
        left: 5vw;
        padding: 0px;
    }
    .arrow-right
    {
        right: 5vw;
        padding: 0px;
    }
    .btn-circle
    {
        width: 30px;
        height: 30px;
        font-size: 11px;
        line-height: 28px;
    }
    .stepwizard-row::before
    {
        top:50%;
    }
    .stepwizard
    {
        margin-bottom: 0px;
    }
}

.c-padd .form-control-wrapper .

