/* chat-bot */
.chat-bot-header {
  padding: 10px 15px;
  background-color: #156366;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.user-logo {
  width: 35px;
  height: 35px;
}

.user-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.user-name {
  display: flex;
  align-items: center;
  align-content: center;
  align-self: center;
}

.user-text-sec {
  margin-left: 10px;
}

.user-image-sec {
  position: relative;
}

.user-image-sec span {
  background-color: #10bf00;
  border: 1px solid #f3f3f3;
  border-radius: 25px;
  position: absolute;
  z-index: 9999999;
  top: -1px;
  right: 3px;
  width: 10px;
  height: 10px;
}

.user-text-sec label {
  margin-bottom: 0px;
  color: #fff;
}

.user-text-sec span {
  display: block;
  font-size: 12px;
  letter-spacing: 0.7px;
  color: #fff;
}

.pop-up {
  position: fixed;
  bottom: 20px;
  right: 15px;
}

.open-close-pop-up {
  cursor: pointer;
  background-color: #156366;
  display: inline-block;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  height: 45px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.chat-popup {
  width: 20px;
  height: 20px;
}

.chat-popup img {
  width: 100%;
  height: 100%;
}

.data-load {
  padding: 10px 20px;
  width: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  align-self: center;
  justify-content: space-between;
  background-color: #fff;
}

.chat-bot-user-send {
  border: 1px solid #156366;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  padding: 10px 20px;
  width: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  align-self: center;
  justify-content: space-between;
  background-color: #fff;
}

.user-input {
  padding: 5px 20px 5px 0px;
  width: 85%;
  outline: none;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 500;
  background-color: transparent;
  color: #000;
  border: transparent;
}

/* .profile-chat-details{
  padding: 10px;
  display: inline-block;
  min-width: 150px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
} */
.user-input.active::placeholder {
  color: red;
}

.send-msg {
  /* display: none; */
  width: 18px;
  height: 18px;
  cursor: pointer;
}

.send-msg img {
  width: 100%;
  height: 100%;
}

.user-input::placeholder {
  color: #000;
  font-weight: 500;
}

.user-input:focus {
  outline: none;
}

.user-input:focus-within {
  outline: none;
}

#chat-text-update {
  position: absolute;
  width: 94%;
  overflow-y: auto;
  top: 15px;
  bottom: 15px;
}

#chat-text-update::-webkit-scrollbar {
  display: none;
}

#chat-text-update li:not(:last-child) {
  margin-bottom: 15px;
}

.progress-container {
  width: 100%;
  height: 8px;
  background: transparent;
}

.right-corn a {
  float: right;
  padding: 5px 10px;
}

.progress-bar {
  height: 8px;
  background: #03a57b;
  width: 0%;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* Banner ssection*/
.banner-section {
  height: 100vh;
  position: relative;
}

.banner-img {
  height: 100vh;
}

.banner-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-logo-content {
  height: 75vh;
}

.banner-icon-text {
  margin-bottom: 70px;
}

.logo-icon {
  display: flex;
  align-items: end;
  margin-bottom: 70px;
}

.sat-icon {
  width: 40%;
  height: 10%;
}


.logo-icon-img img {
  width: 100%;
  height: 100%;

}

.expo-image-card {
  width: 250px;
  margin: 0 auto;
}

.expo-image-card {
  width: 250px;

  margin: 0 auto;
}

.text-image-card {
  width: 70%;

  margin: 0 auto;

  padding: 20px 0px;
}

.register-image-card a label {
  font-size: 28px;
  cursor: pointer;
  color: #fff;
  padding: 20px;
  border-radius: 20px;
  font-weight: 600;
  background-image: linear-gradient(to right, #146467, #00a6d2);
}

.owl-next,
.owl-prev {
  position: absolute;

  top: 40%;

  font-size: 87px !important;

  /* color: rgba(165, 165, 165, 0.623) !important; */
  color: #fff !important;
}

.owl-next {
  right: 25px;
}

.owl-prev {
  left: 25px;
}

.banner-img img {
  height: 100%;
  width: 100%;
  /* object-fit: cover; */
}

.homepage-banner-text {
  position: absolute;
  top: 50%;
  transform: translate(10%, -50%);
  /* width: 100%; */
}

.homepage-banner-text h1 {
  color: #ffffff;
  font-size: 50px;
  font-weight: 600;
  letter-spacing: -1px;
  line-height: 68px;
  margin-bottom: 25px;
}

.homepage-banner-text p {
  color: #ffffff;
  font-size: 26px;
  line-height: 42px;
  width: 961px;
  margin-bottom: 50px;
  font-weight: 400;
}

.homepage-banner-content {
  position: absolute;
  top: 15%;
  left: 4%;
}

.homepage-banner-content h1 {
  color: #ffffff;
  font-size: 52px;
  font-weight: 600;
  letter-spacing: -1px;
  line-height: 68px;
  margin-bottom: 25px;
}

.homepage-banner-content .banner-icon-text p {
  color: #156366;
  width: auto;
  font-size: 35px;
  font-weight: 600;
  line-height: 45px;
  margin-bottom: 0px;
}

.homepage-banner-content .banner-icon-text p:nth-child(5) {
  margin-top: 5%;
}

.homepage-banner-content .banner-icon-text p label {
  color: #282560;
  margin-bottom: 0px;
}

.homepage-banner-content .banner-icon-text p .cre-agri {
  color: #00b0d6;
}

/*  */
.homepage-banner-content p {
  color: #ffffff;
  font-size: 16px;
  line-height: 26px;
  width: 844px;
  margin: 0px auto;
  margin-bottom: 50px;
  font-weight: 400;
}

.banner-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.22);
}

