/*
Theme Name: moneyloans
*/
html {
    margin-top: 0 !important;
}

@media only screen and (max-width: 320px) {
    .containertab {

        min-height: 1350px;

    }
}

#section_Cont_12 {
    background-image:url(https://maybeloan.com/wp-content/themes/moneyloans/img/bg2.png);background-image:-webkit-image-set(url(https://maybeloan.com/wp-content/themes/moneyloans/img/bg2.png.webp) 1x);background-image:image-set(url(https://maybeloan.com/wp-content/themes/moneyloans/img/bg2.png) 1x);

    background-repeat: no-repeat;
}

.section_Cont_123 {
    background-image: url(https://maybeloan.com/wp-content/themes/moneyloans/img/bg3.png) !important;
    background-repeat: no-repeat;
    margin-bottom: -130px;
}

.titles {
    color: #00d0ac;
    font-size: 48px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 30px;
}

.news_items {
    display: flex;
    justify-content: space-around;

}

.news_items .news_item {
    width: calc(100% / 3 - 25px);
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
    transition: 0.3s;
    overflow: hidden;
    border-radius: 10px;
    margin: 0 15px;
}

.after_thumb {
    padding: 20px 15px;
}

.more_info {
    display: flex;
    padding-bottom: 10px;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 10px;
    align-items: center;
}

.more_info .avatar {
    border-radius: 50%;
    overflow: hidden;
    width: 60px;
    margin-right: 20px;
    background-color: #fff;
}

.more_info .author span {
    color: #999999;
}

.more_info .time span {
    color: #999999;
}

.more_info .author i,
.more_info .time i {
    color: #00d0ac;
    margin-right: 5px;
}

.title_news {
    font-size: 18px;
    color: #00d0ac;
    font-weight: 700;
    margin-bottom: 15px;
    display: block;
}

.rm i {
    margin-left: 5px;
}

.news_items .news_item:hover {
    background: linear-gradient(180deg, rgba(82, 221, 79, 1) 0%, rgba(0, 212, 154, 1) 100%);
}

.news_items .news_item:hover .more_info {
    color: #fff;
}

.news_items .news_item:hover .more_info .author i,
.news_items .news_item:hover .more_info .time i {
    color: #fff;
}

.news_items .news_item:hover .more_info .author span,
.news_items .news_item:hover .more_info .time span {
    color: #fff;
}

.news_items .news_item:hover .title_news {
    color: #fff;
}

@media only screen and (max-width: 768px) {
    .news_items {
        flex-direction: column;
    }

    .news_items .news_item {
        width: 100%;
        margin-bottom: 15px;
    }
}

.news_item.full {
    display: flex;
    padding: 20px;
    border: 2px solid #d9d9d9;
    box-shadow: 0px 0px 20px 0px rgba(217, 217, 217, 1);
    border-radius: 15px;
    margin-bottom: 30px;
    transition: 0.3s;
}

.news_item.full .after_thumb {
    width: calc(100% - 200px);
    padding: 0;
    padding-left: 20px;
}

.news_item.full .thymn_a {
    border-radius: 10px;
    display: block;
    overflow: hidden;
    height: 200px;
    position: relative;

}

.news_item.full .thymn_a:after {
    content: "";
    display: block;
    bottom: 0px;
    position: absolute;
    background: linear-gradient(180deg, rgba(82, 221, 79, 0) 0%, rgba(0, 212, 154, 1) 100%);
    width: 100%;
    height: 100%;
}

.news_item.full .excerpt p {
    display: inline;
}

.news_item.full .time {
    margin-left: auto;
}

.news_item.full .author {
    font-weight: bold;
}

.news_item.full:hover {
    box-shadow: 0px 0px 20px 0px rgb(171, 171, 171);
}

.news_item.full .more_info {
    padding-bottom: 0px;
    border-bottom: 0px solid #e8e8e8;
    margin-bottom: 0px;

    padding-top: 10px;
    border-top: 2px solid #e8e8e8;
    margin-top: 10px;
}

.page-numbers {
    color: var(--text_color);
    font-weight: normal;
    line-height: 33px;
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 0 6px;
    transition: .2s linear;
    text-align: center;
    vertical-align: top;
    text-decoration: none;
    border: 3px solid #0dd58d;
    border-radius: 9px;
    font-size: 18px;
}

.page-numbers:hover,
.page-numbers.current {
    background: #0dd58d;
    color: #fff;
    text-decoration: none;
}

.page-numbers.next,
.page-numbers.prev {
    width: auto;
    padding: 0 10px;
}

.section_Cont_category .pagination {
    display: flex;
    justify-content: center;
}

@media only screen and (max-width: 768px) {

    .news_item.full,
    .news_item.full .more_info {
        flex-direction: column;
    }

    .news_item.full .more_info .avatar {
        display: none;
    }

    .news_item.full .thymn_a {
        width: 100%;
        height: auto;
    }

    .news_item.full .thymn_a img {
        width: 100%;
    }

    .news_item.full .after_thumb {
        width: 100%;
        margin-top: 20px;
    }

    .news_item.full .more_info .author,
    .news_item.full .more_info .time {
        width: 100%;
    }

    .news_item.full .after_thumb {
        padding: 0px;
    }

    .prev_next div {
        display: none;
    }
    #section_Cont_12{
    	padding-bottom: 20px !important;
    	    background-repeat: repeat;
    }
    .titles{
    	font-size:32px;
    }
}

