/*
Template Name: ziploan
Text Domain: ziploan
Template Version: 1.0.0
Description: The template is design for loan management company.
Author: Kawsar Ahmed
Author URI: https://urldev.com/kawsar-ahmed/
Template URI: https://urldev.com/template/ziploan/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/*------------------------
>>> TABLE OF CONTENTS:
--------------------------
00. Global CSS Variable & Custom Icons
01. CSS Reset
02. ziploan Grid CSS
03. Global CSS
07. Header CSS
08. Footer CSS
09. ziploan Extra futures CSS
10. Responsive CSS for ziploan theme
------------------------------------*/

/* >> 00. ziploan Custom Icons
-----------------------------*/
[class^="lucky-icon-"], [class*=" lucky-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'lucky-icon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.lucky-icon-bars:before {
  content: "\f0c9";
}
.lucky-icon-phone:before {
  content: "\e942";
}
.lucky-icon-envelop:before {
  content: "\e945";
}
.lucky-icon-location:before {
  content: "\e948";
}
.lucky-icon-calendar:before {
  content: "\e953";
}
.lucky-icon-printer:before {
  content: "\e954";
}
.lucky-icon-bubble:before {
  content: "\e96e";
}
.lucky-icon-search:before {
  content: "\e986";
}
.lucky-icon-download:before {
  content: "\e9c7";
}
.lucky-icon-eye:before {
  content: "\e9ce";
}
.lucky-icon-cross:before {
  content: "\ea0f";
}
.lucky-icon-arrow-up-bold:before {
  content: "\ea32";
}
.lucky-icon-arrow-up:before {
  content: "\ea3a";
}
.lucky-icon-arrow-right:before {
  content: "\ea3c";
}
.lucky-icon-arrow-down:before {
  content: "\ea3e";
}
.lucky-icon-arrow-left:before {
  content: "\ea40";
}
.lucky-icon-share:before {
  content: "\ea82";
}
.lucky-icon-facebook:before {
  content: "\ea90";
}
.lucky-icon-instagram:before {
  content: "\ea92";
}
.lucky-icon-whatsapp:before {
  content: "\ea93";
}
.lucky-icon-telegram:before {
  content: "\ea95";
}
.lucky-icon-twitter:before {
  content: "\ea96";
}
.lucky-icon-youtube:before {
  content: "\ea9d";
}
.lucky-icon-tumblr:before {
  content: "\eab9";
}
.lucky-icon-skype:before {
  content: "\eac5";
}
.lucky-icon-reddit:before {
  content: "\eac6";
}
.lucky-icon-linkedin:before {
  content: "\eaca";
}
.lucky-icon-pinterest:before {
  content: "\ead2";
}
/* 00. Global CSS Variable & Custom Icons
----------------------------------------*/
:root {
  --ziploan-color:#57d053; /* use: var(--ziploan-color); */
  --ziploan-text-color: #222222; /* heading color #394462 & sub heading color #1e3f94*/
  --ziploan-btn-color: #ffffff;
  --ziploan-btn-bg-color: #57d053;
  --ziploan-bg-color: #f7f8f9;
}

