*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	transition: all .1s linear;
}

html{
	font-size: 100%;
	overflow-x: hidden;
	scroll-behavior: smooth;
	scroll-padding-top: 7rem;
}

/*scroolcar*/
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: transparent; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: orange; 
}

/**/
@font-face{
	font-family: "regular";
	src: url("../font/Montserrat-Regular.ttf");
}
@font-face{
	font-family: "medium";
	src: url("../font/Montserrat-Light.ttf");
}
@font-face{
	font-family: "semibold";
	src: url("../font/Montserrat-SemiBold.ttf");
}
@font-face{
	font-family: "bold";
	src: url("../font/Montserrat-Bold.ttf");
}
@font-face{
	font-family: "black";
	src: url("../font/Montserrat-Black.ttf");
}

@font-face{
	font-family: "psemibold";
	src: url("../font/Prompt-Medium.ttf");
}
@font-face{
	font-family: "pregular";
	src: url("../font/Prompt-Regular.ttf");
}
@font-face{
	font-family: "pmedium";
	src: url("../font/Prompt-SemiBold.ttf");
}
@font-face{
    font-family: "pacifico";
    src: url("../font/Pacifico-Regular.ttf");
}

.sticky {
  position: fixed !important;
  top: 0 !important;
  width: 100%;
  z-index: 9999 !important;
}
.faq-accordian{
    width: 90%;
    float: right;
}
.modal-body .form-holder{
    min-height: auto !important;
}
.modal-body .form-holder .form-content{
    padding: 0 !important;
}
.modal-body{
    position: relative;
     background: transparent !important;
         margin-top: 160px;
}
.btn-close{
    position: absolute;
    right: 48px;
    background: #ece9de;
    z-index: 99;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    top: 3px;
    box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
    /* color: white; */
}
.btn-close i{
    font-size: 22px;
}
.modal-content{
    background: transparent !important;
    border: none;
}
.modal-body .form-content .form-items {
    border: 5px solid #3488a8;
    background: #ffffff;
    
}
.bg-light {
    background-color: #3488a86e !important;
    transition: all 200ms linear;
}

.site-logo {
    width: 216px;
    padding: 16px 0;
}
.site-logo img{
	    width: 100%;
    height: 100%;
}

.icon-box ul {
    list-style-type: none;
    display: flex;
    justify-content: space-around;
    padding: 28px 17px;
    margin-bottom: 0;
}
.icon-box ul li i{
    font-size: 32px;
    color: #fff;
    transform: rotate(-21deg);
    margin-right: 10px;
    /* background: #eaeaea; */
    /* height: 50px; */
    /* width: 50px; */
    /* border-radius: 50%; */
}
.icon-box ul li:last-of-type i{
    font-size: 32px;
    color: #fff;
    transform: rotate(0deg);
    /* background: #eaeaea; */
    /* height: 50px; */
    /* width: 50px; */
    /* border-radius: 50%; */
}
.icon-box ul li a{
    text-decoration: none;
    color: #fff;
    font-family: 'Poppins', sans-serif;
}
.text{
	    padding: 10px;
    text-align: center;
}

.text h3{
	    font-size: 12px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 5px;
    font-weight: 500;
    padding-top: 5px;
}

.text p{
	font-family: 'Poppins', sans-serif;
    font-size: 11px;   
    color: #fff;
}

.text a{
	    color: #fff;
    text-decoration: none;
    font-size: 15px;
}

.banner {
    background: url(../images/banner2.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 550px;
}
.banner-content{
    padding: 30px 38px 45px 35px;
    background: #ffffff91;
    flex-wrap: wrap;
}
.banner-content h1{
    color: #474747;
    font-size: 27px;
    text-shadow: 2px 2px 2px #c3aa7ebf;
}
.banner-content h1 span {
    color: #236179;
    font-size: 27px;
    font-weight: 700;
    text-shadow: 2px 2px 2px #c3aa7ebf;
}

.footer{
    background: url(../images/foot-bg.png) ;
    background-size: cover;
}
.navigation{
    position: absolute;
    top: 0;
}
.banner-left-form{
    display: flex;
    justify-content: end;
}
.form-holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 620px;
}

.form-holder .form-content {
    position: relative;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 60px;
}

