html {
  scroll-behavior: smooth;
}

/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
  scrollbar-width: none;
}
::-webkit-scrollbar {
  display: none;
}
/* sharath */
.bottomQucikConatct {
  background: #f4f4f4 ;
  padding: 30px 0px 20px ;
  width: 422px;
  border-radius: 0px 0 20px 20px;
  position: relative ;
}
.sidenav3 {
  text-align: center;
  display: block;
  position: fixed;
  z-index: 999;
  top: -1000px;
  right: 47px;
  overflow-y: hidden;
  transition: 0.5s;
  height: auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
}
.conatctMeDropSubBottom {
  text-transform: capitalize;
  font-size: 14px;
  font-weight: normal;
  color: #000;
  padding: 7px 0px;
  bottom: 5px;
  cursor: pointer;
  transition: .5s;
  text-align: center;
}

.bottomClosebtn {
  position: absolute;
  top: 15px;
  right: 25px;
  font-size: 0px;
  margin-left: 0px;
  cursor: pointer;
  z-index: 99;
  width: 32px;
  height: 32px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  border: 1px #045ea1 solid;
  border-radius: 50%;
}
.bottomQucikConatct h3 {
  font-size: 25px !important;
  margin-bottom: 20px !important;
  color: #045ea1 !important;
  text-align: left !important;
  padding-left: 32px !important;
}
.quickInputStyle {
  display: block;
  font-size: 15px;
  color: #555555;
  padding: 10px 0;
  border: none;
  border-bottom: 1px solid #cecece;
  width: 100%;
  background: transparent;
  margin: 0 0 24px 0;
  outline: none;
}
.subMitMainall {
  background: #045ea1;
  font-size: 19px;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: none;
  width: 100%;
  padding: 15px;
  border-radius: 10px;
  -moz-transition: .4s;
  -webkit-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  cursor: pointer;
}
.bottomSpacefield {
  padding: 0px 32px 20px;
}
.bottomSpacefield p {
  font-size: 14px;
  text-align: left;
}
/* sharath-end */
/* Back To Top */
.scrollToTopBtn {
  background: var(--primarycolor);
  border: none;
  color: #fff;
  opacity: 0;
  cursor: pointer;
  font-size: 30px;
  line-height: 48px;
  width: 45px;
  height: 45px;
  position: fixed;
  bottom: 130px;
  right: 30px;
  z-index: 9999;
  opacity: 2;
  transform: translateY(200px);
  transition: all 0.5s ease;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  border: 2px solid #fff;
}

.scrollToTopBtn img {
  width: 30px;
}

.showBtn {
  opacity: 1;
  transform: translateY(0);
  opacity: 1;
  text-decoration:none;
}

.scrollToTopBtn:hover {
  background: var(--secondarycolor);
}

.scrollToTopBtn:hover span {
  color: #fff;
  top: 5px;
}
.scrollToTopBtn:focus,
.scrollToTopBtn:focus-visible {
  border: none;
  outline: none;
  box-shadow: none;
}
@font-face {
  font-family: "MontserratSemiBold";
  src: url("../fonts/MontserratSemiBold.eot");
  src: url("../fonts/MontserratSemiBold.eot") format("embedded-opentype"),
    url("../fonts/MontserratSemiBold.woff2") format("woff2"),
    url("../fonts/MontserratSemiBold.woff") format("woff"),
    url("../fonts/MontserratSemiBold.ttf") format("truetype"),
    url("../fonts/MontserratSemiBold.svg#MontserratSemiBold") format("svg");
}
@font-face {
  font-family: "MontserratRegular";
  src: url("../fonts/MontserratRegular.eot");
  src: url("../fonts/MontserratRegular.eot") format("embedded-opentype"),
    url("../fonts/MontserratRegular.woff2") format("woff2"),
    url("../fonts/MontserratRegular.woff") format("woff"),
    url("../fonts/MontserratRegular.ttf") format("truetype"),
    url("../fonts/MontserratRegular.svg#MontserratRegular") format("svg");
}
@font-face {
  font-family: "MontserratMedium";
  src: url("../fonts/MontserratMedium.eot");
  src: url("../fonts/MontserratMedium.eot") format("embedded-opentype"),
    url("../fonts/MontserratMedium.woff2") format("woff2"),
    url("../fonts/MontserratMedium.woff") format("woff"),
    url("../fonts/MontserratMedium.ttf") format("truetype"),
    url("../fonts/MontserratMedium.svg#MontserratMedium") format("svg");
}
@font-face {
  font-family: "MontserratLight";
  src: url("../fonts/MontserratLight.eot");
  src: url("../fonts/MontserratLight.eot") format("embedded-opentype"),
    url("../fonts/MontserratLight.woff2") format("woff2"),
    url("../fonts/MontserratLight.woff") format("woff"),
    url("../fonts/MontserratLight.ttf") format("truetype"),
    url("../fonts/MontserratLight.svg#MontserratLight") format("svg");
}
@font-face {
  font-family: "MontserratBold";
  src: url("../fonts/MontserratBold.eot");
  src: url("../fonts/MontserratBold.eot") format("embedded-opentype"),
    url("../fonts/MontserratBold.woff2") format("woff2"),
    url("../fonts/MontserratBold.woff") format("woff"),
    url("../fonts/MontserratBold.ttf") format("truetype"),
    url("../fonts/MontserratBold.svg#MontserratBold") format("svg");
}
@font-face {
  font-family: "MontserratExtraBold";
  src: url("../fonts/MontserratExtraBold.eot");
  src: url("../fonts/MontserratExtraBold.eot") format("embedded-opentype"),
    url("../fonts/MontserratExtraBold.woff2") format("woff2"),
    url("../fonts/MontserratExtraBold.woff") format("woff"),
    url("../fonts/MontserratExtraBold.ttf") format("truetype"),
    url("../fonts/MontserratExtraBold.svg#MontserratExtraBold") format("svg");
}

:root {
  --regular: "MontserratRegular";
  --light: "MontserratLight";
  --medium: "MontserratMedium";
  --smbold: "MontserratSemiBold";
  --extrabold: "MontserratExtraBold";
  --bold: "MontserratBold";
  --primarycolor: #25247b;
  --secondarycolor: #faa61a;
  --ani: all 0.5s;
}
body {
  font-family: var(--regular);
}
p {
  font-size: 15px;
  margin-bottom: 0;
}
section {
  padding: 80px 0;
  overflow: hidden;
}
.main-container {
  padding: 0 5%;
}

