body{
    color: #fff!important;
    font-family: Arial, Helvetica, sans-serif;
}
.mainbg{
    background: #81ecec;
    height: 100%;
}
.logo{
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    margin-top: -7px;
}
.slogan{
    font-size: 30px;
    font-family: 'Fredoka One', cursive;
    color: #000;
    /*font-family: 'Poppins', sans-serif;*/
    margin-left: auto!important;
    margin-right: auto!important;
    text-align: center;
    line-height: 40px;
}
.slogan span{
    font-size: 50px;
    display: block;
}

.home-text{
    font-size: 21px;
}
.home-graphics{
    color: #1abc9c;
    align-items: center;
    display: flex;
}
.home-graphics img{
    width: 100%;
}
.bg-circle{
    background: #22a6b3;
    width: 90%;
    height: 388px;
    margin-top: -322px;
    border-radius: 100%;
    position: absolute;
    top:0;
    z-index: -1;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
.flex-1 > div{
    flex: 1;
}
label{
    display: block!important;
}
.form-content{   
    background: #dff9fb;
    border-radius: 20px;
    margin-top: 20px;
    color: #010106;
}
.form-control{
    background: #c7ecee!important;
    padding: 10px!important;
    height: 55px;
    border-radius: 10px!important;
}
.form{
    padding: 20px;
}
.form-content .form{flex: 1;}
.links-col{
    text-align: center;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 10px 20px;
    border-radius: 0 0 20px 20px;
    color: #000!important;
    font-weight: bold;
}
.links-col div{
    background: #ffff !important;
    border-radius: 100%;
    border: solid 7px #f9ca24 !important;
    padding: 15px;
    width: 100px;
    height: 100px;
    display: flex;
}
.links-col img{
    margin: auto;
    display: block;
    width: 100%;
}
.btn-primary{
    background-color: #9dfbf2!important;
    color: #000!important;
    font-weight: bold!important;
}

footer{
    background: #079992;
    padding: 10px;
}
footer .container{justify-content: space-between;}

.field-container
{
	font-size:18px;
}
.field-container .input_row{display:flex;flex: 1 100px; gap: 10px;}
.checkbox-row{display:flex;}
.checkbox-row .text{width:87%;font-size: 14px;padding-right: 20px;}
.checkbox-row .radio_title{float: left;margin: 0px 5px;}
.checkbox-row .chek{width: auto;}
.checkbox-row .text {
    width: 87%;
    font-size: 14px;
    padding-right: 20px;
    color: #2e2e2e;
}
.sub_message{
    color:#2e2e2e;
}
#complete-profile-title{
    color:#2e2e2e;
}
.chk-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.chk-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 5px;
}
.chk-container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 7px;
    height: 14px;
    border: solid #000;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.chk-container input:checked ~ .checkmark:after {
    display: block;
}
.chk-container input:checked ~ .checkmark {
    background-color: #9dfbf2;
    border-radius: 5px;
}
.input_row {
    margin: 11px 0;
}
.input_row input,.input_row select
{
	color:#e7e7e7;
	border:none;
	background: #16a085;
	padding: 10px;
	border-radius: 10px;
	width:100%;
}
placeholder{color:#7c7c7c;}
.btn-primary{
    background-color: #f9ca24!important;
    padding: 15px!important;
    border: none!important;
}
.link-title{
    color: #010106;
    font-weight: bold;
    margin-top: 25px;
    text-align: center;
}
.main-content{
    margin-top: 25px;
    color: #000;
    min-height: 100%;
}
.inner-content-container{
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
} 

.inner-content-container img, .inner-content-container .gif{border:solid 4px #fff;width: 100%; }
.inner-content-container a{color: #1abc9c;
    font-weight: bold;}

@media (min-width: 768px) { 
.logo{
    font-size: 30px;
}
.mainbg{
    background: #81ecec;
    background-size: contain;
    height: 100%;
}
.inner-content-container > div{flex:1;}
}
@media (min-width: 992px) { 

    .slogan{
        font-size: 28px;
        font-family: 'Fredoka One', cursive;
        margin-top: 0px!important;
        margin-left: auto!important;
        margin-right: auto!important;
        line-height: 55px;
    }
    .slogan span{font-size: 55px;display: block;}

    .home-text{
        font-size: 27px;
        line-height: 34px;
        margin-bottom: 10px;
    }
 }
.footer-reserved-a {
    color:#e7e7e7 !important;
}

.header-circle-content {
    color: #ffff;
}