/* .col-md-12{padding-right:0;padding-left:0;} */
body {
  overflow-x: hidden;
}
.container-fluid{padding-right:0; padding-left:0;}
.green-bg {
  background-color: #005d23;
}
.green-text {
  color: #005d23;
}
.white-color {
  color: #fff;
}
.nav-link {
  color: #005d23;
  font-size: 12px;
  font-weight: 600;
}
.active .nav-link {
  color: #fff !important;
  font-weight: 600;
  font-size: 12px;
  background-color: #005d23;
}
.personalize {
  color: #ffffff;
  font-family: "Montserrat", Sans-serif;
  font-size: 31px;
  font-weight: 700;
  line-height: 1.5em;
}
.light-green {
  background-color: #f1fcfc;
}

.padding-20 {
  padding: 15rem;
}
.pt-15 {
  padding-top: 15rem;
}
.pb-15 {
  padding-bottom: 15rem;
}

.pt-12 {
  padding-top: 12rem;
}
.pb-12 {
  padding-bottom: 12rem;
}

.pt-10 {
  padding-top: 10rem;
}
.pb-10 {
  padding-bottom: 10rem;
}

.pt-7 {
  padding-top: 7rem;
}
.pb-7 {
  padding-bottom: 7rem;
}

.wrapper {
  max-width: 680px;
  margin: 60px auto;
  padding: 0 20px;
}