/* >> 01. CSS Reset
-------------------*/
*{
  box-sizing: border-box;
}
html,
body {
  border: none;
  margin: 0;
  padding: 0;
  font-family: Verdana, Geneva, sans-serif;
  letter-spacing: -.8px;
  line-height: 1.5;
}
h1,h2,h3,h4,h5,h6,
p,
blockquote,
address,
big,
cite,
code,
em,
font,
img,
small,
strike,
sub,
sup,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tr,
th,
td {
    border: none;
    font-size: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-align: inherit;
}
blockquote::before,
blockquote::after {
    content: "";
}
/* >> 02. ziploan Grid CSS
-------------------------*/
.col-1{
  width: 8.333333%;
}
.col-2{
  width: 16.666666%;
}
.col-3{
  width: 25%;
}
.col-4{
  width: 33.333333%;
}
.col-5{
  width: 41.666666%;
}
.col-6{
  width: 50%;
}
.col-7{
  width: 58.333333%;
}
.col-8{
  width: 66.666666%;
}
.col-9{
  width: 75%;
}
.col-10{
  width: 83.333333%;
}
.col-11{
  width: 91.666666%;
}
.col-12{
  width: 100%;
}
[class*="col-"] {
  float: left;
  padding-right: 15px;
  padding-left: 15px;
}
.flex-center{
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}
.clearfix::after{
  content: "";
  clear: both;
  display: block;
}
.content-wrap{
  max-width: 992px;
  margin: 0px auto;
  overflow: hidden;
}
.content-wrap2{
  max-width: 900px;
  margin: 0px auto;
  overflow: hidden;
}
/* >> 03. Global CSS
--------------------*/
h1, h2, h3, h4, h5, h6{
  font-family: inherit;
  color: var(--ziploan-text-color);
}
h1{
  font-size: 2em;
}h2{
  font-size: 1.75em;
}h3{
  font-size: 1.5em;
}h4{
  font-size: 1.25em;
}h5{
  font-size: 1.125em;
}h6{
  font-size: 1em;
}
p{
  margin-bottom: 1em;
  color: var(--ziploan-text-color);
}
a{
  text-decoration: none;
  color: var(--ziploan-btn-color);
}a:hover, a:visited, a:focus{
  color: var(--ziploan-btn-color);
}
ul,li{
  list-style-position: inside;
}
.facebook{
  background-color: #516eab;
}.twitter{
  background-color: #29c5f6;
}.linkedin{
  background-color: #0266a0;
}.pinterest{
  background-color: #ca212a;
}.reddit{
  background-color: #f54200;
}.tumblr{
  background-color: #3e5a70;
}.telegram{
  background-color: #179cde;
}.email{
  background-color: #D44638;
}.print{
  background-color: #000000;
}
.text-center{
  text-align: center;
}
.text-bold{
  font-weight: bold;
}
.btn{
  padding: 12px 25px;
  background: var(--ziploan-btn-bg-color);
  font-weight: 600;
  border-radius: 5px;
  font-size: 16px;
}
.btn:hover{
  color: #fff;
}
.d-inline{
  display: inline-block;
}
.btn-pulse {
  animation: btn-shadow-pulse 1.5s infinite;
}
@keyframes btn-shadow-pulse {
  0% {
    box-shadow: 0 0 0 0px rgb(87 208 83 / 64%);
  }
  
  100% {
    box-shadow: 0 0 0 25px rgb(87 208 83 / 0%);
  }
}

/* >> 04. Header Area Css
-------------------------*/
.header{
  background-color: var(--ziploan-bg-color);
}
.header-top{
  padding: 10px 0;
}
.header-logo img{
    width: 100%;
    height: auto;
}
.header-call-to-action .header-btn{
  float: right;
  margin-top: 5px;
}
.header-call-to-action .header-btn a{
  font-size: 15px;
  padding: 12px 10px;
}
.header-call-to-action .header-menu-item{
  color: var(--ziploan-text-color);
  display: inline-block;
  width: auto;
}
.header-call-to-action .header-menu-item-last{
  margin-right: 25px;
}
.header-call-to-action .header-btn a.btn:last-child{
  margin-left: 10px;
  background-color: var(--ziploan-btn-bg-color);
  color: var(--ziploan-btn-color);
}
.header-call-to-action .header-btn a.header-btn-last{
  padding: 12px 25px;
}
.header-call-to-action .header-btn .call-to-action-btn{
  position: relative;
}
.header-call-to-action .header-btn .call-to-action-btn::before{
  content: "Need Instant Help?";
  position: absolute;
  top: -2px;
  font-size: 12px;
}

