@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Oswald:wght@200..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

/***** General CSS *****/

body {
  word-break: break-word;
  font-family: "Montserrat", sans-serif;
  color: #262626;
  overflow-x: hidden;
  font-size: 15px;
  line-height: 25px;
  font-weight: 500;
}

a {
  text-decoration: none;
  color: #66cc33;
  white-space: initial;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #66cc33;
}

a:hover {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

img {
  max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

ul {
  margin: 0 0 20px;
  padding: 0;
  list-style-type: none;
}

/***** Font Files *****/

/***** Custom Classes *****/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Oswald", sans-serif;
}

h1 {
  font-size: 82px;
  line-height: 90px;
  font-weight: 600;
}

h2 {
  font-size: 70px;
  line-height: 70px;
}

h3 {
  font-size: 45px;
  line-height: 50px;
}

h4 {
  font-size: 24px;
  line-height: 29px;
}

h5 {
  font-size: 20px;
  line-height: 25px;
}

h6 {
  font-size: 18px;
  line-height: 23px;
}

p {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 25px;
  font-weight: 500;
  color: #262626;
}

.green {
  color: #66cc33;
}

.black {
  color: #091111;
}

::-webkit-input-placeholder {
  color: #575757;
}

::-moz-placeholder {
  color: #575757;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #575757;
}

:-moz-placeholder {
  color: #575757;
  opacity: 1;
}

/*header css start */

.menuSec {
  padding: 24px 0;
  box-shadow: 3px 8px 20px 0px #5555555e;
}

.menuSec img {
  margin: 0;
}

.menuSec ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: right;
  text-transform: capitalize;
}

.menuSec ul li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.menuSec li ul {
  display: none;
}

.menuSec ul li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #393939;
  padding: 10px 23px;
  font-size: 13px;
}

.menuSec ul li:last-child a {
  padding-right: 0px;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  color: #66cc33;
}

.menuSec li:hover > ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 38px;
}

.menuSec li > ul > li > a {
  border: none;
  padding: 13px 20px !important;
  color: #fff !important;
  overflow: hidden;
  font-size: 13px;
  line-height: 20px;
}

.menuSec li > ul > li,
.menuSec li > ul > li > a {
  display: block;
  margin: 0;
}

.menuSec li:hover li {
  float: none;
}

.menuSec li ul li a:hover {
  background-color: #ffffff;
  color: #000000 !important;
}

.menuSec ul ul ul {
  left: 100%;
  top: 0;
}

.menuSec li > ul > li:hover > ul {
  left: 230px;
  top: 0px;
  width: 270px;
}

.droopdwon li:hover > ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 40px;
}

.droopdwon {
  float: left;
}

.droopdwon li:hover li a:hover {
  background-color: #ffffff;
  color: #000 !important;
}

/*header css start */

