/* marsview-info-section css */

.marsview-info-section {
  width: 100%;
  height: auto;
  margin: 40px 0px 40px 0px;
  background-color: transparent;

}

.main-info-section .marsview-info-main {
  width: 100%;
  height: calc(100% - 130px);
}


.animation-image {
  animation: fadeIn ease-in-out 400ms !important;
}


.carousel-inner,
.carousel-item {
  width: 100%;
  height: 100%;
}

.carousel-img {
  width: 90%;
}

.view-sample-meeting-btn {
  background-color: #77db78;
  color: #fff !important;
  border-radius: 20px;
  padding: 8px 20px;
  position: absolute;
  /* top:50%; */
  bottom: -45px;
  left: 20%;
  /* transform:translate(-50%,-50%); */
  border: 1px solid #77db78;
  box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.4);
  height: 40px;
  display: flex;
  font-weight: 700;
}

.view-sample-meeting-btn span {
  font-size: 12px !important;
  align-self: center;
}

.view-sample-meeting-btn:focus {
  outline: none !important;
}

.get-started-free-btn-main-section {
  background-color: #77db78 !important;
  color: #fff !important;
  border: none;
  padding: 15px 35px;
  border-radius: 25px;
  margin-top: 10px;
  width: auto;
  font-size: 18px !important;
  box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.4);
  font-weight: 700;
  display: flex;
}


.sub-heading-text {
  color: #000 !important;
  margin-bottom: 0px;
  text-align: justify;
}


.content-for-carousel {
  width: 70%;
  height: auto;
}

.mv-api-doc-links-div {
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.mv-api-doc-links-left-img {
  /* max-width: 30vw; */
  height: auto;
  z-index: 1;
}

.mv-api-doc-links-right-img {
  max-width: 30vw;
  height: auto;
  z-index: 1;
}

.mv-create-new-account-btn-1 {
  margin-top: 60px !important;
  border-radius: 4px !important;
  width: 200px;
  height: 60px;
  justify-content: center;
  font-size: 16px;
  background-color: #040320;
  color: #fff !important;
  border: 2px solid #4b84f3;
}

.mv-create-new-account-btn-2 {
  margin-top: 0px !important;
  border-radius: 4px !important;
  width: 200px;
  height: 60px;
  justify-content: center;
  font-size: 16px;
  background-color: #061326;
  color: #4b84f3;
  border: 2px solid #4b84f3;
  transition: 200ms ease;
}

.mv-create-new-account-btn-2:hover {
  background-color: #4b84f3 !important;
  color: #fff !important;
  border: 2px solid #4b84f3;
}

.mv-horizontal-line-1 {
  position: absolute;
  left: 20px;
  right: 0px;
  border-top: 2px dotted #4b84f3;
  z-index: 0;
  top: 55%;
}

.mv-horizontal-line-2 {
  position: absolute;
  left: 0px;
  right: 150px;
  border-top: 2px dotted #4b84f3;
  z-index: 0;
  top: 55%;
}

.mv-api-doc-links-label-text {
  font-size: 14px;
  margin-bottom: 5px;
  text-align: center;
  color: #fff !important;
}

.mv-api-doc-links-sub-div-left {
  z-index: 1;
  position: relative;
}

.mv-api-doc-links-sub-div-right {
  z-index: 1;
}

.mv-note-small-text {
  padding-top: 5px;
  font-size: 14px;
  margin: 0px;
  text-align: center;
  color: #fff;
  position: absolute;
  bottom: -55px;
}


/* mv-info-section css starts from here */

#mv-info-section {
  width: 100%;
  height: auto;
  margin: 30px 0px;
  padding: 0px;
}

.mv-info-main-div {
  width: 100%;
  height: auto;
  padding: 40px 20px;
}

.mv-info-main-div .description-text {
  text-align: center;
  max-width: 90% !important;
  margin-left: 5% !important;
}

.mv-info-main-div .heading-text {
  max-width: 90%;
  margin-left: 5%;
  text-align: center;
}

.mv-info-main-div .sub-heading-text {
  max-width: 90%;
  margin-left: 5%;
  text-align: center;
}

/* mv-trusted-by-section css starts from here */

#mv-trusted-by-section {
  width: 100%;
  height: auto;
  padding: 20px;
  margin: 30px 0px;
}

.mv-trusted-by-main-div {
  width: 80%;
  margin: 20px 10% 0px 10%;
}

.mv-trusted-by-main-div .col-6 {
  text-align-last: center;
}

.mv-trusted-by-main-div img {
  max-width: 130px;
  min-height: 60px;
}

.trusted-by-companies-names {
  color: gray !important;
  font-weight: 600;
  font-size: 20px;
}

.mv-trusted-by-image-div {
  display: flex;
  margin: 15px 0px;
  border-left: 1px solid #f4f4f4;
  border-right: 1px solid #f4f4f4;
  max-height: 150px;
}

.mv-trusted-by-image-div img {
  max-width: 150px;
  height: auto;
  margin: auto;
}

