@font-face {
  font-family: "Lato Regular";
  src: url(../../assets/fonts/Lato-Regular.woff);
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Lato Bold";
  src: url(../../assets/fonts/Lato-Bold.woff);
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Lato Italic";
  src: url(../../assets/fonts/Lato-Italic.woff);
  font-style: normal;
}
@font-face {
  font-family: "Gotham Medium";
  src: url(../../assets/fonts/GothamMedium.woff);
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Gotham Bold";
  src: url(../../assets/fonts/GothamBold.woff);
  font-weight: 700;
  font-style: normal;
}
body {
  font-family: "Lato Regular", sans-serif;
  box-sizing: border-box;
}
body:has(.navbar-collapse.show) {
  height: 100vh;
  overflow: hidden;
}

.container {
  width: 100%;
  max-width: 1236px;
  margin: auto;
  padding: 0 20px;
}
.container.container-lg {
  max-width: 1104px;
}
.container.container-sm {
  max-width: 860px;
}

.section {
  padding: 40px 0;
}
.Khushboo{
      padding: 0px 0px 25px 0px;
    }
.bg-gray {
  background: #E5E6E5;
}

.container > h4 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  color: #000;
  text-align: center;
  margin-top: 10px;
}

.heading {
  color: #000000;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  border-bottom: 3px solid #EF3B24;
  padding-bottom: 8px;
  margin-bottom: 20px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .heading {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 16px;
  }
}

.subheading {
  color: #000000;
  font-size: 30px;
  line-height: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}
.subheading-sm {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .subheading-new {
    font-size: 15px !important;
  } 
 .subheading {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 12px;
  }

  .subheading-sm {
    font-size: 20px;
    margin-bottom: 16px;
  }
}

p {
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  p {
    font-size: 16px;
    margin-bottom: 16px;
  }

}

@media only screen and (min-width:769px){
  .desktopmode{
	  width:50% !important;
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background: #003254;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
header .navbar-brand {
  max-width: 145px;
}
header .navbar-expand-lg .navbar-nav {
  align-items: center;
  gap: 35px;
}
header .navbar-expand-lg .navbar-nav .nav-item .nav-link {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  padding: 0;
  text-decoration: none;
  transition: 0.3s all ease-in-out;
}
header .navbar-expand-lg .navbar-nav .nav-item .dropdown-menu {
  position: absolute;
  top: 46px;
  left: 0;
  background: #8ECBF9;
  padding: 0;
  border: none;
  border-radius: 0;
}
header .navbar-expand-lg .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 16px 20px;
  font-size: 16px;
  line-height: 18px;
  color: #003254;
  text-decoration: none;
  white-space: wrap;
}
header .navbar-expand-lg .navbar-nav .nav-item .dropdown-menu .dropdown-item:not(:last-child) {
  border-bottom: 1px solid #FFF;
}
header .navbar-expand-lg .navbar-nav .nav-item .dropdown-toggle::after {
  display: none;
}
header .navbar-expand-lg .navbar-nav .nav-item:hover .nav-link {
  color: #8ECBF9;
  font-weight: 700;
}
header .navbar-expand-lg .navbar-nav .nav-item:hover .dropdown-menu {
  display: block;
}
@media screen and (max-width: 992px) {
  header .navbar-expand-lg .navbar-nav .nav-item:not(:last-child) {
    width: 100%;
  }
  header .navbar-expand-lg .navbar-nav .nav-item .nav-link {
    width: 100%;
  }
  header .navbar-expand-lg .navbar-nav .nav-item .dropdown-menu {
    position: inherit;
    top: 10px;
  }
}
@media screen and (max-width: 768px) {
  header .navbar-expand-lg .navbar-nav {
    padding-top: 40px;
    gap: 30px;
    align-items: flex-start;
  }
  header .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 16px;
  }
}
header .navbar-expand-lg .invest-now-btn {
  color: #FFF;
  font-size: 16px;
  line-height: normal;
  background-color: #EF3B24;
  border-radius: 4px;
  padding: 8px 16px;
  text-decoration: none;
  display: inline-block;
  transition: 0.3s all ease-in-out;
}
header .navbar-expand-lg .invest-now-btn:hover {
  background-color: #004880;
}
header .navbar-light .navbar-toggler span {
  display: block;
  width: 30px;
  height: 2px;
  margin: 6px auto;
  background: #ffffff;
  transition: all 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
}
header .navbar-light .navbar-toggler:hover span {
  background: #ffffff;
}
header .navbar-light .navbar-toggler:focus {
  outline: none;
  border: 0;
  box-shadow: none;
}
header .navbar-light .navbar-toggler:focus span {
  background: #ffffff;
}
header .navbar-light .navbar-toggler[aria-expanded=true] span:first-of-type {
  transform: rotate(45deg) translate(6px, 6px);
}
header .navbar-light .navbar-toggler[aria-expanded=true] span:nth-of-type(2) {
  opacity: 0;
}
header .navbar-light .navbar-toggler[aria-expanded=true] span:last-of-type {
  transform: rotate(-45deg) translate(5px, -5px);
}
header .navbar-light .navbar-toggler[aria-expanded=false] span {
  transform: none;
  opacity: 1;
}

