/* Main Stylesheet for Ruptok
Author: Sudha Solutions */
.yellow-card {
  width: 147px;
  height: 58px;
  margin: 10px;
  background: rgba(235, 163, 0, 0.2);
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 13px;
}
.yellow-hover-card {
  width: 350px;
  height: 308px;
  z-index: 100;
  background: #eba300;
  box-shadow: 8px 15px 23px 21px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  position: absolute;
  padding: 30px;
  margin-left: 15%;
  display: none;
  animation: 1s fadeIn;
  animation-fill-mode: forwards;
}
.red-hover-card {
  width: 350px;
  height: 308px;
  z-index: 100;
  background: #eba300;
  box-shadow: 8px 15px 23px 21px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  position: absolute;
  padding: 30px;
  margin-left: 28%;
  display: none;
  animation: 1s fadeIn;
  animation-fill-mode: forwards;
}
.green-hover-card {
  width: 350px;
  height: 308px;
  z-index: 100;
  background: #eba300;
  box-shadow: 8px 15px 23px 21px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  position: absolute;
  padding: 30px;
  margin-left: 15%;
  display: none;
  animation: 1s fadeIn;
  animation-fill-mode: forwards;
}
.purple-hover-card {
  width: 350px;
  height: 308px;
  z-index: 100;
  background: #eba300;
  box-shadow: 8px 15px 23px 21px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  position: absolute;
  padding: 30px;
  margin-left: 28%;
  display: none;
  animation: 1s fadeIn;
  animation-fill-mode: forwards;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.hover-card-ul {
  margin-top: 30px;
  display: grid;
  gap: 20px;
}
.hover-card-title {
  /* font-family: "Rubik"; */
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;

  color: #ffffff;
}
.hover-card-li {
  /* font-family: "Poppins"; */
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height, or 122% */

  /* #FFFFFF */

  color: #ffffff;
}
.know-more {
  /* font-family: "Poppins"; */
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  /* identical to box height, or 157% */
  margin-right: 20px;
  color: #ffffff;
}
.know-more-container {
  display: flex;
  align-items: center;
  justify-content: end;
  flex-direction: row;
  margin-top: 30px;
}
.heading-container {
  /* position: absolute;
  left: 150px;
  margin: auto; */
}
.next-arrow {
  height: 15px;
}
.yellow-triangle {
  position: absolute;
  left: -22px;
  top: 130px;
}
.red-card {
  width: 147px;
  height: 58px;
  background: rgba(241, 108, 87, 0.2);
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 13px;
  margin: 10px;
}
.green-card {
  width: 147px;
  height: 58px;
  margin: 10px;
  background: rgba(126, 132, 108, 0.2);
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 13px;
}
.purple-card {
  width: 147px;
  height: 58px;
  margin: 10px;
  background: rgba(177, 136, 242, 0.2);
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 13px;
}
.yellow-sub-text {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 169%;
  /* identical to box height, or 19px */

  /* #EBA300 */

  color: #eba300;
}
.yellow-main-text {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 169%;
  /* identical to box height, or 22px */

  /* Ruptok Brand Color */

  color: #e57505;
}
.red-sub-text {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 169%;
  /* identical to box height, or 19px */

  /* #EBA300 */

  color: rgba(241, 108, 87, 0.8);
}
.red-main-text {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 169%;
  /* identical to box height, or 22px */

  /* Ruptok Brand Color */

  color: #f16c57;
}
.green-sub-text {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 169%;
  /* identical to box height, or 19px */

  /* #EBA300 */

  color: #7e846c;
}
.green-main-text {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 169%;
  /* identical to box height, or 22px */

  /* Ruptok Brand Color */

  color: #7e846c;
}
.purple-sub-text {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 169%;
  /* identical to box height, or 19px */

  /* #EBA300 */

  color: rgba(177, 136, 242, 0.8);
}
.purple-main-text {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 169%;
  /* identical to box height, or 22px */

  /* Ruptok Brand Color */

  color: #b188f2;
}
.home-image-1 {
  z-index: 2;
  width: 70%;
}
p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #212121;
  line-height: 28px;
}
.padtop-50 {
  padding-top: 50px;
}
.funding {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 148.5%;
  /* identical to box height, or 18px */

  text-transform: uppercase;

  /* #7E846C */

  color: #7e846c;
}
.home-head-2 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 147.5%;
  /* or 47px */
  margin-top: 11px;
  margin-bottom: 14px;
  color: #000000;
}
.lorem-ipsum {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 156.5%;
  /* or 25px */
  margin-bottom: 21px;
  /* #5E5E5E */

  color: #5e5e5e;
}
.stats-container {
  height: 50vh;
  width: 55%;
  display: flex;
  margin-top: 15%;
  margin-right: 10%;
}
.stats-main-container {
  display: flex;
  flex: 1;
  justify-content: flex-end;
}
.stats-card-1 {
  flex: 2;
  margin: 10px;
  display: flex;
}
.stats-card-2 {
  flex: 3;
  margin: 10px;
  display: flex;
}
.stats-sub-container {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.stats-blue-container {
  background: #0b4881;
  border-radius: 9px;
  height: 100%;
  width: 85%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.stats-yellow-container {
  background: linear-gradient(
      0deg,
      rgba(239, 195, 10, 0.3),
      rgba(239, 195, 10, 0.3)
    ),
    #ffffff;
  border-radius: 9px;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 30px;
}
.stats-green-container {
  background: #0f7ea2;
  border-radius: 9px;
  align-self: flex-end;
  height: 80%;
  width: 85%;
  display: flex;
  align-self: flex-end;
  margin-left: auto;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.stats-cyan-container {
  background: #c7eaec;
  border-radius: 9px;
  flex: 1;
  height: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 20px;
}
.stats-main-text {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 148.5%;
  text-align: center;
  color: #000000;
}
.stats-sub-text {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 148.5%;
  text-align: center;
  color: #7e846c;
}
.stats-sub2-text {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  opacity: 0.7;
}
.stats-white-heading {
  font-weight: 700;
  font-size: 24px;
  line-height: 124%;
  text-align: left;
  color: #ffffff;
}
.marketplace-button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 29px;
  gap: 10px;

  width: 165px;
  height: 48px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  /* identical to box height */

  color: #ffffff; /* Ruptok Brand Color */

  background: #e57505;
  border-radius: 4px;
}
.sell-button {
  width: 81px;
  height: 18px;
  margin-left: 20px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  /* identical to box height */

  /* Ruptok Brand Color */

  color: #e57505;
}
.grey-bg {
  background: #eaeaea;
  padding-bottom: 120px;
}
.no-top-margin {
  margin-top: 0 !important;
}
.no-top-padding {
  padding-top: 0 !important;
}
.no-bottom-margin {
  margin-bottom: 0 !important;
}
.page-top-margin {
  margin-top: 120px !important;
}
.padtop-35 {
  padding-top: 35px;
}
.responsive-show {
  display: none !important;
}
.responsive-hidden {
  display: block !important;
}
.main-header-1 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  height: 100vh;
  background: linear-gradient(#fff, #fff9f5);
}
.main-header-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  /* height: 60vh; */
  padding-right: 100px;
}
.home-count {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 800;
  font-size: 36px;
  line-height: 141%;
  /* identical to box height, or 51px */

  color: #3a3a3a;
}
.home-count-content {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 169%;
  /* or 24px */
  width: 150px;
  color: #696969;
}
.blue-line {
  width: 40px;
  height: 2px;
  margin-top: 5px;
  margin-bottom: 10px;
  background: #88b3f2;
  border-radius: 20px;
}
.purple-line {
  width: 40px;
  height: 2px;
  margin-top: 5px;
  margin-bottom: 10px;
  background: #b188f2;
  border-radius: 20px;
}
.main-container {
  display: flex;
  flex: 1;
  flex-direction: column;
  height: 75vh;
  justify-content: space-around;
  padding-left: 100px;
}
.main-card {
  width: 350px;
  height: 170px;
  background: #ffffff;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  padding: 20px;
  margin-left: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.content-card {
  margin-left: 90px;
  display: flex;
}
.yellow-dots {
  position: absolute;
  right: 0px;
  top: 200px;
  z-index: 1;
  height: 120px;
}
.yellow-circle {
  margin-right: -80px;
}
.buy-text {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 42px;
  line-height: 131%;
  color: #000000;
}
.orange-text {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 800;
  font-size: 42px;
  line-height: 131%;
  color: #e57505;
  width: 70%;
}
.blue-dots {
  position: absolute;
  left: 0px;
  top: 120vh;
  z-index: -1;
}
.container {
  width: 1280px;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
.overflow-visible {
  overflow: visible;
}
.section-img-wrapper img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.section-wrapper {
  margin-bottom: 90px;
  margin: 120px 0;
}
.section-content {
}
.section-text {
  margin-bottom: 64px;
}
.section-text p {
  font-size: 24px;
  line-height: 40px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  color: #221b15;
  margin-bottom: 40px;
}
.section-text p:last-child {
  margin-bottom: 0;
}
.section-inner-title {
  font-size: 72px;
  color: #221b15;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  line-height: 96px;
  margin-bottom: 64px;
}
.section-text ul {
  padding-left: 20px;
  margin-bottom: 40px;
}
.section-text li {
  font-size: 24px;
  line-height: 40px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  color: #221b15;
}
.no-padding {
  padding: 0 !important;
}
.padding-30 {
  padding: 30px;
}
.padding-lr-30 {
  padding: 0 30px !important;
}

/* Header CSS Starts */
.header-wrapper {
  padding: 34px 0;
  clear: both;
}

.header-left {
  clear: both;
}
.logo {
  width: 153px;
  float: left;
  margin-right: 30px;
  padding-top: 10px;
}
.logo a img {
  width: 100%;
  height: auto;
}
.location-dropdown {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #929292;
  float: left;
  margin-right: /*30px;*/ 10px;
  padding-top: 12px;
}
.location-dropdown select {
  background: transparent;
  border: none;
}
.todays-gold-rate {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #929292;
  float: left;
}
.todays-gold-text {
  display: none;
}
.todays-gold-rate img {
  height: 50px;
  width: auto;
}
.todays-gold-rate p {
  display: inline-block;
  font-size: 12px;
  color: #000;
  font-weight: 500;
  padding-top: 10px;
}
.todays-gold-rate span {
  font-size: 15px;
  color: #e57505;
}
.header-links {
  float: right;
}
.header-links ul {
  clear: both;
}
.header-links li {
  list-style-type: none;
  float: left;
  margin-right: 30px;
  margin-top: 13px;
}
.header-links li a {
  font-size: 16px;
  color: #929292;
  font-family: "Poppins", sans-serif;
}
.header-links li a:hover {
  text-decoration: underline;
}
.bordered-btn {
  border: 1px solid #e57505;
  border-radius: 25px;
  padding: 12px 24px;
  color: #e57505 !important;
  font-size: 16px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  display: inline-block;
}
.header-links li.btn-wrap {
  margin-top: 0;
}
.bordered-btn:hover {
  background: #e57505;
  color: #fff !important;
  text-decoration: none !important;
}
.col-centered {
  float: none;
  margin: 0 auto;
}
.bordered-btn-with-arrow {
  border: 1px solid #e57505;
  border-radius: 25px;
  padding: 12px 45px 12px 24px;
  color: #e57505 !important;
  font-size: 14px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-family: "Poppins", sans-serif;
  display: inline-block;
  background: url(../images/orange-arrow.png) no-repeat;
  background-position: 108px;
}
.bordered-btn-with-arrow:hover {
  background-color: #e57505;
  color: #fff !important;
  text-decoration: none !important;
  background: #e57505 url(../images/white-arrow.png) no-repeat;
  background-position: 108px;
}

/* Homepage CSS Starts */
.banner-wrapper {
  padding: 90px 0 0 0;
  margin-bottom: 90px;
}
.banner-content {
  padding-right: 150px;
}
.banner-small-text {
  font-size: 24px;
  font-family: "Poppins", sans-serif; /*color: #666464;*/
  color: #000;
  margin-bottom: 20px;
}
.green-text {
  color: #29c14b;
}
.banner-content h1 {
  font-size: 72px;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  width: 80%;
  margin-bottom: 40px;
}
.banner-content h1 span {
  color: #e57505;
}
.orange-divider {
  width: 25px;
  height: 5px;
  background: #e57505;
  border-radius: 6px;
  margin-top: 10px;
}
.banner-small-widget {
  background: #ffffff;
  box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  padding: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}
.highlighted-small-widget {
  width: 48%;
  margin-right: 20px;
  float: left;
}
.highlighted-small-widget a {
  background: #fff3d5;
  padding: 8px 20px;
  border-radius: 10px;
  color: #221b15;
  font-size: 16px;
  font-weight: 500;
  display: block;
  line-height: 24px;
  border: 1px solid #fff3d5;
}
.highlighted-small-widget a:hover {
  background: #fff;
  border: 1px solid #fff3d5;
  text-decoration: none;
}
.highlighted-small-widget a:hover {
}
.highlighted-small-widget span {
  color: #e57505;
  display: block;
  font-size: 12px;
  font-weight: 400;
}
.simple-small-widget {
  width: 47%;
  float: left;
}
.simple-small-widget a {
  background: #fff;
  padding: 8px 20px;
  border-radius: 10px;
  border: 1px solid #fff;
  color: #565656;
  font-size: 16px;
  font-weight: 400;
  display: block;
  line-height: 24px;
}
.simple-small-widget a .orange-divider {
  background: #fff;
}
.simple-small-widget span {
  color: #e57505;
  display: block;
  font-size: 12px;
  font-weight: 400;
}
.simple-small-widget a:hover {
  background: #fff3d5;
  border: 1px solid #fff3d5;
  text-decoration: none;
}
.simple-small-widget a:hover .orange-divider {
  background: #e57505;
}
.simple-small-widget:hover .orange-divider {
  display: block;
}
.mobile-number-input {
  box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  border-radius: 40px;
}
.mobile-number-input form {
  position: relative;
}
.mobnum-txtbox {
  background: #fff3d5;
  border-radius: 40px;
  padding: 18px 20px;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #929292;
  width: 100%;
  border: none;
}
.mobnum-submit {
  background: #e57505;
  border-radius: 40px;
  padding: 17px 20px;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #fff;
  border: none;
  position: absolute;
  right: 0;
  top: 0px;
  border: 2px solid #e57505;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.mobnum-submit:hover {
  border: 2px solid #e57505;
  background: transparent;
  color: #e57505;
}
.User-consent-statement label {
  border: none;
  color: #000;
  margin-left: 12px;
  margin-top: 12px;
  font-size: 9px;
  width: 100%;
}
.statement-label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.statement-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 16px;
  left: 9px;
  height: 15px;
  width: 15px;
  border: 1px solid #000;
  border-radius: 4px;
  background-color: #fff;
}

.statement-label input:checked ~ .checkmark {
  background-image: url("../images/tick.png");
  background-position: center;
  background-size: 13px;
  background-repeat: no-repeat;
  transition: none;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.statement-label input:checked ~ .checkmark:after {
  display: block;
}
.statement-label:hover {
  color: none;
}
.banner-img-content {
  border-radius: 15px;
  position: relative;
}
.banner-toggle-wrapper {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* background: #FFF3D5;    
  width: 100%;  */
  height: 35%;
}
.toggle-wrapper ul {
  overflow: hidden;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.39) 0%,
    rgba(254, 252, 252, 0.48) 100%
  );
  backdrop-filter: blur(44px);
  border-radius: 8px 8px 0px 0px;
  /* background: #FFF3D5; */
  position: relative;
  padding: 10px 20px;
  display: inline;
  float: right;
  top: -58px;
  min-height: 59px;
}
.toggle-wrapper li {
  list-style-type: none;
  display: block;
  margin-right: 40px;
  float: left;
}
.toggle-wrapper li a {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  color: #000;
  font-weight: 500;
  opacity: 40%;
}
.toggle-wrapper li.active a {
  opacity: 1;
  text-decoration: none;
}
.toggle-wrapper li a.active {
  color: #221b15;
  opacity: 1;
}
.toggle-wrapper li a .orange-divider {
  visibility: hidden;
}
.toggle-wrapper li.active .orange-divider {
  visibility: visible;
  display: block;
}
.toggle-wrapper li a:hover {
  text-decoration: none;
  opacity: 1;
}
.toggle-wrapper li a:hover .orange-divider {
  visibility: visible;
  display: block;
}
.toggle-content {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.39) 0%,
    rgba(254, 252, 252, 0.48) 100%
  );
  backdrop-filter: blur(44px);
  border-radius: 0px 0px 12px 12px;
  padding: 20px;
  max-height: 149px;
}
.toggle-content h2 {
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #464340;
  margin: 0 0 15px 0;
}
.toggle-content p {
  color: #666464;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
}
.stats-wrapper {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
}
.stats-wrapper li {
  list-style-type: none;
  float: left;
  margin-right: 120px;
}
.stats-value {
  font-size: 24px;
  font-weight: 500;
  color: #e57505;
  font-family: "Roboto", sans-serif;
}
.stats-title {
  font-size: 16px;
  color: #666464;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
.partners-slider .slide-item {
  display: flex;
  justify-content: center;
}
.partners-slider-title {
  font-size: 16px;
  color: #929292;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 400;
}
/* .peach-bg { background: #FBF4E5; padding: 120px 0; } */
.peach-bg {
  background: #fbf4e5;
  padding: 120px 0;
}
.section-title-black {
  font-size: 90px;
  font-weight: 500;
  color: #221b15;
  font-family: "Montserrat", sans-serif;
  margin: 0;
}
.section-title-orange {
  color: #e57505;
  font-size: 90px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  display: block;
}
.filter-wrapper {
  margin-top: 80px;
  margin-bottom: 40px;
}
.filter-toggle-wrapper {
  background: #f9f5f4;
  border-radius: 8px 8px 0px 0px;
}
.toggle-controls {
  margin-bottom: 32px;
}
.toggle-controls ul {
  overflow: hidden;
  position: relative;
  padding: 10px;
  display: block;
  min-height: 58px;
  padding: 30px 20px 0 20px;
}
.toggle-controls li {
  list-style-type: none;
  display: block;
  margin-right: 40px;
  float: left;
  min-height: 40px;
}
.toggle-controls li a {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  color: #000;
  font-weight: 500;
  opacity: 40%;
}
.toggle-controls li a.active {
  color: #221b15;
  opacity: 1;
}
.toggle-controls li a .orange-divider {
  visibility: hidden;
  width: 20px;
  height: 5px;
}
.toggle-controls li a:hover {
  text-decoration: none;
  opacity: 1;
}
.toggle-controls li a:hover .orange-divider {
  visibility: visible;
  display: block;
  width: 20px;
  height: 5px;
}
.toggle-controls li.active .orange-divider {
  visibility: visible;
  display: block;
  width: 20px;
  height: 5px;
}
.toggle-controls li.active a {
  text-decoration: none;
  opacity: 1;
}
.toggle-number {
  font-family: "Roboto", sans-serif;
  font-size: 47px;
  font-weight: 500;
  padding: 0 20px 20px 20px;
  overflow: hidden;
}
.toggle-number span {
  color: #221b15;
  font-size: 48px;
  font-family: "Poppins", sans-serif;
  margin-left: 15px;
  border-bottom: 2px solid #d7ccb4;
}
.toggle-number p {
  display: block;
  font-size: 12px;
  line-height: 16px;
  color: #565656;
  font-weight: 400;
  padding: 10px 0 0 40px;
}
.filter-content ul {
  padding: 0;
}
.filter-content li {
  list-style-type: none;
  margin-bottom: 10px;
}
.filter-block {
  margin-bottom: 25px;
}
.filter-title {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 15px;
  font-weight: 300;
}
.scheme-container {
  /*overflow: hidden;*/
  clear: both;
  margin-top: 80px;
  padding-left: 60px;
}
.scheme-card {
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(241, 166, 39, 0.2);
  border-radius: 8px;
  width: 48%;
  margin-bottom: 30px;
  margin-right: 30px;
  position: relative;
  float: left;
}
.scheme-card ul {
  padding: 40px 30px 20px;
}
.scheme-card:nth-child(2n) {
  margin-right: 0;
}
.scheme-card li {
  list-style-type: none;
  overflow: hidden;
  margin-bottom: 40px;
}
.scheme-card li:last-child {
  margin-bottom: 0;
}
.scheme-card .icon-wrapper {
  width: 62px;
  height: 62px;
  float: left;
  margin-right: 30px;
}
.scheme-block {
  float: left;
}
.scheme-percentage {
  font-size: 16px;
  color: #221b15;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
.scheme-percentage span {
  font-size: 48px;
  font-weight: 500;
  line-height: 42px;
}
.scheme-block p {
  font-size: 14px;
  color: #929292;
  font-weight: 300;
}
.scheme-title {
  font-size: 24px;
  color: #221b15;
  line-height: 33px;
  font-family: "Roboto", sans-serif;
}
.lowest-interest-tag {
  background: #29c14b;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  padding: 4px 12px;
  display: inline;
  position: absolute;
  top: 7px;
  right: -12px;
}
.scheme-btn {
  padding: 36px 0;
  background: #f9f5f4;
  border-radius: 0px 0px 8px 8px;
  text-align: center;
}
.orange-btn {
  padding: 12px 32px;
  color: #fff;
  background: #e57505;
  border-radius: 24px;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 1px solid #e57505;
}
.orange-btn:hover {
  background: transparent;
  border: 1px solid #e57505;
  text-decoration: none;
  color: #e57505;
}
.all-schemes-link {
  text-align: center;
  margin-top: 60px;
}
.testimonial-wrapper {
  margin-top: 120px;
  clear: both;
  margin-left: 40px;
}
.testimonial-left {
  background: #fbf4e5;
  padding: 24px 42px;
  width: 50%;
  float: left;
}
.opening-quotes {
  background: url("../images/opening-quotes.png") no-repeat;
  background-position: center;
  background-size: contain;
  width: 44px;
  height: 40px;
  margin: 40px 0;
}
.closing-quotes {
  background: url("../images/closing-quotes.png") no-repeat;
  background-position: 420px;
  background-size: contain;
  height: 40px;
  margin: 40px 0 0;
}
.testimonial-text p {
  font-size: 20px;
  color: #221b15;
  font-family: "Poppins", sans-serif;
  line-height: 33px;
  width: 82%;
  font-weight: 300;
}
.person-name {
  font-size: 24px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  margin-bottom: 5px;
  color: #221b15;
}
.person-designation {
  font-size: 24px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #929292;
}
.testimonial-right {
  width: 50%;
  float: left;
  margin-left: -50px;
}
.brown-bg {
  background: #f9eacc;
  padding: 24px 42px;
  height: 450px;
  margin-top: 150px;
  position: relative;
}
.testimonial-img {
  position: absolute;
  top: -295px;
}
.home-about-text {
  margin-top: 120px;
}
.home-about-text p {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  line-height: 38px;
  color: #929292;
  font-weight: 300;
}
.home-about-text a {
  margin-top: 60px;
}
.home-about-section-right {
  padding-left: 80px;
}

.ruptok-steps-wrapper {
  clear: both;
  margin-top: 90px;
}
.ruptok-steps-card {
  width: 23.8%;
  margin-right: 20px;
  float: left;
}
.ruptok-steps-card:last-child {
  margin-right: 0;
}
.step-number {
  font-size: 48px;
  line-height: 32px;
  color: #e2dbcd;
  font-family: "Poppins", sans-serif;
  position: relative;
  z-index: 2;
  margin-left: 22px;
  margin-bottom: 26px;
}
.steps-content {
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(241, 166, 39, 0.2);
  border-radius: 8px;
  padding: 32px;
  border: 1px solid #fff9f1;
  position: relative;
  z-index: 3;
  margin-top: -5px;
  min-height: 390px;
}
.steps-icon {
  margin-bottom: 32px;
  width: 62px;
  height: 62px;
}
.steps-title {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 32px;
  font-weight: 500;
  color: #221b15;
  min-height: 65px;
}
.steps-text {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #929292;
  font-weight: 300;
}
.blog-intro-txt {
  margin-top: 60px;
}
.blog-intro-txt p {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  line-height: 27px;
  color: #929292;
}
.blog-listing-wrapper {
  margin-top: 30px;
}
.blog-listing-wrapper ul {
  padding: 0;
  overflow: hidden;
}
.blog-listing-wrapper li {
  width: 31.7%;
  margin-right: 30px;
  list-style-type: none;
  float: left;
}
.blog-listing-wrapper li:last-child {
  margin-right: 0;
}
.blog-block {
  overflow: hidden;
  display: flex;
}
.blog-img {
  width: 50%;
  float: left;
}
.blog-img img {
  width: 100%;
  height: auto;
}
.blog-content {
  width: 50%;
  float: left;
  padding: 60px 0 0 20px;
  position: relative;
}
.blog-content p {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  color: #221b15;
  font-weight: 500;
  line-height: 25px;
}
.read-more-link {
  color: #e57505;
  font-size: 14px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  position: absolute;
  bottom: 0;
  background: url(../images/orange-arrow.png) no-repeat;
  background-position: 90px;
  display: block;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.read-more-link:hover {
  color: #221b15;
  text-decoration: none;
}
.blog-link {
  text-align: center;
  margin-top: 60px;
}
.cities-wrapper {
  padding-top: 140px;
}
.cities-wrapper ul {
  padding: 0;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  align-self: center;
  flex-wrap: wrap;
}
.cities-wrapper li {
  list-style-type: none;
  margin-right: 18px;
  margin-bottom: 45px;
}
.cities-wrapper li:nth-child(6n) {
  margin-right: 0;
}
.cities-wrapper li a {
  display: block;
  padding: 26px;
  font-size: 20px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  text-align: center;
  background: #fff;
}
.cities-wrapper li a span {
  display: block;
  padding: 26px 0 48px;
}
.brown-case span {
  color: #b68d43;
}
.brown-case:hover {
  background: #fff5e9;
  box-shadow: 0px 4px 4px rgba(241, 166, 39, 0.2);
  border-radius: 8px;
  text-decoration: none;
}
.blue-case span {
  color: #4390c2;
}
.blue-case:hover {
  background: #e9faff;
  box-shadow: 0px 4px 4px rgba(241, 166, 39, 0.2);
  border-radius: 8px;
  text-decoration: none;
}
.green-case span {
  color: #69b67f;
}
.green-case:hover {
  background: #f0fff2;
  box-shadow: 0px 4px 4px rgba(241, 166, 39, 0.2);
  border-radius: 8px;
  text-decoration: none;
}
.turquoise-case span {
  color: #41b8dd;
}
.turquoise-case:hover {
  background: #d8f3fe;
  box-shadow: 0px 4px 4px rgba(241, 166, 39, 0.2);
  border-radius: 8px;
  text-decoration: none;
}
.pink-case span {
  color: #f08384;
}
.pink-case:hover {
  background: #fff2f3;
  box-shadow: 0px 4px 4px rgba(241, 166, 39, 0.2);
  border-radius: 8px;
  text-decoration: none;
}
.teal-case span {
  color: #53a5a5;
}
.teal-case:hover {
  background: #ceffff;
  box-shadow: 0px 4px 4px rgba(241, 166, 39, 0.2);
  border-radius: 8px;
  text-decoration: none;
}
.footer-wrapper {
  padding: 90px 0 115px;
  background: #1e2737;
}
.footer-top {
  overflow: hidden;
  margin-bottom: 100px;
}
.footer-logo {
  float: left;
  width: 215px;
  margin-right: 90px;
}
.footer-links ul {
  padding: 0;
  overflow: hidden;
}
.footer-links li {
  list-style-type: none;
  margin-right: 85px;
  display: inline-block;
}
.footer-links li:last-child {
  margin-right: 0;
}
.footer-links li a {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.footer-links li a:hover {
  color: #e57505;
  text-decoration: none;
}
.footer-cities-wrapper {
  border-bottom: 1px solid rgba(188, 212, 255, 0.4);
  padding-bottom: 60px;
  margin-bottom: 60px;
}
.footer-heading {
  font-size: 18px;
  color: #fff;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}
.footer-cities-wrapper ul {
  padding: 0;
  overflow: hidden;
}
.footer-cities-wrapper li {
  list-style-type: none;
  padding: 0 30px;
  display: inline-block;
  border-right: 1px solid #fff;
  line-height: 15px;
}
.footer-cities-wrapper li:last-child {
  padding-right: 0;
  border-right: none;
}
.footer-cities-wrapper li:first-child {
  padding-left: 0;
}
.footer-cities-wrapper li a {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-weight: 500;
}
.footer-cities-wrapper li a:hover {
  color: #e57505;
  text-decoration: none;
}
.footer-address-wrapper {
  border-bottom: 1px solid rgba(188, 212, 255, 0.4);
  padding-bottom: 60px;
  margin-bottom: 60px;
}
.footer-block ul {
  padding: 0;
}
.footer-block li {
  list-style-type: none;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #fff;
  font-weight: 300;
  margin-bottom: 20px;
}
.footer-block li a {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #fff;
  font-weight: 300;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.footer-block li a:hover {
  color: #e57505;
  text-decoration: none;
}
.phone {
  background: url(../images/call-icon.png) no-repeat;
  padding-left: 40px;
}
.email {
  background: url(../images/mail-icon.png) no-repeat;
  padding-left: 40px;
}
.address {
  background: url(../images/location-icon.png) no-repeat;
  padding-left: 40px;
}
.footer-block li span {
  width: 65%;
  display: block;
  line-height: 30px;
}
.instagram {
  background: url(../images/instagram.png) no-repeat;
  padding-left: 40px;
  height: 32px;
}
.twitter {
  background: url(../images/twitter.png) no-repeat;
  padding-left: 40px;
  height: 32px;
}
.youtube {
  background: url(../images/youtube.png) no-repeat;
  padding-left: 40px;
  height: 32px;
}
.linkedin {
  background: url(../images/linkedin.png) no-repeat;
  padding-left: 40px;
  height: 32px;
}

.center-align .footer-block {
  text-align: center;
}
.pull-right .footer-block {
  float: right;
}
.footer-credits {
  overflow: hidden;
}
.credit-links {
  width: 30%;
  float: left;
}
.credit-links ul {
  padding: 0;
  overflow: hidden;
}
.credit-links li {
  list-style-type: none;
  display: inline-block;
  margin-right: 30px;
}
.credit-links li a {
  font-size: 14px;
  color: #929292;
  font-family: "Poppins", sans-serif;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.credit-links li a:hover {
  text-decoration: none;
  color: #fff;
}
.disclaimer {
  float: right;
  margin-right: 80px;
  font-size: 14px;
  color: #929292;
  font-family: "Poppins", sans-serif;
}

/* About Us Page CSS */
.about-text-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.about-text {
  margin-top: 120px;
  width: 90%;
}
.about-text p {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  line-height: 38px;
  color: #221b15;
  font-weight: 300;
}
.about-text a {
  margin-top: 60px;
}
.about-section-right {
  padding-left: 80px;
}
.team-wrapper {
  overflow: hidden;
}
.grey-subtitle {
  font-family: "Montserrat", sans-serif;
  font-size: 48px;
  color: #929292;
  font-weight: 500;
  margin-bottom: 80px;
}
.team-heading {
  margin-bottom: 160px;
}
.team-block {
  background: #fff3d5;
  box-shadow: 0px 4px 4px rgba(241, 166, 39, 0.2);
  border-radius: 16px;
  padding: 32px;
  margin-right: 128px;
  float: left;
  width: 45%;
  margin-bottom: 95px;
}
.team-block:nth-child(2n) {
  margin-right: 0;
}
.team-img-wrapper {
  margin-bottom: 56px;
  overflow: hidden;
}
.team-img {
  float: left;
  width: 154px;
  margin-right: 50px;
}
.team-details {
  float: left;
  width: 60%;
}
.team-details h5 {
  font-size: 32px;
  color: #e57505;
  font-family: "Poppins", sans-serif;
  line-height: 28px;
}
.team-details h5 span {
  display: block;
  font-size: 18px;
  color: #565656;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  padding-top: 15px;
}
.team-social-icons ul {
  padding-left: 0;
  display: flex;
  justify-content: left;
  align-content: left;
  align-items: left;
}
.team-social-icons li {
  display: inline-block;
  margin-right: 20px;
}
.team-social-icons li a {
  width: 19px;
  height: 19px;
  display: inline-block;
}
.team-social-icons li a:hover {
  text-decoration: none;
}
.colored-linkedin {
  background: url(../images/linkedin-colored-icon.png) no-repeat;
}
.colored-fb {
  background: url(../images/fb-colored-icon.png) no-repeat;
}
.colored-twitter {
  background: url(../images/twitter-colored-icon.png) no-repeat;
}
.team-desc p {
  font-size: 20px;
  line-height: 38px;
  font-family: "Poppins", sans-serif;
  color: #221b15;
}

/* Blog Listing Page */
.featured-blog-listing {
  padding-top: 90px;
}
.blog-parameters {
  overflow: hidden;
  padding: 32px 0;
}
.blog-para-left {
  float: left;
  width: 30%;
}
.blog-para-right {
  float: right;
  width: 55%;
}
.blog-category {
  background: #fff1cd;
  padding: 4px 12px;
  color: #565656;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  border-radius: 4px;
}
.featured-blog-listing h2 {
  margin-bottom: 24px;
}
.featured-blog-listing h2 a {
  font-size: 32px;
  color: #221b15;
  font-family: "Montserrat", sans-serif;
  line-height: 40px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.featured-blog-listing h2 a:hover {
  color: #e57505;
  text-decoration: none;
}
.featured-blog-listing p {
  font-size: 24px;
  line-height: 32px;
  color: #929292;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  margin-bottom: 50px;
}
.blog-wrapper {
  padding: 0;
  overflow: hidden;
  margin-top: 120px;
}
.blog-wrapper li {
  list-style-type: none;
  padding-right: 60px;
  width: 50%;
  float: left;
}
.blog-wrapper li:nth-child(2n) {
  padding-left: 60px;
  padding-right: 0;
}
.blog-para-right ul {
  padding: 0;
  text-align: right;
  margin-bottom: 0;
}
.blog-para-right li {
  list-style-type: none;
  margin-right: 40px;
  display: inline-block;
  float: none;
  width: auto;
  padding-right: 0;
}
.blog-para-right li:last-child {
  margin-right: 0;
}
.blog-author {
  background: url(../images/grey-pen-icon.png) no-repeat;
  padding-left: 20px;
  font-size: 12px;
  color: #929292;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
}
.blog-date {
  background: url(../images/grey-calendar-icon.png) no-repeat;
  padding-left: 20px !important;
  font-size: 12px;
  color: #929292;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
  margin-right: 0;
}
.blog-bottom-wrap {
  overflow: hidden;
}
.blog-btn {
  width: 40%;
  float: left;
}
.share-icon-wrapper {
  width: 50%;
  float: right;
  padding-top: 10px;
}
.share-icon-wrapper ul {
  padding: 0;
  text-align: right;
}
.share-icon-wrapper li {
  display: inline-block;
  list-style-type: none;
  margin-right: 20px;
  float: none;
  width: auto;
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.share-icon-wrapper li:last-child {
  margin-right: 0;
}
.share-icon-wrapper li a {
  padding-left: 25px !important;
  display: block;
  font-size: 12px;
  color: #929292;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
  display: block;
  padding-top: 3px;
}
.like a {
  background: url(../images/thumbsup-icon.png) no-repeat;
}
.comment a {
  background: url(../images/comment-icon.png) no-repeat;
}
.share a {
  background: url(../images/share-icon.png) no-repeat;
}
.blog-listing-block {
  margin-bottom: 120px;
}
.blog-listing-block h2 {
  margin-bottom: 16px;
  margin-top: 0;
}
.blog-listing-block h2 a {
  font-size: 24px;
  color: #221b15;
  font-family: "Montserrat", sans-serif;
  line-height: 40px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.blog-listing-block h2 a:hover {
  color: #e57505;
  text-decoration: none;
}
.blog-listing-block p {
  font-size: 16px;
  line-height: 25px;
  color: #929292;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  margin-bottom: 40px;
}
.blog-listing-block .blog-parameters {
  padding: 16px 0;
}
.blog-listing-block .share-icon-wrapper {
  padding-top: 13px;
}

/* Blog Detail Page CSS Starts */
.blog-detail-wrapper {
  border-right: 1px solid #dcdcdc;
  padding-right: 75px;
}
.breadcrumb {
  margin-bottom: 45px;
  background: #fff;
  padding: 0;
}
.breadcrumb a {
  font-size: 20px;
  color: #929292;
  font-weight: 300;
  padding-left: 42px;
  background: url(../images/grey-arrow-left.png) no-repeat;
  background-position: 0 -2px;
  font-family: "Poppins", sans-serif;
}
.breadcrumb a:hover {
  color: #e57505;
  text-decoration: none;
}
.blog-title {
  font-size: 70px;
  line-height: 118px;
  color: #e57505;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}
.blog-detail-parameters .blog-para-left {
  width: 10%;
}
.blog-detail-parameters .blog-para-right {
  float: left;
  width: auto;
}
.blog-detail-img {
  margin-bottom: 140px;
}
.blog-detail-content p {
  font-size: 24px;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
  line-height: 40px;
  margin-bottom: 40px;
}
.blog-detail-content ol {
  padding-left: 20px;
}
.blog-detail-content li {
  font-size: 24px;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
  line-height: 40px;
  margin-bottom: 40px;
}
.blog-quote-with-image {
  margin: 140px 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.blog-quote-img {
  width: 48%;
  margin-right: 60px;
  float: left;
}
.blog-quote {
  width: 48%;
  padding-left: 60px;
  float: left;
}
.blog-quote h3 {
  font-size: 48px;
  color: #e57505;
  line-height: 72px;
  font-weight: 500;
}
.blog-quote-without-img {
  margin: 140px 0;
  overflow: hidden;
}
.blog-quote-without-img .blog-quote {
  float: none;
  width: 100%;
  padding: 0;
}
.twin-img-wrapper {
  overflow: hidden;
  margin-bottom: 140px;
}
.twin-img-left {
  width: 43%;
  float: left;
  margin-right: 60px;
}
.twin-img-right {
  width: 43%;
  float: right;
  margin-left: 60px;
}
.blog-detail-right {
  padding-left: 65px;
}
.sidebar-block {
}
.sidebar-header {
  font-size: 24px;
  line-height: 36px;
  font-family: "Poppins", sans-serif;
  margin-bottom: 30px;
}

/* News Page CSS Starts */
.featured-news-listing {
  padding-top: 90px;
}
.featured-news-listing h2 {
  margin-bottom: 24px;
}
.featured-news-listing h2 a {
  font-size: 32px;
  color: #221b15;
  font-family: "Montserrat", sans-serif;
  line-height: 40px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.featured-news-listing h2 a:hover {
  color: #e57505;
  text-decoration: none;
}
.featured-news-listing p {
  font-size: 24px;
  line-height: 32px;
  color: #929292;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  margin-bottom: 50px;
}
.news-wrapper {
  padding: 0;
  overflow: hidden;
  margin-top: 120px;
}
.news-wrapper li {
  list-style-type: none;
  padding-right: 60px;
  width: 50%;
  float: left;
}
.news-wrapper li:nth-child(2n) {
  padding-left: 60px;
  padding-right: 0;
}
.news-parameters ul {
  padding: 0;
  text-align: right;
  margin-bottom: 0;
  overflow: hidden;
  padding: 16px 0;
}
.news-parameters li {
  list-style-type: none;
}
.news-parameters li:last-child {
  margin-right: 0;
}
.news-author {
  background: url(../images/globe-icon.png) no-repeat;
  padding-left: 20px;
  font-size: 12px;
  color: #929292;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
  float: left;
  width: auto !important;
}
.news-date {
  background: url(../images/grey-calendar-icon.png) no-repeat;
  padding-left: 20px !important;
  font-size: 12px;
  color: #929292;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
  margin-right: 0;
  float: right !important;
  width: auto !important;
}
.news-bottom-wrap {
  overflow: hidden;
}
.news-btn {
  width: 40%;
  float: left;
}
.news-listing-block {
  margin-bottom: 120px;
}
.news-listing-block h2 {
  margin-bottom: 16px;
  margin-top: 0;
  min-height: 120px;
}
.news-listing-block h2 a {
  font-size: 24px;
  color: #221b15;
  font-family: "Montserrat", sans-serif;
  line-height: 40px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.news-listing-block h2 a:hover {
  color: #e57505;
  text-decoration: none;
}
.news-listing-block p {
  font-size: 16px;
  line-height: 25px;
  color: #929292;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  margin-bottom: 40px;
}

/* Blog Detail Page */
.sidebar-block {
  margin-bottom: 120px;
}
.sidebar-block ul {
  padding-left: 0;
  display: flex;
  justify-content: left;
  align-content: left;
  align-items: left;
}
.sidebar-block li {
  display: inline-block;
  margin-right: 30px;
}
.sidebar-block li:last-child {
  margin-right: 0;
}
.sidebar-block li a {
  width: 32px;
  height: 32px;
  display: inline-block;
}
.sidebar-block li a:hover {
  text-decoration: none;
}
.share-twitter {
  background: url(../images/u_twitter.png) no-repeat;
}
.share-whatsapp {
  background: url(../images/u_whatsapp.png) no-repeat;
}
.share-linkedin {
  background: url(../images/u_linkedin.png) no-repeat;
}
.share-fb {
  background: url(../images/u_facebook.png) no-repeat;
}
.sidebar-blog-block {
  margin-bottom: 60px;
}
.sidebar-blog-block .section-img-wrapper {
  margin-bottom: 28px;
}
.sidebar-blog-block p {
  font-size: 20px;
  line-height: 25px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #221b15;
  margin-bottom: 28px;
}
.sidebar-blog-block .read-more-link {
  position: relative;
}

/* city Detail Page */
.city-detail-header {
  margin-bottom: 120px;
}
.advantages-block {
  padding: 32px;
  background: #fff3d5;
  box-shadow: 0px 4px 4px rgba(241, 166, 39, 0.2);
  border-radius: 16px;
}
.advantages-icon {
  margin-bottom: 34px;
}
.advantages-block {
  margin-right: 96px;
  margin-bottom: 96px;
  width: 46%;
  float: left;
}
.advantages-block:nth-child(2n) {
  margin-right: 0;
}
.advantages-block h5 {
  font-size: 32px;
  line-height: 32px;
  color: #e57505;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  margin-bottom: 56px;
}
.advantages-block p {
  font-size: 24px;
  line-height: 40px;
  color: #221b15;
  font-size-adjust: "Poppins", sans-serif;
  font-weight: 300;
}

/* Track Loan */
.full-height-img {
  background-position: center !important;
  height: 100vh;
  position: relative;
  background-size: cover !important;
  position: fixed;
  width: 490px;
}
.input-form-wrapper {
  width: 440px;
  margin: 0 auto;
  height: 78vh;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.mobile-input-wrapper h3 {
  font-size: 40px;
  line-height: 60px;
  font-family: "Poppins", sans-serif;
  color: #221b15;
  margin-bottom: 15px;
}
.mobile-input-wrapper span {
  font-size: 20px;
  line-height: 24px;
  font-family: "Poppins", sans-serif;
  color: #929292;
  margin-bottom: 60px;
  display: block;
  font-weight: 300;
}
.form-wrapper {
}
.form-wrapper label {
  font-size: 20px;
  line-height: 30px;
  color: #929292;
  font-family: "Poppins", sans-serif;
  margin-bottom: 60px;
  font-weight: 300;
  display: block;
  border: none;
  padding: 0;
}
.txtbox {
  background: #fff3d5;
  border-radius: 40px;
  color: #565656;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  padding: 18px 24px;
  border: none;
  width: 100%;
  margin-bottom: 30px;
  border: 2px solid #fff3d5;
}
.txtbox:focus {
  border: 2px solid #e57505;
  outline: none;
}
.form-submit {
  background: #e57505;
  border-radius: 36px;
  padding: 14px 24px;
  font-size: 16px;
  line-height: 24px;
  color: #fafafa;
  font-family: "Poppins", sans-serif;
  border: none;
  width: 100%;
  border: 2px solid #e57505;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.form-submit:hover {
  border: 2px solid #e57505;
  background: #fff;
  color: #e57505;
}
.left-bottom-number {
  background: #e57505;
  box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.16);
  border-radius: 0px 81.5px 0px 0px;
  padding: 25px;
  overflow: hidden;
  position: absolute;
  width: 100%;
  bottom: 0;
}
.call-icon {
  float: left;
  width: 25px;
  margin-right: 25px;
  padding-top: 13px;
}
.call-details {
  font-size: 34px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 49px;
  color: #fff;
}
.call-details span {
  font-size: 16px;
  line-height: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  color: #fff;
  display: block;
}
.top-text {
  position: absolute;
  top: 20px;
  font-size: 25px;
  line-height: 45px;
  color: #e57505;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  text-align: center;
  width: 100%;
}
.success-modal-wrapper {
  width: 600px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.success-modal {
  padding: 160px 0;
  text-align: center;
}
.success-modal h4 {
  font-size: 40px;
  line-height: 60px;
  font-family: "Poppins", sans-serif;
  color: #221b15;
  margin-bottom: 24px;
  font-weight: 500;
}
.success-modal p {
  font-size: 24px;
  line-height: 36px;
  color: #221b15;
  font-family: "Poppins", sans-serif;
  margin-bottom: 120px;
  font-weight: 300;
}

/* Schemes Pages CSS */
.schemes-wrapper {
  padding: 60px 0 60px 0;
}
.schemes-title {
  font-size: 52px;
  color: #221b15;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}
.schemes-title span {
  color: #e57505;
}
.compare-schemes-link {
  float: right;
  padding-top: 36px;
}
.compare-schemes-link a {
  text-align: right;
  display: block;
  background: url("../images/compare-schemes-icon.png") no-repeat;
  padding-left: 30px;
  font-size: 16px;
  color: #e57505;
  font-family: "Poppins", sans-serif;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-position: 0 2px;
}
.compare-schemes-link a:hover {
  color: #221b15;
  text-decoration: none;
}
.available-cities-wrapper {
  padding: 60px 40px;
}
.cities-modal-title {
  font-size: 26px;
  line-height: 36px;
  font-family: "Poppins", sans-serif;
  color: #221b15;
}
.cities-modal-wrapper ul {
  padding: 0;
  display: flex;
  justify-content: left;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cities-modal-wrapper li {
  list-style-type: none;
  margin-right: 20px;
  margin-bottom: 20px;
}
.cities-modal-wrapper li:last-child {
  margin-right: 0;
}
.cities-modal-wrapper li a {
  padding: 10px 32px 10px 70px;
  border-radius: 20px;
  border: 2px solid #fff3d5;
  display: inline-block;
  color: #221b15;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  background-position: 25px 5px;
  background-size: 30px 30px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.cities-modal-wrapper li a:hover {
  border: 2px solid #e57505;
  text-decoration: none;
}
.delhi-selector {
  background: #fff3d5 url(../images/delhi-icon.png) no-repeat;
}
.ghaziabad-selector {
  background: #fff3d5 url(../images/ghaziabad-icon.png) no-repeat;
}
.gurgaon-selector {
  background: #fff3d5 url(../images/gurgaon-icon.png) no-repeat;
}
.hyderabad-selector {
  background: #fff3d5 url(../images/hyderabad-icon.png) no-repeat;
}
.mumbai-selector {
  background: #fff3d5 url(../images/mumbai-icon.png) no-repeat;
}
.nashik-selector {
  background: #fff3d5 url(../images/nashik-icon.png) no-repeat;
}
.noida-selector {
  background: #fff3d5 url(../images/noida-icon.png) no-repeat;
}
.pune-selector {
  background: #fff3d5 url(../images/pune-icon.png) no-repeat;
}
.vadodara-selector {
  background: #fff3d5 url(../images/vadodara-icon.png) no-repeat;
}
.custom-city {
  margin-top: 50px;
}
.custom-city .txtbox {
  width: 50%;
  display: block;
  margin-bottom: 0;
}
.custom-city .form-submit {
  position: relative;
  width: 20%;
  right: 0;
  display: block;
  float: right;
}
.btn-primary.focus,
.btn-primary:focus {
  background: #e57505;
  border-color: #e57505;
}
.available-cities-modal {
  top: 5%;
  width: 85%;
  margin-left: -42.5%;
}

.upload-file-wrapper {
  padding: 100px;
  text-align: center;
  background: #f9f5f4;
  border-radius: 30px;
}
.upload-file-wrapper label {
  border-radius: 0;
  border: none;
}
.file-upload-box {
  background: url(../images/upload-icon.png) no-repeat;
  width: 90px;
  height: 90px;
  margin: 0 auto;
  text-indent: -9999px;
  cursor: pointer;
}
.confirm-file {
  background: url(../images/confirm-file-upload.png) no-repeat;
  padding-top: 170px;
  background-position: center;
}

/* Multiple Sliders CSS */
.range-slider-wrapper {
  width: 660px;
  margin: 0 auto; /*height: 100vh; display: flex; justify-content: center; align-items: center; align-content: center;*/
}
.range-slider-input h3 {
  font-size: 40px;
  line-height: 60px;
  font-family: "Poppins", sans-serif;
  color: #221b15;
  margin-bottom: 15px;
}
.beige-bg {
  background: #f9f5f4;
  box-shadow: 0px 4px 4px rgba(241, 166, 39, 0.2);
  border-radius: 8px;
  padding: 30px;
}
.loan-price-wrapper {
  margin-bottom: 50px;
}
.loan-price-wrapper .filter-toggle-wrapper {
  padding: 0;
}
.loan-price-wrapper .toggle-controls {
  margin-bottom: 0;
}
.loan-price-wrapper .filter-wrapper {
  margin: 0;
}
.loan-price-wrapper .price-slider {
  background: none;
}
.loan-amount .label-mid {
  padding-left: 43%;
}
.loan-amount .toggle-number {
  padding: 20px 0 0 0;
}
.loan-amount .price-slider {
  padding: 20px 0 0 0;
}
.loan-amount .range-bar {
  height: auto;
}
.gold-weight .label-mid {
  padding-left: 43%;
}
.gold-weight .toggle-number {
  padding: 20px 0 0 0;
}
.gold-weight .price-slider {
  padding: 20px 0 0 0;
  overflow: hidden;
}
.gold-weight .range-bar {
  height: auto;
}
.gold-weight .toggle-number span {
  margin-left: 0;
}
.gold-weight .toggle-number p {
  padding-left: 0;
}
.gold-weight .label-gram-mid1,
.gold-weight .label-gram-mid2 {
  padding-left: 22%;
}
.toggle-number-left {
  float: left;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #221b15;
  font-weight: 400;
}
.toggle-number-right {
  float: right;
  font-size: 24px;
  width: 47%;
  text-align: right;
}
.toggle-number-right span {
  font-size: 24px;
  font-weight: 400;
  line-height: 45px;
}
.toggle-number-right p {
  text-align: left;
}
.interest-rate-wrapper {
  margin-bottom: 50px;
}
.interest-rate-wrapper .filter-toggle-wrapper .interesttxt {
  padding: 0 0 20px 0;
}
.interest-rate-wrapper .filter-toggle-wrapper {
  padding: 0;
}
.interest-rate-wrapper .toggle-number {
  font-size: 24px;
}
.interest-rate-wrapper .toggle-number span {
  font-size: 24px;
  font-weight: 400;
  line-height: 45px;
}
.interest-rate-wrapper .price-slider {
  background: none;
  padding: 20px 0 0 0;
  overflow: hidden;
  width: 100%;
}
.interest-rate-wrapper .label-gram-mid1 {
  padding-left: 15%;
}
.interest-rate-wrapper .label-gram-mid2 {
  padding-left: 18%;
}
.interest-rate-wrapper .label-gram-mid3 {
  padding-left: 18%;
  border: none;
}
.current-lender-wrapper {
  margin-bottom: 30px;
}
.current-lender-title {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #221b15;
  margin-bottom: 30px;
}
.current-lender-wrapper ul {
  padding: 0;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.current-lender-wrapper li {
  margin-right: 10px;
  list-style-type: none;
}
.current-lender-wrapper li a {
  background: #fff;
  border-radius: 26px;
  padding: 10px 20px;
  font-size: 16px;
  color: #565656;
  font-family: "Poppins", sans-serif;
}
.proceed-btn {
  width: 100%;
  margin-bottom: 60px;
}
.proceed-btn a {
  width: 100%;
  text-align: center;
}

/* Gold Loan Calculator CSS */
.calculator-title {
  margin-bottom: 30px;
  font-weight: 500;
}
.gold-loan-calculator-wrapper {
  background: #ffffff;
  box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  padding: 30px 15px;
}
.gold-calculator-right-card {
  width: 100%;
  float: none;
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(241, 166, 39, 0.2);
  border-radius: 8px;
}
.card-top-header {
  background: #fbf4e5;
  padding: 40px;
  font-family: "Roboto", sans-serif;
  border-radius: 8px 8px 0px 0px;
  overflow: hidden;
}
.card-top-header .scheme-percentage span {
  font-family: "Roboto", sans-serif;
  color: #e57505;
}
.gold-calculator-mobile .form-wrapper label {
  margin-bottom: 10px;
}
.tenure-slider-content .label-gram-mid1 {
  padding-left: 29%;
}
.tenure-slider-content .label-gram-mid2 {
  padding-left: 28%;
}
.tenure-wrapper .filter-toggle-wrapper {
  padding: 0;
}
.tenure-wrapper .price-slider {
  background: none;
  padding: 20px 0 0 0;
  width: 100%;
}
.tenure-wrapper .filter-toggle-wrapper .interesttxt {
  padding: 0 0 20px 0;
}
.tenure-wrapper .toggle-number {
  font-size: 24px;
}
.tenure-wrapper .toggle-number span {
  font-size: 24px;
  font-weight: 400;
  line-height: 45px;
}
.gold-purity-select {
  background: #f0e9d9;
  border-radius: 8px;
  padding: 30px;
  margin-bottom: 50px;
}
.gold-purity-select p {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #221b15;
  margin-bottom: 20px;
}
.gold-purity-select ul {
  padding: 0 !important;
}
.gold-purity-select li a {
  background: #fff3d5;
  border-radius: 26px;
  font-size: 16px;
  color: #565656;
  font-family: "Poppins", sans-serif;
  padding: 10px 20px;
  display: block;
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.gold-purity-select li {
  margin-right: 30px;
}
.gold-purity-select li a:hover {
  background: #e57505;
  color: #fff;
}
.toggle-with-padding ul {
  display: block;
  padding: 30px 30px 0 30px;
}
.gold-weight-with-selection .toggle-number {
  margin-bottom: 20px;
}
.gold-weight-with-selection .price-slider {
  margin-bottom: 20px;
}
.purity-slider-wrapper .label-gram-mid1 {
  padding-left: 28%;
}
.purity-slider-wrapper .label-gram-mid2 {
  padding-left: 28%;
}

/* Compare Schemes */
.back-breadcrumb a {
  background: url("../images/back-arrow.png") no-repeat;
  padding-left: 35px;
  margin-bottom: 60px;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  color: #929292;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-position: 0 5px;
  display: block;
}
.back-breadcrumb a:hover {
  color: #e57505;
}
.schemes-comparision-wrapper {
  filter: drop-shadow(0px 4px 4px rgba(241, 166, 39, 0.2));
  overflow: hidden;
  border-radius: 8px;
}
.roi-block {
  background: #f9f5f4;
  padding: 25px 25px;
  text-align: center;
  width: 22%;
  float: left;
}
.repayment-block {
  background: #fff;
  padding: 25px;
  width: 22%;
  float: left;
}
.tenure-block {
  background: #f9f5f4;
  padding: 25px;
  width: 22%;
  float: left;
}
.required-gold {
  width: 34%;
  float: left;
  padding: 25px;
  background: #fff;
}
.compare-scheme-block {
  overflow: hidden;
  margin-bottom: 30px;
}
.compare-scheme-block h4 {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #221b15;
  margin: 0;
}
.compare-scheme-block p {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #929292;
}
.required-gold {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.required-left {
  width: 63%;
  float: left;
}
.required-right {
  width: 37%;
  float: right;
}
.scheme-carousel .owl-dots .owl-dot span {
  background: rgba(236, 151, 67, 0.4);
}
.scheme-carousel .owl-dots .owl-dot.active span,
.scheme-carousel .owl-dots .owl-dot:hover span {
  background: #e57505;
}
.scheme-carousel .owl-stage-outer {
  overflow: visible;
}
.customer-story-carousel .owl-dots .owl-dot span {
  background: rgba(236, 151, 67, 0.4);
}
.customer-story-carousel .owl-dots .owl-dot.active span,
.customer-story-carousel .owl-dots .owl-dot:hover span {
  background: #e57505;
}
.customer-story-carousel .owl-nav {
  position: relative;
}
.customer-story-carousel .owl-nav .owl-prev,
.customer-story-carousel .owl-nav .owl-prev:hover {
  background: url(../images/arrow-left.png) no-repeat;
  background-size: contain;
  width: 60px;
  height: 60px;
  position: absolute;
  top: -400px;
  left: -75px;
  text-indent: -9999px;
}
.customer-story-carousel .owl-nav .owl-next,
.customer-story-carousel .owl-nav .owl-next:hover {
  background: url(../images/arrow-right.png) no-repeat;
  background-size: contain;
  width: 60px;
  height: 60px;
  position: absolute;
  top: -400px;
  right: -75px;
  text-indent: -9999px;
}

/* Menu CSS Starts */
.menu-wrapper {
  background: #fff;
  box-shadow: grey 0px 8px 2px -2px;
}
.menu-container {
  background: #fff;
  padding: 60px 0;
}
.menu-block ul {
  padding: 0;
}
.menu-block li {
  list-style-type: none;
  margin-bottom: 38px;
}
.menu-block li a {
  font-size: 24px;
  color: #221b15;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.menu-block li a:hover {
  color: #e57505;
  text-decoration: none;
}
.menu-bottom-row {
  margin-top: 50px;
}
.menu-subtitle {
  font-size: 20px;
  color: #221b15;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  margin-bottom: 20px;
}
.menu-cities-small {
  padding: 0;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: left;
  width: 100%;
  flex-wrap: wrap;
}
.menu-cities-small li {
  list-style-type: none;
  margin-right: 30px;
  margin-bottom: 20px;
}
.menu-cities-small li a {
  color: #666666;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 300;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.menu-cities-small li a:hover {
  text-decoration: none;
  color: #212121;
}
.menu-download {
  padding: 0;
  list-style-type: none;
}
.menu-download li {
  list-style-type: none;
}
.cities-btn {
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #929292;
  border: none;
  background: #fff;
  margin-left: -6px;
}
.upload-btn {
  margin-top: 30px;
  width: 100%;
}

/* Contact Form CSS Starts */
.main-address-wrapper {
  position: relative;
  padding-top: 120px;
}
.address-block {
  float: left;
  width: 33%;
}
.address-content {
  overflow: hidden;
  position: relative;
  z-index: 99;
}
.address-content h4 {
  font-size: 28px;
  color: #e57505;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  margin-bottom: 23px;
}
.contact-info {
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #929292;
  width: 80%;
}
.address-info {
  background: url(../images/map-grey-icon.png) no-repeat;
  padding-left: 50px;
  background-position: 0 4px;
  background-size: 30px;
}
.phone-number {
  background: url(../images/phone-grey-icon.png) no-repeat;
  padding-left: 50px;
  margin-bottom: 10px;
  background-size: 30px;
}
.email-address {
  background: url(../images/mail-grey-icon.png) no-repeat;
  padding-left: 50px;
  background-size: 30px;
}
.contact-form {
  padding: 45px;
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(241, 166, 39, 0.2);
  border-radius: 8px;
}
.contact-form ul {
  padding: 0;
}
.contact-form li {
  list-style-type: none;
}
.contact-form label {
  font-size: 28px;
  color: #e57505;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  margin-bottom: 23px;
  border: none;
}
.contact-txtbox {
  background: #fff3d5;
  border-radius: 4px;
  padding: 12px;
  color: #929292;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  margin-bottom: 15px;
  border: none;
  width: 100%;
  font-weight: 300;
}
.contact-txtarea {
  background: #fff3d5;
  border-radius: 4px;
  padding: 12px;
  color: #929292;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  margin-bottom: 15px;
  border: none;
  width: 100%;
  font-weight: 300;
}
.contact-form-submit {
  width: 100%;
}
.map-content h4 {
  font-size: 20px;
  font-weight: 500;
  color: #565656;
  font-family: "Poppins", sans-serif;
  margin-bottom: 10px;
}
.map-content {
  z-index: 10;
  margin-top: -390px;
}
.contact-subtitle {
  font-family: "Montserrat", sans-serif;
  font-size: 72px;
  color: #221b15;
  font-weight: 500;
  margin-bottom: 120px;
}
.contact-city-block {
  overflow: hidden;
  margin-bottom: 60px;
}
.contact-city-block h5 {
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-weight: 500;
  color: #221b15;
  margin-bottom: 60px;
}
.contact-city-block ul {
  overflow: hidden;
  padding: 0;
}
.contact-city-block li {
  list-style-type: none;
  width: 33%;
  float: left;
  margin-bottom: 90px;
}
.region-name {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  color: #221b15;
  font-weight: 500;
  margin-bottom: 25px;
}
.contact-city-block li p {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 300;
  color: #929292;
  line-height: 32px;
  width: 75%;
}
/* @media (min-width: 768px) {
  .applyCheckbox { padding-left: 29px; }
}
.submitBtn { position: relative; width: 20%; right: 0; display: block; float: right; }
.cmn-banner-btn {
  color: #ffffff;
  position: relative;
  background-color: #f7b200;
  z-index: 1;
  padding: 12px 25px 14px;
  border-radius: 4px;
  font-size: 16px;
  display: inline-block;
}
.modalImg { background-position: center !important; height: 75vh; position: relative; background-size: cover !important; width: 490px;  }
.modal-body {
  height: 80vh;
  overflow-y: auto;

}
body {
  overflow-x: hidden;
}
#goldLoanBtn{
  display: inline-block;
  font-weight: 600;
  font-size: 18px;
  background: -webkit-gradient(linear, left top, right top, color-stop(23%, #efac00), color-stop(64%, #ffd770));
  background: linear-gradient(90deg, #efac00 23%, #ffd770 64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  margin: 0px;
} */
@media (min-width: 768px) {
  .applyCheckbox {
    padding-left: 29px;
  }
}
.submitBtn {
  position: relative;
  width: 20%;
  right: 0;
  display: block;
  float: right;
}
.cmn-banner-btn {
  color: #ffffff;
  position: relative;
  background-color: #f7b200;
  z-index: 1;
  padding: 12px 25px 14px;
  border-radius: 4px;
  font-size: 16px;
  display: inline-block;
}
.modalImg {
  background-position: center !important;
  height: 75vh;
  position: relative;
  background-size: cover !important;
  width: 490px;
}
.modal-body {
  height: 80vh;
  overflow-y: auto;
}
body {
  overflow-x: hidden;
}
#goldLoanBtn {
  display: inline-block;
  font-weight: 600;
  font-size: 18px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(23%, #efac00),
    color-stop(64%, #ffd770)
  );
  background: linear-gradient(90deg, #efac00 23%, #ffd770 64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  margin: 0px;
  width: 100%;
  text-align: center;
  padding-bottom: 20px;
}

.modal-body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #fff3d5;
}

.modal-body::-webkit-scrollbar {
  width: 6px;
  background-color: #fff3d5;
}
#priceSpan {
  width: 65%;
  margin-left: 2%;
  height: 20%;
  background: transparent;
  border-left: none;
  border-right: none;
  border-top: none;
}
.banner-img-wrapper {
  height: 420px;
  overflow: hidden;
  border-radius: 0px 0px 12px 12px;
}
.toggle-wrapper .orange-divider {
  width: 15px;
}
.location-dropdown img {
  height: 20px;
}
.demo {
  display: inline-block;
}
.demo1 {
  text-align: center;
}
.demo a {
  color: red;
  padding: 5px 12px;
  text-decoration: none;
  transition: background-color 2s;
  border: 1px solid orange;
  font-size: 18px;
}
.demo a.active {
  background-color: orange;
  color: white;
  border-radius: 5px;
}
.demo a:hover:not(.active) {
  background-color: yellow;
}
.demo a:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.demo a:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
@media screen and (min-width: 1000px) {
  .yellow-card:hover + .yellow-hover-card {
    display: block;
  }
  .red-card:hover + .red-hover-card {
    display: block;
  }
  .green-card:hover + .green-hover-card {
    display: block;
  }
  .purple-card:hover + .purple-hover-card {
    display: block;
  }
}
@media screen and (min-width: 1600px) {
  .red-card,
  .purple-card,
  .yellow-card,
  .green-card {
    height: 70px;
    width: 210px;
  }
  .buy-text {
    font-size: 50px;
  }
  .main-card {
    width: 500px;
    height: 200px;
    padding: 40px;
  }
  .orange-text {
    font-size: 50px;
    width: 90%;
  }
  .home-count {
    font-size: 40px;
  }
  .home-count-content {
    font-size: 20px;
    width: 300px;
    margin-right: 20px;
    width: 80%;
  }
  .blue-line,
  .purple-line {
    width: 60px;
  }
  .yellow-dots {
    height: 170px;
  }
}
@media screen and (max-width: 1200px) {
  .main-header-2 {
    padding-right: 10px;
    flex-direction: column;
  }
  .stats-main-container {
    justify-content: flex-start;
    margin-bottom: 70px;
  }
  .stats-container {
    margin-top: 0px;
  }
}
@media screen and (max-width: 1000px) {
  .heading-container {
    position: absolute;
    left: 20px;
    margin: auto;
  }
  .home-image-1,
  .home-image-2,
  .blue-dots,
  .yellow-dots {
    display: none;
  }
  .main-header-1 {
    display: block;
    margin-top: 100px;
    padding-bottom: 20px;
    height: 80vh;
    margin-bottom: 30px;
  }
  .orange-text {
    width: 100%;
  }
  .main-card,
  .content-card {
    margin-top: 70px;
    margin-left: 0px;
  }
  .main-container {
    padding-left: 20px;
  }
  .buy-text {
    font-size: 32px;
  }
  .orange-text {
    font-size: 32px;
    width: 90%;
  }
}
