* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Verdana, Geneva, Tahoma, sans-serif !important;
}



html {
  scroll-behavior: smooth;
}

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.loader_bg {
  position: fixed;
  z-index: 9999999;
  background: #fff;
  width: 100%;
  height: 100%;
}

.loader {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader img {
  width: 280px;
}

::-webkit-scrollbar-thumb {
  border-radius: 12px;
  background-color: transparent;
  display: none;
}

::-webkit-scrollbar-thumb:hover {
  background-color: transparent;
  display: none;
}


section {
  padding: 5% 0;
}

.max-width {
  max-width: 1300px;
  padding: 0 40px;
  margin: auto;
}

.navbar-1 {
  position: fixed;
  width: 100%;
  z-index: 999;
  padding: 10px 0;
  top: 0;
  font-family: "Ubuntu", sans-serif;
  transition: all 0.3s ease;
  color: #000;
}

.navbar-1.sticky {
  padding: 0;
  background: -webkit-radial-gradient(left top, rgb(18 17 216), rgb(87 84 247));
  padding: 0.2rem 0;
}

.navbar-1 .max-width {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navbar-1 .logo a {
  color: #fff;
  font-size: 35px;
  font-weight: 600;
  text-decoration: none;
}

.navbar-1 .logo a span {
  background-color: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease;
  margin-bottom: 1rem !important;
}

.navbar-1.sticky .logo a span {
  color: #fff;
}

.navbar-1 .menu li {
  list-style: none;
  display: inline-block;
}

.navbar-1.sticky .menu li a {
  color: rgb(255, 255, 255);
}
.navbar-1 .menu li a {
  display: block;
  color: rgb(255, 255, 255);
  font-size: 1.2rem;
  font-weight: 200;
  margin-left: 2rem;
  margin-top: 20px;
  transition: color 0.3s ease;
  text-decoration: none;
}

.navbar-1 .menu li a:hover {
  color: #000000;
}

.navbar-1.sticky .menu li a:hover {
  color: rgb(0, 0, 0);
}

.navbar-1 .menu-btn {
  color: #fff;
  font-size: 23px;
  cursor: pointer;
  display: none;
}

.scroll-up-btn {
  position: fixed;
  height: 45px;
  width: 42px;
  background: -webkit-radial-gradient(left top, rgb(18 17 216), rgb(87 84 247));
  right: 30px;
  bottom: 10px;
  text-align: center;
  line-height: 45px;
  color: #fff;
  z-index: 99;
  font-size: 30px;
  border-radius: 6px;
  border-bottom-width: 2px;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
}

.scroll-up-btn.show {
  bottom: 30px;
  opacity: 1;
  pointer-events: auto;
}

.scroll-up-btn:hover {
  filter: brightness(90%);
}

#livechat-compact-container {
  position: fixed;
  z-index: 99;
  bottom: 3%;
  right: 3%;
}

@keyframes pulsate {
  0% {
    box-shadow: 0 0 25px #888e8d, 0 0 50px #1e3551;
  }
}

@media (max-width: 947px) {
  .navbar-1 .menu-btn {
    display: block;
    z-index: 999;
  }
  .navbar-1 .menu-btn i.active:before {
    content: "\f00d";
  }
  .navbar-1 .menu {
    position: fixed;
    height: 100vh;
    width: 100%;
    left: -100%;
    top: 0;
    background: #111;
    text-align: center;
    padding-top: 80px;
    transition: all 0.3s ease;
  }
  .navbar-1 .menu.active {
    left: 0;
  }
  .navbar-1 .menu li {
    display: block;
  }
  .navbar-1 .menu li a {
    display: inline-block;
    margin: 20px 0;
    font-size: 25px;
  }
  .home .home-content .text-2 {
    font-size: 70px;
  }
  .home .home-content .text-3 {
    font-size: 35px;
  }
  .home .home-content a {
    font-size: 23px;
    padding: 10px 30px;
  }
  .navbar-1 .max-width {
    max-width: 930px;
  }
}

@media (max-width: 690px) {
  .navbar-1 .max-width {
    padding: 0 23px;
  }
  .home .home-content .text-2 {
    font-size: 60px;
  }
  .home .home-content .text-3 {
    font-size: 32px;
  }
  .home .home-content a {
    font-size: 20px;
  }
}

@media (max-width: 500px) {
  .home .home-content .text-2 {
    font-size: 50px;
  }
  .home .home-content .text-3 {
    font-size: 27px;
  }
  .scroll-up-btn {
    right: 15px;
    bottom: 15px;
    height: 38px;
    width: 35px;
    font-size: 23px;
    line-height: 38px;
  }
}

section {
  overflow: hidden;
}

/* Section Timeline Start  */

/* TIMELINE
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.timeline {
  background: #fefefe;
  padding: 0;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
}
.timeline button {
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    display: block;
    margin: auto;
    background-color: rgb(253, 165, 3);
    font-size: 20px;
    box-shadow: 0 5px 10px 0px rgba(0,0,0,0.6);
  }
.timeline button:hover {
  position: relative;
  top: -3px;
  box-shadow: none;
}
.timeline ul {
    padding: 50px 0;
  }

.timeline ul h2 {
  color: rgb(0, 0, 0);
  text-align: center;
}
.timeline ul p {
  color: #fff;
  text-align: center;
  margin-bottom: 50px;
}
.timeline ul li p {
  color: black;
  margin-bottom: 0;
  text-align: left;
  margin: 10px 0px 10px 20px;
}
  .timeline ul li {
    list-style-type: none;
    position: relative;
    width: 6px;
    margin: 0 auto;
    margin-top: 0px;
    background: rgb(0, 0, 0);
  }
  @media screen and (max-width: 768px) {
    .timeline ul li {
      padding-top: 50px;
    }
  }
  
  .timeline ul li::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: inherit;
    z-index: 1;
  }
  
  .timeline ul li div {
    position: relative;
    bottom: 0;
    width: 400px;
    padding: 15px;
    background: #fcfcfc;
    box-shadow: 0 5px 10px 0px rgba(0,0,0,0.6);
  }
  
  .timeline ul li div::before {
    content: "";
    position: absolute;
    bottom: 7px;
    width: 0;
    height: 0;
    border-style: solid;
  }
  
  .timeline ul li:nth-child(odd) div {
    left: 45px;
  }
  
  .timeline ul li:nth-child(odd) div::before {
    left: -15px;
    border-width: 8px 16px 8px 0;
    border-color: transparent #e8eb2f transparent transparent;
  }
  
  .timeline ul li:nth-child(even) div {
    left: -439px;
  }
  
  .timeline ul li:nth-child(even) div::before {
    right: -15px;
    border-width: 8px 0 8px 16px;
    border-color: transparent transparent transparent #e8eb2f;
  }
  
  time {
    display: block;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 8px;
  }
  
  
  /* EFFECTS
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  
  .timeline ul li::after {
    transition: background 0.5s ease-in-out;
  }
  
  .timeline ul li.in-view::after {
    background: #67eb2f;
  }
  
  .timeline ul li div {
    visibility: hidden;
    opacity: 0;
    transition: all 0.8s ease-in-out;
  }
  
  .timeline ul li:nth-child(odd) div {
    transform: translate3d(300px, 0, 0);
  }
  
  .timeline ul li:nth-child(even) div {
    transform: translate3d(-300px, 0, 0);
  }
  
  .timeline ul li.in-view div {
    transform: none;
    visibility: visible;
    opacity: 1;
    /* min-height: 250px; */
  }
  
  
  /* GENERAL MEDIA QUERIES
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  
  @media screen and (max-width: 900px) {
    .timeline ul li div {
      width: 250px;
    }
    .timeline ul li:nth-child(even) div {
      left: -289px;
      /*250+45-6*/
    }
  }
  
  @media screen and (max-width: 600px) {
    .timeline ul li {
      margin-left: 20px;
    }
    .timeline ul li div {
      width: calc(100vw - 91px);
    }
    .timeline ul li:nth-child(even) div {
      left: 45px;
    }
    .timeline ul li:nth-child(even) div::before {
      left: -15px;
      border-width: 8px 16px 8px 0;
      border-color: transparent #67eb2f transparent transparent;
    }
  }
  
  
  /* EXTRA/CLIP PATH STYLES
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  .timeline-clippy ul li::after {
    width: 40px;
    height: 40px;
    border-radius: 0;
  }
  
  .timeline-rhombus ul li::after {
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  }
  
  .timeline-rhombus ul li div::before {
    bottom: 12px;
  }
  
  .timeline-star ul li::after {
    clip-path: polygon(
      50% 0%,
      61% 35%,
      98% 35%,
      68% 57%,
      79% 91%,
      50% 70%,
      21% 91%,
      32% 57%,
      2% 35%,
      39% 35%
    );
  }
  
  .timeline-heptagon ul li::after {
    clip-path: polygon(
      50% 0%,
      90% 20%,
      100% 60%,
      75% 100%,
      25% 100%,
      0% 60%,
      10% 20%
    );
  }
  .timeline-infinite ul li::after {
    animation: scaleAnimation 2s infinite;
  }
  
  @keyframes scaleAnimation {
    0% {
      transform: translateX(-50%) scale(1);
    }
    50% {
      transform: translateX(-50%) scale(1.25);
    }
    100% {
      transform: translateX(-50%) scale(1);
    }
  }
  
/* Section Timeline End  */