.brands-wrapper {
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

.brands-slide {
  position: relative;
  left: 0;
  top: 0;
  box-sizing: border-box;
}

.brands-brand {
  transition: all 1.5s ease;
  display: inline-block;
  z-index: 1;
  width: 200px;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}

.brands-brand img {
  width: 120px;
  /* max-height: 100px; */
  margin: 0px auto;
}

/* mv-how-it-works-section css code */

#mv-how-it-works-section {
  width: 100%;
  height: auto;
  margin: 30px 0px;
  padding: 0px;
}

.mv-how-it-works-main-div {
  width: 100%;
  height: auto;
  padding: 20px;
}

.mv-how-it-works-main-div .heading-text {
  text-align: center;
}



/* mv-benifits-section css code */

#mv-benifits-section {
  width: 100%;
  height: auto;
  margin: 30px 0px;
  padding: 0px;
}

.mv-benifits-main-div {
  width: 100%;
  height: auto;
}

.mv-benifits-main-div .heading-text {
  max-width: 70%;
  margin-left: 15%;
  text-align: center;
}

.mv-benifits-main-div.sub-heading-text {
  text-align: justify !important;
}

.mv-benifits-main-div .zeroMargin {
  padding: 50px 0px !important;
  background-color: transparent;
  border: none;
  width: 80%;
  margin: 0px 10% !important;
}

.learn-more-btn {
  margin-top: 20px;
  background-color: #4b84f3;
  color: #fff;
  border: 1px solid #4b84f3;
  padding: 5px 20px;
  border-radius: 20px;
}

.mv-feature-section-image {
  width: 100% !important;
  height: auto;
}

.mv-benifit-text {
  display: flex;
  margin-bottom: 10px;
}

.mv-benifit-text .mv-done-icon {
  /* padding: 3px; */
  background-color: #4b84f3 !important;
  color: #fff;
  border-radius: 50%;
  align-self: center;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 15px;
}

.mv-benifit-text span {
  align-self: center;
  padding-left: 10px;
}

.carousel-item-main {
  width: 96%;
  margin: 0px 2%;
  padding: 20px 0 !important;
}


.mv-row-icon-div {
  width: 200px;
  height: 200px;
  display: flex;
  margin: auto;
}

.mv-row-icon-div img {
  width: 80%;
  height: 80%;
  margin: auto;
}

.mv-column-design-div {
  text-align: center !important;
}

.mv-column-design-div h1 {
  text-align: center !important;
}

.mv-column-design-div .description-text {
  max-width: 250px;
  margin: auto;
}


/* mv-pricing-details-section css code */

.mv-pricing-details-section {
  width: 100%;
  position: relative;
  height: auto;
  background-color: #061326 !important;
  /* background-color: rgba(25, 47, 82, 1) !important;
    background: linear-gradient(45deg, rgba(25, 47, 82, 1) 0%, rgba(0, 0, 0, 1) 100%) !important; */
  padding: 30px 0px;
}

.mv-pricing-details-main-div {
  width: 100%;
  height: 100%;
  padding: 20px 0px;
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
}

.mv-pricing-div {
  width: 280px;
  height: 700px;
  border-radius: 5px;
  margin: 20px 10px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
  position: relative;
  padding: 20px 10px;
  padding-bottom: 100px;
  background-color: #fff !important;
  z-index: 9 !important;
}

.mv-pricing-card-btn {
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  padding: 0;
  text-align: center;
  height: 40px;
  width: calc(100% - 30px);
}

.mv-price-btn {
  border: 2px solid #000;
  background: transparent;
  border-radius: 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #000;
  transition: 1ms ease;
}

.mv-price-btn:hover {
  border: none;
  background: #4b84f3;
}

.mv-price-btn:hover span {
  color: #fff !important;
}

.mv-price-btn:hover .mv-arrow-icon {
  color: #fff !important;
}

.mv-pricing-card-title {
  margin: 0;
  text-align: center;
  font-size: 1.8em;
}

.mv-price-card-title-tag {
  margin: 0;
  text-align: center;
  font-size: 14px;
  height: 50px;
}

.mv-pricing-card-price-div {
  margin: 25px 0;
  text-align: center;
  height: 50px;
}

.mv-pricing-card-price-div span {
  font-size: 42px;
  line-height: 1;
  color: #000;
}

.mv-pricing-div ul {
  list-style: none;
  padding-left: 20px;
}

.mv-pricing-div ul li {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  font-size: 16px;
}

.mv-pricing-div svg {
  flex-shrink: 0;
  width: 18px;
  margin-right: 8px;
}

.mv-pricing-card-btn-bg-less {
  border: 2px solid #000;
  border-radius: 20px;
  transition: none !important;
}

.mv-pricing-card-btn-bg-less:hover {
  color: #fff !important;
  background-color: #4b84f3 !important;
  border: 2px solid #fff;
}

.mv-pricing-card-btn-bg-less .mv-arrow-icon {
  padding-left: 10px;
}

.mv-pricing-card-btn-bg-less:hover .mv-arrow-icon {
  color: #fff !important;
}