@media (min-width: 768px) and (max-width: 991px) {
    .member-img img {
        max-height: 210px;
    }
}

@media (min-width: 768px) {
    .middle-news .news-content:before {
        background: linear-gradient(to right bottom, #ffffff 49.5%, transparent 50%);
        right: 0;
        top: auto;
        z-index: 2;
        height: 40px;
        bottom: -21px;
    }
    .middle-news .news-content {
        margin-top: 0px;
        padding-top: 1px;
    }
    .middle-news img {
        margin-top: -6px;
    }
    .middle-news .date-text {
        position: absolute;
        right: 20px;
        bottom: 0;
    }
}

@media (min-width: 992px) {
    .img-hover-effect {
        position: relative;
        overflow: hidden;
    }
    .img-hover-effect::before {
        position: absolute;
        top: 0;
        left: -75%;
        z-index: 2;
        display: block;
        content: '';
        width: 50%;
        height: 100%;
        background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
        -webkit-transform: skewX(-25deg);
        transform: skewX(-25deg);
    }
    .img-hover-effect:hover::before, .single-news:hover .img-hover-effect::before {
        -webkit-animation: shine 1.5s;
        animation: shine 1.5s;
    }
    @-webkit-keyframes shine {
        100% {
            left: 125%;
        }
    }
    @keyframes shine {
        100% {
            left: 125%;
        }
    }
    .img-hover-effect img {
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1);
        -webkit-transition: 1s ease-in-out;
        transition: 1s ease-in-out;
        width: 100%;
    }
    .img-hover-effect:hover img, .single-news:hover .img-hover-effect img {
        -webkit-transform: rotate(0deg) scale(1.4);
        transform: rotate(0deg) scale(1.4);
    }
}

@media (max-width: 1599px) {
    .banner-graphic {
        max-width: 720px;
        top: 250px;
        bottom: auto;
    }
    .banner-wrapper {
        height: 800px;
    }
    .banner-shape:before {
        right: 70px;
    }
    .banner-shape {
        width: 70px;
    }
}
@media (min-width: 1200px) and (max-width: 1365px) {
    .info-box-content {
        margin-left: 60px !important;
    }
    .info-box-icon {
        height: 60px !important;
        width: 60px !important;
        text-align: center;
    }
    .info-box-number {
        font-size: 16px !important;
    }
    .progress-description, .info-box-text {
        font-size: 13px !important;
    }
    .info-box {
        min-height: 60px !important;
    }
}

@media (max-width: 1365px) {
    .banner-graphic {
        max-width: 590px;
    }
    .banner-shape:before {
        right: 0;
    }
    .banner-shape {
        width: 0;
    }
    .forgot-graphic {
        position: absolute;
        right: 50px;
        bottom: 40px;
        max-width: 530px;
    }
}

@media (max-width: 1199px) {
    .banner-graphic {
        max-width: 480px;
    }
    .banner-wrapper {
        height: 740px;
    }
    .banner-text {
        font-size: 42px;
    }
    .quote-sign {
        background-size: 120px;
    }
    .pl-80 {
        padding-left: 90px !important;
    }
    .loan-types li a {
        font-size: 13px;
    }
    .navbar-light .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }
    .navbar-light .navbar-toggler {
        border-color: #fff;
        position: relative;
        top: -15px;
    }
    .top-header {
        right: 93px;
        min-width: auto;
        padding-top: 27px;
    }
    .navbar-expand-xl .navbar-collapse {
        padding: 15px 20px;
        background: rgba(0, 0, 0, 0.9);
        z-index: 1;
        position: relative;
        top: 20px;
    }
    .sticky .navbar-expand-xl .navbar-collapse {
        /*background: transparent; */
    }
    .navbar-light .navbar-nav .nav-link:after {
        content: none;
    }
    header.sticky {
        /*background: rgba(0,0,0,0.9);*/
    }
    .sticky .navbar-expand-xl .navbar-collapse {
        /*padding: 15px 0;*/
    }
    .range-slider {
        width: 65%;
    }
    .process-wrap {
        left: 33px;
    }
    .process-disc-txt-top {
        top: -90px;
    }
    .news-wrapper {
        padding-top: 0;
    }
    .process-wrap li:before {
        /*background-size: 120px !important;*/
    }
    .banner-shape {
        display: none;
    }
    .dropdown-submenu .dropdown-menu {
        margin-left: 0;
    }
    .dropdown-item {
        font-size: 13px;
    }
    .process-line {
        position: absolute;
        top: -130px;
        left: -230px;
        height: 410px;
    }
    /*.process-wrap li:nth-child(1n):before{
        left: -52px;
        top: -52px;
    }*/
    .process-wrap li:before {
        left: -50px;
        top: -53px
    }
    .process-wrap li:nth-child(1n):before {
        bottom: -62px !important;
    }
    .process-wrap li:nth-child(5n):before {
        left: -50px;
        top: -56px;
    }
    .process-wrap li:last-child:after {
        right: 40px;
        top: -62px;
    }
    .navbar-toggler {
        margin-left: auto;
        margin-top: 30px;
    }
    .login-graphic {
        position: absolute;
        right: 0;
        bottom: 0;
        max-width: 490px;
    }
    .forgot-graphic {
        right: 30px;
        bottom: 40px;
        max-width: 470px;
    }
    .middle-disc-txt {
        width: 100%;
    }
    .single-product:before {
        left: 35px;
    }
    .icon-box h3 {
        font-size: 20px;
    }
    .doller-sign {
        right: 82px;
    }
    .forum-page .create-post .custom-select{
        width: 230px !important;
    }
}