.form-content .form-items {
    /*border: 5px solid #3488a8;*/
    background: #eef3ffc7;
    padding: 40px;
    display: inline-block;
    width: 100%;
    min-width: 367px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 27px;
    text-align: left;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.form-content h3 {
    color: #000000;
    text-shadow: 2px 2px 2px #bda67ebf;
    text-align: left;
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 5px;
    font-family: 'Poppins', sans-serif;
}

.form-content h3.form-title {
    margin-bottom: 30px;
}

.form-content p {
    color: #000;
    text-align: left;
    font-size: 17px;
    font-weight: 300;
    line-height: 20px;
    margin-bottom: 30px;
    text-shadow: 1px 1px 2px white;
}


.form-content label, .was-validated .form-check-input:invalid~.form-check-label, .was-validated .form-check-input:valid~.form-check-label{
    color: #fff;
}

.form-content input[type=text], .form-content input[type=password], .form-content input[type=email], .form-content select {
    width: 100%;
    padding: 9px 20px;
    text-align: left;
    border: 0;
    outline: 0;
    border-radius: 6px;
    background-color: #00000036;
    font-size: 15px;
    font-weight: 300;
    color: #ffffff;
    font-weight: 700;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-top: 16px;
}
.form-content input::placeholder{
    color: white !important;
}

.btn-primary {
    /* background-color: #6C757D; */
    /* background: linear-gradient(0deg, rgb(97 129 191) 0%, rgb(219 171 70) 100%); */
    background: linear-gradient(0deg, rgb(239 127 26) 0%, rgba(253,187,45,1) 100%);
    text-decoration: none;
    outline: none;
    border-radius: 30px;
    padding: 10px 20px;
    border: 0px;
    font-size: 15px;
    box-shadow: none;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
    transition: .5s;
}

.btn-primary:hover{
   margin-bottom: 5px !important;
   transition: .5s;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
      background: linear-gradient(0deg, rgb(47 151 184 / 83%) 0%, rgb(66 165 196) 100%);
}

.form-content textarea {
    position: static !important;
    width: 100%;
    padding: 8px 20px;
    border-radius: 6px;
    text-align: left;
    background-color: #fff;
    border: 0;
    font-size: 15px;
    font-weight: 300;
    color: #8D8D8D;
    outline: none;
    resize: none;
    height: 120px;
    -webkit-transition: none;
    transition: none;
    margin-bottom: 14px;
}

.form-content textarea:hover, .form-content textarea:focus {
    border: 0;
    background-color: #ebeff8;
    color: #8D8D8D;
}

.mv-up{
    margin-top: -9px !important;
    margin-bottom: 8px !important;
}

.invalid-feedback{
    color: #ff606e;
}

.valid-feedback{
   color: #2acc80;
}

.whyuslist ul {
    display: flex;
    list-style-type: none;
    padding: 11px;
    justify-content: space-around;
    /* width: 80%; */
}
.whyuslist ul li img {
    width: 92px;
    background: white;
    height: 92px;
    padding: 11px;
    border-radius: 50%;
    border: 6px solid #3488a847;
    margin-bottom: 12px;
}
.why-us {
    margin-top: 42px;
}
.whyuslist ul li {
    text-align: center;
    background: #ffdd8e63;
    /* box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px; */
    box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
    width: 24%;
    padding: 9px 12px 0;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.whyuslist ul li h2 {
    font-size: 17px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #595959;
}
.whyuslist {
    width: 93%;
    margin: 0 auto;
}

/*popular packages*/
.title {

    margin-bottom: 42px;
}
.title h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 36px;
}
.title h2 span {
    font-family: 'Poppins', sans-serif;
    color: #3488a8;
}

.about-us h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 20px
}
.about-us h2 span {
    font-family: 'Poppins', sans-serif;
    color: #3488a8;
}