.dropdown-menu {
  position: absolute !important;
  z-index: 1000;
  display: block;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left !important;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

/*banner css start */

.carousel-caption {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  text-align: left;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  background: #f0f0f0;
}

/*banner css end*/

header {
  position: relative;
}

.topSec {
  position: relative;
  background: #66cc33;
  padding: 14px 0;
  overflow: hidden;
}

.pbtn {
  background-color: #fff;
  border: 1px solid #66cc33;
  border-radius: 55px;
  text-transform: capitalize;
  box-shadow: -7px 6px 20px 0px #55555524;
  padding: 12px 33px 13px;
  text-align: center;
  font-size: 15px;
  line-height: 24px;
  display: inline-block;
}

.pbtn img {
  width: auto;
  transition: 0.6s;
}

.pbtn:hover img {
  transform: rotate(360deg);
}

.pbtn:hover {
  background-color: #000 !important;
  color: #fff;
}

.pbtn span {
  position: relative;
}

.sitebtn {
  display: inline-block;
}

.top-bar-left ul {
  gap: 70px;
}

.top-bar-left ul li a {
  display: flex;
  align-items: center;
  gap: 12px;
  transition: 0.2s;
  color: #fff;
}

.top-bar-left ul li a:hover {
  opacity: 1;
  color: #fff;
  text-decoration: underline;
}

.top-bar-left h5 {
  margin: 0px;
  font-family: "Oswald";
  color: #fff;
  opacity: 1;
  display: inline-block;
  border-bottom: 1px solid #fff;
}

.top-bar-right {
  justify-content: flex-end;
  align-items: center;
  gap: 120px;
}

.top-bar-right h4 {
  margin: 0px;
  font-family: "Oswald";
  font-style: italic;
  color: #fff;
  font-size: 23px;
}

.top-bar-right ul.social {
  justify-content: space-between;
  gap: 50px;
  position: relative;
  z-index: 12;
}

.top-bar-right ul.social li span {
  color: #fff;
  opacity: 80%;
}

.top-bar-right ul.social li a {
  color: #fff;
  transition: 0.1s;
  display: inline-block;
}

.top-bar-right ul.social li a:hover {
  transform: scale(1.1);
}

.topSec:before {
  position: absolute;
  content: "";
  background: #191919;
  height: 100%;
  right: 0;
  top: 0;
  width: 462px;
}

.menuSec .sitebtn {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.site-logo {
  float: right;
  margin-right: 10%;
  position: relative;
  top: 5px;
}

/* Banner Slider  */

.banner-img {
  height: 660px;
  width: 100%;
  object-fit: cover;
  opacity: 0;
}

.banner-right {
  position: relative;
}

.banner-right .top-imgs {
  display: flex;
  position: relative;
  padding-left: 20px;
  gap: 10px;
  margin-bottom: 10px;
}

.banner-right .top-imgs .ban-img1 {
  position: relative;
}

.banner-right .top-imgs .ban-img2 {
  position: absolute;
  right: 0;
  bottom: -70px;
}

.banner-right .top-imgs img {
  height: 260px;
  width: 100%;
  object-fit: cover;
  position: relative;
  transition: 0.2s;
  z-index: 12;
}

.banner-right .top-imgs img:hover {
  filter: brightness(0.8);
  transform: scale(0.99);
}

.banner_text p {
  width: 90%;
  color: #000;
}

.banner-right .btm-img {
  position: relative;
  left: -20px;
}

.banner-right .btm-img img {
  height: 200px;
  display: inline-block;
  transition: 0.2s;
}

.banner-right .btm-img img:hover {
  filter: brightness(0.8);
  transform: scale(0.99);
}

section.main_slider {
  position: relative;
  overflow: hidden;
}

.info-btm {
  background: #191919;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 800px;
  border-radius: 0px 32px 0px 0px;
  padding: 24px 70px 24px 150px;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}

.info-btm h3 {
  margin: 0px;
}

.info-btm .info-2 {
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 12;
  position: relative;
}

.info-btm .info-2 h5 {
  margin: 0px;
  font-size: 23px;
  line-height: 28px;
}

.banner_text {
  margin-top: -110px;
}

.info-btm:before {
  position: absolute;
  content: "";
  width: 330px;
  right: 0;
  top: 0;
  background: #74d046;
  height: 100%;
}

.info-btm .info-1 h3 a {
  color: #74d046;
}

/* Icons Sec Start  */

section.icons-sec {
  position: relative;
  padding: 80px 0 40px;
}

section.icons-sec .icons {
  gap: 20px;
  align-items: center;
}

section.icons-sec .icons .icon-img {
  display: inline-block;
  width: 30%;
}

section.icons-sec .icons p {
  display: inline-block;
  margin: 0px;
}

section.icons-sec .icons .icon-text {
  width: 90%;
}

section.icons-sec .icons .icon-text p {
  font-family: "roboto";
  font-weight: 400;
  line-height: 22px;
  width: 92%;
  opacity: 90%;
}

/* Icons Sec End  */

section.branches-sec {
  position: relative;
  padding: 60px 0 80px;
}

.heading {
  margin-bottom: 60px;
}

.map-card {
  position: relative;
  padding: 24px;
  border-radius: 24px;
  box-shadow: -1px 0px 20px 0px #55555524;
  text-align: center;
  margin: 0px 5px;
}

.map-card .branch-logo {
  margin: 0px auto;
  display: table;
  padding: 14px 0;
}

.map-card .map-logo {
  position: relative;
  margin: 24px 0;
}

.map-card:hover {
  transform: scale(0.99);
}

/* About Start  */

section.about-sec {
  position: relative;
  overflow: hidden;
  padding: 60px 0;
}

.ab-col-left {
  position: relative;
  padding-right: 40px;
}

.abt-img {
  position: relative;
}

.ab-col-right {
  text-align: center;
  padding: 0px 20px;
  position: relative;
  z-index: 12;
}

.ab-col-right h2 {
  margin-bottom: 24px;
}

/* About Start  */

/* ==================== */

section.about-sec .slick-prev,
section.about-sec .slick-next {
  top: 91%;
  width: 0px;
  padding: 0px;
  height: auto;
  outline: 0;
  border: 0;
}

section.about-sec .slick-prev:before {
  content: "\f060";
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  height: 50px;
  width: 55px;
  opacity: 3 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  transition: 0.2s;
  font-size: 13px;
  background: #f6f6f6;
  color: #000;
  opacity: 0.1;
}

section.about-sec .slick-next:before {
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  content: "\f061";
  height: 50px;
  width: 55px;
  opacity: 3 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  transition: 0.2s;
  font-size: 13px;
  background: #f6f6f6;
  color: #000;
  border-radius: 0px 10px 0px 0px;
}

section.about-sec .slick-prev:hover {
  opacity: 1 !important;
}

section.about-sec .slick-next:hover {
  opacity: 1 !important;
}

section.about-sec .slick-prev:hover:before {
  background-color: #66cc33;
  color: #fff;
}

section.about-sec .slick-next:hover:before {
  background-color: #66cc33;
  color: #fff;
}

section.about-sec button.slick-prev {
  left: 20px;
  z-index: 12;
}

section.about-sec button.slick-next {
  right: unset;
  left: 75px;
}

section.about-sec:before {
  position: absolute;
  content: "";
  width: 42%;
  right: 0;
  bottom: 90px;
  height: 70%;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/about-shape-bg.png);
}

/* Services Arrows  */

/* Loan Sec  */

section.loan-sec {
  position: relative;
  padding: 40px 0 80px;
  overflow: hidden;
}

.loan-col-left {
  text-align: right;
  padding-left: 70px;
}

.loan-col-right {
  position: relative;
}

.loan-col-right h5 {
  font-family: "Montserrat";
  line-height: 32px;
  padding: 10px 0 10px;
}

.loan-col-right ul {
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  padding-top: 10px;
}

.loan-col-right ul li span {
  font-size: 17px;
  line-height: 27px;
  color: #000;
  font-weight: 600;
}

section.loan-sec:before {
  position: absolute;
  content: "";
  width: 44%;
  left: 0;
  bottom: 90px;
  height: 78%;
  background-repeat: no-repeat;
  background-image: url(../images/laon-bg-img.png);
  background-position: 100% 100%;
  background-size: cover;
}

/* Loan Sec  */

/* Conatac */

section.cct-sec {
  position: relative;
  overflow: hidden;
  padding: 80px 0;
}

img.cct-img {
  height: 600px;
  width: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
}

section.cct-sec .row {
  position: relative;
}

.cct-col-right {
  position: relative;
  padding-left: 10px;
}

.cct-col-right h3 {
  color: #fff;
  margin-bottom: 24px;
  font-size: 42px;
}

.cct-col-right .cct-form {
  position: relative;
}

.cct-col-right .cct-form form {
  position: relative;
  background: #66cc33;
  padding: 38px;
  border-radius: 24px;
}

.cct-col-right .cct-form form .formfiel {
  position: relative;
  margin-bottom: 24px;
}

.cct-col-right .cct-form form .formfiel input,
.cct-col-right .cct-form form .formfiel textarea {
  border-radius: 8px;
  width: 100%;
  padding: 18px 20px;
  border: 0px;
  padding-right: 50px;
  font-weight: 500;
  color: #000;
}

.cct-col-right .cct-form form .formfiel input::placeholder,
.cct-col-right .cct-form form .formfiel textarea::placeholder {
  color: #000;
  font-weight: 500;
}

.cct-col-right .cct-form form .formfiel i {
  position: absolute;
  right: 20px;
  top: 22px;
  color: #66cc33;
  font-size: 17px;
}

.cct-col-right .cct-form form .formfiel textarea#msg {
  height: 180px;
  resize: unset;
  padding-top: 16px;
}