/* >> 05. Hero Area Section CSS
-------------------------------*/
.hero-area-section{
  background-image: url(assets/img/hero-area-banner-min.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.hero-area-section-overly{
  background-color: rgba(0,0,0,0.5);
  padding: 120px 0;
}
.hero-area h1,
.hero-area p,
.hero-area ul li{
  color: var(--ziploan-bg-color);
}
.hero-area h1{
  margin-bottom: 40px;
}
.hero-area ul li{
  list-style-image: url(assets/img/icon-correct-min.png);
  margin-bottom: 5px;
}
.hero-area-right{
  float: right;
}
.hero-area-right hr{
  border: 1px solid rgb(140, 140, 140);
  background-color: rgb(140, 140, 140);
  margin-top: 20px;
}
.hero-area-btn{
  padding: 40px 0;
  text-align: center;
}
.hero-area-btn .btn{
  padding: 20px 60px;
  font-size: 24px;
}
.hero-area-btn .btn.hero-area-btn-renew{
  background-color: #dadada;
  color: var(--ziploan-text-color);
  padding: 20px 40px;
}

/* >> 06. Banks List Section
--------------------------*/
.banks{
  padding: 80px 60px;
  background-color: var(--ziploan-bg-color);
}
.banks h2{
  font-size: 24px;
  color: #394462;
  margin-bottom: 40px;
}
.integrate-bank{
  width: 20%;
  height: 50px;
  padding: 10px;
  margin: 8px 0;
  float: left;
}
.banks .integrate-banks img{
  width: 100%;
}
.banks .integrate-banks img.integrate-bank2,
.banks .integrate-banks img.integrate-bank3,
.banks .integrate-banks img.integrate-bank8{
  width: 80%;
}
.banks .integrate-banks img.integrate-bank6,
.banks .integrate-banks img.integrate-bank10{
  width: 90%;
}
.banks .integrate-banks img.integrate-bank7,
.banks .integrate-banks img.integrate-bank9{
  width: 70%;
}
.banks .integrate-banks img.integrate-bank5{
  width: 25%;
}

/* >> 07. ziploan loan safety section css
------------------------------------- */
.loan-safety{
  padding: 100px 0;
}
.loan-safety .loan-safety-items{
  text-align: center;
  display: flex;
}
.loan-safety .loan-safety-item{
  flex: 1;
  padding: 0 35px;
}
.loan-safety .loan-safety-item img{
  width: 80px;
}
.loan-safety .loan-safety-item h6{
  color: #000;
  font-size: 15px;
  padding: 15px 0;
}
.loan-safety .loan-safety-item p{
  font-size: 14px;
  text-align: justify;
}

/* >> 08. Customizable Loans css
------------------------------- */
.customizable-loans-section{
  background-image: url(assets/img/custom-amount-section-banner-min.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  padding-bottom: 100px;
}
.customizable-loans-section .content-wrap2{
  overflow: visible;
}
.customizable-loans-section .customizable-loans{
  background-color: #ffffff;
  margin-top: 20px;
  margin-bottom: 20px;
  box-shadow: 0px 15px 30px 5px #ccc;
}
.customizable-loans-form{
  padding-top: 15px;
}
.customizable-loans-form-left{
  padding: 10px 20px;
}
.dashloancustomamount-label{
  padding: 15px 0;
}
.dashloancustomamount-label .label{
  width: 100%;
  padding-bottom: 24px;
  float: left;
}
.dashloancustomamount-label .label:last-child{
  padding-bottom: 0;
}
.dashloancustomamount-range{
  padding: 15px;
}
.dashloancustomamount {
  -webkit-appearance: none;
  width: 160px;
  height: 160px;
  background: var(--ziploan-color);
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
  transform: rotate(-90deg);
  position: relative;
  margin-left: 60px;
}
.dashloancustomamount::after{
  content: " ";
  position: absolute;
  height: 0;
  width: 0;
  top: -54px;
  left: 0px;
  right: -8px;
  z-index: -1;
  border-left: 50px solid transparent;
  border-right: 110px solid var(--ziploan-color);
  border-bottom: 15px solid var(--ziploan-color);
  border-top: 40px solid transparent;
}
.dashloancustomamount::before{
  content: " ";
  position: absolute;
  height: 0;
  width: 0;
  bottom: -54px;
  left: 0px;
  z-index: -1;
  border-left: 50px solid transparent;
  border-right: 110px solid var(--ziploan-color);
  border-bottom: 40px solid transparent;
  border-top: 15px solid var(--ziploan-color);
}
.dashloancustomamount:hover {
  opacity: 1;
}
.dashloancustomamount::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 280px;
  border: 0;
  background: url(assets/img/input-range-thumb-icon-with-border-18x280-min.png);
  cursor: pointer;
}
.dashloancustomamount::-moz-range-thumb {
  width: 18px;
  height: 280px;
  top: 0;
  border: 0;
  background: url(assets/img/input-range-thumb-icon-with-border-18x280-min.png);
  cursor: pointer;
}
.customizable-loans-form-right{
  background-color:var(--ziploan-text-color);
  text-align: center;
  padding: 20px 30px;
  position: relative;
  margin-left: 50px;
  width: 35.5%;
}
.customizable-loans-form-right::before{
  content: " ";
  position: absolute;
  background-color: var(--ziploan-text-color);
  height: 100%;
  width: 84px;
  top: 0;
  left: -43px;
  -ms-transform: skewX(-20deg);
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
  z-index: 1;
}
.customizable-loans-form-right h5{
  color: #fff;
  margin-top:20px;
  z-index: 999;
}
.customizable-loans-form-right #ziploanamount{
  font-size: 35px;
  color: #fff;
  margin-bottom: 40px;
  width: 100%;
  float: left;
}
.customizable-loans-form-right #ziploanamount::before{
  content: "$";
}
.dashloancustomamount-btn{
  width: 100%;
  margin: 0 auto;
  float: right;
  position: relative;
}
.dashloancustomamount-btn::before{
  content: " ";
  position: absolute;
  background-color: var(--ziploan-color);
  height: 100%;
  width: 20px;
  top: 0;
  left: -8px;
  -ms-transform: skewX(-20deg);
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
  z-index: 1;
}
.dashloancustomamount-submit-btn{
  width: 100%;
  padding: 12px 30px;
  font-size: 18px;
  font-weight: 600;
  background-color: var(--ziploan-color);
  border: none;
  color: #fff;
  cursor: pointer;
}
.customizable-loans-icons{
  width: 100%;
  text-align: center;
  padding-bottom: 15px;
}
.customizable-loans-icons img{
  padding: 5px 10px;
}

