body {
    background-color: #f7f9fb;
    height: auto;
    font-family: "Public Sans", sans-serif;
    overflow-x: hidden;
}

.btn{
    outline: none;
}
.dnone{
    display: none;
}
.dblock{
    display: block;
}
.dcol{
    padding: 0px 0px;
}
.drow{
    padding: 8px 0px;
}
.dbrow {
    padding: 15px 0px;
}
.ladjcol{
    padding: 0px 0px 0px 15px;
}
.smlabel{
    font-size: 15px;
    letter-spacing: 0.7px;
    color: #1d242d;
    text-shadow: 0 0 #043458;
    font-weight: 300;
}
.adv_input .adv_txtbox{
    border-radius: 25px !important;
    box-shadow: none;
    min-height: 42px;

}
.adv_input .adv_txtarea{
    min-height: 119px;
    box-shadow: none;
    border-radius: 20px !important;
}

ul{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
ul li{
    float: left;
}
ul::after{
    content : "";
    clear: both;
    display: block;
}

.container{
    padding: 0px;
}
.ajaxloader_ctn{
    top: 25%;
    position: absolute;
    width: 100%;
    height: 40%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    display: none;
}

.btn-stru{
    letter-spacing: 0.7px;
    color: #000;
    background-color: #fda03f;
    border-radius: 23px;
    padding: 6px 25px;
    font-weight: 600;
}
.input_effect .help-block{
    color: #670c0c;
}