.cct-col-right .cct-form form .warn p {
  font-size: 16px;
  color: #000;
}

.cct-col-right .cct-form form button.pbtn {
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
}

.cct-col-left {
  margin-top: 23%;
}

.cct-col-left h4 {
  margin: 0px;
  color: #fff;
}
.cct-col-left .videoWraper {
  width: 62%;
  margin: 0px;
  text-align: center;
}

.cct-col-left .videoWraper h3 {
  color: #fff;
  margin: 24px 0px 0px;
}

.play-icon {
  display: inline-block;
}

.play-icon img {
  display: inline-block;
  transition: 0.2s;
  border-radius: 80px;
}

a:hover .play-icon img {
  opacity: 70%;
  transform: scale(0.98);
}

/* Conatac */

/* Testimonials Section Start */

.testi-sec {
  padding: 40px 0 100px;
}

.heading-txt {
  width: 60%;
  margin: 0 auto 50px;
}

.heading-txt p {
  font-size: 15px;
  color: #242424;
}

ul.testi-top-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  background: #181818;
  padding: 12px 25px 12px 80px;
  margin-left: -5%;
  width: 100%;
  margin-bottom: 0;
  border-radius: 10px;
}

.ts-rew {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  gap: 4px;
}

ul.testi-top-list h5 {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 24px;
  margin: 0;
  font-family: "Montserrat";
}