/**/
/* 	Product details  */
.product-details {
    padding: 20px 14px 14px;
    width: 55%;
    background: url(../images/skel.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right bottom;
}

/* 	Product Name */
.product-details h2 {
    font-family: 'Poppins';
    display: inline-block;
    font-weight: 800;
    position: relative;
    font-size: 21px;
    color: #344055;
    margin: 0 0 10px;
}
.productnew{
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.information{
    font-size: 14px;
    color: #817d7d;
}

/* product image  */
.product-image {
	transition: all 0.3s ease-out;
	display: inline-block;
	position: relative;
	overflow: hidden;
	height: 100%;
	float: right;
	width: 50%;
	display: inline-block;
}

.product-image img {width: 100%;    height: 241px;}

.info {
    background: #3488a8;
    transition: all 0.3s ease-out;
    transform: translateX(-100%);
    position: absolute;
    line-height: 1.9;
    text-align: left;
    font-size: 120%;
    cursor: no-drop;
    color: #FFF;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.info h2 {
    text-align: center;
    font-size: 18px;
    font-family: 'Poppins';
    margin: 17px 0;
}
.product-image:hover .info{transform: translateX(0);}

.info ul li{
  transition: 0.3s ease;
    font-size: 15px;
}
.info ul li:hover {
    transform: translateX(6px) scale(1.1);
}

.product-image:hover img {transition: all 0.3s ease-out;}
.product-image:hover img {transform: scale(1.2, 1.2);}
/**/

/*sample collection */
.sample-collection-img img{
    opacity: 0.1;
}
.sample-collection-step img {
    width: 70px;
    margin-bottom: 10px;

}
.sample-collection-step h5{
    font-size: 15px;
    text-align: center;
}
.sample-collection-step {
        position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
   width: 77%;
    margin: 0 auto;
}
.sample-collection-content{
	position: relative;
}
.sample-collection-steps ul{
    display: flex;
    justify-content: center;
    position: absolute;
    top: 64px;
    left: 67px;
}
.sample-collection-steps ul li{
    display: flex;
    justify-content: center;
}



.awards {
    background: url(../images/skel.png);
    background-size: cover;
}
.award-card{
    width: 80%;
    margin: 0 auto;
    text-align: center;
}
.award-card h4{
    /* font-family: "bold"; */
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 24px;
}
.testimonials-clean {
    color: #313437;
    background-color: #e3e3e382;
}

.testimonials-clean p {
  color:#7d8285;
}

.testimonials-clean h2 {
  font-weight:bold;
  padding-top:40px;
  color:inherit;
}

@media (max-width:767px) {
  .testimonials-clean h2 {
    margin-bottom:25px;
    padding-top:25px;
    font-size:24px;
  }
}

.testimonials-clean .intro {
  font-size:16px;
  max-width:500px;
  margin:0 auto;
}

.testimonials-clean .intro p {
  margin-bottom:0;
}


.testimonials-clean .item {
  margin-bottom:32px;
}

@media (min-width:768px) {
  .testimonials-clean .item {
    height:220px;
  }
}
.testimonials-clean .item .box {
  padding:30px;
  background-color:#fff;
  position:relative;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.testimonials-clean .item .box:after {
  content:'';
  position:absolute;
  left:30px;
  bottom:-24px;
  width:0;
  height:0;
  border:15px solid transparent;
  border-width:12px 15px;
  border-top-color:#fff;
}

.testimonials-clean .item .author {
  margin-top:28px;
  padding-left:25px;
}

.testimonials-clean .item .name {
  font-weight:bold;
  margin-bottom:2px;
  color:inherit;
}

.testimonials-clean .item .title {
  font-size:13px;
  color:#9da9ae;
}

.testimonials-clean .item .description {
  font-size:15px;
  margin-bottom:0;
}

.testimonials-clean .item img {
  max-width:40px;
  float:left;
  margin-right:12px;
  margin-top:-5px;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
    display: block;
    position: relative;
}
.owl-next span{
    /* top: -39px; */
    /* position: absolute; */
    position: absolute;
    right: -13px;
    top: 15%;
    font-size: 26px;
    font-weight: 900;
    padding-top: 0;
    color: white;
    background: #3488a8;
    border: 2px solid #fff;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    /* display: grid; */
    /* place-items: center; */
}
.owl-prev span{
    /* top: -39px; */
    /* position: absolute; */
    position: absolute;
    left: -13px;
    top: 15%;
    font-size: 26px;
    font-weight: 900;
    padding-top: 0;
    color: white;
    background: #3488a8;
    border: 2px solid #fff;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    /* display: grid; */
    /* place-items: center; */
}

.why-ganesh-card{
    padding: 11px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border: 5px solid #3488a863;
    border-radius: 10px;
}
.why-ganesh-card{
    padding: 11px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border: 5px solid #3488a81c;
    background: #f9ffffd6;
    border-radius: 10px;
}
.why-ganesh-card img {
    width: 76px;
    opacity: 0.8;
}
.why-ganesh-card h4{
    font-size: 17px;
    text-align: center;
}

.footer h4{
	font-family: 'Poppins', sans-serif;
    font-weight: 700;
    margin-bottom: 10px;
        color: white;
}
.contact-head h4{
		    margin-bottom: 22px;
		        color: white;

	}
	.map h4{
		    margin-bottom: 24px;
		        color: white;

	}
	.contact-head p {
    border-bottom: 1px solid #c6c6c673;
    padding-bottom: 16px;
    margin-bottom: 8px;
        color: white;
}

.footer-last img {
    width: 240px;
    margin-bottom: 20px;
}
.footer-last img:last-of-type {
    width: 100%;
    height: 292px;
}
.hr{
    height: 5px;
    width: 90%;
    background: linear-gradient(270deg, rgb(217 239 255 / 13%) 26%, rgb(221 238 255 / 47%) 32%, rgb(248 207 142) 100%);
    margin-bottom: 18px;
}
.contact-head ul{
    padding-left: 0;
    list-style: none;
}
.contact-head ul li{
    margin-bottom: 6px;

}
   
.contact-head ul li a{
    color: white;
    font-size: 18px;
    text-decoration: none;

}
.contact-head ul li i {
    transform: rotate(111deg);
    margin-right: 6px;
}
.footer-copy {
    display: flex;
    justify-content: center;
    background: #fff3e8;
    padding: 15px;
    width: 84%;
    margin: 0 auto;
    border-radius: 10px 10px 0 0;
}
.footer-copy a:first-of-type{
    text-decoration: none;
    color: black;
    font-weight: 500;
    /* margin-right: 20px; */
    padding-right: 20px;
    border-right: 2px solid #acacac;
}
.footer-copy a:last-of-type{
    text-decoration: none;
    color: black;
    font-weight: 500;
    /* margin-right: 20px; */
    padding-left: 20px;
    border-right: none;
}
 .button {
        background-color: #1c87c9;
        -webkit-border-radius: 60px;
        border-radius: 60px;
        border: none;
        color: #eeeeee;
        cursor: pointer;
        display: inline-block;
        font-family: sans-serif;
        font-size: 20px;
       padding: 10px 15px;
        text-align: center;
        text-decoration: none;
      }
      @keyframes glowing {
        0% {
          background-color: #f59622;
          box-shadow: 0 0 5px #fbb52b;
        }
        50% {
          background-color: #f59622;;
          box-shadow: 0 0 20px #fbb52b;
        }
        100% {
          background-color: #fbb52b;
          box-shadow: 0 0 5px #fbb52b;
        }
      }
      .button {
        animation: glowing 1300ms infinite;
      }

      .blick-button{
    z-index: 99999;
    position: fixed;
    bottom: 104px;
    right: 56px;
}
 .button:hover{
  
        color: #eeeeee;
  
      }
      .requires-validation input{
      	border: 2px solid #ccc !important;
      }


  @media(max-width: 500px){
      .banner {
    height: 667px !important;
}
.banner-content {
    margin: 170px 0;
    padding: 16px 16px 33px 16px;
    background: #ffffff91;
    flex-wrap: wrap;
}
      .map{
    margin-bottom: 31px;
}
      .why-ganesh-card{
          justify-content: space-between !important;
      }
      .whyuslist ul li {
   width: 100% !important;
    margin-bottom: 20px !important;
}
 .banner-left-form{
     display: inherit;
 }
 .award-card h4{
     font-size: 17px !important;
 }
.why-us {
     margin-top: 0px; 
}
.site-logo {
     width: 173px !important;
    padding: 12px 0 !important;
    margin: 0 auto;
 }
 .icon-box-mobile a {
    background: orange;
    color: white;
    font-size: 18px;
    width: 227px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    padding: 8px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    border-radius: 30px;
    background: linear-gradient(0deg, rgb(239 127 26) 0%, rgba(253,187,45,1) 100%);
    box-shadow: rgb(216 216 216 / 61%) 0px 7px 29px 0px;
}
.icon-box-mobile {
    display: flex !important;
    justify-content: center;
    padding: 5px 0 6px !important;
}
.form-holder {
    min-height: 714px !important;
}
.form-holder .form-content{
	padding: 0!important;
}
.form-content .form-items{
	max-width: 100% !important;
	padding: 22px !important;
}
.whyuslist ul{
	display: initial !important;
}
.why-ganesh-card{
	margin-bottom: 20px;
}
.owl-next span{
	right: 0 !important;
	    font-size: 24px !important;
}
.owl-prev span{
	left: 0 !important;
	    font-size: 24px !important;
}
iframe {
    border: 0;
    width: 100%;
}
.about-us p{
    padding-right: 0!important;
}
}
 @media(min-width: 769px){
     .mob-form{
         display:none;
     }
 }

  @media(max-width: 768px){
      .banner .form-items{
          display: none;
      }
      .faq-accordian {
    width: 100%;
}
      .product-image img {
    width: 100%;
    height: 240px;
}
      .about{
          padding:25px 30px 0px;
          background-position: right;
      }
      .about-us p{
    padding-right: 0!important;
}
      .map{
    margin-bottom: 31px;
}
      .why-ganesh-card{
          justify-content: space-between !important;
      }
    .whyuslist ul {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-around;
}
.whyuslist ul li {
    width: 45%;
    margin-bottom: 20px !important;
}

 .banner-left-form{

     display:none;
 }
 .award-card h4{
     font-size: 17px !important;
 }
 .banner {
    height: 563px !important;
    position: absolute;
    /*border-bottom: 3px solid #000;*/
}
.why-us {
    /*margin-top: -22px;*/
        margin-top: -30rem;
}
.site-logo {
    width: 200px;
    padding: 11px 0;
    margin: 0 auto;
 }
 .icon-box-mobile a {
    background: orange;
    color: white;
    font-size: 18px;
    width: 227px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    padding: 8px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    border-radius: 30px;
    background: linear-gradient(0deg, rgb(239 127 26) 0%, rgba(253,187,45,1) 100%);
    box-shadow: rgb(216 216 216 / 61%) 0px 7px 29px 0px;
}
.icon-box-mobile {
    display: flex !important;
    justify-content: center;
        margin-bottom: 13px;
            padding: 19px 0 6px;
}
.form-holder {
    /*min-height: 380px !important;*/
        min-height: 81rem !important;
    display: inline-grid;
}
.form-holder .form-content{
	padding: 0!important;
}
.form-content .form-items{
	min-width: 106% !important;
	padding: 22px !important;
	    background: #fff;
    border: 1px solid #efefef;
}
.whyuslist {
     width: 100%; 
    margin: 0 auto;
}
.why-ganesh-card{
	margin-bottom: 20px;
}
.owl-next span{
	right: 0 !important;
	    font-size: 24px !important;
}
.owl-prev span{
	left: 0 !important;
	    font-size: 24px !important;
}
iframe {
    border: 0;
    width: 100%;
}
}

@media(max-width: 1024px){
    .banner-left-form {
    display: flex;
    justify-content: center;
}
.whyuslist ul li {
    width: 47%;
    margin-bottom: 20px;
}
.about-us{
    padding: 31px 0;
}
.award-card h4 {
 
    font-size: 17px;
    text-align: center;
}
.why-ganesh-card{
    margin-bottom: 20px;
}
.whyuslist ul{
    flex-wrap: wrap;
}
.icon-box ul {
    list-style-type: none;
    display: flex;
    padding: 26px 1px 20px;
    margin-bottom: 0;
    /* float: right; */
}
.info ul li {
    transition: 0.3s ease;
    font-size: 13px;
}
.info h2{
    font-size: 17px;
    padding: 0 10px;
}
.icon-box ul li{
    margin-bottom: 10px;
}
}








.about{
      background: url(../images/skel.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.about-us p {
    padding-right: 38px;
    text-align: justify;
    color: #919191;
    font-size: 16px;
}
.about-us ul li{
    font-size: 17px;
    margin-bottom: 3px;
}
.about-us ul li i{
    color: orange;
    margin-right: 9px;
}

.accordion-button{
    background: #212161e0 !important;
    color: white !important;
    font-weight: 500;
}
 .accordion-button:not(.collapsed){
     box-shadow: none !important;
 }
.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background: url(../images/plus1.png);
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}
.accordion-button:not(.collapsed)::after {
    background: url(../images/plus1.png);
    transform: rotate(42deg);
}


@media (max-width: 700px){
.container{
    max-width: 100% !important;
}
}


   .prepration{
    background: url(../images/curve-shape.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; 
}
.prepration-content h2 {
    color: #2a2a2a;
    font-size: 36px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    margin-top: 85px;
    padding-left: 30px;
}
.prepration-content-1{
    margin-top: 48px;
}
.prepration-content-1 .lp-content-text p {
    font-family: sans-serif;
    font-size: 19px;
    color: #666666;
    padding-left: 32px;
}
.prepration-content-1 .lp-content-text ol li{
    font-size: 18px;
    font-family: 'Poppins';
    color: #000;
}
.prepration-content-1 .lp-content-text p i{
    color: #ffb879;
    margin: 5px;
}
.prepration-content-1 .lp-content-text ul li{
    font-size: 18px;
    font-family: 'Poppins';
    color: #000;
}
.mapnew{
       margin-top: 95px;
}
.prp-button {
    position: absolute;
    bottom: 143px;
    left: 72px;
}
.prp-button a{
    color: white;
    font-family: 'Poppins';
    font-weight: 900;
    font-size: 23px;
    text-shadow: #393939 1px 0 4px;
    transition: .5s;
}
.prp-button a:hover{
    color: #2b2b2b;
    font-family: 'Poppins';
    font-weight: 900;
    font-size: 23px;
    text-shadow: #fff 1px 0 4px;
    transition: .5s;
}