@media (max-width: 991px) {
    .f-menu{
        margin-bottom: 20px;
    }
    .loan-types li a {
        font-size: 13px;
        text-align: center;
        padding: 10px 0;
    }
    .loan-icon {
        display: block;
        text-align: center;
        margin: auto;
    }
    .banner-wrapper {
        height: 920px;
        align-items: flex-start;
        padding-top: 130px;
    }
    .banner-graphic {
        max-width: 550px;
        bottom: 0;
        top: auto;
    }
    .front-img {
        max-width: 220px;
    }
    .welcome-wrapper {
        padding-bottom: 50px !important;
    }
    .common-padding {
        padding: 50px 0;
    }
    .single-loan h4 {
        font-size: 18px;
    }
    .single-loan p {
        font-size: 13px;
    }
    .icon-circle {
        width: 76px;
        height: 76px;
        margin-top: -30px;
    }
    .single-feature h3 {
        font-size: 22px;
    }
    .section-title {
        font-size: 32px;
    }
    .why-people-wrapper {
        padding-bottom: 90px;
    }
    .single-member h4 {
        font-size: 22px;
    }
    .news-content .news-title {
        font-size: 16px;
    }
    .news-content p {
        font-size: 13px;
    }
    .middle-news .date-text {
        bottom: -20px;
    }
    .single-contact-info a, .single-contact-info p {
        font-size: 15px;
        word-break: break-all;
    }
    .process-number {
        position: relative;
        top: 0;
        left: 0;
        max-width: 110px;
    }
    .process-disc-txt {
        margin-left: 0;
    }
    .process-wrap li {
        display: block;
        width: 100%;
        border-bottom: 1px dashed #afafaf;
        padding-bottom: 20px;
        padding-top: 20px;
    }
    .single-step {
        display: flex;
        align-items: center;
    }
    .process-disc-txt {
        position: initial;
        max-width: 100%;
        margin: 0;
        padding-left: 10px;
    }
    .process-wrap li:before, .process-wrap li:after {
        content: none;
    }
    .process-wrap li:last-child:after {
        content: none;
    }
    .process-icon {
        min-width: 96px;
        min-height: 96px;
        margin-right: 10px;
    }
    .process-disc-txt-top {
        text-align: right;
        padding-right: 20px;
    }
    .process-wrap {
        left: 0;
        margin: 0;
    }
    .process-line {
        display: none;
    }
    .inner-banner-graphic {
        position: absolute;
        bottom: -109px;
        right: 0;
        max-width: 350px;
    }
    .inner-banner-wrapper {
        height: 342px;
    }
    .navbar-toggler {
        margin-left: auto;
        margin-top: 30px;
    }
    .single-news-sidebar {
        display: block;
    }
    .login-wrapper {
        height: 800px;
    }
    .login-graphic {
        bottom: 140px;
        max-width: 360px;
    }
    .single-product:before {
        content: none;
    }
    .single-product:after {
        width: 100%;
        left: 0;
    }
    .product-listing {
        left: 0;
    }
    .single-product img {
        max-width: 120px;
        margin-left: -40px;
    }
    .single-product h3 {
        font-size: 18px;
    }
    .single-product .media {
        margin-bottom: 20px;
    }
    .prospa-banner-graphic {
        bottom: -90px !important;
    }
    .icon-box h3 {
        font-size: 18px;
    }
    .register-wrapper .stepwizard {
        margin-top: 50px;
    }
    .doller-sign {
        right: 151px;
    }
    .forum-page .post-menu-toggle {
        position: fixed;
        right: 0px;
        top: 355px;
        z-index: 1;
        width: 145px;
        background-color: #3DB554;
        border-radius: 20px 0px 0 20px;
        cursor: pointer;
        color: #fff;
        padding: 5px 5px 5px 25px;
        line-height: 16px;
        font-size: 13px;
        transition: all .4s;
        display: block;
        text-align: left;
    }
    @-webkit-keyframes arrowMove {
        0% {
            left: 15px;
        }
        50% {
            left: 2px;
        }
        100% {
            left: 15px;
        }
    }
    @keyframes arrowMove {
        0% {
            left: 15px;
        }
        50% {
            left: 2px;
        }
        100% {
            left: 15px;
        }
    }
    .post-menu-toggle i {
        position: absolute;
        top: 50%;
        left: 10px;
        margin-top: -10px;
        font-size: 18px;
        -webkit-animation-name: arrowMove;
        -webkit-animation-duration: 2s;
        animation-name: arrowMove;
        animation-duration: 2;
        animation-iteration-count: infinite;
    }
    .forum-page .sidenav .closebtn {
        display: block;
        position: absolute;
        top: 18px;
        right: 20px;
        z-index: 1;
        font-size: 20px;
        color: #fff;
        background-color: #3DB554;
        width: 22px;
        height: 22px;
        text-align: center;
        line-height: 24px;
        border-radius: 100%;
    }
    .forum-page .sidenav {
        position: fixed !important;
        width: 0 !important;
        right: 0;
        top: 350px !important;
        z-index: 1;
        overflow: auto;
        height: calc(100vh - 350px);
    }
    .forum-page .sidenavOpen {
        width: 350px !important;
    }
}

