.btn-welcome {
    border: 1px solid #12AF0A;
	background-color:#12AF0A;
    padding: 1px 1px;
    display: inline-block;
	border-radius: 5px;
    color: #ffffff;
	margin-top:35px;
    transition: all ease-in-out .3s;
    cursor: pointer
}

.btn-welcome:hover {
    background: #076502;
    color: #ffffff;
    border-color: #076502;
	    border-radius: 5px;
}
.nh-head{
        font-size: 40px;
    color: #0059AD;
    text-align: center;
    font-family: 'Rockwell', cursive;
}
.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
    background-color: #007fe6;
    border-radius: 20px;
}
.top-img img {
    width: 100%;
    height:225px;
    border-radius: 20px;
}
.coi-pop .modal-title {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}
.form-group {
    margin-bottom: 1rem;
}
.text-center {
    text-align: center !important;
}
.coi-pop .modal-header {
    background: rgb(50 103 165);
    text-align: center;
    justify-content: center;
}
.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
}
.coi-pop .close {
    float: right;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    opacity: 1;
}
.modal-header .close {
    text-align: center;
}
button:not(:disabled), [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled) {
    cursor: pointer;
}
button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
}
.combo a{
    font-size: 13px;
}
.nh-p{
    font-size: 16px;
}
.close {
    float: center;
    font-size: 30px;
    font-weight:bold;
    box-shadow: none!important;
    background-color: none;
}


.btn-welcome1 {
   
	background: #0059AD;
    padding: 2px 5px;
	margin-top:15px;
    display: inline-block;
	border-radius: 6px;
    color: #ffffff;
    transition: all ease-in-out .3s;
    cursor: pointer
}

.btn-welcome1:hover {
    background: #000000;
    color: #ffffff;

	    border-radius:6px;
}


.btn-welcome2 {
   
	background: #e7af08;
    padding: 2px 6px;
	margin-top:15px;
    display: inline-block;
	border-radius: 6px;
    color: #ffffff;
    transition: all ease-in-out .3s;
    cursor: pointer
}

.btn-welcome2:hover {
    background: #00479E;
    color: #ffffff;

	    border-radius:6px;
}


.btn-blue {
    border: 1px solid #E54B06;
    padding: 7px 25px;
    display: inline-block;
    background: #E54B06;
    color: #fff;
    transition: all ease-in-out .3s;
    cursor: pointer
}

abtn-blue:hover {
    background: #E54B06;
    color: #005294;
    border-color: #005294
}


.btn-minto {
    border: 1px solid #FE4F00;
    padding: 7px 25px;
    display: inline-block;
    background: #E54B06;
    color: #ffffff;
    transition: all ease-in-out .3s;
    cursor: pointer
}

.btn-minto:hover {
    background: #E54B06;
    color: #005294;
    border-color: #005294
}











.btn-white {
    background: transparent;
    border-color: #fff;
    color: #fff
}

.btn-red {

    background: #00479E;
    color: #ffffff;
    border-color: #ffffff;

}

.btn-red:hover {
 background: #fff;
    border-color: #6547FF;
	color:#000;
}

.btn-style-1 {
    border-radius: 30px;
    padding: 8px 15px
}

.btn-style-2 {
    border-radius: 10px;
    padding: 10px 25px
}

.white {
    color: #fff
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 999999
}

#status {
    position: fixed;
    content: '';
    display: block;
    top: 28%;
    left: 0;
    right: 0;
    width: 300px;
    height: 300px;
    margin: 0 auto;
    background: url(../images/loader.html);
    background-size: cover;
    background-position: center;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 9999999999
}