/*--.ab-faq-col
{
     position: relative;
} ---*/
.download-main h3
{
    margin-bottom: 5%;
}
.ab-faq-bx {
  position: relative;
  bottom: 20px;
  left: 32px;
}
.ab-faq-bx a {
  width: 100%;
  border-radius: 25px;
  background: var(--primarycolor);
  display: inline-block;
  padding: 20px;
  position: relative;
  top: 20px;
  right: 20px;
  transition: var(--ani);
  text-decoration: none
}
.ab-faq-bx-border {
  border: 0.5px solid rgba(112, 112, 112, 1);
  border-radius: 25px;
   width: 100%;
}

.ab-faq-bx a h6 {
  font-family: var(--regular);
  font-size: 15px;
  color: #fff;
  margin-bottom: 20px;
}
.ab-faq-bx-border {
  border: 0.5px solid rgba(112, 112, 112, 1);
  border-radius: 25px;
}
.ab-faq-bx a span {
  background-color: #fff;
  width: 23px;
  aspect-ratio: 1/1;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  float: right;
}
.ab-faq-bx a span i {
  padding-top: 4px;
  font-size: 14px;
}

.ab-faq-bx a:hover {
  top: 0;
  right: 0;
}
.header-strip {
  background-color: #454495;
  padding: 5px 1%;
  justify-content: space-between;
  align-items: center;
}
.st-contact {
  gap: 20px;
  align-items: center;
}
.str-m-main {
  display: none;
}
.st-contact a {
  color: #fff;
  font-family: var(--medium);
  text-decoration: none;
  font-size: 15px;
  margin-bottom: 0;
}
.st-contact a i {
  font-size: 16px;
  margin-right: 10px;
  color: #fff;
}
.st-media {
  gap: 20px;
  align-items: center;
}
.st-media a {
  color: #fff;
  transition: var(--ani);
  text-decoration: none;
  font-size: 17px;
}
.st-media a:hover {
  color: var(--secondarycolor);
}
.str-ourb {
  background-color: var(--primarycolor);
  color: #fff !important;
  font-family: var(--regular);
  font-size: 14px;
  padding: 2px 20px;
  border-radius: 8px;
  transition: var(--ani);
}
.str-ourb:hover {
  background-color: #000;
}
header {
  background-color: var(--primarycolor);
  background-color: var(--primarycolor);
  position: relative;
  z-index: 9;
}
header.smaller {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  background-color: var(--primarycolor);
  background-color: var(--primarycolor);
  box-shadow: 4px 0 10px #00000070;
}
/* header.smaller {
  position: sticky;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 99;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
} */
header .navbar img {
  width: 250px;
}
header .navbar-nav {
  margin-right: 30px;
}
header .nav-item .nav-link {
  color: #fff !important;
  transition: var(--ani);
}
header .nav-item .nav-link:hover {
  color: var(--secondarycolor) !important;
}
header .dropdown-toggle::after {
  border: none !important;
  content: "+";
  vertical-align: 0 !important;
  color: var(--secondarycolor);
}

header .dropdown-menu {
  padding: 0;
  border: 1px solid #000;
  background-color: var(--primarycolor);
  border-radius: 0;
}
header .dropdown-menu .dropdown-item {
  padding: 6px 10px;
  transition: var(--ani);
  color: #fff;
}
header .dropdown-menu .dropdown-item:hover {
  background: var(--secondarycolor);
  color: var(--primarycolor);
}
.scrollable-tabs-container {
  display: none;
}
.request-btn a {
  background-color: var(--secondarycolor);
  font-size: 16px;
  font-family: var(--medium);
  color: var(--primarycolor);
  text-decoration: none;
  padding: 8px 15px;
  border-radius: 7px;
  margin-right: 20px;
  transition: var(--ani);
}
.request-btn a:hover {
  color: #fff;
  background-color: #000;
}
.request-btn a span {
  margin-left: 10px;
}
.request-btn a i {
  padding-right: 10px;
  border-right: 1px solid var(--primarycolor);
  transition: var(--ani);
}
.request-btn a:hover i {
  border-right: 1px solid #fff;
}
.hc-nav-trigger i {
  font-size: 25px;
  color: #fff;
  cursor: pointer;
}
.search-mobile {
  display: none;
}
/* Banner  */
.banner {
  position: relative;
  margin-top: -110px;
}

.banner-img-index {
  height: 100vh;
}
.banner-mob {
  display: none;
}
.banner-text {
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
.gloan {
  align-items: center;
  gap: 50px;
}
.gloan-first h1 {
  font-family: var(--extrabold);
  font-size: 65px;
  color: var(--secondarycolor);
  margin-bottom: 0;
}
.gloan-first h1 span {
  font-family: var(--regular);
}
.lowest {
  border: 1px solid #fff;
  padding: 20px;
  border-radius: 17px;
}
.lowest h4 {
  font-size: 35px;
  font-family: var(--smbold);
  color: var(--secondarycolor);
  margin-bottom: 2px;
}
.lowest h3 {
  font-size: 45px;
  color: #fff;
  font-family: var(--smbold);
  margin-bottom: 0;
}
.gold-value {
  padding-top: 20px;
}
.gold-box {
  border-right: 1px solid #fff;
  padding-right: 7px;
}
.gold-box h5 {
  font-family: var(--bold);
  font-size: 16px;
  color: var(--secondarycolor);
}
.gold-box h5:last-child {
  color: #fff;
  margin-bottom: 0;
}

/* Services  */
.owl-service-slider-fresh .item,
.owl-news .item
{
    padding: 20px;
 }
.service-main {
  position: relative;
}
.cloud-service {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 250px;
}
.coin-service {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 140px;
  transform: translatey(0px);
  animation: float 3s ease-in-out infinite;
}
.gloan-left--col {
  display: flex;
  align-items: end;
}
.second-text {
  font-size: 22px;
  color: var(--secondarycolor);
  font-family: var(--medium);
  margin-bottom: 6px;
}
.main-text {
  
}
.secondtext h4
{
    font-family: var(--smbold);
  font-size: 30px;
  color: var(--primarycolor);
  margin-bottom: 10px;
}
.secondtext p
{
font-size: 15px;
  width: 490px;
}
.serive-gold-body {
  padding-top: 50px;
}
.service-main .service-para {
  font-size: 15px;
  width: 490px;
}
.serivice-cards {
  box-shadow: 10px 5px 20px #25247b59;
  border-radius: 30px;
  padding: 30px;
  height: 350px;
  position: relative;
  background-color: #fff;
  transition: var(--ani);
  margin: 15px;
}

.serivice-cards h4 {
  font-family: var(--smbold);
  font-size: 26px;
  color: var(--primarycolor);
  margin-bottom: 15px;
}
.serivice-cards p {
  font-size: 15px;
  padding-right: 30px;
}

.serivice-cards .gold-btn a {
  position: absolute;
  bottom: 30px;
  left: 30px;
  background-color: var(--primarycolor);
  padding: 10px 15px;
  border-radius: 10px;
  color: #fff;
  box-shadow: 0px 3px 6px #0000004d;
  transition: var(--ani);
}
.gold-loan-img {
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 140px;
  transition: var(--ani);
}
.serivice-cards:hover .gold-btn a {
  box-shadow: 8px 5px 6px #00000024;
  background-color: var(--secondarycolor);
}
.serivice-cards:hover {
  margin-top: -10px;
}
.serivice-cards:hover .gold-loan-img {
  transform: scale(1.2);
}
/* Everlasting */
.everlast-main {
  overflow-x: hidden;
}
.ever-left--col {
  background-color: var(--primarycolor);
  align-items: center;
}
.ever-left {
  padding: 80px 15% 80px 5%;
}
.ever-left h3 {
  color: #fff;
}
.ever-left h5 {
  margin-bottom: 25px;
}
.ever-left p {
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 29px;
  font-size: 16px;
}
.ever-right {
  flex-direction: column;
  padding: 80px 5% 80px 0;
  justify-content: center;
}
.everimg {
  margin-left: -50px;
}

.celibrating h5 {
  background-color: var(--secondarycolor);
  display: inline-block;
  padding: 5px 20px;
  font-family: var(--smbold);
  font-size: 25px;
  border-radius: 50px;
  margin-top: -10px;
  margin-left: -200px;
}
.celibrating h5 span {
  margin: 0 10px;
  font-size: 30px;
  font-family: var(--bold);
}

/* Gold loan  */
.gold-loan-main {
  padding-bottom: 0;
  position: relative;
  overflow: visible;
}
.gold-brick {
  position: absolute;
  right: 5%;
  top: -70px;
  width: 170px;
  transform: translatey(0px);
  animation: float 3s ease-in-out infinite;
}
@keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-10px);
  }
  100% {
    transform: translatey(0px);
  }
}

