@import url('https://fonts.googleapis.com/css2?family=Elsie:wght@400;900&display=swap');
.main-footer {
  background:#E95420;
  padding: 15px;
  color: #fff;
  border-top: 1px solid #DDDDDD;
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  /*transition: transform .3s ease-in-out,margin .3s ease-in-out;
  z-index: 820;*/
}

.separaters{
    color: #FFF;
    background-color:  #0B1A71;
    font-size: 22px;
    text-align: center;
    /*margin: 20px;
    padding: 20px;*/
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    margin-top: 10px;
    border-bottom: 1px solid gray;
  }

  .imp{
    color: red;
    font-size: 16px;
    font-weight: 700;
  }
  .toppad{
    margin-top: 15px;
    padding-top: 15px; 
    margin-bottom: 40px;
  }
  .gap{
    padding: 10px;
  }
  .card h1{
    color: #FFF;
  }
  .card p{
    color: #FFF;
    font-size: 18px;
    text-transform: uppercase;
  }
  .bg-gray{
    background-color: gray;
  }

  .modal-content{
    background-color: transparent;
    border: none;
  }
  .mycol {
    display: inline-block;
  }
  .mycolR{
    float: right;
    margin-top:10px; 
  }

  #ajaxloaderModal {
    background-color: #dddddd91;
  }

  .dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #593196;

  }

  .back{
    background-color: #bad7f2;
  }

  .navbar-dark .navbar-nav .nav-link {
    color: #FFF;
}


body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

.mrg-rgstn-frm h1 {
    text-align: center;
    margin: 20px 0px;
    font-size: 40px;
    color: #333333;
    margin-bottom: 50px;
    font-family: 'Elsie', cursive;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-shadow: 1px 1px 1px #fff;
}

.step_item label {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #333;
    line-height: 18px;
    margin: 0px;
    margin-top: 10px;
    font-family: 'Poppins', sans-serif;
}

.step_item a {
    display: block;
    text-decoration: none !important;
}

.step_item img {
    border: 1px solid #ccc;
    border-radius: 100%;
    padding: 10px;
    transition: 0.5s;
    width: 86px;
    height: 86px;
    object-fit: scale-down;
}

.step_item {
    text-align: center;
    cursor: pointer;
    margin-bottom: 30px;
}

.step_item:hover img {
    background: #9c27b0;
    padding: 15px;
    border: 1px solid #9c27b0;
}

.step_item:hover label {
    color: #9c27b0;
}

.step_item a:focus img {
    background: #9c27b0;
    padding: 15px;
    border: 1px solid #9c27b0;
}

.step_item a:focus label {
    color: #9c27b0;
}

.frm input {
    width: 100%;
    height: 45px;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 10px 15px;
    font-size: 14px;
    color: #000;
    outline: none;
}

.frm select {
    width: 100%;
    height: 45px;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 10px 15px;
    font-size: 14px;
    color: #000;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(../images/down-chevron.png);
    background-position: 96%;
    background-repeat: no-repeat;
}

h2.cmn-hdn {
    font-size: 20px;
    margin: 0px;
    color: #333;
    margin-bottom: 20px;

}

h2.cmn-hdn span {
    width: 30px;
    height: 30px;
    display: inline-block;
    background: #4caf50;
    border-radius: 100%;
    color: #fff;
    text-align: center;
    font-size: 20px;
    line-height: normal;
    vertical-align: middle;
    margin-right: 10px;
    background-image: linear-gradient(
45deg
, #00000075, transparent);
    box-shadow: 2px 2px 2px #0009;
    padding: 5px;
}

.frm textarea {
    min-width: 100%;
    max-width: 100%;
    min-height: 100px;
    max-height: 100px;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 10px 15px;
    font-size: 14px;
    color: #000;
    outline: none;
}

.flx-frm {
    display: flex;
   /* flex-wrap: wrap;
    align-items: center;
*/
}

.flx-frm .upload-img {
    width: 100px;
    height: 120px;
    border: 1px solid #ccc;
    margin-right: 15px;
    padding: 5px;
}

.flx-frm .upload-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.flx-frm span {
    position: relative;
    background: #ff9800;
    color: #fff;
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 14px;
    transition: 0.3s;
}

.flx-frm span:hover {
    background: #d2830e;
}

.flx-frm span input {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    opacity: 0;
    cursor: pointer;
}

.section-item {
    margin-bottom: 30px;
    border: 1px solid #f1f1f1;
    border-radius: 10px;
    padding: 30px 40px;
}

.section-item h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    border-left: 4px solid #ff9800;
    padding-left: 10px;
}

.witness-box {
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 20px;
}