ul.testi-top-list h6 {
  font-size: 11px;
  color: #fff;
  font-weight: 300;
  letter-spacing: 1px;
  margin: 0;
  font-family: "Montserrat";
  line-height: 18px;
}

ul.testi-top-list img {
  width: 100px;
  height: 80px;
  position: absolute;
  top: -9px;
  left: 0;
  box-shadow: -3px 6px 20px 6px #0000003d;
  border-radius: 8px;
}

.ts-rew i {
  font-size: 14px;
  color: #ffffff;
}

.ts-rew h4 {
  font-size: 20px;
  color: #fff;
  font-family: "bod";
  margin: 0;
}

.tsti-box p {
  color: #000;
  font-family: "Montserrat";
  line-height: 24px;
  font-weight: 500;
  opacity: 60%;
  font-size: 13px;
}

.tsti-box {
  padding: 60px 20px 30px 20px;
  position: relative;
}

img.quma-1 {
  position: absolute;
  top: 11%;
  left: 6%;
  width: auto;
}

.testi-wrap {
  position: relative;
  z-index: 2;
  width: 100% !important;
  transform: unset;
}

.testi-wrap:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 90%;
  left: 0;
  bottom: 0;
  border: 1px solid #e1e1e1;
  z-index: -1;
  border-radius: 14px;
}

.testi-slider .slick-track {
  display: flex;
  padding: 20px 0 0;
}

.testi-slider .slick-track .slick-slide {
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
  margin: 30px 0;
  transform: scale(0.76);
}

.testi-slider .slick-list.draggable {
  padding: 0 !important;
}

.testi-wrap {
  grid-template-columns: 100% 40%;
}

.testi-slider .slick-track .slick-center {
  transform: scale(1);
}

.testi-side-img {
  position: relative;
  left: -50%;
}

.testi-slider .slick-active {
  opacity: 1;
  transform: scale(0.6);
}

.test-profile-info {
  margin-left: -60px;
}

.sec-heading2 p {
  width: 60%;
  margin: 0 auto;
}

.sec-heading2 h1 {
  color: #111;
}

.star-rating {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 3px;
}

.star-rating i {
  color: #ff7e00;
  font-size: 13px;
}