.gold-loan-col p {
  font-family: var(--medium);
  color: #000;
  font-size: 19px;
}
.gold--form {
  padding-top: 30px;
  padding-bottom: 50px;
}
.gold--form p {
  font-family: var(--smbold);
  font-size: 19px;
  margin-bottom: 10px;
}
.gold-input {
  align-items: center;
  gap: 20px;
  border: var(--primarycolor) 1px solid;
  border-radius: 4px;
  padding: 10px 20px;
}
.gold-input img {
  width: 30px;
}
.gold-input input {
  border: none;
  color: var(--primarycolor);
  width: 100%;
  font-size: 18px;
}
.gold-input input:focus-visible {
  border: none;
  outline: none;
}
.gold-or {
  font-family: var(--smbold);
  font-size: 19px;
  margin: 20px 0;
}
.gold-calc-btn {
  background-color: var(--primarycolor);
  border: none;
  color: #fff;
  font-family: var(--smbold);
  font-size: 20px;
  padding: 10px;
  margin-top: 30px;
  border-radius: 12px;
  transition: var(--ani);
}
.gold-calc-btn:hover {
  color: var(--secondarycolor);
}
/* Easy Money  */
.easy-main {
  background-color: var(--primarycolor);
}
.easy-main p
{
    color:#fff;
}
.easy-main h3 {
  font-family: var(--smbold);
  font-size: 40px;
  margin-bottom: 30px;
}
.easy-count {
  background-color: #e6f6fc;
  border-radius: 14px;
  padding: 40px 0;
  margin-top: 40px;
}
.mcount-boc p
{
   color:#000;
}
.mcount-boc {
  border-right: var(--primarycolor) solid 1px;
}
.mcount-boc .prg-count {
  font-family: var(--extrabold);
  font-size: 50px;
  color: var(--primarycolor);
}
.mcount-boc .plus {
  font-family: var(--medium);
  font-size: 45px;
  color: var(--primarycolor);
}
.mcount-boc p {
  font-family: var(--medium);
  margin-top: -5px;
}