/* Client Reviews section CSS */

.review-section {
  /* height: 100vh; */
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F7F8F9;
  padding: 40px 0;
}

.testimonial {
  position: relative;
  max-width: 900px;
  width: 100%;
  padding: 40px 0;
  overflow: hidden;
}
.testimonial .image {
  height: 130px;
  width: 130px;
  object-fit: cover;
  border-radius: 50%;
}
.testimonial .slide {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  row-gap: 20px;
  height: 100%;
  width: 100%;
}
.slide p {
  text-align: center;
  padding: 0 160px;
  font-size: 14px;
  font-weight: 400;
  color: #333;
}
.slide .quote-icon {
  font-size: 30px;
  color: var(--ziploan-color);
}
.slide .details {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.details .name {
  font-size: 14px;
  font-weight: 600;
  color: #333;
}
.details .job {
  font-size: 12px;
  font-weight: 400;
  color: #333;
}
/* swiper button css */
.nav-btn {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  transform: translateY(30px);
  background-color: rgba(0, 0, 0, 0.1);
  transition: 0.2s;
}
.nav-btn:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.nav-btn::after,
.nav-btn::before {
  font-size: 20px;
  color: #fff;
}
.swiper-pagination-bullet {
  background-color: rgba(0, 0, 0, 0.8);
}
.swiper-pagination-bullet-active {
  background-color: var(--ziploan-color);
}
@media screen and (max-width: 768px) {
  .slide p {
    padding: 0 20px;
  }
  .nav-btn {
    display: none;
  }
}


/* >> 09. How we work section CSS
---------------------------------*/
.how-we-work-section{
  padding: 80px 0;
}
.how-we-work h2,
.how-we-work h3,
.how-we-work h4,
.how-we-work h5{
  margin-bottom: 25px;
}
.how-we-work h2{
  color: #394462;
}
.how-we-work h5{
  color: #1e3f94;
}
.how-we-work p{
  text-align: justify;
}
.how-we-work-left{
  background-color: var(--ziploan-bg-color);
  padding: 50px;
  border-radius: 15px;
}
.how-we-work-btn{
  margin-top: 50px;
}
.how-we-work-btn a{
  font-size: 18px;
  padding: 15px 40px;
  background: #F7A73E;
}
.how-we-work-btn p{
  margin-top: 20px;
  text-align: center;
}
.how-we-work-right{
  padding: 50px;
}

/* >> 10. Loans Categories Section
----------------------------------*/
.loans-categories-section {
  padding: 60px 0;
  background-color: var(--ziploan-bg-color);
}
.loans-categories-section p{
  color: #394462;
  font-size: 24px;
}
.loans-categories{
  padding: 15px 60px 40px 60px;
}
.loans-category{
  padding: 8px;
}
.loans-categories .loans-category img{
  width: 20px;
}
.loans-categories .loans-category span{
  vertical-align: top;
  margin-top: 1px;
  padding-left: 5px;
  color: var(--ziploan-text-color);
  font-size: 14px;
}
.loans-categories .loans-category span.loans-category-last-span{
  margin-top: -5px;
}
.loan-categories-btn{
  text-align: center;
  padding: 25px 0;
}
.loan-categories-btn a{
  padding: 15px 40px;
  font-size: 18px;
}
.loan-categories-btn .btn,
.loan-categories-btn .btn-before-trangle::before{
  background-color: var(--ziploan-color);
}
/* >> 11. Find The Best Loan section css
--------------------------------------- */
.best-loan{
  background-image: url(assets/img/find-the-best-loan-banner-min.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
  padding: 100px 0;
}
.best-loan .best-loan-items{
  text-align: center;
  display: flex;
}
.best-loan .best-loan-item{
  flex: 1;
  padding: 30px;
  padding-bottom: 80px;
  background-color: #fff;
  margin: 15px;
  border-radius: 15px;
  position: relative;
}
.best-loan .best-loan-item img{
  width: 80px;
}
.best-loan .best-loan-item h6{
  color: #000;
  font-size: 15px;
  padding: 15px 0;
}
.best-loan .best-loan-item p{
  font-size: 14px;
  text-align: justify;
}

.best-loan-btn{
  position: absolute;
  bottom: 30px;
  width: 75%;
}
/* 12. Surety section CSS
-------------------------*/
.surety-section{
  padding: 60px 0;
}
.surety-section p{
  margin-bottom: 0;
  font-size: 18px;
}
.surety-percent{
  padding: 20px;
  box-shadow: 0px 0px 15px 0px #ccc;
  margin: 15px 25px;
  border-radius: 10px;
}
.surety-percent h3{
  margin-bottom: 10px;
}
.surety-text{
  padding: 30px 0;
  margin: 15px 0px;
}

/* >> 13. How To Apply CSS
-------------------------- */
.how-to-apply{
  padding-bottom: 100px;
}
.how-to-apply .content-wrap{
  border-top: 1px solid #ddd;
}
.how-to-apply h2{
  margin-top: 60px;
  margin-bottom: 40px;
  color: #394462;
  font-size: 40px;
}
.how-to-apply-items{
  display: flex;
}
.how-to-apply-item{
  flex: 1;
  border: 1px solid #eee;
  margin: 5px;
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
}
.how-to-apply-item img{
  padding-right: 15px;
}

/* >> 14. Quick Approval Section CSS
------------------------------------ */
.quick-approval{
  background-image: url(assets/img/quick-approval-for-personal-canadian-loans-online-no-credit-investigation-banner-min.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-top: 2px solid var(--ziploan-color);
  position: relative;
}
.quick-approval::after{
  content: " ";
  position: absolute;
  top: -52px;
  left: 47%;
  padding: 50px;
  background-color: #fff;
  border-right: 2px solid var(--ziploan-color);
  border-bottom: 2px solid var(--ziploan-color);
  -ms-transform: rotate(45deg); /* IE 9 */
  transform: rotate(45deg);
}
.quick-approval .quick-approval-overly{
  background-color: rgba(0,0,0,0.3);
  padding-top: 120px;
  padding-bottom: 100px;
}
.quick-approval .quick-approval-content h2{
  margin-bottom: 60px;
  font-size: 32PX;
  color: #FFFFFF;
  text-transform: uppercase;
}
.quick-approval-content .quick-approval-btn a{
  padding: 25px 60px;
  font-size: 20px;
}
.quick-approval-content .quick-approval-btn P{
  color: #ffffff;
  margin-top: 40px;
}

/* >> 15. Important Information CSS
---------------------------------- */
.important-information{
  padding-top: 80px;
  background-color: #E4EBF9;
}
.important-information h6,
.important-information h3{
  padding-bottom: 10px;
}
.important-information p,
.important-information ul li{
  text-align: justify;
  font-size: 14px;
}
.important-information ul{  
  margin-bottom: 15px;
}
.important-information .important-information-caution{
  background-color: #fff;
  padding-top: 15px;
}

/* >> 16. apply now section CSS
------------------------------ */
.apply-now-section{
  background-color: #E4EBF9;
  padding: 80px;
}
.ftop-apply-now-section{
  background-color: #F7F8F9;
}
.apply-now-section .col-7,
.apply-now-section .col-5{
  padding: 20px 15px;
}
.apply-now-section p{
  color: var(--ziploan-text-color);
  font-size: 26px;
  margin-bottom: 0;
}
.ftop-apply-now-section p{
    color: var(--ziploan-text-color);
}
.apply-now-section-btn{
  text-align: right;
  margin-top: 20px;
}
.apply-now-section-btn .btn{
  background-color: var(--ziploan-color);
  padding: 20px 45px;
  font-weight: bold;
  margin-top: 10px;
  font-size: 20px;
}
.ftop-apply-now-section .btn{
  padding: 20px 45px;
  margin-top: 10px;
}
.apply-now-section-btn P{
  font-size: 14px;
  color: #9ba7ba;
  margin-top: 15px;
  padding-right: 35px;
}

/* >> 17. dashloans loans table
------------------------------ */
.loan-table-section{
  margin: 80px 0;
}
/* Style the tab */
.loan-table-section .loan-tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
  text-align: center;
}
/* Style the buttons inside the tab */
.loan-table-section .loan-tab button {
  background-color: inherit;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}
/* Change background color of buttons on hover */
.loan-table-section .loan-tab button:hover {
  background-color: #ddd;
}
/* Create an active/current tablink class */
.loan-table-section .loan-tab button.active {
  background-color: #ccc;
}
.loan-table-section #Loan350{
	display: block;
}
/* Style the tab content */
.loan-table-section .tabcontent {
  display: none;
  border: 1px solid #ccc;
  border-top: none;
}
.loan-table-section .tabcontent img{
  width: 100%;
  height: auto;
}
.tabcontent .tabcontent-table{
  width: 100%;
  border-collapse: separate;
  border-spacing: 5px;
  text-align: center;
}
.tabcontent .tabcontent-table th,
.tabcontent .tabcontent-table td{
  font-size: 12px;
  border: 1px solid #ccc;
  border-collapse: collapse;
  padding: 3px 1px;
}
.tabcontent .tabcontent-table th{
  background-color: #ddd;
  font-weight: bold;
}
.tabcontent .tabcontent-table td{
  background: #FAF6F6;
}
.tabcontent .tabcontent-table .table-col1{
  background-color: #008000;
  color: #fff;
}
.tabcontent .tabcontent-table .table-col2{
  background-color: #0000ff;
  color: #fff;
}
.tabcontent .tabcontent-table .table-td-col1,
.tabcontent .tabcontent-table .table-td-col2{
  font-size: 18px;
  font-weight: bold;
}
.tabcontent .tabcontent-table .table-col5{
  color: #0000ff;
  font-weight: bold;font-size: 16px;
}
.tabcontent .tabcontent-table .table-col2.table-th-col2{
  color: #ffffff;
}
.loan-table-bottom{
  padding-bottom: 50px;
}

/* >> 18. available area
--------------------------*/
.available-area{
  padding: 60px 0;
  background-color: var(--ziploan-bg-color);
}
.available-area .available-area-map img{
  width: 100%;
}
.available-area .available-areas h3{
  margin-top: 30px;
  margin-bottom: 20px;
}
.available-area .available-areas .col-6{
  padding: 15px 0;
}
.available-area .available-areas li{
  list-style: none;
}
.available-area .available-areas li::before{
  content:"\2022";
  font-size:20px;
  margin-right: 8px;
  color: var(--ziploan-color);
}

/* >> 19. frequently asked questions css
------------------------------------ */
.frequently-asked-questions{
  padding: 100px 0;
}
.frequently-asked-questions h3{
  margin-bottom: 50px;
}

.frequently-asked-question{
  padding: 15px 0;
}
.frequently-asked-question h5{
  margin-bottom: 15px;
}
.frequently-asked-question p,
.frequently-asked-question li{
  font-size: 14px;
}
.frequently-asked-question ul{
  margin-bottom: 15px;
}
.frequently-asked-question li{
  line-height: 1.7;
}

/* >> 20. testimonials css
---------------------- */
.testimonials{
  padding-top: 100px;
  padding-bottom: 20px;
}
.testimonials h3{
  margin-bottom: 50px;
}
.testimonials .testimonials-items .col-3{
  padding: 8px;
}
.testimonials .testimonials-items .testimonials-item{
  padding: 20px;
  border: 1px solid #eeeeee;
  position: relative;
}
.testimonials .testimonials-items .testimonials-item img{
  position: absolute;
  top: -20px;
  left: 40%;
  width: 40px;
}
.testimonials .testimonials-items .testimonials-item p{
  font-size: 14px;
  text-align: justify;
  margin-top: 15px;
  margin-bottom: 30px;
}

/* >> 22. footer css 
--------------- */
.footer{
  background-color: #283345;
  padding: 50px 0;
}
.footer .footer-widget-area{
  padding-bottom: 50px;
}
.footer .footer-widget-area h4{
  color: #ffffff;
  margin-bottom: 25px;
}
.footer .footer-widget-area p{
  color: #ddd;
}
.footer hr{
  color:#6a7a95;
  background-color: #6a7a95;
  height:1px;
  border-width:0;
}
.footer .footer-copyright-text p{
  color: #6a7a95;
  margin-top: 50px;
  margin-bottom: 0;
}

/* >> 18. dashloans Extra futures CSS (like: goto top btn)
----------------------------------------------------*/
#gototop{
  position:fixed;
  bottom:75px;
	right:-100px;
  z-index:9999;
	border:1px solid var(--ziploan--color);
  outline:none;
	background-color:var(--ziploan-color);
	opacity: 1;
  color: #ffffff;
  cursor:pointer;
	padding:5px 10px;
	height: 40px;
	width: 40px;
  border-radius:10px;
  font-size: 20px;
  transition: .3s;
  text-align: center;
}
#gototop.active{
  right: 20px;
}
#gototop:hover{
	opacity: 0.8;
}

