
.form-wrap {
  background-color: #fff;
  width: 650px !important;
  margin: 3em auto;
 /* box-shadow: 0px 1px 8px #BEBEBE;
  -webkit-box-shadow: 0px 1px 8px #BEBEBE;
  -moz-box-shadow: 0px 1px 8px #BEBEBE;
*/
   }
 
  .form-wrap .tabs {
    overflow: hidden;
    width: 620px;
    margin: auto;
    padding-top: 20px;
}

@media only screen and (max-width: 1000px) {
.form-wrap .tabs {
    overflow: hidden;
    width: 90%;
    margin: auto;
    padding-top: 20px;
}
.form-wrap {
    margin: 5em auto;
}
}
    .form-wrap .tabs h3 {
      float: left;
      width: 50%; }
      .form-wrap .tabs h3 a {
        padding: 0.5em 0;
        text-align: center;
        font-weight: 400;
        background-color: #0070c0;
        display: block;
        color: #fff; }
        

.form-wrap .tabs h3 a {
    font-weight: 400;
   background-color: #eee;
    color: blue;
    text-align: inherit;
    display: block;
    padding: 10px 15px;
    border-radius: 4px 4px 0 0;
    font-size: 16px;
    text-transform: uppercase;
        text-decoration: none;
}

.row.registration-option-tabs {
    display: flex;
}


.form-wrap .tabs h3 a.active {
    
    background-color: #0070c0;
    color: #fff;

     }
  .form-wrap .tabs-content {
    padding: 1.5em;

     }
    .form-wrap .tabs-content div[id$="tab-content"] {
      display: none; 

  }
    .form-wrap .tabs-content .active {
      display: block !important; 
  }
 

.headinglr{
	background-color: #4b97c3;
	 padding: 10px;
    color: #fff;
	font-size: 18px;


}




.div-widget .widget-img {
    color: #0070c0;
}


.tabs-content .div-widget {
    padding: 20px;
    cursor: pointer;
    border: none;
    border-radius: 2px;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 16%), 0 0 0 1px rgb(0 0 0 / 8%);
}

/**/

/*.modal.show .modal-dialog {
    transform: none;
    margin-top: 100px !important;
}*/

@media (min-width: 992px){
.modal-lg, .modal-xl {
    max-width: 700px !important;
    margin: 50px auto;
}
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100% !important;
    pointer-events: auto;
    background-color: #fff0 !important;
    background-clip: padding-box;
    border: 1px solid rgb(0 0 0 / 0%) !important;
    border-radius: 0.3rem;
    outline: 0;
}

.mb-10, .my-10 {
    margin-bottom: -6.5rem !important;
}