.nav-link {
  padding: .5rem 0;
}

.nav-link {
  display: block;
  padding: .5rem 1rem;
}
.nav-link img {
  width: 120px;
}
.free-trial-form {
  padding: 2rem 1rem 0 1rem;
}

.free-trial-form {
  text-align: center;
  padding: 3.5rem 1rem 0 1rem;
}
.free-trial-form h2 {
  font-weight: 700;
  font-size: 1.8rem;
}

.textRightToLeft {
  direction: rtl;
}
.heading {
  color: #000;
  font-size: 2rem;
  font-weight: 700;
  padding-bottom: 20px;
  text-align: center;
}
.btn-yellow {
  border-radius: 23px;
  background-color: #ef7215;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  padding: 10px 30px;
  min-height: 36px;
  line-height: 1.5;
  border: none;
  white-space: unset;
  cursor: pointer;
  text-decoration: none !important;
  float: none;
}

.features {
  padding: 25px;
  min-height: 200px;
}
.features .iconImg {
  width: 60px;
  margin-bottom: 10px;
}
.diamond-img .play-icon {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  top: 40%;
  width: 100%;
}
.gola {
  float: right;
}

body {
  background-image: url(https://tallysolutions.com/wp-content/uploads/2020/tallyprime/free-trial/free-trial-bg-left.png);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: 0 -200px;
}

.bannerprime {
  background-image: url(https://tallysolutions.com/wp-content/uploads/2020/tallyprime/free-trial/free-trial-bg-right.png);
  background-size: auto;
  background-position: right -200px;
  background-repeat: no-repeat;
  padding-bottom: 2rem;
}
.container {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.card .iconImg {
  width: 60px;
}
.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: .25rem;
}
.card .card-body {
  text-align: center;
  padding: 2rem;
  min-height: 230px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 20px 0 #c9c9c9;
  -moz-box-shadow: 0 0 20px 0 #c9c9c9;
  box-shadow: 0 0 20px 0 #c9c9c9;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}

img {
  vertical-align: middle;
  border-style: none;
}

.form-container {
  margin-top: 20px;
}

.features, .details, .faq {
  padding: 20px 0;
}

.features h2, .details h2, .faq h2 {
  font-size: 1.5em;
  color: #333;
  margin-bottom: 20px;
}

.feature-box, .details-box, .faq-item {
  background-color: #f9f9f9;
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 15px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.feature-box h3, .details-box h3, .faq-item h3 {
  font-size: 1.2em;
  color: #007bff;
}

.feature-box p, .details-box p, .faq-item p {
  font-size: 1em;
  color: #666;
}