.star-rating h4 {
  font-size: 14px;
  margin: 0;
  color: #fff;
  font-family: "Montserrat";
}

.testi-slider .slick-track .slick-slide ul.testi-top-list li:nth-child(3) {
  display: none;
}

.testi-slider .slick-track .slick-center ul.testi-top-list li:nth-child(3) {
  display: block;
}

.testi-slider .slick-track .slick-center ul.testi-top-list li:nth-child(4) {
  display: none;
}

.testi-slider .slick-track .slick-center ul.testi-top-list {
  background: #66cc33;
}

.testi-sec .sec-head {
  width: 50%;
  margin: 0px auto;
  text-align: center;
}

.testi-sec .sec-head p {
  margin: 0;
  font-family: "Montserrat";
  font-weight: 500;
  padding-top: 5px;
  opacity: 80%;
}

.testi-sec .wraperSlider {
  width: 94%;
  margin: 0px auto;
}

.testi-sec .sec-head h1 {
  color: #000;
}

/* Prev arrow  */

section.testi-sec .slick-prev,
section.testi-sec .slick-next {
  bottom: 58px;
  width: 0px;
  padding: 0px;
  height: auto;
  border: 0;
  z-index: 12;
  top: unset;
}

section.testi-sec button.slick-prev {
  left: 46%;
}

section.testi-sec button.slick-next {
  right: 49%;
}

section.testi-sec .slick-prev:before {
  content: "\f060";
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  height: 50px;
  width: 55px;
  opacity: 3 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  transition: 0.2s;
  font-size: 13px;
  background: #f6f6f6;
  color: #000;
  opacity: 0.1;
  border: 1px solid #66cc33;
  border-radius: 8px;
  box-shadow: -1px 0px 20px 0px #55555524;
}

section.testi-sec .slick-next:before {
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  content: "\f061";
  height: 50px;
  width: 55px;
  opacity: 3 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  transition: 0.2s;
  font-size: 13px;
  background: #f6f6f6;
  color: #000;
  border: 1px solid #66cc33;
  border-radius: 8px;
}

section.testi-sec .slick-prev:hover {
  opacity: 1 !important;
}

section.testi-sec .slick-next:hover {
  opacity: 1 !important;
}

section.testi-sec .slick-prev:hover:before {
  background-color: #66cc33;
  color: #fff;
}

section.testi-sec .slick-next:hover:before {
  background-color: #66cc33;
  color: #fff;
}

/* next arrow  */

/* Testimonials Section End */

/* Footer  */

footer.footerSec {
  position: relative;
  overflow: hidden;
  background: #121212;
  color: #fff;
}

.top-ftwarp {
  padding: 100px 0px;
  text-align: center;
  position: relative;
  margin-right: 40px;
}

.top-ftwarp h3 {
  font-size: 38px;
  line-height: 40px;
  margin-bottom: 28px;
}

.top-ftwarp ul {
  justify-content: center;
  gap: 11px;
  padding-bottom: 50px;
}

.top-ftwarp ul li a i {
  width: 40px;
  height: 40px;
  border-radius: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border: 1px solid #ffff;
  font-size: 16px;
  transition: 0.2s;
}

.top-ftwarp ul li a:hover i {
  background: #66cc33;
  border-color: #66cc33;
}

footer .ft-phone a {
  justify-content: center;
  gap: 12px;
  font-size: 18px;
  color: #fff;
  transition: 0.1s;
  font-family: "Roboto";
  font-weight: 400;
}

footer .ft-phone a span {
  opacity: 80%;
  transition: 0.2s;
}

footer .ft-phone a:hover span {
  opacity: 1;
}

footer .ft-phone a:hover {
  color: #66cc33;
  text-decoration: underline;
}

.footer-btm {
  border-top: 1px solid #505050;
  padding: 24px 0;
  text-align: center;
}

.footer-btm p {
  margin: 0px;
  color: #fff;
  font-weight: 400;
  opacity: 40%;
}

footer.footerSec .footerWraper {
  margin-right: 120px;
}

.ft-rightcl {
  text-align: center;
}