@media (max-width: 767px) {
    .banner-wrapper {
        height: 1030px;
    }
    .about-img {
        margin-bottom: 70px;
    }
    .welcome-wrapper:after {
        z-index: -1;
    }
    .single-news img {
        width: 100%;
    }
    .contact-wrapper:after {
        width: 100%;
        top: 58%;
        height: auto;
        bottom: 0;
    }
    .single-news {
        margin-bottom: 20px;
    }
    .welcome-wrapper:before, .welcome-wrapper:after {
        content: none;
    }
    .call-action-wrapper:before {
        content: none;
    }
    .top-header {
        min-width: auto;
        right: 0;
        padding-top: 10px;
        position: relative;
    }
    .navbar-brand img {
        max-width: 170px;
    }
    .banner-wrapper {
        padding-top: 170px;
    }
    .banner-text {
        font-size: 32px;
    }
    .call-action-wrapper .text-right {
        text-align: left !important;
    }
    .process-wrap li {
        display: block;
        width: 100%;
        border-bottom: 1px dashed #afafaf;
        padding-bottom: 20px;
        padding-top: 20px;
    }
    .single-step {
        display: flex;
        align-items: center;
    }
    .process-disc-txt {
        position: initial;
        max-width: 100%;
        margin: 0;
        padding-left: 10px;
    }
    .process-wrap li:before, .process-wrap li:after {
        content: none;
    }
    .process-wrap li:last-child:after {
        content: none;
    }
    .process-icon {
        min-width: 96px;
        min-height: 96px;
        margin-right: 10px;
    }
    .process-disc-txt-top {
        text-align: right;
        padding-right: 20px;
    }
    .process-wrap {
        left: 0;
        margin: 0;
    }
    .contact-wrapper:after {
        width: 870px;
    }
    .pl-80 {
        padding-left: 15px !important;
    }
    .section-title {
        font-size: 32px;
        /*margin-top: 50px;*/
    }
    .contact-wrapper .pl-80 .section-title {
        margin-top: 100px;
    }
    .call-action-txt {
        margin-bottom: 30px;
    }
    .middle-news .date-text {
        bottom: 0px;
    }
    .inner-banner-graphic {
        max-width: 260px;
    }
    .inner-banner-graphic {
        display: none;
    }
    .logo-wrap:after {
        width: 210px;
        top: -49px;
        background-size: 210px;
    }
    .logo-wrap {
        width: 200px;
    }
    .loan-content-wrapper:before {
        width: 100%;
    }
    .business-loan-txt {
        padding: 50px;
    }
    .loan-content-wrapper:before {
        height: 46%;
    }
    .login-graphic {
        display: none;
    }
    .btn-default {
        min-width: auto;
    }
    .navbar-light .navbar-nav .nav-link:before {
        right: 0;
    }
    .forgot-graphic {
        display: none;
    }
    .register-wrapper {
        padding: 80px 0 50px;
    }
    .register-wrapper:before, .register-wrapper:after {
        content: none;
    }
    .single-product {
        margin-bottom: 20px;
    }
    .icon-box-border {
        border-right: 0;
        border-bottom: 1px solid #a25797;
    }
    .icon-box h3 span {
        display: inline;
    }
    .stepwizard-step p {
        margin-top: -78px !important;
    }
    .doller-sign {
        right: 90px;
    }
    .chat-box ul {
        width: 80%;
    }
    .forum-page .shadow-bordered-box {
        padding: 10px;
    }
    .forum-page .single-post .date-time-area, .view-post .single-post .date-time-area {
        position: relative;
        right: 0;
        top: 0;
    }
    .post-category{
        padding: 0 15px;
    }
    .forum-page .post-category .form-inline {
        justify-content: flex-start;
    }
}

