@import url('https://fonts.googleapis.com/css2?family=Merriweather+Sans:ital,wght@0,300..800;1,300..800&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Oswald:wght@200..700&family=PT+Sans+Narrow:wght@400;700&family=Platypi:ital,wght@0,300..800;1,300..800&family=Satisfy&display=swap');
body {
  font-family: "Merriweather Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight:400 ;
  font-style: normal;

  background:
  radial-gradient(#c5c6c796 2px, transparent 3px),
  radial-gradient(#c5c6c796 2px, transparent 3px),
  #fff;
background-position: 0 0, 20px 20px;
background-size: 40px 40px;

}
.btn-green {
  padding: 4px 20px !important;
  ;
  color: #fff !important;
  background: #e96105;
  border-radius: 0px !important;
  text-transform: uppercase;
}
.btn.focus, .btn:focus{
  box-shadow: none!important;
}
.bordered {
  border: 1px solid #ddd;
}

.btn-green:hover {
  color: #fff;
}

.green, .blue {
  color: #fff !important;
  background: #e96105
}

.lightgreen {
  background: #155724 !important;
  color: #fff !important
}

.btn-radius-5 {
  border-radius: 0px !important
}

.nav-green {
  background: #e96105
}

.nav-green .nav-link {
  color: #fff;
  font-weight: 700;
  font-size: .8vw;
  text-transform: uppercase;
}

.card {
  border-radius: 0 !important;
}

.card-all-registration .card {
  background: #eee6
}

.card-group>.card:first-child {
  margin-right: 15px !important;
}

.card {
  flex: 1;
  margin-right: 15px;
}

.card:last-child {
  margin-right: 0;
}

.form h3 {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}

.form-help {
  color: #9c9c9c;
  font-size: 12px;
  line-height: 20px
}

.form-group, .form-container strong {
  color: #283c50 !important;
  font-weight: 500;
  font-size: 14px;
}

#gem-registration .form-group {
  text-transform: uppercase;
}

.form-control {
  border: 0 !important;
  border: 1px solid #e9610540 !important;
  border-radius: 0 !important;
  padding: 0 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  transition: all .3s !important
}

#faq .btn-link {
  color: #999 !important;
  text-decoration: none
}

.btn-menu {
  font-weight: 600;
  color: #fff;
  font-size: 15px !important;
  padding: 0px;
}

.brown, .green {
  background: #155724 !important;
}


footer a {
  color: #fff !important;
  text-decoration: underline;
}

.list-group>.list-group-item {
  background: 0 0 !important
}

.gandhilogo {
  width: 50%;
  margin-left:100px;
}

.navbar-expand-lg .navbar-nav .nav-link {
  font-size: 16px;
}

.text-white {
  background: #e96105;
}

.list-group-item>a {
  color: #fff !important
}

#mobile-menu {
  display: none
}

#mobile-menu-none {
  display: block
}

.card, .card-header, .card-body {
  border-radius: 0 !important;
}

#gem-registration .card-header {
  background: #e96105;
  color: #fff;
}

label.form-check-label {
  font-size: 12px;
  color: gray;
}

.process {
  padding: 20px 0px
}

.process .col-sm-3 {
  padding: 20px 0px;
  font-size: 12px;
  font-weight: 900;
}

.tag {
  margin: 0px 18px;
  border: 8px solid #e96105;
  height: 231px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #155724;
  color: #fff;
  text-align: center;
  padding: 10px;
}

.text-blue {
  color: #e96105;
}

.tag img {
  width: 100px;
}

.review {
  background: #e96105;
  color: #fff;
  padding: 35px 0px;
  text-transform: uppercase;
}

.review .col-sm-3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 15px;
}

.review strong {
  font-size: 38px;
}

.next-offer {
  justify-content: center;
  align-items: center;
  height: 100%;
  flex-direction: column;
  text-align: center;
  font-size: 12px;
}