.top-ftwarp:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  top: 0;
  right: 10px;
  background: #505050;
}

.ft-rightcl h3 {
  color: #66cc33;
  font-style: italic;
  display: inline-block;
  border-bottom: 1px solid #66cc33;
  font-size: 49px;
}

/* Footer  */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}




@media only screen and (min-width: 520px) and (max-width: 767px) {
    
    .top-bar-right {
    display: block !important;
}

.topSec:before {
    background: unset;
}

.top-bar-left ul {
    gap: 0;
    justify-content: space-between;
    margin-bottom: 20px !important;
}
.top-bar-right h4 {
    text-align: center;
    margin-bottom: 20px;
}

.top-bar-right ul.social {
    justify-content: center;
    gap: 13px;
}
.site-logo {
    float: unset;
    text-align: center;
    margin-right: 0;
    margin-bottom: 25px;
}

.menuSec .sitebtn {
    justify-content: center;
}
section.main_slider {
    padding: 10px 0;
}

.banner-img {
    height: 990px;
    min-height: 100vh;
}

.banner_text {
    margin-top: 0;
    margin-bottom: 40px;
}

.banner_text h1 {
    font-size: 40px;
    line-height: 1.5;
}

.banner_text h3 {
    font-size: 30px;
}

.info-btm {
    width: 100%;
    padding: 10px 15px 10px 15px;
    display: block;
}

.info-btm:before {
    background: unset;
}

.banner-right {
    margin-bottom: 200px;
}

.btm-img {
    display: none;
}

.ban-img2 {
    display: none;
}

.banner-right .top-imgs {
    display: block;
    padding-left: 0;
}
section.icons-sec .icons {
    margin-bottom: 70px;
}

section.icons-sec {
    padding: 40px 0;
}

section.branches-sec {
    padding-top: 0;
}

section.branches-sec h2 {
    font-size: 40px;
}

.heading {
    margin-bottom: 30px;
}

.map-card {
    margin-bottom: 30px;
}

section.about-sec {
    padding-top: 0;
    padding-bottom: 0;
}

section.about-sec:before {
    content: unset;
}

.abt-img {
    /* margin-bottom: 40px; */
}

.ab-col-right {
    margin-top: 50px;
}
section.loan-sec:before {
    content: unset;
}

.loan-col-right h5 {
    font-size: 16px;
}

.loan-col-right h2 {
    font-size: 42px;
    line-height: 1.5;
}

.loan-col-right {
    margin-top: 50px;
}

.loan-col-right ul li span {
    font-size: 15px;
}

.loan-col-left {
    padding-left: 0;
}
section.loan-sec .row {
    flex-wrap: wrap-reverse;
}
img.cct-img {
    height: 100%;
}

section.cct-sec {
    padding: 50px 0;
}

.cct-col-left {
    margin-top: 0;
}

.cct-col-left .videoWraper {
    width: 100%;
}

.cct-col-left .videoWraper h3 {
    margin-bottom: 20px;
    font-size: 30px;
}

.cct-col-right h3 {
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
}

.cct-col-right .sitebtn {
    display: block;
    /* text-align: center; */
}

.cct-col-right .cct-form form button.pbtn {
    margin: d;
    display: block;
    margin: 0 auto;
}

.cct-col-right .cct-form form .warn p {
    text-align: center;
}
.testi-sec .sec-head h1 {
    font-size: 40px;
    line-height: 1.5;
}

.testi-sec .sec-head {
    width: 100%;
}
section.testi-sec .slick-prev, section.testi-sec .slick-next {
    bottom: 5px;
}

section.testi-sec button.slick-next {
    right: 45%;
}

section.testi-sec button.slick-prev {
    left: 35%;
}
footer.footerSec .footerWraper {
    margin-right: 0;
}

.top-ftwarp {
    margin-right: 0;
    padding: 30px 0;
}

.top-ftwarp h3 {
    font-size: 30px;
}

.top-ftwarp ul {
    padding-bottom: 25px;
}

.ft-rightcl h3 {
    border-bottom: unset;
    margin-bottom: 20px;
    font-size: 30px;
}

.footer-btm p {
    font-size: 13px;
}

.top-ftwarp:before {
    content: unset;
}
}