.prev_next {
    background-image:url(https://maybeloan.com/wp-content/themes/moneyloans/img/bg.png);background-image:-webkit-image-set(url(https://maybeloan.com/wp-content/themes/moneyloans/img/bg.png.webp) 1x);background-image:image-set(url(https://maybeloan.com/wp-content/themes/moneyloans/img/bg.png) 1x);
    /*background: linear-gradient(9048deg, rgba(134,177,70,1) 0%, rgba(63,170,141,1) 100%);*/
    color: #fff;
    margin: 20px 0;
    padding: 40px;
    display: flex;
    justify-content: space-between;
    background-position: center;
}

.prev_next a {
    color: #fff;
    width: 250px;
}
.prev_next a:last-child{
    text-align: right;
}

.prev_next div {
    font-size: 26px;
}

.prev_next a:hover {
    color: #fff;
}

.flex_author {
    display: flex;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #a7efae;
}

.flex_author img {
    border-radius: 50%;
}

.author-name,
.author-time {
    display: block !important;
    margin-left: 15px;
}

.flex_author img {
    background: white;
}

.prev_next {
    clear: both;
    align-items: center;
}

.btn-juliet {
    border: none;
    padding: 0px;
    margin: 10px;
    background: none;
}
.btn-juliet:focus{
	border:none;
	    outline: none;
}
.btn-juliet i {
    font-size: 35px;
    color: #949494
}
.your-class-arrow{
	text-align: right;
}

.btn-juliet:hover i{
	color:#26d874;
}




.text-bg-top {
    opacity: 0.9;
    text-shadow: -9px 5px 10px #f5f5f6;
    color: #ffffff;
    font-size: 171px;
    font-weight: 900;
    position: absolute;
    top: -50px;
    right: 100px;
    z-index: 0;
    display: none;
}

@media (max-width: 767px) {
    .text-bg-top {
        font-size: 62px;
        right: 0;
        top: -20px;
    }
}

.text-bg-bottom {
    opacity: 0.9;
    text-shadow: -9px 5px 10px #f5f5f6;
    color: #ffffff;
    font-size: 171px;
    font-weight: 900;
    position: absolute;
    bottom: -150px;
    left: 100px;
    z-index: 0;
    white-space: nowrap;
    display: none;
}

@media (max-width: 767px) {
    .text-bg-bottom {
        font-size: 62px;
        left: 0;
        bottom: -10px;
    }
}

/***********************************************************************/
.calculate-page div.form-control {
margin: 0;
    padding: 0;
}

.calculate-page input{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

.calculate-page a:hover,
.calculate-page a {
    text-decoration: none;
}

.calculate-page :focus {
    outline: 0;
}

.calculate-page ul {
    list-style-type: none;
}

.calculate-page * {
    margin: 0;
    padding: 0;
    outline: none !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.calculate-page *,
.calculate-page *::before,
.calculate-page *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}



.calculate-page {
    position: relative;
    padding: 20px 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.calculate-page__title {
    display: block;
    text-align: center;
    color: #00d0ac;
    font-size: 48px;
    font-weight: 400;
    margin-bottom: 30px;
    position: relative;
    z-index: 9;
}

@media (max-width: 767px) {
    .calculate-page__title {
        font-size: 36px;
    }
}

.bg-left {
    position: absolute;
    bottom: 0;
    left: -289px;
}

@media (max-width: 992px) {
    .bg-left {
        display: none;
    }
}

.bg-right {
    position: absolute;
    bottom: 0;
    right: -245px;
}

@media (max-width: 992px) {
    .bg-right {
        display: none;
    }
}

.calculate-block {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .calculate-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.calculate-block__side {
    width: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 3;
}

@media (max-width: 767px) {
    .calculate-block__side {
        width: 100%;
    }
}

.calculate {
    position: relative;
    z-index: 9;
    width: calc(100% - 300px);
    -webkit-box-shadow: 0 0 20px rgba(217, 217, 217, 0.75);
    box-shadow: 0 0 20px rgba(217, 217, 217, 0.75);
    border: 1px solid #e8e8e8;
    background-color: #ffffff;
    padding: 25px 30px;
    border-radius: 16px;
}

@media (max-width: 767px) {
    .calculate {
        padding: 20px 15px;
        width: 100%;
    }
}

.calculate__content {
    border: 1px solid #e8e8e8;
    padding: 25px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 16px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 767px) {
    .calculate__content {
        padding: 0;
        border: none;
    }
}

.form-group--full {
    width: 100%;
    margin-bottom: 20px;
}

.calculate__content .form-group--full label {
    font-size: 18px;
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
    padding: 0px;
}

.form-group--full label span {
    font-size: 15px;
    color: #999999;
    font-weight: 400;
}

.form-group--min {
    width: calc(100%/3 - 13.3px);
}

.form-group--min label {
    font-size: 15px;
    font-weight: 400;
    display: block;
    margin-bottom: 5px;
}

.form-group--min label span {
    font-size: 15px;
    color: #999999;
}

.form-group .form-control {
    width: 100%;
    height: 45px;
    border: 2px solid #e8e8e8;
    background-color: #ffffff;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.form-group .form-control span {
    color: #999999;
    font-size: 18px;
    font-weight: 400;
    line-height: 41px;
    padding: 0 0 0 10px;
}

.form-group input {
    border: 0;
    height: 41px;
    line-height: 41px;
    padding: 0 10px;
    width: 100%;
    background: transparent;
    color: #999999;
    font-size: 18px;
    font-weight: 400;
}

.form-group-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.radio-custom {
    opacity: 0;
    position: absolute;
    outline: 0;
}

.radio-custom,
.radio-custom-label {
    display: none;
    font-size: 15px !important;
    font-weight: 400 !important;
    color: #333 !important;
    cursor: pointer;
}

.radio-custom-label {
    position: relative;
}

.radio-custom+.radio-custom-label:before {
    content: '';
    background: #fff;
    border: 2px solid #e8e8e8;
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
    margin-top: -3px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.radio-custom+.radio-custom-label:before {
    border-radius: 50%;
    border: 2px solid #e8e8e8;
    outline: 0;
}

.radio-custom:checked+ :before {
    background: #0ed89d;
    outline: 0;
    border: 1px solid #0ed89d;
    -webkit-box-shadow: inset 0px 0px 0px 3px #fff;
    box-shadow: inset 0px 0px 0px 3px #fff;
}

.radio-custom:focus+.radio-custom-label:before {
    outline: 0;
}

.form-group--radios {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 120%;
    overflow: hidden;
    padding-top: 15px;
}

@media (max-width: 767px) {
    .form-group--radios {
        width: 100%;
        overflow: auto;
    }
    .form-group--min {
        width: calc(100%/3 - 5px);
    }
}

.form-group--radios .radio {
    width: calc(100%/3.3);
    margin-bottom: 10px;
    margin-top:0px;
        margin-top: 0px !important;
}

@media (max-width: 767px) {
    .radio {
        width: calc(100%/2);
    }
}

.radio .radio-custom-label:hover:before {
    border-color: #0ed89d;
}

.calculate-text {
    background-color: #f4f4f5;
    padding: 25px;
    border-radius: 8px;
}

.calculate-text p {
    color: #333333;
    font-size: 15px;
    font-weight: 400;
}

.calculate-text a {
    color: #337ab7;
    text-decoration: underline;
}

.calculate-text a:hover {
    text-decoration: none;
}

.payments {
    width: 100%;
    margin-left: -5px;
    background: #64df3c;
    background: -moz-linear-gradient(top, #64df3c 0%, #0bd694 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #64df3c), color-stop(100%, #0bd694));
    background: -webkit-linear-gradient(top, #64df3c 0%, #0bd694 100%);
    background: -o-linear-gradient(top, #64df3c 0%, #0bd694 100%);
    background: -ms-linear-gradient(top, #64df3c 0%, #0bd694 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#64df3c), to(#0bd694));
    background: linear-gradient(to bottom, #64df3c 0%, #0bd694 100%);
    border-radius: 0 16px 16px 0;
    padding: 5px;
}

@media (max-width: 767px) {
    .payments {
        width: calc(100% - 30px);
        margin: 0 auto;
        border-radius: 0 0 16px 16px;
        margin: -5px auto 0;
        height: auto;
    }
}

.payments__title {
    font-size: 24px;
    font-weight: 700;
    display: block;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .payments__title {
        font-size: 18px;
    }
}

.payments__sum {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 30px;
    font-weight: 800;
    color: #0ed89d;
    font-size: 72px;
}

.payments__sum span {
    font-size: 30px;
    line-height: 80px;
    margin-right: 10px;
    font-weight: 400;
}

@media (max-width: 767px) {
    .payments__sum span {
        font-size: 20px;
        line-height: 50px;
    }
}

@media (max-width: 767px) {
    .payments__sum {
        font-size: 48px;
    }
}

.payments__text {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
}

@media (max-width: 767px) {
    .payments__text {
        font-size: 16px;
    }
}

.payments__padding {
    padding: 20px 20px 20px 0;
    background: #fff;
    border-radius: 0 12px 12px 0;
}

@media (max-width: 767px) {
    .payments__padding {
        padding: 0 10px 10px 10px;
        border-radius: 0 0 12px 12px;
    }
}

.payments__border {
    padding: 1px 1px 1px 0;
    background: -moz-linear-gradient(top, #64df3c 0%, #0bd694 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #64df3c), color-stop(100%, #0bd694));
    background: -webkit-linear-gradient(top, #64df3c 0%, #0bd694 100%);
    background: -o-linear-gradient(top, #64df3c 0%, #0bd694 100%);
    background: -ms-linear-gradient(top, #64df3c 0%, #0bd694 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#64df3c), to(#0bd694));
    background: linear-gradient(to bottom, #64df3c 0%, #0bd694 100%);
    border-radius: 0 16px 16px 0;
}

@media (max-width: 767px) {
    .payments__border {
        padding: 0 1px 1px 1px;
        border-radius: 0 0 8px 8px;

    }
}

.payments__content {
    background: #fff;
    min-height: auto;
    padding: 40px 0;
    border-radius: 0 16px 16px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 767px) {
    .payments__content {
        border-radius: 0 0 8px 8px;
            padding: 20px 0;
    }
    .form-group--radios .radio {
        width: calc(100%);
        margin-bottom: 0;
    }
}

.comment-respond{
	    box-shadow: 0 0 20px rgba(217, 217, 217, 0.75);
    border: 1px solid #e8e8e8;
    background-color: #ffffff;
    padding: 25px;
    border-radius: 16px;
}

.respond_inner{
	border: 1px solid #e8e8e8;
    padding: 25px;
    border-radius: 16px;
}

#reply-title{
	color: #00d0ac;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 10px;
}

.comment-form .flex{
	    display: flex;
	    justify-content: space-between;
	        margin-bottom: 20px;
}

.comment-form .flex .line{
    width: calc(50% - 10px);
}

.comment-form label{
	display: block;
	font-size: 18px;
	color:#333333;
	font-weight: bold;
	padding-left: 10px;
}
.comment-form .line .input{
    height: 45px;
    border: 2px solid #e8e8e8;
    background-color: #ffffff;
    border-radius: 4px;
    width: 100%;
    padding: 0 10px;
}
.submit_btn{
    background: -webkit-linear-gradient(left,#8de30e,#00d49a);
    background: -o-linear-gradient(right,#8de30e,#00d49a);
    background: -moz-linear-gradient(right,#8de30e,#00d49a);
    background: linear-gradient(to right,#8de30e,#00d49a);
    border: none;
    height: 60px;
    width: 300px;
    border-radius: 7px;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    margin-top: 20px;
    text-transform: uppercase;
}

textarea#comment{
    border: 2px solid #e8e8e8;
    background-color: #ffffff;
    border-radius: 4px;
    width: 100%;
    padding: 10px 10px;
    height: 300px;
}
textarea#comment:focus, .comment-form .line .input:focus{
	border-color:#8de30e;
	outline:none;
}

@media (max-width: 767px) {
	.comment-form .flex{
		flex-direction: column;
	}
	.comment-form .flex .line{
		    width: 100%;
	}
	#reply-title{
		font-size:36px;
		text-align: center;
		    line-height: 36px;
	}
	.submit_btn{
		font-size: 18px;
		width:100%;
	}
	.respond_inner{
		border:none;
		padding: 0px;
	}
	.comment-respond{
		padding: 20px 10px;
	}
}

.comments .block_title{
		color: #00d0ac;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 40px;
}
.comment-body{
    display: flex;
    justify-content: space-around;
}

.comment-body .avatar{
    width: 70px;
    margin-right: 20px;
    display: block;
    border-radius: 50%;
}

.comment-body .info{
	width:100%;
	    border-bottom: 3px solid #e8e8e8;
    padding-bottom: 30px;
}
.comment-body .info .name{	
	font-size: 16px;
	color:#999999;
}
.comment-body .info .name span{
	font-size: 16px;
    font-weight: bold;
    color:#333333;
}

.comment-body .info .date{
	font-size: 16px;
    color:#333333;
}

.comment-body .info .date span{
	font-size: 16px;
    color:#999;
}

.comment-body .info .text_block{
	font-size:16px;
	margin-top:20px;
	margin-bottom: 20px;
}

.comment-body .info .date .seppp{
	display: inline-block;
	margin:0 10px;
}

.comment-reply-link{
	margin-right:5px;
}

.replll a{
	color:#333;
     transition: 0.3s
}

.replll a:hover{
	text-decoration: none;
	color:#337ab7;
}
.replll:hover{
	color:#337ab7;
}
.replll:hover .fa-reply:before{
	color:#337ab7;
}
.children{
	margin-bottom: 20px;
}
.children li{
	margin-left: 43px;
}
.children li .comment-body{
	background: #f5f5f5;
    padding: 20px 10px;    
	border-bottom: 3px solid #e8e8e8;
}

#section_Cont_category .comments  ul li:before{
	display: none;
}

.commentlist{
	padding: 0;
}

.children li .comment-body .info{
	border:none;
	padding: 0;

}
.children li .for i{
	transform: scale(-1, 1);
	    color: #999;
}
.comment-body .info .name.admin span:first-child{
color:#00d0ac;
}

.comment-body .info .name.admin span.admin_plash{
    color: #fff;
    font-size: 12px;
    background-color: #999999;
    margin: 0 5px;
    padding: 4px;
    border-radius: 5px;
    font-weight: normal;
}

.comment-body .info .date span i{
	color:#00d0ac;
}

.children li .comment-body.admin{
	border-bottom:5px solid #59e052;
}

.comments.block{
	padding-bottom: 0px;
	margin-bottom:40px;
}
@media (max-width: 767px) {
	.children li {
	    margin-left: -30px;
	}
	.comment-body .info{
		padding-bottom: 10px;
	}

	.comment-body .info .name{	
		font-size: 12px;
	}
	.comment-body .info .name span{
		font-size: 12px;
	}

	.comment-body .info .date{
		font-size: 12px;
	}

	.comment-body .info .date span{
		font-size: 12px;
	}

	.comment-body .info .text_block{
		font-size:12px;
	}

	.comments .block_title{
    	font-size: 36px;
    }
	.comment-body{
        border-bottom: 3px solid #e8e8e8;
	}
	.comment-body .info{
		border:none;
	}
	.comment-body .info .name.admin span.admin_plash {
    	font-size: 8px;
    }


}

.comment-body .avatar img{
	border: 2px solid #5ae054;
}

#cancel-comment-reply-link{
    text-decoration: underline;
}


.comment-body .info .name span.for svg{
    width: 24px;
    height: 20px;
    vertical-align: middle;
    fill: #333333;
    transform: scale(-1, 1);
}

.comment-body .info .name span.for svg path{
        fill: #a5a3a3;
}

.replll a svg {
    width: 24px;
    height: 20px;
    vertical-align: middle;
    fill: #333333;
    transition: 0.3s
}

.replll a svg path{
        fill: #00d0ac;
         transition: 0.3s

}
.replll a:hover svg path{
    fill:#337ab7;}