@media (max-width:780px) {
  .topheader .navbar-expand-lg {
    padding: 2px 0px;
  }

  .topheader {
    display: none !important;
  }

  .titlelogo {
    margin-top:10px;
  }

  .gandhilogo {
    margin-left: 0px !important;
  }

  .steps-bar {
    padding: 0px !important;
  }

  .tag {
    margin: 0 !important;
  }

  .steps-bar>.row>.col-sm-3 {
    margin-bottom: 20px;
  }

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

  .advantages {
    padding: 10px 0px;
  }

  .navbar-expand-lg .navbar-nav {
    margin: auto !important
  }
  
  .navbar-nav {
    padding: 10px;;
  }

  .nav-link {
    padding: 5px !important;
  }

  .web-logo-wrap {
    margin: 0px !important;
  }

  .gandhilogo {
    width: 100%;
    padding: 0px !important;
    margin: 11px;
}

  .header-flag-logo {
    margin: 0px !important;
    height: auto !important;
  }

  .header-text-box {
    justify-content: center;
    padding: 0px 10px !important;
  }

  .header-text-box h6 {
    margin: 0px;
  }

  .privet-alert {
    justify-content: center !important;
  }

  #mobile-menu {
    display: block
  }

  #mobile-menu-none {
    display: none
  }

  .img-fluid {
    width: 100% !important;
    margin: 0 !important;
    padding: 10px !important
  }

  .btn-green {
    padding: 4px 20px !important;
  }

  .card-grid-all {
    margin-left: 0 !important
  }

  .topheader {
    font-size: 12px !important;
  }

  .navSection {
    background-color: #155724 !important;
  }
  .nav-green {
    background-color: #155724 !important;
  }
  .info {
    display: none !important;
  }

  .menuBtn:hover {
    background: #e96105 !important;
  }
  
  .active {
    background: #e96105 !important;
  }

}

.nav-item:hover {
  background: #e96105;
}

.menuBtn:hover {
  background: #155724;
}

.active {
  background: #155724;
}
.headerbar {
  background-color: #e96105;
  color: #ffffff;
}
.titlelogo {
  display: flex;
  justify-content: center;
  align-items: center;
}

.info {
  display: flex;
}

.bg-footer {
  background-color: #155724;
  padding: 30px 0 30px;
}
.footer-heading {
  letter-spacing: 2px;
}

.footer-link a {
  color: #acacac;
  line-height: 40px;
  font-size: 14px;
  transition: all 0.5s;
}

.footer-link a:hover {
  color: #1bbc9b;
}

.contact-info {
  color: #acacac;
  font-size: 14px;
}

.footer-social-icon {
  font-size: 15px;
  height: 34px;
  width: 34px;
  line-height: 34px;
  border-radius: 3px;
  text-align: center;
  display: inline-block;
}

.facebook {
  background-color: #4e71a8;
  color: #ffffff;
}

.twitter {
  background-color: #55acee;
  color: #ffffff;
}

.google {
  background-color: #d6492f;
  color: #ffffff;
}

.apple {
  background-color: #424041;
  color: #ffffff;
}

.footer-alt {
  color: #acacac;
}

.footer-heading {
  position: relative;
  padding-bottom: 12px;
}

.footer-heading:after {
  content: '';
  width: 25px;
  border-bottom: 1px solid #FFF;
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  border-bottom: 1px solid #1bbc9b;
}

/* banner */
.banner {
  height: 700px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 10px;
  /* Ensure the image does not overflow */
}

.banner img {
  width: 100%;
  height: auto;
  /* Ensure the image maintains its aspect ratio */
  display: block;
  /* Prevents any unwanted gaps below the image */
}

@media (max-width: 768px) {
  .banner {
    height: 150px !important;
  }

  footer {
    text-align: center;
  }
  .footer-heading:after{
    content: '';
    width: 25px;
    border-bottom: 1px solid #FFF;
    position: absolute;
    left: 156px;
    bottom: 0;
    display: block;
    border-bottom: 1px solid #1bbc9b;

  }
  ul.accordion-list li h3 {
    font-weight: 700;
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    font-size: 13px;
    letter-spacing: 0.01em;
    cursor: pointer;
  }
}

#myBtnTop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #e96105;
  color: white;
  cursor: pointer;
  padding: 8px;
  border-radius: 25px;
}

.fixed-footer {
  min-height: 50vh;
}

ul.accordion-list {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 20px;
  margin: 0;
  list-style: none;
}

ul.accordion-list li {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  background-color: #FFF;
  padding: 20px;
  margin: 0 auto 15px auto;
  border: 1px solid #eee;
  border-radius: 5px;
  cursor: pointer;
}

ul.accordion-list li.active2 h3:after {
  transform: rotate(45deg);
}

ul.accordion-list li h3 {
  font-weight: 700;
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  font-size: 15px;
  letter-spacing: 0.01em;
  cursor: pointer;
}