/* Medium devices (tablets, less than 992px) */
/* @media (max-width: 991.98px) {} */

/* Medium devices (tablets, less than 992px) */
@media (max-width: 899.98px) {
  .customizable-loans{
    margin-left: 15px;
    margin-right: 15px;
  }
  .customizable-loans-form-left h3{
    font-size: 18px;
  }
  .customizable-loans-form-right{
    width: 33.5%;
  }
  .apply-now-section{
    padding: 40px 50px;
  }
}

/* >> 23. Responsive CSS for ziploan Template
-------------------------------------------*/
@media (max-width: 767.98px){
  /* 02. ziploan Grid CSS For Small Device */
  .col-sm-1{
    width: 8.33%;
  }
  .col-sm-2{
    width: 16.66%;
  }
  .col-sm-3{
    width: 25%;
  }
  .col-sm-4{
    width: 33.333333%;
  }
  .col-sm-5{
    width: 41.66%;
  }
  .col-sm-6{
    width: 50%;
  }
  .col-sm-7{
    width: 58.33%;
  }
  .col-sm-8{
    width: 66.666666%;
  }
  .col-sm-9{
    width: 75%;
  }
  .col-sm-10{
    width: 83.33%;
  }
  .col-sm-11{
    width: 91.66%;
  }
  .col-sm-12{
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .content-wrap{
    width: 100%;
  }
  .content-wrap2{
    width: 100%;
  }
  /* header css  */
  .header-logo{
    text-align: center;
  }
  .header-logo img{
    width: 200px;
  }
  .header-call-to-action .header-btn{
    float: none;
    text-align: center;
    margin-top: 0;
  }
  .header-call-to-action.col-sm-12{
    padding-top: 0;
  }
  .header-call-to-action .header-btn a.btn{
    width: 100%;
    float: left;
    margin-top: 10px;
  }
  .header-call-to-action .header-btn a.btn:last-child{
    margin-left: 0;
  }
  .header-call-to-action .header-menu-item-last {
    margin-right:0;
  }
  .hero-area-section-overly{
    padding: 50px 0;
  }
  .hero-area-left{
    text-align: center;
  }
  .hero-area-right{
    float: none;
  }
  .customizable-loans-form-right.col-sm-12{
    width: 75%;
  }
  .customizable-loans-form-right{
    margin-left: 120px;
  }
  .customizable-loans-icons img{
    width: 23%;
  }
  .surety-percent{
    margin: 12px;
    padding: 10px;
  }
  .surety-section h3,
  .surety-section p{
    font-size: 16px;
  }
  .surety-text {
    padding: 15px 0;
    margin: 12px 0px;
  }
  /* how to apply Dashloans loan */
  .how-to-apply-item{
    padding: 5px;
  }
  .how-to-apply-item img {
    padding-right: 10px;
    width: 50px;
  }
  .how-to-apply-item h6{
    font-size: 12px;
  }
  .quick-approval .quick-approval-overly {
  padding-top: 100px;
    padding-bottom: 50px;
  }
  .quick-approval .quick-approval-content{
    text-align: center;
  }
  .quick-approval .quick-approval-content h2 {
    font-size: 20PX;
  }
  .loans-categories{
    padding: 15px 15px 40px 15px;
  }
  .loans-category img{
    margin: 5px auto;
    display: block;
  }
  .loans-category span{
    text-align: center;
    display: block;
    padding-left: 0;
  }
  .apply-now-section{
    padding: 30px 0px;
  }
  .apply-now-section p{
    font-size: 20px;
  }
  .apply-now-section-btn P{
    font-size: 12px;
  }
  .canadian-installment-left-content{
    padding: 50px;
  }
  .how-to-apply-items {
    padding: 0 15px;
  }
  .loan-table-section{
    margin: 20px 0;
  }
  .tabcontent .tabcontent-table th,
  .tabcontent .tabcontent-table td{
    font-size: 11px;
  }
  .tabcontent .tabcontent-table .table-td-col1,
  .tabcontent .tabcontent-table .table-td-col2{
    font-size: 14px;
  }
  .best-loan .best-loan-items{
    display: block;
  }
  .best-loan .best-loan-item{
    flex: none;
    position: static;
    padding: 50px 30px;
    margin-bottom: 50px;
  }
  .best-loan .best-loan-item:last-child{
    margin-bottom: 15px;
  }
  .best-loan-btn{
    position: static;
    width: 100%;
    margin-top: 35px;
  }
  .quick-approval::after {
    top: -41px;
    padding: 40px;
  }
}
@media (max-width: 575.98px){
  /* 02. ziploan Grid CSS For Extra Small Device */
  .col-xs-1{
    width: 8.33%;
  }
  .col-xs-2{
    width: 16.66%;
  }
  .col-xs-3{
    width: 25%;
  }
  .col-xs-4{
    width: 33.333333%;
  }
  .col-xs-5{
    width: 41.66%;
  }
  .col-xs-6{
    width: 50%;
  }
  .col-xs-7{
    width: 58.33%;
  }
  .col-xs-8{
    width: 66.666666%;
  }
  .col-xs-9{
    width: 75%;
  }
  .col-xs-10{
    width: 83.33%;
  }
  .col-xs-11{
    width: 91.66%;
  }
  .col-xs-12{
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .header .header-number-box{
    width: 100%;
    float: right;
    display: block;
    text-align: right;
  }
  .header .header-key-points{
    padding: 15px 0;
  }
  .customizable-loans-section .customizable-loans{
    margin-top: -100px;
  }
  .customizable-loans-form-right.col-sm-12 {
    width: 70%;
  }
  .banks{
    padding: 50px 15px;
  }
  .integrate-bank{
    width: 25%;
  }
  .apply-now-section p, .apply-now-section-btn{
    text-align: center;
  }
  .loan-safety{
    padding-top: 80px;
    padding-bottom: 120px;
  }
  .loan-safety .loan-safety-items{
    display: block;
  }
  .loan-safety .loan-safety-item {
    padding: 0 15px;
    margin-bottom: 50px;
  }
  .how-we-work-left,
  .how-we-work-right{
    padding: 25px;
  }
  .how-to-apply-item h6{
    font-size: 12px;
  }
  .available-area .available-areas h3 {
    margin: 15px;
    font-size: 14px;
  }
  .available-area .available-areas li{
    font-size: 12px;
  }
  .tabcontent .tabcontent-table th{
    font-size: 9px;
  }
  .tabcontent .tabcontent-table td{
    font-size: 10px;
  }
  .tabcontent .tabcontent-table .table-td-col1,
  .tabcontent .tabcontent-table .table-td-col2{
    font-size: 12px;
  }
  .quick-approval::after {
    top: -31px;
    padding: 30px;
    left: 45%;
  }
}

@media (max-width: 500px){
  .hero-area h1{
    font-size: 24px;
  }
  .dashloancustomamount {
    width: 100px;
    height: 100px;
    margin-left: 30px;
  }
  .dashloancustomamount::before {
    bottom: -29px;
    border-left: 50px solid transparent;
    border-right: 50px solid var(--ziploan-color);
    border-bottom: 15px solid transparent;
    border-top: 15px solid var(--ziploan-color);
  }
  .dashloancustomamount::after {
    top: -29px;
    border-left: 50px solid transparent;
    border-right: 50px solid var(--ziploan-color);
    border-bottom: 15px solid var(--ziploan-color);
    border-top: 15px solid transparent;
  }
  .dashloancustomamount::-webkit-slider-thumb {
    width: 18px;
    height: 190px;
    background: url(assets/img/input-range-thumb-icon-with-border-18x190-min.png);
  }
  .dashloancustomamount::-moz-range-thumb {
    width: 18px;
    height: 190px;
    background: url(assets/img/input-range-thumb-icon-with-border-18x190-min.png);
  }
  .dashloancustomamount-label .label {
    padding-bottom: 10px;
    font-size: 12px;
  }
  .customizable-loans-form-right::before{
    display: none;
  }
  .customizable-loans-form-right.col-sm-12 {
    width: 90%;
  }
  .customizable-loans-form-right {
    margin-left: 20px;
  }
  .dashloancustomamount-submit-btn{
    font-size: 20px;
  }
	.how-to-apply-items{
    display: block;
  }
  .loan-safety .loan-safety-items{
    display: block;
  }
  .loan-safety .loan-safety-item{
    flex: unset;
    width: 100%;
  }
  .canadian-installment .canadian-installment-left{
    width: 100%;
  }
  .canadian-installment-left-content {
    padding: 35px 15px;
  }
  .available-area .col-7,
  .available-area .col-5{
    width: 100%;
  }
  .tabcontent .tabcontent-table th{
    font-size: 7px;
  }
  .tabcontent .tabcontent-table td{
    font-size: 8px;
  }
  .tabcontent .tabcontent-table .table-td-col1,
  .tabcontent .tabcontent-table .table-td-col2,
  .tabcontent .tabcontent-table .table-col5{
    font-size: 10px;
  }
  .how-to-apply-item h6 {
    font-size: 14px;
  }
  .how-to-apply-item img {
    width: 70px;
  }
  .loans-categories-section{
    padding: 60px 15px;
  }
}

@media (max-width: 375px){
	.loans-categories .col-4{
    width: 100%;
  }
  .loans-category{
    text-align: center;
  }
  .loans-category img,
  .loans-category span{
    display: inline-block;
  }
  .testimonials .testimonials-items .col-3{
    width: 100%;
    padding: 15px;
  }
  .testimonials .testimonials-items .testimonials-item{
    padding: 15px;
  }
}
/*
 * The End ! Template created by https://urldev.com
 */