/* Section Services Start  */
.services {
  min-height: 100vh;
  padding: 0;
  background: -webkit-radial-gradient(left top, rgb(255, 255, 255), rgb(83, 149, 240),rgb(134, 181, 246));
}
.services1 {
  padding: 0;
  background: #fff;
}
@media screen and (max-width: 900px) {
  .services {
    margin-top: -80px;
    margin-bottom: -20px;
  } 
}
.services .row button {
  padding: 10px 30px;
  border-radius: 5px;
  background-color: rgb(0, 0, 0);
  border: none;
  color: #fff;
  list-style: none;
  font-size: 20px;
  font-weight: 700;
  box-shadow: 0 15px 40px 0 rgba(0, 0, 0, 0.08);
}

.services .row button span {
  border-radius: 100%;
  background-color: #fff;
  color: rgb(2, 15, 255);
  padding: 5px 10px;
  margin-left: 10px;
  margin-right: -10px;
  font-weight: 400;
}

.gtco-feature .card .back-bg {
  margin-left: -30px !important;
  margin-top: -20px;
}
.gtco-feature .card svg {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.gtco-feature .card svg.defs {
  position: absolute;
  width: 0;
  height: 0;
}
.gtco-feature .card .squircle {
  width: 100%;
  height: 450px;
  background: url(../images/learn-img.jpg) center/cover, #aaa;
  clip-path: url(#clip-path);
  background-position-x: -50px;
}
.gtco-feature p small {
  font-size: 16px;
}
.gtco-feature a {
  margin-top: 20px;
  display: inline-block;
}

.gtco-features {
  margin-top: 100px;
}
.gtco-features svg {
  position: absolute;
  margin-left: -100px;
  margin-top: 100px;
}
@media (max-width: 767px) {
  .gtco-features svg {
    margin: 0 auto;
    margin-top: 200px;
  }
}
.gtco-features h2 {
  margin-top: 200px;
}
@media (max-width: 991px) {
  .gtco-features h2 {
    margin-top: 0;
  }
}
.gtco-features .col-lg-4 p {
  max-width: 320px;
  margin-bottom: 30px;
}
.gtco-features .col-lg-8 {
  padding: 10px 100px;
}
@media (max-width: 767px) {
  .gtco-features .col-lg-8 {
    padding: 10px 0;
  }
}
.gtco-features .col-lg-8 .row .col:first-child {
  margin-top: 0px;
}
@media (max-width: 600px) {
  .gtco-features .col-lg-8 .row .col:first-child {
    margin-top: 50px;
  }
}
@media (max-width: 600px) {
  .gtco-features .col-lg-8 .col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.gtco-features .col-lg-8 .card {
  background: #fff;
  margin: 5px 0px;
  padding: 0px 0px;
  border-radius: 20px;
  box-shadow: 0 15px 40px 0 rgba(0, 0, 0, 0.08);
}
.gtco-features .col-lg-8 .card .oval {
  background: linear-gradient(to right, #f1f6fd, #f0fbfe);
  padding: 10px;
  width: 150px;
  border-radius: 50%;
  margin: auto;
  transform: rotate(20deg);
  margin-top: 20px;
}
.gtco-features .col-lg-8 .card .card-img-top {
  max-width: 0.8in;
  margin: 0 auto;
  transform: rotate(-20deg);
}
.gtco-features .col-lg-8 .card h3 {
  font-family: "Lato-Regular";
  font-size: 18px;
  color: #1d3ede;
}
.gtco-features .col-lg-8 .card p {
  font-size: 16px;
}

@media screen and (max-width: 1100px) {
  .services {
    min-height: 100vh;
  }
  .services2 {
    padding-top: 0px;
  }
  .gtco-features .col-lg-8 .card .oval {
    background: linear-gradient(to right, #f1f6fd, #f0fbfe);
    padding: 0px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 1000px) {
  .services {
    height: auto;
  }
}

@media screen and (max-width: 600px) {
  .services1 {
    height: auto;
    padding-top: 0px;
    margin-top: 0;
  }
  .services2 {
    padding-top: 70px;
    height: auto;
  }
}

/* Section Services End  */



/* Section Policy Start  */
.policy {
  padding:10% 5%;
  padding-bottom:5%;
  background: -webkit-radial-gradient(left top, rgb(112, 163, 240), rgb(96, 152, 231));
  color:#fff;
}
@media screen and (max-width: 600px) {
  .policy {
    padding-top: 80px;
  } 
}
/* Section Policy End  */



/* Section onb start  */

.onb-form {
  min-height: 100vh;
  padding: 5% 10%;
  padding-top: 100px;
  background: -webkit-radial-gradient(left top, rgb(255, 255, 255), rgb(83, 149, 240),rgb(134, 181, 246));
}
.onb-form .content {
  border: 0.1px solid rgb(188, 188, 188);
  border-radius: 5px;
  padding: 0rem 2rem;
  padding-bottom: 1rem;
  background-color: rgb(250, 250, 250);
  padding-top: 17px !important;
}
.onb-form .content input{
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.onb-form .content select {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.onb-form .content .submit-btns {
  position: absolute;
  bottom: -1rem;
  right: 5px;
  border: none;
  border-radius: 0.5rem;
  background-color: rgb(128, 198, 248);
  padding: 0.3rem 2rem;
  font-size: 1.5rem;
}
.display-none {
  display: none;
}
.display-block {
  display: block;
}
.onb-form .content .accordion-header button {
  padding: 0.5rem 1rem;
  background-color: rgb(128, 198, 248) !important;
} 
/* Section onb End  */



/* Section benefits Start  */
.benefits {
  padding: 5% 10%;
  text-align: center;
  background-color: rgb(242, 246, 251);
}
.benefits h2 {
  font-weight: 700;
  margin-bottom: 10px;
}
.benefits h5 {
  font-weight: 700;
  margin-bottom: 50px;
}
.benefits h6 {
  font-weight: 600;
}
.benefits p {
  color: gray;
  font-weight: 200;
}
.benefits img {
  width: 50px;
  margin-bottom: 20px;
}
.benefits button {
  padding: 10px 80px;
  border: none;
  border-radius: 5px;
  font-weight: 600;
  font-family: 'Times New Roman', Times, serif;
  /* background-color: #027b9a; */
  background-color: #000000;
  color: #fff;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
  font-size: 20px;
  margin-top: 30px;
}

@media screen and (max-width: 600px) {
  .benefits button {
    padding: 10px 30px;
  }
}
/* Section benefits End  */

/* Section FAQ Start  */
.faq {
  padding: 8.5% 5%;
}
.faq h3 {
  text-align: center;
  margin-bottom: 50px;
  font-weight: 600;
  font-family: 'Times New Roman', Times, serif;
}
.faq .accordion {
  max-width: 800px;
  margin: auto;
}
/* Section FAQ End  */

/* Section Contact-form Start  */
.contact-form {
  padding: 10% 20%;
  padding-bottom: 5%;
  text-align: center;
  background: -webkit-radial-gradient(left top, rgb(255, 255, 255), rgb(83, 149, 240),rgb(134, 181, 246));
}
.contact-form h1 {
  margin-bottom: 10px;
}
.contact-form input {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid rgb(197, 191, 191);
}
.contact-form textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid rgb(197, 191, 191);
}
.contact-form button {
  width: 100%;
  padding: 10px 0;
  border: none;
  background-color: #11198a;
  color: #fff;
}
@media screen and (max-width: 600px) {
  .contact-form {
    padding: 10%;
    padding-bottom: 5%;
    padding-top: 25%;
    text-align: center;
    background: -webkit-radial-gradient(left top, rgb(255, 255, 255), rgb(83, 149, 240),rgb(134, 181, 246));
  }
}
/* Section Contact-form End  */

/* Section Map Start  */
  .map {
    padding: 5%;
  }
  .map iframe {
    width: 100%;
    height: 350px;
  }
  @media screen and (max-width: 600px) {
    .map {
      padding-top: 100px;
    }
  }
/* Section Map End  */

/* Section Loan Calculator Start  */
.loan-calc {
	padding: 5%;
  background: -webkit-radial-gradient(left top, rgb(255, 255, 255), rgb(83, 149, 240),rgb(134, 181, 246));
}
.loan-calc #calc-section {
  background: #fff;
  padding: 1rem;
}
.loan-calc #content-section {
  color: #fff;
}
.loan-calc h4 {
	color: rgb(247, 247, 247);
  font-weight: 700;
}
.loan-calc .card-border {
	border: 0.5px solid gray;
	border-top: none;
}
.loan-calc .header-card {
	background-color: #170354;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	margin-bottom: -15px;
	text-align: center;
}
.loan-calc .header-card h5 i {
	color: #fff;
}
.loan-calc .header-card h5 {
	padding: 10px;
}
.loan-calc .header-card button {
	height: max-content;
	width: max-content;
	padding: 10px;
	border: none;
	background-color: transparent;
	font-size: 35px;
	color: #9088d2;
}

.loan-calc .header-card button:hover {
	cursor: pointer;
}


.loan-calc .view .detail .d1 {
	font-size: 22px;
}

.loan-calc .loan-details {
	background-color: rgb(83, 160, 219);
	text-align: center;
}
.loan-calc .loan-details .chart-details {
	border: 1px solid black;
}

.loan-calc .loan-details .chart-details .d2 {
	font-size: 22px;
	color: #170354;
}

.loan-calc input[type="range"] {
	-webkit-appearance: none;
	margin: 10px 0;
	width: 100%;
}

.loan-calc input[type="range"]:focus {
	outline: none;
}

.loan-calc input[type="range"]::-webkit-slider-runnable-track {
	width: 100%;
	height: 6px;
	cursor: pointer;
	background: #f84205;
	border-radius: 10px;
}

.loan-calc input[type="range"]::-webkit-slider-thumb {
	box-shadow: 2px 2px 5px #b3b3b3, -1px -1px 3px grey;
	border: 5px solid #ffffff;
	height: 20px;
	width: 20px;
	border-radius: 50%;
	background: #9088d2;
	cursor: pointer;
	margin-top: -6px;
	-webkit-appearance: none;
}

.loan-calc input[type="range"]:focus::-webkit-slider-runnable-track {
	background: #b3b3b3;
}

.loan-calc input[type="range"]::-moz-range-track {
	width: 100%;
	height: 6px;
	cursor: pointer;
	background: #9088d2;
	border-color: transparent;
	border-width: 16px 0;
	color: transparent;
	border-radius: 10px;
}

.loan-calc input[type="range"]::-moz-range-thumb {
	box-shadow: 2px 2px 5px #b3b3b3, -1px -1px 3px grey;
	border: 5px solid #ffffff;
	height: 20px;
	width: 20px;
	border-radius: 50%;
	background: #9088d2;
	cursor: pointer;
	margin-top: -6px;
}

.loan-calc input[type="range"]::-ms-track {
	width: 100%;
	height: 6px;
	cursor: pointer;
	background: #9088d2;
	border-color: transparent;
	border-width: 16px 0;
	color: transparent;
	border-radius: 10px;
}

.loan-calc input[type="range"]::-ms-fill-lower {
	background: #9088d2;
	border-radius: 5px;
}

.loan-calc input[type="range"]::-ms-fill-upper {
	background: #9088d2;
	border-radius: 5px;
}

.loan-calc input[type="range"]::-ms-thumb {
	box-shadow: 2px 2px 5px #b3b3b3, -1px -1px 3px grey;
	border: 5px solid #ffffff;
	height: 20px;
	width: 20px;
	border-radius: 50%;
	background: #9088d2;
	cursor: pointer;
	margin-top: -6px;
}

.loan-calc input[type="range"]:focus::-ms-fill-lower {
	background: #9088d2;
}

.loan-calc input[type="range"]:focus::-ms-fill-upper {
	background: #9088d2;
}

.loan-calc #price {
	color: #ffffff;
	font-size: 25px;
}

.loan-calc #price-container {
	margin-top: 50px;
}
.loan-calc #price-container {
	font-size: 28px;
}

.loan-calc #price-container::before {
	content: "Monthly Payable:";
	color: rgb(254, 69, 63);
	font-size: 22px;
	display: block;
}


.loan-calc .nav-tabs .nav-item a {
	color: black;
	list-style: none;
}

@media screen and (max-width: 600px) {
  .loan-calc #calc-section {
    margin: 50px 0;
  }
  .loan-calc {
    padding: 10% 5%;
  }
}