ul.accordion-list li h3:after {
  content: "\f278";
  font-family: "material-design-iconic-font";
  position: absolute;
  right: 0;
  top: 0;
  color: #Fcc110;
  transition: all 0.3s ease-in-out;
  font-size: 18px;
}

ul.accordion-list li div.answer {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

ul.accordion-list li div.answer p {
  position: relative;
  display: block;
  font-weight: 300;
  padding: 10px 0 0 0;
  cursor: pointer;
  line-height: 150%;
  margin: 0 0 15px 0;
  font-size: 14px;
}

.info-list {
  padding: 0;
  margin: 0;
}

.info-item {
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}

.info-item:before {
  content: "•";
  position: absolute;
  left: 0;
  color: #000; /* Customize the bullet color */
}

.navbar1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #e96105;
  padding: 10px 20px;
  color: white;
}
.navbar1 .logo {
  display: flex;
  align-items: center;
}
.navbar1 .logo img {
  height: 40px;
  margin-right: 10px;
}
.navbar1 .title {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.navbar1 .title .hindi {
  font-size: 1.2em;
}
.navbar1 .title .english {
  font-size: 1em;
  color: #fff;
}
.navbar1 .menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.navbar1 .menu li {
  margin-left: 20px;
}
.navbar1 .menu a {
  color: white;
  text-decoration: none;
}
.navbar1 .toggle {
  display: none;
  flex-direction: column;
  cursor: pointer;
}
.navbar1 .toggle div {
  width: 25px;
  height: 3px;
  background-color: white;
  margin: 3px 0;
}
.navbar1 .title {
  padding-left: 200px;
}

.navbar1 .logo {
  padding-left: 100px;
}

.navbar1 .menu {
  padding-right: 100px;
}

.navbar1 .menu li a{
  padding: 5px;
}

.navbar1 .menu li a:hover{
  background-color: #212529;
}

@media (max-width: 786px) {
.navbar1 .title .hindi {
font-size: 0.9em;
}
.navbar1 .title .english {
font-size: 0.7em;
}

.navbar1 .title {
  text-align: center;
  flex-grow: 1;
  padding-right: 30px;
}
.navbar1 .toggle {
top: 22px !important;
right: 30px !important;
}
.navbar1 .toggle div {
width: 20px;
height: 2px;
margin: 2px 0;
}
}

@media (max-width: 1200px) {
  .navbar1 {
      flex-wrap: wrap;
  }
  .navbar1 .menu li{
   padding: 5px;
  }
  .navbar1 .menu li:hover{
  background-color: #212529;
}
  .navbar1 .logo {
      width: 100%;
      justify-content: flex-start;
  }
  .navbar1 .title {
      text-align: center;
      flex-grow: 1;
  }
  .navbar1 .menu {
      display: none;
      flex-direction: column;
      width: 100%;
  }
  .navbar1 .menu.active {
      display: flex;
  }
  .navbar1 .menu li {
      margin: 10px 0;
      text-align: center;
  }
  .navbar1 .toggle {
      display: flex;
      position: absolute;
      top: 85px;
      right: 30px;
  }
  .navbar1 .toggle div {
      width: 20px;
      height: 2px;
      margin: 2px 0;
  }

  .navbar1 .title {
    padding-left: 0;
  }
  
  .navbar1 .logo {
    padding-left: 0;
  }
  
  .navbar1 .menu {
    padding-right: 0;
  }
}

@media (max-width: 1300px) {
  .navbar1 .title {
    padding-left: 0;
  }
  
  .navbar1 .logo {
    padding-left: 0;
  }
  
  .navbar1 .menu {
    padding-right: 0;
  }
}

@media (max-width: 1400px) {
  .navbar1 .title {
    padding-left: 0px;
  }
  
  .navbar1 .logo {
    padding-left: 0;
  }
  
  .navbar1 .menu {
    padding-right: 0;
  }
}

.card a {
  text-decoration: none;
  color: #000;
}

.card-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px 0;
}

.card-item {
  flex: 1 1 calc(50% - 10px); /* 50% width minus 10px for spacing */
  margin: 5px; /* margin for spacing between cards */
  text-align: center;
}

.card-content {
  padding: 63px;
  background: #155724;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 40px;
}

.btn {
  background-color: #155724;
}

.btn-green{
  background-color: #155724!important;
}