.colored-toast.swal2-icon-success {
    background-color: #a5dc86 !important;
  }
  
  .colored-toast.swal2-icon-error {
    background-color: #f27474 !important;
  }
  
  .colored-toast.swal2-icon-warning {
    background-color: #f8bb86 !important;
  }
  
  .colored-toast.swal2-icon-info {
    background-color: #3fc3ee !important;
  }
  
  .colored-toast.swal2-icon-question {
    background-color: #87adbd !important;
  }
  
  .colored-toast .swal2-title {
    color: white;
  }
  
  .colored-toast .swal2-close {
    color: white;
  }
  
  .colored-toast .swal2-html-container {
    color: white;
  }
  
  @font-face {
    font-family: "Lato-Regular";
    src: url(../fonts/Lato-Regular.ttf);
  }
  @font-face {
    font-family: "Lato-Black";
    src: url(../fonts/Lato-Black.ttf);
  }
  @font-face {
    font-family: "Lato-Bold";
    src: url(../fonts/Lato-Bold.ttf);
  }
  @font-face {
    font-family: "Lato-Light";
    src: url(../fonts/Lato-Light.ttf);
  }
  @font-face {
    font-family: "Lato-Medium";
    src: url(../fonts/Lato-Medium.ttf);
  }
  @font-face {
    font-family: "Lato-Semibold";
    src: url(../fonts/Lato-Semibold.ttf);
  }
  @font-face {
    font-family: "OpenSans-Bold";
    src: url(../fonts/OpenSans-Bold.ttf);
  }
  @font-face {
    font-family: "OpenSans-Regular";
    src: url(../fonts/OpenSans-Regular.ttf);
  }
  @font-face {
    font-family: "OpenSans-Semibold";
    src: url(../fonts/OpenSans-Semibold.ttf);
  }
  p {
    font-family: "OpenSans-Regular";
    color: #666666;
    font-size: 18px;
  }
  
  body {
    overflow: hidden;
    overflow-y: auto;
    font-family: "OpenSans-Regular";
  }
  
  @media (min-width: 1200px) {
    .container {
      max-width: 1240px;
    }
  }
  #gtco-main-nav {
    padding: 10px 0;
  }
  #gtco-main-nav .navbar-brand {
    /* font-size: 36px; */
    font-family: "Lato-Black";
    text-transform: uppercase;
    background: -webkit-linear-gradient(left, #1d3ede, #01e6f8);
    background: -ms-linear-gradient(left, #1d3ede, #01e6f8);
    background: -moz-linear-gradient(left, #1d3ede, #01e6f8);
    background: -o-linear-gradient(left, #1d3ede, #01e6f8);
    -webkit-background-clip: text;
    -ms-background-clip: text;
    -o-background-clip: text;
    -webkit-text-fill-color: transparent;
    -ms-text-fill-color: transparent;
    -o-text-fill-color: transparent;
  }
  #gtco-main-nav .navbar-brand img{
    width: 180px;
  }
  #gtco-main-nav .bar1, #gtco-main-nav .bar2, #gtco-main-nav .bar3 {
    width: 25px;
    height: 2px;
    background-color: #000000;
    margin: 5px 0;
    transition: 0.4s;
    display: block;
    position: relative;
  }
  #gtco-main-nav .change .bar1 {
    -webkit-transform: rotate(-42deg) translate(-2px, 6px);
    transform: rotate(-42deg) translate(-2px, 6px);
  }
  #gtco-main-nav .change .bar2 {
    opacity: 0;
  }
  #gtco-main-nav .change .bar3 {
    -webkit-transform: rotate(46deg) translate(-4px, -8px);
    transform: rotate(46deg) translate(-4px, -8px);
  }
  #gtco-main-nav .navbar-nav li a {
    font-family: "OpenSans-Regular";
    font-size: 18px;
    color: #000000;
    padding: 5px 15px !important;
    /* text-transform: uppercase; */
  }
  #gtco-main-nav form a {
    font-family: "OpenSans-Semibold";
    font-size: 18px;
    color: #fff;
    padding: 5px 25px;
    border-radius: 20px;
    border-width: 2px;
  }
  #gtco-main-nav form a.btn-info {
    background: #01e6f8;
    border-color: #01e6f8;
  }
  #gtco-main-nav form a.btn-outline-dark {
    border-color: #2eb8c2;
    background-color: transparent;
  }
  @media (max-width: 991px) {
    #gtco-main-nav form a.btn-outline-dark {
      border-color: #1d3ede;
      color: #1d3ede;
    }
  }
  #gtco-main-nav::after {
    position: absolute;
    content: "";
    height: 600px;
    width: 900px;
    background-image: -webkit-linear-gradient(-220deg, #1d3ede, #01e6f8);
    background-image: -moz-linear-gradient(-220deg, #1d3ede, #01e6f8);
    background-image: -ms-linear-gradient(-220deg, #1d3ede, #01e6f8);
    background-image: -o-linear-gradient(-220deg, #1d3ede, #01e6f8);
    background-image: linear-gradient(-220deg, #1d3ede, #01e6f8);
    left: 49.5%;
    top: -50px;
    z-index: -1;
    border-radius: 50% 0 50% 50%;
  }
  @media (max-width: 1400px) {
    #gtco-main-nav::after {
      height: 550px;
      width: 800px;
    }
  }
  @media (max-width: 1199px) {
    #gtco-main-nav::after {
      width: 700px;
    }
  }
  @media (max-width: 991px) {
    #gtco-main-nav {
      padding: 10px 15px;
    }
    #gtco-main-nav::after {
      background-image: -webkit-linear-gradient(-220deg, #ffffff, #01e6f8);
      background-image: -moz-linear-gradient(-220deg, #ffffff, #01e6f8);
      background-image: -ms-linear-gradient(-220deg, #ffffff, #01e6f8);
      background-image: -o-linear-gradient(-220deg, #ffffff, #01e6f8);
      background-image: linear-gradient(-220deg, #ffffff, #01e6f8);
      width: 55%;
      left: auto;
      right: 0;
    }
  }
  @media (max-width: 600px) {
    #gtco-main-nav::after {
      width: 100%;
      height: 400px;
    }
  }
  #gtco-main-nav::before {
    position: absolute;
    content: "";
    height: 590px;
    width: 930px;
    background-image: -webkit-linear-gradient(to right, #e8eefc, #e6fafe);
    background-image: -moz-linear-gradient(to right, #e8eefc, #e6fafe);
    background-image: -ms-linear-gradient(to right, #e8eefc, #e6fafe);
    background-image: -o-linear-gradient(to right, #e8eefc, #e6fafe);
    background-image: linear-gradient(to right, #e8eefc, #e6fafe);
    left: 47.5%;
    top: -25px;
    z-index: -1;
    border-radius: 50% 0 50% 50%;
  }
  @media (max-width: 1400px) {
    #gtco-main-nav::before {
      height: 540px;
      width: 810px;
    }
  }
  @media (max-width: 1199px) {
    #gtco-main-nav::before {
      width: 710px;
    }
  }
  @media (max-width: 991px) {
    #gtco-main-nav::before {
      width: 55%;
      left: auto;
      right: 0;
    }
  }
  @media (max-width: 600px) {
    #gtco-main-nav::before {
      width: 100%;
      height: 390px;
    }
  }
  
  .gtco-banner-area a, .gtco-feature a, .gtco-features a, .gtco-news .owl-carousel .card a, #gtco-footer .submit-button {
    background-image: -moz-linear-gradient(0deg, #06c6f9 0%, #38eaf9 100%);
    background-image: -webkit-linear-gradient(0deg, #06c6f9 0%, #38eaf9 100%);
    background-image: -ms-linear-gradient(0deg, #06c6f9 0%, #38eaf9 100%);
    font-size: 14px;
    font-family: "OpenSans-Semibold";
    color: #fff;
    border-radius: 50px;
    padding: 5px 15px;
    display: inline-block;
    text-transform: uppercase;
    padding-right: 5px;
    text-decoration: none !important;
  }
  .gtco-banner-area a .fa, .gtco-feature a .fa, .gtco-features a .fa, .gtco-news .owl-carousel .card a .fa, #gtco-footer .submit-button .fa {
    background: #fff;
    border-radius: 50%;
    height: 26px;
    width: 26px;
    color: #37eaf9;
    font-size: 18px;
    text-align: center;
    padding-top: 4px;
    margin-left: 10px;
  }
  
  .gtco-feature h2, .gtco-features h2 {
    font-family: "Lato-Regular";
    color: #000000;
    font-size: 36px;
    margin-bottom: 30px;
  }
  
  .card {
    border: none;
    background: transparent;
  }
  
  .gtco-banner-area {
    margin-top: 20px;
    min-height: 500px;
  }
  .gtco-banner-area h1 {
    font-family: "Lato-Light";
    font-size: 48px;
    color: #000000;
    max-width: 500px;
    margin-top: 70px;
  }
  .gtco-banner-area h1 span {
    font-family: "Lato-Medium";
  }
  @media (max-width: 1199px) {
    .gtco-banner-area h1 {
      margin-top: 30px;
    }
  }
  .gtco-banner-area p {
    max-width: 450px;
    margin: 20px 0;
    margin-bottom: 40px;
  }
  .gtco-banner-area a {
    display: inline;
    padding: 10px 15px;
    padding-right: 5px;
  }
  .gtco-banner-area .col-md-6 .card .card-img-top {
    max-width: 430px;
    margin: 0 auto;
    margin-top: 30px;
    margin-right: 0;
  }
  @media (max-width: 1400px) {
    .gtco-banner-area .col-md-6 .card .card-img-top {
      max-width: 400px;
      margin-top: 20px;
      margin-right: auto;
    }
  }
  @media (max-width: 1199px) {
    .gtco-banner-area .col-md-6 .card .card-img-top {
      max-width: 350px;
    }
  }
  @media (max-width: 767px) {
    .gtco-banner-area .col-md-6 .card .card-img-top {
      margin-top: 60px;
    }
  }
  
  .gtco-feature {
    margin-top: 100px;
  }
  .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: 80px;
  }
  .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 0px;
  }
  @media (max-width: 767px) {
    .gtco-features .col-lg-8 {
      padding: 10px 0;
    }
  }
  .gtco-features .col-lg-8 .row .col:first-child, .gtco-features .col-lg-8 .row .col:last-child {
    margin-top: 110px;
  }
  
  @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: 16px 8px;
    padding: 20px 10px;
    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: 0px;
  }
  .gtco-features .col-lg-8 .card .card-img-top {
    max-width: 0.8in;
    margin: 0 auto;
    transform: rotate(-20deg);
    width: 80px;
    font-size: 40px;
      color: #2db8c2;
  }
  .gtco-features .col-lg-8 .card h3 {
    font-family: "Lato-Regular";
    font-size: 24px;
    color: #000000;
  }
  .gtco-features .col-lg-8 .card p {
    font-size: 16px;
  }
  
  .gtco-numbers-block {
    margin: 100px auto;
    margin-top: 200px;
    color: #fff;
  }
  @media (max-width: 600px) {
    .gtco-numbers-block {
      margin-top: 100px;
    }
  }
  @media (max-width: 1299px) {
    .gtco-numbers-block .row {
      max-width: 1000px;
      margin: 0 auto;
    }
  }
  @media (max-width: 767px) {
    .gtco-numbers-block .row .col-3 {
      padding: 0;
    }
  }
  .gtco-numbers-block #custom-map::before {
    position: absolute;
    content: "";
    height: 100px;
    width: 100%;
    border: 2px solid red;
  }
  .gtco-numbers-block svg {
    margin-top: -100px;
    position: absolute;
    left: 0;
    max-width: 1500px;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
  @media (max-width: 1299px) {
    .gtco-numbers-block svg {
      margin-top: -90px;
    }
  }
  @media (max-width: 1199px) {
    .gtco-numbers-block svg {
      margin-top: -60px;
    }
  }
  @media (max-width: 991px) {
    .gtco-numbers-block svg {
      margin-top: -40px;
    }
  }
  @media (max-width: 650px) {
    .gtco-numbers-block svg {
      margin-top: -20px;
    }
  }
  @media (max-width: 600px) {
    .gtco-numbers-block svg {
      margin-top: -10px;
    }
  }
  .gtco-numbers-block h5 {
    font-family: "Lato-Bold";
    font-size: 60px;
  }
  @media (max-width: 1299px) {
    .gtco-numbers-block h5 {
      font-size: 48px;
    }
  }
  @media (max-width: 767px) {
    .gtco-numbers-block h5 {
      font-size: 24px;
    }
  }
  @media (max-width: 600px) {
    .gtco-numbers-block h5 {
      margin: 0;
      font-size: 18px;
    }
  }
  .gtco-numbers-block p {
    font-family: "Lato-Semibold";
    font-size: 24px;
    color: #fff;
  }
  @media (max-width: 1299px) {
    .gtco-numbers-block p {
      font-size: 18px;
    }
  }
  @media (max-width: 991px) {
    .gtco-numbers-block p {
      font-size: 16px;
    }
  }
  @media (max-width: 991px) {
    .gtco-numbers-block p {
      font-size: 16px;
    }
  }
  @media (max-width: 600px) {
    .gtco-numbers-block p {
      line-height: 1.1;
    }
  }
  @media (max-width: 500px) {
    .gtco-numbers-block p {
      font-size: 8px;
    }
  }
  
  .gtco-testimonials {
    position: relative;
    margin-top: 200px;
  }
  @media (max-width: 767px) {
    .gtco-testimonials {
      margin-top: 100px;
    }
  }
  .gtco-testimonials h2 {
    font-family: "Lato-Medium";
    font-size: 36px;
    text-align: center;
    color: #333333;
    margin-bottom: 100px;
  }
  .gtco-testimonials .owl-stage-outer {
    padding-bottom: 30px;
  }
  .gtco-testimonials .owl-nav {
    /* display: none; */
  }
  .gtco-testimonials .owl-dots {
    text-align: center;
  }
  .gtco-testimonials .owl-dots span {
    position: relative;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    display: block;
    background: #fff;
    border: 2px solid #01e6f8;
    margin: 0 5px;
  }
  .gtco-testimonials .owl-dots .active {
    box-shadow: none;
  }
  .gtco-testimonials .owl-dots .active span {
    background: #01e6f8;
    box-shadow: none;
    height: 12px;
    width: 12px;
    margin-bottom: -1px;
  }
  .gtco-testimonials .card {
    background: #fff;
    box-shadow: 0 15px 40px 0 rgba(0, 0, 0, 0.08);
    margin: 0 30px;
    padding: 0 20px;
    border-radius: 50px;
  }
  .gtco-testimonials .card .card-img-top {
    max-width: 100px;
    border-radius: 50%;
    margin: 0 auto;
    border: 5px solid #1d3ede;
    width: 100px;
    height: 100px;
    object-fit: cover;
  }
  .gtco-testimonials .card h5 {
    color: #1d3ede;
    font-size: 21px;
    line-height: 1.3;
    font-family: "Lato-Medium";
  }
  .gtco-testimonials .card h5 span {
    font-size: 18px;
    color: #666666;
    font-family: "OpenSans-Regular";
  }
  .gtco-testimonials .card p {
    font-size: 18px;
  }
  .gtco-testimonials .active {
    opacity: 0.5;
    transition: all 0.3s;
  }
  .gtco-testimonials .center {
    opacity: 1;
  }
  .gtco-testimonials .center h5 {
    font-size: 24px;
  }
  .gtco-testimonials .center h5 span {
    font-size: 20px;
  }
  .gtco-testimonials .center p {
    font-size: 20px;
  }
  .gtco-testimonials .center .card-img-top {
    max-width: 100%;
    height: 120px;
    width: 120px;
  }
  
  .gtco-features-list {
    margin-top: 100px;
  }
  .gtco-features-list .media {
    margin: 20px 0;
  }
  .gtco-features-list .oval {
    border-radius: 50%;
    background-color: white;
    box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.1);
    padding: 15px;
    height: 60px;
    width: 60px;
  }
  .gtco-features-list .oval .align-self-start {
    width: 100%;
    padding: 3px;
  }
  .gtco-features-list .media-body {
    font-family: "OpenSans-Regular";
    font-size: 16px;
    color: #666666;
    padding-right: 20px;
  }
  .gtco-features-list .media-body h5 {
    font-family: "Lato-Semibold";
    margin-bottom: 20px !important;
    font-size: 22px;
  }
  
  .gtco-logo-area {
    margin: 50px auto;
  }
  .gtco-logo-area .col .img-fluid {
    max-height: 32px;
  }
  @media (max-width: 600px) {
    .gtco-logo-area .col {
      flex: 0 0 50%;
      max-width: 50%;
      margin: 20px 0;
    }
  }
  
  .gtco-news {
    background: #fcfcfc;
    padding: 50px 0;
    margin: 100px auto;
  }
  .gtco-news h2 {
    font-size: 36px;
    font-weight: "Lato-Medium";
    text-align: center;
    margin-bottom: 50px;
  }
  .gtco-news .owl-carousel .owl-nav {
    display: block !important;
    position: absolute;
    top: 25%;
    width: 100%;
  }
  @media (max-width: 600px) {
    .gtco-news .owl-carousel .owl-nav {
      display: none !important;
    }
  }
  .gtco-news .owl-carousel .owl-nav .owl-prev, .gtco-news .owl-carousel .owl-nav .owl-next {
    font-size: 120px;
    color: #666666;
    position: absolute;
  }
  .gtco-news .owl-carousel .owl-nav .owl-prev {
    left: -50px;
  }
  .gtco-news .owl-carousel .owl-nav .owl-next {
    right: -50px;
  }
  .gtco-news .owl-carousel .card {
    padding: 0 25px;
  }
  .gtco-news .owl-carousel .card .card-img-top {
    border-radius: 40px;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.08);
  }
  .gtco-news .owl-carousel .card h5 {
    font-family: "Lato-Medium";
    font-size: 22px;
    color: #333333;
    margin-bottom: 20px;
  }
  @media (max-width: 767px) {
    .gtco-news .owl-carousel .card h5 {
      font-size: 18px;
    }
  }
  .gtco-news .owl-carousel .card p {
    font-size: 17px;
  }
  @media (max-width: 767px) {
    .gtco-news .owl-carousel .card p {
      font-size: 15px;
    }
  }
  .gtco-news .owl-carousel .card a {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
  }
  
  #gtco-footer {
    padding-bottom: 20px;
    padding-top: 60px;
    background-color: #000000;
  }
  #gtco-footer h4 {
    /* font-family: "Lato-Medium"; */
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 20px;
  }
  #gtco-footer input, #gtco-footer textarea {
    background-color: white;
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    max-width: 400px;
    width: 100%;
    height: 48px;
    border: none;
    margin-bottom: 15px;
    padding-left: 20px;
    color: #000;
  }
  #gtco-footer input::-webkit-input-placeholder, #gtco-footer input::-moz-placeholder, #gtco-footer input:-ms-input-placeholder, #gtco-footer input:-moz-placeholder, #gtco-footer textarea::-webkit-input-placeholder, #gtco-footer textarea::-moz-placeholder, #gtco-footer textarea:-ms-input-placeholder, #gtco-footer textarea:-moz-placeholder {
    color: #999999;
    font-family: "OpenSans-Regular";
    font-size: 18px;
  }
  #gtco-footer textarea {
    min-height: 140px;
    border-radius: 10px;
    padding-top: 20px;
    padding-right: 20px;
    resize: none;
  }
  #gtco-footer .company-nav, #gtco-footer .services-nav {
    font-family: "OpenSans-Regular";
    font-size: 20px;
  }
  #gtco-footer .company-nav a, #gtco-footer .services-nav a {
    color: #9e9e9e;
    margin: 0;
    padding: 0;
    font-size: 14px;
      margin-bottom: 4px;
  }
  #gtco-footer .follow-us-nav a {
    padding: 0 8px;
    color: #2eb8c2;
  }
  @media (max-width: 385px) {
    #gtco-footer .follow-us-nav a {
      padding-right: 0;
    }
  }
  #gtco-footer .follow-us-nav a .fa {
    font-size: 24px;
  }
  #gtco-footer .col-12.copy-rt {
    margin-top: 40px;
    border-top: 1px solid #363636;
  }
  #gtco-footer .col-12.copy-rt p {
    font-family: "Lato-Regular";
    padding-top: 15px;
    font-size: 14px;
    color: #999999;
  }
  @media (max-width: 991px) {
    #gtco-footer .col-12 {
      margin-top: 20px;
    }
  }
  @media (max-width: 991px) {
    #gtco-footer .col-lg-6 {
      margin-bottom: 50px;
    }
  }
  
  
  /*=============================
       CUSTOM CSS
  ============================*/
  .apply-area{
    padding: 0px 80px;
  }
  .apply-wrapper{
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 0 2px 20px 0 rgb(48 48 48 / 10%);
    padding: 30px;
  }
  
  
  .polcy-chck{
    display: flex;
    align-items: baseline;
  }
  .polcy-chck label{
    font-size: 14px;
  }
  
  .polcy-chck a{
    padding: inherit;
      background: inherit;
      color: inherit;
      font-size: 14px;
      line-height: inherit;
      margin-top: inherit;
  }
   
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 1, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_apply.scss */
    .apply-area {
      padding-top: 100px;
      padding-bottom: 100px;
    }
  }
  
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    /* line 1, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_apply.scss */
    .apply-area {
      padding-top: 70px;
      padding-bottom: 70px;
    }
  }
  
  @media (max-width: 575px) {
    /* line 1, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_apply.scss */
    .apply-area {
      padding-top: 50px;
      padding-bottom: 70px;
      padding-left: 0;
      padding-right: 0;
    }
    .gtco-feature {
      margin-top: 60px;
    }
  }
  
  /* line 16, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_apply.scss */
  .apply-area .apply-wrapper .single-form label {
    display: block;
    font-size: 14px;
    margin-bottom: 11px;
    color: #3f4451;
    text-transform: uppercase;
    font-weight: 500;
  }
  
  /* line 24, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_apply.scss */
  .apply-area .apply-wrapper .single-form input {
    border: 1px solid #f3f3f3;
    border-radius: 6px;
    width: 100%;
    height: 50px;
    margin-bottom: 15px;
    padding: 0 15px;
    box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.05);
    font-size: 14px;
  }
  
  /* line 33, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_apply.scss */
  .apply-area .apply-wrapper .single-form .nice-select {
    width: 100%;
        height: 50px;
        background: #fff;
        border-radius: 6px;
        padding: 5px 15px 5px 15px;
        color: #616875;
        line-height: 42px;
        border: 1px solid #f3f3f3;
        margin-bottom: 15px;
        box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.05);
        text-overflow: ellipsis;
  }
  
  @media (max-width: 575px) {
    /* line 33, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_apply.scss */
    .apply-area .apply-wrapper .single-form .nice-select {
      margin-bottom: 20px;
      padding-left: 25px;
    }
    .apply-wrapper {
      padding: 20px;
    }
  }
  
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    /* line 33, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_apply.scss */
    .apply-area .apply-wrapper .single-form .nice-select {
      margin-bottom: 20px;
      padding-left: 25px;
    }
  }
  
  /* line 52, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_apply.scss */
  .apply-area .apply-wrapper .single-form .nice-select .list {
    width: 100%;
  }
  
  /* line 55, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_apply.scss */
  .apply-area .apply-wrapper .single-form .nice-select.open .list {
    width: 100%;
    border-radius: 0;
    border: 0;
  }
  
  /* line 60, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_apply.scss */
  .apply-area .apply-wrapper .single-form .nice-select::after {
    border-bottom: 1px solid #a9b6cd;
    border-right: 1px solid #a9b6cd;
    height: 12px;
    width: 12px;
    margin-top: -7px;
    right: 29px;
  }
  
  /* line 72, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_apply.scss */
  .apply-area .apply-wrapper .single-form .select-radio6 .radio {
    margin-left: 20px;
    display: inline-block;
  }
  
  /* line 75, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_apply.scss */
  .apply-area .apply-wrapper .single-form .select-radio6 .radio label {
    cursor: pointer;
  }
  
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    /* line 75, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_apply.scss */
    .apply-area .apply-wrapper .single-form .select-radio6 .radio label {
      font-size: 15px;
    }
  }
  
  /* line 82, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_apply.scss */
  .apply-area .apply-wrapper .single-form .select-radio6 .radio input[type="radio"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  
  /* line 87, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_apply.scss */
  .apply-area .apply-wrapper .single-form .select-radio6 .radio input[type="radio"] + .radio-label:before {
    content: '';
    background: #f4f4f4;
    border-radius: 100%;
    border: 1px solid #b4b4b4;
    display: inline-block;
    width: 1.4em;
    height: 1.4em;
    position: relative;
    top: -0.2em;
    margin-right: 1em;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease;
  }
  
  /* line 106, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_apply.scss */
  .apply-area .apply-wrapper .single-form .select-radio6 .radio input[type="radio"]:checked + .radio-label:before {
    background-color: #ff872d;
    box-shadow: inset 0 0 0 4px #f4f4f4;
  }
  
  /* line 114, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_apply.scss */
  .apply-area .apply-wrapper .single-form .select-radio6 .radio input[type="radio"]:focus + .radio-label:before {
    outline: none;
    border-color: #ff872d;
  }
  
  /* line 122, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_apply.scss */
  .apply-area .apply-wrapper .single-form .select-radio6 .radio input[type="radio"]:disabled + .radio-label:before {
    box-shadow: inset 0 0 0 4px #f4f4f4;
    border-color: #b4b4b4;
    background: #b4b4b4;
  }
  
  /* line 131, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_apply.scss */
  .apply-area .apply-wrapper .single-form .select-radio6 .radio input[type="radio"] + .radio-label:empty:before {
    margin-right: 0;
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  .navbar-nav li:hover > ul.dropdown-menu {
    display: block;
  }
  .dropdown-submenu {
    position:relative;
  }
  .dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top:-6px;
  }
  
  /* rotate caret on hover */
  .dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
  } 
  
  
  /* scrollUp */
  /* line 433, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  #scrollUp, #back-top {
    background: #3589f1;
    height: 50px;
    width: 50px;
    right: 31px;
    bottom: 18px;
    position: fixed;
    color: #fff;
    font-size: 20px;
    text-align: center;
    border-radius: 50%;
    line-height: 48px;
    border: 2px solid transparent;
    box-shadow: 0 0 10px 3px rgba(108, 98, 98, 0.2);
  }
  
  @media (max-width: 575px) {
    /* line 433, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
    #scrollUp, #back-top {
      right: 16px;
    }
  }
  
  /* line 450, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  #scrollUp a i, #back-top a i {
    display: block;
    line-height: 50px;
  }
  
  /* line 457, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  #scrollUp:hover {
    color: #fff;
  }
  
  /* Sticky*/
  /* line 462, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  .sticky-bar {
    left: 0;
    margin: auto;
    position: fixed;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    z-index: 9999;
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    background: #fff;
  }
  
  /* Sticky end */
  
  
  
  
  
  
  .listar-feature-item-wrapper {
    margin-bottom: 120px;
    padding-left: 27px;
    padding-right: 27px;
  }
  
  .listar-feature-item {
    height: calc(100% - 20px);
  }
  
  .listar-feature-item.listar-feature-has-link
    ~ .listar-feature-fix-bottom-padding.listar-fix-feature-arrow-button-height {
    position: relative;
    display: block;
    width: 100%;
    height: 30px;
  }
  
  .listar-feature-item a {
    position: absolute;
    top: -12px;
    left: 15px;
    width: calc(100% - 30px);
    height: calc(100% + 4px);
    border-radius: 1000px;
    z-index: 10;
  }
  
  .listar-feature-with-image .listar-feature-item a:before {
    content: "";
    position: absolute;
    top: -74px;
    left: 50%;
    margin-left: -74px;
    width: 148px;
    height: 148px;
    border-radius: 1000px;
    z-index: 10;
  }
  
  .listar-feature-item a:after {
    content: "";
    position: absolute;
    bottom: -18px;
    left: 50%;
    margin-left: -25px;
    width: 50px;
    height: 50px;
    border-radius: 1000px;
    z-index: 10;
    animation: ripple 0.7s linear infinite;
    box-shadow: 5px 5px 10px rgba(163, 177, 198, 0.6),
      -5px -5px 10px rgba(255, 255, 255, 0.5);
  }
  
  
  @keyframes ripple {
    0% {
          box-shadow: 0 0 0 0 rgba(163, 177, 198, 0.3), 0 0 0 1em rgba(163, 177, 198, 0.3), 0 0 0 3em rgba(163, 177, 198, 0.03), 0 0 0 5em rgba(163, 177, 198, 0.01);
    }
    100% {
      box-shadow: 0 0 0 1em rgba(163, 177, 198, 0.3), 0 0 0 3em rgba(163, 177, 198, 0.03), 0 0 0 5em rgba(163, 177, 198, 0.03), 0 0 0 8em rgba(163, 177, 198, 0.01);
    }
  }
  
  
  
  .listar-feature-item .listar-feature-item-inner {
    padding: 50px 30px;
    border-radius: 6px;
    z-index: 5;
    position: relative;
    height: 100%;
  }
  
  .listar-feature-item .listar-feature-item-inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  
  .listar-feature-item .listar-feature-item-inner:before {
    border: 0;
    box-shadow: 120px 0px 150px rgba(80, 80, 80, 0.15),
      10px 0px 10px rgba(80, 80, 80, 0.02);
    border-radius: 1000px;
    background: rgba(255, 255, 255, 0);
    background: -moz-linear-gradient(
      left,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0) 40%,
      rgba(255, 255, 255, 1) 100%
    );
    background: -webkit-gradient(
      left top,
      right top,
      color-stop(0%, rgba(255, 255, 255, 0)),
      color-stop(40%, rgba(255, 255, 255, 0)),
      color-stop(100%, rgba(255, 255, 255, 1))
    );
    background: -webkit-linear-gradient(
      left,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0) 40%,
      rgba(255, 255, 255, 1) 100%
    );
    background: -o-linear-gradient(
      left,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0) 40%,
      rgba(255, 255, 255, 1) 100%
    );
    background: -ms-linear-gradient(
      left,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0) 40%,
      rgba(255, 255, 255, 1) 100%
    );
    background: linear-gradient(
      to right,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0) 40%,
      rgba(255, 255, 255, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#ffffff',GradientType=1);
  }
  
  .listar-feature-item .listar-feature-item-inner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  .listar-feature-right-border {
    position: absolute;
    width: calc(100% + 24px);
    height: calc(100% + 24px);
    top: -12px;
    left: 50%;
    overflow: hidden;
  }
  
  .listar-feature-items {
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  .listar-feature-right-border:before,
  .listar-hovering-features
    .listar-feature-item
    a:hover
    ~ .listar-feature-item-inner
    .listar-feature-right-border:before {
    border: 8px solid #2eb8c2;
  }
  
  .listar-feature-right-border:before,
  .listar-hovering-features
    .listar-feature-item
    a:hover
    ~ .listar-feature-item-inner
    .listar-feature-right-border:before,
  .listar-hovering-features-grey
    .listar-feature-item
    a:hover
    ~ .listar-feature-item-inner
    .listar-feature-right-border:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 8px solid #2eb8c2;
    border-radius: 800px;
    left: -50%;
  }
  
  .listar-feature-item .listar-feature-block-content-wrapper {
    position: relative;
    display: block;
    text-decoration: none;
    margin: -30px;
    padding: 30px;
    height: calc(100% + 100px);
  }
  
  .listar-features-design-2 .listar-feature-item-wrapper {
    margin-bottom: 120px;
    padding-left: 27px;
    padding-right: 27px;
  }
  
  .listar-feature-item.listar-feature-has-link .listar-feature-item-inner:after {
    content: "";
    background-color: #fff;
    z-index: 6;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center center;
  }
  
  .listar-feature-icon-wrapper {
    width: 148px;
    height: 148px;
    line-height: 148px;
    border-radius: 500px;
    position: relative;
    background-color: #fff;
    box-shadow: 8px 8px 30px rgba(0, 0, 0, 0.06);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    left: 50%;
    vertical-align: middle;
    margin-left: -74px;
    top: -66px;
    margin-top: -74px;
  }
  
  .listar-feature-icon-inner {
    width: 120px;
    height: 120px;
    line-height: 120px;
    border-radius: 500px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.14);
    background: #fff;
  }
  
  .listar-feature-icon-inner div {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    display: inline-block;
    position: relative;
    width: 120px;
    height: 120px;
    line-height: 120px;
    text-align: left;
  }
  
  .listar-feature-icon-inner img {
    position: relative;
    margin: 0 auto;
    vertical-align: middle;
    display: inline-block;
    width: auto;
    left: 50%;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%);
    height: 55px;
  }
  
  .listar-feature-item img,
  .listar-feature-item i {
    position: relative;
    display: inline-block;
    border-bottom: 0;
    font-size: 40px;
    top: 0;
    padding: 0;
    color: #258bd5;
  }
  
  .listar-feature-with-image .listar-feature-content-wrapper {
    top: 0;
  }
  .listar-feature-content-wrapper {
    position: relative;
    margin-top: -15.5px;
  }
  
  .listar-feature-item .listar-feature-item-title {
    padding-top: 0;
    margin: 0 0 30px;
    text-align: center;
    line-height: 1.5;
  }
  
  .listar-feature-item
    .listar-feature-item-title.listar-feature-counter-added
    > span {
    margin-left: 25px;
    border-radius: 0 50px 50px 0;
  }
  
  .listar-feature-item .listar-feature-item-title > span {
    box-shadow: 15px 20px 30px rgba(80, 80, 80, 0.12),
      5px 0px 40px rgba(80, 80, 80, 0.1);
    padding: 10px 20px;
    display: inline-block;
    position: relative;
    background-color: #fff;
  }
  
  .listar-feature-item .listar-feature-item-title > span span {
    box-shadow: 15px 15px 30px rgba(80, 80, 80, 0.2),
      5px 0px 80px rgba(80, 80, 80, 0.15);
    padding: 10px 0;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 30px;
    white-space: nowrap;
    position: absolute;
    top: -3px;
    left: -40px;
    border-radius: 50px;
    background-color: #fff;
  }
  
  .listar-feature-item .listar-feature-item-title span {
    display: inline-block;
    font-size: 14px;
    line-height: normal;
    font-weight: 400;
    text-shadow: none;
    border-radius: 50px;
    color: #252525;
    font-size: 18px;
  }
  
  .listar-feature-item-excerpt {
    padding: 0 20px;
  }
  
  .listar-feature-item-excerpt {
    color: #252525;
    position: relative;
    top: 0;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  
  .aply-section{
    padding-top: 80px;
    background-image: url(../images/h1_hero.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
  }
  .pset {
    padding-top: 100px;
    padding-bottom: 60px;  
  }
  .aply-titl{
    font-family: "Lato-Medium";
    font-size: 36px;
    text-align: center;
    color: #333333;
    margin-bottom: 60px;
  }
  
  .listar-map-button-text span {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    height: 44px;
    line-height: 1.6;
    padding: 10px 25px;
    box-shadow: 0 0 31px rgba(0, 0, 0, 0.65), 0 0 4px rgba(0, 0, 0, 0.06);
    border-radius: 50px;
    background-color: rgba(35, 40, 45, 0.9);
    color: #fff;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
  }
  
  .listar-map-button-text span {
    background-color: #fff;
    color: #252525;
    text-shadow: none;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
  }
  
  .listar-map-button-text span:after {
    border: 12px solid #fff;
  }
  
  .listar-map-button-text span:after {
    content: "";
    position: absolute;
    top: -14px;
    left: -14px;
    width: calc(100% + 28px);
    height: calc(100% + 28px);
    border-radius: 36px;
  }
  
  .listar-map-button:hover .listar-map-button-text span {
    padding: 10px 43px 10px 51px;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
  }
  
  .listar-feature-with-image .listar-feature-item a:before {
    content: "";
    position: absolute;
    top: -74px;
    left: 50%;
    margin-left: -74px;
    width: 148px;
    height: 148px;
    border-radius: 1000px;
    z-index: 10;
  }
  
  .listar-feature-item.listar-feature-has-link .listar-feature-item-inner:after {
    margin-left: -25px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    box-shadow: 10px 10px 40px rgba(80, 80, 80, 0.15),
      15px 15px 30px rgba(80, 80, 80, 0.05), 0 0 120px rgba(80, 80, 80, 0.6);
    bottom: -30px;
    background-image: url("https://image.flaticon.com/icons/svg/2316/2316674.svg");
    background-size: 40%;
    color: #555;
    line-height: 52px;
  }
  
  
  
  
  
  
  
  .y-us-section {
    padding: 82px 0 82px;
    background-image: url(../images/section_bg02.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  
    position: relative;
    /* z-index: -1; */
  }
  .y-us-section .card{
    z-index: 1;
  }
  .y-us-head {
    text-align: center;
    margin: 0 0 91px;
  }
  .y-us-title h2 {
    color: #000;
    font-size: 30px;
    letter-spacing: 0;
    line-height: 32px;
    text-transform: uppercase;
    margin-bottom: 6px;
  }
  .y-us-title > p {
    color: #777777;
    line-height: 22px;
  }
  .y-us-title-border {
    background: #ffae11 none repeat scroll 0 0;
    border-radius: 2px;
    display: inline-block;
    height: 3px;
    position: relative;
    width: 50px;
  }
  .service-3 .service-box {
    margin-bottom: 18px;
  }
  .service-3 .service-box .iconset {
    float: left;
    text-align: center;
    width: 21%;
  }
  .service-3 .service-box .iconset i {
    color: #2eb8c2;
    font-size: 38px;
  }
  .service-3 .service-box .y-us-content {
    float: left;
    width: 79%;
  }
  .service-3 .service-box .y-us-content h4 {
    color: #3a3a3a;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 22px;
    margin: 10px 0 12px;
    text-transform: uppercase;
  }
  .service-3 .service-box .y-us-content p {
    color: #777777;
    font-size: 13px;
    font-weight: 300;
    line-height: 24px;
  }
  
  .icon {
    color : #f4b841;
    padding:0px;
    font-size:40px;
    border: 1px solid #474747;
    border-radius: 100px;
    color: #fdb801;
    /* font-size: 28px; */
    height: 60px;
    line-height: 60px;
    text-align: center;
    width: 60px;
    display: block;
  }
  .icon img{
    width: 40px;
    height: 40px;
  }
  
  .log-btn{
    background-color: #2eb8c2 !important;
    color: #ffffff !important;
  }
  
  /*--------------------------------------------------------------
  # Hero Section
  --------------------------------------------------------------*/
  
  section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  
  
  #hero {
    width: 100%;
    /* height: 40vh; */
    position: relative;
    background: url("../../frontend/images//inr.jpg") no-repeat;
    /* background: url("../../frontend/images/") no-repeat; */
    background-size: cover;
    padding: 60px;
    background-position: center;
  }
  
  #hero .hero-content {
    /* position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0; */
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
  }
  
  #hero .hero-content h2 {
    color: #484848;
    margin-bottom: 30px;
    font-size: 44px;
    font-weight: 700;
  }
  
  #hero .hero-content h2 span {
    color: #2eb8c2;
    text-decoration: underline;
  }
  
  @media (max-width: 767px) {
    #hero .hero-content h2 {
      font-size: 34px;
    }
  }
  
  #hero .hero-content .btn-get-started,
  #hero .hero-content .btn-projects {
    font-family: "Raleway", sans-serif;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 32px;
    border-radius: 2px;
    transition: 0.5s;
    margin: 10px;
    color: #fff;
  }
  
  #hero .hero-content .btn-get-started {
    background: #0c2e8a;
    border: 2px solid #0c2e8a;
  }
  
  #hero .hero-content .btn-get-started:hover {
    background: none;
    color: #0c2e8a;
  }
  
  #hero .hero-content .btn-projects {
    background: #50d8af;
    border: 2px solid #50d8af;
  }
  
  #hero .hero-content .btn-projects:hover {
    background: none;
    color: #50d8af;
  }
  
  #hero .hero-slider {
    z-index: 8;
    height: 60vh;
  }
  
  #hero .hero-slider::before {
    content: "";
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 7;
  }
  
  #hero .hero-slider .swiper-slide {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition-property: opacity;
  }
  
  .details .content h3 {
    font-weight: 600;
    font-size: 30px;
    color: #454545;
    margin-bottom: 15px;
  }
  .fst-italic {
    font-style: italic!important;
  }
  .details .content ul {
    list-style: none;
    padding: 0;
  }
  .details .content ul li {
    padding-bottom: 10px;
  }
  .details .content ul i {
    font-size: 24px;
    padding-right: 2px;
    color: #5777ba;
    line-height: 0;
  }
  .details .content p:last-child {
    margin-bottom: 0;
  }
  
  .light-bg{
    background-color: #e9fdff;
  }
  .srv-row .col-lg-6{
    margin-bottom: 20px;
  }
  
  
  /*--------------------------------------------------------------
  # Hero Section
  --------------------------------------------------------------*/
  #hero2 {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 100px 0 100px 0;
    background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
  }
  
  #hero2::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    /* height: 200%; */
    z-index: 0;
    /* background-color: #e8ecf5;
    transform: skewY(135deg); */
    background-image: -moz-linear-gradient(0deg, #2eb8c2 0%, #30404100 100%);
      background-image: -webkit-linear-gradient(0deg, #2eb8c2 0%, #30404100 100%);
      background-image: -ms-linear-gradient(0deg, #2eb8c2 0%, #30404100 100%);
  }
  
  #hero2 h1 {
    margin: 0 0 10px 0;
    font-size: 48px;
    font-weight: 500;
    line-height: 56px;
    color: #fff;
    font-family: "Poppins", sans-serif;
  }
  
  #hero2 h2 {
    color: #fff;
    margin-bottom: 0px;
    font-size: 20px;
  }
  
  #hero2 .download-btn {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 15px;
    display: inline-block;
    padding: 8px 24px 10px 46px;
    border-radius: 3px;
    transition: 0.5s;
    color: #fff;
    background: #47536e;
    position: relative;
  }
  
  #hero2 .download-btn:hover {
    background: #5777ba;
  }
  
  #hero2 .download-btn i {
    font-size: 20px;
    position: absolute;
    left: 18px;
    top: 8.5px;
  }
  
  #hero2 .download-btn+.download-btn {
    margin-left: 20px;
  }
  
  @media (max-width: 991px) {
    #hero2 {
      text-align: center;
    }
  
    #hero2 .download-btn+.download-btn {
      margin: 0 10px;
    }
  
    #hero2 .hero-img {
      text-align: center;
    }
  
    #hero2 .hero-img img {
      width: 60%;
    }
  }
  
  @media (max-width: 768px) {
    #hero2 h1 {
      font-size: 28px;
      line-height: 36px;
    }
  
    #hero2 h2 {
      font-size: 18px;
      line-height: 24px;
      margin-bottom: 30px;
    }
  
    #hero2 .hero-img img {
      width: 70%;
    }
  }
  
  @media (max-width: 575px) {
    #hero2 .hero-img img {
      width: 80%;
    }
  }
  
  
  /* ---------------------------
     Services Section
  --------------------------------*/
  #services {
    padding: 40px 0;
  }
  
  #services .box {
    padding: 40px;
    box-shadow: 10px 10px 15px rgba(73, 78, 92, 0.1);
    background: #fff;
    transition: 0.4s;
    height: 100%;
  }
  
  #services .box:hover {
    box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
  }
  
  #services .box .icon {
    float: left;
  }
  
  #services .box .icon i {
    color: #444;
    font-size: 44px;
    transition: 0.5s;
    line-height: 0;
    margin-top: 34px;
  }
  
  #services .box .icon i:before {
    background: #0c2e8a;
    background: linear-gradient(45deg, #50d8af 0%, #a3ebd5 100%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  
  #services .box h4 {
    margin-left: 100px;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 22px;
  }
  
  #services .box h4 a {
    color: #444;
  }
  
  #services .box p {
    font-size: 14px;
    margin-left: 100px;
    margin-bottom: 0;
    line-height: 24px;
  }
  
  @media (max-width: 767px) {
    #services .box .box {
      margin-bottom: 20px;
    }
  
    #services .box .icon {
      float: none;
      text-align: center;
      padding-bottom: 15px;
    }
  
    #services .box h4,
    #services .box p {
      margin-left: 0;
      text-align: center;
    }
  }
  
  
  
  /*--------------------------------------------------------------
  # App Features
  --------------------------------------------------------------*/
  .features .content {
    padding: 30px 0;
  }
  
  .features .content .icon-box {
    margin-top: 25px;
  }
  
  .features .content .icon-box h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 5px 0 10px 60px;
  }
  
  .features .content .icon-box i {
    font-size: 34px;
    float: left;
    color: #2eb8c2;
  }
  
  .features .content .icon-box p {
    font-size: 15px;
    margin-left: 60px;
  }
  .eq-fi{
    padding-bottom: 10px;
  }
  .features.eq-fi .content .icon-box {
    margin-top: 10px;
  }
  .features.eq-fi .content .icon-box h4 {
    margin: 5px 0 10px 45px;
  }
  .features.eq-fi .content .icon-box p {
    margin-left: 45px;
  }
  
  
  @media (max-width: 991px) {
    .features .image {
      text-align: center;
    }
  
    .features .image img {
      max-width: 80%;
    }
  }
  
  @media (max-width: 667px) {
    .features .image img {
      max-width: 100%;
    }
  }
  
  
  
  /*--------------------------------------------------------------
  # Contact
  --------------------------------------------------------------*/
  .contact .info {
    padding: 20px 40px;
    background: #f1f3f6;
    color: #47536e;
    text-align: center;
    border: 1px solid #fff;
  }
  
  .contact .info i {
    font-size: 48px;
    color: #9fb2d8;
    margin-bottom: 15px;
  }
  
  .contact .info h4 {
    padding: 0;
    margin: 0 0 10px 0;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
  }
  
  .contact .info p {
    font-size: 15px;
  }
  
  .contact .php-email-form {
    width: 100%;
  }
  
  .contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600;
  }
  
  .contact .php-email-form .error-message br+br {
    margin-top: 25px;
  }
  
  .contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
  }
  
  .contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
  }
  
  .contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    animation: animate-loading 1s linear infinite;
  }
  
  .contact .php-email-form label {
    font-family: "Poppins", sans-serif;
    margin-bottom: 5px;
    color: #8a8c95;
  }
  
  .contact .php-email-form input,
  .contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
  }
  
  .contact .php-email-form input:focus,
  .contact .php-email-form textarea:focus {
    border-color: #5777ba;
  }
  
  .contact .php-email-form input {
    padding: 10px 15px;
  }
  
  .contact .php-email-form textarea {
    padding: 12px 15px;
  }
  
  .contact .php-email-form button[type=submit] {
    background: #fff;
    border: 2px solid #5777ba;
    padding: 10px 24px;
    color: #5777ba;
    transition: 0.4s;
    border-radius: 50px;
    margin-top: 5px;
  }
  
  .contact .php-email-form button[type=submit]:hover {
    background: #5777ba;
    color: #fff;
  }
  
  @media (max-width: 1024px) {
    .contact .php-email-form {
      padding: 30px 15px 15px 15px;
    }
  }
  
  @media (max-width: 768px) {
    .contact .php-email-form {
      padding: 15px 0 0 0;
    }
  }
  
  @keyframes animate-loading {
    0% {
      transform: rotate(0deg);
    }
  
    100% {
      transform: rotate(360deg);
    }
  }
  
  
  
  /*--------------------------------------------------------------
  # Blog
  --------------------------------------------------------------*/
  input:focus-visible {
    outline: none !important;
  }
  .blog {
    padding: 20px 0;
  }
  
  .blog .entry {
    padding: 30px;
    margin-bottom: 60px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  }
  
  .blog .entry .entry-img {
    max-height: 440px;
    margin: -30px -30px 20px -30px;
    overflow: hidden;
  }
  
  .blog .entry .entry-title {
    font-size: 28px;
    font-weight: bold;
    padding: 0;
    margin: 0 0 20px 0;
  }
  
  .blog .entry .entry-title a {
    color: #473d3a;
    transition: 0.3s;
  }
  
  .blog .entry .entry-title a:hover {
    color: #2eb8c2;
  }
  
  .blog .entry .entry-meta {
    margin-bottom: 15px;
    color: #afa29e;
  }
  
  .blog .entry .entry-meta ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    align-items: center;
    padding: 0;
    margin: 0;
  }
  
  .blog .entry .entry-meta ul li+li {
    padding-left: 20px;
  }
  
  .blog .entry .entry-meta i {
    font-size: 16px;
    margin-right: 8px;
    line-height: 0;
  }
  
  .blog .entry .entry-meta a {
    color: #656262;
    font-size: 14px;
    display: inline-block;
    line-height: 1;
  }
  
  .blog .entry .entry-content p {
    line-height: 24px;
  }
  
  .blog .entry .entry-content .read-more {
    -moz-text-align-last: right;
    text-align-last: right;
  }
  
  .blog .entry .entry-content .read-more a {
    display: inline-block;
    background: #2eb8c2;
    color: #fff;
    padding: 6px 20px;
    transition: 0.3s;
    font-size: 14px;
    border-radius: 4px;
  }
  
  .blog .entry .entry-content .read-more a:hover {
    background: #19919a;
  }
  
  .blog .entry .entry-content h3 {
    font-size: 22px;
    margin-top: 30px;
    font-weight: bold;
  }
  
  .blog .entry .entry-content blockquote {
    overflow: hidden;
    background-color: #fafafa;
    padding: 60px;
    position: relative;
    text-align: center;
    margin: 20px 0;
  }
  
  .blog .entry .entry-content blockquote p {
    color: #313030;
    line-height: 1.6;
    margin-bottom: 0;
    font-style: italic;
    font-weight: 500;
    font-size: 22px;
  }
  
  .blog .entry .entry-content blockquote::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background-color: #473d3a;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  
  .blog .entry .entry-footer {
    padding-top: 10px;
    border-top: 1px solid #e6e6e6;
  }
  
  .blog .entry .entry-footer i {
    color: #988782;
    display: inline;
  }
  
  .blog .entry .entry-footer a {
    color: #554945;
    transition: 0.3s;
  }
  
  .blog .entry .entry-footer a:hover {
    color: #2eb8c2;
  }
  
  .blog .entry .entry-footer .cats {
    list-style: none;
    display: inline;
    padding: 0 20px 0 0;
    font-size: 14px;
  }
  
  .blog .entry .entry-footer .cats li {
    display: inline-block;
  }
  
  .blog .entry .entry-footer .tags {
    list-style: none;
    display: inline;
    padding: 0;
    font-size: 14px;
  }
  
  .blog .entry .entry-footer .tags li {
    display: inline-block;
  }
  
  .blog .entry .entry-footer .tags li+li::before {
    padding-right: 6px;
    color: #6c757d;
    content: ",";
  }
  
  .blog .entry .entry-footer .share {
    font-size: 16px;
  }
  
  .blog .entry .entry-footer .share i {
    padding-left: 5px;
  }
  
  .blog .entry-single {
    margin-bottom: 30px;
  }
  
  .blog .blog-author {
    padding: 20px;
    margin-bottom: 30px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  }
  
  .blog .blog-author img {
    width: 120px;
    margin-right: 20px;
  }
  
  .blog .blog-author h4 {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 0px;
    padding: 0;
    color: #473d3a;
  }
  
  .blog .blog-author .social-links {
    margin: 0 10px 10px 0;
  }
  
  .blog .blog-author .social-links a {
    color: rgba(71, 61, 58, 0.5);
    margin-right: 5px;
  }
  
  .blog .blog-author p {
    font-style: italic;
    color: #a4a2a2;
  }
  
  .blog .blog-comments {
    margin-bottom: 30px;
  }
  
  .blog .blog-comments .comments-count {
    font-weight: bold;
  }
  
  .blog .blog-comments .comment {
    margin-top: 30px;
    position: relative;
  }
  
  .blog .blog-comments .comment .comment-img {
    margin-right: 14px;
  }
  
  .blog .blog-comments .comment .comment-img img {
    width: 60px;
  }
  
  .blog .blog-comments .comment h5 {
    font-size: 16px;
    margin-bottom: 2px;
  }
  
  .blog .blog-comments .comment h5 a {
    font-weight: bold;
    color: #313030;
    transition: 0.3s;
  }
  
  .blog .blog-comments .comment h5 a:hover {
    color: #2eb8c2;
  }
  
  .blog .blog-comments .comment h5 .reply {
    padding-left: 10px;
    color: #473d3a;
  }
  
  .blog .blog-comments .comment h5 .reply i {
    font-size: 20px;
  }
  
  .blog .blog-comments .comment time {
    display: block;
    font-size: 14px;
    color: #635551;
    margin-bottom: 5px;
  }
  
  .blog .blog-comments .comment.comment-reply {
    padding-left: 40px;
  }
  
  .blog .blog-comments .reply-form {
    margin-top: 30px;
    padding: 30px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  }
  
  .blog .blog-comments .reply-form h4 {
    font-weight: bold;
    font-size: 22px;
  }
  
  .blog .blog-comments .reply-form p {
    font-size: 14px;
  }
  
  .blog .blog-comments .reply-form input {
    border-radius: 4px;
    padding: 10px 10px;
    font-size: 14px;
  }
  
  .blog .blog-comments .reply-form input:focus {
    box-shadow: none;
    border-color: #ffa587;
  }
  
  .blog .blog-comments .reply-form textarea {
    border-radius: 4px;
    padding: 10px 10px;
    font-size: 14px;
  }
  
  .blog .blog-comments .reply-form textarea:focus {
    box-shadow: none;
    border-color: #ffa587;
  }
  
  .blog .blog-comments .reply-form .form-group {
    margin-bottom: 25px;
  }
  
  .blog .blog-comments .reply-form .btn-primary {
    border-radius: 4px;
    padding: 10px 20px;
    border: 0;
    background-color: #473d3a;
  }
  
  .blog .blog-comments .reply-form .btn-primary:hover {
    background-color: #554945;
  }
  
  .blog .blog-pagination {
    color: #7f6d68;
  }
  
  .blog .blog-pagination ul {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
  }
  
  .blog .blog-pagination li {
    margin: 0 5px;
    transition: 0.3s;
  }
  
  .blog .blog-pagination li a {
    color: #473d3a;
    padding: 7px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .blog .blog-pagination li.active,
  .blog .blog-pagination li:hover {
    background: #2eb8c2;
  }
  
  .blog .blog-pagination li.active a,
  .blog .blog-pagination li:hover a {
    color: #fff;
  }
  
  .blog .sidebar {
    padding: 30px;
    margin: 0 0 60px 20px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  }
  
  .blog .sidebar .sidebar-title {
    font-size: 20px;
    font-weight: 700;
    padding: 0 0 0 0;
    margin: 0 0 15px 0;
    color: #473d3a;
    position: relative;
  }
  
  .blog .sidebar .sidebar-item {
    margin-bottom: 30px;
  }
  
  .blog .sidebar .search-form form {
    background: #fff;
    border: 1px solid #ddd;
    padding: 3px 10px;
    position: relative;
  }
  
  .blog .sidebar .search-form form input[type=text] {
    border: 0;
    padding: 4px;
    border-radius: 4px;
    width: calc(100% - 40px);
  }
  
  .blog .sidebar .search-form form button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 15px;
    margin: -1px;
    background: #2eb8c2;
    color: #fff;
    transition: 0.3s;
    border-radius: 0 4px 4px 0;
    line-height: 0;
  }
  
  .blog .sidebar .search-form form button i {
    line-height: 0;
  }
  
  .blog .sidebar .search-form form button:hover {
    background: #ff6735;
  }
  
  .blog .sidebar .categories ul {
    list-style: none;
    padding: 0;
  }
  
  .blog .sidebar .categories ul li+li {
    padding-top: 10px;
  }
  
  .blog .sidebar .categories ul a {
    color: #473d3a;
    transition: 0.3s;
  }
  
  .blog .sidebar .categories ul a:hover {
    color: #2eb8c2;
  }
  
  .blog .sidebar .categories ul a span {
    padding-left: 5px;
    color: #989595;
    font-size: 14px;
  }
  
  .blog .sidebar .recent-posts .post-item+.post-item {
    margin-top: 15px;
  }
  
  .blog .sidebar .recent-posts img {
    width: 80px;
    float: left;
  }
  
  .blog .sidebar .recent-posts h4 {
    font-size: 15px;
    margin-left: 95px;
    font-weight: bold;
  }
  
  .blog .sidebar .recent-posts h4 a {
    color: #473d3a;
    transition: 0.3s;
  }
  
  .blog .sidebar .recent-posts h4 a:hover {
    color: #2eb8c2;
  }
  
  .blog .sidebar .recent-posts time {
    display: block;
    margin-left: 95px;
    font-style: italic;
    font-size: 14px;
    color: #989595;
  }
  
  .blog .sidebar .tags {
    margin-bottom: -10px;
  }
  
  .blog .sidebar .tags ul {
    list-style: none;
    padding: 0;
  }
  
  .blog .sidebar .tags ul li {
    display: inline-block;
  }
  
  .blog .sidebar .tags ul a {
    color: #8d7973;
    font-size: 14px;
    padding: 6px 14px;
    margin: 0 6px 8px 0;
    border: 1px solid #f4f2f2;
    display: inline-block;
    transition: 0.3s;
  }
  
  .blog .sidebar .tags ul a:hover {
    color: #fff;
    border: 1px solid #2eb8c2;
    background: #2eb8c2;
  }
  
  .blog .sidebar .tags ul a span {
    padding-left: 5px;
    color: #ddd7d6;
    font-size: 14px;
  }
  
  .trams-area{}
  .trams-area .tram-box{}
  
  
  /*--------------------------------------------------------------
  # calculate css
  --------------------------------------------------------------*/
  .calculator{}
  /* body {
      font-family: "Open Sans", sans-serif;
      font-size: 15px;
      height: 100%;
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: #bab5e3;
  }
  */
  .calculator .cal-wrap {
      height: auto;
      /* width: 700px; */
      border-radius: 20px;
      padding: 30px;
      margin: 0px auto;
    box-shadow: 0px 5px 15px rgba(73, 78, 92, 0.1);
      /* background-image: linear-gradient(to bottom left, #e4dfec, white, white); */
  } 
  .calculator .sub-container {
      /* display: flex; */
      width: 100%;
      /* gap: 50px; */
      height: max-content;
  }
  
  .calculator  .header {
      width: 100%;
      height: auto;
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 30px;
    background: #2eb8c2;
    padding: 0 10px;
  }
  .calculator  .header h1{
    color: #fff;
    font-size: 34px;
      margin-bottom: 5px;
  }
  
  .calculator .header button {
      height: max-content;
      width: max-content;
      padding: 10px;
      border: none;
      background-color: transparent;
      font-size: 35px;
      color: #2eb8c2;
  }
  
  .calculator .header button:hover {
      cursor: pointer;
  }
  
  .calculator .view,
  .calculator .breakup {
      /* width: 50%; */
  }
  .calculator .details input {
      width: 100%;
  }
  .calculator .sub-container .details{
  
  }
  .calculator .detail {
      display: flex;
      justify-content: space-between;
  }
  .calculator .detail p{
    /* margin-bottom: 5px; */
  }
  .calculator .footer {
      display: flex;
      justify-content: space-between;
    width: 100%;
    background: #f6f6f6;
    padding: 20px;
    margin-top: 50px;
  }
  
  /*----- Styling the sliders ----*/
  .calculator input[type="range"] {
      -webkit-appearance: none;
      margin: 10px 0;
      width: 100%;
  }
  
  .calculator input[type="range"]:focus {
      outline: none;
  }
  
  .calculator input[type="range"]::-webkit-slider-runnable-track {
      width: 100%;
      height: 6px;
      cursor: pointer;
      background: #2eb8c2;
      border-radius: 10px;
  }
  
  .calculator 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: #2eb8c2;
      cursor: pointer;
      margin-top: -6px;
      -webkit-appearance: none;
  }
  
  .calculator input[type="range"]:focus::-webkit-slider-runnable-track {
      background: #b3b3b3;
  }
  
  .calculator input[type="range"]::-moz-range-track {
      width: 100%;
      height: 6px;
      cursor: pointer;
      background: #2eb8c2;
      border-color: transparent;
      border-width: 16px 0;
      color: transparent;
      border-radius: 10px;
  }
  
  .calculator 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: #2eb8c2;
      cursor: pointer;
      margin-top: -6px;
  }
  
  .calculator input[type="range"]::-ms-track {
      width: 100%;
      height: 6px;
      cursor: pointer;
      background: #2eb8c2;
      border-color: transparent;
      border-width: 16px 0;
      color: transparent;
      border-radius: 10px;
  }
  
  .calculator input[type="range"]::-ms-fill-lower {
      background: #2eb8c2;
      border-radius: 5px;
  }
  
  .calculator input[type="range"]::-ms-fill-upper {
      background: #2eb8c2;
      border-radius: 5px;
  }
  
  .calculator 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: #2eb8c2;
      cursor: pointer;
      margin-top: -6px;
  }
  
  .calculator input[type="range"]:focus::-ms-fill-lower {
      background: #2eb8c2;
  }
  
  .calculator input[type="range"]:focus::-ms-fill-upper {
      background: #2eb8c2;
  }
  
  /*-------------------------------------*/
  .calculator #price {
      color: #130f31;
      font-size: 25px;
  }
  
  .calculator .loan-details {
      width: 100%;
    text-align: center;
  }
  .ln-bg{
    background: #f6f6f6;
  }
  .calculator .loan-details .chart-details{
    border-bottom: 1px solid #e4e4e4;
    padding: 15px;
  }
  .calculator .loan-details .chart-details:last-child{
    border-bottom: 0px solid #e4e4e4;
  }
  .calculator .loan-details .chart-details p{
    margin-bottom: 4px;
    font-size: 14px;
  }
  .calculator .loan-details .chart-details p:first-child{}
  .calculator .loan-details .chart-details p:last-child{
    font-size: 20px;
      font-weight: 600;
      color: #000;
  }
  
  .calculator #price-container {
      color: #2eb8c2;
      margin-bottom: 0px;
  }
  
  .calculator #price-container::before {
      content: "Monthly Payable:";
    font-size: 16px;
    display: block;
    color: #666666;
  }
  
  
  /*--------------------------------------------------------------
  # Apply form area
  --------------------------------------------------------------*/
  
  
  .apply-section{}
  
  .apply-section .form-area{
    border-radius: 20px;
    max-width: 700px;
    padding: 30px;
    margin: 0px auto;
    box-shadow: 0px 5px 15px rgba(73, 78, 92, 0.1);
  }
  .apply-section .form-area .form-group{
    margin-bottom: 10px;
  }
  
  .apply-section .form-area label{
    font-size: 14px;
      color: #474747;
      margin-bottom: 4px;
  }
  
  .apply-section .form-area .nice-select {
    width: 100%;
    height: 45px;
    background: #fff;
    border-radius: 6px;
    padding: 5px 15px 5px 15px;
    color: #616875;
    line-height: 34px;
    border: 1px solid #f3f3f3;
    margin-bottom: 0px;
    box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.05);
    text-overflow: ellipsis;
  }
  
  .apply-section .form-area input {
    border: 1px solid #f3f3f3;
    border-radius: 6px;
    width: 100%;
    height: 45px;
    margin-bottom: 0px;
    padding: 0 15px;
    box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.05);
    font-size: 14px;
  }
  
  .apply-section .form-area .nice-select.open .list {
    width: 100%;
    border-radius: 0;
    border: 0;
  }
  
  
  .blue-btn-up:hover,
  .blue-btn-up:active,
  .blue-btn-up:focus,
  .blue-btn-up {
    background: transparent;
    border: solid 1px #2ab7c9;
    border-radius: 3px;
    color: #2ab7c9;
    font-size: 14px;
    /* margin-bottom: 20px; */
    outline: none !important;
    padding: 10px 20px;
  }
  
  .fileUpload {
    position: relative;
    overflow: hidden;
    height: 43px;
    margin-top: 28px;
  }
  
  .fileUpload input.uploadlogo {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 100%;
    height: 42px;
  }
  
  /*Chrome fix*/
  .fileUpload input::-webkit-file-upload-button {
    cursor: pointer !important;
    height: 42px;
    width: 100%;
  }
  .aply-btn{
    background-image: -moz-linear-gradient(0deg, #06c6f9 0%, #38eaf9 100%);
      background-image: -webkit-linear-gradient(0deg, #06c6f9 0%, #38eaf9 100%);
      background-image: -ms-linear-gradient(0deg, #06c6f9 0%, #38eaf9 100%);
      font-size: 14px;
      font-family: "OpenSans-Semibold";
      color: #fff;
      border-radius: 50px;
      padding: 5px 30px;
      display: inline-block;
      text-transform: uppercase;
      /* padding-right: 5px; */
      text-decoration: none !important;
      margin-top: 10px;
  }
  
  @media only screen and (max-width: 575px) {
    .fileUpload {
      margin-top: 0px;
    }
  }
  
  
  /*----------------------------
   About Us Section
  --------------------------------*/
  #about {
    padding: 80px 0;
  }
  
  #about .about-content {
    padding-top: 40px;
  }
  
  #about .about-content h2 {
    color: #413e66;
    /* font-family: "Montserrat", sans-serif; */
    font-weight: 700;
  }
  
  #about .about-content h3 {
    color: #696592;
    font-weight: 400;
    font-size: 22px;
    font-style: italic;
  }
  
  #about .about-content ul {
    list-style: none;
    padding: 0;
  }
  
  #about .about-content ul li {
    padding-bottom: 10px;
  }
  
  #about .about-content ul li i {
    font-size: 20px;
    padding-right: 4px;
    color: #1bb1dc;
  }
  
  #about .about-img {
    position: relative;
    margin: 30px 30px 30px 30px;
  }
  
  #about .about-img img {
    width: 100%;
    border: 8px solid #fff;
    transition: 0.5s;
  }
  
  #about .about-img img:hover {
    width: 100%;
    transform: scale(1.03);
  }
  
  #about .about-img::before {
    position: absolute;
    left: -31px;
    top: -30px;
    width: 90%;
    height: 92%;
    z-index: -1;
    content: "";
    background-color: #ebf1fa;
    transition: 0.5s;
  }
  
  #about .about-img::after {
    position: absolute;
    right: -31px;
    bottom: -30px;
    width: 90%;
    height: 92%;
    z-index: -1;
    content: "";
    background-color: #ebf1fa;
    transition: 0.5s;
  }
  
  /*--------------------------------------------------------------
  # signup area
  --------------------------------------------------------------*/
  
  .log-sec{
    padding-top: 10%;
    padding-bottom: 10%;
  }
  
  .loan-sign-bg{
      position: relative;
      /* background: url(../../frontend/images/lon1.webp) no-repeat; */
      background: url(../../frontend/images/Business-Loan-Eligibility.png) no-repeat;
      background-size: cover;
      background-position: center;
  }
  .sign-up-section{
    position: relative;
      /* background: url(../../frontend/images/Business-Loan-Eligibility.png) no-repeat; */
      background-size: cover;
      background-position: center;
  }
  
  .sign-wrap{
    background: #FFFFFF;
      box-shadow: 10px 3px 54px rgba(0, 0, 0, 0.1);
      border-radius: 20px;
      padding: 0px 15px;
      overflow: hidden;
      max-width: 800px;
      margin: 0 auto;
  }
  
  .sign-wrap .otp-fld {
    margin: auto; /* center horizontally */
    
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    width:100%;
  }
  
  .sign-wrap .otp-fld input {
    margin: 0.5rem;
    padding: 0.5rem;
    max-width: 3rem;
    text-align: center;
    font-size: 20px;
  }
  
  /* remove the up/down spinner in number input
     source - https://css-tricks.com/snippets/css/turn-off-number-input-spinners/
  */
  .sign-wrap .otp-fld input[type=number]::-webkit-inner-spin-button, 
  .sign-wrap .otp-fld input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none; 
    margin: 0; 
  }
  
  
  
  .sign-wrap .form-group{
    margin-bottom: 10px;
  }
  
  .sign-wrap label{
    font-size: 14px;
      color: #474747;
      margin-bottom: 4px;
  }
  
  .sign-wrap .nice-select {
    width: 100%;
    height: 45px;
    background: #fff;
    border-radius: 6px;
    padding: 5px 15px 5px 15px;
    color: #616875;
    line-height: 34px;
    border: 1px solid #f3f3f3;
    margin-bottom: 10px;
    box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.05);
    text-overflow: ellipsis;
  }
  
  .sign-wrap input {
    border: 1px solid #f3f3f3;
    border-radius: 6px;
    width: 100%;
    height: 45px;
    margin-bottom: 0px;
    padding: 0 15px;
    box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.05);
    font-size: 14px;
  }
  
  .sign-wrap .nice-select.open .list {
    width: 100%;
    border-radius: 0;
    border: 0;
  }
  
  
  
  .sign-wrap #accordion {
    /* background: #FFFFFF;
    box-shadow: 10px 3px 54px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    padding: 20px 15px; */
  }
  .sign-wrap #accordion .card {
    box-shadow: none;
    border-radius: 0px;
    padding-bottom: 0px;
    border-bottom: 1px solid #e6e6e6;
  }
  .sign-wrap .card-header {
    border-bottom: 0px;
    background-color: #fff;
    padding: 10px;
  }
  .sign-wrap #accordion .btn.btn-link {
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    text-align: left;
    color: #494949;
    white-space: normal !important;
    word-wrap: break-word;
    width: 100%;
  }
  .sign-wrap #accordion .btn.btn-link.collapsed:after {
    content: "\f107";
  }
  .sign-wrap #accordion .btn.btn-link:after {
    font-family: 'FontAwesome';
    font-style: normal;
    font-size: 16px;
    content: "\f106";
    color: #989898;
    float: right;
    margin-top: 0px;
  }
  
  /* #heading {
    text-transform: uppercase;
    color: #673AB7;
    font-weight: normal
  } */
  
  #msform {
    text-align: center;
    position: relative;
    margin-top: 20px
  }
  
  #msform fieldset {
    background: #efefef;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 15px 15px 10px;
    position: relative
  }
  
  .form-card {
    text-align: left
  }
  
  #msform fieldset:not(:first-of-type) {
    display: none
  }
  
  /* #msform input,
  #msform textarea {
    padding: 8px 15px 8px 15px;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    background-color: #ECEFF1;
    font-size: 16px;
    letter-spacing: 1px
  }
  
  #msform input:focus,
  #msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #673AB7;
    outline-width: 0
  } 
  */
  #msform .action-button {
    width: 100px;
    background: #2eb8c2;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 0px 10px 5px;
    float: right
  }
  
  #msform .action-button:hover,
  #msform .action-button:focus {
    background-color: #2eb8c2
  }
  
  #msform .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px 10px 0px;
    float: right
  }
  
  #msform .action-button-previous:hover,
  #msform .action-button-previous:focus {
    background-color: #000000
  }
  
  .card {
    z-index: 0;
    border: none;
    position: relative
  }
  
  .fs-title {
    font-size: 25px;
    color: #673AB7;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left
  }
  
  .purple-text {
    color: #673AB7;
    font-weight: normal
  }
  
  .steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right
  }
  
  .fieldlabels {
    color: gray;
    text-align: left
  }
  
  #progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey
  }
  
  #progressbar .active {
    color: #673AB7
  }
  
  #progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400
  }
  
  #progressbar #account:before {
    font-family: FontAwesome;
    content: "\f13e"
  }
  
  #progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f007"
  }
  
  #progressbar #payment:before {
    font-family: FontAwesome;
    content: "\f030"
  }
  
  #progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c"
  }
  
  #progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
  }
  
  #progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
  }
  
  #progressbar li.active:before,
  #progressbar li.active:after {
    background: #673AB7
  }
  
  .progress {
    height: 20px
  }
  
  .progress-bar {
    background-color: #673AB7
  }
  
  .fit-image {
    width: 100%;
    object-fit: cover
  }
  
  .ptnr{
    padding: 10px;
    border: 1px solid #ededed;
    border-radius: 5px;
  }
  .ptnr img{}
  
  .trams-area {
    padding: 40px 0;
  }
  .sdw {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 15px 40px 0 rgba(0, 0, 0, 0.08);
  }
  
  
  /*--------------------------------------------------------------
  # FAQ area
  --------------------------------------------------------------*/
  
  .faq-section {
    background: #fdfdfd;
    min-height: 100vh;
    padding: 10vh 0 0;
  }
  .faq-title h2 {
  position: relative;
  margin-bottom: 45px;
  display: inline-block;
  font-weight: 600;
  line-height: 1;
  }
  .faq-title h2::before {
    content: "";
    position: absolute;
    left: 50%;
    width: 60px;
    height: 2px;
    background: #2eb8c2;
    bottom: -25px;
    margin-left: -30px;
  }
  .faq-title p {
  padding: 0 190px;
  margin-bottom: 10px;
  }
  
  .faq {
  background: #FFFFFF;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  border-radius: 4px;
  }
  
  .faq .card {
  border: none;
  background: none;
  border-bottom: 1px dashed #CEE1F8;
  }
  
  .faq .card .card-header {
  padding: 0px;
  border: none;
  background: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  }
  
  .faq .card .card-header:hover {
    /* background: rgba(233, 30, 99, 0.1); */
    background: rgb(46 184 194 / 10%);
    padding-left: 10px;
  }
  .faq .card .card-header .faq-title {
  width: 100%;
  text-align: left;
  padding: 0px;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 400;
  font-size: 18px;
  /* letter-spacing: 1px; */
  color: #3B566E;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  padding-top: 20px;
  padding-bottom: 20px;
  }
  
  .faq .card .card-header .faq-title .badge {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 14px;
  float: left;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  text-align: center;
  background: #2eb8c2;
  color: #fff;
  font-size: 12px;
  margin-right: 20px;
  }
  
  .faq .card .card-body {
  padding: 30px;
  padding-left: 35px;
  padding-bottom: 16px;
  font-weight: 400;
  font-size: 16px;
  color: #6F8BA4;
  line-height: 28px;
  /* letter-spacing: 1px; */
  border-top: 1px solid #F3F8FF;
  }
  
  .faq .card .card-body p {
  margin-bottom: 14px;
  font-size: 16px;
  }
  
  .adrs-foot{}
  .adrs-foot a{
    padding-top: 0;
  }
  .adrs-foot a img{
    max-width: 180px;
    margin-bottom: 15px;
  }
  .adrs-foot h3{
    font-size: 24px;
    color: #fff;
  }
  .adrs-foot h5{
    font-size: 16px;
    color: #2eb8c2;
  }
  .adrs-foot p{
    font-size: 14px;
  }
  .adrs-foot p strong{
    color: #fff;
  }
  .adrs-foot h6{
    color: #2eb8c2;
  }



  @media (max-width: 991px) {
    #hero2 {
      padding: 60px 0 60px 0;
    }
    #hero2 .pt-5{
      padding-top: 0rem!important;
    }
    .loan-sign-bg {
      display: none;
    }
    .faq {
      margin-bottom: 30px;
    }
    .faq .card .card-header .faq-title {
      line-height: 26px;
      margin-top: 10px;
    }
    #about {
      padding: 0px 0;
    }
    .gtco-features {
      margin-top: 30px;
    }
    .gtco-testimonials .card {
      margin: 0 0px;
      padding: 0 10px;
    }
    #gtco-footer h4 {
      margin-top: 10px;
    }
  }