/* Section Loan Calculator End  */


/* About Page Start ------------------------------------------- */

/* Section about start  */
.about {
  min-height: 100vh;
  padding: 10% 5%;
  background: -webkit-radial-gradient(left top, rgb(255, 255, 255), rgb(83, 149, 240),rgb(134, 181, 246));
}
.about #img-section img {
  width: 80%;
  display: block;
  margin: auto;
}
.about #content-section {
  display: block;
  margin: auto;
  color: #fff;
}
.about .hr-line {
  border-bottom: 3px solid rgb(15, 218, 66);
  width: 50px;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}
.about h3 {
  text-align: center;
  font-weight: 600;
}
.about h5 {
  text-align: center;
  font-weight: 600;
  color: rgb(81, 78, 78);
  margin-bottom: 50px;
}

@media screen and (max-width: 1000px) {
  .about {
    height: auto;
  }
}

@media screen and (max-width: 600px) {
  .about {
    height: auto;
  }
}
/* Section about end  */

/* About Page End ------------------------------------------- */


/* Section Micro Start  */
.micro {
  padding: 5%;
}
.bg-change {
  background: -webkit-radial-gradient(left top, rgb(255, 255, 255), rgb(83, 149, 240),rgb(134, 181, 246));
}
.micro1 {
  padding-bottom: 0;
}
.micro2 {
  padding-top: 8%;
}
.micro3 {
  padding-top: 10%;
}
.micro #content-section {
  display: block;
  margin: auto;
}
.micro button {
  padding: 10px 40px;
  border: none;
  border-radius: 5px;
  display: block;
  background-color: rgb(70, 142, 236);
  box-shadow: 0 5px 5px 0px rgba(0,0,0,0.6);
}
.micro button:hover {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2);
  color: rgb(78, 35, 35);
  position: relative;
  bottom: -5px;
}