.close-icon {
  background-image: url("../assets/Images/close.svg");
  width: 24px;
  height: 24px;
  position: absolute;
  right: 40px;
  cursor: pointer;
}

.d_inline {
  display: inline-block;
}

.hide {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .desktop-hide {
    display: block !important;
  }
  .mobile-hide {
    display: none;
  }
  .Fund-can-be-suitable .heading-size, .dynamic-opportunities-head, .dynamic-opportunities-head + p {
    padding: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .banner-container {
    width: 100%;
    max-width: 1236px;
    margin: auto;
    padding: 0 20px;
  }
}
.banner-section {
  background-color: #D2BFDF;
}
.banner-section .banner-row {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.banner-section .banner-row .banner-col.first {
  width: 65%;
}
.banner-section .banner-row .banner-col.second {
  width: 35%;
}
@media only screen and (max-width: 991px) {
  .banner-section .banner-row {
    flex-direction: column;
  }
  .banner-section .banner-row .banner-col.first, .banner-section .banner-row .banner-col.second {
    width: 100%;
  }
}
.banner-section img {
  width: 100%;
}

form {
  background-color: #E3F2FF;
  border-radius: 30px 30px 0 0;
  margin-top: 10px;
  width: 100%;
  padding: 25px;
}
form input {
  border: 1px solid #D9D9D9;
  width: 100%;
  margin-bottom: 15px;
  font-size: 12px;
  color: #003254;
  padding: 10px 14px;
}
form input::-moz-placeholder {
  color: #003254;
}
form input::placeholder {
  color: #003254;
}
form p {
  font-size: 10px;
  line-height: 14px;
  color: #003254;
}
form button {
  color: #ffffff;
  background-color: #EF3B24;
  text-align: center;
  padding: 7px 14px;
  border: none;
  font-size: 14px;
  transition: 0.3s all ease-in-out;
}
form button:hover {
  background-color: #ffffff;
  color: #EF3B24;
}

.form-heading {
  font-family: "Gotham Bold", sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 23px;
  padding-bottom: 15px;
  color: #003254;
  margin-bottom: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

footer {
  padding: 32px 0;
  background-color: #000000;
}
footer .copy {
  color: #FFF;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  margin: 0;
}

.timer {
  width: 100%;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #B72230;
  background: transparent linear-gradient(180deg, var(---f79548) 0%, var(---f1666a) 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #f79548 0%, #f1666a 100%) 0% 0% no-repeat padding-box;
  padding: 10px 0;
}

.timer__title {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #1c1c1a;
  margin-right: 42px;
}

.timer__icon {
  margin-right: 12px;
}

.timer_count {
  display: flex;
  align-items: center;
}

.timer__count {
  display: inline-block;
  font-size: 32px;
  border-radius: 8px;
  margin-bottom: 0;
  line-height: 24px;
  color: #ffffff;
}

.timer__card {
  padding-right: 32px;
}

.timer__label {
  font-size: 13px;
  color: #fff;
  line-height: 15px;
  text-align: center;
  margin-bottom: 0;
}

.modal2,
.form-modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100vh; /* Full height */
  overflow: auto; /* Enable scroll if needed */
}

.modal2.is-visible,
.form-modal.is-visible {
  visibility: visible;
  display: block;
}
.modal2 .modal-body,
.form-modal .modal-body{
  padding: 0 2rem;
}
.modal2 .modal-overlay,
.form-modal .modal-overlay {
  background: hsla(0, 0%, 0%, 0.5);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
  height: 100%;
}

.modal2.is-visible .modal-overlay
.form-modal.is-visible .modal-overlay {
opacity: 1;
visibility: visible;
transition-delay: 0s;
display: block;
}

.modal2 .modal-wrapper,
.form-modal .modal-wrapper {
position: absolute;
z-index: 9999;
width: 30rem;
left: 50%;
top: 50%;
background-color: #E3F2FF;
box-shadow: 0 0 1.5em hsla(0, 0%, 0%, 0.35);
transform: translate(-50%, -50%);
}

/* .modal2 .modal-transition {
transition: all 0.3s 0.12s;
transform: translate(-50%, -50%);
opacity: 0;
} */

.modal2.is-visible .modal-transition,
.form-modal.is-visible .modal-transition {
opacity: 1;

}

.modal2 .modal-header,
.modal2 .modal-content,
.form-modal .modal-header,
.form-modal .modal-content {
padding: 1em;
background: transparent;
border: none;
}

.modal2 .modal-header,
.form-modal .modal-header {
position: relative;
border: 0;
}

.modal2 .modal-close,
.form-modal .modal-close {
position: absolute;
top: 0;
right: 0;
padding: 20px;
background: none;
border: 0;
cursor: pointer;
margin: 0;
z-index: 9;
}

.riskometer-heading {
  height: 70px;
}

.riskometer-heading p {
  font-size: 12px !important;
}

.modal2 .modal-close:hover,
.form-modal .modal-close:hover {
color: #777;
}

.modal2 .modal-heading,
.form-modal .modal-heading {
font-size: 1.125em;
margin: 0;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.modal2 .modal-content img,
.form-modal .modal-content img {
  margin: 0 auto;
  width: 80px;
}
.modal2 .modal-content > *:first-child {
margin-top: 0;
}

.modal2 .modal-content > *:last-child {
margin-bottom: 0;
}
.modal2 .modal-content h2{
  font-size: 18px;
  font-family: 'Lato Bold';
  text-align: center;
  padding: 18px 0 0;
  margin-bottom: 0;
}
.button-container{
  display: flex;
  justify-content: center;
  gap: 30px;
}
.modal2 .modal-content .button--red{
  width: 180px;
  padding: 16px 20px;
  margin: 25px 0;
  text-decoration: none;
}
.modal2 .modal-content .button--red p{
  text-align: center;
  margin-bottom: 0;
}
.divider-line{
  border-bottom: 1px solid #707070;
}
.overflow-body-scroll{
  overflow: hidden;
}

.modal2 .modal-overlay.invest-now {
  margin:unset;
}

.w-md {
  width: 70% !important;
}

.download-list-item .link-group a img{
  filter: invert(1);
}

.highlighted-text-center {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .modal2 .modal-wrapper,
  .form-modal .modal-wrapper{
    width: 90%;
  }
  .modal2 .modal-body,
  .form-modal .modal-body{
    padding: 0 1rem;
  }
  .modal2 .modal-content .button--red{
    padding: 14px 10px;
    display: flex;
  }
  .modal2 .modal-content .button--red p{
    white-space: nowrap;
  }
  .button-container{
    gap: 10px;
  }

  .d-flex-column {
    flex-direction: column;
  }

.modal2 .modal-wrapper,
.form-modal .modal-wrapper{
  top: 55%;
  background-color: #E3F2FF;
  box-shadow: 0 0 1.5em hsla(0, 0%, 0%, 0.35);
  transform: translate(-50%, -50%);
  }
  .modal2 .modal-content h2{
    padding: 18px 20px 0;
  }
 
}

.button-container {
  display: flex;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .button-container {
    flex-direction: column;
    align-items: center;
    padding: 20px;
    gap: 10px;
  }
}

.divider-line {
  border-bottom: 1px solid #707070;
}

.overflow-body-scroll {
  overflow: hidden;
}

.button--red {
  padding: 6px 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #EF3B24;
  cursor: pointer;
}
.button--red.button-2 {
  background-color: transparent;
  border: 1px solid #EF3B24;
}
.button--red.button-2 .button__text {
  color: #EF3B24;
}
.button--red .button__text {
  font-size: 14px;
  color: #ffffff;
  text-transform: capitalize;
}
@media only screen and (min-width: 1200px) {
  .button--red:hover {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
  }
}

.button--white {
  display: inline-block;
  color: #EF3B24;
  background-color: #ffffff;
  padding: 10px 15px;
  cursor: pointer;
}
.button--white:hover {
  color: #ffffff;
  background-color: #EF3B24;
}

.main-container {
  overflow: hidden;
}

.about-scheme-swiper {
  overflow: visible !important;
  padding-top: 50px !important;
}
@media screen and (max-width: 992px) {
  .about-scheme-swiper .swiper-wrapper {
    padding-bottom: 40px;
  }
}
.about-scheme-swiper .swiper-slide {
  height: auto;
}
.about-scheme-swiper .swiper-slide .card {
  padding: 30px 30px 13px 30px;
  background: #FFF;
  border-radius: 0;
  border: 1px solid #003254;
  height: 100%;
}
.about-scheme-swiper .swiper-slide .img-wrapper {
  width: 90px;
  height: 90px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: -80px auto 20px;
}
.about-scheme-swiper .swiper-slide .content-wrapper {
  text-align: center;
}
.about-scheme-swiper .swiper-slide .content-wrapper h4 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  color: #003254;
}
.about-scheme-swiper .swiper-slide .content-wrapper p {
  margin: 0;
}
.about-scheme-swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0px !important;
}
.about-scheme-swiper .swiper-pagination-bullet-active {
  background: #003254;
}

@media screen and (max-width: 992px) {
  .how-to-invest-swiper .swiper-wrapper {
    padding-bottom: 40px;
  }
}
.how-to-invest-swiper .swiper-slide {
  height: auto;
}
.how-to-invest-swiper .swiper-slide .card {
  padding: 30px;
  background-color: #FF807F;
  border-radius: 0;
  border: none;
  height: 100%;
  justify-content: space-between;
}
.how-to-invest-swiper .swiper-slide .img-wrapper {
  width: 66px;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding-bottom: 20px;
}
.how-to-invest-swiper .swiper-slide .content-wrapper {
  text-align: center;
}
.how-to-invest-swiper .swiper-slide .content-wrapper h4 {
  font-size: 22px;
  line-height: 24px;
  font-weight: 700;
  color: #ffffff;
}
.how-to-invest-swiper .swiper-slide .content-wrapper p {
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  margin: 0;
  font-weight: 400;
}
.how-to-invest-swiper .swiper-slide .content-wrapper a {
  text-decoration: none;
  font-weight: 700;
  margin-top: 15px;
  width: 145px;
}
.how-to-invest-swiper .swiper-slide :hover .button--white {
  color: #ffffff;
  background-color: #EF3B24;
}
.how-to-invest-swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0px !important;
}
.how-to-invest-swiper .swiper-pagination-bullet-active {
  background: #003254;
}

.who-should-invest {
  display: flex;
  justify-content: normal;
  align-items: center;
  gap: 30px;
  margin-bottom: 35px;
}
.who-should-invest .image-wrapper {
  height: 90px;
  width: 90px;
}
.who-should-invest .content-wrapper p {
  margin-bottom: 0;
}

.table-section .image-wrapper {
  overflow-x: auto;
}
.table-section p {
  text-align: left;
  font-size: 12px;
  display: block;
  margin-top: 15px;
  margin-bottom: 0;
  color: #636466;
}

table tr, table td, table th {
  border: 2px solid #00396E;
  text-align: center;
  color: #161615;
}
table .first-row th {
  text-align: left;
  border-right: none;
}
table .first-row td {
  border-left: none;
}
table .third-row th {
  padding: 30px 10px;
}
@media screen and (max-width: 992px) {
  table {
    width: 1200px;
  }
}

.product-info h4 {
  font-size: 21px;
  line-height: 20px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .product-info h4 {
    font-size: 16px;
    line-height: 20px;
  }
}
@media screen and (max-width: 768px) {
  .product-info p {
    font-size: 14px;
    line-height: 18px;
  }
}
.product-info .note {
  font-size: 14px;
  line-height: 16px;
}
@media screen and (max-width: 768px) {
  .product-info .note {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 30px;
  }
}/*# sourceMappingURL=style.css.map */


#modalPopup .modal-content h2 {
  font-size: 18px;
  font-family: 'Lato Bold';
  text-align: center;
  padding: 18px 0 0;
  margin-bottom: 0;
}
#modalPopup .modal-content {
  background-color: #E3F2FF !important;
  padding: 50px !important;
}
#modalPopup .modal-content .button--red {
  width: 180px;
  padding: 0px 20px;
  margin: 25px 0;
  text-decoration: none;
}
#modalPopup .modal-content p {
  padding-top: 10px !important;
}
#modalPopup .button--red {
  padding: 6px 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #EF3B24;
  cursor: pointer;
}
 
 
.customemodal {
	display: none;
	position: fixed;
	z-index: 12;
	padding-top: 100px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	overflow: auto;
  }
  .customemodal.is-visible {
	visibility: visible;
	display: block;
  }
  .customemodal.is-visible .modal-overlay {
	opacity: 1;
	visibility: visible;
	transition-delay: 0s;
	display: block;
  }
  .customemodal.is-visible .modal-transition {
	opacity: 1;
  }
  .customemodal .modal-body {
	padding: 2rem 2rem 3rem 2rem;
  }
  @media screen and (max-width: 768px) {
	.customemodal .modal-body {
	  padding: 1rem 1rem 2rem 1rem;
	}
  }
  .customemodal .modal-overlay {
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	height: 100%;
  }
  .customemodal .modal-overlay.invest-now {
	margin: unset;
  }
  .customemodal .modal-wrapper {
	position: absolute;
	z-index: 4;
	width: 30rem;
	left: 50%;
	top: 50%;
	background-color: #e3f2ff;
	box-shadow: 0 0 1.5em hsla(0, 0%, 0%, 0.35);
	transform: translate(-50%, -50%);
  }
 
  .customemodal .modal-header,
  .customemodal .modal-content {
	padding: 1em;
	background: transparent;
	border: none;
  }
  .customemodal .modal-header {
	position: relative;
	border: 0;
  }
  .customemodal .modal-close {
	position: absolute;
	top: 0;
	right: 0;
	padding: 20px;
	background: none;
	border: 0;
	cursor: pointer;
	margin: 0;
	z-index: 9;
  }
  .customemodal .modal-close:hover {
	color: #777777;
  }
  .customemodal .modal-content img {
	margin: 0 auto;
	width: 80px;
  }
  .customemodal .modal-content > *:first-child {
	margin-top: 0;
  }
  .customemodal .modal-content > *:last-child {
	margin-bottom: 0;
  }
  .customemodal .modal-content h2 {
	text-align: center;
	font-weight: bold;
	padding: 18px 0;
	margin-bottom: 0;
	font-size: 26px;
  color: #003253;
  }
  .customemodal .modal-content .button-red {
	width: 100%;
	padding: 12px 14px;
	margin: 25px 0 0 0;
	text-decoration: none;
	background-color: #ef3b24;
  }
  @media screen and (max-width: 768px) {
	.customemodal .modal-content .button-red {
	  padding: 10px 12px;
	  display: flex;
	}
  }
  .customemodal .modal-content .button-red:hover {
	background-color: #003254;
	color: #ffffff;
  }
  .customemodal .modal-content .button-red .button-text {
	text-align: center;
	color: #ffffff;
	margin: 0;
	font-size: 16px;
  }

  @media screen and (max-width: 500px) {
    .customemodal .modal-wrapper {
      width: 90%;
      top: 55%;
      background-color: #e3f2ff;
      box-shadow: 0 0 1.5em hsla(0, 0%, 0%, 0.35);
      transform: translate(-50%, -50%);
    }
    .customemodal .modal-content .button-red .button-text{
      font-size: 13px;
      white-space: nowrap;
    }
    .button-container {
      flex-direction: column;
      align-items: center;
      padding: 0;
      gap: 0;
    }
    .customemodal .modal-content h2 {
      text-align: center;
      font-weight: bold;
      padding: 18px 0;
      margin-bottom: 0; 
      font-size: 20px;
    }
    .banner-section img {
      width: 100%;
      object-fit: cover; 
    }
    }
	
	
	
.scroll-to {
    font-size: 1.125rem;
    white-space: nowrap;
    position: fixed;
    left: 50%;
    bottom: 0;
    z-index: 1;
    -webkit-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
    text-decoration: none;
    padding: 15px 40px;
    border-radius: 10px 10px 0 0;
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    -webkit-transition: all ease-out 0.2s 0s;
    transition: all ease-out 0.2s 0s;
}

.footer-cta {
    margin: 10px auto 0px !important;
}

.btn.yellow {
    background: #ef3b24;
    border-color: #ef3b24;
    color: #fff;
    font-size: 16px;
}

.scroll-to {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
 @media only screen and (min-width: 769px) {
    .desktopmode {
        width: 50% !important;
    }
 }
 