@media only screen and (min-width: 300px) and (max-width: 519px) {
    .top-bar-right {
    display: block !important;
}

.topSec:before {
    background: unset;
}

.top-bar-left ul {
    gap: 0;
    justify-content: space-between;
    margin-bottom: 20px !important;
}
.top-bar-right h4 {
    text-align: center;
    margin-bottom: 20px;
}

.top-bar-right ul.social {
    justify-content: center;
    gap: 13px;
}
.site-logo {
    float: unset;
    text-align: center;
    margin-right: 0;
    margin-bottom: 25px;
}

.menuSec .sitebtn {
    justify-content: center;
}
section.main_slider {
    padding: 10px 0;
}

.banner-img {
    height: 990px;
    min-height: 100vh;
}

.banner_text {
    margin-top: 0;
    margin-bottom: 40px;
}

.banner_text h1 {
    font-size: 40px;
    line-height: 1.5;
}

.banner_text h3 {
    font-size: 30px;
}

.info-btm {
    width: 100%;
    padding: 10px 15px 10px 15px;
    display: block;
}

.info-btm:before {
    background: unset;
}

.banner-right {
    margin-bottom: 200px;
}

.btm-img {
    display: none;
}

.ban-img2 {
    display: none;
}

.banner-right .top-imgs {
    display: block;
    padding-left: 0;
}
section.icons-sec .icons {
    margin-bottom: 70px;
}

section.icons-sec {
    padding: 40px 0;
}

section.branches-sec {
    padding-top: 0;
}

section.branches-sec h2 {
    font-size: 40px;
}

.heading {
    margin-bottom: 30px;
}

.map-card {
    margin-bottom: 30px;
}

section.about-sec {
    padding-top: 0;
    padding-bottom: 0;
}

section.about-sec:before {
    content: unset;
}

.abt-img {
    /* margin-bottom: 40px; */
}

.ab-col-right {
    margin-top: 50px;
}
section.loan-sec:before {
    content: unset;
}

.loan-col-right h5 {
    font-size: 16px;
}

.loan-col-right h2 {
    font-size: 42px;
    line-height: 1.5;
}

.loan-col-right {
    margin-top: 50px;
}

.loan-col-right ul li span {
    font-size: 15px;
}

.loan-col-left {
    padding-left: 0;
}
section.loan-sec .row {
    flex-wrap: wrap-reverse;
}
img.cct-img {
    height: 100%;
}

section.cct-sec {
    padding: 50px 0;
}

.cct-col-left {
    margin-top: 0;
}

.cct-col-left .videoWraper {
    width: 100%;
}

.cct-col-left .videoWraper h3 {
    margin-bottom: 20px;
    font-size: 30px;
}

.cct-col-right h3 {
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
}

.cct-col-right .sitebtn {
    display: block;
    /* text-align: center; */
}

.cct-col-right .cct-form form button.pbtn {
    margin: d;
    display: block;
    margin: 0 auto;
}

.cct-col-right .cct-form form .warn p {
    text-align: center;
}
.testi-sec .sec-head h1 {
    font-size: 40px;
    line-height: 1.5;
}

.testi-sec .sec-head {
    width: 100%;
}
section.testi-sec .slick-prev, section.testi-sec .slick-next {
    bottom: 5px;
}

section.testi-sec button.slick-next {
    right: 45%;
}

section.testi-sec button.slick-prev {
    left: 35%;
}
footer.footerSec .footerWraper {
    margin-right: 0;
}

.top-ftwarp {
    margin-right: 0;
    padding: 30px 0;
}

.top-ftwarp h3 {
    font-size: 30px;
}

.top-ftwarp ul {
    padding-bottom: 25px;
}

.ft-rightcl h3 {
    border-bottom: unset;
    margin-bottom: 20px;
    font-size: 30px;
}

.footer-btm p {
    font-size: 13px;
}

.top-ftwarp:before {
    content: unset;
}
}