.micro-question {
  padding: 5%;
  text-align: left;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
  background: url(../images/loan-bg.png) center/cover;
  background-repeat: no-repeat;
  color: black;
}
.micro-question h1 {
  color: black;
}
.micro-question button {
  border: none;
  padding: 10px 80px;
  border-radius: 5px;
  margin-top: 30px;
  background-color: rgb(70, 142, 236);
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
  font-weight: 600;
  font-family: 'Times New Roman', Times, serif;
  font-size: 20px;
  color: #ffffff;
}
.micro-question button:hover {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2);
  color: rgb(78, 35, 35);
  position: relative;
  bottom: -5px;
}
/* Section Micro End  */


#carousel-sec {
  margin-top: 0;
}
#carousel-sec #content-section h1 {
  font-size: 2.7rem;
  font-weight: 500;
  color: rgb(241, 241, 241);
  font-family: gilroy-regular;
  font-variant-ligatures: none;
}
@media screen and (max-width: 1100px) {
  #carousel-sec #content-section h1 {
    font-size: 1.5rem;
    font-weight: 500;
    color: rgb(241, 241, 241);
    font-family: gilroy-regular;
    font-variant-ligatures: none;
  }
}
@media screen and (max-width: 600px) {
  #carousel-sec #content-section h1 {
    font-size: 1.5rem;
    font-weight: 500;
    color: rgb(241, 241, 241);
    font-family: gilroy-regular;
    font-variant-ligatures: none;
  }
}


/* Section credits Start  */

#credits {
  min-height: 100vh;
  background: -webkit-radial-gradient(left top, rgb(255, 255, 255), rgb(83, 149, 240),rgb(134, 181, 246));
  color: #fff;
  text-align: center;
}
#credits #content {
  padding: 10% 10%;
  padding-bottom: 1%;
}
#credits #content-section {
  display: block;
  margin: auto;
  text-align: left;
}
#credits #content-section h6 {
  font-size: 1.7rem;
  font-weight: 500;
  margin-top: 2rem;
  color: rgb(221, 221, 221);
}
#credits #content-section button {
  border: none;
  background-color: #000;
  border-radius: 5rem;
  padding: 1rem 4rem;
  font-size: 1.3rem;
  margin-top: 2rem;
}
#credits #content-section button a {
  color: #fff;
  text-decoration: none;
}
#credits #img-section {
  display: block;
  margin: auto;
}
#credits #img-section img {
  width: 100%;
}

@media screen and (max-width: 1000px) {
  #credits #content-section h6 {
    font-size: 1.5rem;
    margin-top: 2rem;
  }
  #credits #content-section button {
    padding: 0.5rem 2rem;
    font-size: 1.2rem;
    display: block;
    margin: 1rem auto;
  }
  #credits {
    height: auto;
  }
}

@media screen and (max-width: 600px) {
  #credits {
    padding-top: 50px;
    height: auto;
  }
  #credits #content-section h6 {
    font-size: 1.2rem;
    margin-top: 1.5rem;
  }
  #credits #content-section button {
    padding: 0.5rem 2rem;
    font-size: 1.2rem;
    display: block;
    margin: 1rem auto;
  }
}

/* Section credits End  */






/* Section loans Start  */

#loans {
  min-height: 100vh;
  background: -webkit-radial-gradient(left top, rgb(255, 255, 255), rgb(83, 149, 240),rgb(134, 181, 246));
  color: #fff;
  text-align: center;
}
#loans #content {
  padding: 10% 10%;
  padding-bottom: 1%;
}
#loans #content-section {
  display: block;
  margin: auto;
  text-align: left;
}
#loans #content-section h6 {
  font-size: 1.7rem;
  font-weight: 500;
  margin-top: 2rem;
  color: rgb(221, 221, 221);
}
#loans #content-section button {
  border: none;
  background-color: #000;
  border-radius: 5rem;
  padding: 1rem 4rem;
  font-size: 1.3rem;
  margin-top: 2rem;
  color: #fff;
}
#loans #content-section button a {
  color: #fff;
  text-decoration: none;
}
#loans #img-section {
  display: block;
  margin: auto;
}
#loans #img-section img {
  max-width: 25rem;
}

