* {
  margin: 0;
  padding: 0;
}

body {
  font-family: Quicksand;
  background-color: #FAFAFA;
}

.banner {
  padding: 10px 0px 10px 0px;
  background-image: linear-gradient(#108A7B, #076E60);
}

.banner p {
  font-size: 16px;
  font-family: Quicksand;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: center;

}

#logo {
  margin-left: 10%;
}

.collapse {
  position: absolute;
  right: 15%;
  color: #052B4A;
  font-family: Quicksand;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: center;
}

.navbar {
  background: #052B4A;
  padding-top: 24px;
  padding-bottom: 24px;
}

.show {
  position: inherit;
}

.nav-item a {
  color: #052B4A;
  margin: 20px;
}

.dropdown-item {
  width: fit-content !important;
}

/* footer  */
.site-footer {
  background-color: #011A2E;
  padding: 45px 0 20px;
  font-size: 15px;
  line-height: 24px;
  color: #a9a9a9;
}

.site-footer hr {
  border: solid 1px #19E5A8;
  opacity: 0.5
}

.site-footer hr.small {
  margin: 20px 0
}

.site-footer h6 {
  font-weight: 700;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 5px;
  letter-spacing: 2px
}

.site-footer a {
  color: #737373;
}

.site-footer a:hover {
  color: #3366cc;
  text-decoration: none;
}

.footer-links {
  padding-left: 0;
  list-style: none
}

.footer-links li {
  display: block
}

.footer-links a {
  /* color:#737373; */
  color: #fff;
  font-family: Quicksand;
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0em;
  text-align: left;
  text-decoration: none;
}

.footer-links a:active,
.footer-links a:focus,
.footer-links a:hover {
  color: #3366cc;
  text-decoration: none;
}

.footer-links.inline li {
  display: inline-block
}

.site-footer .social-icons {
  text-align: center
}

.site-footer .social-icons a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-left: 6px;
  margin-right: 0;
  border-radius: 100%;
  background-color: #33353d
}

.copyright-text {
  margin: 0;
  font-size: 10px;
  text-align: justify;
}

@media (max-width:991px) {
  .site-footer [class^=col-] {
    margin-bottom: 30px
  }
}

@media (max-width:767px) {
  .site-footer {
    padding-bottom: 0;
    padding-left: 10px;
  }

  .site-footer .site-footer .social-icons {
    text-align: center
  }
}

.social-icons {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}

.social-icons li {
  display: inline-block;
  margin-bottom: 4px
}

.social-icons li.title {
  margin-right: 15px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  font-size: 13px
}

.social-icons a {
  background-color: #eceeef;
  color: #fff;
  font-size: 16px;
  display: inline-block;
  line-height: 44px;
  width: 44px;
  height: 44px;
  text-align: center;
  margin-right: 8px;
  border-radius: 100%;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear
}

.social-icons a:active,
.social-icons a:focus,
.social-icons a:hover {
  color: #fff;
  background-color: #29aafe
}

.social-icons.size-sm a {
  line-height: 34px;
  height: 34px;
  width: 34px;
  font-size: 14px
}

.social-icons a.facebook:hover {
  background-color: #3b5998
}

.social-icons a.linkedin:hover {
  background-color: #007bb6
}

.social-icons a.instagram:hover {
  background-color: #e00a55
}

@media (max-width:767px) {
  .social-icons li.title {
    display: block;
    margin-right: 0;
    font-weight: 600
  }
}
/* main content  */
.hero {
  display: flex;
  margin-right: 0 !important;
}

.heroimg {
  width: 100%;
  position: relative;
  bottom: 100px;
  z-index: -1;
  padding-right: 0 !important;
}

