






@media only screen and (min-width: 991px) {
}

@media only screen and (min-width: 768px) {
  .nav-header .maindiv{padding: 0 15px;}
  .logo{position: relative; left: 0; top: 8px;}
  #menu-icon {display: none;}
  .nav01 {width: 80%;}
  .nav01 .menu01 {display: flex;justify-content: flex-end;background: transparent; align-items: center;}
  .nav01 .menu01 a{color: #000; font-weight: 500; padding: 0 22px;-webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    font-size: 16px;
}

    .nav01 .menu01 a:hover{color: #7ea717;}

  .nav01 .menu01 li { margin: 12px 0; position: relative;}
  .nav01 .menu01 li.apply-now{margin-bottom: 12px;text-align: center;margin-left: 15px; background: transparent;}
  .nav01 .menu01 li.apply-now a {
    color: #333;
        background: #c5e96b;
        padding: 10px 25px;
        border-radius: 6px;
        -webkit-transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        -ms-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
    }
  .nav01 .menu01 li.apply-now a:hover{}

  .three-div-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
  }

  .two-div-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .two-div-grid.no-margin {gap: 0;}

  .flex-reverse {
    flex-direction: row;
  }

  .three-div-flex {
    display: flex;
    justify-content: space-between;
  }
  .three-div-flex div {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .two-div .col{width: 48%}
  .four-div .col{width:23%;}
  .three-div .col {width: 31%;}


.unsecured .four-div .col {
    width: 24%;
}

  .two-div .col {margin-bottom: 0px;}
  .row-reverse{flex-direction: row;}

  /*--menu hover submenu--*/

  .nav01 .menu01 li > .sub_menu {
    display: none;
    position: absolute;
    width: 262px;
    background: #f1f1f1;
    z-index: 9;
    padding: 0;
  }

  .nav01 .menu01 li:hover > .sub_menu {
    display: block;
  }

  .nav01 .menu01 li > .sub_menu li {
    padding: 6px 0;
    margin: 0;
    position: relative;
  }

  .nav01 .menu01 li .sub_menu li ul.sub_menu {
    position: absolute;
    left: 262px;
    background: #f9f9f9;
    width: 187px;
    top: 0;
  }

  .nav01 .menu01 li > .sub_menu li {
    padding: 6px 0;
    margin: 0;
  }

  .nav01 .menu01 li > .sub_menu li:hover {
    background: #e6e6e6;
  }


  .menu01 .fa-caret-down {
    display: block;
    position: absolute;
    right: 12px;
    top: 6px;
  }

  .nav-header { padding: 0px 0 5px 0;}


/*banner*/

.banner-row {
    display: flex;
    justify-content: space-between;
}

.banner-row .img-box {
    width: 48%;
    line-height: 0;
}

.banner-row .img-box img {
    border-radius: 0 12px 12px 0;
}

.banner-row .text-box {
    width: 48%;
    padding-top: 50px;
}

.featured-boxes {margin-top: -80px;}

.featured-inner-boxes .flex-item {
    display: flex;
    justify-content: space-evenly;
}
.mailzone {
  flex-direction: row;
  max-width: 700px;
    margin: 0 auto;
    justify-content: space-around;
}
.sec-btn {
  align-items: flex-start;
  
}
.footer .quick-links {flex-direction: row;  margin-bottom: 0px;}
.heading-area .text-heading {
    width: 40%;
}
.heading-area .content-heading {
    width: 60%;
}
.heading-area {flex-direction: row;}
.loan-boxes .item { margin-bottom: 0px;}

  








}


@media only screen and (max-width: 767px) {
  .text-center {
    text-align: left;
  }

  .quantity .get_started {
    margin-top: 20px;
  }

  .home-banner {
    margin-top: 10px;
  }
  .resize-bx {
    margin-top: 70px;
  }
  .usefull li{ display: block;}
  .blog-details{
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .blog-details .content-area {
    width: 100%;
  }
  .blog-details .sidebar {
    width: 100%;
  }
  .blog-list {
    padding-top: 30px;
  }
  .blog-details .single-post-wrap {
    width: 100%;
  }
  .author-data-box {flex-direction: column;}
  .author .author-wrap, .archive .author-wrap{    grid-template-columns: repeat(1, 1fr);}
}