html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Calibri', sans-serif;
  font-weight: 400;
  font-style: normal;
   margin: 0px;
    padding: 0px;
    font-size: 16px;
    font-size: 16px;
    color: #000;
    overflow-x: hidden;
}

@font-face {
    font-family: 'Bradley Hand ITC';
    src: url('../fonts/BradleyHandITC.woff2') format('woff2'),
        url('../fonts/BradleyHandITC.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bradley Hand ITC TT';
    src: url('../fonts/BradleyHandITCTTBold.woff2') format('woff2'),
        url('../fonts/BradleyHandITCTTBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ITC Bradley Hand Std';
    src: url('../fonts/BradleyHandITCStd-Bold.woff2') format('woff2'),
        url('../fonts/BradleyHandITCStd-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}



ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

p {font-family: 'Calibri', sans-serif;
    line-height: 30px;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 15px;
}

img {
    max-width: 100%;
    border: 0;
	height: auto;
}

.clear {
    clear: both;
    float: none;
    width: 100%;
}

.clearfix::after {
    display: block;
    content: "";
    clear: both;
}

a {
    text-decoration: none !important;
    transition: all 0.2s ease-in;
    color: #1f1f1f;
}

a:hover {
    color: #000;
}

a,
span {
    display: inline-block;
}

:focus {
    box-shadow: none !important;
    outline: none !important;
}

textarea, p, input, div, span, li, button {
    font-family: "Calibre", sans-serif;
}



@media (min-width: 1366px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1250px;
    }
}

@media (min-width: 1440px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1350px;
    }
}

@media (min-width: 1600px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1500px;
    }
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {font-family: 'Calibri', sans-serif;}

/*nav*/  


header {
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: #ffffff00;
    /* transition: ease-in-out 5s;  */
    width: 100%;
    z-index: 5;
}
.fixed-nav {
    box-shadow: 0px 0px 10px #cccccc8a;
    background-color: #ffffff;
    width: 100%;
    z-index: 99;
     /* transition: ease-in-out 5s;  */
 /* animation: smoothScroll 4s forwards;  */
    position: fixed;

}
#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay {
    position: relative;
    top: 135px;
}
/* #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item {
    margin: 0px !important;
} */


/* -----------------header-section-------------------} */
/* .dropdown:hover > .dropdown-menu, .dropend:hover > .dropdown-menu {
    display: block;
    margin-top: 0.125em;
    margin-left: 0.125em;
} */

.nav-item a:hover {
    color: #65b45b;
}

nav .stroke,
nav .stroke:after,
nav .stroke:before {
  transition: all .5s;
}
.sub-menu li{
    position: relative;
    padding-left: 10px;
}

.sub-menu li i{
    position: absolute;
    top: 8px;
    left: 0;
    font-size: 7px;
    
}

nav .a:hover {
    color: #65b45b;
  }

nav a{
  position: relative;
}
nav a:after{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: '.';
  color: transparent;
  background: #65b45b;
  height: 3px;
}

.dropdown-toggle{
    position: relative;
}


.dropdown-toggle:hover:before{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    content: '.';
    color: transparent;
    background: #65b45b;
    height: 3px;
  }
nav a:hover:after {
  width: 100%;
}  

.sub-menu {
    padding-top: 10px;
}

/* .sub-menu .pro-last{
    font-size: 22px;
} */

.navbar-expand-lg .navbar-nav .dropdown-menu {
    width: 500px;
    padding: 15px;
    background-image: linear-gradient(#4b52ba, #7071c7);
    column-count: 2;
}

.navbar-expand-lg .navbar-nav .dropdown-menu .sub-menu a{
color: #fff;
}
.sub-menu li a {
    font-size: 17px;
    line-height: 20px;
    padding-bottom: 5px;
    padding-left: 5px;
}
.sub-menu li:hover { background-image: linear-gradient(#64b35a, #9fd095); color: #fff;}



.btn-secondary {
    color: #4951d0;
    font-size: 22px;
    font-weight: 400;
    background-color: transparent;
    border-color: transparent;
} 
.dropdown-item:focus, .dropdown-item:hover {
   
     background-color: transparent;
}
.btn-secondary:hover {
    color: #65b45b;
    background-color: transparent;
    border-color: transparent;
}

 .btn-secondary:focus {
    color: #4951d0;
    background-color: transparent;
    border-color: transparent;
    box-shadow:none;
}

.dropdown-item {padding: 0; color: #fff !important;  border-bottom: 1px solid #fff}


.main-menulist{
    padding:10px 0px;
}
.navbar-expand-lg .navbar-nav li {
    padding: 0px 15px 0px 15px;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding: 0px;
}


.navbar-nav img {
    width: 30px;
    height: auto;margin-top: -2px;
    
}
.nav-item a{
    color: #4951d0;
    font-size: 22px;
    font-weight: 400;
	line-height: 40px;  
	height: 40px;
}

.dropdown .btn {
    padding: 0px 0px;
}

.navbar-expand-lg .navbar-collapse {
    justify-content: end;
}

.nav-after  a{
    font-size: 18px;
    font-weight: 400;
    color: #ffff;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item {
    margin: 0 10px 0 10px !important;
}




.mainformenquiry input[type=email] {
    border: 1px solid #ccc;
    margin: 0;
}

.submit-icon {
    font-family: FontAwesome !important;
    background: transparent;
    border: none;
    position: absolute;
       top: 13px; right:-3px;  color:#000!important;
}

.wpcf7-form-control-wrap {
    width: 100%;
}

input#form6Example4 {
    margin: 0;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
    position: fixed;
    width: 27% !important;
    left: 61% !important;
	margin-top: 10px;
}

 #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
  
	 font-size: 20px !important;}



  #pojo-a11y-toolbar.pojo-a11y-toolbar-right .pojo-a11y-toolbar-toggle { top: 135px; right: 180px; }

.default-page-section .bullet-list li {
    list-style: disc;
}
.default-page-section ul {
    padding-left: 20px;
}

.default-page-section ul li {
/*     list-style: lower-alpha; */
    font-size: 18px;
    padding-bottom: 5px;
}
.payment_method_cod .default-page-section ul li {
    list-style:none !important;

}
.default-page-section .privacy-info {
   padding: 0;
}
.default-page-section .privacy-info li{
   list-style: none;
}

.default-page-section h2 {
    margin-bottom: 10px !important;
    padding: 0;
    font-size: 22px;
}



/* -------------------home-banner-section------------------- */

.right-image {
    text-align: right;
}
 
.home-banner-content {
    position: absolute;
    z-index: 1;
    top: 25%;
    left: 0;
    right: 0;
}
.banner-title {
    padding-top: 100px;
    padding-right: 160px;
}


.home-banner-section {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    line-height: 0;
}


.home-banner-section::after{
	content:"";
    position: absolute;
    background: #ffffff82;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}


.banner-para {
    margin-bottom: 10px;
}
 .arrow {
    padding-left: 10px;
    padding-bottom: 5px;
}
.banner-btn {
    padding: 25px 40px;
    color: #fff;
    background-image: linear-gradient(#4b52ba, #7071c7);
    border-radius: 5px;
    /* margin-right: 15px; */
    font-size: 25px;
    font-weight: bold;
}
.hover-btn:hover .arrow {
    transform: rotate(22deg);
}
.shadow-btn:hover {
    box-shadow: 0px 7px 32px -10px #4b52ba;
 /* transition: all 1s ease-in-out;  */
}




.banner-btn-two {
    margin-left: 20px;
}

.banner-fixed-btn {
    position: absolute;
    padding: 35px 50px;
    color: #fff;
    background-image: linear-gradient(#4b52ba, #7071c7);
    border-radius: 5px;
    margin-right: 15px;
    font-size: 25px;
    font-weight: 700;
    transform: rotateZ(90deg);
    right: -85px;
    bottom: 37%;
}
.home-banner-content h2 {
    font-size: 70px;
    color: #4951d0;
    font-weight: bold; 
    font-family: 'Bradley Hand ITC TT';
    -webkit-text-fill-color: #4951d0; 
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color:#4951d0;
}

.home-banner-content h3 {
    font-size: 56px;
    color: #4951d0;
    font-weight: 600;
    font-family: 'Bradley Hand ITC TT';
    letter-spacing: 3px;
}

.bannner-btn{
    padding: 15px 50px;
    color: #ffff;
    background-color: #287ff9;
    border-radius: 5px;
    font-size: 24px;
    font-weight: 600;
}
.banner-btn:hover {
    box-shadow: 0px 7px 32px -10px #4b52ba;
}
.video{
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

/* video {
    object-fit: cover;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    } */
/* ------------------banner-side-form------------------ */


.enq-form {
    position: fixed;
    z-index: 9;
    width: 280px;
    background: #FFF;
    right: -280px;
     top: 62%;
    transition: all .8s cubic-bezier(0.43, 1.07, 0.66, 1.15) .2s;
    transform: translateY(-50%);
    cursor: pointer;
    padding: 15px;
    border: 1px solid #ccc;
}

.enq-form.formslidup {
    right: 0;
}
.formrotate {
    transform: rotate(270deg);
    position: absolute;
    z-index: 555;
    right: 230px;
    top: 145px;
    width: 57%;
}

.enq-form .title {
    color: #fff;
    background-image: linear-gradient(#4b52ba, #7071c7);
    border-radius: 5px;
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    text-align: center;
    padding: 15px 0px;
    /* border: 1px solid #fff; */
}

.enq-form .messageenqform {
    font-size: 22px;
    font-weight: bold;
    color: #000;
   
}

.enq-form .group {
    position: relative;
    margin-bottom: 15px;
}

.enq-form input {
    width: 100%;
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.enq-form textarea {
    width: 100%;
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.enq-form .enq-btn{
    margin: 0px auto 0px 0;
    cursor: pointer;
    transition: all .4s ease;
    color: #fff;
    background-image: linear-gradient(#4b52ba, #7071c7);
    font-size: 19px;
    padding: 6px 19px;
    border-radius: 5px;
    border: none; 
	font-weight:700;
}

.hover-btn:hover{
    background-image: linear-gradient(#64b35a, #9fd095);
    color: #fff;
}

.enq-form .enq-btn:hover {
    background-image: linear-gradient(#64b35a, #9fd095);
	  color: #fff;
}

.group p {
    padding: 0;
    margin: 0;
}


/* --------------------end------------------- */

/* ----------------------home-inner-section-------------------- */



.products-section .home-card:hover img {
    filter: brightness(3.1);
}

.products-section .home-card {
    padding: 30px 10px;
    border: none;
    box-shadow: 0px 0px 10px #5151512b;
    height: 100%;
    transition-property: box-shadow, transform;
    transition-duration: 350ms;
    transition-timing-function: ease;
    background: #fff;
    border-radius: 5px;
}

.home-card-shadow:is(:hover, :focus) {
    box-shadow: 0px 8px 10px 1px rgba(0, 0, 0, 0.2);
    transform: translateY(-8px);
  }

.products-section .home-card:hover{
    background-image: linear-gradient(#64b35a, #bceeb2);
}

.home-card-list ul {
    padding-bottom: 15px;    min-height: 346px;
}
.main-heading{
    font-size: 43px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

.products-section{
    padding: 100px 0px;
    background-image: linear-gradient(#abde9f, #e4f7dd);
}

.products-section h5{
    font-size: 30px;
    font-weight: bold;
    text-align: center;     min-height: 75px;
}

.products-section .home-card-img{
text-align: center;
padding: 20px 0px;

}

.products-section h6{
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #4d55d7;
}


.products-section .home-card-list ul li {
    position: relative;
    font-size: 19px;
    font-weight: 400;
    line-height: 26px;
    color: #272727;
    padding-left: 15px;
    padding-bottom: 10px;
}

.products-section .home-card-list ul li i{
    position: absolute;
    top: 12px;
    left: 0;
    font-size: 5px;
}
.home-card-button .arrow {
    width: 30px;
}

.home-card-btn {
    color: #fff;
    background-image: linear-gradient(#4b52ba, #7071c7);
    font-size: 22px;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: bold;
    transition: 0.5s ease-in-out;
}
.home-card-list {
    padding: 10px;
}
.product-btn{
    font-size: 25px;
    text-align: center;
    padding: 15px 40px;
}

.second-btn {
    text-align: center;
    margin-top: 40px;
}

.i-loan{
    padding: 100px 0px;
    background: url('../images/i-loan-pro-bg.jpg')no-repeat top center;
    transition: ease-in-out 1s;
    background-size: cover;
}

.i-loan:hover{
    background: url('../images/i-loan-pro-bg.jpg') no-repeat top 30px center;
    transition: ease-in-out 1s;
    background-size: cover;
}

.loan-right-text h5{
font-size: 48px;
color: #000000;
font-weight: bold;
}
.loan-right-text h6{
    font-size: 31px;
    color: #000000;
    font-weight: 400;

}
.loan-right-text p{
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #000000;
    margin-bottom: 22px;
}

.loan-btn{
    color: #fff;
    background-image: linear-gradient(#4b52ba, #7071c7);
    font-size: 23px;
    padding: 15px 40px;
    border-radius: 5px;
    font-weight: 600;
}
.loan-left-img{
    transition: all .3s ease-in-out;
    transition-duration: 800ms;

}
.loan-left-img img{ transition: all 1s ease-in-out; max-width: 100%;}

.i-loan:hover .loan-left-img img{
    transition: all 1s ease-in-out;
    box-shadow: 0px 24px 29px -19px #030419a3;
    border-radius: 30px;
}

.square:is(:hover, :focus) {
    transform: scale(0.9);
  }

.Features-Benefits h6{
    font-size: 23px;
    text-align: center;
    font-weight: 600;
    color: #fff;
    z-index: 1;
}

.Features-Benefits {
    padding: 80px 0px;
    background-image: url('../images/features-bg.jpg');
    position: relative;
}

.features-list {
    margin-top: 25px;
}
.Features-Benefits .overlay {
    position: absolute;
    background: #5962d4e8;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.Features-Benefits h4{
    color: #fff;
    z-index: 2;
    margin-bottom: 10px;
    font-size: 48px;
}
.Features-Benefits ul{
    padding-left: 10px;
    padding-top: 20px;
}
.Features-Benefits ul li {
    position: relative;
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    color: #fff;
    padding-left: 15px;
    padding-bottom: 12px;
}

.Features-Benefits ul li i{
    position: absolute;
    top: 15px;
    left: 0;
    font-size: 5px;
}

.Features-Benefits .inner-list{
    padding-top: 0px;
    padding-left: 20px;
}

.home-blog .home-card{
    box-shadow: 0px 0px 10px #cccccc8a;
height: 100%;
overflow: hidden;
border: none;
border-radius: 5px;
}

.blog-btn{
font-size: 18px;
}
.home-blog .home-card img {
    transition:  0.3s ease-in-out;
    
}

.home-blog  .home-card:hover .blog-home-card-img img{
    transition:  0.3s ease-in-out;
    transform: scale(1.1);
}

.home-blog .blog-text h5{
    font-size: 23px;
    color: #000000;
    font-weight: bold;  
}


.blog-btn .arrow {
    width: 30px;
}
.home-blog {
    padding: 70px 0px 90px;
}

.home-blog .blog-text h6{
    font-size: 18px;
    color: #000000;
    font-weight: 500;
}



.page-id-43 .home-blog .blog-text p {
    font-size: 20px;
    color: #000000;
    font-weight: 500;
    line-height: 28px;overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 3; /* number of lines to show */
           line-clamp: 3; 
   -webkit-box-orient: vertical;
   
}
.home-blog .blog-text p {
    font-size: 20px;
    color: #000000;
    font-weight: 500;
    line-height: 28px;  line-height: 28px;overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2; 
   -webkit-box-orient: vertical;
   
}










.home-blog .blog-text h5 a {
    font-size: 23px;
    color: #000000;
    font-weight: bold;
    /* min-height: 60px; */
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}




.blog-text {
    padding: 20px;
}
.btn-two {
    margin-left: 25px;
}
.i-loan-pro {
    padding: 60px 0px 100px;
    background: #c1f0b7;
}

.pro-inner-text p {
    font-size: 22px;
    color: #212121;
    text-align: center;
    line-height: 33px;
    font-weight: 400;
    padding-bottom: 5px;
}

.loan-pro-btn{
    text-align: center;
}

.pro-btn{
    text-align: center;
    font-size: 22px;
    padding: 15px 40px;
}


.calendar {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-image: linear-gradient(#4b52ba, #7071c7);
    line-height: 90px;
    /* text-align: center; */
    display: inline-block;
}

.calendar img{
/* width: 55px;
height: 55px; */
color: #ffff;
}
.text {
    padding-top: 10px;
}
.text p{
    /* text-align: center; */
    font-size: 15px;
    font-weight: bold;
    line-height: 5px;
    color: #000000;
}
.book-appointment {
    position: absolute;
    /* left: 91%; */
    right: 8px;
    bottom: 107px;
    z-index: 1;
    position: fixed;
    text-align: center;
text-align: center;
}
/* ----------------end--------------------- */


/* -----------------about-us--------------------- */
.breadcrumb{
       list-style: none;
	    margin-bottom: 0;
	padding:20px 0px;
	border-bottom: 1px solid #ccc!important;
  }
  .breadcrumb ul li {
    display: inline;
    font-size: 22px;
    color: #000000;
    font-weight: bold;
  }
  .breadcrumb li+li:before {
    padding: 8px;
    color: #000000;
    content: "/\00a0";
    font-weight: bold;
  }
 
  .breadcrumb  ul li a:hover {
    color: #4951d0;
    text-decoration: underline;
  }

  .inner-banner-section {
    position: relative;
}

  .inner-banner-section .overlay {
    position: absolute;
    background: #ffffffa6;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.inner-banner-title {
    position: absolute;
    bottom: 27%;
   
}

.inner-banner-title h2{
font-size: 48px;
font-weight: bold;
color: #000000;
}


.para-title{
    font-size: 45px;
    color: #000000;
    font-weight: bold;
}

.who-we-are{
    padding: 100px 0px;
   
}

.who-we-are p{
  font-size: 20px;
  color: #000000;
  line-height: 31px;
  font-weight: 400;
  color: #515050;
  text-align: center;
}
.who-we-are-text h5{
    text-align: center;
    margin-bottom: 25px;
}




.mission-img{
    transition: all .3s ease-in-out;
    transition-duration: 800ms;

}
.mission-img img{ transition: all 1s ease-in-out; max-width: 100%;}

.our-mission:hover .mission-img img{
    transition: all 1s ease-in-out;
    box-shadow: 0px 24px 29px -19px #030419a3;
    border-radius: 30px;
}

.square:is(:hover, :focus) {
    transform: scale(0.9);
  }







.our-mission{
    padding: 130px 0px 30px;
    background-image: linear-gradient( #aedfa2, #e3f7dc);
}

.our-missiont-text p {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #000000;
    margin-bottom: 12px;
}




.who-we-serve{
    padding: 100px 0px;
    background-image: url('../images/i-loan-pro-bg.jpg')  ;
    background-size: cover;
    transition: ease-in-out 1s;
}



.who-we-serve:hover{
    background: url('../images/i-loan-pro-bg.jpg') no-repeat top 30px center;
    transition: ease-in-out 1s;
    background-size: cover;
}


.serve-right-img{
    transition: all .3s ease-in-out;
    transition-duration: 800ms;

}
.serve-right-img img{ transition: all 1s ease-in-out;}

.who-we-serve:hover .serve-right-img img{
    transition: all 1s ease-in-out;
    box-shadow: 0px 24px 29px -19px #030419a3;
    border-radius: 30px;
}

.square:is(:hover, :focus) {
    transform: scale(0.9);
  }








.who-we-serve-text p{
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #000000;
    margin-bottom: 12px;
}

.image{
    border-radius: 5px;
}

.our-missiont-text {
    padding-left: 20px;
}



/* ------------------blog----------------- */

.blog-section {  padding: 100px 0px;}


.blog-home-card-img {
    overflow: hidden;
}
.blog-detail{
    padding: 80px 0px;
}

.blog-text p{
    color: #000000;
    font-size: 20px;
    font-weight: 400; 
    line-height: 28px;
    
}

.blog-text h2 {
    color: #000000;
    font-size: 32px;
    font-weight: 600;
}
.blog-main-form .blog-textarea{
    min-height: 150px;
    border-radius: 5px;
    font-size: 18px;
    color: #2b2b2b;
}

.blog-main-form textarea::placeholder{
    font-size: 18px;
    color: #2b2b2b;
    font-weight: 400; 
   
}




.blog-main-form .blog-input{
    padding: 12px;
    border-radius: 5px;
}

.blog-main-form h4 {
    font-size: 24px;
    font-weight: 400;
    color: #212121;
    margin-bottom: 0px;
    font-weight: bold;
}

.blog-main-form p {
    color: #212121;
    font-size: 18px;
    font-weight: 400;
}

.blog-main-form .form-label{
    color: #000000;
    font-size: 19px;
    font-weight: 300; 
}

.blog-main-form .form-check-label{
    color: #000000;
    font-size: 19px;
    font-weight: 300; 
    padding-left: 20px;
}

.blog-main-form {
    padding: 25px ; 
    background: #f5f5f5;
    border-radius: 5px;
    position: relative;
}

.blog-main-form .form-check{
    padding-left: 30px;
    margin-bottom: 30px;
}

.blog-contact-form {
    margin-top: 0px;

}

.blog-search-box .wp-block-search__label {
    width: 100%;
    color: #000000;
   font-size: 24px;
   font-weight: 600; 
}

.blog-search-box .wp-block-search__input {
	   max-width: 72%;
    padding: 15px 10px;
    border-radius: 10px;
	border: 1px solid #ced4da;
	
}
.blog-search-box .wp-block-search__button {
    margin-left: 10px;
     border-radius: 10px;
    background-image: linear-gradient(#4b52ba, #7071c7);
    padding: 12px 20px;
    font-weight: 600;
    color: #fff;
    font-size: 20px;

}
.blog-search-box .wp-block-search__button:hover {
    background-image: linear-gradient(#64b35a, #9fd095);
    color: #fff;
	 box-shadow: 0px 7px 32px -10px #4b52ba;
}


.blog-search-box{
    box-shadow: 0px 0px 20px #f5eded;
    background: #ffff !important;
    max-width: 100%;
    padding: 20px 20px 20px 20px;
    margin-left: 0px;
}
.blog-search-box h4{
    color: #000000;
font-size: 24px;
font-weight: 600; 
}

.blog-search .form-control{
    max-width: 84%;
    padding: 15px 10px;
    border-radius: 10px;
}

.form-check-input[type=checkbox] {
    padding: 13px
}
.blog-submit {
    border-radius: 10px;
    background-image: linear-gradient(#4b52ba, #7071c7);
    padding: 12px 20px;
    font-weight: 600;
    color: #fff;
    font-size: 20px;
}

.blog-main-form input::placeholder{ 
font-size: 18px;
color: #2b2b2b;
font-weight: 400;
}
.categories-post h4{
    color: #000000;
    font-size: 24px;
    font-weight: 600;  
    padding-top: 10px;
}


.categories-post ul li {
    font-size: 17px;
    font-weight: 400;
    color: #212121;
    line-height: 23px;
    border-bottom: 1px solid #d0d0d0;
    padding: 10px 0px;
}
.categories-post ul li a{
    display:inherit !important;
}


.post li:nth-last-child(1) {
    border: none;
}

.categories li:nth-child(2){
    border: none;
}
.morenews-blog-btn{
    margin-top: 30px;
}

.blog-search .blog-submit {
    position: absolute;
    right: 0px;
    top: 44px;
}

.search-inner{
    display: block;
}



.blog-text h3{
font-size: 32px;
color: #212121;
font-weight: 500;
}

.blog-text h5{
    font-size: 24px;
    color: #212121;
    font-weight: bold;
}
.blog-text h6{
    font-size: 24px;
    color: #212121;
    font-weight: bold;
}

.blog-btn {
    color: #fff;
    background-image: linear-gradient(#4b52ba, #7071c7);
    font-size: 18px;
    padding: 12px 40px 12px 30px;
    border-radius: 5px;
    font-weight: bold;
    border: none;
}

.arrow1 {
    position: absolute;
    left: 17%;
    bottom: 60px;
    width: 30px;
}

.blog-main-form input[type=email] {
    width: auto;
    box-sizing: border-box;
    border: none;
    border: 1px solid #ced4da;
    background: #fff;
	border-radius:5px;
	padding:6px;
	margin-top:10px;
}

.blog-main-form input {
    width: auto;
    box-sizing: border-box;
    border: none;
    border: 1px solid #ced4da;
    background: #fff;   
	border-radius:5px;
	padding:6px;
	margin-top:10px;
}

.blog-main-form p{
	margin:0;
}
.blog-main-form textarea {
	width:100%;
	height:160px;
	border: 1px solid #ced4da;
	border-radius:5px
}

.blog-main-form .form-submit input {
	color: #fff;
    background-image: linear-gradient(#4b52ba, #7071c7);
    font-size: 18px;
    padding: 12px 40px 12px 30px;
    border-radius: 5px;
    font-weight: bold;
    border: none;
}

.blog-main-form .form-submit input:hover {
    background-image: linear-gradient(#64b35a, #9fd095);
    color: #fff;
}

.blog-main-form .comment-form-cookies-consent {
    padding: 10px 0px 0px 0px;
    font-size: 19px;
}




/* -------------------contact-us------------------- */

.contact-button input.wpcf7-form-control.wpcf7-submit {
    width: auto;
}
.contact-section .form-control {
      border: 1px solid #76a869;
	    background: #fff;
}


.contact-section {
    background-image: linear-gradient(#aedfa2, #e3f7dc);
    padding: 100px 0px;
    position: relative;
}
.contact-form {
    max-width: 1000px;
    margin: auto;
}
 .contact-text{
    padding: 18px 22px;
    font-size: 18px;
    color: #000000;
} 
 .contact-textarea{
    padding: 20px;
} 

.contact-section input::placeholder{ 
    font-size: 18px;
    color: #000000;
    font-weight: 400;

    }

    .contact-button {
        text-align: center;
        padding-top: 0px;
		position: relative;
    }
.contact-section textarea::placeholder{
    font-size: 18px;
    color: #000000;
    font-weight: 400; 
   
}

.contact-btn {
    color: #fff;
    background-image: linear-gradient(#4b52ba, #7071c7);
    font-size: 25px;
    padding: 10px 90px 10px 55px;
    border-radius: 5px;
    font-weight: bold;
    border: none;
	position: relative;
}

.contact-arrow {
    position: absolute;
    left: 50%;
    bottom: 14px;
    width: 34px;
}

.send-message .box {
    background: linear-gradient(#4b52ba, #7071c7) ;
    padding: 40px 100px;
    text-align: center;
    border-radius: 5px;
    height: 100%;
    margin-right: 10px;
    transition-property: box-shadow, transform;
    transition-duration: 350ms;
    transition-timing-function: ease;
}



.box:is(:hover, :focus) {
    box-shadow: 0px 4px 30px -4px #4b52ba;
    transform: translateY(-8px);
  }



.send-message .box h5{
    font-size: 30px;
    font-weight: bold;
    padding-top: 20px;
    color: #fff;
}

.send-message .box p{
font-size: 21px;
color: #fff;
font-weight: 300;
}

.send-message .box a{
    font-size: 21px;
    color: #fff;
    font-weight: 300;
        }

.send-message .box i {
    /* transform: rotate(354deg); */
    border-radius: 50%;
    width: 100px;
    height: 100px;
    line-height: 100px;
    background-color: #fff;
    text-align: center;
    font-size: 50px;
}
.send-message .box .fa-solid:hover {
    background-image: linear-gradient(#4b52ba, #7071c7);
    -webkit-text-stroke: 4px #fff;
    color: #4b52ba;
    
}
.box:hover {
    background-image: linear-gradient(#64b35a, #9fd095);
}
.send-message .box .fa-regular:hover {
    background-image: linear-gradient(#4b52ba, #7071c7);
    color: #fff;
}
.send-message .box .fa-solid{
   -webkit-text-stroke: 4px #111111;
    color: #fff;
}

.send-message{
    padding: 100px 0px;
}


.send-message h4{
text-align: center;
margin-bottom: 30px;
}
textarea.form-control {
  height: 200px;
}

/* ---------------i-10-loans---------------- */

.i-10-loan-top {
    padding: 150px 0px 10px;
}

/* .loan-info{
    background-image: linear-gradient(#6bb860, #baedaf);
    padding: 20px 30px 20px 30px;
    position: relative;
    border-radius: 5px;
} */
.summary.entry-summary {
	 background-image: linear-gradient(#6bb860, #baedaf);
    padding: 20px 30px 20px 30px;
    position: relative;
    border-radius: 5px;
	
}


.quantity-btn {
    padding: 10px 10px  10px 20px;
    background-color: #fff;
    text-align: center;
    border: none;
    border-radius: 5px;
    font-size: 22px;
    color: #000000;
    margin-right: 20px;
    width: 120px;
}
.woocommerce div.product .product_title{
	 font-size: 36px;
    color: #000000;
    font-weight: bold;
	
}

.woocommerce div.product .woocommerce-product-rating{
	margin:0 !important;
}
/* .loan-info h4{
    font-size: 43px;
    color: #000000;
    font-weight: bold;
}
.loan-info h5{
    font-size: 30px;
    color: #000000;
    font-weight: bold;
} */

.loan-info p{
    color: #212121;
    font-size: 22px;
    line-height: 28px;
}

.loan-arrow {
    position: absolute;
    left: 36%;
    bottom: 51%;
    width: 30px;
}
.loan-10-btn{ display: flex; justify-content: flex-start; align-items: center;}
.loan-10{background: linear-gradient(#4b52ba, #7071c7);width: 200px; height: 55px; border-radius: 5px;}
/* .loan-10:hover{     background-image: linear-gradient(#64b35a, #9fd095);} */
.ten-loan-btn {
    color: #fff;
    /* background: linear-gradient(#4b52ba, #7071c7); */
    background: transparent url(../images/arrow.png)   no-repeat center right 43px;
    background-size: 17px 12px;
    font-size: 18px;
    padding: 14px 70px 12px 40px;
    border-radius: 5px;
    font-weight: bold;
    border: none;
    /* width: 100%;
    height: 100%; */
}

.loan-info-lower-para{
    padding-top: 20px;
}

.loan-info-upper-para{
    padding-bottom: 10px;
}

/* .description-btn{
    background-image: linear-gradient(#64b35a, #9fd095);
    padding: 10px 40px;
    display: inline-block;
    text-align: center;
} */

.description-text h5{
    font-size: 36px;
    font-weight: bold;
    color: #212121;
}
.description-text h6{
    font-size: 30px;
    font-weight: bold;
    color: #212121;
}
.description-text p{
    color: #515151;
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
   
}

.description-text ul li{
    color: #515151;
    font-size: 22px;
    font-weight: 400;
    line-height: 27px;
    padding-bottom: 10px;
    position: relative;
    padding-left: 20px;
}

.description-text ul li i{
    position: absolute;
    font-size: 7px;
    left: 0;
    top: 10px;
    color: #272727;
}
.description-text {
    box-shadow: 0px 0px 10px #cccccc69;
    padding: 35px;
}

/* .description-section{
padding: 100px 0px;
}
 */
.description-top h5{
    background-image: linear-gradient(#6bb860, #baedaf);
    padding: 14px 70px;
    border-radius: 5px;
    font-size: 24px;
    font-weight: bold;
    color: #000000;
    display: inline-block;
    margin: 0;
}

.description-top{
    text-align: center;
}

.loan-10:hover {
    background-image: linear-gradient(#6bb860, #baedaf);
}


.woocommerce .woocommerce-breadcrumb {
  display:none;
}

span.woocommerce-Price-amount.amount {
    color: #000;
    font-size: 28px;
    font-weight: 600;font-family: 'Calibri', sans-serif;
}

.loan-info-upper-para {
     color: #212121;
    font-size: 22px;
    line-height: 28px;
}

span.sku_wrapper {
    font-weight: 600;
    font-size: 20px;
}

span.sku {
    font-weight: 500;
}

span.posted_in {
    font-weight: 600;
    font-size: 20px;
}

span.posted_in a {
    font-weight: 500; margin-bottom: 12px;

}
span.tagged_as {
    font-size: 20px;
    font-weight: 600;
}

span.tagged_as a{
      font-weight: 500;
}

.qib-button-wrapper button.qib-button {
    background-color: #4b52ba !important;
    border: 1px solid #4b52ba;
   
}

.woocommerce div.product form.cart .button {
    color: #fff;
    /* background: linear-gradient(#4b52ba, #7071c7); */
    /* background: transparent url(../images/arrow.png) no-repeat center right 43px; */
    background-size: 17px 12px;
    font-size: 17px;
    /* padding: 14px 70px 12px 40px; */
    padding: 12px 40px 12px 40px;
    border-radius: 5px;
    font-weight: bold;
    border: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
 
     margin: 0 !important; 
    
}



/* -------------------------error-page---------------------- */

.error-section {
    padding: 150px 0px 100px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 1s;
}

.error-title {
    text-shadow: 8px 3px 9px #64b35a;
    color: #4b52ba;
    font-weight: 900;
    font-size: 100px;
    text-align: center;
    margin-top: 30px;
    font-family: 'Bradley Hand ITC TT';
}
  .error {
    color: #6bb860;
    /* box-shadow: 0 5px 0px -2px #4b52ba; */
    text-align: center;
    /* animation: fadein 1.2s ease-in; */
  }
  .error > .code {
    font-size: 18em;
    text-shadow: 0 6px 1px #8389d8, 0 0 5px #717aed, 0 1px 3px #6770f7, 0 3px 5px #8b92ed,
     0 5px 10px #4b52ba, 0 10px 10px rgba(0, 0, 0, 0.2), 0 20px 20px rgba(0, 0, 0, 0.14902);
    margin: 0;
    line-height: 330px;
    font-family: 'FontAwesome';
    letter-spacing: 50px;
}
  .error > p {
    font-weight: 400;
    font-size: 30px;
    padding-bottom: 20px;
    font-family: cursive;
  }
  @keyframes fadein {
    0% {
      margin-top: -50px;
      opacity: 0;
    }
    50% {
      opacity: 0.5;
    }
    100% {
      opacity: 1;
    }
  }
 
  .error-btn {
    color: #fff;
    background-image: linear-gradient(#4b52ba, #7071c7);
    font-size: 22px;
    padding: 12px 50px;
    border-radius: 5px;
    font-weight: bold;
    border: none;
}


/* -----------software-listing---------------- */

.i-loan-detail h4 {
      font-size: 25px;
    font-weight: 500;
}

.i-loan-detail h6 {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 15px;
}

.i-loan-detail {
    padding-top: 20px;
	    padding-bottom: 30px;
}

.Our-Address a:hover {
    color: #fff;
}


.product {
    margin-bottom: 50px;
}
.hover-btn:hover .software-arrow {
    transform: rotate(22deg);
}
.category-list {
    box-shadow: 0px 0px 10px #cccccc8a;
    padding: 20px 15px 50px;
}
.category-list ul li {
    font-size: 18px;
    font-weight: 400;
    border-top: 1px solid #000000;
    padding-top: 10px;
	padding-bottom: 10px;
}

.category-list h4 {
    font-size: 26px;
    font-weight: 500;
}
.cart-btn{
    position: relative;
}
.software-btn{
    padding: 12px 60px 12px 30px;

    font-size: 18px;
    font-weight: 600;
    background: linear-gradient(#4b52ba, #7071c7);
    border: none;
    border-radius: 5px;
    color: #fff;
}

.software-arrow {
    position: absolute;
    top: 18px;
    left: 112px;
    width: 18px;
}
.software-btn:hover .software-arrow {
    transform: rotate(22deg);
}






/* -------------------------end------------------------------ */




/* ----------------------footer-section------------------------- */
.footer{
    background-image: linear-gradient(#64b35a, #9fd095);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0px 50px ;
/*     position: relative; */
}
.copy-right a:hover  {
    color: #fff;
}
.footer-content input[type=email] {
    width: 100%;
    box-sizing: border-box;
    border: none;
    border-bottom: 1px solid #000000;
    background: transparent;
	margin-top: 15px;
	padding-bottom: 15px;
}
.send-icon {
    position: absolute;
    right: 12%;
    top: 32%;
}

.footer-content .footitl{
font-size: 28px;
font-weight: bold;
color: #000000;
border-bottom: 1px solid #000000;
padding-bottom: 15px;
margin-bottom: 20px;
}

.footer-email{
    font-size: 19px;
    color: #000000;
    font-weight: 500;
    padding-top: 20px;
}
.footer-content ul li{
    font-size: 19px;
    color: #000000;
    line-height: 30px;
    font-weight: 400;
}

.footer-content a {
    font-size: 19px;
    color: #000000;
    font-weight: 400;
    margin-right: 5px;
}

.social-links ul li i {
    color: #fff;
    font-size: 25px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #000000;
    border-radius: 50px;
    text-align: center;
    align-items: center;
    margin-right: 5px;
    margin-top: 10px;
}
.social-header {
    font-size: 28px;
    font-weight: 600;
    color: #000000;
    padding-bottom: 0px;
    padding-top: 20px;
}
.copy-right{
    display: flex;
    justify-content: space-between;
    margin-top: 100px;
}

.copy-right p{
   color: #000000;
   
  
}

.footer-btn {
    padding: 15px 0px;
    color: #ffff;
    background-color: #287ff9;
    border-radius: 5px;
    font-size: 24px;
    font-weight: 600;
    width: 100%;
    text-align: center;
}


.footer-btn:hover{
    background-color: #ffff;
    color:#14287b ;
}

.fa-brands:hover {
background-color:#fff ;
color: #000000;
}

.Quick-links a:hover  {
    color: #fff;
}

.Quick-contact a:hover  {
    color: #fff;
}



.Quick-links ul li:hover {
    color: #fff;
   
}

.footer-content.social-links p {
    margin: 0;
    padding: 0;
}



#pojo-a11y-toolbar {    top: 540px !important;}
#pojo-a11y-toolbar.pojo-a11y-toolbar-right {	left: -129px;     right: inherit !important;}
	#pojo-a11y-toolbar.pojo-a11y-toolbar-right.pojo-a11y-toolbar-open {  left: 50px;}
	 #pojo-a11y-toolbar.pojo-a11y-toolbar-right .pojo-a11y-toolbar-toggle {  left: 130px;     top: 53px;}
	 #pojo-a11y-toolbar .pojo-a11y-toolbar-overlay {         top: 53px;   left: -50px;  }
	

 .single.single-product .woocommerce-product-gallery__image img {       min-height: 0px !important;  }




/* -------------------------i-loan-software-new-css------------------------- */
  li#tab-title-reviews {
    display: none;
}

 .woocommerce .woocommerce-product-rating .star-rating {
    display: none;
}

a.woocommerce-review-link.__mPS2id._mPS2id-h.mPS2id-highlight {
    display: none;
}
.woocommerce div.product .woocommerce-tabs .panel h2 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 20px;
}

  div#tab-description p {
    color: #515151;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
}

   div#tab-description h6 {
    font-size: 30px;
    font-weight: bold;
    color: #212121; margin: 0; padding: 15px 0 10px 0;
}

 div#tab-description .description-list li {
    color: #515151;
    font-size: 20px;
    font-weight: 400;
    line-height: 27px;
    padding-bottom: 14px;
    position: relative;
    padding-left: 20px;
}


 div#tab-description .description-list li i {
    position: absolute;
    font-size: 7px;
    left: 0;
    top: 10px;
    color: #272727;
}

.woocommerce div.product .woocommerce-tabs .panel {
    margin: 0 0 60px 0 !important;
    padding: 22px !important;
    box-shadow: 0px 0px 10px #cccccc69;
  
}

button.minus.qib-button {
    font-size: 32px!important;
}

button.plus.qib-button {
    font-size: 27px!important;
}

select.orderby {
    height: 47px!important;padding: 0 3px;
}

.i-loan-detail h4 {
    
}

  div.product div.summary {  	width: 52% !important;}
 .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt{	   background: linear-gradient(#4b52ba, #7071c7) !important;}
.woocommerce form .show-password-input, .woocommerce-page form .show-password-input {  	top: 2px !important;}


.enq-form .title:hover { background-image: linear-gradient(#64b35a, #9fd095);
    color: #fff;
/*     box-shadow: 0px 7px 32px -10px #4b52ba; */
}


/* ----------------register/login/css---------------------- */
	.page-id-357 .woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {     padding-top: 5px !important;}

 .page-id-357    button.woocommerce-button.button.woocommerce-form-login__submit {
   background: linear-gradient(#4b52ba, #7071c7);
    padding: 12px 40px;
    border-radius: 5px;
	color:#fff;
}

 .page-id-357   button.woocommerce-button.button.woocommerce-form-login__submit:hover{
    background-image: linear-gradient(#64b35a, #9fd095);
    color: #fff;
    box-shadow: 0px 7px 32px -10px #4b52ba;
}

 .page-id-357  button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit {
	  background: linear-gradient(#4b52ba, #7071c7);
    padding: 12px 40px;
    border-radius: 5px;
	color:#fff;
}

.page-id-357  button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit:hover {
    background-image: linear-gradient(#64b35a, #9fd095);
    color: #fff;
    box-shadow: 0px 7px 32px -10px #4b52ba;
}
.page-id-357 .woocommerce{
	padding:50px 0px;
}

.page-id-357 .woocommerce form .show-password-input, .woocommerce-page form .show-password-input { 	top: 3px;}


.page-id-357 .u-column1.col-1 h2 {
    font-size: 50px;
    font-weight: 500;
    color: #000;
   }

.page-id-357  .woocommerce form.login, .woocommerce form.register {
       margin: 20px 0px;
}

.page-id-357  .u-column2.col-2 h2{
	  font-size: 50px;
    font-weight: 500;
    color: #000;
	
}

.page-id-357  .woocommerce form.register {    margin: 20px 0px;  }

.page-id-357 .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {     width: 100%;      padding: 10px;     border-radius: 5px;    border: 1px solid #ccc;}
.page-id-357 .woocommerce-privacy-policy-text p {    line-height: 24px;}



.footer-content span.wpcf7-form-control-wrap input::placeholder {    color: #000;}



/* --------------------------cart-css------------------ */




.page-id-355 .woocommerce{     padding: 30px 0px 40px 0px;     max-width: 1000px;   margin: auto; }
 .page-id-355  .sumosubs-duration-interval {
       padding: 10px;
    border-radius: 5px;
    border: 1px solid #e9e6ed;
}


 .page-id-355  .sumosubs-duration-period {
	  padding: 10px;
    border-radius: 5px;
    border: 1px solid #e9e6ed;
	
}

.page-id-355  .sumosubs-duration-length {
	  padding: 10px;
    border-radius: 5px;
    border: 1px solid #e9e6ed;
}
.page-id-355:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt{
       background-image: linear-gradient(#4b52ba, #7071c7) !important;
      color: #fff;
        border-radius: 5px;
}

.page-id-355:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:hover{
	background-image: linear-gradient(#64b35a, #9fd095)!important;
}

.page-id-355 th.product-name {
    font-size: 20px;
}

.page-id-355 th.product-price {
	 font-size: 20px;
}

.page-id-355 th.product-quantity{
	 font-size: 20px;
}

.page-id-355 th.product-subtotal {
	 font-size: 20px;
}

.page-id-355 td.actions .button {
     background-image: linear-gradient(#4b52ba, #7071c7) !important;
	color: #fff;
}

.page-id-355 td.actions .button:hover {
    background-image: linear-gradient(#64b35a, #9fd095) !important;
		color: #fff;
}
.page-id-355  td.product-name {
    font-size: 18px;
	color:#000;
}

.page-id-355 tr.sumo_order_subscription_subscribe {
    font-size: 20px;
	    font-weight: 600;
}

.page-id-355.woocommerce-cart .wc-proceed-to-checkout, .woocommerce-checkout .wc-proceed-to-checkout {
    padding: 1em 0;
    max-width: 280px !important;
    margin: auto !important;
}
.page-id-355 .woocommerce table.shop_table {     padding: 10px 0px;	margin: 0 0px 50px 0;}

.page-id-355 .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
       width: 100%;     box-shadow: 0px 0px 10px #ccc;     padding:  10px;
}

.page-id-355 form.woocommerce-cart-form {
    width: 100%;    box-shadow: 0px 0px 10px #ccc;
}

.page-id-355 tr.sumo_order_subscription_subscribe_duration label {
    font-size: 19px;
    font-weight: 500;
}
.page-id-355  tr.sumo_order_subscription_subscribe_length label {
    font-size: 19px;
	 font-weight: 500;
}
.page-id-355  .sumosubs-duration-every {
    font-size: 19px;
	 font-weight: 500;
}

.page-id-355 select#sumo_order_subscription_duration_value {
    font-weight: 600;
}

.page-id-355 select#sumo_order_subscription_duration {
    font-weight: 600;
}
.page-id-355 select#sumo_order_subscription_recurring {
    font-weight: 600; 
}
.page-id-355 span.woocommerce-Price-amount.amount {
    color: #000;
    font-size: 19px;
    font-weight: 600;
}
 
.page-id-355  .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
      width: 180px !important;
    border-radius: 5px;
    padding: 6px 20px !important;
}




/* ---------------------checkout-css------------------ */
.page-id-356 .woocommerce{  padding:60px 0px; }

   .page-id-356 .woocommerce-billing-fields h3 {
    font-size: 30px;
}
.page-id-356 .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    border-radius: 5px;
    border: 1px solid #e9e6ed;
    padding: 6px;
}
.page-id-356 .select2-container .select2-selection--single {  	height: 38px;}
.page-id-356   span.woocommerce-input-wrapper {
    display: flex;
}
.page-id-356 .woocommerce-billing-fields .select2-container {
	display: grid;}

.page-id-356 #ship-to-different-address{
	font-size:25px;
}


.page-id-356 .woocommerce table.shop_table td {      font-weight: 600;}
.page-id-356 .sumosubs-duration-interval {
    border-radius: 5px;
    padding: 3px 10px;
	 border: 1px solid #ccc;
}

.page-id-356  .sumosubs-duration-period {
	  border-radius: 5px;
    padding: 3px 10px;
	 border: 1px solid  #ccc;
}

.page-id-356  .sumosubs-duration-length {
	 border-radius: 5px;
    padding: 3px 10px;
	 border: 1px solid  #ccc;
}

c .select2-container .select2-selection--single .select2-selection__rendered {
      padding: 4px 10px;
	    border: 1px solid #e9e6ed;
	border-radius:5px
}
.page-id-356  .select2-container--default .select2-selection--single {
   
       border: 1px solid #e9e6ed;
   
}
.page-id-356:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt{ 
	 background-image: linear-gradient(#4b52ba, #7071c7) !important;
      color: #fff;
	border-radius:5px;
}

.page-id-356:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:hover{ 
		background-image: linear-gradient(#64b35a, #9fd095)!important;
   
}


 .page-id-356  .woocommerce-additional-fields h3 {
    font-size: 25px;
}

 .page-id-356 .select2-container {
      display: grid;
   }


 .page-id-356  .woocommerce-billing-fields {
    border: 1px solid #ccc;
    padding: 15px;
	 box-shadow: 0px 0px 10px #ccc;
}

.page-id-356  #customer_details  .col-2 {
    border: 1px solid #ccc;
    padding: 15px;
	box-shadow:0px 0px 15px #ccc;
}

.page-id-356 span.woocommerce-Price-amount.amount {
    color: #000;
    font-size: 18px;
    font-weight: 600;
}
.page-id-356 #add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
     padding: 10px;
    margin: 10px 0px 0px 0px;
  }
.page-id-356 .woocommerce-account-fields {
    border: 1px solid #ccc;
    box-shadow: 0px 0px 10px #ccc;
    margin-top: 30px;
	padding:15px;
}

.page-id-305 h2 {
    font-weight: 700;
}


/* ---------------------------privacy-policy-css------------------ */

.page-id-48 h2 {
/*     font-size: 18px; */
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 0;
}
 
/* .default-page-section {
    padding: 50px 0px;
} */

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: #fff !important;
	font-weight: 500 !important;
    font-size: 25px !important;
	 position: relative;
   background-image: linear-gradient(#6bb860, #baedaf);
	color: #000 !important;
    padding: 10px 50px!important;
}


.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    color: #fff !important;
	font-weight: 500 !important;
    font-size: 18px !important;
	 position: relative;
    background-color:none !important;
}



#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    background: transparent !important;
    /* background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #65b45b); */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#FF65B45B");
    color: #4b52ba !important;
    font-weight: normal;
    text-decoration: none;
    border-color: #fff;
}


.single.single-product .woocommerce-product-gallery__image.flex-active-slide, .single.single-product .woocommerce-product-gallery__image, .single.single-product .woocommerce-product-gallery__image img {
     max-height:auto!important;
     min-height: auto!important;
    max-width: 100% !important;
    min-width: 100% !important;
    object-fit: cover;
}

 .postid-167  .breadcrumb {      border:none;  }
p.comment-form-author {
    margin-top: 10px;
}

p.comment-form-email {
    margin-top: 10px;
}
p.comment-form-url {
    margin-top: 10px;
}

.blog-main-form input {
	margin-top:0px;
}
.blog-main-form input[type=email] {	margin-top:0px;  width:100% !important;}
.blog-main-form p.form-submit {    margin-top: 20px;}
input#wp-comment-cookies-consent {
    width: auto !important;
}
.comment-form-author input{ width:100%;}
.postid-528 input#submit {padding: 5px 10px 5px 10px !important;}

 .woocommerce-page div.product div.images {     width: 46% !important;}

.cart_totals h2 {    padding: 5px 12px;}

div#primary {    padding-top: 30px;}
a.button.wc-forward {
       color: #fff!important;
    background-image: linear-gradient(#4b52ba, #7071c7) !important;
    border-radius: 5px;
}



.footer-content.social-links div#wpcf7-f212-o2 {
    position: relative;
}



figure.woocommerce-product-gallery__wrapper a {
    display: block!important;
}
figure.woocommerce-product-gallery__wrapper img {
    width: 100%!important;
}


.footer-content.social-links form.wpcf7-form.init {
    position: relative;
}









.woocommerce-product-details__short-description {
    padding-bottom: 15px;
   
}


.card-mobile-dd{ display: none}

.blog-detail .blog-text {
    padding: 25px 20px 0 0;
}
.blog-text h2 {
    color: #000000;
    font-size: 25px;
    font-weight: 600; padding: 10px 0 0 0;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
font-size: 16px!important;
 margin: 2px 0px 0px 0px!important;
 padding: 4px 0px 4px 0px!important;
/* 	    text-transform: lowercase!important; */

    
}


#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
  text-transform: lowercase!important;
  
}
span.sku_wrapper {

    display: block;
}
span.posted_in {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 10px;
}
.product_meta a {
    display: inline;
   
}

header.header-section.fixed-nav .logo-box img {
    width: 151px;
}



.woocommerce-account .woocommerce-MyAccount-navigation {
    float: left;
    width: 30%;
    background-color: #63b257;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 30px; min-height:550px;
}

.woocommerce-MyAccount-navigation ul li a
{ color:#fff; display: block; font-size: 15px; padding-bottom: 10px;    
    border-bottom: solid 1px #62d890;
    margin-bottom: 10px;}

.woocommerce-MyAccount-navigation ul li a:hover{ color:#fff; }
.woocommerce-account .woocommerce-MyAccount-content {
    box-shadow: 0 0 8px #ddd;
    padding: 20px; margin-bottom: 30px;
}
.h3, h3 {font-size: 20px; font-weight: 400;}
.logged-in.admin-bar h2 { margin-bottom: 20px; text-align: left!important}

.logged-in.admin-bar .u-column1.col-1.woocommerce-Address {
box-shadow: 0 0 5px #ddd;
padding: 10px; width: 49%;
}
.logged-in.admin-bar .u-column2.col-2.woocommerce-Address {
box-shadow: 0 0 5px #ddd; width: 49%;
padding: 10px;
}

.woocommerce-tabs.wc-tabs-wrapper {
    padding-top: 27px;
}

.qib-button-wrapper {
    margin: 0px 4px 0 0!important;
   
}

.woocommerce-product-details__short-description h5 {
    font-size: 20px;
    line-height: 30px;
}

.blog-text h3 {
    font-size: 28px;
    color: #000;
    font-weight:600; padding: 10px 0 0 0;
   
}


.blog-text h4 {
    font-size: 24px;
    color: #000;
    font-weight:600; padding: 10px 0 0 0;
   
}





.blog-contact-form {
    margin-top: 25px;
}

.about-page-left-img{ float: left; padding: 0 25px 25px 0; width: 720px}

.no-mobile-banner-button-on{ display: none}


.home-page-left-img{ float: left; padding: 0 30px 25px 0; width: 680px}

.blog-detail ul{ margin-left: 20px}
.blog-detail ul li {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    line-height: 27px;
    padding-bottom: 7px; list-style-type: disc;
    position: relative; margin-bottom: 10px
  
}

.i-loan-detail h4{overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 1; 
           line-clamp: 1; 
   -webkit-box-orient: vertical}
.woocommerce-Tabs-panel h2{ display:none !important;}






.contact-section .contact-btn {
    color: #fff;
    background-image: linear-gradient(#4b52ba, #7071c7);
    font-size: 25px;
    padding: 15px 90px 15px 55px;
    border-radius: 5px;
    font-weight: bold;
    border: none;
    position: relative;
}
.contact-section .contact-arrow {
    position: absolute;
    left: 50%;
    bottom: 19px;
    width: 30px;
}




/* / thankyou page css  / */
.Thank-you{ padding: 200px 0 90px;text-align: center;}
.Thank-you img {width: 40%;}
.Thank-you a.home-back { color: #ffffff;background-color: #4db848;border-radius: 5px 5px 0px 0px;font-size: 20px;font-weight: 500;margin: 0;text-align: center;padding: 12px 30px 8px; letter-spacing: 1px;transition: 0.5s ease-in-out;border-radius: 50px;border: 2px solid transparent;transition: 0.5s ease-in-out;}
.Thank-you h5 {font-size: 40px;margin-bottom: 20px;color: #000000;}
.Thank-you a.home-back:hover { background: #fff;color: #4db848;border: 2px solid #4db848;}
.Thank-you h3 {font-size: 160px;color: #ffffff;-webkit-text-stroke: 6px #4db848;margin-bottom: -10px;}
/* / end here  / */

.wpcf7 form .wpcf7-response-output {  margin: 0em 0em 0em !important;  padding: 0.2em 1em !important; font-size:14px !important;}
.social-links .invalid{ position:relative !important;}
.wpcf7-form-control-wrap{ position:relative !important;}
.wpcf7-not-valid-tip {  font-size: 14px !important;}
.woocommerce-info { border-top-color: #565bbe !important; }
.woocommerce-info::before { color: #565bbd !important;}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button {
    color: #ffffff !important;  background-color: #5d61c0 !important;}



/* -----------------media-query---------------- */



@media (max-width: 1600px) {
	
	    .blog-detail .blog-text h3 {
        font-size: 26px;
        padding-bottom: 0;
        font-weight: 600;
        padding-top: 10px;
    }
	
	
	.navbar-nav img {
    padding-top: 0px;
}
	.woocommerce-product-details__short-description {
		padding: 11px 0 15px 0;}
.i-10-loan-top {
    padding: 122px 0px 10px;
}
.footer-content a { font-size: 17px;}	
.footer-content ul li { font-size: 17px;}
.copy-right p { font-size: 17px;}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {		width: 31% !important;}
    .home-banner-content h2 { font-size: 60px;}
    .home-banner-content h3 { font-size: 50px;         line-height: 52px;}
    .banner-btn {  padding: 18px 30px;   font-size: 21px; }
    .right-image {text-align: center; }
    .home-card-btn { font-size: 18px;        padding: 8px 18px;}
    .send-icon {   right: 5%;}
    .error > .code {     line-height: 300px;   letter-spacing: 50px;    }
    .error-title {    font-size: 90px;   margin-top: 0px;   }
    .error > p {  font-size: 26px;   padding-bottom: 15px;    }
    #pojo-a11y-toolbar.pojo-a11y-toolbar-right .pojo-a11y-toolbar-toggle {    right: 180px;  top: -6px;}
	#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay {    position: relative;    top: -6px;}
	.enq-form {  top: 60%;}
.enq-form .title { font-size: 17px; padding: 6px 0px; }
         .formrotate {
        right: 218px;
        top: 165px;
        width: 59%;
       }
	.right-image img {    width: 270px;}
	.arrow {    width: 30px;}
     .banner-title {        padding-top: 80px;        padding-right: 200px;    }
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {     padding: 0px 5px 0px 5px !important;    font-size: 18px !important;}
	.nav-item a {         font-size: 18px; }
	.navbar-nav img {    width: 20px;      }
	.logo-box {    width: 170px;}
	.products-section {    padding: 70px 0px;   }
	.products-section h5 {	 font-size: 24px;}
	.products-section h6 {		font-size: 21px;}
	.products-section .home-card-img {     padding: 10px 0px;}
	.loan-right-text h5 {		 font-size: 42px;}
	.loan-right-text h6 {	 font-size: 24px;}
	.loan-right-text p {       font-size: 19px;    line-height: 29px;  }
	.loan-btn { font-size: 20px;    padding: 13px 30px; }
	.i-loan {	padding: 80px 0px;}
	.Features-Benefits {    padding: 60px 0px; }
	.Features-Benefits h4 {  margin-bottom: 5px;    font-size: 43px;}
	.Features-Benefits h6 {    font-size: 21px;    }
	.Features-Benefits ul li {    font-size: 18px;        padding-bottom: 5px;        line-height: 26px;  }
	.Features-Benefits ul li i {     top: 11px;  }
	.home-blog {    padding: 55px 0px 70px;}
	.main-heading {      margin-bottom: 20px;}
	.home-blog .blog-text h5 {	  font-size: 22px;}
	.home-blog .blog-text p {    font-size: 19px;    line-height: 26px;     }
	.i-loan-pro {    padding: 45px 0px 70px; }
	 .pro-inner-text p {    font-size: 20px;    line-height: 30px;  }
	.book-appointment {     right: 5px;           bottom: 80px; }
	.calendar {    width: 70px;    height: 70px;      line-height: 70px;   }
	.calendar img {     width: 35px;}
	.footer-content .footitl {    padding-bottom: 12px;    margin-bottom: 12px;}
	.footer {    padding: 70px 0px 20px;}
	.copy-right {      margin-top: 70px;}
	.footer-content ul li {    line-height: 28px;   }
	 .social-links ul li i {    font-size: 22px;    width: 45px;    height: 45px;    line-height: 45px;}
	.footer-content input[type=email] {      padding-bottom: 15px;}
    .who-we-are {    padding: 60px 0px;}
	.para-title {		 font-size: 36px;}
	 .who-we-are-text h5 {    margin-bottom: 10px;}
	 .who-we-are p {    font-size: 20px;       line-height: 29px; }
	  .our-mission {    padding: 80px 0px 50px;  }
	.our-missiont-text p {     font-size: 20px;    line-height: 28px;   }
	.who-we-serve {		padding: 70px 0px;}
	.who-we-serve-text p {    font-size: 20px;    line-height: 28px;   }
	.contact-section {      padding: 80px 0px;   }
	.contact-form {    max-width: 950px;  }
	.contact-text {	 padding: 12px 15px;}
	 textarea.form-control {    height: 170px;}
	.contact-arrow {      bottom: 15px;  }
	.send-message {    padding: 80px 0px;}
	 .send-message .box i {          width: 85px;    height: 85px;    line-height: 85px;     font-size: 45px;}
	.send-message .box h5 {    font-size: 28px;     padding-top: 15px;  }
	.send-message .box p {    font-size: 20px;}
	.send-message .box {		padding: 30px 80px;}
	#pojo-a11y-toolbar.pojo-a11y-toolbar-right {	left: -129px;}
	#pojo-a11y-toolbar.pojo-a11y-toolbar-right.pojo-a11y-toolbar-open {  left: 50px;}
	 #pojo-a11y-toolbar.pojo-a11y-toolbar-right .pojo-a11y-toolbar-toggle {  left: 130px;   top: 30px; }
	 #pojo-a11y-toolbar .pojo-a11y-toolbar-overlay {            top: -32px;   left: -50px;  }
	div.product div.summary { 		width: 52% !important;}
	.woocommerce div.product .product_title {		font-size: 36px;}
	
	.loan-info-upper-para {        font-size: 20px;    line-height: 27px;}
	.woocommerce div.product p.price, .woocommerce div.product span.price {      margin: 0;}
	
	.contact-section .contact-btn {
    font-size: 22px;
}
	.contact-section .contact-arrow {
    bottom: 22px;
}
	.contact-textarea {
    padding: 15px;
}
	div#tab-description h2 {		font-size: 32px; margin-bottom: 15px;}
	div#tab-description p {    font-size: 18px;      line-height: 28px;}
	div#tab-description h6 {    font-size: 28px;}
div#tab-description .description-list li {      font-size:18px; line-height: normal; padding-bottom: 13px; }  

	.page-id-357 .u-column1.col-1 h2 {		font-size: 42px;}
	.page-id-357 .inner-banner-title h2 {		font-size: 43px;}
	.page-id-357 .u-column2.col-2 h2 {font-size: 42px;}
	.page-id-357 .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {		padding: 8px;}
	.blog-text {    padding: 15px;}
	.blog-text h3 {		font-size: 28px;}
    .blog-text h3 {        font-size: 25px;    }
	.blog-main-form .form-submit input{padding:8px 30px 8px 30px;}
	.blog-text p {     font-size: 19px;       line-height: 27px;}
	.blog-search-box .wp-block-search__input {    		padding: 8px 8px !important;}
	.categories-post h4 { 	margin:0;	font-size: 22px;}
	
	.blog-search-box .wp-block-search__button {  		padding: 8px 15px;}
	.blog-main-form textarea{height:125px;}
	 .blog-text h3 {        font-size: 22px;        padding-bottom: 10px;    }
	.postid-715 .inner-banner-title h2 {	font-size: 44px;}
	.page-id-355   span.woocommerce-Price-amount.amount {        font-size: 18px;    }
	.page-id-355 th.product-name {    font-size: 18px;}
   .page-id-355 th.product-price {	 font-size: 18px;}
   .page-id-355 th.product-quantity{	 font-size: 18px;}
   .page-id-355 th.product-subtotal {	 font-size: 18px;}
	.page-id-355 tr.sumo_order_subscription_subscribe {    font-size: 18px;   }
	
	
	.page-id-355 .woocommerce {    padding: 60px 0px 60px 0px;  }
     .page-id-355 .qib-button-wrapper button.qib-button, .qib-button-wrapper div.quantity.wqpmb_quantity {        height: 28px !important;        width: 37px !important;    }
   .page-id-355 .qib-button-wrapper button.qib-button {    padding: 0px 12px 4px;		}
	 .page-id-355 .woocommerce .quantity .qty {		width: 42px;}
	 .page-id-355    .qib-button-wrapper .quantity input.input-text.qty.text {        height: 31px !important;    }
	 .page-id-355 .qib-button-wrapper .quantity input.input-text.qty.text {  		padding: 0px 0px 0px 0px;}
	.page-id-356 .woocommerce-billing-fields h3 {    font-size: 25px;}
	.page-id-356 #ship-to-different-address {    font-size: 22px;}
	.page-id-356 .woocommerce-additional-fields h3 {    font-size: 22px;}
	.page-id-356	.select2-container .select2-selection--single .select2-selection__rendered {       padding: 3px 10px;}
	.page-id-356    span.woocommerce-Price-amount.amount {        font-size: 17px;    }
	.enq-form input {      padding: 2px 8px;  }
	.enq-form .messageenqform {    font-size: 20px;    margin-bottom: 15px;}
	.enq-form input::placeholder {    font-size: 16px;}
	.enq-form textarea::placeholder {    font-size: 16px;}
	.enq-form .wpcf7 form .wpcf7-response-output {    margin: 0 !important;    padding: 10px !important; }
	.enq-form .enq-btn {     font-size: 18px;    padding: 4px 19px; }
	input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.wpcf7-not-valid {    margin-bottom: 0;  }
	.enq-form .wpcf7-not-valid-tip { 		font-size: 16px;}
	.second-btn {       margin-top: 10px;}
	.postid-9394  .qib-button-wrapper button.qib-button, .qib-button-wrapper div.quantity.wqpmb_quantity {    height: 31px !important;   width: auto !important;}
     .page-id-355.qib-button-wrapper div.quantity.wqpmb_quantity {	 height: 32px !important;}
	.footer-content social-links .wpcf7 form .wpcf7-response-output {    margin: 0em 0.5em 1em;    padding: 0.2em 1em;   }
	.software-btn {		padding: 8px 60px 8px 30px;}
	.software-arrow {  		top: 14px;}
	
span.sku_wrapper {font-size: 18px;}
span.posted_in {font-size: 18px;}
span.tagged_as {font-size: 18px;  }
span.posted_in a {font-size: 18px;}
.loan-right-text p {font-size: 18px;line-height: 32px;}
.Features-Benefits ul li {font-size: 18px; padding-bottom: 5px;line-height: 32px;}.blog-text p {font-size: 20px;line-height: 30px;}
.our-missiont-text p {font-size: 18px; line-height: 30px;}
.who-we-are p{font-size:18px; line-height: 30px;}
.who-we-serve-text p{ font-size: 18px; line-height: 30px;}
.blog-text p {font-size: 18px; line-height: 30px;}	
.home-blog .blog-text p {font-size: 18px;line-height: 30px;}	
.blog-detail ul li {font-size: 18px;line-height: 30px;}
	

.Thank-you {padding: 170px 0 80px;text-align: center;}
.Thank-you a.home-back {font-size: 19px;padding: 10px 30px 4px;}	
.Thank-you h5 {font-size: 35px;margin-bottom: 10px;}
.Thank-you h3 {font-size: 150px; margin-bottom: -10px;}
.breadcrumb ul li { font-size: 18px;}	
.page-id-355 td.product-name { font-size: 16px;}	
.page-id-355 tr.sumo_order_subscription_subscribe_length label { font-size: 16px;}	
p { font-size: 17px;}	
.breadcrumb ul li { font-size: 18px;}	
.postid-9394 .qib-button-wrapper button.qib-button, .qib-button-wrapper div.quantity.wqpmb_quantity { height: 41px !important; }
.page-id-355 .qib-button-wrapper .quantity input.input-text.qty.text { height: 41px !important;}
	
	
}



@media (max-width: 1440px) {
     .banner-title {     padding-right: 70px;    }
    .home-banner-content h2 { font-size: 60px; }
    .home-banner-content h3 {font-size: 56px;  letter-spacing: 2px;    }
    .banner-btn {  padding: 20px 30px;   font-size: 22px;  }
    .enq-form .title {        padding: 13px 0px;        font-size: 21px;    }
    .formrotate {        right: 226px;        top: 176px;}
    .products-section { padding: 60px 0px;}
    .products-section h5 { font-size: 22px;}
    .products-section .home-card-list ul li {   padding-bottom: 7px; }
    .i-loan { padding: 70px 0px;}
    .loan-right-text h5 {  font-size: 40px;}
    .loan-right-text h6 {  font-size: 27px;}
    .loan-right-text p {  line-height: 30px;   }
    .loan-btn {           font-size: 20px;        padding: 12px 30px; }
    .Features-Benefits {  padding: 50px 0px;}
    section.home-blog {   padding: 50px 0px 70px;  }
	.i-loan-pro {        padding: 35px 0px 60px;}
    .send-icon {    right: 6%;}
    .products-section .home-card-list ul li {line-height: 25px;}
    .send-message .box {     padding: 40px 80px;}
   
    .loan-arrow {   left: 39%;   bottom: 49%;}
    .arrow1 {   left: 19%;}
    .book-appointment {        right: 20px;        bottom: 80px;    }
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {padding:0;  }
	 .banner-para {    margin-bottom: 20px;}
	 #pojo-a11y-toolbar.pojo-a11y-toolbar-right .pojo-a11y-toolbar-toggle {    right: 180px !important;    top: 53px;}
	#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay {     top: 54px;}
    .banner-btn {        padding: 16px 30px;        font-size: 20px;    }
	.navbar-expand-lg .navbar-nav li {    padding: 0px 10px 0px 10px;}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item {    margin: 0 5px 0 5px !important;}
	.enq-form {  width: 280px;}
	.main-heading {        margin-bottom: 10px;    }
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {          width: 38% !important;   }
	.who-we-are {        padding: 40px 0px;    }
    .our-mission {        padding: 60px 0px 40px;    }
	.who-we-serve {        padding: 50px 0px;    }
	 .contact-section {    padding: 70px 0px 60px 0px;  }
	.send-message {        padding: 60px 0px 70px 0px;    }
	 .send-message .box i {        width: 80px;        height: 80px;        line-height: 80px;        font-size: 40px;    }
	 .send-message .box h5 {        font-size: 26px;           }
	  .contact-arrow {      left: 49%;        bottom: 15px; }
	.contact-btn {       font-size: 24px;		padding: 10px 85px 10px 45px;}
	#pojo-a11y-toolbar.pojo-a11y-toolbar-right {	left: -129px;}
	#pojo-a11y-toolbar.pojo-a11y-toolbar-right.pojo-a11y-toolbar-open {  left: 50px;}
	 #pojo-a11y-toolbar.pojo-a11y-toolbar-right .pojo-a11y-toolbar-toggle {  left: 130px;  top: 128px;}
	#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay {   top: 30px;  left: -51px;  }
	.woocommerce div.product .woocommerce-tabs ul.tabs li a {      background: transparent !important; }
	.breadcrumb {    padding: 10px 0px;    }
	.page-id-357 .u-column2.col-1 h2 {font-size: 40px;}
	.page-id-357 .u-column2.col-2 h2 {font-size: 40px;}
	.page-id-357 .woocommerce form.login, .woocommerce form.register {    margin: 15px 0px;}
    .page-id-357 .woocommerce {    padding: 35px 0px;}
    .blog-search-box .wp-block-search__button {      font-size: 17px;}
	.woocommerce table.shop_table td {      padding: 9px 9px !important;   }
	.breadcrumb ul li { 		font-size: 20px;}
	.woocommerce-page div.product div.images {    width: 47% !important;}
	 div.product div.summary {        width: 50% !important;    }
	.category-list ul li {		font-size: 17px;}
	.i-loan-detail h4 {		font-size: 23px;}
	.i-loan-detail h6 {       padding-bottom: 8px;}
	.default-page-section {    padding: 30px 0px;}
	 .error > .code {        line-height: 300px;        letter-spacing: 30px;        font-size: 12em;    }
.woocommerce div.product .woocommerce-tabs .panel h2 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
}
	
.i-loan-detail h4 { }
.home-page-left-img {
    float: left;
    padding: 0 30px 25px 0;
    width: 450px;
}
.home-card-list ul {padding-bottom: 15px;min-height: 335px;}	
.products-section .home-card-list ul li {font-size: 18px;}
.contact-section .contact-btn { font-size: 20px; }	
.contact-section .contact-arrow { bottom: 20px; }
.contact-section .contact-btn {  padding: 13px 90px 13px 55px;}	
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link { font-size: 17px !important; }	
.blog-main-form .comment-form-cookies-consent { font-size: 17px;}	
	
	
	
}

@media (max-width: 1366px) {
	
.logo-box {
    width: 150px;
}

.woocommerce-page div.product div.images {
    width: 48% !important;
}
div#tab-description .description-list li {
    line-height: normal;
    padding-bottom: 12px;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    padding-bottom: 5px !important;
    font-size: 18px !important;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    line-height: 38px;
    font-size: 16px !important;
}
.nav-item a {
    font-size: 16px;
}
.logo-box img {
    width: 200px;
}
.banner-title {
    padding-top: 70px;
    padding-right: 110px;
}
.right-image img {
    width: 250px;
}
.home-blog .blog-text p {
    line-height: 26px;
}
.products-section .home-card-list ul li {
    font-size: 16px;
}
.products-section h6 {
    font-size: 18px;
}
.products-section h5 {
    font-size: 21px;
}
.loan-right-text h5 {
    font-size: 32px;
}
.loan-right-text h6 {
    font-size: 20px;
}
.loan-right-text p {
    font-size: 16px;
    line-height: 25px;
}
.home-blog .blog-text p {
    font-size: 19px;
}
.home-blog .blog-text h5 {
    font-size: 21px;
}
.footer {
    padding: 70px 0px 20px;
}
.social-links ul li i {
    font-size: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.pro-inner-text p {
    font-size: 18px;
    line-height: 26px;
}
.main-heading {
    margin-bottom: 25px;
}
.who-we-are p {
    font-size: 20px;
}
.who-we-are {
    padding: 70px 0px;
}
.our-mission {
    padding: 100px 0px 30px;
}
.our-missiont-text p {
    font-size: 16px;
    line-height: 24px;
}
.our-missiont-text {
    padding-left: 0px;
}
.who-we-serve-text p {
    font-size: 18px;
    margin-bottom: 5px;
    line-height: 27px;
}
.para-title {
    font-size: 43px;
}
.send-message .box i {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 32px;
}
.send-message .box {
    padding: 25px 50px;
}
.send-message .box h5 {
    padding-top: 10px;
    font-size: 24px;
}
.contact-section {
    padding: 50px 0px;
}
.contact-arrow {
    left: 52%;
}
.send-icon {
    top: 30%;
}

.copy-right {
    margin-top: 70px;
}
.loan-info h4 {
    font-size: 38px;
}
.loan-arrow {
    left: 43%;
    bottom: 49%;
}
.loan-info p {
    font-size: 21px;
}
.products-section .home-card-list ul li {
    padding-bottom: 5px;
}
.blog-search .form-control {
    max-width: 75%;
    padding: 12px 10px;
}
.blog-submit {
    padding: 9px 20px;
}
.who-we-serve-text p {
    font-size: 16px;
    line-height: 24px;
}
.error > .code {
    line-height: 265px;
    font-size: 10em;
}
.error-title {
    font-size: 80px;
}
.error-section {
    padding: 120px 0px 100px 0px;
}
.error > p {
    font-size: 24px;
    padding-bottom: 30px;
    line-height: 5px;
}
.error-btn {
    font-size: 20px;
    padding: 6px 26px;
}
.category-list ul li {
    font-size: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
}
.category-list h4 {
    font-size: 23px;
}
.i-loan-detail h4 {
    font-size: 20px;
}
.i-loan-detail h6 {
    font-size: 18px;
}
.software-btn {
    padding: 6px 40px 6px 20px;
    font-size: 16px;
}
.software-arrow {
    top: 12px;
    left: 90px;
    width: 15px;
}
.calendar img {
    width: 35px;
}
.calendar {
    width: 65px;
    height: 65px;
    line-height: 65px;
}
.text p {
    font-size: 13px;
    line-height: 2px;
}
.book-appointment {
    right: 6px;
    bottom: 65px;
}
.formrotate {
    right: 231px;
    top: 131px;
    width: 50%;
}
.enq-form .title {
    padding: 6px 0px;
    font-size: 17px;
}
.enq-form .messageenqform {
    margin: 0px 0px 5px 0px;
}
#pojo-a11y-toolbar.pojo-a11y-toolbar-right {
    left: -129px;
}
#pojo-a11y-toolbar.pojo-a11y-toolbar-right.pojo-a11y-toolbar-open {
    left: 50px;
}
#pojo-a11y-toolbar.pojo-a11y-toolbar-right .pojo-a11y-toolbar-toggle {
    left: 130px;
    top: 110px;
}
#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay {
    top: -147px;
    left: -50px;
}
.enq-form input {
    font-size: 15px;
}
.enq-form textarea {
    font-size: 15px;
    height: 50px;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 a.mega-menu-link {
    line-height: 20px;
}
li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
    font-size: 15px !important;
    line-height: 22px !important;
}
.home-banner-content h2 {
    font-size: 52px;
}
.home-banner-content h3 {
    font-size: 47px;
    line-height: 50px;
}
.right-image {
    right: 17%;
}
/* 	 .enq-form {      width: 279px;   } */
.enq-form.formslidup input[type=email] {
    padding-bottom: 5px;
}
.products-section {
    padding: 50px 0px;
}
.main-heading {
    font-size: 34px;
}
.home-card-img img {
    width: 55px;
}
.products-section .home-card-list ul li {
    line-height: 23px;
}
.home-card-btn {
    font-size: 16px;
    padding: 8px 8px;
}
.arrow {
    width: 27px;
}
.home-card-button .arrow {
    width: 27px;
}
.loan-btn {
    font-size: 19px;
    padding: 10px 30px;
}
.i-loan {
    padding: 60px 0px;
}
.Features-Benefits {
    padding: 40px 0px;
}
.Features-Benefits h4 {
    font-size: 32px;
}
.Features-Benefits h6 {
    font-size: 16px;
    padding-bottom: 6px;
    line-height: 24px;
}
.features-list {
    margin-top: 10px;
}
section.home-blog {
    padding: 40px 0px;
}
.home-blog .blog-text h6 {
    font-size: 16px;
}
.home-blog .blog-text p {
    font-size: 16px;
    line-height: 24px;
}
.blog-btn .arrow {
    width: 27px;
}
.i-loan-pro .main-heading {
    margin-bottom: 10px;
}
.i-loan-pro .home-card-btn {
    padding: 10px 15px;
}
.i-loan-pro {
    padding: 30px 0px 45px;
}
.footer-content .footitl {
    font-size: 26px;
}
.footer-content ul li {
    line-height: 26px;
    font-size: 17px;
}
.social-header {
    font-size: 26px;
    padding-top: 15px;
}
.inner-banner-title h2 {
    font-size: 42px;
}
.breadcrumb ul li {
    font-size: 17px;
}
.who-we-are {
    padding: 35px 0px;
}
.para-title {
    font-size: 36px;
}
.who-we-are p {
    font-size: 16px;
    line-height: 24px;
}
.our-mission {
    padding: 50px 0px;
}
.wpcf7 form .wpcf7-response-output {
    margin: 0px 0px 15px 0px;
    padding: 3px 10px;
    font-size: 14px;
    line-height: 20px;
}
.contact-form {
    max-width: 860px;
}
.contact-text {
    padding: 10px 15px;
}
 .contact-form input::placeholder {
font-size: 16px;
}
 .contact-form textarea::placeholder {
font-size: 16px;
}
.contact-button p {
    padding: 0;
    margin: 0;
}
.contact-btn {
    font-size: 19px;
    padding: 7px 65px 7px 30px;
}
.contact-arrow {
    left: 47%;
    bottom: 14px;
}
.send-message .para-title {
    font-size: 32px;
}
.send-message {
    padding: 45px 0px 60px 0px;
}
.send-message .box p {
    font-size: 18px;
    line-height: 23px;
}
div.product div.summary {
    width: 49% !important;
}
.woocommerce div.product .product_title {
    margin: 0 0 15px 0;
    font-size: 30px;
}
.loan-info-upper-para {
    font-size: 18px;
    line-height: 25px;
}
span.tagged_as a {
    font-size: 18px;
}
span.posted_in a {
    font-size: 16px;
}
.woocommerce div.product form.cart {
    margin-bottom: 10px !important;
}
div#tab-description h2 {
    font-size: 30px;
}
div#tab-description p {
    font-size: 18px;
    line-height: 26px;
}
div#tab-description h6 {
    font-size: 24px;
    margin: 20px 0 10px 0;
}
div#tab-description .description-list li {
    font-size: 18px;
    line-height: normal;
    padding-bottom: 11px;
}
div#tab-description .description-list li i {
    font-size: 6px;
    left: 0;
    top: 7px;
}
.woocommerce div.product form.cart .button {
    font-size: 17px;
    padding: 10px 36px 12px 24px;
}
.qib-button-wrapper .quantity input.input-text.qty.text {
    height: 38px !important;
}
.qib-button-wrapper button.qib-button, .qib-button-wrapper div.quantity.wqpmb_quantity {
    height: 38px !important;
}
span.tagged_as {
    line-height: 26px;
}
.page-id-357 .u-column1.col-1 h2 {
    font-size: 36px;
}
.page-id-357 .u-column2.col-2 h2 {
    font-size: 36px;
}
.page-id-357 .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    padding: 6px;
}
.page-id-357 .woocommerce form.login, .woocommerce form.register {
    padding: 10px 20px;
}
.blog-search-box .wp-block-search__label {
    font-size: 20px;
}
.categories-post h4 {
    font-size: 20px;
}
.blog-text h3 {
    font-size: 20px;
    padding-bottom: 7px;
}
.blog-text p {
    font-size: 18px;
    line-height: 26px;
}
section.blog-contact-form h3 {
    font-size: 24px;
}
.blog-main-form input {
    padding: 3px;
}
.blog-main-form input[type=email] {
    padding: 3px;
}
.blog-contact-form label {
    font-size: 16px;
}
.blog-main-form .form-submit input {
    padding: 5px 18px 5px 18px;
}
.postid-715 .inner-banner-title h2 {
    font-size: 41px;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
    width: 45% !important;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
    left: 48% !important;
}
ul#mega-menu-menu-1 ul ul {
    margin-top: 0px !important;
}
.blog-detail {
    padding: 60px 0px;
}
.page-id-355 .inner-banner-title h2 {
    font-size: 36px;
    line-height: 20px;
}
.page-id-355.qib-button-wrapper button.qib-button, .qib-button-wrapper div.quantity.wqpmb_quantity {
    height: 30px !important;
}
.page-id-355 .woocommerce table.shop_table td {
    padding: 9px 10px;
}
.page-id-355 .qib-button-wrapper button.qib-button, .qib-button-wrapper div.quantity.wqpmb_quantity {
    height: 31px !important;
}
.page-id-355 th.product-name {
    font-size: 17px;
}
.page-id-355 th.product-price {
    font-size: 17px;
}
.page-id-355 th.product-quantity {
    font-size: 17px;
}
.page-id-355 th.product-subtotal {
    font-size: 17px;
}
.page-id-355 tr.sumo_order_subscription_subscribe {
    font-size: 17px;
}
/*.page-id-355:where(body:not(.woocommerce-block-theme-has-button-styles) .woocommerce a.button.alt {
padding: 12px;
font-size: 18px;
}*/
.page-id-355 td.product-name {
    font-size: 16px;
}
.page-id-355 .sumosubs-duration-every {
    font-size: 17px;
}
.page-id-355 .sumosubs-duration-interval {
    padding: 7px 10px;
}
.page-id-355 .sumosubs-duration-period {
    padding: 7px 10px;
}
.page-id-355 .sumosubs-duration-length {
    padding: 7px 10px;
}
.page-id-356 .woocommerce {
    padding: 40px 0px;
}
.page-id-356 .woocommerce-billing-fields h3 {
    font-size: 22px;
}
.page-id-356 #ship-to-different-address {
    font-size: 20px;
}
.page-id-356 .woocommerce-additional-fields h3 {
    font-size: 20px;
}
.page-id-356 .woocommerce-billing-fields label {
    font-size: 17px;
}
.page-id-356 .woocommerce-privacy-policy-text h4 {
    font-size: 22px;
}
.page-id-356 .woocommerce-terms-and-conditions-wrapper p {
    font-size: 17px;
    line-height: 27px;
}
.page-id-356 .payment_box.payment_method_paypal {
    margin: 10px 0px 0px 0px !important;
    padding: 10px !important;
}
#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a {
    font-size: 140% !important;
}
 .enq-form input::placeholder {
font-size: 15px;
}
 .enq-form textarea::placeholder {
font-size: 15px;
}
.banner-btn {
    padding: 14px 26px;
    font-size: 18px;
}
.footer-content a {
    font-size: 17px;
}
.copy-right p {
    font-size: 17px;
}
.send-message .box a {
    font-size: 18px;
}
.page-id-357 .woocommerce-privacy-policy-text p {
    line-height: 22px;
    font-size: 16px;
}
.page-id-357.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    padding-top: 4px !important;
}
.postid-9394 .qib-button-wrapper button.qib-button, .qib-button-wrapper div.quantity.wqpmb_quantity {
    height: 35px !important;
}
.i-10-loan-top {
    padding: 120px 0px 10px;
}
.page-id-355.woocommerce-cart .wc-proceed-to-checkout, .woocommerce-checkout .wc-proceed-to-checkout {
    max-width: 225px !important;
}
.page-id-355 span.woocommerce-Price-amount.amount {
    font-size: 16px;
}
.blog-main-form .form-submit input {
    font-size: 16px;
}
span.woocommerce-Price-amount.amount {
    font-size: 26px;
}
	
	
.contact-section input::placeholder{ font-size: 16px; }
.contact-section textarea::placeholder{ font-size: 16px; }
.contact-section .contact-btn { padding: 10px 90px 10px 45px; }	
.woocommerce-product-details__short-description h5 {font-size: 19px;line-height: 29px;}
span.sku_wrapper {font-size: 19px;line-height: 29px;}
span.posted_in {font-size: 19px;line-height: 29px;}
span.tagged_as {font-size: 19px;line-height: 29px;  }
span.posted_in a {font-size: 19px;line-height: 29px;}
.loan-right-text p {font-size: 19px;line-height: 29px;}
.Features-Benefits ul li {font-size: 19px;line-height: 29px; padding-bottom: 5px;}
.blog-text p {font-size: 19px;line-height: 29px;}
.our-missiont-text p {font-size: 19px;line-height: 29px;}
.who-we-are p{font-size: 19px;line-height: 29px;}
.who-we-serve-text p{ font-size: 19px;line-height: 29px;}
.blog-text p {font-size: 19px;line-height: 29px;}	
.home-blog .blog-text p {font-size: 19px;line-height: 29px;}	
 span.posted_in a {font-size: 19px;line-height: 29px;}
 div#tab-description p {font-size: 19px;line-height: 29px;}	
.pro-inner-text p {font-size: 19px;line-height: 29px;}
.blog-text p {font-size: 19px;line-height: 29px;}
.home-page-left-img { float: left; padding: 0 30px 25px 0; width: 600px;}
.blog-detail ul li {font-size: 19px;line-height: 29px;}
.products-section .home-card-list ul li { font-size: 15px; }	
.contact-section .contact-arrow { left: 49%; bottom: 17px; width: 26px;}
.postid-9394 .qib-button-wrapper button.qib-button, .qib-button-wrapper div.quantity.wqpmb_quantity {
        height: 39px !important; }	
	
	
	
	
	
	
	
	
	
}


@media (max-width: 1360px) {
	  #pojo-a11y-toolbar .pojo-a11y-toolbar-overlay {	  left: -51px;	top: 109px;}
	  #pojo-a11y-toolbar.pojo-a11y-toolbar-right .pojo-a11y-toolbar-toggle {			left: 129px;}
	 #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {    width: 45% !important;    left: 40% !important;}
	 #pojo-a11y-toolbar.pojo-a11y-toolbar-right .pojo-a11y-toolbar-toggle {   right: 181px !important; }  
	.products-section h5 {    }
	  
	.blog-contact-form {    margin-top: 0px; }
	
	 .page-id-355 .woocommerce {      display: block;}
	.page-id-355 .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {    width: 100%;}
	.page-id-355 .woocommerce table.shop_table {      margin: 0 0px 40px 0;  }
	.contact-form .wpcf7-not-valid-tip { 		font-size: 16px;}
	 .products-section .home-card-list ul li {      }
     .second-btn {        margin-top: 0px;    }
	
	
	
	.i-loan-detail h4 {
    
}
	
.page-id-355 .qib-button-wrapper button.qib-button, .qib-button-wrapper div.quantity.wqpmb_quantity {
        height: 39px !important;
    }
.page-id-355 .qib-button-wrapper .quantity input.input-text.qty.text {
        height: 39px !important;
    }
	
}

@media (max-width: 1280px) {
/*  #rmp_menu_trigger-5285 {        display: block !important;    } */
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {    position: fixed;    width: 36% !important;    left: 60% !important;}
.enq-form {        width: 280px;    }
.formrotate {     right: 231px;        top: 145px;  }
.enq-form {        width: 280px;       top: 52%; }
#pojo-a11y-toolbar.pojo-a11y-toolbar-right .pojo-a11y-toolbar-toggle {        right: 180px !important;        }
.products-section h5 {             }
.video { 	   height: 85vh;}
#pojo-a11y-toolbar.pojo-a11y-toolbar-right .pojo-a11y-toolbar-toggle {         top: 80px;    }
#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay {               top: 43px;  }
.page-id-357 button.woocommerce-button.button.woocommerce-form-login__submit {		padding: 10px 30px;}
.woocommerce form .show-password-input, .woocommerce-page form .show-password-input {    top: 8px !important;}
.page-id-357 .u-column1.col-2 h2 {        font-size: 38px;    }
.page-id-357 .u-column1.col-1 h1 {        font-size: 38px;    }
.page-id-357 button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit {  		padding: 10px 25px;}

.banner-btn {        padding: 12px 20px;        font-size: 17px;    }
div.product div.summary {        width: 50% !important;    }
.i-loan-detail h4 {        font-size: 19px;    }
.cart_totals h2 {    padding: 5px 9px;}


	
	
.woocommerce-product-details__short-description h5 {font-size: 18px;line-height: 27px;}
span.sku_wrapper {font-size: 18px;line-height: 27px;}
span.posted_in {font-size: 18px;line-height: 27px;}
span.tagged_as {font-size: 18px;line-height: 27px;  }
span.posted_in a {font-size: 18px;line-height: 27px;}
.loan-right-text p {font-size: 18px;line-height: 27px;}
.Features-Benefits ul li {font-size: 18px;line-height: 27px; padding-bottom: 5px;}
.blog-text p {font-size: 18px;line-height: 27px}
.our-missiont-text p {font-size: 18px;line-height: 27px}
.who-we-are p{font-size: 18px;line-height: 27px}
.who-we-serve-text p{ font-size: 18px;line-height: 27px}
.blog-text p {font-size: 18px;line-height: 27px}	
.home-blog .blog-text p {font-size: 18px;line-height: 27px}	
 span.posted_in a {font-size: 18px;line-height: 27px}
 div#tab-description p {font-size: 18px;line-height: 27px}	
.pro-inner-text p {font-size: 18px;line-height: 27px}
.blog-text p {font-size: 18px;line-height: 27px}	
.woocommerce-product-details__short-description h5 {font-size: 18px;line-height: 27px;}
.blog-text p {font-size: 18px;line-height: 27px}
.about-page-left-img {
    float: left;
    padding: 0 25px 25px 0;
    width: 580px;
}
.blog-detail ul li {font-size: 18px;line-height: 27px}
	
.home-page-left-img{ float: left; padding: 0 30px 25px 0; width: 520px}	
.i-loan-detail h4 {  font-size: 17px;  }	
#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button { padding: 1em 1px !important;}
	
	
	
	
	
}

@media (max-width: 1152px) {
	
.banner-title {  padding-right: 70px;    }
#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay {        top: 40px;    }
.home-card-btn {        font-size: 15px;            }
.products-section	.btn-two {    margin-left: 7px;}

.single.single-product .woocommerce-product-gallery__image, .single.single-product .woocommerce-product-gallery__image img {  min-width: 470px !important;}
.send-message .box {        padding: 25px 20px;    }
.contact-form {        max-width: 790px;    }
.page-id-355 .woocommerce {      display: block;}
.page-id-355 .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {    width: 100%;}
.enq-form {             top: 50%;    }
.formrotate {             top: 160px;    }

div.product div.summary {        width: 48% !important;    }
.woocommerce div.product .product_title {             font-size: 26px;    }
.page-id-356	.sumosubs-duration-interval {    width: 100px;  }
.page-id-356 .sumosubs-duration-interval {      display: flex;    justify-content: center;}
.page-id-356 span.woocommerce-Price-amount.amount {        font-size: 16px;    }
.page-id-356 .sumosubs-duration-length {       width: 140px;}
.home-blog .blog-text h5 {font-size: 19px;}	
.products-section .home-card-list ul li {font-size: 14px;}	
.about-page-left-img {float: left;padding: 0 25px 25px 0;width: 505px;}	
.home-page-left-img{ float: left; padding: 0 30px 25px 0; width: 450px}	
	
.product_meta {padding-top: 15px;}	
	
.i-loan-detail h4 {font-size: 17px;}	
.products-section h6 {font-size: 17px;}	
.home-card-list ul {min-height: 355px;}	
	
	
}





@media (max-width: 1024px) {
	
	
	
.home-card-list ul {min-height: 260px;}	

.logo-box {               width: 130px;   }
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {      width: 45% !important;    left: 53% !important;}
ul#mega-menu-menu-1 ul {    margin-top: 0px !important;}
#rmp_menu_trigger-5285 {        display: none !important;    }
.banner-title {        padding-top: 70px;        padding-right: 20px;    }
.enq-form {           width: 280px;  top: 51%; }
#pojo-a11y-toolbar.pojo-a11y-toolbar-right .pojo-a11y-toolbar-toggle {        right: 181px !important;   top: 29px;  }
#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay {    top: -14px;  }
.btn-two {    margin-left: 0px;}
.home-card-btn {                font-size: 14px;       padding: 5px 10px;    }
.home-banner-content h2 {           font-size: 44px;   }
.home-banner-content h3 {        font-size: 40px;        line-height: 40px;    }
.banner-btn {        padding: 15px 20px;        font-size: 19px;    }
.right-image {        text-align: left;    }
.products-section .home-card-list ul li {    }
.products-section h5 {     font-size: 20px;   }
.home-card-img img {        width: 50px;    }
.products-section .home-card-img {        padding: 5px 0px;    }
.products-section h6 {        font-size: 16px;    }
.main-heading {        font-size: 30px;   }
.loan-right-text h5 {       font-size: 30px;   }
.loan-right-text h6 {     font-size: 19px;    }
.loan-btn {              font-size: 15px;       padding: 8px 25px;    }
.second-btn {     margin-top: 0px;}
.Features-Benefits h4 {        font-size: 36px;    }
.Features-Benefits ul li {    line-height: 23px;          padding-bottom: 8px;    }
.features-list {    margin-top: 5px;}
section.home-blog {              padding: 30px 0px;   }
.home-blog .blog-text h5 {              font-size: 16px;    }
.home-blog .blog-text p {              line-height: 22px;    }
.blog-text {    padding: 15px;}
.pro-inner-text p {     font-size: 16px;        line-height: 24px; }
.footer-content .footitl {        font-size: 24px;        padding-bottom: 8px;        margin-bottom: 8px;    }

.footer {        padding: 50px 0px 10px;    }
.copy-right {        margin-top: 35px;    }
input[type=email] {        padding-bottom: 6px;    }
.social-links ul li i {   font-size: 17px;    width: 35px;  margin-right: 2px;  margin-top: 5px;   height: 35px;    line-height: 35px;  }
.calendar img {        width: 30px;    }
.calendar {        width: 60px;        height: 60px;        line-height: 60px;    }
.who-we-are {        padding: 15px 0px 30px 0px;    }
.para-title {        font-size: 34px;    }
.who-we-serve {     padding: 50px 0px;    }
.video {        height: 90vh;    }
.contact-form {        max-width: 700px;    }
.contact-text {        padding: 10px 15px;    }
textarea.form-control {        height: 150px;    }
.contact-button {    padding-top: 0px;}
.contact-btn {        font-size: 19px;        padding: 5px 55px 5px 30px;    }
.contact-arrow {       left: 48%;        bottom: 20px;        }
.send-message {        padding: 35px 0px 50px 0px;    }
.send-message .box {        padding: 15px 30px;    }
.send-message .box i {        width: 60px;        height: 60px;        line-height: 60px;        font-size: 30px;    }
.contact-form p {    margin: 0;    padding-bottom: 10px;}
.contact-form .form-outline.mb-3 {    margin: 0 !important;} 
.woocommerce-product-gallery__image img {      min-width: 182px !important;  }
div.product div.summary {        width: 45% !important;    }
.woocommerce div.product .product_title {              font-size: 26px;    }
.loan-info-upper-para {               line-height: 24px;    }
.woocommerce div.product form.cart .button {        font-size: 16px;        padding: 10px 24px 12px 24px;    }
span.sku_wrapper {   font-size: 18px;    }
span.posted_in {     font-size: 18px;    }
span.tagged_as {        line-height: 26px;        font-size: 17px;    }
.woocommerce div.product div.images img {  		 width: 83% !important;}
.postid-9394 div#tab-description h2 {        font-size: 27px;        margin: 0;    }
.page-id-357 .u-column2.col-2 h2 {        font-size: 36px;    }
.page-id-357 .u-column1.col-1 h2 {        font-size: 36px;    }
.page-id-357 .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {        padding: 5px;    }
.page-id-357 .inner-banner-title h2 {        font-size: 37px;        line-height: 35px;    }
.postid-715 .inner-banner-title h2 {        font-size: 37px;        line-height: 30px;    }
.blog-search-box {       margin-left: 13px;}
.page-id-355 .woocommerce {    display: block;      padding: 50px 0px;}
.page-id-355 .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {    width: 100%;}
.page-id-355 .woocommerce table.shop_table { margin-bottom:30px;}
h3#order_review_heading {    font-size: 24px;}
.page-id-356 .woocommerce-privacy-policy-text h4 {   margin: 0;    }

.default-page-section { padding: 20px 0px;    }
.video {height: 100%;}
.woocommerce div.product .woocommerce-tabs .panel h2 {font-size: 26px;font-weight: 500;margin-bottom: 20px;}
.woocommerce div.product .product_title {margin: 0 0 4px 0;}		
.about-page-left-img {float: left;padding: 0 25px 25px 0;width: 480px;}	
.home-page-left-img{ float: left; padding: 0 30px 25px 0; width: 400px}	
	
	.home-card-btn {font-size: 14px;padding: 5px 10px;}
.home-card-list ul { min-height: 356px;} 	
.contact-section .contact-arrow {  bottom: 26px;   }	
	
   .Thank-you {
        padding: 140px 0 110px;
        text-align: center;
    }
	.Thank-you h3 {font-size: 135px;margin-bottom: 0px;}	
	
	
	
}

@media (max-width: 991px) {
ul.navbar-nav a {    padding-left: 18px;}
.navbar-expand-lg .navbar-nav li {        padding: 3px 15px;    }
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {        width: 56% !important;        left: 2% !important;    }
.navbar-expand-lg .navbar-collapse {    justify-content: end;    position: absolute;    top: 0;    right: 0px;    left: 0;    background: #fff;    padding: 20px;}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 {       display: inline-grid !important;}
.navbar {   position: absolute;      display: none;      right: 0px;        width: 100%;        left: 0px;     }
.navbar.navbar-default.navbar-trans.navbar-expand-lg #menu-menu-1 {        margin-top: 12px;    }
.is_mobile #mnmwp-main-menu #mnm-menu-button button.btn.menu-btn {      background: none;        padding: 5px;        top: -18px;        position: relative;    }
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {padding: 0px 5px 0px 5px;}
#rmp_menu_trigger-5285 {        display: block !important;    }
ul#mega-menu-menu-1 ul ul {    margin-top: 0px !important;  }
.container{        max-width: 900px;    }
.banner-title {             padding-right: 0px;    }
.right-image {        text-align: right;    }
.home-banner-content h2 {        font-size: 45px;    }
.home-banner-content h3 {        font-size: 39px;        line-height: 40px;    }
.banner-btn {        padding: 15px 15px;        font-size: 16px;    }
.enq-form {  top: 43%;  }
.navbar-toggler {   position: absolute;        right: 40px;              top: -61px;   }
.products-section {        padding: 40px 0px;    }
.products-section h5 {			font-size: 21px;}
.products-section h6 {        font-size: 14px;    }
.products-section .home-card-list ul li {        line-height: 22px;    }
.products-section .home-card {	 padding: 20px 10px;}
.i-loan {        padding: 50px 0px;    }
.loan-right-text h5 {        font-size: 32px;    }
.loan-right-text h6 {        font-size: 20px;    }
.Features-Benefits {        padding: 30px 0px;    }
section.home-blog {        padding: 30px 0px 45px;    }
.i-loan-pro {        padding: 20px 0px 35px;    }

.footer {        padding: 40px 0px 10px;    }
#rmp_menu_trigger-5285 { top:25px;   width: 40px;    height: 40px; }
.home-card-button .arrow {        width: 24px;    }
.products-section .home-card-list ul li i {     top: 9px;   }
.products-section .home-card-list ul li {         -webkit-line-clamp: 4;       }
.video {  	height: 80vh;}
.inner-banner-title {  bottom: 26%;}
.inner-banner-title h2 {        font-size: 42px;        line-height: 36px;    }
.who-we-are {        padding: 20px 0px;    }
.our-missiont-text p {       margin-bottom: 5px;}
.contact-form {        max-width: 750px;    }
.contact-form  input[type=email] {        padding-bottom: 11px;    }
.send-message .box {        padding: 15px 19px;    }
.send-message .box .fa-solid {    -webkit-text-stroke: 3px #111111;   }
.send-message .box i {        width: 50px;        height: 50px;        line-height: 50px;        font-size: 24px;    }
#pojo-a11y-toolbar.pojo-a11y-toolbar-right .pojo-a11y-toolbar-toggle {      top: 72px;    }
.send-message .box h5 {        padding-top: 10px;        font-size: 21px;        padding-bottom: 5px;        margin: 0;    }
.send-message .box a {		font-size: 19px;}
.send-message .box p {			font-size: 17px;}
.woocommerce div.product div.images img {        width: 76% !important;    }
.woocommerce div.product .product_title {        font-size: 22px;    }
span.woocommerce-Price-amount.amount {        font-size: 19px;    }
div#tab-description h2 {			font-size: 25px; font-weight: 600}
div#tab-description h6 {        font-size: 22px;    }
.i-10-loan-top {    padding: 116px 0px 10px;}
.page-id-357 .woocommerce form.register {  		padding: 10px 15px;}
.blog-text h3 {        font-size: 18px;           }
.blog-search-box .navbar {    position: inherit;}
.blog-search-box {     margin-bottom: 30px;        padding: 20px 20px 100px 20px;    }
#rmp_menu_trigger-5285 {  top: 29px !important;   width: 40px !important;	height: 40px !important;}
.single.single-product .woocommerce-product-gallery__image, .single.single-product .woocommerce-product-gallery__image img {        min-width: 465px !important;    }
.postid-9394 div#tab-description h2 {		font-size: 30px;}
.page-id-355 .woocommerce {              padding: 40px 0px;    }
.page-id-355 .woocommerce table.shop_table {        margin-bottom: 50px;    }
.blog-search-box .navbar{	display:block;}
.postid-167  .inner-banner-title h2 {        font-size: 35px;        line-height: 13px;    }

.products-section h5 {
font-size: 17px;
}

.home-card-list ul {
min-height: 343px;
}
#rmp_menu_trigger-5285 {right: 3%!important;}	
.page-id-357 .u-column1.col-1 h2 { font-size: 28px;}
.page-id-357 .u-column2.col-2 h2 {font-size: 28px;}	
#rmp_menu_trigger-5285 {background: #4b52ba!important;}	
#rmp-container-5285 {background-color: #2f3485!important;}
#rmp-menu-wrap-5285 .rmp-menu-current-item .rmp-menu-item-link { background-color: #64b35a!important;}	
#rmp-menu-wrap-5285 .rmp-submenu .rmp-menu-item-link { height: 32px;line-height: 36px;font-size: 16px;}	
span.woocommerce-Price-amount.amount {font-size: 21px;margin-top: 8px;}	
.woocommerce-product-details__short-description {padding: 9px 0;}	
.summary.entry-summary {padding: 20px 20px 20px 20px;}
.card-mobile-dd {
display: block;
position: absolute;
top: 38px;
right: 100px;
}	

.i-loan-detail h4 {
font-size: 17px;
min-height: 40px;
}
.i-10-loan-top {
padding: 78px 0px 10px;
}

.qib-button-wrapper .quantity input.input-text.qty.text {
height: 35px !important;
}

#rmp-menu-wrap-5285 .rmp-submenu .rmp-menu-item-link {
height: 31px!important;
font-size: 15px!important;

}
div#rmp-search-box-5285 {
    display: none;
}
	
.home-card-btn {
        font-size: 12px;
        padding: 5px 8px;
    }
	
	
	

}


@media (max-width: 912px) {
	.container {   max-width: 850px;    }
	.video {  height: 100%;}
	.enq-form {   top: 28%;  }
	#pojo-a11y-toolbar.pojo-a11y-toolbar-right .pojo-a11y-toolbar-toggle {	right: 170px !important;}
	.home-card-btn {        font-size: 14px;        padding: 5px 8px;    }
	.second-btn .home-card-btn {    padding: 10px 12px;}
	.products-section h5 {        font-size: 19px;    }
	.products-section .home-card-list ul li {        -webkit-line-clamp: 1;    }
	 #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {        width: 64% !important;        left: 3% !important;    }
	 .formrotate {       			top: 108px;}
	    #pojo-a11y-toolbar .pojo-a11y-toolbar-overlay {        top: 71px;    }
	    .woocommerce div.product div.images img {        width: 72% !important;    }
    .page-id-355 .inner-banner-title h2 {        font-size: 34px;        line-height: 10px;    }
	    #rmp_menu_trigger-5285 {        width: 40px !important;        height: 40px !important;    }
	    .single.single-product .woocommerce-product-gallery__image, .single.single-product .woocommerce-product-gallery__image img {        min-width: 435px !important;    }
.postid-9394 div#tab-description h2 {	font-size: 30px;}
	.home-card-list {    padding: 4px;} 
	.home-card-btn {font-size: 12px;}
.banner-btn-two { margin-left: 5px;}	
#rmp_menu_trigger-5285 { top: 18px !important; }
.card-mobile-dd { top: 25px;}	
	
	
	
	
	
	
	
}




@media (max-width: 890px) {

.about-page-left-img {
        float: left;
        padding: 0 25px 25px 0;
        width: 400px;
    }	
	.home-page-left-img{ float: left; padding: 0 30px 25px 0; width: 400px}	

 }







@media (max-width: 820px) {
	.home-card-list ul {
        min-height: 198px;
    }	
	.woocommerce-account .woocommerce-MyAccount-navigation {
 
    min-height: auto;
}
	.qib-button-wrapper .quantity input.input-text.qty.text {
        height: 36px !important;
    }
	.woocommerce-tabs.wc-tabs-wrapper {
    padding-top: 10px;
}
   
    .Thank-you {
        padding: 300px 0 250px;
        text-align: center;
    }

	  .container {   max-width: 750px; }
	  .home-banner-content h2 {        font-size: 40px;    }
	  .home-banner-content h3 {        font-size: 35px;        line-height: 36px;    }
	  .banner-btn-two {    margin-left: 5px;}
	  .banner-btn {     padding: 10px 7px;        font-size: 14px;   }
	  .right-image img {        width: 215px;    }
	  .right-image {        text-align: center;    }
      .home-card-btn {        padding: 5px 5px;    }
	  .loan-right-text p {        font-size: 17px;        line-height: 26px;    }
	  .Features-Benefits h4 {        font-size: 32px;    }
	  .Features-Benefits h6 {        font-size: 19px;    }
	  .main-heading {        font-size: 32px;        margin-bottom: 15px;    }
      .blog-btn .arrow {        width: 24px;    }
	  .pro-inner-text p {        font-size: 17px;        line-height: 25px;    }
	  .footer-content .footitl {        font-size: 21px;        padding-bottom: 5px;          }
	 
	  .Features-Benefits ul li {        font-size: 16px;    }
	 .footer-content a {		 font-size: 16px;}
	  .footer-content ul li {        line-height: 23px;       font-size: 16px;    }
	  .formrotate {    right: 243px;        top: 98px;        width: 41%;   }
	  .enq-form {        top: 30%;    }
	    .products-section .home-card {        padding: 10px 7px;    }
	    .who-we-serve {        padding: 30px 0px;    }
	    #pojo-a11y-toolbar.pojo-a11y-toolbar-right .pojo-a11y-toolbar-toggle {        top: 2px;    }
	    #pojo-a11y-toolbar .pojo-a11y-toolbar-overlay {        top: 0px;    }
	    .contact-form {        max-width: 580px;    }
	    .contact-text {        padding: 7px 10px;    }
	    .contact-textarea {    padding: 10px;}
	    .contact-section {        padding: 40px 0px;    }
	    .contact-arrow {         bottom: 20px;        left: 47%;}
	    textarea.form-control {        height: 130px;    }
	    .send-message {        padding: 25px 0px 40px 0px;    }
	.send-message h4 {       margin-bottom: 15px;}
	    .send-message .para-title {        font-size: 30px;    }
    .send-message .box p {        font-size: 16px;    }
	    .send-message .box {        padding: 15px 9px;    }
	.woocommerce-page div.product div.images {      width: 100% !important;}
	  .woocommerce div.product div.images img {        width: 100% !important;    }
	 .woocommerce-product-gallery__image, .single.single-product .woocommerce-product-        gallery__image img {  		min-height: 0px !important;}
	    div.product div.summary {        width: 100% !important;    }
	    div#tab-description h6 {        font-size: 22px;            }
	    .page-id-357 .inner-banner-title h2 {        font-size: 32px;        line-height: 33px;    }
	    .page-id-357  .breadcrumb ul li {        font-size: 17px;    }
	    .page-id-357 .woocommerce {        padding: 0px;    }
	    .page-id-356 #ship-to-different-address {        font-size: 16px;    }
	.page-id-356 .woocommerce-additional-fields h3 {        font-size: 16px;    }
	.page-id-356 .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {     padding: 3px 8px;}
	.page-id-356  span.woocommerce-input-wrapper input::placeholder {    font-size: 16px;}
	 .page-id-356 .select2-container .select2-selection--single .select2-selection__rendered {              font-size: 16px;    }
	 .page-id-356 .woocommerce form .form-row label {    line-height: 26px;    font-size: 17px;}	
	 .page-id-356 .payment_box.payment_method_paypal p {    line-height: 24px;    font-size: 16px;}
	    .page-id-356 span.woocommerce-Price-amount.amount {        font-size: 16px;    }
	  
	    .products-section .btn-two {        margin-left: 5px;    }
	
	
	
	
}

@media (max-width: 768px) {
	  .products-section .home-card {        padding: 20px 5px;    }
	  .products-section .home-card-list ul li {        font-size: 15px;        padding-bottom: 2px;    }
	  .products-section h6 {        font-size: 16px;    }
	  .enq-form {   top: 37%;     width: 280px;   }
	  .enq-form .title {        padding: 7px 0px;        font-size: 18px;    }
	  .formrotate {   right: 236px;     top: 182px;  width: 45%; }
	  .who-we-are-text h5 {        margin-bottom: 5px;    }
	  .para-title {        font-size: 32px;    }
	   .who-we-are {        padding: 20px 0px;    }
	   .inner-banner-title h2 {        font-size: 40px;        line-height: 33px;    }
	   .contact-form input[type=email] {        padding-bottom: 7px;    }
	    .contact-form p {    margin: 0; }
		.contact-form .form-outline.mb-3 {    margin: 0 !important;} 
	    .contact-arrow {     bottom: 21px;   }
	    .contact-section {        padding: 40px 0px 30px 0px;    }
	    .send-message .box h5 {     font-size: 18px;}
	    .send-message .para-title {        font-size: 26px;    }
	    .page-id-355 .qib-button-wrapper {		display: contents !important;}
	    .page-id-356 .woocommerce {        padding: 30px 0px;    }
	    .page-id-356 #ship-to-different-address {               margin-top: 12px;    }
	   
	    .send-message .box p {        font-size: 15px;        line-height: 21px;    }
	.woocommerce-page table.cart td.actions .coupon .button {        width: 23% !important;          }
	.woocommerce-page table.cart td.actions .button {        width: 25% !important;        margin: auto;    }
	 .woocommerce-page table.cart td.actions .input-text {    width: 145px !important;       padding: 6px 24px !important;}
	
 .Thank-you h3 {font-size: 115px; margin-bottom: -10px;  -webkit-text-stroke: 5px #4db848;}
.Thank-you a.home-back {font-size: 18px;padding: 10px 30px 4px;}
	
}



@media (max-width: 767px) {
.home-card-btn { padding: 7px 15px;font-size: 15px;}	
.products-section h5 { min-height: auto;}
		
.products-section h6 {font-size: 19px;}	
.Features-Benefits ul li {font-size: 17px;}	
.products-section .home-card-list ul li { font-size: 17px; padding-bottom: 9px;}	
.contact-section .contact-arrow { left: 55%;}		
.contact-section .contact-btn { padding: 13px 90px 13px 45px; }		
.logged-in.admin-bar h2 {  margin-bottom: 0px;}		
.send-message .box { height: auto; margin-bottom: 20px;}		
.send-message .box h5 { font-size: 24px; }		
		
	
	.main-menulist {    padding: 8px 0px;}
	   .inner-banner-title h2 {    font-size: 30px;        line-height: 24px;   }
	    .breadcrumb ul li {        font-size: 15px;    }
	    .inner-banner-title {  bottom: 12%; }
	   .home-banner-content h2 {        font-size: 32px;    }
	   .home-banner-content h3 {        font-size: 24px;        line-height: 24px;    }
	   .enq-form {    top: 45%;   width: 280px;    }
       .logo-box {      width: 120px;   }
      .navbar-toggler {   right: 12px;        top: -46px;    }
	  .home-card-btn {        padding: 5px 14px;    }
	   .second-btn {        margin-top: 0px;    }
	  .loan-right-text h5 {     font-size: 26px;      padding-top: 10px;    }
	    .loan-right-text h6 {        font-size: 18px;    }
	  .products-section {        padding: 30px 0px;    }
	    .loan-btn {        font-size: 16px;        padding: 7px 20px;    }
	  .i-loan {        padding: 30px 0px;    }
	   .Features-Benefits {        padding: 20px 0px;    }
	  .Features-Benefits h4 {     font-size: 26px;   }
	   .Features-Benefits h6 {        font-size: 16px;  margin:0;  }
	  .features-list {        margin-top: 0px;    }
       section.home-blog {        padding: 20px 0px 10px;    }
	   .i-loan-pro .main-heading {        margin-bottom: 0px;    font-size: 26px; }
        .para-title {        font-size: 28px;    }
	    .who-we-are p {              text-align: left;    }
	    .who-we-are {        padding: 25px 0px 20px 0px;  }
	    .our-mission {        padding: 35px 0px 20px;    }
	  .our-missiont-text h5 {    padding: 10px 0px 0px 0px;}
	 .our-missiont-text  {    padding:  0px;}
	   .who-we-serve {        padding: 15px 0px 30px;    }
	   .banner-title {			  padding-top: 25px;}
	   .banner-btn {        padding: 8px 9px;        font-size: 13px;    }
	   .banner-btn-two {        margin-left: 0px;        margin-top: 8px;    }
	   #pojo-a11y-toolbar.pojo-a11y-toolbar-right .pojo-a11y-toolbar-toggle {      top: 418px; }
	    #pojo-a11y-toolbar .pojo-a11y-toolbar-overlay {        top: 262px;    }
	    .formrotate {      top: 250px;}
	    .send-message {        padding: 25px 0px 10px 0px;    }
	    .contact-arrow {   left: 46%;}
	.woocommerce div.product div.images img {        width: 100% !important;    }
	 .submit-icon {        left: 82%;      }
	 .copy-right {    display: block;          margin-top: 22px;  }	
	 .copy-right p {           font-size: 17px;   margin: 0;}
	 .footer-content .footitl {           padding-top: 15px;    }
     .footer {        padding: 10px 0px 10px;    }
	 .book-appointment {               bottom: 7px;    }
	 .woocommerce-product-gallery__image, .single.single-product .woocommerce-product-gallery__image img {      min-width: 0px !important;    }
    .main-heading {        font-size: 26px;        margin-bottom: 5px;    }
	  .home-blog .blog-text h5 {        font-size: 17px;    }
	  .i-loan-pro .home-card-btn {        padding: 8px 8px;        font-size: 13px;    }
	.banner-button .arrow {    width: 26px;}
	section.products-section .main-heading {    padding-bottom: 10px;}
	    .page-id-357 .inner-banner-title h2 {			font-size:26px;}
	.page-id-357 .breadcrumb ul li {        font-size: 14px;    }
	    .page-id-357 .u-column1.col-1 h2 {        font-size: 26px;  margin-top:20px;  }
	      .page-id-357 .u-column2.col-2 h2 {        font-size: 26px;    }
	  .page-id-357 .woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register { 		padding: 10px 15px !important;}
	    .banner-para {        margin-bottom: 15px;    }
	    .video {        height: 60vh;    }
	    .postid-715 .inner-banner-title h2 {			font-size: 32px;}
	    .blog-search-box {        margin-left: 0px;    }
	    .blog-text h3 {			font-size: 18px;}
            .blog-detail {        padding: 50px 0px 30px 0px;    }
	  .page-id-355 .qib-button-wrapper {           display: inline-flex !important;   		float: none;}
	.page-id-355 span.woocommerce-Price-amount.amount {        font-size: 16px;    }
	#rmp_menu_trigger-5285 {  width: 44px !important;
        height: auto !important;
        padding: 5px 0px 7px !important;}
	    .page-id-355 .inner-banner-title h2 {     line-height: 48px;    }
	 .page-id-356 .woocommerce-info {     margin-bottom: 20px;}
	    .page-id-356 .woocommerce {               padding: 0px 0px 15px;   }
	   .page-id-356   .inner-banner-title h2 {             line-height: 42px;    }
	   
	   
	    .postid-9394 div#tab-description h2 {        font-size: 25px;    }
	.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {   		font-size: 16px !important;}
	.woocommerce div.product .woocommerce-tabs ul.tabs li a {  		font-size: 16px !important;}
	    .single.single-product .woocommerce-product-gallery__image, .single.single-product .woocommerce-product-gallery__image img {        min-width: 374px !important;    }
	    #rmp_menu_trigger-5285 {			top: 15px !important;}
	    .i-10-loan-top {        padding: 75px 0px 10px;    }
    .summary form.cart    .qib-button-wrapper {   float:inline-start;        margin-right: 16px;    }
	.blog-main-form input {		width: 100%;}
	.blog-main-form p.comment-form-author {    width: 100%;  }
  .blog-main-form	p.comment-form-email {    width: 100%;       margin-left: 0;}
	.blog-main-form p.comment-form-url {    width: 100%;      margin-left: 0;}
	.blog-main-form div#comments {    margin-top: 0px;}
	 .blog-main-form {        padding: 0px 10px 30px 10px;    }
	.blog-main-form p {    margin: 5px 0px 0px 0px;   font-size: 17px;    line-height: 25px;}
   .comment-form-cookies-consent   #wp-comment-cookies-consent{        width: auto !important;    }
.blog-main-form input[type=email] {	width: 100%;}
	.category-list {      margin-bottom: 30px;}
	    .i-loan-detail h6 {        padding-bottom: 0px;    }
	.i-loan-detail {    padding-top: 15px;    padding-bottom: 25px;}
	    .woocommerce-page table.cart td.actions .coupon .button {        width: 38% !important;    }
	    .woocommerce-page table.cart td.actions .button {			width: 37% !important;}
	.woocommerce-page table.cart td.actions .coupon {             padding-bottom: 20px !important;    }
	.page-id-356 .woocommerce-account-fields {       margin-bottom: 30px;}
	
.Features-Benefits ul { padding-left: 0px;padding-top: 20px;}
.home-blog .blog-text h5 {font-size: 20px;}	
.i-loan-pro .home-card-btn {padding: 8px 8px;font-size: 14px;}	
.inner-banner-title h2 {font-size: 26px;line-height: normal;color: #fff; margin-bottom: 0;}	
.inner-banner-title {bottom: 0;position: relative;background: #4b52ba;padding: 10px;         }
section.inner-banner-section .container {padding: 0px;}	
#rmp_menu_trigger-5285 { right: 3% !important;}	
.who-we-are p {font-size: 17px;line-height: 26px; }	
.products-section h5 {font-size: 26px;}	
	.home-card-btn { padding: 7px 15px;font-size: 16px;}
		
.home-blog .blog-text p {font-size: 17px;}	
.footer-content a {font-size: 17px;padding-bottom: 8px;}  
.footer-content .footitl {font-size: 23px;padding-bottom: 5px;}	
.home-blog .blog-text p { line-height: 27px;}	
.our-missiont-text p { font-size: 17px;line-height: 27px;}
.who-we-serve-text p {font-size: 17px;margin-bottom: 20px;}	
.wpcf7-spinner { display: none!important}	
.send-message .box p {font-size: 17px;line-height: 26px;}	
	body, html{ overflow-x: hidden}
.summary.entry-summary { padding: 20px!important}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {font-size: 21px !important;}	
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {padding: 10px 30px !important;}	
.woocommerce div.product .woocommerce-tabs .panel {padding: 17px !important;}
 div#tab-description h6 {font-size: 24px;padding-top: 18px;}	
.single.single-product .woocommerce-product-gallery__image, .single.single-product .woocommerce-product-gallery__image img {min-width: 100% !important;}	
 span.woocommerce-Price-amount.amount {font-size: 23px;margin-top: 15px;}
	
.video { height: 100%;}
header { background-color: #fff;}	
.top-space {height: 67px;}
.home-banner-content {position: relative;z-index: 1; top: 0;left: 0;right: 0;padding-top: 25px; padding-bottom: 25px;}	
.home-banner-content h3 {font-size: 22px;line-height: 24px;}	
.mob-nopadd{ padding-right: 0!important}	
.card-mobile-dd{ display: block}	
.card-mobile-dd {top: 22px;right: 100px;}
.woocommerce-page table.cart td.actions .coupon .button {width: auto !important;}	
	
.page-id-355  .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text { width: 160px !important;}	
	
.blog-detail .blog-text h3 { font-size: 22px;}	
.blog-text h2 {font-size: 20px;}	
.blog-detail .blog-text {padding: 25px 0px 0 0;}	
div#respond {background-color: #f5f5f5;padding: 10px!important;margin-top: 0px!important;border-radius: 5px;}
.woocommerce-product-details__short-description h5 {font-size: 17px;line-height: 26px;}	
.i-10-loan-top {padding: 6px 0px 10px;}	
.summary.entry-summary { padding: 15px !important;}
div#primary {padding-top: 20px;}
	
.loan-btn {font-size: 14px;}	
	.i-loan-pro .home-card-btn {padding: 8px 8px;font-size: 12px;}
.contact-arrow {left: 56%;}
.i-loan-detail h4 {min-height: auto;margin-bottom: 0;}	
.product span.woocommerce-Price-amount.amount { margin-top: 8px;margin-bottom: 3px;}	
.i-loan-detail { padding-top: 15px;padding-bottom: 31px;}
p.woocommerce-result-count {font-size: 15px;}
select.orderby { height: 40px !important;width: 158px;}		
.i-loan-detail {text-align: center;}
.send-message .box {padding: 15px 15px;}
p {font-family: 'Calibri', sans-serif;line-height: 25px;font-size: 17px;}
.cart-btn.shop-pp-nn {
    margin: auto;
    width: 130px;
}
/*#pojo-a11y-toolbar.pojo-a11y-toolbar-right .pojo-a11y-toolbar-toggle {
        left: -80px;
    }

    #pojo-a11y-toolbar .pojo-a11y-toolbar-overlay {
        left: -260px;
        top: 109px;
    }

     #pojo-a11y-toolbar.pojo-a11y-toolbar-right {
        left: 80px;
    }
	   #pojo-a11y-toolbar.pojo-a11y-toolbar-right.pojo-a11y-toolbar-open {
        left: 256px;
    }*/
/*#pojo-a11y-toolbar.pojo-a11y-toolbar-right {
    left: -180px !important;
    right: inherit !important;
}
	
#pojo-a11y-toolbar {
        top: 50px !important;
    }*/	
	
.blog-detail ul li {font-size: 17px;line-height: 26px;}	
.woocommerce-product-details__short-description h5 {font-size: 17px;line-height: 26px;}
span.sku_wrapper {font-size: 17px;line-height: 26px;}
span.posted_in {font-size: 17px;line-height: 26px;}
span.tagged_as {font-size: 17px;line-height: 26px;  }
span.posted_in a {font-size: 17px;line-height: 26px;}
.loan-right-text p {font-size: 17px;line-height: 26px;}
.Features-Benefits ul li {font-size: 17px;line-height: 26px; padding-bottom: 5px;}
.blog-text p {font-size: 17px;line-height: 26px;}
.our-missiont-text p {font-size: 17px;line-height: 26px;}
.who-we-are p{font-size: 17px;line-height: 26px;}
.who-we-serve-text p{ font-size: 17px;line-height: 26px;}
.blog-text p {font-size: 17px;line-height: 26px;}	
.home-blog .blog-text p {font-size: 17px;line-height: 26px;}	
 span.posted_in a {font-size: 17px;line-height: 26px;}
 div#tab-description p {font-size: 17px;line-height: 26px;}	
.pro-inner-text p {font-size: 17px;line-height: 26px;}
.blog-text p {font-size: 17px;line-height: 26px;}	
.woocommerce-product-details__short-description h5 {font-size: 17px;line-height: 26px;}	
.blog-text p {font-size: 18px;line-height: 27px}	
.no-mobile-banner-button{ display: none}	
.no-mobile-banner-button-on{ display: block}
.banner-btn {padding: 9px 11px;font-size: 16px;}	
.about-page-left-img {float: left; padding: 0 0px 20px 0;width:100%;}
.home-page-left-img{ float: left; padding: 0 0px 20px 0; width: 100%}		
.error > p {font-size: 21px;padding-bottom: 8px;line-height: normal; padding-top: 22px;}
.error-section {padding: 40px 0px 40px 0px;text-align: center;}	
.error > .code {line-height: 104px;font-size: 87px;text-align: center;}	

.home-blog .blog-text h5 a { -webkit-line-clamp: inherit; line-clamp: inherit;     font-size: 20px;}	
.blog-text h5 {font-size: 22px;}	
.postid-715 .inner-banner-title h2 {font-size: 24px;}	
	
.blog-text h4 { font-size: 20px;}	
#rmp-menu-wrap-5285 .rmp-submenu .rmp-menu-item-link {
        height: 40px !important;
        font-size: 13px !important;
        line-height: 20px !important;
    }	
	
	
 .Thank-you {padding: 50px 0 60px; text-align: center;}
	
	
}


@media (max-width: 460px) {

.Thank-you h3 {font-size: 85px; margin-bottom: -10px;-webkit-text-stroke: 3px #4db848;}
.Thank-you h5 {font-size: 30px; margin-bottom: 10px;}	
	    .book-appointment {
        bottom: 87px;
    }
	
}


@media (max-width: 414px) {

.Thank-you h5 {font-size: 28px; margin-bottom: 6px;}
.Thank-you a.home-back {font-size: 16px; padding: 8px 30px 2px;}
.Thank-you {padding: 40px 0 50px;text-align: center;}
	
}



@media (max-width: 375px) {

.banner-button .arrow { width: 24px;    }
.formrotate {top: 244px;    }
 #rmp_menu_trigger-5285 {top: 19px !important;}
 #pojo-a11y-toolbar {  z-index: 1!important;}
.menu-menu-2{ position:relative; z-index:2;}	 
.Thank-you h5 {font-size: 24px; margin-bottom: 6px;}
.Thank-you h3 {font-size: 80px; margin-bottom: -10px;-webkit-text-stroke: 3px #4db848;} 	
	
	
}









