.service_papers ul {
  display: grid;
   grid-template-rows: auto;
    grid-template-columns:  1fr 1fr 1fr;
    gap:  4rem;
    margin: 1rem 0 3rem 0;
}
.service_papers ul li {
  position: relative;
}

.wp_img {
  background-color: #ECF4F7;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  height: 238px;

}
.wp_img img {
position: absolute;
    top: 0px;

}
.wp_img:hover {
  background-color: #CCEDF7;
 transition: all 0.3s ease-out;
}
.wp_img:hover img {
  scale: 1.2;
  transition: all 0.3s ease-out;
}


p.wp_title {
  font-weight: 600;
  margin: .8rem 0 .6rem 1rem;
}
p.wp_content {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@media screen and (max-width: 576px) { 
  .service_papers ul {
  display: grid;
   grid-template-rows: auto;
    grid-template-columns:  1fr;
    gap:  2rem;
    margin: 2rem 0;

}
.wp_img img {
      top: 0px;
}
}



ul.process_meet {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns:  1fr 1fr 1fr 1fr 1fr;
  gap:  3rem;

  

}
ul.process_meet li {
  border:  2px solid #000;
    border-radius: 12px;
    padding: 2rem;
    position: relative;
}


ul.process_meet li p.title {
  font-weight: 600;
  margin-bottom: 2rem;
  margin-top: 2rem;
  text-align: center;
}

ul.process_meet li .arrow{
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  width: 20px;
  height: 2px;
  background-color: #000;
  position: absolute;
    top: 50%;
    right: -20px;
}
ul.process_meet li p {
  margin-bottom: 2rem;
}
/* checkbox03 */
input[type=checkbox] {
    display: none;
}
.checkbox03 {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 30px;
    position: relative;
    width: auto;
}
.checkbox03::before {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    content: '';
    display: block;
    height: 16px;
    left: 5px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
}
.checkbox03::after {
    border-right: 6px solid #fedd1e;
    border-bottom: 3px solid #fedd1e;
    content: '';
    display: block;
    height: 20px;
    left: 7px;
    margin-top: -16px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg) translate3d(0,2px,0) scale3d(.7,.7,1);
    transition: transform .2s ease-in-out, opacity .2s ease-in-out;
    width: 9px;
}
input[type=checkbox]:checked + .checkbox03::before {
    border-color: #666;
}
input[type=checkbox]:checked + .checkbox03::after {
    opacity: 1;
    transform: rotate(45deg) scale3d(1,1,1);
}

.meetingform {
  background-color: #ECF4F7;
  padding: 6em 0;
}
.form_box {
    background-color: #fff;
    border-radius: 8px;
    padding: 2rem;
}
.checkboxbox {
  padding: 2em 0 6em;
}
.checkbox {
  border-radius: 8px;
  padding: 2em;
    display: flex;
    flex-direction: column;
    background-color: #F9F8F8;
    margin-top: 2em;
}


ul.goo_ana_ul li {
  list-style: disc;
  margin-left: 1rem;
  margin-bottom: 1rem;
}
ul.goo_ana_ul li:last-child {
  margin-bottom: 0;
}

.meeth img {
  max-width: 50px;
}
.meeth span{
background: linear-gradient(transparent 60%, #fe9f46ab 60%);
font-weight: 600;
font-size: 120%;}
.meeth1 {

    font-weight: 600;
    letter-spacing: .3rem;
    margin-top: .2rem;
}

.btnsmeet{
  margin: 2em 0;
  position: relative;
}
.btnsmeet span {
 position: absolute;
    z-index: 33;
    background-color: #FEF905;
    font-size: .8em;
    font-weight: 600;
    padding: 0.1em 1em 0.1em 1.2em;
    border-radius: 10px;
    top: -12px;
    left: 44%;
    border: 1px solid #fee005;
    letter-spacing: 4px;
    text-align: center;
}
.btnsmeet .blbtn {
    position: relative;
    display: inline-block;
    background: #4BB6D6;
    color: #fff;
    border: 1px solid #67AEC3;
    border-radius: 50px;
    padding: 1.2rem 3.6rem 0.9rem;
    font-size: 1rem;
    text-transform: uppercase;
    cursor: pointer;
    transform: translateZ(0);
    transition: color 0.3s ease;
    letter-spacing: 0.0625rem;
    font-weight: 600;
    z-index: 3;

}

.btnsmeet .blbtn:hover{
  border-radius: 50px;
background: #0078A0;
  color: #fff;
  transform-origin: 0 10%;
  transition: transform 0.3s ease-out;
}

.gooana_bg {
  position: absolute;
    bottom: 0;
    left: 60%;
    z-index: 0;
}
.gooana_bg img {
  width: 100%;
}
@media screen and (max-width: 576px) { 
  .meeth img {
    width: 40px;
  }
  h1.meeth1 {
    font-size: 1.4rem!important;
  }
  .btnsmeet span {
    left: 40%;
  }
  .gooana_bg {
    left: 40%;
    bottom: 10%;
  }
  ul.goo_ana_ul {
    margin-top: 2rem;
    margin-bottom: 1rem;
  }
  .wp_img {
    min-height: 240px!important;
  }


  ul.process_meet li p.title {
  font-size: .9rem;
}
ul.process_meet li {
  padding: 0;
}
ul.process_meet {
      grid-template-columns: 1fr;
}ul.process_meet li .arrow {
    position: absolute;
    width: 2px;
    height: 20px;
      top: 88px;

    bottom: -20px;
    left: 45%;
}
.arrow:before {
    top: 15px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    right: -2px;
}
.arrow:after {
    bottom: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    right: -10px;
}
.checkboxbox {
  padding: 1rem 1rem 3rem;
}
.sppap {
  padding: 0 1rem;
}
}

ul.gooana_big {
  display: grid;
    grid-template-columns: 1fr 1fr;
    background-color: #fff;
    border-radius: 8px;
    padding: 2rem;
    list-style: none;
}
@media screen and (max-width: 576px) { 
	ul.gooana_big {
		grid-template-columns: 1fr;
	}
	.pricebg {
		overflow:hidden;
	}
}