@media screen and (max-width: 1000px) {
  #loans #content-section h6 {
    font-size: 1.5rem;
    margin-top: 2rem;
  }
  #loans #content-section button {
    padding: 0.5rem 2rem;
    font-size: 1.2rem;
    display: block;
    margin: 1rem auto;
  }
  #loans {
    height: auto;
  }
}

@media screen and (max-width: 600px) {
  #loans {
    padding-top: 50px;
  }
  #loans #content-section h6 {
    font-size: 1.2rem;
    margin-top: 1.5rem;
  }
  #loans #content-section button {
    padding: 0.5rem 2rem;
    font-size: 1.2rem;
    display: block;
    margin: 1rem auto;
  }
}

/* Section loans End  */






/* Section evs Start  */

#evs {
  min-height: 100vh;
  background: -webkit-radial-gradient(left top, rgb(255, 255, 255), rgb(83, 149, 240),rgb(134, 181, 246));
  color: #fff;
  text-align: center;
}
#evs #content {
  padding: 10% 10%;
  padding-bottom: 1%;
}
#evs #content input {
  background-color: transparent;
  color: #fff;
  background: #000;
  max-width: 300px;
}
#evs #content-section {
  /* display: block;
  margin: auto; */
  text-align: left;
}
#evs #content-section h6 {
  font-size: 1.7rem;
  font-weight: 500;
  margin-top: 2rem;
  color: rgb(221, 221, 221);
}
#evs #content-section button {
  border: none;
  background-color: rgb(0, 0, 0);
  border-radius: 5rem;
  padding: 1rem 4rem;
  font-size: 1.3rem;
  margin-top: 2rem;
  color: #fff;
}
#evs #content-section button a {
  color: #fff;
  text-decoration: none;
}
#evs #img-section {
  display: block;
  margin: auto;
}
#evs #img-section img {
  max-width: 100%;
}

@media screen and (max-width: 1000px) {
  #evs #content-section h6 {
    font-size: 1.5rem;
    margin-top: 2rem;
  }
  #evs #content-section button {
    padding: 0.5rem 2rem;
    font-size: 1.2rem;
    display: block;
    margin: 1rem auto;
  }
  #evs {
    height: auto;
  }
}

@media screen and (max-width: 600px) {
  #evs {
    padding-top: 50px;
  }
  #evs #content-section h6 {
    font-size: 1.2rem;
    margin-top: 1.5rem;
  }
  #evs #content-section button {
    padding: 0.5rem 2rem;
    font-size: 1.2rem;
    display: block;
    margin: 1rem auto;
  }
}

/* Section evs End  */






/* Section insurances Start  */

#insurances {
  min-height: 100vh;
  background: -webkit-radial-gradient(left top, rgb(255, 255, 255), rgb(83, 149, 240),rgb(134, 181, 246));
  color: #fff;
  text-align: center;
}
#insurances #content {
  padding: 10% 10%;
}
#insurances #content-section {
  display: block;
  margin: auto;
  text-align: left;
}
#insurances #content-section h6 {
  font-size: 1.7rem;
  font-weight: 500;
  margin-top: 2rem;
  color: rgb(221, 221, 221);
}
#insurances #content-section button {
  border: none;
  background-color: #000;
  border-radius: 5rem;
  padding: 1rem 4rem;
  font-size: 1.3rem;
  margin-top: 2rem;
  color: #fff;
}
#insurances #content-section button a {
  color: #fff;
  text-decoration: none;
}
#insurances #img-section {
  display: block;
  margin: auto;
}
#insurances #img-section img {
  max-width: 25rem;
}

@media screen and (max-width: 600px) {
  #insurances {
    padding-top: 50px;
  }
  #insurances #content-section h6 {
    font-size: 1.2rem;
    margin-top: 1.5rem;
  }
  #insurances #content-section button {
    padding: 0.5rem 2rem;
    font-size: 1.2rem;
    display: block;
    margin: 1rem auto;
  }
}

/* Section insurances End  */




/* Section redirects Start  */

#redirects {
  background: url(../images/off-bg.jpg) center/cover;
  background-repeat: no-repeat;
  margin: 0;
  min-height: 60vh;
}
#redirects .content {
  padding: 5%;
  text-align: center;
  display: block;
  margin: auto;
}
#redirects .content h1 {
  margin-bottom: 2rem;
  margin-top: -1rem;
}
#redirects .content .rb {
  max-width: 9rem;
  max-height: 9rem;
  border: none;
  background-color: #fff;
  border-radius: 0.5rem;
  margin: 1rem;
  padding: 1rem;
  cursor: pointer;
}
#redirects .content .rb:hover {
  max-height: 15rem;
  margin-top: 0.5rem;
}
#redirects .content .rb img {
  width: 2.5rem;
  margin-bottom: 1rem;
}
#redirects .content .rb button {
  margin-bottom: 0.5rem;
  border: none;
  border-radius: 0.7rem;
  background: #000;
  color: #fff;
  padding: 0.2rem 0.5rem;
}
#redirects .content .rb button a {
  color: #fff;
  text-decoration: none;
}
#redirects .content .rb a {
  color: rgb(0, 0, 0);
  text-decoration: none;
}
#redirects .content .rb a:hover {
  text-decoration: underline;
}

#redirects .content #r-b1 .h-c1,.h-c2 {
  display: none;
}
#redirects .content #r-b1:hover .h-c1,#redirects .content #r-b1:hover .h-c2 {
  display: inline-block;
}

#redirects .content #r-b2 .h-c3,.h-c4 {
  display: none;
}
#redirects .content #r-b2:hover .h-c3,#redirects .content #r-b2:hover .h-c4 {
  display: inline-block;
}

#redirects .content #r-b3 .h-c5,.h-c6 {
  display: none;
}
#redirects .content #r-b3:hover .h-c5,#redirects .content #r-b3:hover .h-c6 {
  display: inline-block;
}

#redirects .content #r-b4 .h-c7,.h-c8 {
  display: none;
}
#redirects .content #r-b4:hover .h-c7,#redirects .content #r-b4:hover .h-c8 {
  display: inline-block;
}

@media screen and (max-width: 1100px) {
  #redirects {
    /* max-height: 200vh; */
  }
  #redirects .content h1 {
    margin-bottom: 1rem;
    font-size: 35px;
  }
  #redirects .content .rb {
    max-width: 9rem;
    max-height: 15rem;
    border: none;
    background-color: #fff;
    border-radius: 0.5rem;
    margin: 1rem;
    padding: 1rem;
    cursor: pointer;
  }
}

