.niosh-layout{
    margin-top: 100px;
    background-color: #FFF;
}
.first-container{
    text-align: center;
}
.first-container > h4{
    font-weight: normal;
    font-size: 20px;
    color: #2B2B2B;
}
.display-none{
    display: none;
}
.errorMsg{
    color:red !important
}
.errorMsgPopUp{
    color:red !important
}

.red::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: red !important;
    opacity: 1; /* Firefox */
 }

.btn-account{
    background-color: #FFF;
    border-radius: 10px;
    font-weight: bold;
    color: #599AEF;
    border: none;
    height: 60px;
    width: 280px;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
}
.btn-active{
    background-color: #599AEF;
    border-radius: 10px;
    font-weight: bold;
    font-size: 16px;
    color: #FFF;
    border: none;
    height: 60px;
    width: 280px;
    transition: all .3s;
}
.form-custom{
    background: #FFFFFF;
    box-shadow: inset 0px -1px 0px #2B2B2B;
    border: none;
    height: 50px;
    border-radius: 0;
    font-weight: normal;
    font-size: 14px;
}
.form-custom:active{
    box-shadow: none;
    outline: none;
    border: none;
}
.add-participant > h4{
    font-weight: normal;
    font-size: 16px;
    color: #2B2B2B;
    margin-top: 30px;
}
.btn-add-participant{
    background: #599AEF;
    border: 1px solid #599AEF;
    box-sizing: border-box;
    border-radius: 22.5px;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    width: 100%;
    height: 50px;
}
.second-container{
    max-width: 600px;
    margin-top: 30px;
}
.second-container > p{
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #75848E;
}
.form-section{
    margin-top: 20px;
}
.added-participant{
    margin-top: 20px;
}
.added-participant > div{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: DFDFDF;
    border: 1px solid DFDFDF;
    box-sizing: border-box;
    box-shadow: 0px 6px 20px rgba(62, 94, 115, 0.3);
    border-radius: 8px;
    padding: 10px;

}
.added-participant > div > .text-align{
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: black;
    margin: 0;
    width:100px;
}
.added-participant > div > .text-align-type{
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: black;
    margin: 0;
    width:50px;
}

.price-section{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 40px;
}
.price-section > p:first-child{
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #75848E;
}
.price-section > p:nth-child(2){
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    text-align: right;
    color: #2B2B2B;
}
.btn-pay{
    background-color: #599AEF;
    border-radius: 25px;
    font-weight: bold;
    font-size: 16px;
    color: #FFF;
    border: none;
    height: 40px;
    width: 160px;
    transition: all .3s;
}
select.form-custom-dropdown::-ms-expand {
    display: none;
}
select.form-custom-dropdown {
    outline : none;
    overflow : hidden;
    text-indent : 0.01px;
    text-overflow : '';
    background : url("https://img.icons8.com/material/24/000000/sort-down.png") no-repeat right #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    /* background: #FFFFFF; */
    box-shadow: inset 0px -1px 0px #2B2B2B;
    border: none;
    height: 50px;
    border-radius: 0;
    font-weight: normal;
    font-size: 14px;
}
.border-content{
	border-radius: 10px;
	padding: 10px 15px;
	margin-bottom: 18px;
	background-color: rgba(255,255,255,0.70);
}
.table-custom{
    border: none;
    max-width: 300px;
    margin: auto;
}
.table-custom > tbody > tr > td {
    border: none;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #BABABA;
    padding: 0;
}
.table-custom > tbody > tr > td:nth-child(2){
    color: #2B2B2B;
}
.table-custom > tbody > tr:last-child > td{
    padding-top: 20px;
}
.table-custom > tbody > tr:last-child > td:last-child{
    font-weight: bold;
}
.modal-dialog-payment, .modal-content-payment{
    border-radius: 0;
}
.modal-body-payment{
    padding: 40px 70px;
}
.select-payment-section{
    margin-top: 30px;
}
.table-cell{
    display: table-cell;
    width: 230px;
    text-align: center;
    vertical-align: middle;
}
.border-content{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.btn-save{
    background-color: #599AEF;
    border-radius: 25px;
    font-weight: bold;
    font-size: 16px;
    color: #FFF;
    border: none;
    height: 40px;
    width: 160px;
    transition: all .3s;
}
.modal-footer-add{
    text-align: center;
    border: none;
}
.btn-exit{
    background-color: transparent;
    border: none;
    font-weight: bold;
    font-size: 16px;
    color: #75848E;
    height: 40px;
    width: 160px;
}
.modal-body-add{
    padding: 30px 50px;
    text-align: center;
}
.modal-dialog-add{
    max-width: 600px;
}
.payment-card{
    width: 200px;
    height: 120px;
    text-align: center;
    padding: 20px;
    background: #FFFFFF;
    border: 1px solid #EAEAEA;
    box-sizing: border-box;
    box-shadow: 0px 2px 10px rgba(184, 203, 228, 0.3);
    border-radius: 0;
    cursor: pointer;
}
.payment-card > img{
    margin: auto;
}
.payment-card > p{
    margin: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    letter-spacing: 0.388889px;
    color: #515D65;
}
.button-position{
    text-align: center;
}
.btn-next{
    background-color: #599AEF;
    border-radius: 25px;
    font-weight: bold;
    font-size: 16px;
    color: #FFF;
    border: none;
    height: 40px;
    width: 160px;
    transition: all .3s;
}
.payment-card-active{
    background-color: #E7DE70;
    transition: all .3s;
}
.disabled-payment{
    pointer-events: none;
    opacity: 0.4;
}
html , body{
/*    font-family: 'Roboto','Helvetica Neue' !important*/
}
.burger-menu-web{
    display:none;
}

.custombtn {
	margin: auto;
	font-size: 17px;
  color:white;
	background-color: #599AEF;
	padding: 10px 0;
	border-radius: 12px;
  width: 80% !important;
}

.third-container{
    text-align: center;
    max-width: 600px;
    margin-top: 30px;
}
.third-container > p{
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #75848E;
}

/* footer */
.bg-footer-web-top {display:none;}
.bg-footer-web {display:none;}

.footerniosh{
  padding: 30px;
  background-color:white;
}

.hr{
  margin-bottom: 20px;
}

.dottedUnderline {
  font-size:15px;
  border-bottom: 1px dashed #007bff;
  text-decoration: none;
}

footer > p {
  font-size:15;
}

.textindent {
  text-indent: 17px;
}

ul.a {
  list-style-type: circle;
}

ol.listopen {
  list-style-type: lower-alpha;
}

.tablecenter {
  margin-left: auto;
  margin-right: auto;
  margin-bottom:10px;
}

.modal-dialog-add1{
    max-width: 900px;
}

.title-margin{
  margin-bottom:10px;
}

.pop2, .pop3, .pop4, .pop5, .pop6, .pop7, .pop8, .pop9, .pop10, .pop11{
  display:none;
}