.homepage-banner-content img {
  width: 80px;
}

/* banner mouse animation */
.mouse-row {
  position: absolute;
  bottom: 53px;
  text-align: center;
  width: 100%;
  left: 0;
  z-index: 99;
}

.scroll-downs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 34px;
  height: 55px;
}

.mousey {
  width: 3px;
  padding: 7px 9px;
  height: 20px;
  border: 2px solid #fff;
  border-radius: 25px;
  opacity: 0.75;
  box-sizing: content-box;
}

.scroller {
  width: 2px;
  height: 10px;
  border-radius: 25%;
  background-color: #fff;
  animation-name: scroll;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
  animation-iteration-count: infinite;
}

@keyframes scroll {
  0% {
    opacity: 0;
  }

  10% {
    transform: translateY(0);
    opacity: 1;
  }

  100% {
    transform: translateY(15px);
    opacity: 0;
  }
}

/* banner mouse animation end here */
.common-box {
  width: 70%;
  /* border: 1px solid #eaeaea; */
  /* border-radius: 3px; */
  padding: 55px 40px;
  margin: 0 auto;
}

.common-box p {
  color: rgba(51, 51, 51, 0.6);
  font-size: 16px;
  line-height: 32px;
  width: 87%;
  margin: 0 auto;
  margin-bottom: 30px;
}

.common-box a {
  margin: 0 auto;
}

/* What we do section */
.what-we-do-desc .wwd-card {
  text-align: center;
  padding-bottom: 55px;
}

.what-we-do-desc .wwd-card .wwd-card-img {
  margin-bottom: 30px;
}

.what-we-do-desc .wwd-card .wwd-card-desc h3 {
  color: #333333;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1.14px;
  line-height: 28px;
  text-transform: uppercase;
  margin-bottom: 15px;
  height: 52px;
  max-height: 52px;
}

.what-we-do-desc .wwd-card .wwd-card-desc p {
  color: rgba(51, 51, 51, 0.5);
  font-size: 16px;
  line-height: 29px;
  text-align: center;
  width: 90%;
  margin: 0 auto;
}

.what-we-do-desc {
  padding: 0px 20px;
}

.about-heading h2 {
  margin-bottom: 0px !important;
}

.margin-btm {
  margin-bottom: 0px !important;
}

.about-desc {
  padding: 30px 15px;
  margin-bottom: 30px;
  text-align: center;
}

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

.center-fit a {
  display: block;
  margin: 0px auto;
}

/* our-verticals-section */
.our-verticals-section {
  background-image: url("../images/homepage/topo-repeating.png");
}

.verticals-card {
  background-color: #fff;
  padding: 0px;
  border-radius: 6px;
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.08);
}