@media screen and (max-width: 600px) {
  #redirects {
    /* max-height: 200vh; */
  }
  #redirects .content h1 {
    margin-bottom: 1rem;
    font-size: 35px;
  }
  #redirects .content .rb {
    max-width: 9rem;
    max-height: 15rem;
    border: none;
    background-color: #fff;
    border-radius: 0.5rem;
    margin: 0.5rem;
    padding: 0.5rem;
    cursor: pointer;
  }
  #redirects .content .rb button {
    display: block;
    margin: auto;
  }

#redirects .content #r-b1 .h-c1,.h-c2 {
  display: block;
}

#redirects .content #r-b2 .h-c3,.h-c4 {
  display: block;
}

#redirects .content #r-b3 .h-c5,.h-c6 {
  display: block;
}

#redirects .content #r-b4 .h-c7,.h-c8 {
  display: block;
}
}


/* Section redirects End  */






/* Section checkCibil Start  */

#checkCibil {
  min-height: 100vh;
  /* background: -webkit-radial-gradient(left top, rgb(154, 84, 235), rgb(97, 42, 211)); */
  background: -webkit-radial-gradient(left top, rgb(255, 255, 255), rgb(83, 149, 240),rgb(134, 181, 246));
  color: #fff;
}
#checkCibil .content {
  padding: 5% 10%;
  padding-bottom: 1%;
}
#checkCibil .content #img-section img {
  width: 60%;
  display: block;
  margin: auto;
}
#checkCibil .content #img-section h2 span {
  color: rgb(111, 255, 111);
}
#checkCibil .content #img-section h6 {
  font-size: 1.25rem;
  margin-bottom: 2rem;
}
#checkCibil .content #content-section {
  display: block;
  margin: auto;
}
#checkCibil .content #content-section form {
  border: 0.5px solid #fff;
  border-radius: 7px;
  padding: 1rem;
  box-shadow: 1px 1px 10px 2px rgba(169, 169, 169, 0.6);
}
#checkCibil .content #content-section h4 {
  margin-bottom: 1rem;
  text-align: center;
}
#checkCibil .content #content-section form span {
  margin-top: -0.5rem;
}
#checkCibil .content #content-section form label {
  margin-top: -0.5rem;
}
#checkCibil .content #content-section form input {
  background-color: transparent;
  border-radius: 0;
  color: #fff;
  margin-top: -0.5rem;
}
#checkCibil .content #content-section p {
  text-align: center;
}
#checkCibil .content #content-section .tc a {
  color: rgb(111, 255, 111);
  cursor: pointer;
  text-decoration: none;
}
#checkCibil .content #content-section button {
  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
  padding: 0.5rem 2rem;
  border: none;
  border-radius: 2rem;
  font-size: 1.2rem;
  font-weight: 500;
  display: block;
  margin: auto;
  margin-bottom: 0.5rem;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 600px) {
  #checkCibil {
    padding-top: 20%;
  }
  #checkCibil .content #content-section button {
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    padding: 0.5rem 1.5rem;
    font-size: 1rem;
    margin-bottom: 0rem;
  }
}

/* Section checkCibil End  */




/* Section whyCibil Start  */

#whyCibil {
  /* background-color: #efd80f; */
  color: #fff;
  padding: 0;
  /* margin-top: 5rem; */
}
#whyCibil .content {
  padding: 3% 10%;
  text-align: center;
  /* display: block;
  margin: auto; */
}
#whyCibil .content h3 {
  color: #232180;
  font-weight: 600;
}
#whyCibil .content .wc {
  border: none;
  background: #fff;
  color: #000;
  margin: 1rem;
  border-radius: 0.6rem;
  padding: 1rem;
  min-height: 15rem;
  width: 22rem;
  box-shadow: 1px 1px 5px 1px rgba(134, 134, 134, 0.6);
}
#whyCibil .content .wc img {
  width: 5rem;
  height: 5rem;
  margin-bottom: 1.5rem;
}
#whyCibil .content button {
  background-color: rgb(0, 0, 0);
  color: #fff;
  border: none;
  border-radius: 2rem;
  font-size: 1.2rem;
  padding: 0.5rem 2rem;
  margin: 1rem 0;
}
#whyCibil .content button a {
  text-decoration: none;
  color: #fff;
}

/* Section whyCibil End  */




/* Section cibilFaq Start  */

#cibilFaq {
  padding: 5% 10%;
}
#cibilFaq h3 {
  text-align: center;
  color: #232180;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
#cibilFaq .accordion-item {
  margin: 1rem;
  border-radius: 0.5rem;
  border: none;
  border: 0.5px solid #000;
}
#cibilFaq .accordion-item .accordion-header button {
  background-color: transparent;
}
@media screen and (max-width: 600px) {
  #cibilFaq {
    padding: 5% 5%;
  }
}

/* Section cibilFaq End  */





/* Section lcpc Start  */
.lcpc {
  width: 100%;
  min-height: 100vh;
  background-color: rgb(25, 141, 199);
  padding: 5%;
  padding-right: 20%;
  background: url(../images/banner-pl-overview-desktopccc.jpg) center/cover;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.lcpc #ls {
  margin: auto;
  text-align: center;
}
.lcpc #ls img {
  margin-bottom: 15px;
}
.lcpc #ls #first {
  margin-top: 30px;
  border-right: 1px solid rgb(176, 173, 173);
}
.lcpc #ls #second {
  border-right: 1px solid rgb(176, 173, 173);
  margin-top: 30px;
}
.lcpc #ls #third {
  margin-top: 30px;
}
.lcpc h3 {
  /* text-align: left; */
  color: rgb(58, 57, 57);
}
.lcpc h3 span {
  color: rgb(22, 45, 99);
  font-weight: 600;
}
.lcpc .content {
  padding: 20px;
  border: 1px solid #fff;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 4px 4px 5px 3px rgb(158, 186, 210);
  color: #223a72;
  font-weight: 300;
}
.lcpc .content .row {
  margin: 20px;
}
.lcpc .content .row .c-9 input {
  width: 100%;
  text-align: center;
  height: 2px;
}
.lcpc .content .row .c-9 input[type='range'] {
  -webkit-appearance: none;
  background-color: #d4d4d4;
}
.lcpc .content .row .c-9 input[type='range']::-webkit-slider-runnable-track {
  height: 15px;
  -webkit-appearance: none;
  color: #13bba4;
}