.youtube {
  background-color: #000;
  margin-bottom: 30px;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  cursor: pointer;
}
.youtube img {
  width: 100%;
  top: -16.82%;
  left: 0;
  opacity: 0.7;
}
.youtube .play-button {
  width: 90px;
  height: 60px;
  background-color: #333;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  z-index: 1;
  opacity: 0.8;
  border-radius: 6px;
}
.youtube .play-button:before {
  content: "";
  border-style: solid;
  border-width: 15px 0 15px 26px;
  border-color: transparent transparent transparent #fff;
}
.youtube img,
.youtube .play-button {
  cursor: pointer;
}
.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
  position: absolute;
}
.youtube .play-button,
.youtube .play-button:before {
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.youtube iframe {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.btn-orange {
  background-color: orangered;
  color: white;
  border-radius: 0;
  border: 0;
}
.btn-orange:hover {
  background-color: #005d23;
  color: white;
  border-radius: 0;
  border: 0;
}
.justify-content-para {
  text-align: justify;
  line-height: 1.5em;
  font-size: 20px;
}
.justify-content-intial {
  text-align: initial;
  font-size: 20px;
  line-height: 1.5em;
}
.border-dark-green {
  border: 3px solid #005d23;
  border-radius: 5px;

  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
}
.cross {
  float: right;
  top: 3px;
  position: absolute;
  right: 14px;
  font-size: 22px;
  color: black;
  font-weight: 700;
}
.border-dark-green:hover {
  background: white;
  border:none;
}
.pink {
  color: #ee0d56a8;
}
.footer {
  min-height: 450px;
  background-color: #005d23;
}

.small-footer-text {
  font-size: 12px;
}
.orange-color {
  color: #f87417;
}
.footer-text {
  font-size: 15px;
  line-height: 1.7em;
}
.black-border {
  border-top: 1px solid black;
}
.sidebutton {
  position: fixed;
  z-index: 99;
  background: #f87417;
  padding: 7px;
  border-radius: 5px;
  color: #fff;
  font-weight: 700;
  transform: rotate(-90deg);
  text-decoration: none;
  left: -24px;
  top: 50%;
}

 .sidebutton:hover {text-decoration: none; color:#fff;} 
/* .sidebutton:hover .col-md-12{visibility: hidden;} */
.orange-btn {
  background-color: #f87417;
  color: #fff;
  padding: 20px;
  width: 100%;
  border-radius: 10px;
  margin-top: 8px;
  display: block;
  text-align: center;
}
.contactform {
  width: 30%;
  display: none;
  position: fixed;
  z-index: 98;
  background: #fff;
  top: 20%;
  border-radius: 5px;
  left: 3%;
  transition: left 5s ease;
  padding: 20px;
  -webkit-transition: all 1s ease-out;  /* Chrome 1-25, Safari 3.2+ */
     -moz-transition: all 1s ease-out;  /* Firefox 4-15 */
       -o-transition: all 1s ease-out;  /* Opera 10.50–12.00 */
          transition: all 1s ease-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera     12.50+ */
}


.bottombutton {
  position: fixed;
  z-index: 99;
  top: 90%;
  right: 0;
}
.helpnow {
  background:#005d23;
  color: white;
  padding: 6px;
}
.helpnow a{color:#fff!important;}

.lol {
  display: none;
  transition: left 5s ease;
}
.result_hover {
  display: block !important;
  -webkit-transition: all 0.6s ease-out;  /* Chrome 1-25, Safari 3.2+ */
     -moz-transition: all 0.6s ease-out;  /* Firefox 4-15 */
       -o-transition: all 0.6s ease-out;  /* Opera 10.50–12.00 */
          transition: all 0.6s ease-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera     12.50+ */
}
.status{ 
  
  text-align: center;
  color: red;
  font-weight: 700;
}
.result_hover:hover{ display: block!important;}
.result_hover:focus{ display: block!important;}

 .poo{display:none!important}
.close{
  position: absolute;
  z-index: 999999;
}
.para-text {
  font-size: x-large;
  font-weight: 500;
}
.star {
  display: none !important;
}
.star-list {
  font-size: x-large;
}
.star-list li::before {
  content: url("../img/star.png");
}

.form-a {
  display: none;
}
.form-anch:hover .form-a {
  display: block !important;
}
.min-height-address {
  display: grid;
}

.border-3 {
  border: 3px solid #28623f;
  line-height: 2.5em;
  min-height: 150px;
}

.border-pay-now {
  background-color: #fff;
}
.orange-btn-1 {
  margin: 0 auto;
  background-color: #f87417;
  border-radius: 5px;
  padding: 7px;
  color: #fff;
}
.testimonialimg{width: 600px!important;}
.readme-orange{background-color: #f87417;}
#navbarText .mr-auto{margin:0 auto;}
/* .container-fluid{padding-left:0;padding-right:0;} */

/* mobile version */
.testers .carousel-control-prev{left:13%;}
.testers .carousel-control-next{right:13%;}

.slider-section{margin-top: 100px;}

@media only screen and (max-width: 600px) {
    
.justify-content-para{font-size:17px;}

  .personalize{
    padding: 1px;
    font-size: 20px !important;
  }
 #navbarText a {padding:5px;}
  .navbar-brand img {
    width: 100px;
  }
  .col-md-12 {
    padding: 0;
  }
  .personalize {
    font-size: 15px;
  }
  .star-list li::before {
    content: "";
  }
  .star-list li {
    font-size: medium;
    list-style-type: disc;
    line-height: 1.5em;
    margin: 10px 0 10px 0;
  }
  .owling {
    padding: 3em;
  }
  .logo-list {
    padding: 1em;
  }
  .logo-list li img {
    width: 100px;
  }
  .green-text-header {
    font-size: x-large;
    line-height: 1.4em;
    padding: 2px;
  }
  .justify-content-para {
    padding: 15px;
  }
  .font-size-large {
    font-size: large;
  }
  .shadow-card-magin {
    margin: 15px;
  }
  .bottombutton {
    right: 3%;
  }
  
  .helpline-menu{
    top: 100%;
    position: absolute;
    background: #fff;
    width: 100%;
    left: 0;
    text-align: center;
    padding: 20px;
}
.helpline-menu span{
  background-color: #005d23;
  color: #fff;
  padding: 12px;
  border-radius: 5px;
  font-weight: 700;
}
.contactform {
  width: 95%;
  top: 12%;
  left: 3%;
  z-index: 9999;
}
.slider-section{margin-top: 130px;}
.helpnow{display: none;}

}


  