@media (max-width: 575px) {
    .contact-left-bg {
        display: none;
    }
    .dollar-3 {
        display: none;
    }
    .dollar-1 {
        left: 10px;
    }
    .call-action-wrapper:after {
        height: 100px;
        top: -100px;
    }
    .contact-wrapper:after {
        background: url(../images/contact-bg.png) no-repeat right / cover
    }
    .pl-80 {
        padding-left: 15px !important;
    }
    .banner-wrapper {
        height: 900px;
    }
    .banner-graphic {
        max-width: 310px;
        bottom: 0;
        top: auto;
        right: 6px;
    }
    .back-img:before {
        content: none;
    }
    .lender-panel-wrapper {
        padding-top: 40px;
    }
    .mb-60 {
        margin-bottom: 30px;
    }
    .section-title {
        font-size: 28px;
    }
    .quote-sign {
        background-size: 80px;
    }
    .team-wrapper {
        padding-bottom: 0 !important;
    }
    .loan-types li a {
        font-size: 12px;
    }
    .output-box {
        min-width: 80px;
    }
    .range-slider {
        width: 60%;
    }
    .contact-wrapper:after {
        width: 660px;
    }
    .business-loan-txt {
        padding: 40px 0;
    }
    .loan-content-wrapper:before {
        height: 42%;
    }
    .business-loan-txt h3 {
        font-size: 27px;
    }
    .news-listing-wrapper .about-img {
        margin-bottom: 30px;
    }
    .forgot-link {
        margin-top: 5px;
        display: inline-block;
    }
    .single-product img {
        max-width: 100px;
        margin-left: -10px;
    }
    .bottom-buttons .btn-default {
        min-width: 110px;
        padding: 15px 25px;
    }
    .action-label {
        margin-left: 70px;
    }
    .icon-box-border {
        margin: 0 15px;
    }
    .doller-sign {
        display: none;
    }
    .chat-box ul {
        width: 80%;
    }
    .forum-page .search-forum .form-group {
        width: 100% !important;
    }
    .forum-page .search-row h1 {
        margin-bottom: 10px;
    }
    .forum-page .sidenavOpen {
        width: 320px !important;
    }
    .forum-page .create-post .custom-select{
        width: 100% !important;
    }
    .notifications-menu .dropdown-menu {
        left: 0 !important;
    }
}