.lcpc .content .row .c-9 input[type='range']::-webkit-slider-thumb {
  width: 15px;
  -webkit-appearance: none;
  height: 15px;
  cursor: ew-resize;
  background: #223a72;
  border-radius: 10px;
}
.lcpc .content .row .c-9 .f-r {
  float: right;
}
.lcpc .content .row h6 {
  padding: 5px 0;
  border: 0.5px solid gray;
  border-radius: 10px;
  background-color: rgb(241, 241, 241);
  text-align: center;
  color: rgb(67, 67, 92);
  font-weight: 300;
}
.lcpc .content .row p {
  text-align: left;
}
.lcpc .content .apbtn {
  border: none;
  border-radius: 8px;
  padding: 10px 10px;
  background: #223a72;
  color: #fff;
  font-weight: 600;
  margin-left: 0px;
  cursor: pointer;
  display: block;
  margin: auto;
}
.lcpc .content .apbtn a {
  color: #fff;
  text-decoration: none;
}
.lcpc .content .plbtn a {
  text-decoration: none; 
}
.lcpc .content .plbtn {
  /* float: right; */
  border: 0.5px solid #223a72;
  border-radius: 8px;
  padding: 0px 0px;
  background: #ffffff;
  margin-right: 0px;
  display: block;
  margin: auto;
}
.lcpc .content .plbtn .sp1 img {
  background: #223a72;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
  width: 45px;
}
.lcpc .content .plbtn .sp2 {
  padding: 0 5px;
  color: #223a72;
}
.lcpc .content .plbtn .sp3 {
  background-color: rgb(241, 241, 241);
  padding: 10px;
  padding-bottom: 14px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  color: #223a72;
}
@media screen and (max-width: 1100px) {
  .lcpc .content {
    padding: 20px 0px;
    padding-bottom: 50px;
  }
  .lcpc .content .plbtn .sp2 {
    padding: 0 0px;
  }
  .lcpc .content .plbtn .sp3 {
    padding: 10px 0px;
    padding-bottom: 13px;
  }
}
@media screen and (max-width: 1000px) {
  .lcpc {
    background-color: rgb(25, 141, 199);
    padding: 5% 1%;
    padding-top: 100px;
    padding-right: 1%;
  }
  .lcpc .content {
    padding-bottom: 100px;
  }
  .lcpc .content .plbtn .sp2 {
    padding: 0 0px;
  }
  .lcpc .content .plbtn .sp3 {
    padding: 10px 0px;
    padding-bottom: 13px;
  }
  .lcpc .content .apbtn {
    display: block;
    margin: auto;
  }
  .lcpc .content .plbtn {
    display: block;
    margin: auto;
    margin-top: 1rem;
  }
}

@media screen and (max-width: 600px) {
  .lcpc {
    background-color: rgb(25, 141, 199);
    padding: 5%;
    padding-top: 100px;
    padding-right: 5%;
    background: url(../images/banner-pl-overview-desktop.jpg) center/cover;
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .lcpc .content .row p {
    text-align: center;
  }
  .lcpc .content {
    padding-bottom: 60px;
  }
  .lcpc .content .plbtn .sp2 {
    padding: 0 0px;
  }
  .lcpc .content .plbtn .sp3 {
    padding: 10px 0px;
    padding-bottom: 13px;
  }
  .lcpc .content .apbtn {
    display: block;
    margin: auto;
  }
  .lcpc .content .plbtn {
    display: block;
    margin: auto;
    margin-top: 0.5rem;
  }
}


/* Section lcpc End  */









/* Section applyPersonalLoan Start  */

#applyPersonalLoan {
  min-height: 100vh;
  padding-top: 100px;
  background: -webkit-radial-gradient(left top, rgb(147, 193, 242),rgb(94, 143, 236) );
  color: rgb(0, 0, 0);
}
#applyPersonalLoan .content {
  padding: 0 10%;
}
#applyPersonalLoan .content #img-section img {
  width: 100%;
}
#applyPersonalLoan .content #content-section {
  display: block;
  margin: auto;
}
#applyPersonalLoan .content #content-section form {
  border: 0.5px solid rgb(0, 0, 0);
  border-radius: 7px;
  padding: 1rem;
  box-shadow: 1px 1px 10px 2px rgba(169, 169, 169, 0.6);
}
#applyPersonalLoan .content #content-section h4 {
  margin-bottom: 0.5rem;
  text-align: center;
}
#applyPersonalLoan .content #content-section form input {
  background-color: transparent;
  border-radius: 0;
  color: rgb(0, 0, 0);
  border: 0.5px solid #000;
}
#applyPersonalLoan .content #content-section p {
  text-align: center;
}
#applyPersonalLoan .content #content-section p span {
  color: rgb(111, 255, 111);
  cursor: pointer;
}
#applyPersonalLoan .content #content-section button {
  background-color: #000000;
  color: rgb(255, 255, 255);
  padding: 0.2rem 2rem;
  border: none;
  border-radius: 1rem;
  font-size: 1.2rem;
  font-weight: 500;
  display: block;
  margin: auto;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
}

/* Section applyPersonalLoan End  */







/* Section whyApl Start  */

#whyApl {

  color: #fff;
  padding: 5% 0;
}
#whyApl .content {
  padding: 0% 10%;
  padding-bottom: 0;
  text-align: center;
  /* display: block;
  margin: auto; */
}
#whyApl .content h3 {
  color: #232180;
  font-weight: 600;
}
#whyApl .content .wc {
  border: none;
  background: #fff;
  color: #000;
  margin: 1rem;
  border-radius: 0.6rem;
  padding: 1rem;
  height: 8rem;
  width: 15rem;
  box-shadow: 1px 1px 5px 1px rgba(134, 134, 134, 0.6);
}
#whyApl .content .wc img {
  width: 3rem;
  height: 3rem;
  margin-bottom: 1rem;
}
#whyApl .content button {
  background-color: rgb(8, 161, 8);
  border: none;
  border-radius: 2rem;
  font-size: 1.2rem;
  padding: 0.5rem 2rem;
  margin: 1rem 0;
}

/* Section whyApl End  */







/* Section whatIsApl Start  */

#whatIsApl {
  color: #fff;
  padding: 5% 0;
  background: -webkit-radial-gradient(left top, rgb(18 17 216), rgb(87 84 247));
}
#whatIsApl .content {
  padding: 0% 10%;
  padding-bottom: 0;
  text-align: center;
}
#whatIsApl .content h3 {
  color: #fff;
  font-weight: 600;
}

/* Section whatIsApl End  */






/* Section featureApl Start  */

#featureApl {
  color: #000;
  padding: 5% 0;
}
#featureApl .content {
  padding: 0% 10%;
  padding-bottom: 0;
}
#featureApl .content h3 {
  color: #232180;
  font-weight: 600;
  text-align: center;
}
#featureApl .content p {
  text-align: justify;
  line-height: 1.2;
  font-size: 14px;
}

/* Section featureApl End  */







