*{
	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");
}


.modal-body .form-holder{
    min-height: auto !important;
}
.modal-body .form-holder .form-content{
    padding: 0 !important;
}
.modal-body{
    position: relative;
     background: transparent !important;
}
.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;
}
.modal-body .form-content .form-items {
    border: 5px solid #3488a8;
    background: #eef3ff !important;
    
}
.bg-light {
    background-color: transparent !important;
    transition: all 200ms linear;
}

.site-logo {
    width: 216px;
    padding: 28px 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: #3488a8;
    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: #3488a8;
    transform: rotate(0deg);
    /* background: #eaeaea; */
    /* height: 50px; */
    /* width: 50px; */
    /* border-radius: 50%; */
}
.icon-box ul li a{
    text-decoration: none;
    color: black;
    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;
    height: 550px;
}
.footer{
    background: url(../images/foot-bg.png) ;
    background-size: cover;
}
.navigation{
    position: absolute;
    top: 0;
}
.banner-left-form{
    display: flex;
}
.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: #eef3ffde;
    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: #4f4848;
    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;
}


.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: #fff;
    font-size: 15px;
    font-weight: 300;
    color: #8D8D8D;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-top: 16px;
}


.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: 65px;
    margin-bottom: 7px;
}
.why-us {
    margin-top: -42px;
}
.whyuslist ul li {
    text-align: center;
    background: #f5fcff;
    /* box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px; */
    box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
    width: 23%;
    padding: 20px 12px;
    border-radius: 20px;
}
.whyuslist ul li h2 {
    font-size: 19px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #2d2d2d;
}
.whyuslist {
    width: 83%;
    margin: 0 auto;
}

/*popular packages*/
.title {

    margin-bottom: 42px;
}
.title h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 29px;
}
.title h2 span {
    font-family: 'Poppins', sans-serif;
    color: #3488a8;
}

.about-us h1 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 29px;
    margin-bottom: 20px
}
.about-us h1 span {
    font-family: 'Poppins', sans-serif;
    color: #3488a8;
}
.p-packages{
	background: url(../img/packbg.png);
	background-size: cover;
	background-position: center;
}

.package-card {
    margin: 0 auto 30px;
    box-shadow: rgb(149 157 165 / 20%) 0px 0px 24px;
    transition: 1s;
        width: 100%;
    background: #ffffff78;
}
.package-card:hover{
    transition: 1s;
}
.package-card-upper {
    padding-top: 18px;
    text-align: center;
    background: #42a5c4;
}

.package-card-upper h5 {
    color: #ffffff;
    font-size: 31px;
    padding: 3px 0;
    /* font-family: 'bold'; */
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}

.package-card-upper p {
    color: #ffe9cf;
    text-shadow: 1px 1px 5px #494949;
    /* text-shadow: 1px 1px #494949; */
    font-size: 24px;
    font-weight: 600;
    padding: 0px 0 18px;
    background: var(--mainclr);
    font-family: 'pregular';
    margin-bottom: 0px;
}
.package-card-upper p span {
    font-size: 18px;
    font-weight: 100;
    color: #ffffff;
    text-decoration: line-through;
    /* transform: rotate(82deg); */
    text-shadow: none;
}
.package-card-mid {
    background: #fff4ae3b;
    padding-bottom: 17px;
}
.package-card-mid-new ul li{
    /* justify-content: center; */
    margin: 10px;
    border-bottom: 1px solid #ccc;
    padding: 0px 0 9px;
    width: 88%;
    margin: 10px auto;
}
.package-card-mid ul li {
    /* justify-content: center; */
    padding: 0px 0 0px;
    width: 88%;
    margin: 3px auto 1px;
    display: flex;
    /* justify-content: center; */
    flex-wrap: wrap;
    align-items: baseline;
}

.package-card-mid ul li a:first-of-type i {
    font-size: 19px;
    color: #686868;
    font-weight: 600;
    background: var(--main);
    border-radius: 50%;
    height: 28px;
    width: 28px;
    display: grid;
    place-items: center;
    margin-top: 1px;
}

.package-card-mid ul li p {
    font-size: 12px;
    margin-left: 34px;
    font-family: 'pregular';
    color: var(--titlep);
    margin-bottom: 2px;
}
.package-card-low {
    text-align: center;
    padding: 18px 0 22px;
    border-top: 1px solid #cccccc6b;
    background: linear-gradient(270deg, rgb(255 255 255) 0%, rgb(255 255 255) 35%, rgb(255 255 255) 100%);
    position: relative;
}

.package-card-low a i{
    color: #7f7f7f;
     transition: .5s;
}
.package-card-low a:hover i{
    padding-left: 10px;
    transition: .5s;
}
.package-card-low .btn-primary {
    position: absolute;
    top: -21px;
    left: 28%;
    width: 44%;
}
/*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/awardbg.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: #fffcec;
}

.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;
}
      .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: 200px;
    padding: 28px 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;
}
.form-holder {
    min-height: 714px !important;
}
.form-holder .form-content{
	padding: 0!important;
}
.form-content .form-items{
	min-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(max-width: 768px){
      .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% !important;
    margin-bottom: 20px !important;
}

 .banner-left-form{
     display: inherit;
 }
 .award-card h4{
     font-size: 17px !important;
 }
 .banner {
    height: 667px !important;
}
.why-us {
    margin-top: -124px;
}
.site-logo {
    width: 200px;
    padding: 28px 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;
}
.form-holder {
    min-height: 714px !important;
}
.form-holder .form-content{
	padding: 0!important;
}
.form-content .form-items{
	min-width: 100% !important;
	padding: 22px !important;
}
.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){
    .icon-box ul {
    list-style-type: none;
     display: initial; 
    padding: 28px 17px;
    margin-bottom: 0;
    float: right;
}
.icon-box ul li{
    margin-bottom: 10px;
}
}









.about-us p{
    padding-right: 38px;
    text-align: justify;
    color: #636262;
    font-size: 17px;
}


.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);
}