/* News */
.news-main {
  position: relative;
}
.news-gold-coin {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 140px;
  transform: translatey(0px);
  animation: float 3s ease-in-out infinite;
}
.news-gold-cloud {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 250px;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.news-body {
  padding-top: 40px;
}
.news-card--col {
  padding-bottom: 20px;
  transition: var(--ani);
}
.news-card--col:hover {
  margin-top: -15px;
  padding-top: 10px;
}
.news-card--col a {
  text-decoration: none;
}
.news-card {
  box-shadow: 3px 3px 10px #00000026;
  border-radius: 42px;
  padding: 30px;
  transition: var(--ani);
  background-color: #fff;
  position: relative;
  z-index: 2;
}
.news-card:hover {
  background-color: #f5f5f5;
  box-shadow: 3px 6px 17px #00000026;
}
.news-para {
  gap: 30px;
  align-items: start;
}
.news-para h5 {
  color: var(--primarycolor);
  font-size: 17px;
  font-family: var(--medium);
  margin-bottom: 0;
  min-height:61px !important;
  text-align:left;
  margin:17px;
  
}
.news-para i {
  margin-top: 10px;
  font-size: 20px;
  color: var(--primarycolor);
  transition: var(--ani);
}
.news-card--col:hover .news-para i {
  margin-right: 10px;
}
.news-img {
  padding: 30px 0;
}
.news-card p {
  color: #000000;
}

/* Testimonials */

.testi-main {
  background-image: url("../images/testi-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.testi-body {
  padding-top: 40px;
}
.testi-card {
  box-shadow: 3px 3px 10px #00000026;
  border-radius: 30px;
  background-color: #fff;
  padding: 30px;
  transition: var(--ani);
}
.testi-card p {
  padding: 20px 0;
  text-align:justify;
}
.testi-card h5 {
  color: var(--primarycolor);
  font-size: 18px;
  font-family: var(--smbold);
}
.testi-card h6 {
  font-family: var(--medium);
  font-size: 17px;
  color: #000;
  margin-bottom: 0;
}
.testi-card img {
  transition: var(--ani);
  width:100px;
  height:100px;
}
.testi-card:hover {
  box-shadow: 0px -1px 20px #06061bc6;
}
.testi-card:hover img {
  transform: scale(1.1);
}
/* Call Back  */
.callback-main {
  background-image: url("../images/callback-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.callback-left h4 {
  color: #fff;
  font-family: var(--bold);
  font-size: 30px;
  margin-bottom: 15px;
}
.callback-left p {
  color: #d2d6db;
}
.call-form-custom:focus-visible {
  outline: none;
  box-shadow: none;
}
.call-form-custom {
  background: rgba(255, 255, 255, 0.3);
  border: none;
  padding: 12px;
  height: 46px;
  font-size: 15px;
  color: #fff;
}
.call-form-custom option {
  color: black;
  font-size: 15px;
}

.call-form-custom::placeholder {
  opacity: 1;
  color: #fff;
}
.callform-left .form-gap:last-child {
  padding-top: 30px;
}
.callsubmt {
  background-color: var(--primarycolor);
  padding: 12px 20px;
  height: 46px;
  display: inline-block;
  border-radius: 8px;
  color: #ffffffb5;
  text-decoration: none;
  transition: var(--ani);
}
.callsubmt i {
  margin-right: 10px;
}
.callsubmt:hover {
  background-color: #000;
}
footer {
  background-color: var(--primarycolor);
  padding: 50px 0;
}
.footer-logo-sec {
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e1e2e5;
  padding-bottom: 30px;
}
.footer-logoimg {
  width: 270px;
}
.footer-media {
  gap: 20px;
}
.footer-media a {
  color: #fff;
  font-size: 22px;
  transition: var(--ani);
}
.footer-media a:hover {
  color: var(--secondarycolor);
}
.footer-links-main {
  padding-top: 40px;
}
.footer-links-main p
{
    color:#fff;
}
.flink-head {
  color: #e1e2e5;
  font-family: var(--light);
  margin-bottom: 30px;
  font-size: 23px;
  text-transform: uppercase;
}
.flink-subhead {
  font-family: var(--medium);
  color: #e1e2e5;
  margin-bottom: 5px;
}
.flink-subhead-gap {
  margin-top: 20px;
}
.f-info {
  font-family: var(--medium);
  color: #e1e2e5;
  padding-bottom: 10px;
}
.f-indo-contact {
  display: block;
  margin-top: 20px;
  color: #ffffff;
  font-size: 16px;
  text-decoration: none;
  transition: var(--ani);
}
.f-indo-contact i {
  margin-right: 5px;
  color: var(--secondarycolor);
}
.f-indo-contact:hover {
  color: var(--secondarycolor);
}

.contact-footer i {
  color: var(--secondarycolor);
  font-size: 18px;
  margin-top: 8px;
}
.add-info {
  color: #e1e2e5;
  font-family: var(--light);
  font-size: 14px;
  text-decoration: none;
  line-height: 29px;
  padding-left: 15px;
}
.f--links a {
  color: #e1e2e5;
  text-decoration: none;
  display: block;
  font-family: var(--light);
  font-size: 18px;
  margin-bottom: 5px;
  position: relative;
  transition: var(--ani);
  margin-left: 25px;
}
.f--links a::before {
  content: "";
  background-image: url("../images/favicon.png");
  background-repeat: no-repeat;
  width: 14px;
  height: 13px;
  position: absolute;
  left: -25px;
  top: 8px;
}
.f--links a:hover {
  color: var(--secondarycolor);
}
.ft-collapse a {
  margin-left: 35px;
}
.footermobilePingNav {
  display: none;
}
.valluvanad-copyright {
  width: 565px;
  margin: auto;
  display: block;
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #e1e2e59c;
}
.valluvanad-copyright h6 {
  color: #e1e2e5;
  font-family: var(--regular);
  font-size: 15px;
}
.valluvanad-copyright h6:first-child {
  margin-bottom: 10px;
}
.valluvanad-copyright h6 a {
  text-decoration: none;
  color: #e1e2e5;
}

/* -------------------------------- Contact -------------------------------- */
.contact-hero {
  background-color: #f5f5f5;
}
.cntact-flex {
  display: flex;
  align-items: center;
  position: relative;
}
.send-bx-br {
  box-shadow: 0px 3px 6px #0000004d;
  background-color: #fff;
  position: absolute;
  padding: 15px;
  width: 800px;
  left: -200px;
}
.send-bx {
  border: 0.5px solid #707070;
  padding: 30px;
}
.send-bx h5 {
  position: relative;
}
.send-bx h5::before {
  content: "";
  position: absolute;
  left: -46px;
  top: 3px;
  width: 25px;
  height: 56px;
  background-color: var(--secondarycolor);
}
.send-bx h4 {
  margin-bottom: 20px;
}
.send-bx p {
  font-family: var(--regular);
  font-size: 15px;
  margin-bottom: 20px;
}
.contact-inpt {
  font-family: var(--medium);
  font-size: 15px;
  border: 0.5px solid #8e8e8e;
  border-radius: 7px;
  box-shadow: 0px 3px 6px #6363634d;
  padding: 10px;
  margin-bottom: 20px;
  color: #000;
}
.contact-inpt:focus,
.contact-inpt:focus-visible {
  border: 0.5px solid #8e8e8e;
  box-shadow: 0px 3px 6px #6363634d;
  outline: none;
}
.contact-inpt::placeholder {
  color: #000;
  opacity: 1;
}
.contact-textarea {
  height: 100px;
  resize: none;
}
.snd-msg a {
  background: #dde2e6;
  box-shadow: 0px 3px 6px #0000004d;
  border-radius: 7px;
  padding: 5px 20px;
  text-align: center;
  font-family: var(--medium);
  font-size: 14px;
  color: #000;
  text-decoration: none;
  transition: var(--ani);
}
.snd--icon {
  width: 14px;
  margin-top: -3px;
  margin-left: 6px;
}
.snd-msg a:hover {
  background: var(--secondarycolor);
}
.contact-phone {
  background-color: #f5f5f5;
  padding-top: 0;
}
.snd-msg {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact--info h5 {
  font-family: var(--medium);
  font-size: 22px;
  margin-bottom: 30px;
}
.c-phone-icon {
  width: 20px;
  height: 20px;
}
.contact--info h5 img {
  margin-top: -5px;
  margin-right: 10px;
}
.contact--info a {
  font-family: var(--medium);
  font-size: 17px;
  color: #000;
  text-decoration: none;
  padding-left: 38px;
}
.contact--info p {
  color: #000;
  font-size: 15px;
  font-family: var(--medium);
  margin-bottom: 0;
  padding-left: 38px;
}
.c-mail-icon {
  width: 43px;
}
.contact--info-br {
  border-right: 0.5px solid #707070;
  border-left: 0.5px solid #707070;
}
.mail--flex {
  display: flex;
  justify-content: center;
}
.c-loc-icon {
  margin-top: 0 !important;
  height: 27px;
}
.add--flex {
  display: flex;
  justify-content: end;
}
.location-gap {
  margin-top: -8px;
}
.loc-iframe {
  height: 400px;
}

/* -------------------------------- About Us -------------------------------- */
.about-banner {
  position: relative;
}
.contact-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.contact-text h2 {
  color: #fff;
  font-family: var(--smbold);
  font-size: 40px;
}
.who-content h3 {
  position: relative;
  margin-bottom: 30px;
  color: #000;
}
.who-content h3:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 60px;
  background-color: var(--secondarycolor);
  left: -80px;
  top: 0;
}
.who-content p {
  font-size: 16px;
  font-family: Arial;
  padding-right: 50px;
  line-height: 29px;
}
.who-we-img {
  position: relative;
  right: -80px;
}
.op-vallu-head {
  margin-top: 40px;
}
.op-vallu-head h2 {
  font-size: 45px;
  font-family: var(--light);
  color: #000;
  opacity: 60% !important;
}
.op-vallu-head h2:last-child {
  margin-left: 100px;
}
.history-main {
  background-image: url("../images/history-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.history-left h3 {
  color: #000;
  margin-bottom: 30px;
}
.history-left p {
  font-family: var(--medium);
  font-size: 20px;
}
.history-right {
  padding-top: 70px;
}
.history-right p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  margin-bottom: 15px;
}
.vision-main {
  padding: 0;
}
.mission-logo {
  margin-left: 10px;
  width: 200px;
  padding-top: 50px;
}
.mission-right {
  background: #25247b;
  border-radius: 0px 0px 0px 28px;
  height: 100%;
  padding: 0 70px;
  display: flex;
  align-items: center;
  position: relative;
}
.mission-round {
  position: absolute;
  right: 0;
  top: 20px;
}
.mission-right h3 {
  color: #fff;
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: 0;
}
.mission-right h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 50%;
  background-color: var(--secondarycolor);
}
.v-m-content {
  padding-top: 50px;
  padding-left: 30px;
}
.v-m-content h4 {
  position: relative;
  font-size: 25px;
  color: #fff;
  font-family: var(--smbold);
  margin-bottom: 30px;
}
.v-m-content h4::before {
  content: "";
  position: absolute;
  width: 13px;
  height: 30px;
  left: -30px;
  top: 0;
  background-color: var(--secondarycolor);
}
.v-m-content p {
  color: #cfcfcf;
  font-family: var(--regular);
  font-size: 15px;
}
.story-bx {
  border: 0.5px solid #707070;
  border-radius: 30px;
  padding: 70px;
}
.story-left {
  display: flex;
}
.story-left h3 {
  font-family: var(--regular);
  color: #000;
  margin-left: -30px;
}
.story-left h3 span {
  font-family: var(--smbold);
  display: block;
}
.story-right {
  display: flex;
  gap: 20px;
}
.story-right p {
  font-size: 16px;
  font-family: Arial, sans-serif;
  color: #000;
  line-height: 29px;
}
.story-coin {
  margin-right: -55px;
}

/* -------------------------------- About Us -------------------------------- */
.gold-l--sub h3
{
    margin-bottom: 5%;
    color: #25247b;
  font-weight: bold;
 }
.fast--bx {
  box-shadow: 10px 5px 20px #25247b59;
  border-radius: 30px;
  margin-top: 30px;
  overflow: hidden;
}
.fast--bx-head {
  padding: 30px 30px 30px 80px;
}
.fast--bx-content {
  padding: 0 30px 30px 80px;
}
.fast--bx-head h3 {
  position: relative;
   margin-bottom: 10px;
   font-family: var(--smbold);
  font-size: 30px;
  color: var(--primarycolor);
}
.fast--bx-head h3::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 80px;
  background-color: var(--secondarycolor);
  left: -80px;
  top: 0;
}
.fast--bx-left p {
  font-family: var(--regular);
  font-size: 16px;
  color: #000;
  margin-bottom: 20px;
}
.fast-enquire-bx {
  padding-top: 30px;
  text-align: center;
}
.fast-enquire-bx a {
  text-decoration: none;
  font-family: var(--smbold);
  color: #fff;
  background-color: var(--primarycolor);
  padding: 13px;
  border-radius: 12px;
  width: 100%;
  display: inline-block;
  transition: var(--ani);
}
.fast-enquire-bx a:hover {
  color: var(--secondarycolor);
}
.fast--bx-second {
  background-image: url("../images/fast--bx-second-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 30px 10px 80px;
}
.fast--bx-second ul {
  padding-left: 30px;
}
.fast--bx-second ul li {
  list-style: none;
  margin-bottom: 15px;
  font-family: var(--medium);
  font-size: 17px;
  color: #000;
  position: relative;
}
.fast--bx-second ul li::before {
  content: "";
  position: absolute;
  left: -30px;
  top: 5px;
  background-image: url("../images/fast-tick-icon.png");
  background-size: 18px 18px;
  width: 18px;
  height: 18px;
}

.gold-tabs {
  padding-top: 10px;
}
.gold--tab-bx {
  padding: 40px;
  /* background-image: url('../images/gold-tab-bg.png'); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  border-radius: 30px;
  box-shadow: 10px 5px 20px #25247b59;
}
.gold--tabs {
  align-items: center;
  justify-content: center;
}
.gold--tabs button {
  border-radius: 12px;
  font-family: var(--smbold);
  font-size: 19px;
  padding: 8px 80px;
  border: 1px solid var(--primarycolor);
}
.gold--tabs button:first-child {
  border-radius: 12px 0px 0px 12px;
}
.gold--tabs button:last-child {
  border-radius: 0px 12px 12px 0px;
}
.gold--tabs button.active {
  background-color: var(--primarycolor);
  color: #fff;
  box-shadow: 3px 3px 10px #00000026;
}
.gold--tab-content {
  padding-top: 50px;
}
.gold-tab-row {
  margin-left: 0;
  margin-right: 0;
}
.gold-tab-left h5 {
  margin-bottom: 30px;
}
.gold-tab-left p {
  font-family: var(--regular);
  font-size: 16px;
  margin-bottom: 15px;
}
.gold-tab-left p:last-child {
  margin-bottom: 0;
}
.feauture-loan-main {
  padding-top: 0;
}
.feature-container {
  padding: 0px 50px;
}
.feature-main-bx {
  background-color: var(--primarycolor);
  padding: 60px;
  padding-bottom: 20px;
  box-shadow: 3px 3px 6px #00000061;
  border-radius: 21px;
}
.feature-main-bx h3 {
  color: #fff;
  position: relative;
  margin-bottom: 60px;
}
.feature-main-bx h3::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 140px;
  height: 2px;
  background-color: var(--secondarycolor);
}
.feature-main-bx p {
  font-size: 16px;
  color: #fff;
  text-align: center;
}
.feature-cols {
  padding-top: 50px;
}
.feature-cols h6 {
  color: #fff;
  position: relative;
  font-family: var(--medium);
  padding-left: 20px;
  margin-bottom: 40px;
}
.feature-cols h6::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 40px;
  background-color: var(--secondarycolor);
}

.faq-submain {
  background-color: #f5f5f5;
}
.faq-left-col {
  display: flex;
  align-items: center;
}
.faq-left-content h3 {
  color: #000;
  margin-bottom: 20px;
}
.faq-left-content h3 span {
  display: block;
}
.faq-left-content p {
  color: #000;
  margin-bottom: 0;
}

.faq-right .accordion-item {
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #9d9d9d;
  border-radius: none;
}
.faq-right .accordion-header {
  border-color: none !important;
  border-radius: none;
}
.faq-right .accordion-button {
  background-color: transparent;
  border: none;
  border-radius: none;
  font-family: var(--medium);
  font-size: 17px;
  color: var(--primarycolor);
  outline: none;
  box-shadow: none;
}
.faq-right .accordion-button::after {
  font-family: "Font Awesome 5 Brands";
  content: "\2b";
  font-size: 13px;
  background-image: none;
  border: 1px solid var(--primarycolor);
  width: 25px;
  height: 25px;
  border-radius: 50%;
  padding-left: 6px;
  padding-top: 4px;
}
.faq-right .accordion-button:not(.collapsed)::after {
  content: "";
  background-image: url("../images/minus-icon.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 9px 2px;
}
.faq-right .accordion-body {
  border-radius: none;
}

/* -------------------------------- News -------------------------------- */
.news-cols{
  border-radius: 12px;
  border: 1px solid #25247b54;
  margin-top: 40px;
  padding: 20px;
}
.news-cols img{
  border-radius: 12px;
}
.news-date{
  margin: 20px 0;
  font-size: 15px;
  color: #393898;
  font-family: var(--medium);
}
.news-cols h4{
  color: #1d1c50;
  font-size: 20px;
  font-family: var(--medium);
  margin-bottom: 20px;
}
.news-cols p{
  color: #0f0e4e;
  font-size: 15px;
}
.news-cols a{
  display: inline-block;
  font-size: 15px;
  text-decoration: none;
  font-family: var(--medium);
  color: var(--primarycolor);
  margin-top: 15px;
  transition: var(--ani);
}
.news-cols a:hover{
  color: var(--secondarycolor);
}


/* Responsive -------------------------------------------------- */
@media (max-width: 1327.5px) {
  header .nav-item .nav-link {
    display: none;
  }
}
@media (max-width: 1224.5px) {
  header .nav-item .nav-link {
    font-size: 14px;
  }
  .send-bx-br {
    left: -290px;
  }
}
@media (max-width: 1153.5px) {
  header .nav-item .nav-link {
    display: none;
  }
  .mail--flex {
    display: block;
  }
  .contact--info h5 {
    font-size: 17px;
  }
  .contact--info a {
    font-size: 15px;
    padding-left: 20px;
  }
}
@media (max-width: 1036.5px) {
  .v-m-content {
    padding-top: 25px;
  }
  .v-m-content h4 {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .v-m-content h4::before {
    width: 10px;
    height: 25px;
  }
  .story-coin {
    display: none;
  }
}
@media (max-width: 991.5px) 
{
   .ab-faq-bx
   {
       margin-bottom: 40px;
   }
  .ab-faq-bx-border
  {
      width: 88%;
  }
  .header-strip {
    padding: 5px 15px;
  }
  .str-m {
    display: none;
  }
  .str-m-main {
    display: block;
  }
  .st-contact {
    gap: 20px;
  }
  .st-media {
    gap: 10px;
  }
  .st-contact a i {
    font-size: 18px;
    margin-right: 0;
  }
  .str-m-main-sec i {
    font-size: 14px !important;
    position: relative;
    top: -2px;
  }
  .st-media a {
    font-size: 15px;
    border-radius: 4px;
    padding: 4px 10px;
  }
  .main-container {
    padding: 0 3%;
  }
  header {
    background: #fff;
  }
  header.smaller {
    position: static;
    background: none !important;
  }
  .hc-nav-trigger i {
    color: #000;
  }
  header .navbar-brand,
  .request-btn,
  .navbar-nav {
    display: none;
  }
  .banner-img-index {
    display: none;
  }
  .banner-mob {
    display: block;
    border-radius: 15px;
  }
  .mobile-cont {
    justify-content: start !important;
    flex-direction: row-reverse;
  }
  .scrollable-tabs-container {
    display: block;
  }
  .scrollable-tabs-container {
    font-weight: normal;
    overflow: auto;
    position: relative;
  }
  .scrollable-tabs-container ul {
    display: flex;
    gap: 8px;
    padding: 12px 0px;
    margin: 0;
    margin-left: 0px;
    list-style: none;
    overflow-x: scroll;
    -ms-overflow-style: none;
    margin-left: 37px;
  }
  .scrollable-tabs-container a {
    color: #fff;
    text-decoration: none;
    border: 0.20000000298023224px solid rgba(37, 37, 37, 0.827);
    padding: 4px 10px;
    display: inline-block;
    border-radius: 4px;
    user-select: none;
    background-color: var(--primarycolor);
    white-space: nowrap;
    font-size: 12px;
    transition: var(--ani);
    font-family: var(--medium);
  }
  .scrollable-tabs-container a:hover {
    color: var(--secondarycolor);
  }
  .border-inpt {
    border: var(--primarycolor) solid 1px;
  }
  .rupees,
  .lowest,
  .gold-value {
    display: none;
  }
  .banner {
    padding: 10px;
    margin-top: 0;
  }
  .banner-img-index {
    border-radius: 10px;
    height: auto;
  }
  .gloan-first h1 {
    font-size: 50px;
  }
  .banner-text {
    top: 20%;
  }
  .serivice-cards {
    margin-bottom: 30px;
  }
  section {
    padding: 30px 0;
  }
  .second-text {
    font-size: 20px;
  }
  .serivice-cards h4 {
    font-size: 25px;
  }
  .serive-gold-body {
    padding-top: 30px;
  }
  .main-text {
    font-size: 25px;
  }
  .serivice-cards {
    height: auto;
    min-height: 281px;
    padding: 20px;
  }
  .mob-container {
    padding: 0 4%;
  }
  .ever-left--col {
    border-radius: 20px;
    box-shadow: 0px -1px 20px #25247b59;
  }
  .ever-left {
    padding: 30px 3% 30px 3%;
  }
  .ever-right {
    padding: 30px 3% 30px 0;
    display: none !important;
  }
  .ever-left h3 {
    font-size: 25px;
  }
  .everimg {
    width: 70%;
  }
  .box-shadow-mob {
    border: 1px solid #25247b4a;
    /* box-shadow: 0px -1px 20px #25247b59; */
    border-radius: 15px;
    padding: 15px;
  }
  .gold-loan-main {
    padding-bottom: 30px;
  }
  .round-shadow {
    box-shadow: 0px -1px 20px #25247b59;
    border-radius: 20px;
    padding: 30px;
  }
  .gloan-left--col img {
    width: 60% !important;
    margin: auto;
  }
  .gold-loan-col p {
    font-size: 17px;
  }
  .gold-input input {
    font-size: 16px;
  }
  .gold--form {
    padding-bottom: 0;
  }
  .gold--form p {
    font-size: 16px;
  }
  .gold-calc-btn {
    font-size: 16px;
  }
  .callform-left .form-gap {
    padding-top: 30px;
  }
  .easy-main {
    border-radius: 20px;
  }
  .small-bxshadow {
    box-shadow: 0px -1px 20px #0c0c1259;
    border-radius: 20px;
    padding: 15px;
  }
  .easy-main h3 {
    font-size: 25px;
    margin-bottom: 10px;
  }
  .easy-count {
    padding: 30px;
    margin-top: 30px;
  }

  .mcount-boc .prg-count,
  .mcount-boc .plus {
    font-size: 33px;
  }
  .news-body {
    padding-top: 30px;
  }
  .news-card--col {
    padding-bottom: 0;
  }
  .news-para h5 {
    font-size: 16px;
  }
  .news-para i {
    margin-top: 0;
  }
  .testi-main {
    border-radius: 20px 20px 0 0;
  }
  .testi-body {
    padding-top: 30px;
  }
  .callback-left h4 {
    font-size: 25px;
  }
  .callsubmt {
    padding: 12px 80px;
    font-size: 15px;
  }
  footer {
    padding: 30px 0 80px 0;
  }
  .footer-logoimg {
    width: 180px;
  }
  .footer-media a {
    font-size: 19px;
  }
  .footer-links-main {
    padding-top: 30px;
  }
  .flink-head {
    color: #e1e2e5;
    font-size: 20px;
    margin-bottom: 15px;
  }
  .f-gap {
    margin-top: 30px;
  }
  .add-info {
    font-size: 15px;
  }
  .f--links a {
    font-size: 16px;
  }
  .search-mobile {
    display: block;
  }
  .serch-box-phone .form-group {
    position: relative;
  }
  .serch-box-phone input::placeholder {
    font-family: var(--medium);
    font-weight: normal;
    font-size: 14px;
    color: #000;
  }
  .serch-go {
    position: absolute;
    right: 20px;
    top: 0px;
  }
  .serch-go .btn-primary {
    background: transparent;
    border-color: transparent;
    padding-right: 0;
  }
  .serch-go .btn-primary i {
    color: #000;
  }
  .footermobilePingNav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    position: fixed;
    width: 100%;
    bottom: 0px;
    z-index: 99999;
    text-align: center;
    background: #fff;
    border-top: 1px rgba(0, 0, 0, 0.2) solid;
    padding: 0 10px;
  }
  .footermobilePingNav li {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    padding: 3px 0;
    cursor: pointer;
    position: relative;
  }
  .footermobilePingNav li::after {
    position: absolute;
    content: "";
    background: #fff;
    width: 1px;
    height: 26px;
    right: -20px;
    top: 10px;
  }
  .footermobilePingNav li {
    text-align: center;
    cursor: pointer;
  }
  .logo-phone a img {
    width: 175px;
  }
  .valluvanad-copyright {
    width: auto;
    text-align: left !important;
    padding-top: 20px;
  }
  .valluvanad-copyright h6 {
    font-size: 14px;
  }
  .head-btn {
    padding-top: 6px;
  }
  .head-btn a {
    color: #fff;
    font-size: 13px;
    font-family: var(--medium);
    transition: 0.5s;
    background: var(--primarycolor);
    padding: 5px 15px;
    text-decoration: none;
  }
  .shoping-bag a {
    margin: 0 6px;
    color: #000;
    font-size: 17px;
  }
  .mobile-flex {
    position: relative;
    margin: 10px 0;
    overflow: auto;
  }
  .headerRightmainAll {
    display: inline;
    position: absolute;
    top: 0;
  }
  .scrollable-tabs-container ul {
    padding: 0px;
  }
  .scrollToTopBtn {
    right: 10px;
    bottom: 60px;
    width: 37px;
    height: 37px;
  }
  /* ------------ Contact --------------- */
  .send-bx-br {
    position: static;
    width: 100%;
  }
  .od-1 {
    order: 1;
  }
  .od-2 {
    order: 2;
  }
  .contact-left-img {
    width: 50% !important;
    margin: auto;
    display: block;
    margin-top: 30px;
  }
  .contact--info-br {
    border: none;
  }
  .add--flex {
    display: block;
  }
  .contact--info a {
    font-size: 14px;
  }
  .contact--info p {
    font-size: 14px;
  }
  .contact-bx-list {
    box-shadow: 0px 0px 10px #0000004d;
    padding: 20px;
    border-radius: 10px;
    margin-top: 2px;
  }
  /* ------------ About us --------------- */
  .about-banner {
    margin-top: 15px;
  }
  .contact-text h2 {
    font-size: 30px;
  }
  .who-content h3::before {
    left: 0;
    width: 10px;
    height: 30px;
  }
  .who-content h3 {
    padding-left: 30px;
    margin-bottom: 15px;
  }
  .history-left h3,
  .mission-right h3 {
    margin-bottom: 15px;
  }
  .op-vallu-head {
    display: none;
  }
  .who-we-img {
    position: static;
    margin-top: 30px;
  }
  .history-left p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
  }
  .history-right {
    padding-top: 10px;
  }
  .od-1 {
    order: 1;
  }
  .od-2 {
    order: 2;
  }
  .mission-right {
    border-radius: 0;
    padding: 30px 3%;
  }
  .mission-logo {
    padding-top: 0;
  }
  .story-main {
    padding-top: 0;
  }
  .story-bx {
    padding: 30px;
  }
  .story-left img {
    height: 80px;
  }
  .story-left {
    align-items: center;
    gap: 20px;
  }
  .story-left h3 {
    margin-left: 0;
    font-family: var(--smbold);
    margin-bottom: 0;
  }
  .story-left h3 span {
    display: inline;
  }
  .fast--bx-head h3::before {
    display: none;
  }
  .fast--bx-head,
  .fast--bx-content {
    padding-left: 30px;
  }
  .fast-enquire-bx {
    padding-bottom: 30px;
  }
  .fast--bx-right img {
    width: 60%;
    margin: auto;
    display: block;
  }
  .gold-bangles {
    margin: auto;
    display: block;
  }
  .gold--tab-bx{
    padding: 30px;  
  }
  .g-tab-img{
    padding-top: 30px;
    margin: auto;
    display: block;
  }
  .feature-container {
    padding: 0;
  }
  .feature-main-bx{
    padding: 30px;  
    padding-bottom: 10px;
  }
  .feature-cols h6::before{
    height: 20px;
    top: 2px;
  }
  .faq-right{
    box-shadow: 0 0 10px #0000001d;
    border-radius: 12px;
    margin-top: 30px;
    padding: 20px;
  }
  /* -------------------------------- News -------------------------------- */
  .news-cols img{
    margin: auto;
    display: block;
  }
}

@media (max-width: 767.5px) 
{      
  .banner {
    padding-bottom: 0;
    padding-top: 19px;
  }
  .main-text {
    font-size: 23px;
  }
  .mcount-boc {
    border-right: none;
    margin-bottom: 30px;
  }
  .news-para h5 {
    font-size: 15px;
  }
  .testi-card h5 {
    font-size: 18px;
  }
  .testi-card h6 {
    font-size: 15px;
  }
  .mcount-boc .prg-count,
  .mcount-boc .plus {
    font-size: 30px;
  }
  .serivice-card {
    box-shadow: 0px -1px 20px #25247b59 !important;
  }
  .gold-brick {
    position: absolute;
    right: 3%;
    top: 0;
    width: 100px;
  }
  .gloan-left--col img {
    margin-bottom: 20px;
  }
  .news-main h4 {
    position: relative;
    z-index: 1;
  }
  .serivice-cards {
    box-shadow: 0px 0px 20px #25247b45;
  }
  /* ------------ Contact --------------- */
  .contact-left-img {
    width: 70% !important;
  }
  .contact-bx-list {
    text-align: center;
    padding-bottom: 0;
  }
  .contact--info h5 {
    margin-bottom: 15px;
  }
  .contact--info {
    margin-bottom: 30px;
  }
  .contact--info p,
  .contact--info a {
    padding-left: 0;
  }
  /* ------------ About --------------- */
  .about-banner img {
    height: 200px;
    object-fit: cover;
  }
  .who-content p,
  .history-left p,
  .history-right p {
    font-size: 15px;
    padding-right: 0;
    text-align: justify;
  }
  .mission-logo {
    padding-top: 30px;
  }
  .story-right p {
    text-align: justify;
  }
  .second-text {
    font-size: 18px;
  }
  .fast--bx-head{
    padding-bottom: 10px;
  }
  .fast-enquire-bx{
    padding: 20px;
    padding-bottom: 20px;
  }
  .fast--bx-left p{
    text-align: justify;
    font-size: 15px;
  }
  .gold--tab-content{
    padding-top: 30px;
  }
  .gold-tab-left h5{
    margin-bottom: 20px;
  }
  .gold--tabs button{
    font-size: 15px;
  }
  .feature-main-bx h3{
    margin-bottom: 40px;
  }
  .feature-cols {
    padding-top: 30px;
  }
  .gold--tab-bx {
    padding: 20px;
  }
  .gold-tab-left p{
    text-align: justify;
  }
}

@media (max-width: 590.5px) {
  .coin-service {
    display: none;
  }
  .mob-container {
    padding: 0px 5%;
  }
  .service-main .service-para {
    width: auto;
  }
  .serivice-cards h4 {
    font-size: 21px;
  }
  .gold-brick {
    width: 90px;
  }
  .gold-brick {
    top: 0;
  }
  .gloan-left--col img {
    margin-bottom: 20px;
  }
  .main-text {
    font-size: 20px;
  }
  .gold-loan-col p {
    font-size: 15px;
  }
  .news-card {
    border: solid 1px #00002032;
  }
  .news-card--col:hover {
    margin-top: 0;
    padding-top: 0;
  }
  .add-info {
    font-size: 14px;
  }
  .serivice-cards {
    height: auto;
    min-height: 310px;
  }
  .serive-btn--img {
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: end;
  }
  .serivice-cards .gold-btn a {
    position: static;
    display: inline-block;
  }
  .gold-loan-img {
    position: static;
  }
  .serivice-cards p {
    font-size: 14px;
    padding-right: 0;
    text-align: justify;
  }
  .ever-left p,
  .callback-left p {
    text-align: justify;
  }
  /* ------------ Contact --------------- */
  .send-bx p {
    font-size: 14px;
  }
  .contact-left-img {
    width: 100% !important;
  }
  .location-gap {
    border-radius: 0;
  }
  /* ------------ About --------------- */
  .mission-logo {
    margin-bottom: 15px;
    width: 130px;
  }
  .story-left img {
    display: none;
  }
  .story-left h3 {
    margin-bottom: 15px;
  }
  .gold--tabs button{
    padding: 8px 20px;
  }
  .feature-main-bx p{
    text-align: justify;
    font-size: 15px;
  }
  .feature-main-bx p{
    font-size: 15px;
  }
  .feature-cols h6{
    margin-bottom: 30px;
  }
  .feature-cols h6::before{
    height: 100%;
    width: 1px;
  }
  .faq-right .accordion-button{
    font-size: 15px;
    padding: 20px 10px;
  }
  .gold--tabs button {
    padding: 8px 9px;
    font-size: 14px;
  }
  .news-cols{
    margin-top: 20px;
  }
}

@media (max-width: 400.5px) {
  .contact-text h2 {
    font-size: 27px;
  }
  .mob-container {
    padding: 0px 6%;
  }
  .news-cols{
    padding: 10px;
  }
}
