@charset "utf-8";

@font-face {
  font-family: "arnopro_bold", sans-serif;
  src: url('../fonts/arnopro_bold.otf');
}
::-webkit-scrollbar {falcon-qnav-links
  width: 15px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
::-webkit-scrollbar-thumb {
  background: #888; 
}
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
* {
  margin:0px;
  padding:0px;
}
.clearall {
  padding:0px;
  margin:0px;
}
::selection {
  background:#01a3e6;
  color:#fff;
}
::-moz-selection {
  background:#01a3e6;
  color:#fff;
}
a:hover{
  text-decoration:none;
  color:#000;
}
a{
  text-decoration:none;
}
a:focus{
  outline:0;
  text-decoration:none;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
a[href^="mailto:"] {
  color: inherit;
  text-decoration: none;
}
.clearfix:after {
  clear: both;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
html {
  *scroll-behavior:smooth;
  font-family: "Poppins", sans-serif;
}
p {
  margin-bottom: 0;
}
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  background:#fff;
  touch-action: manipulation;
  font-family: "Joan", sans-serif;
  font-family: "Poppins", sans-serif;
}
.scroll-to-top{
  position: fixed;
  bottom: 5px;
  right: 5px;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 22px;
  text-transform: uppercase;
  line-height: 40px;
  text-align: center;
  z-index: 10;
  cursor: pointer;
  background: #01a3e6;
  display: none;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease; 
  border-radius: 100%;
}
.scroll-to-top:hover{
  color:#fff;
  background:#000;
}
.scroll-to-top span {
  line-height: 1.8;
}
/* ================================================= CBIFS Header =========================================== */
.cbifs_top_nav {
  background: #000;
}
.cbifs_header_top {
  margin: 0px auto;
  padding: 10px 50px;
}
.tpn_grp {
  display: flex;
  align-items: center;
  gap: 8px;
}
.tpn_grp p {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
}
.cbifs_header_top_rght {
  display: flex;
  gap: 30px;
  justify-content: right;
}
.tpn_grp p a {
  color: #fff;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
}
.tpn_grp p a:hover {
  color: #01a3e6;
}
.tpn_email {
    position: relative;
}
.tpn_email::before {
  content: '';
  background: #fff;
  position: absolute;
  width: 1px;
  height: 100%;
  left: -15px;
  top: 0;
}
.tpn_email::after {
  content: '';
  background: #fff;
  position: absolute;
  width: 1px;
  height: 100%;
  right: -15px;
  top: 0;
}
.cbifs_header_top_left .tpn_icon {
    width: 22px;
}
.cbifs_header_top_left .tpn_grp {
    gap: 4px;
}
.tpn_icon {
    width: 20px;
}
.tpn_icon img {
  width: 100%;
  object-fit: cover;
}
.cbifs_header_botom {
  margin: 0px auto;
  width: 1680px;
}
.cbifs_header_botom {
  width: 100%;
  float: left;
  padding: 12px 50px;
  position: relative;
  /* margin-top: 40px; */
}
.sticky_header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 99;
    border-bottom: 1px solid #ececec; 
    padding: 10px 50px;
    -webkit-box-shadow: 0 1px 7px 0 rgba(0,0,0,.4);
    -moz-box-shadow: 0 1px 7px 0 rgba(0, 0, 0, .4);
    box-shadow: 0 1px 7px 0 rgba(0,0,0,.4);
    height: inherit;
}
.home_page .cbifs_header_botom {
  margin-top: 0;
}
.cbifs_header_botom_inr {
  width: 100%;
  float: left;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cbifs_header_logo {
  width: 250px;
  float: left;
  position: relative;
}
.cbifs_header_logo img {
  width: 100%;
  object-fit: cover;
}
.cbifs_header_nav_bar {
  width: 100%;
  float: left;
  position: relative;
}
.cbifs_header_nav {
  width: 100%;
  float: left;
  position: relative;
}
.cbifs_header_nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  float: right;
}
.cbifs_header_nav ul li {
  list-style-type: none;
  margin: 0 30px 0 0;
  display: inline-block;
  padding: 0;
  text-align: center;
  position: relative;
}
.cbifs_header_nav ul li:last-child {
  margin-right: 0;
}
.cbifs_header_nav ul li a {
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
}
.cbifs_header_nav ul li:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 2px;
    background: transparent;
    background-position: right bottom;
    transition: all 1s ease-out;
}
.cbifs_header_nav ul li a:hover {
  color: #01a3e6;
}
.cbifs_header_nav ul li.active a {
  color: #01a3e6;
}
.cbifs_header_nav ul li:hover:before {
    background-position: left bottom;
    background: linear-gradient(to right, #01a3e6 50%, #fff 50%);
    background-size: 200% 100%;
}
.cbifs_header_nav ul li.active:before {
    background-position: left bottom;
    background: linear-gradient(to right, #01a3e6 50%, #fff 50%);
    background-size: 200% 100%;
}
.cbifs_header_nav ul li:nth-child(4):before {
  display: none;
}
.cbifs_header_nav ul li:nth-child(5):before {
  display: none;
}
/* ================================================= CBIFS Footer =========================================== */
#cbifs_footer {
  width: 100%;
  float: left;
  position: relative;
}
.cbifs_footer_all {
  background: #333;
  padding: 50px 50px;
}
.cbifs_footer_card {
  width: 100%;
}
.cbifs_footer_logo {
  width: 250px;
}
.cbifs_footer_logo img{
  width: 100%;
  object-fit: cover;
}
.cbifs_footer_abtus p {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  text-align: justify;
  line-height: 28px;
  padding-top: 20px;
}
.cbifs_footer_abtus h4 {
  color: #fff;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
}
.cbifs_footer_box_title {
  padding-bottom: 12px;
}
.cbifs_footer_box_title h4 {
  color: #fff;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-size: 22px;
  font-weight: 600;
  position: relative;
  padding-bottom: 8px;
  width: fit-content;
}
.cbifs_footer_box_title h4:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 2px;
  background: #01a3e6;
}
.cbifs_footer_box_qlinks ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    float: left;
    column-count: 2;
    gap: 40px;
}
.cbifs_footer_box_qlinks ul li {
  list-style-type: none;
  margin: 0;
  display: block;
  padding: 0 0 8px 0;
  text-align: left;
  position: relative;
}
.cbifs_footer_box_qlinks ul li:last-child {
  padding-bottom: 0;
}
.cbifs_footer_box_qlinks ul li a {
  color: #fff;
  font-size: 17px;
  line-height: inherit;
  text-align: left;
  text-decoration: none;
  text-transform: capitalize;
  margin: 0;
  padding: 0 0 0 15px;
  font-family: "Poppins", sans-serif;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
  position: relative;
}
.cbifs_footer_box_qlinks ul li a:before {
  content: '\f101';
  position: absolute;
  left: 0;
  top: 0;
  font-family: 'FontAwesome';
  color: #01a3e6;
  font-size: 17px;
}
.cbifs_footer_box_qlinks ul li a:hover {
  color: #01a3e6;
}
.adrs_clm {
    display: grid;
    align-items: flex-start;
    gap: 10px;
    padding-bottom: 30px;
    grid-template-columns: 1fr 11fr;
}
.ft_pin {
  background: #01a3e6;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.ft_pin img {
  width: 100%;
}
.ft_addr_box {
/*  width: 300px;*/
}
.ft_addr_box h4 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
}
.ft_addr_box p {
  color: #fff;
  font-size: 17px;
  font-family: "Poppins", sans-serif;
  line-height: 28px;
}
.ft_addr_box p a {
  color: #fff;
} 
.ft_addr_box p a:hover {
  color: #01a3e6;
}
.cbifs_footer_botom {
  width: 100%;
  float: left;
  position: relative;
  padding: 15px 50px;
  background: #151515;
  border-top: 1px solid #1c1c1c;
}
.cbifs_footer_coprght {
  text-align: center;
  color: #fff;
}
.cbifs_footer_coprght p {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  margin: 0;
}
.cbifs_footer_coprght p a {
  color: #01a3e6;
  font-weight: 500;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
}
.cbifs_footer_coprght p a:hover {
  color: #fff;
}
.cbifs_footer_abtus_link {
  width: 100%;
  float: left;
  position: relative;
  text-align: right;
  padding-top: 15px;
}
.cbifs_footer_abtus_link a {
  font-size: 18px;
  color: #01a3e6;
  text-transform: capitalize;
  margin: 0;
  padding: 0;
  font-weight: 500;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
}
.cbifs_footer_abtus_link a:hover {
  color: #fff;
}
.cbifs_footer_midl {
  width: 100%;
  float: left;
  position: relative;
  background: #333;
  padding: 0px 50px;
}
.cbifs_footer_midl_wrap {
    width: 100%;
    position: relative;
    float: left;
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-gap: 60px;
    align-items: center;
    border-top: 1px solid #525252;
    padding: 30px 0;
}
.ssl_certify_card {
  width: 100%;
}
.ssl_certify_card_fig {
  width: 120px;
  float: right;
}
.ssl_certify_card_fig img {
  width: 100%;
  object-fit: cover;
}
.we_asept_pymnts_card {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
}
.we_asept_pymnts_card_txts h5 {
  color: #fff;
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 600;
  margin: 0;
}
.we_asept_pymnts_card_fig {
  width: fit-content;
}
.we_asept_pymnts_card_fig img {
  width: 100%;
  object-fit: cover;
}
/* ================================================= CBIFS Footer Form =========================================== */
.ft_form input[type=text], .ft_form select, .ft_form textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ffffff10;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 4px;
  resize: vertical;
  background: #ffffff10;
  font-size: 17px;
  outline: none;
}
.ft_form textarea {
  height: 100px;
}
.ft_form input[type=text], textarea, ::placeholder {
  color: #ccc;
}
.ft_form input[type=text]:hover, .ft_form select:hover, .ft_form textarea:hover {
  border: 1px solid #01a3e6;
}
.ft_form input[type=text]:focus, .ft_form select:focus, .ft_form textarea:focus {
  border: 1px solid #01a3e6;
}
.ft_form input[type=button] {
  background-color: #01a3e6;
  color: #fff;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
  margin-top: 5px;
}
.ft_form input[type=button]:hover {
  background-color: #0086bd;
}
/* ================================================= CBIFS Banner =========================================== */
#cbifs_banner_sec {
  width: 100%;
