li.log-reg-btn a {
    text-align: center;
    display: block;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-left: 20px;
    padding: 4px 21px;
    border: 1px solid;
    border-radius: 5px;
}

.btn-outline-default{
    border: 1px solid #56B8E6;
    color: #56B8E6;
    background: white;
}
.btn-outline-default:hover{
    border: 1px solid #56B8E6;
    color: white;
    background: #56B8E6;
}
.btn-default{
    border: 1px solid #56B8E6;
    color: white;
    background: #56B8E6;
}
.btn-default:hover{
    border: 1px solid #56B8E6;
    color: white;
    background: #56B8E6;
}

.blog .comments .reply-form select{
    padding: 10px;
}
.blog .comments .reply-form label{
    padding-bottom: 7px;
    font-size: 14px;
}

span.stitle {
    border-bottom: 1px solid #cacaca;
    display: block;
    margin-bottom: 10px;
    margin-top: 20px;
}

span.stitle b,span.stitle p {
    background: gray;
    color: white;
    margin-bottom: 0px;
    padding: 6px 13px;
    display: inline-block;
    font-size: 1.6rem;
}

input ,select,textarea{
    border-radius: 4px!important;
    font-size: 1.4rem;
}

.form-control {
    font-size: 1.2rem;
}

.cCheck .form-check label {
    position: absolute;
    z-index: 999;
    width: 100%;
    height: 100%;
    /*border: 1px solid gray;*/
    padding: 0!important;
    padding-left: 34px!important;
    display: flex;
    align-items: center;
    cursor: pointer;
    background: gainsboro;
}
.cCheck  .form-check {
    position: relative;
    padding-left: 0px;
    height: 33px;
    display: block;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    cursor: pointer;
}
.cCheck .form-check input {
    position: absolute;
    left: 30px;
    top: 7;
    padding: 4px!important;
    z-index: 9999;
}






@media (max-width: 1279px){
	li.log-reg-btn a{
		margin-right: 20px;
	}
}








div#popup {
    border: 1px solid lightgrey;
    padding: 15px;
    background: #f6f6f6;
    max-width: 500px;
    margin: auto;
    border-top: 10px solid;
    box-shadow: 0 0 2px 0px #000000a6;
}
.popFooter{
    margin: 0;
    text-align: right;
    border-top: 1px solid #cdcdcd;
    padding-top: 12px;
    margin-top: 42px;
    display: block;
}

div#captcha {
    position: relative;
}

div#captcha img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

div#captcha input {
    padding-left: 100px;
}

a#trigbadg .badg {
    position: absolute;
    background: red;
    color: white;
    transform: rotate(-45deg);
    height: 100%;
    padding: 6px;
    font-size: 9px;
    top: 0;
    left: -7px;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90px;
}

.triggerDivTabs label {
    border-radius: 0!important;
    margin-right: -5px;
    padding: 3px 10px!important;
}

input[name='captcha']{
    padding-left:110px!important;
}

.wrap-text {
    position: absolute;
    left: 0;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    background: #bdbdbd;
    padding: 14px;
    width: 71px;
}
.small-fs{
    font-size: 18px!important;
}

.triggerDivTabs .btn-check:not(:checked)+.btn {
    background: #c9c9c9!important;
    color: black!important;
}
.custom-caption{
    border: 1px solid #dedede;
    padding: 20px;
    border-left: 10px solid #5BA1C7;
    max-width: 900px;
    margin: auto;
}
.hero-section {
    background-image: url(/assets/img/hero-img.jpg);
    background-position: top;
    background-size: 100%;
    padding: 100px 0;
    background-repeat: no-repeat;
}