@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&family=Zilla+Slab:wght@500;600;700&display=swap');
html {scroll-behavior: smooth;}
body {font-family: 'Zilla Slab', serif; font-family: 'Poppins', sans-serif; line-height: 1.7; color: #868686; font-weight: 400; font-size: 14px;}
/* ===== Scrollbar CSS ===== */
/* Firefox */
* {scrollbar-width: auto; scrollbar-color: #bbbbbb #dddddd;}
/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 5px;
}

*::-webkit-scrollbar-track {
  background: #dddddd;
}

*::-webkit-scrollbar-thumb {
  background-color: #ef7640;
  border-radius: 10px;
  border: 0px solid #ffffff;
}

a {
  color: #ef7640;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease
}

a:hover {
  text-decoration: none;
  color: #ef7640;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #333;
  font-weight: 600;
  margin: 0;
}

h1 {
  font-size: 2.15rem;
}

h2 {
  font-size: 1.80rem;
}

h3 {
  font-size: 1.15rem;
}

h4 {
  font-size: 0.80rem;
}

h5 {
  font-size: 0.50rem;
}

h6 {
  font-size: 0.30rem;
}

p {
  color: #868686;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.9;
  margin: 0;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
  font-size: 14px;
  font-weight: 400;
  color: #333;
}
.theme-color {color:#ef7640 !important;}
.secondary-color {color:#168944 !important;}
img {
  width: 100%;
}

ul,
ul li {
  font-size: 14px;
  font-weight: 400;
  color: #000;
}
li {
  list-style-type: none;}

.border-light {
  border: 1px #eee solid;
}

.overlay {
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.text-black {
  color: #000 !important
}

.bg-black {
  background: #000 !important
}

.mt-10 {
  margin-top: 120px;
}

/* Button */

.action-btn {
  padding: 5px 20px 5px 20px;
  font-size: 14px;
  color: #FFF;
  font-weight: 400;
  display: inline-block;
  margin: 3px;
  border-radius: 10px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  cursor: pointer;
  border: 0px #000 solid;
}

.primary-btn {
  color: #FFF;
  background: linear-gradient(102deg, #FFB501 8.27%, #EF7640 67.07%);
  border:1px transparent solid;
}

.secondary-btn {
  background: transparent;
  color: #EF7640;
  border: 1px #EF7640 solid;
}

.primary-btn:hover {color: #FFF;}

.prev-btn {
  background: #333;
  color: #FFF;
}

.round-btn {
  border-radius: 25px;
}

.outline-btn {
  color: #ef7640;
  border: 1px #ef7640 solid;
}

.outline-btn:hover {
  background: #ef7640;
  color: #FFF;
  border: 1px #ef7640 solid;
}


.line-btn {
  font-size: 12px;
  font-weight: 600;
  color: #ef7640;
  padding: 0;
}

.line-btn::after {
  font-family: "FontAwesome";
  top: 0;
  left: 0px;
  padding-left: 10px;
  content: "\f178";
}

/* Button */

.bg-navy {
  background: #f2f4ff;
}

.form-control {
  height: auto;
  font-size: 0.9rem;
  padding: 15px;
}

.form-control:active,
.form-control:focus {
  border-color: #7971ea
}

.form-control:hover,
.form-control:active,
.form-control:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important
}

@media (min-width: 1200px) {
.container {
    max-width: 1368px;
}
}
/* Header */

header {
  position: fixed;
  width: 100%;
  padding: 0px;
  margin: 0px auto;
  top: 0px !important;
  z-index: 1;
  background:#FFF;
  border-bottom: 0px #eee solid;
  box-shadow: 0px 0px 5px 1px #ccc;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}

header.sticky {
  background: #FFF;
  box-shadow: 0px 0px 5px 1px #ccc;
  width: 100%;
  top: 0 !important;
  margin: 0;
}

.logo {
  width: 250px;
  margin-left: 100px;
  margin: 15px 15px 15px 0px;
}

/* header span:nth-of-type(1) {background: #FFF;} */
header span:nth-of-type(2) {background: #FFF;}
header span:nth-of-type(3) {background: #FFF; padding: 0px 30px;}
/* header span:nth-of-type(3) .callUs {background: #0ec1ae; color: #FFF; font-weight: 600; padding: 20px} */

.sticky .logo {
  margin-top: 12px;
}

header.sticky span:nth-of-type(2) {background: #FFF;}
header.sticky span:nth-of-type(3) {background: #FFF;}

.topheadercontainer {display: flex; align-items: center; justify-content: space-between;}

.rightheadermenu {display: flex; align-content: center; justify-content: center; column-gap: 5px;}
.rightsidemenu {margin-top: 5px; display: block;}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Desktop Navigation */

.main-nav,
.main-nav * {
  margin: 0px 0px;
  padding: 0;
  list-style: none;
}

.main-nav>ul>li {
  position: relative;
  white-space: nowrap;
  float: left;
  margin-right: 3px;
}

.main-nav a {
  display: block;
  position: relative;
  color: #000;
  margin: 0px 15px;
  padding: 34px 2px;
  font-size: 14px;
  font-weight: 500;
  line-height: 12px;
  transition: 0s all ease;
  border-bottom: 3px transparent solid;
  /* border-right: 2px #ef7640 solid;  */
}

.main-nav li:last-child a {
   border-right: 0px #fff solid; 
}

.main-nav a:hover,
.main-nav .active>a,
.main-nav li:hover>a {
  color: #ef7640;
  text-decoration: none;
  border-bottom: 3px #ef7640 solid;
}

.sticky .main-nav a {
  color: #000;
}

.sticky .main-nav a:hover,
.sticky .main-nav .active>a,
.sticky .main-nav li:hover>a {
  color: #ef7640;
}

.main-nav .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% + 0px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 0px 0;
  background: #fff;
  box-shadow: 0px 15px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.main-nav .drop-down:hover>ul {
  opacity: 1;
  top: 30px;
  visibility: visible;
}

.main-nav .drop-down li {
  min-width: 180px;
  position: relative;
}

.main-nav .drop-down ul a {
  padding: 10px 20px;
  font-size: 13px;
  color: #333;
  border-bottom: 1px #eee solid;
}

.main-nav .drop-down ul li:last-child a {border-bottom: 0px #eee solid;}

.main-nav .drop-down ul a {border-right: 0px #ef7640 solid;}

.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul .active>a,
.main-nav .drop-down ul li:hover>a {
  color: #FFF;
  background: #ef7640;
}

.main-nav .drop-down>a:after {
  content: "\f107";
  font-family: "FontAwesome";
  padding-left: 5px;
}

.main-nav .drop-down .drop-down ul {
  top: -10px;
  left: calc(100% - 0px);
}

.main-nav .drop-down .drop-down:hover>ul {
  opacity: 1;
  top: -10px;
  left: 100%;
}

.main-nav .drop-down .drop-down>a {
  padding-right: 35px;
}

.main-nav .drop-down .drop-down>a:after {
  content: "\f105";
  position: absolute;
  right: 15px;
}

/* Mobile Navigation */

.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: rgba(38, 60, 177, 0.8);
  transition: 0.4s;
  display: none;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #fff;
  font-weight: 400;
  padding: 10px 20px;
  font-weight: 400;
}

.mobile-nav a:hover,
.mobile-nav .active>a,
.mobile-nav li:hover>a {
  color: #FFF;
  text-decoration: none;
}

.mobile-nav .drop-down>a:after {
  content: "\f078";
  font-family: "FontAwesome";
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down>a:after {
  content: "\f077";
}

.mobile-nav .drop-down>a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: fixed;
  right: 10px;
  top: 0;
  display: none;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  margin: 30px 20px 0 0;
  /* font-size: 14px; */
  color: #333;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(19, 39, 57, 0.8);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}
.header-navigation {margin-right: 15px;}
.rightsidemenu span i {font-size: 24px; color: #ef7640;}
.main-nav li:last-child a {position: relative;}
.credit-score-pre {position: absolute; background: #ff0103; color: #fff;
  padding: 1px 3px;
  text-transform: uppercase;
  font-size: 8px;
  top: -17px;
  right: 0;
  font-weight: 700;
  border-radius: 3px;
}

/* Right Side Menu */
/*.rightsidemenu {cursor: pointer;} */

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  overflow-x: hidden;
  transition: 0.5s;
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.sidenav::-webkit-scrollbar {
  display: none;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 14px;
  color: #000;
  display: block;
  border-bottom: 1px #EEE solid;
  /* transition: 0.2s */
}

.sidenav a:hover, .offcanvas a:focus{
  color: #000;
}

.closebtn {
  position: absolute;
    top: 20px;
    right: 0px;
    background: #FFF;
    color: #000 !important;
    width: 40px;
    height: 40px;
    padding: 5px !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    font-weight: 300;
    border-radius:0px 5px 5px 0px;
}
.closebtn:hover {color: #000;}

.openrightside {cursor: pointer;}
.sidenav ul {background:#FFF; margin:  0 40px 0px 0px; padding:0px; display: flex; flex-direction: column; height: 100%;}
.sidenav ul li {background: #FFF; margin:0px; padding: 0;}
.sidenav ul li ul {margin:0px; padding: 0 0px 0px 0px;}
.sidenav ul li span {font-size: 14px; margin:0px 0px; padding: 0px; background: #FFF; cursor: pointer; display: block; color: #000; border-bottom: 1px #EEE solid; position: relative;}
.sidenav ul li a {font-size: 14px; margin:0px 0px; padding: 15px 10px; border-bottom: 1px #EEE solid;}
/* .sidenav ul li:last-child a {border-bottom: 1px transparent solid;} */
.sidenav ul li ul li a {padding: 15px 0px 15px 50px; position: relative;}
.sidenav ul li ul li a::before {content: '\f101'; position: absolute; top: 20px; left: 30px; width: 15px; height: 15px; display: flex; justify-content: center; align-items: center; font-size: 14px; font-family: 'FontAwesome';}

.sidenav ul li span:hover, .sidenav ul li a:hover {background: #ef7640; color: #FFF;}
.sidenav ul li span:hover a {color: #FFF;}

.sidenav ul li span::after:hover + .sidenav a,
.sidenav ul li span::after:hover + .sidenav ul li span,
.sidenav ul li span::after:hover + .sidenav ul li span a,
.sidenav ul li span::after:hover + .sidenav ul li a {color: #FFF !important;}

.rightsidemenuoverley {display: none;}
.rightsidemenuoverley {background: rgba(0,0,0,0.9); position: fixed; top: 0; left: 0; width:100%; height: 100%; cursor: default;}
.myaccount-btn {padding: 5px 10px 5px 10px; text-align: center; font-size: 12px;}

.sidenav ul li .cc-icon {width:25px; margin-right: 10px;} 
.sidenav ul li .h-loan-icon {width:25px; margin-right: 10px;} 
.sidenav ul li .p-loan-icon {width:25px; margin-right: 10px;} 
.sidenav ul li .o-loan-icon {width:25px; margin-right: 10px;} 
.sidenav ul li .calculator-icon {width:25px; margin-right: 10px;} 
.sidenav ul li .investments-icon {width:25px; margin-right: 10px;} 
.sidenav ul li .c-score-icon {width:25px; margin-right: 10px;} 
.sidenav ul li .utility-icon {width:25px; margin-right: 10px;} 
.sidenav ul li .download-icon {width:25px; margin-right: 10px;} 
.sidenav ul li .insurance-icon {width:25px; margin-right: 10px;} 
.sidenav ul li .covid-icon {width:25px; margin-right: 10px;} 
.sidenav ul li .resources-icon {width:25px; margin-right: 10px;} 
.sidenav ul li .creditBharat-icon {width:25px; margin-right: 10px;}

/*.sidenav ul li a:hover img {filter: invert(1);}*/

/*.sidenav ul li span:hover .cc-icon,
.sidenav ul li span:hover .h-loan-icon,
.sidenav ul li span:hover .p-loan-icon,
.sidenav ul li span:hover .o-loan-icon,
.sidenav ul li span:hover .calculator-icon,
.sidenav ul li span:hover .investments-icon,
.sidenav ul li span:hover .utility-icon,
.sidenav ul li span:hover .insurance-icon,
.sidenav ul li span:hover .resources-icon,
.sidenav ul li span:hover .creditBharat-icon,
.sidenav ul li a:hover .c-score-icon,
.sidenav ul li a:hover .download-icon,
.sidenav ul li a:hover .covid-icon { filter: invert(1);}*/

.sidenav ul li span::after {content:'\f107'; font-family: 'FontAwesome'; font-size: 12px; position: absolute; top: 5px; right: 15px;width: 94%; height: 90%; text-align: right;padding-top: 10px; }

/* .sidenav ul li ul {display:none; margin:0px; padding: 0;} */
/* .sidenav ul li:hover ul {display:block; margin:0px; padding: 0;} */

ul.parsley-errors-list {margin:0; padding: 0;}
ul.parsley-errors-list .parsley-required, #msg5, #msg2, ul.parsley-errors-list .parsley-type, ul.parsley-errors-list .parsley-length, ul.parsley-errors-list .parsley-multipleOf, ul.parsley-errors-list li, .ul.parsley-errors-list .parsley-custom-error-message, .error  {font-size: 12px; color: #ff0000 !important; font-weight: 500;}

.banner {min-height: 550px; background: url('https://dreamtoit2.s3.ap-southeast-1.amazonaws.com/credbharat%2Faws_icon%2F65b9f7157d02f1706686229.jpg') no-repeat #e7ebee; background-size: cover; padding-top: 90px; padding-bottom: 60px;  position: relative; margin-top: 83px;}
.banneropacity {opacity: 0.5; background: url('../images/banner-bg.jpg') no-repeat; background-size: cover; position: absolute; top: 0; width: 100%; height: 100%;}



.bannerflowtext {margin-top: 0px; display: flex; flex-direction: column; height: 100%; align-items: flex-start; justify-content: center;}
.banner .bannerflowtext h1 { font-family: "Zilla Slab"; font-size: 70px; color: #303392; line-height: 48px; font-weight: 700;}
.banner .bannerflowtext span {font-weight: 700; text-transform: uppercase; background: linear-gradient(103deg, #FFB501 9.12%, #FF9601 24.14%, #FE6400 80.85%); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; font-size: 22px; margin-bottom: 15px;}
.banner p {color: #292929; margin: 0;}
.banner ul {margin: 20px 0px; padding: 0;}
.banner ul li {position: relative; font-size: 16px; padding-left: 40px; margin-bottom: 15px; color: #292929;}
.banner ul li::before {position: absolute; left: 0; top:0; content: ''; width:30px; height: 30px; background: url('https://dreamtoit2.s3.ap-southeast-1.amazonaws.com/credbharat%2Faws_icon%2F65b8b37fe36a01706603391.png') no-repeat; background-position: center; background-size: contain;}
.banner .download-icon {display: flex; column-gap: 10px;}
.banner .download-icon img {width: 130px;}
.banner .imageBox {position: relative; margin-top: 60px; width: 400px; height: 500px; margin-left: auto;}
.banner .imageBox .bigimage {position: absolute; width: 270px; right: 0; bottom: 0;}
.banner .imageBox .shortimage {position: absolute; width: 220px; bottom: 0;}
.downloadtext {color:#168944 !important;}

.banner-bottom {width:100%; max-width: 1330px; position: absolute; left: 50%; margin-left: -665px; bottom: -27px; background: linear-gradient(102deg, #FFB501 8.27%, #EF7640 67.07%);border-radius: 20px; display: flex; justify-content: space-evenly;}
.bannerBottombox {display: flex; column-gap: 10px; max-width: 220px; text-align: left; padding: 10px 0px; position: relative;}
.bannerBottombox::after {width: 1px; height: 50%; background: #FFF; position: absolute; top: 12px; right: -40px; content: '';}
.bannerBottombox:last-child::after {display: none;}
.bannerBottombox img {width:25px;}
/*.bannerBottomcon .col-md-3:last-child .bannerBottom img {transform: rotate(180deg);}*/
.bannerBottombox p {color: #FFF; font-size: 12px; font-weight: 500; line-height: 15px;}

.bannerBottomcon {background: #ef7640;}
.bannerBottom {display: flex; column-gap: 10px; padding: 30px 0px;}
.bannerBottom img {width:30px; filter: invert(1);}
/*.bannerBottomcon .col-md-3:last-child .bannerBottom img {transform: rotate(180deg);}*/
.bannerBottom p {color: #FFF; font-size: 14px; font-weight: 400; line-height: 18px;}


.section-title {text-align: center; margin-bottom: 30px;}
.section-title img {width: 30px !important;}
.section-title h1 {color: #303392; text-align: center; font-family: "Zilla Slab"; font-size: 50px; font-style: normal; font-weight: 700; line-height: normal;}
.section-title .subtitle {color: #EF7640; font-family: "Zilla Slab"; font-size: 50px; font-style: normal; font-weight: 700; line-height: normal;}

.servicprovider, .whyyoulove, .downloadappcon, .our-project, .contactuscont {padding: 70px 0px;}

.innerpagebanner {background-image: url('https://dreamtoit2.s3.ap-southeast-1.amazonaws.com/credbharat%2Faws_icon%2F65ba0829bfc8a1706690601.png'), url('https://dreamtoit2.s3.ap-southeast-1.amazonaws.com/credbharat%2Faws_icon%2F65ba0829bfc8a1706690601.png'), url('https://dreamtoit2.s3.ap-southeast-1.amazonaws.com/credbharat%2Faws_icon%2F65ba07adeb3d21706690477.png');
  background-position: -5% 100%, 105% 100%, 100% 100%;
  background-repeat: no-repeat, no-repeat, no-repeat; margin-top:82px; padding:70px 0px; }
.innerpagebanner h1 {font-family: "Zilla Slab"; font-size: 54px; color: #FFF; line-height: 48px; font-weight: 700;}


footer {background: #303392; padding: 50px 50px 0px 50px;}
footer img {width: 250px; margin-bottom: 10px;}
footer p {color: #FFF;}
footer h2 {font-size:14px; color: #FFF; display: inline-block; line-height: 24px; position: relative;}
footer h2::before {position: absolute; width: 100px; height: 3px; content: ''; top: -20px; left: 0; background: #EF7640;}
footer ul {margin: 0; padding: 0;}
footer ul li {font-size: 13px; margin: 7px 0px;}
footer ul li a {color: #FFF;}
.footer-box {margin-top: 25px;}
.footermenu {text-align: center; margin: 20px 0px 0px 0px; padding: 20px 0px;}
.footermenu ul {}
.footermenu ul li {display: inline; margin: 5px 20px;}
.footermenu ul li a {color: #FFF;}
.footermenu ul li a:hover {color: #ef7640;}
  .copyright {border-top: 1px rgba(255, 255, 255, 0.5) solid; padding: 20px;}
  .copyright p {color: #FFF; text-align: center; margin: 0;}
  .copyright p span {color:#EF7640;}

.main-nav li a img {width: 97px; margin-top: -12px;}
#login-popup .close {position: absolute; right: 5px; top: 5px; border: 2px #000 solid; z-index: 11; border-radius: 50%; display: flex; justify-content: center; align-items: center; width: 30px; height: 30px; padding: 0;}
#login-popup h2, #forgot-pass h2 {font-size: 18px; font-weight: 500; text-align: center;}
#login-popup p {font-size: 14px; font-weight: 400; text-align: center;}

.login-box {margin-top: 40px;}
.login-box form label {color: #000; margin-bottom: 5px; font-weight: 500;}
.login-btn {width: 120px; padding: 10px;}
.or {text-align: center; font-size: 12px; color: #000; margin: 20px 0px 20px 0px; display: block; position: relative;}
.or span {background: #fff; position: relative; z-index: 11; padding: 5px; font-size: 12px; font-weight: 500;}
.or::before {content: ''; position: absolute; left: 0; top: 9px; width: 100%; height: 1px; border-top: 1px #ccc dashed;}
.login-facebook-btn {position: relative; background: #314a7e; padding-left: 60px;}
.login-facebook-btn:before{content:'\f09a'; font-family: 'FontAwesome'; font-size: 16px; color: #314a7e; position: absolute; top: 5px; left: 8px; width: 40px; height: 40px; border-radius: 50%; background: #FFF; display: flex; justify-content: center; align-items: center;}
.login-gmail-btn {position: relative; background: #ea4335; padding-left: 60px;}
.login-gmail-btn:before{content:'\f1a0'; font-family: 'FontAwesome'; font-size: 16px; color: #ea4335; position: absolute; top: 5px; left: 8px; width: 40px; height: 40px; border-radius: 50%; background: #FFF; display: flex; justify-content: center; align-items: center;}


.card-content h2 {font-size:18px; color: #000; font-weight: 500; margin-top: 20px;}
.card-content h3 {font-size:16px; color: #000; font-weight: 500; margin-top: 20px;}
.card-content h4 {font-size:14px; color: #000; font-weight: 500; margin-top: 20px;}
.card-content ul, .card-content ol {margin:0px 0px 10px 0px; padding:0px;}
.card-content ul li {list-style-type:none; margin: 0; padding:5px 5px 5px 15px; position: relative;}

/*.card-content table tr th, .card-content table tr td, .card-content ul li, .card-content ol li {word-wrap: break-word;
    word-break: break-all;}*/

.card-content ol li {margin: 0; padding:5px 5px 5px 15px; color: #000; position: relative;}
.card-content p {width :100%; font-size: 14px; font-weight: 400; color: #000; margin:0px; padding: 5px 0px;}
.card-content table {width:100%; margin: 10px 0px; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar;}
.card-content table tr th {min-width:100px; font-size: 16px; font-weight: 500; color: #FFF; vertical-align: top; background: #ef7640; padding: 10px; border: 1px #eee solid;}
.card-content table tr td {min-width:100px; font-size: 14px; font-weight: 400; color: #000; padding: 10px; border: 1px #eee solid;}
/*faq Accordion styles */
.tabs {overflow: hidden; margin: 20px 0px; padding: 5px;}
.loan-offer-container input[type=checkbox], .loan-offer-container input[type=radio] {opacity: 0; position: absolute;}
.tab {width: 100%; color: white; overflow: hidden;}
.tab-label {display: flex; justify-content: space-between; padding: 1em; background: #eee; color: #333; cursor: pointer;}
.tab-label:hover {background: #ef7640; color: #fff;}
.tab-label::after {content: "\276F"; width: 1em; height: 1em; text-align: center; transition: all .35s;}
.tab-content { padding: 0 1em; color: #2c3e50; background: white; transition: all .35s;}
.tab-close {display: flex; justify-content: flex-end; padding: 1em; font-size: 0.75em; background: #2c3e50;cursor: pointer;}
.tab-close:hover {background: #1a252f;}
input:checked + .tab-label {background: #ef7640; color: #FFF;}
input:checked + .tab-label::after {-webkit-transform: rotate(90deg); transform: rotate(90deg);}
input:checked ~ .tab-content {max-height: 200vh; padding: 1em;}
/* faq accordian container */

.form-box {height: 100%; padding: 10px;}
.form-box-hide {display: none;}
.form-box-show {display: block;}
.fielddata {float:right; overflow: hidden; background: #f0e68c;}
.fieldsubdata {width: 400px; padding: 10px; border: 1px solid #a29415;}
.range-box {width: 100%;}
.formcontent-box {display:flex; align-items: center; justify-content: center; width: 100%; max-width: 650px; margin: 0px auto;}

.formcontent-box.large {max-width: 950px;}

.formcontent-box.large input[type=radio] + label .customradiobox {width: 120px;height: 120px;}
.formcontent-box.large input[type=radio] + label .customradiobox .labelimage img {width: 50px; height: 50px; object-fit: contain;}
.formcontent-box.large input[type=radio] + label .customradiobox .labelimage {
  width: 75px;
  height: 75px;
  border: 0px #CCC solid;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  border-radius: 50%;
  margin-top: 15px;
}


.formcontent-box.large .customradiobox span {
    font-size: 13px;
    height: 48px;
    line-height: 16px;
}

.formcontent-box.large input[type=radio] + label .customradiobox:hover .labelimage {border: 0px #FFF solid;}
/*.modal {display:none !important;}*/
.form {
  /* background: #FFF;  */
  border: 0px #000 solid; display: flex; justify-content: center;    flex-direction: column; align-items: center; 
  /* height: 100%;  */
  /* min-height: 500px; */
   /* box-shadow: 0px 0px 5px 1px #ccc; */
    border-radius: 10px;}
    .formbanner {min-height: 300px; padding-bottom: 100px; background: #FFF; margin: -8px 0px 0px 0px;}
.formbanneropacity {opacity: 0.3;}
.confirmation {display: block;}
.confirmation label {display:initial;}
.form-heading1 {font-size: 16px; color: #000; font-weight: 500; text-align: center; margin: 0px 0px 10px 0px;}
.form-heading1 span {display: block; color: #999; font-size: 12px;}
.form-box .form-control {width: 100%;}
.btn-container {display:flex; justify-content: center; align-items: center; margin-top:20px; position: absolute; bottom: -60px; width: 310px; left: 50%; margin-left: -155px;}
.prevbtn {width: 150px; padding: 10px; border-radius: 5px; color: #333; background: #CCC; text-align: center; font-size: 16px; font-weight: 500; cursor: pointer;}
.prevbtn:hover {background: #ccc; color: #333;}
.nextbtn {min-width: 150px; padding: 10px; border-radius: 5px; color: #FFF; background: linear-gradient(102deg, #FFB501 8.27%, #EF7640 67.07%); text-align: center; font-size: 16px; font-weight: 500; cursor: pointer;}

.input-hidden {position: absolute; left: -9999px;}

input[type=radio] + label .customradiobox {display: flex; width: 200px; height: 200px; flex-direction: column; justify-content: center; align-items: center; border: 1px #ccc solid; border-radius: 5px; margin: 5px; cursor: pointer;}
input[type=radio] + label .customradiobox .labelimage {width: 100px; height: 100px; border: 1px #CCC solid; display: flex; justify-content: center; align-items: center; margin-bottom: 20px; border-radius: 50%;}
input[type=radio] + label .customradiobox .labelimage img {width: 60px; filter: invert(0);}
.customradiobox span {font-size: 14px; font-weight: 500; color: #333; background: #FFF; color: #333; padding: 3px; border-radius: 5px;}

input[type=radio] + label .customradiobox:hover .labelimage {border: 3px #FFF solid;}
input[type=radio] + label .customradiobox:hover .labelimage img {filter: invert(1);}
input[type=radio] + label .customradiobox:hover { background: #ef7640;}
input[type=radio] + label .customradiobox:hover span { background: #ef7640; color: #FFF;}

input[type=radio]:checked  + label .customradiobox .labelimage {border: 3px #FFF solid;}
input[type=radio]:checked + label .customradiobox .labelimage img {filter: invert(1);}
input[type=radio]:checked + label .customradiobox { background: #ef7640;}
input[type=radio]:checked + label .customradiobox span { background: #ef7640; color: #FFF;}

form {width: 100%; height: 100%;}

/* .form-heading1 {position: absolute; top: -165px; left: 0; border: 1px #000 solid;} */
.datepicker-dropdown {width:100%; max-width: 320px; padding: 0;} 
.datepicker-dropdown .datepicker-days {padding: 5px;}
.datepicker-dropdown .datepicker-days .table-condensed {width: 100%;}
.datepicker-dropdown .table-condensed thead tr:nth-of-type(2) {background: #ef7640; color: #FFF;}
.datepicker-dropdown .table-condensed thead tr th {font-size: 16px; font-weight: 400; cursor: pointer;}
.datepicker-dropdown .table-condensed thead tr:nth-of-type(2) th:nth-of-type(1) {border-radius: 5px 0px 0px 5px;}
.datepicker-dropdown .table-condensed thead tr:nth-of-type(2) th:nth-of-type(3) {border-radius: 0px 5px 5px 0px;}
.datepicker-dropdown .table-condensed thead tr:nth-of-type(3) th {font-size: 14px; font-weight: 600; padding:10px 0px 5px 0px;}
.datepicker-dropdown .table-condensed thead tr th, .datepicker .table-condensed tbody tr td {text-align: center;}
.datepicker .datepicker-days .table-condensed tbody tr td {font-size: 12px; padding: 5px; background: #f2f2f2; border: 4px #fff solid; cursor: pointer;}
.datepicker .datepicker-days .table-condensed tbody tr td:hover, .datepicker .table-condensed tbody tr td.active {background: #ef7640; color: #FFF;}
.datepicker .datepicker-months .table-condensed tbody tr td span, .datepicker .datepicker-years .table-condensed tbody tr td span, .datepicker .datepicker-decades .table-condensed tbody tr td span, .datepicker .datepicker-centuries .table-condensed tbody tr td span {font-size: 12px; border: 1px #ccc solid; padding: 5px 10px; margin: 5px; background: #fff; border-radius: 5px; cursor: pointer;}
.datepicker .datepicker-months .table-condensed tbody tr td span:hover, .datepicker .datepicker-years .table-condensed tbody tr td span:hover, .datepicker .datepicker-decades .table-condensed tbody tr td span:hover, .datepicker .datepicker-centuries .table-condensed tbody tr td span:hover {background: #ef7640; color: #FFF;}
.datepicker .datepicker-months .table-condensed tbody tr td, .datepicker .datepicker-years .table-condensed tbody tr td, .datepicker .datepicker-decades .table-condensed tbody tr td, .datepicker .datepicker-centuries .table-condensed tbody tr td {text-align: center; display: flex; flex-wrap: wrap;}
.datepicker .datepicker-months .table-condensed thead tr, .datepicker .datepicker-years .table-condensed thead tr, .datepicker .datepicker-decades .table-condensed thead tr, .datepicker .datepicker-centuries .table-condensed thead tr {display: flex; justify-content: space-between;}
.datepicker .datepicker-months .table-condensed thead tr th, .datepicker .datepicker-years .table-condensed thead tr th, .datepicker .datepicker-decades .table-condensed thead tr th, .datepicker .datepicker-centuries .table-condensed thead tr th {padding: 2px 10px 5px 10px;}

.offerbox {display: flex; margin: 20px 0px; border: 1px #ccc solid; box-shadow: 0px 0px 2px 0px #ccc; padding: 15px; border-radius: 5px;}
.offerbox .offer-image {}
.offerbox .offer-image img {width: 140px; height: 140px;object-fit: contain; border-radius: 5px; margin: 0px 10px 10px 10px; padding: 8px;}
.offerbox .offer-detail .offer-name {font-size: 18px; color: #000; font-weight: 500;}
.offer-detail p {}
.offer-icon-box {display: flex; column-gap: 20px; color: #000; font-weight: 600;}
.offer-detail ul {margin:0; padding:0px;}
.offer-detail ul li {padding-top: 0; padding-bottom: 0; padding-left:24px;}
.offer-detail ul li::before {content:''; position:absolute; left: 0; top: 4px; width: 15px; height: 15px; background: url('../images/correct.png') no-repeat; background-size: 100%;}


.personal-loan input[type="checkbox"] {display: none;}
.personal-loan .tab-label {background: #fff; position: relative; margin-bottom: 20px; padding: 1em 0em 1em 0em;}
.personal-loan .tab-label .table-responsive {background: #eee; border-radius: 10px;}
.personal-loan .tab-label table {margin: 0;}
.personal-loan .tab-label:hover {background: #FFF; color: #000;}
.personal-loan input:checked + .tab-label {background: #FFF; color: #000;}
.personal-loan .example-table img {width: 100px; height: 50px; object-fit: contain; display: block; margin: 10px 0px;}
.personal-loan .tab-label::after {position: absolute; left: 15px; bottom: -18px; content: 'Features'; /* border: 1px #000 solid; */ width: auto; padding: 4px 10px; height: auto; background: #303392; color: #FFF; border-radius: 0px 0px 5px 5px;}
.personal-loan input:checked + .tab-label::after { -webkit-transform: rotate(0deg); transform: rotate(0deg);}
.personal-loan input:checked ~ .tab-content {margin: -20px 0; padding: 1em 0em;}
.personal-loan .tab-content {margin: 0; padding: 0em 0em;}
.personal-loan .citylist.per-con {background: #eee; padding: 15px;}
.personal-loan .citylist.per-con .heading {font-weight: 600;}
.personal-loan .citylist.per-con ul li {font-size: 0.8rem;}
.personal-loan .action-btn {width: 75px; text-align: center; font-size: 12px; padding: 5px 5px;}
.personal-loan table {margin: 0;}
.personal-loan table tr td, .personal-loan table tr th {width: 200px;}
.personal-loan table tr td:nth-of-type(1) {font-weight: 600;}
.personal-loan table tr td {font-weight: 500;}

.home-loan-content {display: flex; width: 100%; color: #000; margin: 5px 0px;}
.home-loan-content > div {width: 20%; padding: 10px; border: 1px #eee solid;}
.home-loan-content > div img {width: 100px; display: block;}

.home-loan-tablehead {background:#ef7640; font-weight: 600; color: #FFF; margin-bottom: 10px; padding: 10px; border-right: 1px #fff solid;}
.home-loan-tablehead:last-child {background:#ef7640; color: #FFF; padding: 10px; border-right: 0px #fff solid;}

.calculator-box {text-align:center; background: #f8f8f8; margin: 20px 0px; padding: 30px; border: 0px #CCC solid; box-shadow: 0px 0px 4px 0px #ccc; border-radius: 5px;}
.calculator-box img {width:100px; height: 100px; object-fit: contain;}
.calculator-box h2 {margin: 20px 0px;}

.brand-logo img {width: 150px; height: 75px; object-fit: contain; margin: 10px; padding: 10px; box-shadow: 0px 0px 4px 0px #ccc; border-radius: 5px;}
.accountsec h2, .accountsec p {text-align: center;}
.myacc-sec {min-height: 300px;border-top: 1px #ccc solid;}
.myaccount {display: flex; flex-direction: column; align-items: center; justify-content: center;}

.myacc-sec h1 {font-size: 22px; margin: 20px 0px 0px 0px;}

.listing-feature-content {width: 25%;}

.searchtable-head {margin: 10px 0px; background: #ef7640 !important; padding: 5px; font-size: 14px; border-radius: 5px;}
.searchtable-head > div { background: #ef7640 !important; color: #FFF !important;}
.myacc-search {display:flex; align-items: center; justify-content: space-between; background: #FFF; margin: 10px; border-radius: 5px; box-shadow: 0px 0px 4px 0px #ddd;}
.myacc-search > div {padding: 10px; color: #000;}

.myacc-sec .tabs img.creditscoreimg {max-width: 300px; width: 100%; margin-top: 30px;}


.bottom-contact {
  background: #fff;
  margin: 20px 0 10px 0;
  width: 100%;
  padding: 0px;
  border-radius: 5px;
}

.contact-us-content {
  background: #303392;
  color: #FFF;
  min-height: 136px;
  display: flex;
  box-shadow: 0px 0px 5px 0px #ddd;
  padding: 15px;
  border-radius: 5px;
  margin-bottom: 15px;
}

.contact-us-content span {
  background: #FFF;
  display: flex;
  padding: 0;
  border-radius: 50%;
  width: 65px;
  height: 50px;
  margin-right: 15px;
  justify-content: center;
  align-items: center;
  color: #303392;
  font-size: 26px
}

.contact-us-content div {width: 100%;}

.contact-us-content h4 {
  font-weight: 600;
  margin: 0;
  color: #FFF;
}

.contact-us-content p {
  color: #FFF;
}

/* contact us */


.form-top-strip {background: #303392; position: absolute; width: 100%; z-index: 1; height: 50px; display: none;}
.form-image-margin {margin-top: 60px;}
.forgot-password {margin-bottom: 10px;}
.forgot-password span {font-size: 12px; font-weight: 500; color: #303392; cursor: pointer;}
.mt-100 {margin-top: 100px;}

.user-product {margin-top: 82px;}

.user-product .section-title {margin: 0;
  display: block;
  font-size: 24px;
  font-weight: 600;
  color: #000;
  padding: 20px 0px;}


.forgot-pass-con .login-btn {width: auto;}
.login-pass-con .login-btn {min-width: 120px;}

.overflow-hidden {overflow: hidden !important;}

header + section > .card-content {margin-top:120px;}

ul.parsley-errors-list {margin: 0px 0px}
ul.parsley-errors-list li {padding:0; font-size: 12px}
ul.parsley-errors-list li::before {display: none;}


input[type=checkbox]#terms:before {
  content: '';
  position: absolute;
  right: 50%;
  top: 50%;
  width: 4px;
  height: 10px;
  border: solid #FFF;
  border-width: 0 2px 2px 0;
  margin: -1px -1px 0 -1px;
  transform: rotate(45deg) translate(-50%, -50%);
  z-index: 2;
}

.proboxcon {display: flex; flex-wrap: wrap; position: relative;}
.proboxcon .proCheckBox {width: 50%;}
.proCheckBox input[type=checkbox] {
  position: relative;
  border: 2px solid #ef7640;
  border-radius: 2px;
  background: none;
  cursor: pointer;
  line-height: 0;
  margin: 0 4px 0 0;
  outline: 0;
  padding: 0 !important;
  vertical-align: text-top;
  height: 20px;
  width: 20px;
  -webkit-appearance: none;
  opacity: .5;
}

.proCheckBox input[type=checkbox]:hover {
  opacity: 1;
}

.proCheckBox input[type=checkbox]:checked {
  background-color: #ef7640;
  opacity: 1;
}

.proCheckBox input[type=checkbox]:before {
  content: '';
  position: absolute;
  right: 50%;
  top: 50%;
  width: 4px;
  height: 10px;
  border: solid #FFF;
  border-width: 0 2px 2px 0;
  margin: -1px -1px 0 -1px;
  transform: rotate(45deg) translate(-50%, -50%);
  z-index: 2;
}
.banner{padding-bottom: 20px}
.loginpagecon {margin: 0}
.loginin-page-con {z-index: 1 !important; max-width: 1110px; margin: 0px auto; padding: 10px 0px 0px 0px;}
.loginin-page {max-width:100%; margin: 0px auto; padding: 10px 50px 15px 50px; background: url('https://dreamtoit2.s3.ap-southeast-1.amazonaws.com/credbharat%2Faws_icon%2F65ba34188a14c1706701848.png') no-repeat #fff; background-size: 100%; background-position: bottom; box-shadow: 0px 0px 5px 1px #ccc; border-radius: 15px;}
#login-popup h2, #forgot-pass h2 {font-size: 24px; font-weight: 500; margin: 10px 0px;}
.parsley-errors-list + span, .form-control + span {font-size: 12px; font-weight: 500; color: #ff0000;}
.logging-new-img {background: #303392; height: 100%; display: flex; align-items: center; justify-content: center; width: 100%; border-radius: 10px 0px 0px 10px;}
.logging-new-img img {width: 300px; height: 400px; object-fit: contain;}
.new-left {display: flex; flex-direction: column; justify-content: center;}
.new-loginpage {padding: 10px; margin: 0px; display: flex; align-items: center; justify-content: center; flex-direction: column; height: 100%; border-radius: 10px; border: 0px #ef7640 solid; width: 100%; min-width: 420px;}
.new-loginpage form {height: auto;}
.new-loginpage form label {font-size:12px;font-weight: 400; color: #333; text-transform: uppercase; margin-left: 0px;
padding: 0px 0px; background: #FFF; margin-bottom: 0;}
.form-control::placeholder {color: #000;opacity: 1;}
#otp_counter, #resend_otp {text-align: left; display: block; margin-top: 10px;}
.aadharotp {justify-content: flex-start;}
#resend_otp {cursor: pointer;}
#otp_counter {color: #000;}
.form-control {height: auto;
font-size: 12px;
padding: 12px 10px;
margin-top: 0;
border:1px #ef7640 solid;}
.login-btn {width: 100% !important;box-shadow: 0 7px 8px 0px #ccc;}
.new-loginpage img {width: 35px; margin: 10px 0px;}
.loginin-page img {width: 420px; margin-left: 25px; margin-top: 15px;}
.new-left h2 {font-size: 36px; font-weight: 300;}
.new-left h2 span {font-size: 36px; font-weight: 700; color: #ef7640;}

@media (max-width: 767px) {
.new-loginpage {padding: 0px;  min-width: 100%;}
.loginin-page .row .col-md-6:nth-of-type(2) {order:1;}
.loginin-page .row .col-md-6:nth-of-type(1) {order:2;}

.loginin-page .form-box .row .col-md-6:nth-of-type(2) {order:2;}
.loginin-page .form-box .row .col-md-6:nth-of-type(1) {order:1;}

 

.logging-new-img {border-radius: 0px 0px 10px 10px;}
.loginin-page-con {padding: 20px 0px;}
.lognew {width: 100%;}
.loginin-page {padding: 10px;}
.loginin-page img {display: none;}
}
@media (min-width: 768px) and (max-width: 1024px) {

}
.show_processing span {
    background: #ef7640;
    font-size: 14px;
    font-weight: 400;
    color: #FFF;
    display: inline-block;
    margin: 20px;
    padding: 10px 30px;
    border-radius: 5px;
    position: absolute;
    margin: 15px auto;
    left: 50%;
    width: 240px;
    margin-left: -120px;
  }

.listingHeading {font-size:20px !important; font-weight:700 !important; margin-top: 0 !important;}
.productlist-box {background:#eeeeee; padding:10px 20px; position: relative; margin-bottom: 10px;}
.productlist-boxlight {background: #f4f4f4;}
.productlist-subbox {display:flex; align-items: flex-start; margin: 5px 0px;}
.productlist-contentbox {padding: 7px; display: flex; flex-direction: column; flex-basis: 100%;}
.productlist-contentbox img {width: 100px; height: 50px; object-fit: contain; background: #ddd; padding: 5px; border: 1px #ccc solid;}
.productlist-action {display: flex;}
.productlist-contentbox .productlist-heading {font-size:12px; font-weight: 400; color: #838383;}
.productlist-contentbox .productlist-title {font-size:14px; font-weight: 500; color: #000;}
.productlist-contentbox .action-btn {width:120px; text-align: center; padding: 5px 10px 5px 10px; border-radius: 5px;}
.productlist-contentbox .rating-fill {color:#cfcfcf;}

.productlist-contentbox-min-width {max-width: 90px;}
.productlist-divider {background:#cacaca; width:100%; height:1px;}

.productlist-description {flex-basis: unset; min-width: 550px; max-width: 550px;}

.productlist-featuredbox {display: flex; align-items: center; margin: 15px 0px 8px 0px;}
.productlist-featuredbox .productlist-rating {font-size: 14px; font-weight: 500; color: #000; margin-right: 40px;}
.productlist-featuredbox .productlist-views {font-size: 14px; font-weight: 500; color: #000; margin-right: 40px;}
.productlist-views i {color: #ef7640; margin-right: 5px;}
.productlist-featuredbox .productlist-applied {font-size: 14px; font-weight: 500; color: #000; -webkit-box-flex: 1 !important; -ms-flex-positive: 1 !important; flex-grow: 1 !important;}
.productlist-featuredbox .productlist-applied img {width: 15px; margin-right: 5px;}
.productlist-featuredbox .drop-features {border: 1px #000 solid; border-radius: 5px; color: #000}
.productlist-featuredbox .rating-blank {color:#cfcfcf;}
.productlist-featuredbox .rating-fill {color:#2bb700;}
.drop-features-content {width: 100%; border-top: 1px #ccc solid; padding: 15px 0px 0px 0px;}
.drop-features-content .listing-feature-content {font-size: 14px; font-weight: 500; color: #000; padding: 10px;}
.drop-features input[type="checkbox"] {display: none;}
.drop-features label {font-weight:500; margin: 0; cursor: pointer;}
.citylist {width: 100%;}
.listingsubHeading {font-size: 14px !important; color: #000 !important; font-weight: 400 !important; margin-top: 20px !important; line-height: 24px; margin-top: 15px !important;}
.interest-rate {margin: 0px 10px; flex-basis: 65%;}
.productlist-contentbox.sort-coloum {padding: 7px;display: flex;flex-direction: column;flex-basis: 30%;}
.sponsored-by { margin:20px 0px 10px 0px; text-align:left; display:block; }
.sponsored-by span {text-align: left;
    font-size: 14px;
    font-weight: 500;
    display: block;
    margin: 10px 0px 10px 0px;
    background: #168944;
    color: #FFF;
    padding: 10px 10px 10px 10px;
    border-radius: 5px;
    }
    .sponsored-by span img {width: 25px; margin-right: 5px;}
.your-offer {margin:20px 0px 10px 0px; text-align:left; display:block;}
.your-offer span {text-align: left;
    font-size: 14px;
    font-weight: 500;
    display: block;
    margin: 10px 0px 10px 0px;
    background: #ef7640;
    color: #FFF;
    padding: 10px 10px 10px 10px;
    border-radius: 5px;
    }
    .your-offer span img {width: 25px; margin-right: 5px;}
.other-offer {margin:20px 0px 10px 0px; text-align:left; display:block;}
.other-offer span {text-align: left;
    font-size: 14px;
    font-weight: 500;
    display: block;
    margin: 10px 0px 10px 0px;
    background: #303392;
    color: #FFF;
    padding: 10px 10px 10px 10px;
    border-radius: 5px;
    }
    .other-offer span img {width: 25px; margin-right: 5px;}
.card-content .new-img img {max-height: 200px; object-fit: cover;}

.hidden11 {display: none;}

     input[type="radio"], input[type="checkbox"] {opacity: 0;}

@media (max-width: 767px) {

  /* product list page */
  .productlist-subbox {
    /* display: block; */
        flex-wrap: wrap;
  }
.commentwrapper .comment .content {display: flex;}
.commentwrapper .comment .content .avatar {
    height: 48px;
    width: 48px;
    border: 1px #ccc solid;
    padding: 7px;
    border-radius: 50%;
}

  .my-account-logout img {margin-bottom:10px;}

.card-content table {display: block;}

  .productlist-description {flex-basis: unset; min-width: auto; max-width:auto;}
    .productlist-contentbox:nth-of-type(1) {width:100%;}

    .productlist-contentbox:last-child {width:100%;}
  .productlist-contentbox {width:49%; display: inline-block; flex-basis: auto;}
  .interest-rate {margin: 0; flex-basis: auto;}

.productlist-featuredbox .productlist-rating {position: absolute; top: 30px; right: 0;}
.productlist-featuredbox .productlist-rating span {display: block;}
.productlist-featuredbox .productlist-views {font-size: 12px; margin-right: 10px;}
.productlist-featuredbox .productlist-applied {font-size: 12px;} 
.productlist-description {width: 100%;}
.productlist-contentbox.sort-coloum {width: 100%;}

  /* product list page */

.listing-feature-content {width: 100%;}
    #canvas {height: auto;}
    .creditscorechart:after {width: 20px; height: 20px; bottom: 38px; margin-left: -10px;}
    .creditscorechart {margin: 20px 0px 0px 0px;}
    .myacc-sec .tabs button {width: auto;}
    .contact_field {padding: 25px;}
    .contact_info_sec {position: relative; background-color: #2d2d2d; right: 1px; top: 0; height: auto; width: auto; padding: 25px; 
      border-radius: 0 0px 25px 25px;}
      .right_conatct_social_icon {height: 100%; display: none !important;}
      .info_single {margin: 10px 0px;}
      .contact_info_sec h4 {font-size: 18px;}
      .contact_us {padding: 120px 0px 60px 0px;}
      .my-account-logout {width: 49%; text-align: center; height: 50px; font-size: 11px !important; padding: 10px 0px;}
      .my-account-logout img {margin: 0px auto; margin-bottom: 10px; padding: 0px 3px;}
      .myacc-sec .tabs button {width: 49%;}
}


@media (max-width: 767px) {

  .myacc-sec .tabs img {max-width: 20px;}

    .change-password form {width: 100%;}
  .logo {width: 180px; margin: 15px 5px 15px 0px;}
  .banner .imageBox {width: 320px; margin-top: 15px;}
  .bannerBottomcon {padding: 10px 0px;}
  .bannerBottom {padding: 10px 30px;}
  .productbox {max-width: 100%;}
  .form-box .form-control {width: 100%; min-width: auto;}
  .whybox {margin-bottom: 40px;}
  .user-reset_row .col-md-6:nth-of-type(1) {order: 2}
  .user-reset_row .col-md-6:nth-of-type(2) {order: 1}
  .footer-box {margin-bottom: 20px;}
  .footermenu ul li {display: inline; margin: 5px 10px;}
/*.personal-loan table tr td:nth-of-type(3), .personal-loan table tr td:nth-of-type(5), .personal-loan table tr th:nth-of-type(3), .personal-loan table tr th:nth-of-type(5) {display: none;}*/
  .personal-loan .action-btn {min-width: 80px; text-align: center;}
  .personal-loan table tr th, .personal-loan table tr td {font-size: 12px; line-height: 14px;}
  .myacc-sec .tabs button {text-align: center; font-size: 11px; line-height: 10px; padding: 5px 0px; height: 50px;}
  .myacc-sec .tabs button img {margin-right: 0px; display: block; width: 100%; text-align: center; margin: 0px auto 5px auto;}
  .myacc-sec .tabs .button-list {padding: 5px;}
  .myacc-sec .tabs .accountsec {flex: 2 1 auto; display: none; background: #f2f2f2; padding: 1rem; border-radius: 0px 5px 5px 5px; width: 100%; margin-top: 5px; min-height: auto;}
  .myacc-sec .tabs img {display: block;}
  .myacc-sec .tabs * {box-sizing: inherit; font-size: 12px; font-weight: 500;}
  .myacc-search div span {display: block;}
  input[type=radio] + label .customradiobox {display: flex; width: 120px; height: 120px;}
  input[type=radio] + label .customradiobox .labelimage img {width: 40px;}

  input[type=radio] + label .customradiobox .labelimage {margin: 5px; padding: 5px; border: 0px #ccc solid;}
  input[type=radio] + label .customradiobox:hover .labelimage, input[type=radio]:checked + label .customradiobox .labelimage {border: 0px #ccc solid;}
  .customradiobox span {padding: 5px; font-size: 11px !important; line-height: 12px !important;}
  .range-controls .form-control {min-width: auto;}
  .formimage {width: 60px;}
  .form-heading1 {font-size: 14px; margin: 0px 0px 20px 0px;}
  label.newradiobox .customradiobox {width: 90px;height: 81px;}
  label.newradiobox img {width: 30px;height: 30px;}
  label.newradiobox .customradiobox .labelimage {width: 50px;height: 50px;margin-top: 5px;}
  label.newradiobox input[type="radio"] {display: none;}
  .myacc-sec .tabs .button-list {min-height: auto;}
  .my-account-logout img {margin: 0px auto !important; margin-right: auto !important; margin-left: auto !important;}
  #header .action-btn { padding: 5px 7px 5px 7px; font-size: 0.8rem; border-radius: 5px;}
  .downloadapp .imageBox {width: 320px;}
  .banner h1 {font-size: 24px;line-height: 34px;}
  .productlist-featuredbox .drop-features {padding: 0px;}
  .contactusbox21 {width: 75% !important;}
}

@media (min-width: 768px) and (max-width:1024px) {
  .productcon .col-md-3 {-webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 50%; max-width: 50%;}
  .productbox {max-width: 100%;}
  .banner .imageBox {width: 358px;}
  .footermenu ul li {margin: 5px 16px;}
}

@media (min-width: 992px) and (max-width:1200px) {
.main-nav a {padding: 0px 12px;}
}

.aadharotp { display: flex; justify-content: center; width: 100%; max-width: 300px;}
  .aadharotp input {width: 50px !important; text-align: center; border: 1px #333 solid; margin: 0px 5px;}


.notverified-badge {position: absolute; right: 5px; top: 5px; background: #d50707; color: #FFF; padding: 0px 3px; font-size: 10px; border-radius: 4px;}
.verified-badge {position: absolute; right: 5px; top: 5px; background: #07d51b; color: #FFF; padding: 0px 3px; font-size: 10px; border-radius: 4px;}
.pending-badge {position: absolute; right: 5px; top: 5px; background: #f36a22; color: #FFF; padding: 0px 3px; font-size: 10px; border-radius: 4px;}
.myaccount-application-box .myacc-appdetail h2 span {color: #868686;}

.page-404 {margin-top: 80px;}
.error{font-size: 150px !important; color: #008B62 !important; text-shadow: 1px 1px 1px #00593E, 2px 2px 1px #00593E, 3px 3px 1px #00593E, 4px 4px 1px #00593E, 5px 5px 1px #00593E, 6px 6px 1px #00593E, 7px 7px 1px #00593E, 8px 8px 1px #00593E, 25px 25px 8px rgba(0,0,0, 0.2); margin-bottom: 20px;}
.page{margin:4rem 0 2rem 0; font-size: 20px; font-weight: 600; color: #444;}
.back-home{display: inline-block; color: #222; text-transform: uppercase; font-weight: 600; padding: 0.75rem 1rem 0.6rem; color: #FFF; transition: all 0.2s linear;}
.footerright {text-align: center; margin-bottom: 20px;}

.whyyoulovesliderimage img {width: auto !important; height: 295px;}

.about-usbanner, .terms-conditionbanner, .privacy-policybanner, .consumerbanner, .unsubscribebanner, .loginpagecon {background: #E7EBEE; min-height: auto; margin: 0;}

.horizontal-scrolling-items {
  width: 100%;
  display: flex;
  justify-content: space-evenly;}


  .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
     padding: 5px 20px 5px 20px;
  font-size: 14px;
  color: #FFF;
  font-weight: 400;
  display: inline-block;
  margin: 3px;
  border-radius: 10px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  cursor: pointer;
  border: 0px #000 solid;
  color: #FFF;
  background: linear-gradient(102deg, #FFB501 8.27%, #EF7640 67.07%);
  border:1px transparent solid;}

  .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    padding: 5px 20px 5px 20px;
  font-size: 14px;
  color: #FFF;
  font-weight: 400;
  display: inline-block;
  margin: 3px;
  border-radius: 10px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  cursor: pointer;
  border: 0px #000 solid;
  color: #FFF;
  background: linear-gradient(102deg, #FFB501 8.27%, #EF7640 67.07%);
  border:1px transparent solid;}

@media (max-width: 767px) {
  .banner .bannerflowtext h1 {font-size: 56px;}
  .aadharotp input {width: 50px !important; min-width: auto !important; text-align: center; margin: 0px 5px;}
  .no-offer h1 {font-size: 16px; margin: 10px 0px 20px 0px; padding: 20px; text-align: center;}
  .personal-loan .example-table img {width: 60px;}
  .emi-input-box {width: 56%;}
  .input-icon {height: 33px;}
  .emi-input-box input {line-height: 1.5;}
  .unsubscribebanner h1 {line-height: 34px !important;}

  .emi-calculator-heading {
    margin-top: 20px;
    margin-bottom: 10px;
}
.page-404 {margin-top: 150px;}
        .error{font-size: 80px !important; color: #008B62 !important; text-shadow: 1px 1px 1px #00593E, 2px 2px 1px #00593E, 3px 3px 1px #00593E, 4px 4px 1px #00593E, 5px 5px 1px #00593E, 6px 6px 1px #00593E, 7px 7px 1px #00593E, 8px 8px 1px #00593E, 25px 25px 8px rgba(0,0,0, 0.2); margin-bottom: 20px;}
        .page{margin:4rem 0 2rem 0; font-size: 20px; font-weight: 600; color: #444;}

  /* 2nd top menu */
  .header-navigation {width: 100%; background: #FFF; position: absolute; bottom: -38px; left: 0; overflow: auto; box-shadow: 0px 0px 4px 0px #ccc;} .header-navigation .main-nav {display: block !important;width: 100%; min-width: auto;}
  header.sticky .header-navigation {background: #FFF;}
/* Hide scrollbar for Chrome, Safari and Opera */
.header-navigation::-webkit-scrollbar {
  display: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
.header-navigation {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
.header-navigation ul {margin: 0; display: flex;}

.banner {}
.header-navigation .main-nav {margin: 0; min-width: auto;}
.header-navigation .main-nav a {
    display: block;
    position: relative;
    color: #000;
    margin: 0px 5px;
    padding: 11px 10px;
  }

  /* 2nd top menu */

label.newradiobox .customradiobox.forsalaried {
    width: 100px;
}
.whyyoulove {height: auto;}
.loveboxcontainer {display: block;}
.loveboxcontainer .lovebox {width:100%; margin-bottom: 10px;}
.section-title h1, .section-title .subtitle {font-size: 28px}
.downloadapp .imageBox {height: auto; position: static;}
footer {padding: 20px;}
footer h2::before {top: -8px;}
  .footer-box {margin-bottom: 40px;}
  .footerright {text-align: left;}

.innerpagebanner {
  background-image: url('https://dreamtoit2.s3.ap-southeast-1.amazonaws.com/credbharat%2Faws_icon%2F65ba0829bfc8a1706690601.png'), url('https://dreamtoit2.s3.ap-southeast-1.amazonaws.com/credbharat%2Faws_icon%2F65ba0829bfc8a1706690601.png'), url('https://dreamtoit2.s3.ap-southeast-1.amazonaws.com/credbharat%2Faws_icon%2F65ba07adeb3d21706690477.png');
  background-position: -5% 100%, 105% 100%, 100% 100%;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 40%, 40%, cover; 
  padding: 55px 0px;
}

  .innerpagebanner h1 {font-size: 36px;}
  
  
   .downloadapp .row .col-md-7 {order: 1;}
   .downloadapp .row .col-md-5 {order: 2;}
   .downloadapp {padding-bottom: 0;}
   .downloadappflowtext {margin-top: 10px;}
   .downloadapp .imageBox {margin-top: 0;}
   .downloanimage img {margin:0px 0px 0px 12px;}
   .banner {background:url('https://dreamtoit2.s3.ap-southeast-1.amazonaws.com/credbharat%2Faws_icon%2F65ba3b7fcedfe1706703743.png') #e7ebee no-repeat; background-size: cover; min-height: auto; padding-top: 40px; padding-bottom: 30px;}
    .banner .bannerflowtext h1 {font-size: 26px; line-height: 12px;}
    .banner .bannerflowtext span {font-size: 15px;}
    .banner ul li::before {width: 20px; height: 20px;}
    .banner ul li
{
  position: relative;
  font-size: 12px;
  padding-left: 32px;
  margin-bottom: 5px;
  color: #292929;
}
.banner .bannerflowtext p {display: none;}
.banner .download-icon img {width: 90px;}

.banner-bottom-cont {width: 90%; overflow-x: hidden;position: relative; margin: 0; left: 5%; bottom:-55px;}
.bannerBottombox::after {display: none;}
@keyframes infiniteScroll {
  from {transform: translateX(0)}
  to {transform: translateX(-50%)}
}

.horizontal-scrolling-items {
  display: flex;
  width: 2600px;
  animation-name: infiniteScroll;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.horizontal-scrolling-items__item {
  /*white-space: nowrap;*/
  width: 245px;
}


}




@media (width: 768px) {
  /* 2nd top menu */
  .header-navigation {width: 100%; background: #FFF; position: absolute; bottom: -38px; left: 0; overflow: auto; box-shadow: 0px 0px 4px 0px #ccc;} .header-navigation .main-nav {display: block !important;width: 100%; min-width: 800px;}
  header.sticky .header-navigation {background: #FFF;}
/* Hide scrollbar for Chrome, Safari and Opera */
.header-navigation::-webkit-scrollbar {
  display: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
.header-navigation {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
.header-navigation ul {margin: 0;}

.banner {padding-top: 120px;}
.header-navigation .main-nav {margin: 0; min-width: 700px;}
.header-navigation .main-nav a {
    display: block;
    position: relative;
    color: #000;
    padding: 3px 10px;
  }

  /* 2nd top menu */
}

 @media (min-width: 980px) and (max-width:1200px) {
  .main-nav a {font-size: 11px; padding: 0px 10px;}
  header .action-btn {padding: 5px 10px 5px 10px; font-size: 9px;}
}




@media (min-width: 768px) and (max-width:980px) {

 /* 2nd top menu */
  .header-navigation {width: 100%; background: #FFF; position: absolute; bottom: -30px; left: 0; overflow: auto; box-shadow: 0px 0px 4px 0px #ccc;} .header-navigation .main-nav {display: block !important;width: 100%; min-width: 800px;}
  header.sticky .header-navigation {background: #FFF;}
/* Hide scrollbar for Chrome, Safari and Opera */
.header-navigation::-webkit-scrollbar {
  display: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
.header-navigation {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
.header-navigation ul {margin: 0px auto; text-align: center;}
.main-nav > ul > li {float: none; display: inline-block;}

.banner {padding-top: 120px;}
.header-navigation .main-nav {margin: 0; min-width: 700px;}
.header-navigation .main-nav a {
    display: block;
    position: relative;
    color: #000;
    padding: 10px 10px;
  }

  /* 2nd top menu */
.my-account-logout { display: flex; align-items: center; width: 98px;}
.myacc-sec .tabs .button-list {min-height: 10px;}
 .myacc-sec .tabs .accountsec {width: 100%; margin-top: 10px;}
}


 .listing-feature-content .heading {font-weight: 600;}
 .product-error .parsley-errors-list {position: absolute; bottom: -38px;}
.featurestabBoxess .tabs {display: flex;flex-wrap: wrap;}
.featurestabBoxess .tabs > .tabbbcon {order: 999; width: 100%;display: none;}
.featurestabBoxess .tabs > input {opacity: 0;position: absolute;}
.featurestabBoxess .tabs > input[type=checkbox]:checked + label {background: yellow;}
.featurestabBoxess .tabs > input[type=checkbox]:checked + label + .tabbbcon {display: unset;}
.featurestabBoxess .tabs > label {cursor: pointer; color: #333; background: #f3f3f3; margin-bottom: 10px; margin-right: 10px; padding: 10px 8px; border-radius: 50px;}
.featurestabBoxess .tabs > label:last-of-type { border-right: none;}
.featurestabBoxess .tabs > input[type=checkbox]:checked + label { font-weight: 400; background: #2868cb; color: #FFF; padding: 10px 8px; border-radius: 50px;}
.featurestabBoxess .tabs .tabbbcon { border: 1px #ccc solid; padding: 15px; margin: 0; list-style-type: none; background: #fff; border-radius: 5px;}
.featurestabBoxess .tabs .tabbbcon ul {margin: 0; padding: 0;}
.featurestabBoxess .tabs .tabbbcon ul li {list-style-type: none; color: #000; position: relative; padding-left: 15px; padding-right: 15px;}
.featurestabBoxess .tabs .tabbbcon ul li::before {position: absolute; top: 14px; left: 0; width: 7px; height: 7px; background: #EF7640; border: 1px #EF7640 solid; border-radius: 50%; content: '';}
.listing-feature-content .heading {color: #000;}
.popup-onload {display: none; position: fixed; top: 20%; z-index: 110011; background: #fff; text-align: center; padding: 20px; border-radius: 5px; width: 100%; max-width: 500px; left: 50%; margin-left: -250px;}
.overlay11 {position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.7); z-index: 1111;}
.popup-onload{ width: 100%; display: none; position: fixed; z-index: 101;}
.close {position: absolute; top: -10px; right: -10px; background: linear-gradient(102deg, #FFB501 8.27%, #EF7640 67.07%); color: #FFF; opacity: 1; width: 30px; height: 30px; border-radius: 50%; font-size: 16px; display: flex; justify-content: center; align-items: center;}
.popup-onload img {width: 100%;}
.popup-onload h2 {font-size: 18px; margin: 15px 0px;}
.popup-onload p {color: #000; line-height: 1.6; font-weight: 400; font-size: 13px; margin-bottom: 10px;}
#update-form-otp h5 {font-size: 18px;}
.modal.show .modal-dialog {
  -webkit-transform: translate(0, 80px);
  -ms-transform: translate(0, 80px);
  transform: translate(0, 80px);
}


.featurestabBoxess .tabs > input[type=checkbox]:checked .nooffernew {display: none;}

.featurestabBoxess .tabs > input[type=checkbox] .nooffernew {display: block;}
.nooffernew {text-align:center; display: none;}
.nooffernew img {max-width: 300px;}
.nooffernew h1 {max-width: 600px; margin: 25px auto;}

@media (min-width: 576px) {
  .otppopup .modal-dialog {max-width: 300px;}
}
.new-loginpage img {width: 60px; margin: 10px 0px;}
@media (max-width: 767px) {
  form {width: auto;}
.loginin-page img {margin-top: 80px;}
ul.parsley-errors-list li {padding: 0;}
.new-left h2 {display: none;}
.loginin-page-con {margin: 50px auto 0px auto;}
.new-loginpage img {display: block; margin-top: 0px; width: 65px; margin: 0;}
.listingHeading {font-size:15px !important; font-weight:700 !important; margin-top: 0 !important; margin-bottom: 10px;}
.listingHeading + p {color: #868686;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;}
  .featurestabBoxess .tabs > label {
  cursor: pointer;
  color: #333;
  background: #f3f3f3;
  margin-bottom: 10px;
  margin-right: 5px;
  padding: 5px 8px;
  border-radius: 50px;
  font-size: 11px;
  width: 48%;
  text-align: center;
}
.popup-onload {position: fixed; top: 20%; z-index: 110011; background: #fff; text-align: center; padding: 20px; border-radius: 5px; width: 100%; max-width: 400px; max-height: 500px; overflow-y: auto; left: auto; margin-left: auto;}
.topheadercontainer {justify-content: center;}
.drop-features label {padding: 0px 5px;}
.proCheckBox input[type="checkbox"] {width: 12px; height: 12px;margin: 4px 2px 0 0;}
.new-loginpage form label {font-size: 11px;}
.proboxcon .proCheckBox {width: 49%; margin-right: 2px;}
.form-box {padding: 0}
}


@media only screen and (min-width: 768px) and (max-width: 980px)  {
  .loginin-page img {width: 100%; margin-left: 0;}
.listing-feature-content {width: 48%;}
.productlist-subbox {flex-wrap: wrap; position: relative;}
.productlist-subbox .productlist-contentbox:last-child {position: absolute; right: 0; bottom: 0;}
.interest-rate {flex-basis: auto;}
.productlist-contentbox {flex-basis: auto; width: 28%;}
.new-loginpage {padding: 0; width: 100%; min-width: 100%;}
.proCheckBox input[type="checkbox"] {width: 12px; height: 12px; margin: 5px 4px 0 0;}
.new-loginpage form label {font-size: 11px;}
.new-loginpage img {width: 60px;}
}

.sweet-alert {background:#FFF; color: #ee4f4f; font-weight: 600; padding:30px; border: 2px #ee4f4f solid;}
.sweet-alert .text-muted {font-weight: 500; color: #ee4f4f !important;}
@media (max-width: 767px) {
    .sweet-alert {background:#FFF; color: #ee4f4f; font-weight: 600; padding:15px;}
}

.offer-processing {background:url('https://loan7.credbharat.com/assets/images/banner-bg.jpg') no-repeat #e7ebee; background-size: cover; text-align:center;}
.offer-processing img {width:100%; max-width:400px;}
.processingBox {position:relative; display:inline-block;}
.processingtext {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    display: inline-block;
    margin: 20px;
    padding: 10px 10px;
    border-radius: 5px;
    position: absolute;
    margin: 15px auto;
    left: 50%;
    width: 240px;
    margin-left: -120px;
    top:140px;
  }
  
.loginin-page .form-box .row .col-md-6:nth-of-type(2) {order:2;}
.loginin-page .form-box .row .col-md-6:nth-of-type(1) {order:1;}

/* new landing page */

.header-navigation {display: none;}
    .topheadercontainer {justify-content: center;}
    .new-loginpage img {display: none;}
    .sponserslider {padding: 30px 0px; position: relative; background: #E7EBEE}
    .sponserslider h2 {color: #000; position: relative;}
    #main-slider .providerconImg img {width: 100%; height: 280px; object-fit: contain;}
    .whyboxcon {padding: 50px 0px 50px 0px;  position: relative; background: #FFFF;}
    .whyboxopacity {opacity: 0.3; background: url('../images/whyboxcon-bg.png') no-repeat; background-size: cover; position: absolute; top: 0; width: 100%; height: 100%;}
    .whybox {display: flex; flex-direction: column; height: 100%; text-align: center; align-items:center; justify-content: center;}
    .whybox img { width: 60px;}
    .whybox h2 {font-size: 16px; font-weight: 700; color: #000; margin: 10px 0px;}
    .whybox p {font-size: 13px; font-weight: 400; color: #000; line-height: 20px;}
    .whyboxcon .section-title {font-size: 30px; font-weight: 700; color: #000;}
    .loginin-page img {width: 480px; height: 320px; margin-left: 0;}
    .new-loginpage h2, .new-loginpage h2 {font-size: 20px !important;}
    #login-popup h2 span, #forgot-pass h2 span {color:#ef7640;}
     .sponsored-by {margin: 0px 0px 10px 0px;}
   .productlist-divider {background: #eee;}
   .featurestabBoxess .tabs .tabbbcon {padding: 0; margin-bottom: 10px;border: 0px #ccc solid;}
   .productlist-box {background: transparent; padding: 10px 0px 40px 0px;}
   .productlistdropbox {background: #FFF; padding: 20px;}
   .boxxxx {max-height: 0px; overflow: hidden; background: #FFF; position: relative; padding: 20px 0px 0px 20px; text-align: left;}
/*   .boxxxx::before {content: ""; position: absolute; height: 20px; width: 100%; bottom: 0; pointer-events: none; background: linear-gradient(to bottom, transparent, white);}*/
   .check {appearance: none; border: 0px solid black; padding: 0.5em; border-radius: 0.25em; cursor: pointer; margin-top: 0rem;font-size: 11px; margin-left: auto; display: block !important; opacity: 1 !important; background: #FFF; padding: 10px 15px !important; margin: -22px 0px 0px auto; position: relative; font-size: 16px;}
   .check::before {content: "Features \f103"; font-family: 'fontAwesome', 'Open Sans'; font-size: 14px; font-weight: 500; color: #000;}
   .check:checked::before {content: "Features \f102"; font-family: 'fontAwesome', 'Open Sans'; font-size: 14px; font-weight: 500; color: #000;}
   .boxxxx:has(+ .check:checked) {max-height: none;}

@media (max-width: 767px) {
.productlist-subbox {
    /* display: block; */
    flex-wrap: wrap;
}
}
.productlist-subbox {
    display: flex;
    align-items: flex-start;
    margin: 5px 0px;
}

@media (max-width: 767px) {
.productlist-contentbox:nth-of-type(1) {
    width: 100%;
text-align:center;
}
}


@media (max-width: 767px) {
.productlist-featuredbox .productlist-rating {
    position: absolute;
    top: -65px;
    left: 5px;
}

.productlist-contentbox:nth-of-type(2) .productlist-heading {display: none;}

}
/*.productlist-box {
    background: #f9f9f9;}*/
.productlist-contentbox img {
    background: transparent;
    border: 1px #eee solid;
    border-radius: 5px;}

.featurestabBoxess .tabs .tabbbcon {
    margin: 0px 0px 10px 0px;}



.boxxxx {
  max-height: 0px;
  position: relative;
  padding: 0px 20px 0px 20px;
  text-align: left;
}
/*
.boxxxx::before {
  content: "";
  position: absolute;
  height: 20px;
  width: 100%;
  bottom: 0;
  pointer-events: none;
  background: linear-gradient(to bottom, transparent, white);
}
*/
.check {
  appearance: none;
  border: 0px solid black;
  padding: 0.5em;
  border-radius: 0.25em;
  cursor: pointer;
  margin-top: 0rem;
  font-size: 11px;
  box-shadow: 0px 3px 5px -2px #ccc;
  margin-left: auto;
  float: right;
}

.check::before {
  content: "Features \f103";
  font-family: 'fontAwesome', 'Open Sans'; 
  font-weight: 500;
  font-size: 14px;
  color: #000;
}

.check:checked::before {
  content: "Features \f102";
  font-family: 'fontAwesome', 'Open Sans'; 
  font-weight: 500;
  font-size: 14px;
  color: #000;
}

.boxxxx:has(+ .check:checked) {
  max-height: none;
}

.deskview {display: block;}
.mobileview {display: none;}

.productlist-contentbox img {
    width: 160px;
    height: 75px; object-fit: contain;}

.productlistdropbox {box-shadow: 0px 0px 5px 0px #ccc;}
.drop-features {padding: 0px;}
.drop-features .boxxxx {box-shadow: 0px 3px 7px 0px #ccc;}

.productlist-contentbox .rating-fill {color: #2bb700;}

.owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {position: absolute; bottom: 50%;}
.owl-prev {left: 20px;}
.owl-next {right: 20px;}
.owl-carousel .owl-nav .owl-next span, .owl-carousel .owl-nav .owl-prev span {    font-size: 30px;
    color: #000;
    background: #CCC;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;}
.owl-dot {}
.owl-dots {display: flex; column-gap: 5px; justify-content: center;}
.owl-dot span {background: #ccc;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;}

.owl-dot.active span {background: #EF7640;}


@media (max-width: 767px) {
.check::before {font-size: 12px;}
.check:checked::before {font-size: 12px;}
.productlist-contentbox:nth-of-type(2) {width: 100%; text-align: center;}
.productlist-contentbox {width: 50%; padding: 7px 0px; text-align: center;}
.productlist-contentbox .productlist-heading {line-height: 14px;}
.productlist-contentbox .productlist-title {line-height: 14px; font-size: 12px;}
.productlist-contentbox .productlist-heading {font-size: 12px; font-weight: 500; line-height: 14px; margin-bottom: 5px; height: 30px;}
.productlist-contentbox:nth-of-type(2) .productlist-title {font-size: 14px;}
.productlist-box {padding: 10px 0px 40px 0px;}
.productlistdropbox {padding:2px 10px;box-shadow: 0px 0px 5px 0px #ccc;}
.productlist-subbox {position: relative;}
.mobrating {display: none;}
.productlist-description {width: 100%;}
.productlist-description {width: 100% !important;}
.productlist-action {justify-content: center !important;}
.productlist-contentbox .action-btn {width: 85px; font-size: 12px; padding: 5px 5px 5px 5px;}
.productlist-divider {display: none;}
.productlist-featuredbox {display: flex; align-items: center; margin: 0 0px 0px 0px; justify-content: center;}
.productlist-featuredbox .productlist-applied {-webkit-box-flex: initial; -ms-flex-positive: initial !important; flex-grow: initial !important;}
.citylist {border-top: 1px #ddd solid; padding-top: 20px;}
.sponsored-by {margin: 0px 0px 10px 0px;}
.sponsored-by span {margin: 0px 0px 10px 0px;}
.featurestabBoxess .tabs .tabbbcon {border: 0px #ccc solid;}
.productlist-contentbox img {border: 0px #eee solid; width: 200px;height: 80px;}
.deskview {display: none;}
.mobileview {display: block; color: #000; font-size: 10px; font-weight: 500;}
.mobileview img {width: 20px; height: 15px; border: 0px #000 solid; padding: 0;}
.mobititlebottom {display: flex; justify-content: space-between; margin-top: 8px;}
.twopro {width: 50%;}
.threepro {width: 33%;}
.twopromargin {margin-bottom: 5px !important; height: auto !important;}
.threepromargin {margin-bottom: 5px; height: auto;}
.productlist-contentbox-min-width {max-width: initial;}
.featurestabBoxess .tabs > input[type=checkbox]:checked + label {
    font-weight: 400;
    background: #2868cb;
    color: #FFF;
    padding: 5px 8px;
    width: 48%;
    border-radius: 50px;
    /* float: left; */
    text-align: center;
    font-size: 13px;
}
}

    @media (max-width: 767px) {
        .loginin-page-con {margin: 30px auto 0px auto; padding: 20px 0px 0px 0px;}
        .sponserslider {padding: 0px 0px 10px 0px;}
        .new-loginpage h2, .new-loginpage h2 {font-size: 24px;}
        .sponserslider h2 {padding: 0px 24px; font-weight: 700; font-size: 20px; line-height: 28px; margin-bottom: 0px !important}
        #main-slider .providerconImg img {width: 100%; height: 100px; object-fit: contain;}
        .whyboxcon {padding: 20px 0px 20px 0px;}
        .whyboxcon .section-title {font-size: 20px; line-height: 28px; margin-bottom: 0px;}
        .banner {padding-bottom: 10px;}
        .logo {width: 195px;}
        .proCheckBox input[type=checkbox]:before {right: 41%;height: 7px;margin: -1px 0px 0 -1px;}
        .mt-100 {margin-top: 65px;}
        .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    bottom: 50%;}
    .featurestabBoxess .tabs .tabbbcon ul li::before {
    position: absolute;
    top: 10px;
    left: 0;
    width: 5px;
    height: 5px;}
      .featurestabBoxess .tabs .tabbbcon ul li {font-size: 12px; line-height: 14px;}
      .owl-carousel .owl-nav .owl-next span, .owl-carousel .owl-nav .owl-prev span {   
       font-size: 16px;
    color: #000;
    background: #CCC;
    width: 15px;
    height: 15px;
    display: flex;
    justify-content: center;
    align-items: center;}
    .owl-prev {left: 5px;}
    .owl-next {right: 5px;}
    .close {
    position: absolute;
    top: 2px;
    right: 3px;}
    }

    @media only screen and (min-width: 768px) and (max-width: 980px) {
      .productlist-contentbox {width: 24%;}
      .productlist-contentbox img {width: 130px;}
      .productlist-subbox .productlist-contentbox:last-child {bottom: -8px;}
      .productlistdropbox {padding: 5px 10px;}
      .citylist {padding-top: 5px;}
      .mt-100 {margin-top: 75px;}
}

@media only screen and (width: 768px) {
.productlist-description {min-width: 260px;}
}

@media (max-width: 767px){
  .popup-onload {
      max-width: 100%;
  }
}

.productlist-contentbox .productlist-heading {
    font-size: 14px;
    font-weight: 600;
    color: #e96118;
}