@media(max-width:767px) {
  .heroimg {
    display: none;
  }

  .hero {
    background: linear-gradient(180deg, #042A49 20.74%, rgba(10, 119, 105, 0.9) 67.68%);
    height: 650px;
    /* width: 100%; */
  }

  .text {
    width: 80% !important;
  }

  .buttons {
    position: relative;
    right: 10px;
  }
}

.text h1 {
  font-family: Source Sans Pro;
  color: #FFFFFF;
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 3.8rem;
  letter-spacing: 0em;
  text-align: left;

}

.text p {
  color: #fff;
  font-family: Quicksand;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.87rem;
  letter-spacing: 0em;
  text-align: left;
}

.text {
  position: absolute;
  left: 10%;
  width: 30%;
  z-index: 1;
  margin-top: 3rem !important;
}

.text button {
  font-family: Quicksand;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  padding: 16px 80px 16px 80px;
  border-radius: 5px;
  gap: 8px;

}

@media (min-width: 768px) and (max-width: 928px) {
    .text{
        width:50% !important;
    }
    .text h1 {
        font-family: Source Sans Pro;
        color: #FFFFFF;
        font-size: 2.3em;
        font-weight: 700;
        line-height: 1.8rem;
        letter-spacing: 0em;
        text-align: left;
    }
    .text p {
        color: #fff;
        font-family: Quicksand;
        font-size: 1rem;
        font-weight: 500;
        line-height: 1.87rem;
        letter-spacing: 0em;
        text-align: left;
    }


}
.featured {
  width: 80%;
  margin: -25% auto 0 auto;
  position: relative;
  /*bottom: 630px;  */
}

@media(max-width:737px) {
  .featured {
    position: inherit;
    margin: 10%;
  }

  .card_detail .btn {
    margin: 25% 32% auto !important;
  }
}

.featured_heading h2 {
  font-family: Source Sans Pro;
  font-size: 36px;
  font-weight: 700;
  line-height: 57px;
  letter-spacing: 0em;
  text-align: left;
}

.featured_heading p {
  font-family: Quicksand;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: left;
}

.featured_card {
  box-shadow: 0px 4px 4px 0px #00000040;
  border-radius: 10px, 0px, 0px, 10px;
}

.card_detail h2 {
  font-family: Source Sans Pro;
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0em;
  text-align: left;
}

.card_detail p {
  font-family: Quicksand;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
}

.hebbal-img {
  padding: 0;
  height: 25%;
  width: 33%;
}

.p1 h2 {
  font-family: Quicksand;
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0em;
  text-align: center;
  color: #108A7B;
}

.p1 p {
  font-family: Quicksand;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: center;
  color: #108A7B;
}

.featured_price {
  margin-top: 12% !important;
}

/* key features  */
.key-feature {
  background: linear-gradient(180deg, #076E60 0%, #042A49 100%);
  width: 100%;
  margin-left: 0% !important;
  justify-content: space-between;
}

.gear-img {
  text-align: right;
  width: 50%;
}

@media (max-width:1267px) {
  .gear-img {
    display: none;
  }

  .key-feature {
    position: initial;
  }
}

.keypoints {
  border-left: solid 1px #19E5A880;
  padding-left: 5%;
}

.gear-text {
  font-family: Source Sans Pro;
  font-size: 45px;
  font-weight: 700;
  line-height: 57px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
}

.p-1 {
  justify-content: space-around;
  margin: 5% auto;
}

.p-1 img {
  width: 115px;
  height: 115px;
  opacity: 0.75;

}

.fas {
  position: relative;
  right: 44px !important;
  top: 60px;
  background: #19E5A880;
  height: 1px;
  width: 50px;
  text-align: left;
  color: #19E5A880;
}

@media (max-width:1280px) {
  .keypoints {
    border: none;
  }

  .fas {
    display: none !important;
  }
}

.t h3 {
  font-family: Source Sans Pro;
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0em;
  text-align: left;
}

.t p {
  font-family: Quicksand;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: left;
}

/* .detail-text:hover{*/
/*   box-shadow: 10px 10px 8px #888888;;*/
/*} */
/*.p-1:hover{*/
/*   box-shadow: -16px 3px 8px #888888;*/
/*}*/
@media only screen and (max-width: 768px) {
  .xs-column-reverse {
    display: flex;
    flex-direction: column-reverse;
  }
}

/* gold section  */
.goldbanner {
  background: linear-gradient(0deg, #FFE9BE 0%, #FFDC95 0.01%, #042A49 100%);
  padding: 100px;
  margin-right: auto !important;
}

.goldbanner .col-md-6 {
  height: 256px;
  width: 42%;
}

.gold-text {
  margin-top: 3%;
}

.gold-text p {
  font-family: Source Sans Pro;
  font-size: 45px;
  font-weight: 900;
  line-height: 57px;
  letter-spacing: 0em;
  text-align: left;
  color: white;
}

.gold-text span {
  font-family: Source Sans Pro;
  font-size: 45px;
  font-weight: 700;
  line-height: 57px;
  letter-spacing: 0em;
  text-align: left;

}

@media(max-width:737px) {
  .goldbanner {
    padding: 0;
  }

  .goldbanner .col-md-6 {
    height: inherit;
    width: 80%;
    margin: 10px auto;
  }

  .gear-text {
    margin: 10px auto;
    padding-right: 56px;
    padding-left: 56px;
  }



}

/* slider  */
.slider {
  background-color: #fff;
}

.slide {
  margin: auto 10px !important;
}

.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slider-heading {
  font-family: Source Sans Pro;
  font-size: 36px;
  font-weight: 700;
  line-height: 57px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 0;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*tech partner*/
.tech-partner {
  width: 45%;
  margin: 0 auto;
  margin-left: 20%;
  display: inline-flex;
}

@media(max-width:737px) {
  .tech-partner {
    margin-left: 0;
  }
}

.tech-img {
  height: 90px;
  width: auto;
  margin: 2em 5% 0 5%;
}

/* why chose finplify  */
.whyFinplify {
  padding-top: 2em;
  padding-bottom: 2em;
  background-color: #FAFAFA;
}

.whyFinplify h2 {
  width: 80%;
  margin: 0 auto;
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 57px;
  color: #000000;
}

.whyFinplify p {
  width: 80%;
  margin: 0 auto;
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #000000;
}

.icons {
  margin: 0 auto !important;
  width: 80% !important;
}

.i {
  margin: 2% 0 0 0 !important;
  text-align: center;

}

.i p {
  text-align: center;
  padding: 15px;
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: #000000;
}

/*about section*/
#about {
  margin: 1em;
  text-align: justify;
}

/* testimonial  */
.testimonial-slider {
  background-color: #ffffff;
  padding: 2em 2em 2em;
}

.testimonial-title {
  color: #000;
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  font-size: 45.23px;
  line-height: 57px;
}

.testimonial-title h2 {
  padding-left: 0.2em;
}

.card {
  padding: 20px;
  padding-bottom: 100px !important;
  margin: 0 0.5em;
  box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
  border: none;
  height: 100%;
}

.card-title {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  color: #306088;
}

.bio {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  order: 1;
}

.card-text {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  color: #000000;
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
}

.carousel-item {
  margin: 10px auto !important;
}

.carousel-control-prev,
.carousel-control-next {
  position: relative !important;
  justify-content: left !important;
  left: 10% !important;
  background-color: #fff;
  width: 3em;
  height: 3em;
  border-radius: 50%;
  top: 10%;
  transform: translateY(-50%);
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  border: solid 1px;
  margin: 10px 15px;
  position: relative;
  top: 24px;
}

@media(max-width:1200px) {
  .testimonial-slider {
    margin-top: 0 !important;
  }
}

@media (min-width: 576px) {
  .carousel-item {
    margin-right: 0;
    flex: 0 0 64%;
    display: block;
  }

  .carousel-inner {
    display: flex;
  }
}

@media (min-width: 768px) {
  .carousel-inner {
    padding: 1em;
  }

  .carousel-control-prev,
  .carousel-control-next {
    opacity: 1;
    position: absolute;
    left: 1em;
    top: 90%;
    transform: translateY(-50%);
  }

  .carousel-control-next {
    left: 5em;
  }
}

/* login signup */
@media (max-width:737px) {
  .modal-content {
    width: 100% !important;
  }
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0px;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}

button#openModalBtn {
  background-color: #0B3A61;
  color: white;
  padding: 10px 20px;
  font-size: 14px;
  letter-spacing: 1.8px;
  border-radius: 5px;
  border: 2px solid #0B3A61;
  cursor: pointer;
}

button#openModalBtn:hover {
  background-color: transparent;
  color: #0B3A61;
}

.modal-content {
  background-color: #fefefe;
  margin: 1% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 450px;
}

.modal-content .close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.tab {
  overflow: hidden;
}

.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 10px 15px;
  transition: 0.3s;
  font-size: 18px;
  width: 48%;
}