.verticals-card-tabs {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.verticals-card-tabs ul {
  display: flex;
  justify-content: space-around;
  margin: 0px 20px;
}

.verticals-card-tabs ul li {
  color: #333333;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 23px;
  border-bottom: 3px solid transparent;
  padding: 27px 0px 16px;
  cursor: pointer;
  flex-basis: 25%;
  text-align: center;
  margin: 0px 10px;
}

.verticals-card-tabs ul li.active {
  border-bottom: 3px solid #03a57b;
}

.verticals-tab-content {
  padding: 60px 84px;
  display: flex;
  align-items: center;
}

.verticals-tab-img {
  height: 450px;
  width: 100%;
  border-radius: 3px;
  overflow: hidden;
}

.verticals-tab-content-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.verticals-tab-content-desc {
  padding-left: 25px;
}

.verticals-tab-content-desc p {
  color: rgba(51, 51, 51, 0.8);
  font-size: 16px;
  line-height: 29px;
  margin-bottom: 35px;
  width: 100%;
  text-align: justify;
}

.vertical-align {
  vertical-align: -webkit-baseline-middle;
}

.pad-btm0 {
  padding-bottom: 0px !important;
}

/* inthe news section */
.itn-card-wrapper {
  padding: 0px 60px;
}

.itn-card-wrapper .itn-card-details a {
  text-decoration: none;
}

.itn-card-img img {
  height: 252px;
  width: 100%;
  object-fit: cover;
  -webkit-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  -webkit-transition: all ease-in-out 0.6s;
  -o-transition: all ease-in-out 0.6s;
  transition: all ease-in-out 0.6s;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.itn-card-img {
  margin-bottom: 30px;
  overflow: hidden;
  height: 252px;
  border-radius: 4px;
}

.itn-card-details:hover .itn-card-img img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all ease-in-out 2s;
  -o-transition: all ease-in-out 2s;
  transition: all ease-in-out 2s;
}

.itn-card-details {
  width: 90%;
}

.itn-card-details h1 {
  color: #333333;
  font-family: "Poppins";
  font-size: 26px;
  font-weight: 600;
  line-height: 42px;
  width: 90%;
  margin-bottom: 24px;
}

.itn-card-details p {
  color: rgba(51, 51, 51, 0.65);
  font-family: "Poppins";
  font-size: 16px;
  line-height: 28px;
  width: 90%;
  margin-bottom: 20px;
  text-align: justify;
}

.itn-card-details .read-more {
  color: #03a57b;
  font-family: "Poppins";
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.85px;
  line-height: 19px;
  text-decoration: none;
}

.view {
  width: 150px;
  margin: 0px auto;
  margin-top: 80px;
}

/* newsletter section */
.newsletter-section {
  background-color: #f9f9f9;
}

.news-section {
  text-align: center;
  width: 100%;
}

.news-section-img {
  overflow: hidden;
  width: 100%;
  margin-bottom: 26px;
  height: 100%;
}

.news-section-img img {
  height: 400px;
  width: 100%;
  object-fit: contain !important;
  border-radius: 4px 4px 0 0;
  -webkit-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  -webkit-transition: all ease-in-out 0.6s;
  -o-transition: all ease-in-out 0.6s;
  transition: all ease-in-out 0.6s;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.career-section-img img {
  height: 250px !important;
}

.news-section-card {
  margin-bottom: 30px;
  transition: 0.4s ease-out;
  border: 1px solid #7b6a6a;
  border-radius: 8px;
  padding-bottom: 20px;
  background-color: #f3f3f3 !important;
}

.news-section-card:hover {
  transform: translateY(20px);
}

.news-section .news-section-card:hover .news-section-img img {
  /* -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all ease-in-out 2s;
  -o-transition: all ease-in-out 2s;
  transition: all ease-in-out 2s; */
}

.news-section-desc h3 {
  color: #333333;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1.14px;
  line-height: 26px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.news-section-desc p {
  color: rgba(51, 51, 51, 0.5);
  font-size: 16px;
  line-height: 29px;
  text-align: center;
  margin-bottom: 28px;
}

.news-section-desc .read-more {
  margin: 0px auto;
}

.news-section .read-more {
  color: #03a57b;
  font-family: "Poppins";
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  letter-spacing: 1.85px;
  line-height: 19px;
}

/* .solutiion-none:hover  */
/* .header-section .navbar-right .solutiion-none:hover .hover-solution {
  display: block !important;
}
.header-section .navbar-right .solutiion-none:hover .hover-solution1 {
  display: block !important;
} */
/* .hover-solution {
  display: none;
  background-color: #484848e6 !important;
}
.hover-solution1 {
  display: none;
  background-color: #fff !important;
} */

/* responsive */

/* Cibil Banner */
.homepage-banner-content .banner-text {
  display: none;
}

.logo-image-wrapper {
  display: none;
}

@media screen and (max-width: 1670px) {
  .homepage-banner-content .banner-icon-text p {
    font-size: 28px;
  }
}


@media screen and (max-width: 1400px) {
  .homepage-banner-content .banner-icon-text p {
    font-size: 24px;
    line-height: 35px;
  }

  .homepage-banner-content .banner-icon-text p .cre-agri {
    font-size: 22px;
  }
}

@media screen and (max-width: 1200px) {
  .homepage-banner-content .banner-icon-text p .cre-agri {
    font-size: 17px;
  }

  .register-image-card a label {
    font-size: 22px;
  }

  .common-box p {
    width: 90%;
  }

  .homepage-banner-content .banner-icon-text p {
    font-size: 18px;
    line-height: 30px;
  }
}

@media screen and (max-width: 991px) {

  /* Cibil Banner */
  .banner-icon-text,
  .logo-icon {
    display: none;
  }

  .logo-image-wrapper .line {
    height: 1px;
    background: repeating-linear-gradient(to right,
        transparent,
        transparent 5px,
        white 2px,
        #fdfdfd 10px);
    width: 70%;
    margin-bottom: 10px;
  }

  .logo-image-wrapper {
    display: flex;
    width: 100%;
    padding: 0px 20px;
    margin-bottom: 20px;
    flex-direction: column;
    align-items: center;
  }

  .image-card-first {
    width: 55%;
    margin-bottom: 10px;
  }

  .image-card-second {
    width: 70%;
    /* border-top: 1px dashed #ffffff; */
  }

  .homepage-banner-content .banner-text {
    display: block;
    padding: 0 20px;
  }

  .homepage-banner-content {
    left: 0;
    top: 13%;
    width: 100%;
    text-align: center;
  }

  .register-image-card {
    width: 60%;
    margin: 0 auto;
  }

  .homepage-banner-content .banner-text h1 {
    width: 100%;
    font-size: 22px;
    line-height: 36px;
  }

  .banner-overlay {
    background-color: rgba(0, 0, 0, 0.6);
  }

  /* banner section */
  .homepage-banner-content h1 {
    font-size: 26px;
    line-height: 36px;
    letter-spacing: 0.5px;
    width: 90%;
    margin-bottom: 15px;
  }

  .homepage-banner-text h1 {
    font-size: 22px;
    line-height: 36px;
    letter-spacing: 0.5px;
    width: 90%;
    margin-bottom: 15px;
  }

  .homepage-banner-text p {
    width: 90%;
    font-size: 14px;
    margin-bottom: 30px;
  }

  .homepage-banner-content p {
    width: 90%;
    font-size: 14px;
    margin-bottom: 30px;
  }

  .homepage-banner-content img {
    width: 45px;
  }


  /* banner section */
  .web-image {
    display: block;
  }

  .owl-next,
  .owl-prev {
    display: none;
  }

  .homepage-banner-text {
    transform: translate(0%, -50%);
    margin-left: 20px;
  }

  .homepage-banner-content p {
    width: 90%;
  }

  .homepage-banner-text p {
    width: 90%;
    line-height: 26px;
    font-size: 24px;
  }

  /* who we are section */
  .wwa-card-img {
    margin-bottom: 25px;
  }

  .wwa-card-desc p {
    font-size: 14px;
    padding-left: 0px;
    width: 100%;
  }

  .common-box {
    width: 80%;
  }

  /* vertical section */
  .verticals-tab-content {
    padding: 40px 20px;
  }

  .verticals-tab-content-desc p {
    width: 100%;
  }

  /* news section */
  .itn-card-details {
    width: 100%;
    margin-bottom: 60px;
  }
}

@media (max-height: 767px) {
  .banner-icon-text {
    margin-bottom: 35px;
  }

  .logo-icon {
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 767px) {

  /* what we do section */
  .what-we-do-desc .wwd-card {
    margin-bottom: 60px;
  }

  .what-we-do-desc .wwd-card.last-child-0 {
    margin-bottom: 0px;
  }

  .what-we-do-desc .wwd-card .wwd-card-desc h3 {
    height: auto;
  }

  .what-we-do-desc .wwd-card .wwd-card-desc p {
    font-size: 14px;
    width: 100%;
  }

  .common-box {
    width: 95%;
    padding: 20px 20px;
  }

  .common-box p {
    width: 100%;
  }

  /* vertical section */
  .verticals-tab-content {
    display: initial;
  }

  .verticals-tab-content-img {
    margin-bottom: 30px;
  }

  .verticals-tab-content-desc {
    padding-left: 0px;
  }

  .verticals-tab-content-desc p {
    margin-bottom: 25px;
    width: 100%;
  }

  .verticals-card-tabs ul li {
    font-size: 13px;
    margin: 0px 8px;
    text-overflow: ellipsis;
    overflow: hidden;
  }

  /* .verticals-card-tabs{
        display: none;
    } */
  /* news section */
  .itn-card-details {
    width: 100%;
    margin-bottom: 60px;
  }

  .itn-card-wrapper {
    padding: 0px 0px;
  }

  .itn-card-details {
    width: 100%;
  }

  .itn-card-details h1 {
    font-size: 24px;
    width: 100%;
    margin-bottom: 14px;
  }

  .itn-card-details P {
    width: 100%;
    font-size: 14px;
    margin-bottom: 10px;
  }

  /*  */
  .news-section-card {
    margin-bottom: 60px !important;
  }

  .view {
    margin-top: 50px;
  }
}

@media screen and (max-width: 650px) {
  .register-image-card a label {
    font-size: 18px;
  }
}

@media screen and (max-width: 320px) {
  .verticals-card-tabs ul {
    margin: 0% !important;
  }

  .verticals-card-tabs ul li {
    font-size: 12px;
  }
}

/* card */
.imghvr-fold-up {
  -webkit-box-shadow: 0 10px 6px -6px #777 !important;
  -moz-box-shadow: 0 10px 6px -6px #777 !important;
  box-shadow: 0 10px 6px -6px #777 !important;
  margin-bottom: 20px !important;
}

.object-fit {
  object-fit: contain !important;
  padding: 0px 50px !important;
}

@media only screen and (max-width: 555px) and (min-width: 100px) {
  body div.zsiq-mobhgt[embedtheme].siqembed {
    height: 75% !important;
  }
}


/* home new banner added */

.top-content35{
  top:35%;
}

.banner1 .join-us, .banner1 .world-aggri, .banner3 .deep-tech{
  font-family: 'Poppins', sans-serif;
  font-style: normal;
 font-weight: 700;
 font-size: 40px;
 line-height: 60px;
 text-shadow: 3px 3px 8px #000000;
}

.banner1 .join-us, .banner3 .deep-tech {
  color: #FFFFFF;
}

.banner1 .world-aggri{
  color: #F7A600;
}

.banner1 .san-francisco {
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 30px;
  line-height: 40px;
  color: #FFFFFF;
  text-shadow: 0px 2px 3px #333;
  margin-bottom: 20px;
  text-transform: uppercase;
  padding-top: 15px;
}

.banner1 p.para,
.banner2 p.para,
.banner3 p.para{
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  margin-top: 15px !important;
  width: auto;
}

.banner2 p.para{
  color: #1E2424 !important;
  word-break: break-all;
  word-break: break-word;
}

a.green-register-btns {
  color: #03a57b;
  font-size: 12px;
  line-height: 19px;
  text-align: center;
  letter-spacing: 1.85px;
  background: transparent;
  width: 150px;
  padding: 9px 0px;
  display: inline-block;
  border: 1px solid #03a57b;
  border-radius: 19px;
  cursor: pointer;
  transition: 0.5s ease-in-out;
  float: left;
}

a.more-info-btns{
  color: #fff;
  font-size: 12px;
  line-height: 19px;
  text-align: center;
  letter-spacing: 1.85px;
  background: transparent;
  width: 200px;
  padding: 9px 0px;
  display: block;
  border: 1px solid #fff;
  border-radius: 19px;
  cursor: pointer;
  transition: 0.5s ease-in-out;
  float: left;
  margin-left: 20px;
}

a.full-press-relase-btn{
  color: #1E2424;
  font-size: 12px;
  line-height: 19px;
  text-align: center;
  letter-spacing: 1.85px;
  background: transparent;
  width: 300px;
  padding: 9px 0px;
  display: block;
  border: 1px solid #1E2424;
  border-radius: 19px;
  cursor: pointer;
  transition: 0.5s ease-in-out;
}

.word-agre-logo {
  clear: both;
  overflow: hidden;
  margin-top: 40px;
}

.banner1 .word-agre-logo img{
   width:384px;
   height: 97px;   
}

.banner2 .white-box{
  background: #FFFFFF;
  border-radius: 4px;
  padding: 30px;
  height: 100vh;
}

.banner2 .launched-cibil{
  padding-top: 15px;
  font-style: normal;
  font-weight: 700;
  font-size: 34px;
  line-height: 45px;
 color: #1E2424;
}

.banner2 .launched-cibil span{
  color: #3FA27B;
}

@media(max-width:767px){
  .banner1 .join-us, .banner1 .world-aggri, .banner3 .deep-tech {
  font-size: 20px;
  line-height: 31px;
}

.homepage-banner-text {
 margin-left: 0;
}

.banner1 p.para br, .banner2 p.para br, .banner3 p.para br{
  display: none;
}

.banner1 p.para, .banner2 p.para, .banner3 p.para{
  font-size: 14px;
line-height: 26px;
}

a.more-info-btns{
  margin-left: 10px;
  width: 180px;
}

.banner2 .launched-cibil{
  font-size: 25px;
  line-height: 36px;
}

.banner1 .san-francisco{
  font-size: 18px;
}

.top-content35 {
  top: 25%;
}

}