/*  height: 679px;*/
  float: left;
  position: relative;
  z-index: 0;
}
.cbifs_banner_sec_card {
  width: 100%;
  float: left;
  position: relative;
}
.cbifs_hm_banner_fig {
  width: 100%;
  float: left;
  position: relative;
}
.cbifs_hm_banner_fig img {
  width: 100%;
  object-fit: cover;
}
.cbifs_hm_banner_ovrlay {
  width: 100%;
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-content: center;
  align-items: center;
  right: 0;
  /* -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); */
  height: 100%;
}
.cbifs_hm_banner_info {
  width: 100%;
  float: left;
  position: relative;
}
.bnr_wrapper {
  width: 100%;
  float: left;
  padding: 20px 50px;
  position: relative;
}
.cbifs_hm_banner_info h2 {
    color: #fff;
    font-size: 54px;
    padding-right: 52%;
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.25;
    padding-bottom: 20px;
    text-shadow: 2px 2px #01a3e6;
}
.cbifs_hm_banner_info p {
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  color: #fff;
  width: 45%;
  font-weight: 500;
  text-shadow: 2px 2px #000;
}
/* #cbifs_banner_sec {
  position: absolute;
  z-index: -1;
  top: 44px;
} */
#cbifs_header {
  position: relative;
  z-index: 1;
}
.banner_section .owl-carousel .owl-nav button.owl-next, .banner_section .owl-carousel .owl-nav button.owl-prev, .banner_section .owl-carousel button.owl-dot {
  display: none;
}
/* ================================================= CBIFS Form =========================================== */
.cbifs_form_section {
  width: auto;
  float: left;
  padding: 20px 50px;
  position: absolute;
  z-index: 1;
  top: 18%;
  right: 15px;
}
.form_body {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 20px;
  padding: 40px 40px;
  width: 600px;
  float: right;
}
.form_body h2 {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 34px;
  font-weight: 600;
  text-align: center;
  padding: 0px 80px;
  margin-bottom: 40px;
  text-transform: capitalize;
  line-height: 1.2;
  margin-top: 0;
}
.form_body h2 span {
  color: #01a3e6;
}
.form_body input[type=text], .form_body select {
  color:#000;
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
  background: #fff;
  outline: none;
  font-weight: 400;
  font-size: 16px;
}
.form_body input[type=text]:hover, .form_body select:hover {
  border: 1px solid #01a3e6;
}
.form_body input[type=text]:focus, .form_body select:focus {
  border: 1px solid #01a3e6;
}
.form_body input[type=text], .form_body select ::placeholder{
  color: #000;
}
.form_body input[type="text"]::placeholder {
  color: #000;
}
.row.car_bmy_smb {
  display: flex;
  justify-content: center;
  padding-top: 20px;
}
.enq_submit_btm input[type=submit] {
  background-color: #01a3e6;
  color: white;
  padding: 8px 30px;
  border: 2px solid #01a3e6;
  border-radius: 100px;
  cursor: pointer;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.3s ease;
  outline: none;
}

.enq_submit_btm input[type=submit]:hover {
  background-color: #fff;
  color: #01a3e6;
  border: 2px solid #01a3e6;
}

.year {
  float: left;
  width: 50%;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 6px;
}
.trim_variant {
  float: left;
  width: 50%;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 6px;
}

.car_brand {
  float: left;
  width: 50%;
  padding-left: 6px;
  padding-right: 6px;
}
.car_model {
  float: left;
  width: 50%;
  padding-left: 6px;
  padding-right: 6px;
}
@media screen and (max-width: 600px) {
  .year, .trim_variant, .car_brand, .car_model, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
}