.witness-box:last-child {
    border-bottom: 0px;
    margin-bottom: 0px;
}

.cstm-rdo {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.cstm-rdo input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.cstm-rdo .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #ccc;
}

/* On mouse-over, add a grey background color */
.cstm-rdo:hover input~.checkmark {
    border: 1px solid #ff9800;
}

/* When the radio button is checked, add a blue background */
.cstm-rdo input:checked~.checkmark {
    border: 1px solid #ff9800;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.cstm-rdo .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.cstm-rdo input:checked~.checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.cstm-rdo .checkmark:after {
    top: 2px;
    left: 2px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #ff9800;
}

.section-item .form-group h4 {
    font-size: 16px;
    margin: 0px;
    margin-bottom: 15px;
}

.cstm-chckbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.cstm-chckbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.cstm-chckbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #ccc;
}

/* On mouse-over, add a grey background color */
.cstm-chckbox:hover input~.checkmark {
    background-color: #ff9800;
    border: 1px solid #ff9800;
}

/* When the checkbox is checked, add a blue background */
.cstm-chckbox input:checked~.checkmark {
    background-color: #ff9800;
    border: 1px solid #ff9800;

}

/* Create the checkmark/indicator (hidden when not checked) */
.cstm-chckbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.cstm-chckbox input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.cstm-chckbox .checkmark:after {
    left: 7px;
    top: 4px;
    width: 6px;
    height: 11px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.frm{
    padding: 40px;
    box-shadow: 0px 0px 10px rgba(204, 204, 204, 0.329);
    border-radius: 15px;
    margin-top: 30px;
}
.sbmt-btn{
    background: #1084e0;
    color: #fff;
    border: 0px;
    border-radius: 5px;
    font-size: 14px;
    padding: 10px 35px;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
}
.sbmt-btn:hover{
    background: #1073c1;
}
.mrg-rgstn-frm{
    overflow: hidden;
}

/*---responsive----*/
@media (max-width: 1199px) {
.flx-frm2
{
    width: auto !important;
}
}
@media (max-width: 991px) {
.flx-frm2
{
    width: auto !important;
}
}
@media (max-width: 767px) {
    .frm input{
        height: 40px;
    }
    .sign-box
    {
        position: relative !important;
    }
    .section-item{
        padding: 20px 20px;
    }
    .frm {
        padding: 20px;

    }
    .upload-photo
    {
        margin: 0!important;
    }
    .step_item img {
        width: 60px;
        height: 60px;
    }
    .main-footer
    {
        position: relative;
    }

    .step_item label {
        font-size: 14px;
    }


    .container {
        max-width: 100%;
    }
    .mrg-rgstn-frm h1{
        font-size: 25px;
        margin-bottom: 30px;
    }
}
@media (max-width: 480px) {
    h1 
    {
        font-size: 19px;
    }
    .check-photo2
    {
        margin: 0 !important;
    }
    .msub-btn
    {
        display: block!important;
        width: 100% !important;
    }
    .msub-btn .btn1, .btn2
    {
        margin-bottom: 7px!important;
    }
    .sign-box
    {
        position: relative !important;
    }
    .flx-frm2
    {
        margin: 0 auto!important;
        width: auto!important;
    }
    .flx-frm span
    {
        margin-top: 10px;
    }
    .frm
    {
        margin: 0 !important;
    }
    .frm textarea{
        font-size: 13px;
    }
    .frm select{
        font-size: 13px;
    }
    h2.cmn-hdn {
        font-size: 18px;
    }
    .frm input{
        font-size: 13px;
    }
    .mrg-rgstn-frm h1{
        text-align: left;
    }
    .step_item{
        text-align: left;
        margin-bottom: 15px;
    }
    .stp-item label{
        display: inline-block;
        margin-left: 15px;
    }

}
@media (min-width: 560px) and (max-width: 767px) {

}
@media (min-width: 768px) and (max-width: 991px) {

}
@media (min-width: 992px) and (max-width: 1199px) {

}

.upload-photo
{
   margin-top: 65px;
}
/*.upload-photo2
{
   margin-top: 105px;
}*/
/*Add*/
.back-img img
{
    width: 100%;
}
.check-photo
{
    margin-top: 275px;
}
.lawyer_img
{
    margin-top: 45px;
}
/*.edit-img
{
        margin-top: 105px;
}
*/
/*16-06-2021*/
.flx-frm
{
    justify-content: space-around;
}
.flx-frm span {
    position: relative;
    background: #ff9800;
    color: #fff;
    padding: 9px 5px;
    border-radius: 4px;
    font-size: 14px;
    transition: 0.3s;
    /* margin: 1px; */
    margin-right: 5px;
    width: 150px;
    text-align: center;
}
.frm {
    padding: 40px;
    box-shadow: 0px 0px 10px rgb(204 204 204 / 66%);
    border-radius: 15px;
    margin: 30px;
}
.mrg-rgstn-frm
{
           background-image: repeating-linear-gradient( 
152deg
 , #f0a28630, #ff98009e 0.1px);

}
.frm{

    background-color: #fff;
}
.step_item img
{
    background-image: linear-gradient(
78deg
, #ff9800, #e95420f2);
}

.sign
{
    background: #ff9800;
    color: white;
    padding: 5px 10px;
    border-radius: 4px;
     width: 150px;
     font-size: 14px;
}
.flx-frm2 {
  
    height: 50px;
    border: 1px solid #ccc;
    margin-right: 15px;
    padding: 5px;
    margin: 4px 0px;
    width: 200px;

}
.upload-signature img
{
    width:100%;
    height: 45px;
}
.section-item
{
    position: relative;
}
.sign-box 
{
    position: absolute;
    bottom: 0;
}
.right-p
{
    border: 1px dashed #0002;
     display: table-cell;
vertical-align: middle;
padding: 15px;
}
/*.back
{

    background-image: url(./../images/dw.svg);
}*/
.l-txt
{
    margin-bottom: 0;
}
.right-p2
{

    height: 320px;
}
.msub-btn
{
    display: flex;
    justify-content: space-between;
    width: 40%;
    margin: 0 auto;
}
.msub-btn .btn1, .btn2
{
    box-shadow: 1px 1px 5px #0008;
}
.cover
{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.cov-box
{
    width: 100%;
    
}
.bg-color
{
    background-color: #0006;
}
.check-photo2
{
    margin-top: 100px;
}
.img-btmtxt
{
    font-size: 15px;
    background: #ff9800;
    color: #fff;
    padding: 5px;
    font-weight: bold;
    text-shadow: 1px 1px 1px #000;
}

.wrapper-1{
  width:100%;
  height:100vh ;
  display: flex;
flex-direction: column;
background: #fff;
margin-top: 100px;
}
.wrapper-2{
  padding :30px;
  text-align:center;
}
h1{
    /*font-family: 'Kaushan Script', cursive;*/
  /*font-size:4em;*/
  /*letter-spacing:3px;*/
  color:#5892FF ;
  margin:0;
  margin-bottom:20px;
}
.btn
{
    font-size: 14px;
    margin: 0px 5px;
}
.wrapper-2 p{
  margin:0;
  font-size:1.3em;
  color:#646464;
  font-family: 'Source Sans Pro', sans-serif;
  letter-spacing:1px;
}
.go-home{
  color:#fff;
  background:#5892FF;
  border:none;
  padding:10px 50px;
  margin:30px 0;
  border-radius:30px;
  text-transform:capitalize;
  box-shadow: 0 10px 16px 1px rgba(174, 199, 251, 1);
}
.footer-like{
  margin-top: auto; 
  background:#D7E6FE;
  padding:6px;
  text-align:center;
}
.footer-like p{
  margin:0;
  padding:4px;
  color:#5892FF;
  font-family: 'Source Sans Pro', sans-serif;
  letter-spacing:1px;
}
.footer-like p a{
  text-decoration:none;
  color:#5892FF;
  font-weight:600;
}

@media (min-width:360px){
/*  h1{
    font-size:4.5em;
  }*/
  .go-home{
    margin-bottom:20px;
  }
}

@media (min-width:600px){
  .content{
  max-width:1000px;
  margin:0 auto;
}
  .wrapper-1{
  height: initial;
  max-width:620px;
  margin:0 auto;
  margin-top:100px;
  box-shadow: 4px 8px 40px 8px rgba(88, 146, 255, 0.2);
}
  
}



.blink{
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-timing-function:ease-in-out;
    -webkit-animation-direction: alternate;
}
@keyframes blinker {
  from {opacity: 1.0;}
  to {opacity: 0.0;}
}
.wrapper-2 h2
{
font-size: 22px;
    font-weight: bold;
    color: #e95420;
}
.wrapper-2 h2 span
{
color: #000;
}
.keep
{
    font-size: 15px ;
    color: #0009;
    padding: 15px 0;
}
.text-truncate
{
    font-size: 40px;
    font-family: sans-serif;
    color: #fff;
}
.navbar-brand img {
    width: 75px;
    height: 75px;
    background: #fff;
    border-radius: 50%;
    border: 3px solid #e95420;
}
.navbar
        {
            padding: 0px 25px;
        }
.footerlink{
    color: #FFF;
    text-decoration: none;
}        
.footerlink:hover{
    color: #FFF;
    text-decoration: underline;
}        