.tab button:hover {
  background-color: #ddd;
}

.tab button.active {
  background-color: #0b3a61;
  color: white;
}

.tabcontent {
  display: none;
  padding: 0px 30px 30px 30px;
}

button[type="submit"] {
  padding: 15px 15px;
  background-color: #0B3A61;
  border: none;
  color: white;
  cursor: pointer;
  margin-top: 10px;
  width: 92.7%;
  font-size: 18px;
  border-radius: 5px;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="date"],
input[type="tel"] {
  width: 92.7%;
  padding: 10px 5px !important;
  margin: 5px 0;
  border-radius: 5px;
  border: 1px solid black;
}


#popupModal h2 {
  font-family: SourceSansPro;
  font-size: 36px;
  margin: 30px 0px 10px 0px;
}

#popupModal p {
  font-size: 16px;
  line-height: 1.2;
}

input::placeholder {
  font-size: 16px;
  padding: 15px;
}

.tab .tablinks {
  background-color: #e8e8e8;
  border: 2px solid #e8e8e8;
}

span.phone_error,
.password_error {
  margin-top: -15px;
  margin-bottom: 15px;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/


.about .content h3 {
  font-weight: 700;
  font-size: 32px;
  padding-top: 30px;
  padding-left: 10px;
  color: #1f4c77;
  font-family: "SourceSansPro", sans-serif;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding: 20px 0 8px 32px;
  position: relative;
}

.about .content ul i {
  position: absolute;
  padding-top: 20px;
  font-size: 24px;
  left: 0;
  top: -3px;
  color: #1f4c77;
  background: #ffffff;
}

.about .content p {
  font-size: 24px;
  padding-left: 10px;
  padding-top: 20px;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .content span {
  font-weight: bold;
}

/* secure section  */
.secure{
  
  padding: 2em;
  background-image: url('../img/Group370.png');
}
.secure-title{
  width: 80%;
  margin:0 auto;
}
.secure-title h2{
  
  color: #000;
  font-family: Source Sans Pro;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.575px;
}
.secure-title p{
  color: #000;
  font-family: Quicksand;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.05px;
}
.icon-div{
  width: 80%;
  margin:20px auto !important;
}
.i1 h3{
  color: #2C9486;
  text-align: center;
  font-family: Quicksand;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.225px;
}
.i1 p{
  color: #000;
  text-align: center;
  font-family: Quicksand;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.84px;
}
.i1{
  justify-content: center;
  margin-top: 20px !important;
}
.i1 img{
  width: 20%;
  height: min-content;
}
@media (max-width:500px) {
  .i1 img{
    width: 30%;
  }
}
/* profile dropdown  */


/* menu toggle */

.menu-toggle {
  position: relative;
  width: 40px;
  height: 40px;
  cursor: not-allowed;
  display: flex;
  justify-content: center;
  align-items: center;
}

.menu-toggle::before {
  content: '';
  position: absolute;
  width: 24px;
  height: 4px;
  background: #000;
  box-shadow: 0 8px 0 #000,
              0 -8px 0 #000;
}

/* profile menu */


.profile-dropdown{
  display: inline-block;
  position:relative;
  background:  #feffff;
  border: black 1px;
  border-radius: 100%;
  margin: auto;
  font-size: 1.3rem;
  -webkit-user-select: none;  /* Chrome all / Safari all */
  -moz-user-select: none;     /* Firefox all */
  -ms-user-select: none;      /* IE 10+ */
  user-select: none;          /* Likely future */
  
  * {
    -webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */
    user-select: none;          /* Likely future */     
  }
  
  input[type="checkbox"]{
    display:none;
    &:checked{
      & ~ ul{
        display:block;
        animation: pulse .5s;
      }
    }
  }
 
  img{
    display: inline-block;
    background: darken( #f2f2f2, 10%);
    height: 1.5rem;
    vertical-align:middle;
    margin-right: 1rem;
    margin-top: 1rem;
    margin: .5rem .5rem .5rem .5rem;
    border-radius: 60%;
  }
  
  span{
    display:inline-block;
    vertical-align: sub;
    margin-right:2rem;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  
  .prof-ul{
    display:none;
    list-style: none;
    padding: 0;
    margin: 0;
    background: #fff;
    position:absolute;
    top: 100%;
    right: 0;
    border-radius: 3px;
    z-index: 2000;

    li{
      a{
        color: black;
        display:block;
        padding: .75rem 1rem;
        text-decoration: none;
        font-size: 1rem;
        
        i{
          font-size: 1.3rem;
          vertical-align: middle;
          margin: 0 .75rem 0 -.25rem;
        }
        
        &:hover{
          background: darken( #f2f2f2, 5%);
        }
      }
      
      &:first-child a:hover{
        border-radius: 3px 3px 0 0;
      }
      
      &:last-child a:hover{
        border-radius: 0 0 3px 3px;
      }
    }
  }
  
  & > label {
    position: relative;
    height: 3.5rem;
    display: block;
    text-decoration: none;
    background: transparent;
    color: #333;
    box-sizing: border-box;
    padding: .9rem;
    float: right;
    border-radius: 0 3px 3px 0;

    i{
      color: darken( #f2f2f2, 25%);
      font-size: 1.75rem;
    }
  }
  
  &:after{
    content: '';
    display:table;
    clear:both;
  }
}

.half{
  height: fit-content;
  margin-top: 18px;
}



.container{
  width: 80%;
  margin:4rem auto 2rem;
  
  .half{
    width: 50%;
    float:left;
    margin-bottom: 2rem;
  }
  
  &:after{
    content: '';
    display:table;
    clear:both;
  }
}

p.subtitle{
  color: rgba(0,0,0, .5);
  font-weight: bold;
  text-align:center;
  margin: .5rem 0 2rem;
  letter-spacing: .1rem;
}

.background{
  position:absolute;
  top:0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: .25;
  z-index: -1;
  background: url(https://ar1web-com.googlecode.com/svn/Bg/bg63.gif);
}
.prof-ul{
  width: max-content;
}
@media (max-width:500px) {
  .prof-ul{
    left:20px;
  }
}