/* ================================================= CBIFS Main =========================================== */
#cbifs_add_sect {
  width: 100%;
  float: left;
  position: relative;
  /* padding: 20px 50px; */
  padding-top: 80px;
  padding-bottom: 20px;
  padding-left: 50px;
  padding-right: 50px;
}
.cbifs_wrapper{
  width: 100%;
  float: left;
  position: relative;
}
.recommended_box {
  background-image: url(../images/artical_img/reco_pic.png);
  background-repeat: no-repeat;
  border-radius: 30px;
  background-size: cover;
  background-blend-mode: difference;
  height: 500px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.recommended_box p strong {
  color: #fff;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
}
.recommended_box h3 {
  color: #fff;
  font-size: 32px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
/*  text-transform: capitalize;*/
  margin: 5px 0 12px;
}
p.reco_txt {
  color: #fff;
  font-size: 22px;
  font-family: "Poppins", sans-serif;
  line-height: initial;
  font-weight: 500;
}
.reco_btn a {
  color: #fff;
  font-size: 38px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  background: #01a3e6;
  border-radius: 100px;
  padding: 10px 30px;
}
.reco_btn a:hover {
  color: #01a3e6;
  background: #fff;

}
.reco_btn {
  padding-top: 10px;
  display: flex;
  justify-content: flex-end;
}
.loan_finance_box {
  background-image: url(../images/artical_img/finance_pic.png);
  background-repeat: no-repeat;
  border-radius: 30px;
  background-size: cover;
  background-blend-mode: difference;
  height: 500px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.loan_finance_box p strong {
  color: #fff;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
}
.loan_finance_box h3 {
  color: #fff;
  font-size: 32px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
/*  text-transform: capitalize;*/
  margin: 5px 0 12px;
}
p.lone_txt {
  color: #fff;
  font-size: 22px;
  font-family: "Poppins", sans-serif;
  line-height: initial;
  font-weight: 500;
}
.elig_btn a {
  color: #fff;
  font-size: 38px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  background: #01a3e6;
  border-radius: 100px;
  padding: 10px 30px;
  transition: all 0.3s ease;

}
.elig_btn a:hover {
  color: #01a3e6;
  background: #fff;
}
.three_box {
  display: flex;
  gap: 60px;
  padding-top: 20px;
}
.down_payment h4, .interest_rate h4, .mty_emi h4 {
  color: #01a3e6;
  font-size: 30px;
  margin-bottom: 5px;
  text-align: center;
  font-weight: 600;
}
.down_payment, .interest_rate, .mty_emi p {
  font-size: 15px;
  color: #fff;
  font-weight: 400;
  text-transform: capitalize;
}
.elig_btn {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.offer_box {
  background-image: url(../images/artical_img/offer_pic.png);
  background-repeat: no-repeat;
  border-radius: 30px;
  background-size: cover;
  background-blend-mode: difference;
  height: 500px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.offer_box p strong {
  color: #fff;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
}
.offer_box h3 {
  color: #fff;
  font-size: 32px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
/*  text-transform: capitalize;*/
  margin: 5px 0 12px;
}
p.offer_txt {
  color: #fff;
  font-size: 22px;
  font-family: "Poppins", sans-serif;
  line-height: initial;
  font-weight: 500;
}
.offer_btn{
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.offer_btn a {
  color: #fff;
  font-size: 38px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  background: #01a3e6;
  border-radius: 100px;
  padding: 10px 30px;
}
.offer_btn a:hover {
  color: #01a3e6;
  background: #fff;
}
p.emi_mtly {
  color: #fff;
  font-size: 15px;
  padding-top: 10px;
  font-weight: 500;
}
.rgst_process_ttl h2 {
    font-size: 34px;
    font-weight: 700;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    color: #000;
    margin: 0;
    padding-bottom: 10px;
}
.rgst_process_ttl p {
    font-size: 17px;
    color: #484848;
    font-weight: 400;
}
#cbifs_step_sect {
  width: 100%;
  float: left;
  position: relative;
  padding-top: 60px;
  padding-bottom: 20px;
  padding-left: 50px;
  padding-right: 50px;
}
.stp_group {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.stp_icon {
  width: 60px;
}
.stp_icon img {
  width: 100%;
  object-fit: cover;
}
.stp_txt h4 {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 8px;
  margin-top: 0px;
  color: #000;
}
.stp_txt p {
  font-size: 16px;
  color: #484848;
  font-weight: 400;
}
.rgst_process_ttl {
  padding-bottom: 30px;
}
/* ================================================= CBIFS Recently Added Cars =========================================== */
#cbifs_recently_sect {
  width: 100%;
  float: left;
  position: relative;
  padding-top: 50px;
  padding-bottom: 60px;
  padding-left: 50px;
  padding-right: 50px;
/*  background: #14a8e5;*/
  margin: 60px 0 20px;
  z-index: 0;
  background: #F2F5FB;
}

.recently_added_cars_ttl h2 {
  font-size: 34px;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  margin: 0;
  padding-bottom: 10px;
}
.recently_added_cars_ttl p {
  font-size: 17px;
  text-align: center;
  color: #000;
  font-weight: 400;
}
.cbifs_our_car_card {
  width: 100%;
  float: left;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding-bottom: 30px;
  padding-top: 25px;
}
#cbifs_car_slider .owl-nav {
  position: absolute;
  top: -50px;
  right: 0%;
  width: auto;
  padding: 0;
  visibility: visible;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
}
#cbifs_car_slider .owl-nav .owl-prev{
  background: #e98813 !important;
  color: #fff !important;
  float: left;
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  outline: none;
  padding: 5px;
  margin-right: 10px;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
}
#cbifs_car_slider .owl-nav .owl-prev:hover {
    background: #01416d !important;
}
#cbifs_car_slider .owl-nav .owl-next{
  background: #e98813 !important;
  color: #fff !important;
  float: right;
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  outline: none;
  padding: 5px;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
}
#cbifs_car_slider .owl-nav .owl-next:hover {
  background: #01416d !important;
}
.cbifs_item_box {
  width: 100%;
  padding: 0px 0 12px;
  float: left;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border-radius: 6px;
  /*height: 100%;*/
  margin: 0;
}
.car_pic {
    width: 100%;
    padding: 0;
    background-color: #d7f3ff;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    background: url(../images/car_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-origin: content-box;
    height: 280px;
}
.car_pic img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.car_item_short_dtl {
  background-color: #fff;
  padding: 15px 15px 0;
}
.car_item_short_dtl h4 {
    font-size: 22px;
    font-weight: 500;
    color: #01a3e6;
    margin: 0;
    padding-bottom: 12px;
    font-family: "Oswald", sans-serif;
}
.cr_ftr {
  display: flex;
  gap: 20px;
}
.cr_year {
  display: flex;
  align-items: center;
  gap: 5px;
}
.cr_ownership {
  display: flex;
  align-items: center;
  gap: 5px;
}
.cr_run_km {
  display: flex;
  align-items: center;
  gap: 5px;
}
.cr_icon_txt {
    color: #484848;
    font-weight: 400;
    font-size: 15px;
}
.cr_price_dtl {
  display: flex;
  justify-content: space-between;
  padding-top: 15px;
  align-items: center;
}
.crprice_emi h6 {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  padding-bottom: 5px;
  font-family: "Oswald", sans-serif;
}
.crprice_discount h6 {
  color: #01a3e6;
  font-size: 20px;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
  margin: 0;
}
.cr_btm {
    text-align: right;
    padding-top: 15px;
    padding-bottom: 10px;
    width: 100%;
    float: left;
}
.cr_btm a {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  /*border: 2px solid #01a3e6;
  border-radius: 100px;
  padding: 10px 30px;*/
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
  border-bottom: 2px solid #01a3e6;
  width: fit-content;
  float: right;
}
.cr_btm a:hover {
  color: #01a3e6;
  /*border: 2px solid #01a3e6;
  background: #01a3e6;*/
  border-bottom: 2px solid #000;
}
/*.cr_btm a i {
  color: #000;
}*/
.recently_view_all {
  text-align: center;
  padding-top: 25px;
}
.recently_view_all a {
  background: #fff;
  border: 2px solid #01a3e6;
  border-radius: 100px;
  padding: 10px 40px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: #01a3e6;
      -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.recently_view_all a:hover {
  background: #01a3e6;
  border: 2px solid #01a3e6;
  color: #fff;
}
.cr_icon {
    width: 20px;
}
.cr_icon img {
    width: 100%;
}
.cr_ownership .cr_icon {
    width: 15px;
}
.cr_run_km .cr_icon {
    width: 16px;
} 
.cr_price_dtl p {
  color: #484848;
  font-size: 15px;
  font-weight: 400;
}
/* ================================================= CBIFS - SEARCH NEW CARS BY BRAND =========================================== */
#search_cars_by_brand {
  width: 100%;
  float: left;
  position: relative;
  padding-top: 60px;
  padding-bottom: 20px;
  padding-left: 50px;
  padding-right: 50px;
}
.search_brand_head {
  padding-bottom: 30px;
}
.search_brand_head h2 {
  font-size: 34px;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  text-align: center;
  color: #000;
  margin: 0;
  padding-bottom: 10px;
}
.search_brand_head p {
  font-size: 17px;
  text-align: center;
  color: #484848;
  font-weight: 400;
}
.cb_srch_brnd_itm {
  text-align: center;
  border: 1px solid #ccc;
  width: 100%;
  padding: 4px;
  position: relative;
  float: left;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.cb_srch_brnd_itm img {
  width: 100%;
  object-fit: cover;
}
.cb_brnd_group {
  clear: both;
  width: 100%;
    float: left;
    position: relative;
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-gap: 10px;
}
.cb_srch_brnd_itm p {
  color: #484848;
  font-size: 15px;
  font-weight: 500;
  margin: 0;
  padding-top: 5px;
}
.tb_btn_group {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
/* ================================================= CBIFS - Cars by Category =========================================== */
#search_cars_by_category {
  width: 100%;
  float: left;
  position: relative;
  padding-top: 60px;
  padding-bottom: 20px;
  padding-left: 50px;
  padding-right: 50px;
}
.car_category_head {
  padding-bottom: 40px;
}
.car_category_head h2 {
  font-size: 34px;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  color: #000;
  text-transform: uppercase;
  margin: 0;
  padding-bottom: 10px;
}
.car_category_head p {
  font-size: 17px;
  color: #484848;
  font-weight: 400;
}
.tab_content input{
  display: none;
}
.tab_content{
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
}
.tab_content .cr_tab_list{
  display: flex;
  flex-direction: row;
  position: relative;
  gap: 10px;
  /* width: 20%;
  margin-right: 50px; */
}
.tab_content .cr_tab_list label{
  cursor: pointer;
  width: 180px;
  height: 60px;
  line-height: 60px;
  text-transform: uppercase;
  font-size: 18px;
  text-align: center;
  font-weight: 500;
  color: #fff;
  transition: all 0.5s ease;
  z-index: 10;
  background: #01a3e6;
}
#budget:checked ~ .cr_tab_list label.budget,
#cbi_year:checked ~ .cr_tab_list label.cbi_year,
#cb_body_type:checked ~ .cr_tab_list label.cb_body_type,
#cb_fuel_type:checked ~ .cr_tab_list label.cb_fuel_type,
#about:checked ~ .cr_tab_list label.about{
  color: #01a3e6;
  background: #fff;
  border: 1px solid #01a3e6;
}
.tab_content .tab_slider{
  position: absolute;
  left: 0;
  top: 0;
  height: 60px;
  /* width: 100%; */
  transition: all 0.5s ease;
  /* background: #01a3e6; */
  /* border: 1px solid #01a3e6; */
}
#budget:checked ~ .cr_tab_list .tab_slider{
  top: 0;
}
#cbi_year:checked ~ .cr_tab_list .tab_slider{
  top: 60px;
}
#cb_body_type:checked ~ .lcr_tab_listist .tab_slider{
  top: 120px;
}