/* Footer Start  */
.pg-footer a {
    color: #fff;
    text-decoration: none;
  }
  .pg-footer {

  }
  
  .footer {
      background: -webkit-radial-gradient(left top, rgb(18 17 216), rgb(87 84 247));
      color: #fff;
  }
  .footer-wave-svg {
      background-color: transparent;
      display: block;
      height: 30px;
      position: relative;
      top: -1px;
      width: 100%;
  }
  .footer-wave-path {
      fill: rgb(50 49 253);
      /* fill: rgb(255, 255, 255); */
      /* fill: rgb(101 152 228); */
      /* background: -webkit-radial-gradient(left top, rgb(112, 163, 240), rgb(96, 152, 231)); */
  }

  .footer-content #g-logo {
    background: linear-gradient(135deg, #dce92e, #fff, crimson);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.3s ease;
    font-weight: 600;
    margin-top: 1rem;
  }
  
  .footer-content {
      margin-left: auto;
      margin-right: auto;
      max-width: 1230px;
      padding: 40px 15px 450px;
      position: relative;
  }
  
  .footer-content-column {
      box-sizing: border-box;
      float: left;
      padding-left: 15px;
      padding-right: 15px;
      width: 100%;
      color: #fff;
  }
  
  .footer-content-column ul li a {
    color: #fff;
    text-decoration: none;
  }
  .footer-content-column ul li .highlight-text {
    color: rgb(229, 255, 0);
    text-decoration: none;
  }
  
  .footer-logo-link {
      display: inline-block;
  }
  .footer-menu {
      margin-top: 30px;
  }
  
  .footer-menu-name {
      color: #fffff2;
      font-size: 15px;
      font-weight: 900;
      letter-spacing: .1em;
      line-height: 18px;
      margin-bottom: -0.5rem;
      margin-top: 0;
      text-transform: uppercase;
      padding-left: 15px;
  }
  .footer-menu-list {
      list-style: none;
      margin-bottom: 0;
      margin-top: 10px;
      padding-left: 0;
  }
  .footer-menu-list li {
      margin-top: 5px;
      margin-bottom: -0.5rem;
  }
  
  .footer-call-to-action-description {
      color: #fffff2;
      margin-top: 10px;
      margin-bottom: 20px;
  }
  .footer-call-to-action-button:hover {
      background-color: #fffff2;
      color: #00bef0;
  }
  .button:last-of-type {
      margin-right: 0;
  }
  .footer-call-to-action-button {
      /* background-color: #027b9a; */
      background: -webkit-radial-gradient(left top, rgb(84, 144, 235), rgb(42, 112, 211));
      border-radius: 21px;
      color: #fffff2;
      display: inline-block;
      font-size: 11px;
      font-weight: 900;
      letter-spacing: .1em;
      line-height: 18px;
      padding: 12px 30px;
      margin: 0 10px 10px 0;
      text-decoration: none;
      text-transform: uppercase;
      transition: background-color .2s;
      cursor: pointer;
      position: relative;
  }
  .footer-call-to-action {
      margin-top: 30px;
  }
  .footer-call-to-action-title {
      color: #fffff2;
      font-size: 14px;
      font-weight: 900;
      letter-spacing: .1em;
      line-height: 18px;
      margin-bottom: 0;
      margin-top: 0;
      text-transform: uppercase;
  }
  .footer-call-to-action-link-wrapper {
      margin-bottom: 0;
      margin-top: 10px;
      color: #fff;
      text-decoration: none;
  }
  .footer-call-to-action-link-wrapper a {
      color: #fff;
      text-decoration: none;
  }
  
  .footer-social-links {
      bottom: 0;
      height: 54px;
      position: absolute;
      right: 0;
      width: 236px;
  }
  
  .footer-social-amoeba-svg {
      height: 54px;
      left: 0;
      display: block;
      position: absolute;
      top: 0;
      width: 236px;
  }
  
  .footer-social-amoeba-path {
      fill: rgb(47, 120, 222);
  }
  
  .footer-social-link.linkedin {
      height: 26px;
      left: 3px;
      top: 11px;
      width: 45px;
  }
  
  .footer-social-link {
      display: block;
      padding: 10px;
      position: absolute;
  }
  
  .hidden-link-text {
      position: absolute;
      clip: rect(1px 1px 1px 1px);
      clip: rect(1px,1px,1px,1px);
      -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
      clip-path: inset(0px 0px 99.9% 99.9%);
      overflow: hidden;
      height: 1px;
      width: 1px;
      padding: 0;
      border: 0;
      top: 50%;
  }
  
  .footer-social-icon-svg {
      display: block;
  }
  
  .footer-social-icon-path {
      fill: #fffff2;
      transition: fill .2s;
  }
  
  .footer-social-link.twitter {
      height: 28px;
      left: 62px;
      top: 3px;
      width: 45px;
  }
  
  .footer-social-link.youtube {
      height: 24px;
      left: 123px;
      top: 12px;
      width: 45px;
  }
  
  .footer-social-link.github {
      height: 34px;
      left: 172px;
      top: 7px;
      width: 55px;
  }
  
  .footer-copyright {
      /* background-color: #027b9a; */
      /* background-color: #027b9a; */
      background: -webkit-radial-gradient(left top, rgb(84, 144, 235), rgb(42, 112, 211));
      color: #fff;
      padding: 15px 30px;
    text-align: center;
  }
  
  .footer-copyright-wrapper {
      margin-left: auto;
      margin-right: auto;
      max-width: 1200px;
  }
  
  .footer-copyright-text {
    color: rgb(255, 255, 255);
      font-size: 13px;
      font-weight: 400;
      line-height: 18px;
      margin-bottom: 0;
      margin-top: 0;
  }
  
  .footer-copyright-link {
      color: #fff;
      text-decoration: none;
  }
  
  
  
  
  
  
  
  /* Media Query For different screens */
  @media (min-width:320px) and (max-width:479px)  { /* smartphones, portrait iPhone, portrait 480x320 phones (Android) */
    .footer-content {
      margin-left: auto;
      margin-right: auto;
      max-width: 1230px;
      padding: 0px 0px 370px;
      position: relative;
    }
  }
  @media (min-width:480px) and (max-width:599px)  { /* smartphones, Android phones, landscape iPhone */
    .footer-content {
      margin-left: auto;
      margin-right: auto;
      max-width: 1230px;
      padding: 0px 0px 450px;
      position: relative;
    }
  }
  @media (min-width:600px) and (max-width: 800px)  { /* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */
    .footer-content {
      margin-left: auto;
      margin-right: auto;
      max-width: 1230px;
      padding: 40px 15px 1050px;
      position: relative;
    }
  }
  
  @media (min-width: 760px) {
    .footer-content {
        margin-left: auto;
        margin-right: auto;
        max-width: 1230px;
        padding: 0px 0px 160px;
        position: relative;
    }
  
    .footer-wave-svg {
        height: 50px;
    }
  
    .footer-content-column {
        width: 24.99%;
    }
  }
  @media (min-width: 568px) {
    /* .footer-content-column {
        width: 49.99%;
    } */
  }
  
/* Footer End  */