#cb_fuel_type:checked ~ .cr_tab_list .tab_slider{
  top: 180px;
}
#about:checked ~ .cr_tab_list .tab_slider{
  top: 240px;
}
.tab_content .tb_text-content{
  width: 78%;
  height: 100%;
  color: #000;
}
.tab_content .text-tb_cnt{
  display: none;
}
.tab_content .tb_text-content .budget{
  display: block;
}
#budget:checked ~ .tb_text-content .budget,
#cbi_year:checked ~ .tb_text-content .cbi_year,
#cb_body_type:checked ~ .tb_text-content .cb_body_type,
#cb_fuel_type:checked ~ .tb_text-content .cb_fuel_type{
  display: block;
}
#cbi_year:checked ~ .tb_text-content .budget,
#cb_body_type:checked ~ .tb_text-content .budget,
#cb_fuel_type:checked ~ .tb_text-content .budget,
#about:checked ~ .tb_text-content .budget{
  display: none;
}
.tab_content .cr_tab_list label:hover{
  color: #fff;
}
.bgt_itm {
    text-align: center;
    width: 200px;
    height: 60px;
    background: #ededed;
    border-radius: 6px;
    padding: 10px 10px;
    border: 1px solid #ccc;
    cursor: pointer;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bgt_itm h4 {
  color: #000;
  text-transform: capitalize;
  font-weight: 500;
  margin: 0;
  font-size: 16px;
}
.yr_itm {
    text-align: center;
    width: 200px;
    height: 60px;
    background: #ededed;
    border-radius: 6px;
    padding: 10px 10px;
    border: 1px solid #ccc;
    cursor: pointer;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.yr_itm p {
  color: #484848;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 14px;
  margin: 0;
  padding-bottom: 5px;
}
.yr_itm h4 {
  color: #000;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 16px;
  margin: 0;
}
.bdy_itm {
    text-align: center;
    width: 200px;
    height: 130px;
    background: #ebf9ff;
    border-radius: 6px;
    padding: 20px 10px;
    /* border: 1px solid #01a3e6; */
    cursor: pointer;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
}
.bdy_itm p {
  color: #484848;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 14px;
  margin: 0;
}
.fuel_itm {
  text-align: center;
  width: 200px;
  height: 130px;
  background: #ebf9ff;
  border-radius: 6px;
  padding: 10px 10px;
  /* border: 1px solid #01a3e6; */
  cursor: pointer;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
}
.fuel_itm p {
  color: #484848;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 14px;
  margin: 0;
}
.fuel_itm img {
  width: 60px;
}
/* ================================================= CBIFS - WHY CHOOSE US =========================================== */
#why_choose_us {
  width: 100%;
  float: left;
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 50px;
  padding-right: 50px;
/*  background: #e5f6fc;*/
  margin: 60px 0 20px;
  background: #F2F5FB;
}
.why_choose_head h6 {
  color: #484848;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 17px;
  margin: 0;
}
.why_choose_head h2 {
  font-size: 34px;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.why_choose_head h4 {
  color: #000;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 22px;
  margin: 0;
  padding-bottom: 10px;
}
.why_choose_head p {
  color: #484848;
  font-weight: 400;
  font-size: 17px;
  margin: 0;
  padding-bottom: 15px;
}
.why_choose_txt{
  font-size: 16px;
  padding-left: 18px;
  line-height: 30px;
  color: #000;
}
.why_choose_txt ol {
  margin: 0;
  padding: 0;
}
.why_choose_txt ol li {
  margin: 0;
  padding: 0;
  color: #484848;
  font-weight: 400;
  font-size: 17px;
  padding-bottom: 12px;
}
.why_choose_txt ol li::marker {
    color: #01a3e6;
}
.why_choose_pic img {
  width: 100%;
  object-fit: cover;
}
.abt_more_btn {
  margin-top: 30px;
}
.abt_more_btn a {
  color: #fff;
  background: #01a3e6;
  border: 1px solid #01a3e6;
  border-radius: 4px;
  padding: 10px 25px;
  font-size: 18px;
  font-weight: 600;
  transition: all 0.3s ease;
}
.abt_more_btn a:hover {
  color: #01a3e6;
  background: #fff;
  border: 1px solid #01a3e6;
}
.why_choose_head h3 {
    font-size: 22px;
    font-weight: 600;
    color: #000;
    margin: 0;
    padding-bottom: 10px;
    padding-top: 5px;
}
.why_choose_us_section .cbifs_wrapper {
  display: flex;
  align-items: center;
}
/* ================================================= CBIFS - CBIFS In The News =========================================== */
.cbifs_news_head {
  margin-bottom: 30px;
}
.cbifs_news_head h2 {
    font-size: 34px;
    font-weight: 700;
    font-family: "Oswald", sans-serif;
    color: #000;
    text-transform: uppercase;
    margin: 0;
    padding-bottom: 10px;
}
.cbifs_news_head p {
  font-size: 17px;
  color: #484848;
  font-weight: 400;
}
#cbifs_the_news {
  width: 100%;
  float: left;
  position: relative;
  padding-top: 60px;
  padding-bottom: 20px;
  padding-left: 50px;
  padding-right: 50px;
  z-index: 0;
}
.post_txt_box h4 {
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
}
.post_txt_box p {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 10px;
}
.post_pic img {
  width: 100%;
  object-fit: cover;
  border-radius: 20px 20px 0px 0px;
}
.post_txt_box a {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  color: #01a3e6;
}
.post_txt_box {
  padding-top: 20px;
}
.cbifs_news_wrap {
  width: 100%;
  float: left;
  position: relative;
}
.news_post_box {
  width: 100%;
  float: left;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
  border-radius: 6px 6px 0px 0px;
  margin-bottom: 5px;
}
.post_pic {
  width: 100%;
  float: left;
  position: relative;
   border-radius: 6px 6px 0px 0px;
}
.post_pic img {
  width: 100%;
  border-radius: 6px 6px 0px 0px;
}
.post_txt_box {
  width: 100%;
  float: left;
  position: relative;
  padding: 15px 15px;
}
.post_txt_box_hdng h3 {
  margin: 0;
  padding-bottom: 10px;
  color: #000;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 20px;
  line-height: inherit;
}
.post_txt_box_dac {
  padding-bottom: 10px;
}
.post_txt_box_dac h6 {
  text-transform: capitalize;
  font-weight: 500;
  font-size: 15px;
  color: #484848;
  margin: 0;
  position: relative;
  padding-left: 20px;
}
.post_txt_box_dac h6:before {
    content: '\f073';
    position: absolute;
    left: 0;
    top: 0;
    font-family: 'FontAwesome';
    color: #01a3e6;
    font-size: 14px;
}
.post_txt_box_descp p {
    color: #484848;
    font-weight: 400;
    font-size: 17px;
    margin: 0;
    line-height: 24px;
}
.post_txt_box_link {
    width: 100%;
    float: left;
    position: relative;
    text-align: right;
    padding-top: 15px;
}
.post_txt_box_link a {
    font-size: 18px;
    color: #01a3e6;
    text-transform: capitalize;
    margin: 0;
    padding: 0;
    font-weight: 500;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    position: relative;
    padding-left: 20px;
}
.post_txt_box_link a:before {
    content: '\f061';
    position: absolute;
    left: 0;
    top: 0;
    font-family: 'FontAwesome';
    color: #01a3e6;
    font-size: 16px;
}
.post_txt_box_link a:hover {
  color: #000;
}
.cbifs_news_wrap .owl-nav {
    width: fit-content;
    position: absolute;
    top: -50px;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
}
.cbifs_news_wrap .owl-carousel .owl-nav button.owl-next, .cbifs_news_wrap .owl-carousel .owl-nav button.owl-prev {
    background: #01a3e6;
    border: 1px solid #01a3e6;
    width: 30px;
    height: 25px;
    color: #fff;
    line-height: 25px;
    outline: none;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.cbifs_news_wrap .owl-carousel .owl-nav button.owl-next:hover, .cbifs_news_wrap .owl-carousel .owl-nav button.owl-prev:hover {
  color: #01a3e6;
  background: #fff;
}
/* ================================================= CBIFS - Download Apps =========================================== */
#download_apps_sect {
  width: 100%;
  float: left;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 50px;
  padding-right: 50px;
  background: #01a3e6;
  margin-top: 60px;
}
.cbifs_apps_head {
    padding-bottom: 10px;
}
.cbifs_apps_head p {
  color: #fff;
  font-size: 17px;
  font-weight: 400;
}
.cbifs_apps_head h2 {
  color: #fff;
  font-size: 34px;
  font-weight: 700;
  margin: 0;
  padding: 15px 0;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}
.cbifs_apps_box {
  display: flex;
  gap: 10px;
}
.cbifs_apps_screen {
  position: relative;
  top: 20px;
  display: flex;
  justify-content: center;
}
.cbifs_apps_screen img {
  width: 50%;
  object-fit: cover;
}
.social_media_itm .fa {
  padding: 14px;
  font-size: 22px;
  width: 50px;
  height: 50px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 100px;
}
.social_media_itm .fa:hover {
    opacity: 0.7;
}
.social_media_itm .fa-facebook {
  background: #3B5998;
  color: white;
}
.social_media_itm .fa-twitter {
  background: #55ACEE;
  color: white;
}
.social_media_itm .fa-youtube-play {
  background: #bb0000;
  color: white;
}
.social_media_itm .fa-instagram {
  background: #125688;
  color: white;
}
.social_media_box h4 {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
}
.download_apps_card {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* ================================================= CBIFS - Contact Us Page =========================================== */
.inner_bredco {
  background-image: url(../images/brdcon_inner_bnr.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: difference;
}
#cbifs_inner_bredco {
  width: 100%;
  float: left;
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 50px;
  padding-right: 50px;
}
.inner_bredco h4 {
  color: #fff;
  display: flex;
  align-items: center;
  gap:10px;
}
.inner_bredco h4 a.brd_txt_one {
  font-size: 16px;
  color: #fff;
}
.inner_bredco h4 a.brd_txt_two {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
}
#cbifs_contact_page {
  width: 100%;
  float: left;
  position: relative;
  padding-top: 60px;
  padding-bottom: 20px;
  padding-left: 50px;
  padding-right: 50px;
}
.car_contact_frm_head {
  padding-bottom: 20px;
  padding-top: 20px;
}
.car_contact_frm_head h2 {
  font-size: 30px;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
  color: #000;
  margin: 0;
  padding-bottom: 12px;
  text-transform: capitalize;
}
.car_contact_frm_head p {
  font-size: 17px;
  color: #484848;
}
.cbifs_address_ttl h2 {
  font-size: 34px;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
  color: #000;
  margin: 0;
  padding-bottom: 15px;
}
.addrs_dtl {
  display: flex;
  gap: 10px;
}
.eml_dtl {
  display: flex;
  gap: 10px;
}
.addrs_dtl {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 16px;
}
.cnt_dtl {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 16px;
}
.eml_dtl {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 16px;
}
.cnt_page_icon {
  background: #01a3e6;
  width: 35px;
  height: 35px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cbifs_address_dtl {
  display: flex;
  flex-direction: column;
  gap: 10px 10px;
}
.car_abt_pic img {
  width: 100%;
  object-fit: cover;
}
#cbifs_about_us {
  width: 100%;
  float: left;
  position: relative;
  padding-top: 60px;
  padding-bottom: 10px;
  padding-left: 50px;
  padding-right: 50px;
}
.inner_pg_wlcm_msg h2 {
  font-weight: 600;
  font-family: "Oswald", sans-serif;
  color: #01a3e6;
  margin: 0px;
  padding: 0px 0 10px;
  font-size: 34px;
}
.inner_pg_wlcm_msg p {
  font-size: 17px;
  color: #484848;
  line-height: 28px;
  padding-bottom: 12px;
}
h4.mison_head {
  font-size: 22px;
  font-weight: 600;
  color: #000;
  font-family: "Oswald", sans-serif;
  margin: 0;
  padding: 5px 0 10px;
}
p.mison_txt {
  font-size: 17px;
  color: #484848;
  line-height: 28px;
  padding-bottom: 12px;
}
.wc_cbifs_abt h3 {
  color: #000;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 30px;
  margin: 0;
  padding: 5px 0 10px;
}
.wc_cbifs_abt p {
  font-size: 17px;
  color: #484848;
  line-height: 28px;
  padding-bottom: 12px;
}
#cbifs_about_us_sec2 {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 50px;
  padding-right: 50px;
  margin-bottom: 60px;
}
.vist_us_box h3 {
  color: #01a3e6;
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 30px;
  padding-bottom: 10px;
}
.vist_us_box p {
  font-size: 17px;
  color: #484848;
  line-height: 28px;
  padding-bottom: 12px;
}
.vist_us_box {
  margin-top: 60px;
  background: #c2edff;
  border-radius: 20px 0px 20px 0px;
  padding: 20px;
  border: 1px solid #50ccff;
}
#abt_b2b_sect {
  width: 100%;
  float: left;
  position: relative;
  padding-top: 40px;
  padding-bottom: 60px;
  padding-left: 50px;
  padding-right: 50px;
  background: #e5f6fc;
  background: #F2F5FB;
}
.b2b_intro h2 {
  color: #01a3e6;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 34px;
  margin: 0;
  padding: 5px 0 10px;
}
.b2b_intro h3 {
    color: #000;
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    font-size: 30px;
    margin: 0;
    padding: 5px 0 10px;
}
.b2b_intro p {
  font-size: 17px;
  color: #484848;
  line-height: 28px;
  padding-bottom: 12px;
}
.b2b_intro h4 {
  text-transform: uppercase;
}
.cbifs_header_mbaap {
  width: 100%;
  position: relative;
  float: left;
  padding: 12px 15px;
  padding-bottom: 0;
}
.cbifs_header_mbaap_inr {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 10px;
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 12px;
}
.apps_store {
    width: 120px;
}
.apps_store img {
    width: 100%;
    object-fit: cover;
}
.play_store {
  width: 120px;
}
.play_store img {
    width: 100%;
    object-fit: cover;
}
.cbifs_space_lr {
  padding-left: 50px;
  padding-right: 50px;
}
.cbifs_inner_banner_sec {
  width: 100%;
  float: left;
  position: relative;
  background-image: url(../images/brdcon_inner_bnr.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-blend-mode: difference;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cbifs_inner_banner_wrap {
  width: 100%;
  float: left;
  position: relative;
}
.cbifs_inner_banner_ovrly {
  width: 100%;
  float: left;
  position: relative;
}
.cbifs_inner_banner_title {
  width: 100%;
  float: left;
  position: relative;
  padding-bottom: 20px;
}
.cbifs_inner_banner_title h1 {
  font-family: "Oswald", sans-serif;
  font-size: 38px;
  font-weight: 600;
  text-align: center;
  text-transform: capitalize;
  color: #fff;
  margin: 0;
  padding: 0;
  letter-spacing: 0.2px;
}
.cbifs_breadcrumb_box {
  width: 100%;
  float: left;
  position: relative;
  text-align: center;
}
.cbifs_breadcrumb_box ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cbifs_breadcrumb_box ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  position: relative;
  margin-right: 5px;
  padding-right: 12px;
}
.cbifs_breadcrumb_box ul li:last-child {
  margin-right: 0px;
  padding-right: 0px;
}
.cbifs_breadcrumb_box ul li:not(:last-child):after {
    position: absolute;
    content: "\f105";
    right: 0px;
    top: 0px;
    color: #fff;
    font-size: 15px;
    font-family: 'FontAwesome';
}
.cbifs_breadcrumb_box ul li a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
}
.cbifs_breadcrumb_box ul li a:hover {
  color: #01a3e6;
}
.faqpg_acordion_sec {
  width: 100%;
  float: left;
  position: relative;
  padding-top: 70px;
}
.faqpg_acordion_wrap {
  width: 100%;
  float: left;
  position: relative;
}
.faqpg_acordion_title {
  width: 100%;
  padding-bottom: 35px;
}
.faqpg_acordion_title h2 {
  font-family: "Oswald", sans-serif;
  color: #000;
  font-size: 34px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  margin: 0;
  padding: 0;
  padding-bottom: 15px;
  position: relative;
}
.faqpg_acordion_title h2:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 120px;
  height: 3px;
  background: #01a3e6;
  margin: 0 auto;
}
.faqpg_acordion_title h2:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 3px;
  background: #000;
  margin: 0 auto;
}
.faqpg_acordion_card {
  width: 100%;
  float: left;
  position: relative;
  display: flex;
  justify-content: center;
}
.faqpg_acordion_card .panel-group {
  width: 70%;
  float: left;
  position: relative;
}
.faqpg_acordion_card h4.panel-title {
  padding: 0;
}
.faqpg_acordion_card .drop-accordion .panel-default {
  overflow: hidden;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100%;
  float: left;
  position: relative;
}
.faqpg_acordion_card .drop-accordion .panel-heading {
  overflow: hidden;
  padding: 0;
  border-radius: 0;
  border-bottom: 1px solid #01a3e6;
  padding: 5px 0;
}
.faqpg_acordion_card .leaf-ui .drop-accordion .panel-heading,
.faqpg_acordion_card .circlus-ui .drop-accordion .panel-heading {
  border-radius: 4px;
}
.faqpg_acordion_card .panel-title a {
  display: block;
  position: relative;
  padding: 12px 60px 12px 15px;
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  color: #000;
  text-transform: capitalize;
  letter-spacing: 0.2px;
}
.faqpg_acordion_card .panel-title .expand-icon-wrap {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  font-size: 30px;
  line-height: 46px;
  color: #01a3e6;
}
.faqpg_acordion_card .expand-icon-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.faqpg_acordion_card .panel-title .expand-icon {
  padding: 0 18px;
  vertical-align: middle;
}
.faqpg_acordion_card .panel-title .expand-icon:before {
  content: "\f055";
}
.faqpg_acordion_card .drop-accordion .panel-body {
  position: relative;
  border-bottom: 1px solid #d9d7d7;
}
.faqpg_acordion_card .circlus-ui .drop-accordion .panel-body,
.faqpg_acordion_card .leaf-ui .drop-accordion .panel-body {
  border-radius: 4px;
}
.faqpg_acordion_card .drop-accordion .panel-body p{
    margin: 0;
    padding: 0;
    color: #484848;
    text-align: left;
    font-weight: 400;
    text-transform: inherit;
    font-size: 17px;
    line-height: inherit;
    padding-bottom: 15px; 
    font-family: "Poppins", sans-serif;
} 
.faqpg_acordion_card .drop-accordion .panel-body p strong{
  font-weight: 600;
  color: #2d3e40;
}
.faqpg_acordion_card.panel-body-icon {
  width: 75px;
  float: left;
  padding: 10px;
}
.faqpg_acordion_card .panel-body-icon i {
  font-size: 45px;
  color: #03C6FE;
}
.faqpg_acordion_card .drop-accordion .tab-collapsed {
  border: transparent;
  background: #01a3e6;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.faqpg_acordion_card .tab-collapsed a {
  color: #fff;
}
.faqpg_acordion_card .tab-collapsed .expand-icon-wrap {
  border-color: #fff;
  color: #fff;
}
.faqpg_acordion_card .tab-collapsed .expand-icon:before {
  content: "\f056";
}   
.faqpg_acordion_card .panel-body ul{
  width: 100%;
  float: left;
  position: relative;
  margin: 0;
  padding: 0 0 15px 0;
  list-style-type: none; 
}
.faqpg_acordion_card .panel-body ul li{
  font-family: "Poppins", sans-serif;
  margin: 0;
  padding: 0px 0 10px 15px;
  list-style-type: none;
  width: 100%;
  float: left;
  position: relative;
  color: #484848;
  text-align: left;
  font-weight: 400;
  text-transform: inherit;
  font-size: 17px;
}
.faqpg_acordion_card .panel-body ul li:before{
  content: '\f111';
  font-size: 10px;
  color: #01a3e6;
  font-family: 'FontAwesome';
  position: absolute;
  left: 0;
  top: 5px; 
} 
.prvc_polcy_sec {
  width: 100%;
  float: left;
  position: relative;
  padding-top: 60px;
}
.prvc_polcy_wrap {
  width: 100%;
  float: left;
  position: relative;
}
.prvc_polcy_card {
  width: 100%;
  float: left;
  position: relative;
}
.prvc_polcy_card h2 {
  font-size: 30px;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
  text-transform: capitalize;
  color: #000;
  margin: 0;
  padding-bottom: 10px;
  padding-top: 5px;
  position: relative;
  margin-bottom: 12px;
}
.prvc_polcy_card h2:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 4px;
  border-radius: 2px;
  background-image: linear-gradient(264deg, #01a3e6, #00628b);
/*  background: #01a3e6;*/
}
.prvc_polcy_card h3 {
  font-size: 26px;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
  text-transform: capitalize;
  color: #000;
  margin: 0;
  padding-bottom: 10px;
  padding-top: 5px;
  position: relative;
}
.prvc_polcy_card h4 {
  font-size: 22px;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
  text-transform: capitalize;
  color: #000;
  margin: 0;
  padding-bottom: 10px;
  padding-top: 5px;
  position: relative;
}
.prvc_polcy_card h5 {
  font-size: 18px;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
  text-transform: capitalize;
  color: #000;
  margin: 0;
  padding-bottom: 10px;
  padding-top: 5px;
  position: relative;
}
.prvc_polcy_card p {
  margin: 0;
  padding: 0;
  color: #484848;
  text-align: left;
  font-weight: 400;
  text-transform: inherit;
  font-size: 17px;
  line-height: inherit;
  padding-bottom: 15px; 
  font-family: "Poppins", sans-serif;
}
.prvc_polcy_card p a {
  color: #01a3e6;
}
.prvc_polcy_card p a:hover {
  color: #000;
}
.prvc_polcy_card ul{
  width: 100%;
  float: left;
  position: relative;
  margin: 0;
  padding: 0 0 15px 0;
  list-style-type: none; 
}
.prvc_polcy_card ul li{
  font-family: "Poppins", sans-serif;
  margin: 0;
  padding: 0px 0 12px 15px;
  list-style-type: none;
  width: 100%;
  float: left;
  position: relative;
  color: #484848;
  text-align: left;
  font-weight: 400;
  text-transform: inherit;
  font-size: 17px;
}
.prvc_polcy_card ul li:before {
  content: '\f111';
  position: absolute;
  left: 0;
  top: 4px;
  font-family: "FontAwesome";
  font-size: 10px;
  color: #01a3e6;
}
.tswts_gcp_sec {
  width: 100%;
  float: left;
  position: relative;
  padding-top: 70px;
  padding-bottom: 0px;
  overflow: hidden;
}
.tswts_gcp_wrap {
    width: 100%;
}
.tswts_gcp_wrap .row {
    align-items: center;
    justify-content: space-between;
}
.tswts_gcp_rght {
  width: 100%;
  float: left;
  position: relative;
}
.tswts_gcp_rght_fig {
    width: 100%;
    position: relative;
    right: -70px;
}
.tswts_gcp_rght_fig img {
  width: 100%;
}
.tswts_gcp_left {
  width: 100%;
  float: left;
  position: relative;
}
.tswts_gcp_left_info h2 {
  font-size: 42px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  text-transform: capitalize;
  color: #000;
  margin: 0;
  padding-bottom: 10px;
  width: 280px;
  line-height: inherit;
}
.tswts_gcp_left_btn {
  width: 100%;
  float: left;
  position: relative;
  text-align: left;
  padding-top: 40px;
}
.cbifs_btns {
    font-family: "Poppins", sans-serif;
    background: #01a3e6;
    border: 1px solid #01a3e6;
    color: #fff;
    letter-spacing: 0.4px;
    padding: 12px 30px;
    position: relative;
    border-radius: 10px;
    z-index: 0;
    overflow: hidden;
    font-size: 18px;
    letter-spacing: 0.5px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    float: none;
    outline: none;
    width: fit-content;
    margin: 0;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.cbifs_btns:hover {
  background: #000;
  border: 1px solid #000;
  color: #01a3e6;
}
.abt_our_team_sec {
  width: 100%;
  float: left;
  position: relative;
  padding-top: 70px;
  padding-bottom: 0px;
}
.abt_our_team_wrap {
  width: 100%;
  float: left;
  position: relative;
}
.abt_our_team_title {
   width: 100%;
  float: left;
  position: relative;
  padding-bottom: 30px;
}
.abt_our_team_title h2 {
  font-size: 34px;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  color: #000;
  margin: 0;
  padding-bottom: 10px;
  text-align: center;
}
.abt_our_team_title p {
    font-size: 17px;
    color: #484848;
    font-weight: 400;
    text-align: center;
}
.abt_our_team_card {
  width: 100%;
  float: left;
  position: relative;
}
.abt_our_team_grids {
  width: 100%;
  float: left;
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  place-content: center;
  align-items: center;
  grid-gap: 20px;
}
.abt_our_team_box {
  width: 100%;
  float: left;
  position: relative;
}
.abt_our_team_box_card {
  width: 100%;
  float: left;
  position: relative;
  border: 0;
  border-bottom: 1px solid #dee2e6;
  border-color: #01a3e6;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
}
.abt_our_team_box_fig {
  width: 100%;
  float: left;
  position: relative;
}
.abt_our_team_box_fig img {
  width: 100%;
  object-fit: cover;
}
.abt_our_team_box_dtls {
    width: 100%;
    float: left;
    position: relative;
    padding: 20px 10px;
}
.abt_our_team_box_dtls h3 {
  text-transform: capitalize;
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  color: #000;
  margin: 0;
  padding-bottom: 15px;
}
.abt_our_team_box_dtls h6 {
  text-transform: capitalize;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  color: #01a3e6;
  margin: 0;
}
.abt_our_team_box_card:hover {
  background: #e5f6fc;
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.wcoc_lap_sec {
  width: 100%;
  float: left;
  position: relative;
  padding-top: 50px;
}
.wcoc_lap_wrap {
  width: 100%;
  float: left;
  position: relative;
}
.wcoc_lap_box {
  width: 100%;
  float: left;
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.wcoc_lap_box_icn {
  width: 62px;
  float: left;
  position: relative;
}
.wcoc_lap_box_icn img {
  width: 100%;
}
.wcoc_lap_box_info {
  width: 100%;
}
.wcoc_lap_box_info h4 {
    font-size: 20px;
    font-weight: 600;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    color: #000;
    margin: 0;
    padding-bottom: 5px;
}
.wcoc_lap_box_info p {
  font-size: 17px;
  color: #484848;
  font-weight: 400;
}
.cntus_frmmap_sec {
  width: 100%;
  float: left;
  position: relative;
  padding-top: 50px;
  padding-bottom: 20px;
}
.cntus_frmmap_wrap {
  width: 100%;
  float: left;
  position: relative;
}
.cntus_frmmap_map {
  width: 100%;
  float: left;
  position: relative;
}
.cntus_frmmap_map iframe {
  width: 100%;
  float: left;
  position: relative;
  height: 580px;
}
.cntus_frmmap_form_title h2 {
  font-size: 30px;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
  color: #000;
  margin: 0;
  padding-bottom: 12px;
  text-transform: capitalize;
}
.cntus_frmmap_form_title p {
  font-size: 17px;
  color: #484848;
}
.cntus_frmmap_form_card {
  width: 100%;
  float: left;
  position: relative;
  padding-top: 30px;
}
.cbifs_cntpg_frm {
  width: 100%;
}
.cbifs_cntpg_frm_item{
  width: 100%;
  float: left;
  position: relative;
}
.cbifs_cntpg_frm_item input {
  width: 100%;
  height: 50px;
  float: left;
  position: relative;
  color: #000;
  font-size: 15px;
  text-align: left;
  padding: 0 0 0 10px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  margin: 0 0 15px 0;
  border: 1px solid #e0e0e0;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  background: #fff;
  border-radius: 6px;
}
.cbifs_cntpg_frm_item input:hover {
  border: 1px solid #01a3e6;
}
.cbifs_cntpg_frm_item input:focus {
  border: 1px solid #01a3e6;
  outline: 1px solid #01a3e6;
}
.cbifs_cntpg_frm_item select {
  width: 100%;
  height: 50px;
  float: left;
  position: relative;
  color: #000;
  font-size: 15px;
  text-align: left;
  padding: 0 0 0 10px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  margin: 0 0 15px 0;
  border: 1px solid #e0e0e0;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  background: #fff;
  border-radius: 6px;
}
.cbifs_cntpg_frm_item select:hover {
  border: 1px solid #01a3e6;
}
.cbifs_cntpg_frm_item select:focus {
  border: 1px solid #01a3e6;
  outline: 1px solid #01a3e6;
}
.cbifs_cntpg_frm_item textarea {
  width: 100%;
  height: 160px;
  float: left;
  position: relative;
  color: #000;
  font-size: 15px;
  text-align: left;
  padding: 15px 0 0 10px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  margin: 0 0 15px 0;
  border: 1px solid #e0e0e0;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  background: #fff;
  border-radius: 6px;
}
.cbifs_cntpg_frm_item textarea:hover {
  border: 1px solid #01a3e6;
}
.cbifs_cntpg_frm_item textarea:focus {
  border: 1px solid #01a3e6;
  outline: 1px solid #01a3e6;
}
.cbifs_cntpg_frm_btn{
  width: 100%;
  float: left;
  position: relative;
  text-align: left;
}
.cbifs_cntpg_frm_flx {
  width: 100%;
  float: left;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  align-items: center;
}
.cntus_frmmap_form {
    width: 100%;
    float: left;
    position: relative;
    padding-right: 100px;
}
.cbifs_cntpg_frm_item label {
  width: 100%;
  float: left;
  position: relative;
  font-size: 17px;
  color: #000;
  text-transform: capitalize;
  padding-top: 5px;
  margin-bottom: 5px;
  font-weight: 500;
}
.cntpg_cnt_info_sec {
  width: 100%;
  float: left;
  position: relative;
  padding-top: 70px;
  padding-bottom: 20px;
}
.cntpg_cnt_info_wrap {
  width: 100%;
  float: left;
  position: relative;
}
.cntpg_cnt_info_box {
  width: 100%;
  float: left;
  position: relative;
  background-color: #F8F8F8;
  border: 1px solid #DFDFDF;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  border-radius: 20px;
  padding: 30px 20px;
  height: 300px;
  flex-direction: column;
}
.cntpg_cnt_info_box_dtls {
  width: 100%;
  float: left;
  position: relative;
}
.cntpg_cnt_info_box_dtls h4 {
  font-size: 24px;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  color: #000;
  margin: 0;
  padding-bottom: 20px;
  text-align: center;
}
.cntpg_cnt_info_box_dtls p {
    font-size: 17px;
    color: #484848;
    font-weight: 400;
    text-align: center;
    padding-bottom: 12px;
}
.cntpg_cnt_info_box_dtls p a {
  color: #484848;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
}
.cntpg_cnt_info_box_dtls p a:hover {
  color: #01a3e6;
}
.cntpg_cnt_info_box_icn {
  width: 80px;
}
.cntpg_cnt_info_box_icn img {
  width: 100%;
}
.cntpg_cnt_info_box_dtls ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: center;
    gap: 10px;
    text-align: center;
}
.cntpg_cnt_info_box_dtls ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-block;
}
.cntpg_cnt_info_box_dtls ul li a {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 1px solid #01a3e6;
  color: #01a3e6;
  font-size: 18px;
  background: #ffff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
}
.cntpg_cnt_info_box_dtls ul li a:hover {
  background: #01a3e6;
  color: #fff;
}
.cbifs_header_top_social {
  width: 100%;
  float: left;
  position: relative;
}
.cbifs_header_top_social ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: flex-start;
    gap: 5px;
    text-align: left;
}
.cbifs_header_top_social ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-block;
}
.cbifs_header_top_social ul li a {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: 1px solid #01a3e6;
  color: #01a3e6;
  font-size: 14px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
}
.cbifs_header_top_social ul li a:hover {
  background: #01a3e6;
  color: #fff;
}
.cbifs_header_top .row {
  align-items: center;
}
.car_date_yr {
    position: absolute;
    top: 15px;
    right: 12px;
    padding: 0px 15px;
    height: 25px;
    line-height: 25px;
    background: #01a3e6;
    border-radius: 3px;
}
.car_date_yr p {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}
.cr_price_btn_flx {
  width: 100%;
  float: left;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
}
.crprice_emi p span {
  color: #01a3e6;
  font-size: 16px;
  font-weight: 500;
}
.cr_btm {
    text-align: left;
    padding-top: 0px;
    padding-bottom: 0px;
    width: fit-content;
}
.car_item_short_dtl h4 {
    color: #000;
    padding-top: 8px;
}
.crprice_emi p {
    color: #484848;
    font-size: 15px;
    font-weight: 400;
}
.crprice_emi h6 {
    text-align: right;
    padding-top: 5px;
}
.cr_btm a {
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
    float: left;
    background: #01a3e6;
    border: 1px solid #01a3e6;
    padding: 5px 15px;
    border-radius: 3px;
    -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
}
.cr_btm a:hover {
  background: #fff;
  border: 1px solid #01a3e6;
  color: #01a3e6;
}
.cr_ftr {
    display: flex;
    gap: 20px;
    width: 100%;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    padding: 10px 0;
    margin-bottom: 15px;
    align-items: center;
    justify-content: space-between;
}
#ecww-more {
    display: none;
}
#ecww-widget {
  padding-bottom: 290px !important;
}
.highcharts-legend {
    display: none !important;
}
.emi_cac_mpp .modal-title {
    font-size: 22px;
}
.emi_cac_mpp .modal-header .close {
    padding: 8px;
    margin: 0;
    position: absolute;
    right: -15px;
    top: -15px;
    width: 30px;
    height: 30px;
    background: #01a3e6;
    color: #fff;
    opacity: 1;
    border-radius: 100%;
    font-size: 16px;
    z-index: 1;
    outline: none;
    font-weight: 300;
    display: flex;
    align-items: center;
    justify-content: center;
}
.emi_cac_mpp .modal-header .close:hover {
  background: #000;
  opacity: 1;
}
.emi_cac_mpp .modal-header .close img {
  width: 100%;
}
.emi_cac_mpp_card {
  width: 100%;
  float: left;
  position: relative;
}
.emi_cac_mpp .modal-lg {
    width: 1000px;
    max-width: 1000px;
}
.simple-pagination ul {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
}
.simple-pagination li {
    display: inline-block;
    margin-right: 0px;
    width: 25px;
    height: 25px;
    border-radius: 4px;
    line-height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.simple-pagination li a,
.simple-pagination li span {
  color: #666;
  padding: 0;
  text-decoration: none;
  border: 1px solid #ccc;
  background-color: #FFF;
  box-shadow: 0px 0px 10px 0px #EEE;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.simple-pagination li i {
  line-height: 25px;
}
.simple-pagination .current {
  color: #FFF;
  background-color: #01a3e6;
  border-color: #01a3e6;
}
.simple-pagination .prev.current,
.simple-pagination .next.current {
  background: #006893;
}
.simple-pagination .page-link:hover {
  color: #01a3e6;
  background-color: #fff;
  border-color: #01a3e6;
}
.sticky_rsbar {
  position: sticky;
  top: 98px;
}
.ft_form_item_alrt .alert {
    padding: 10px;
    margin-bottom: 5px;
    margin-top: 5px;
}
.thanku_page #cbifs_header {
    display: none;
}  
.thank-u{
    width: 100%;
    float: left;
    text-align: center;
    position: relative;
    background-color: #38160e;
    height: 100vh;
    background: linear-gradient(rgba(1,163,230,0.1), rgba(1,81,114,1)); 
    display: flex;
    align-items: center;
    justify-content: center;     
}
.thank-u-div{
  width: 100%;
  float: left;
  display: inline-block;
  padding: 100px 0px;
}
.thank-u-logo {
    width: 280px;
    margin: 0 auto;
}
.thank-u-logo img {
    width: 100%;
}
.thank-u-txts {
    width: 100%;
    float: left;
}
.thank-u-txts h1{
    font-size: 80px;
    color: #fff;
    margin: 0;
    padding: 40px 0px 15px;
    font-weight:700;
}
.thank-u-txts p{
    font-size: 24px;
    color: #fff;
    padding: 10px 0px;
    text-align: center;
    font-weight:500;
}
.thank-u-social {
    width: 100%;
    float: left;
    text-align: center;
    margin: 0 auto;
    display: inline-grid;
    padding-top: 0;
}
.thank-u-social h2 {
    font-size: 24px;
    color: #fff;
    padding: 10px 0px 15px;
    text-align: center;
    font-weight:500;
}
.thank-u-social ul {
    justify-content: center;
}
.thank-u-btn {
    width: 100%;
    float: left;
    padding-top: 40px;
}
.thank-u-btn a i {
    margin-right: 5px;
}