#section-h5, #section-h6 {
    height: 0;
}

.home-s1 .elementor-column-wrap {
  background-size: 100% 100%;
}
.home-s1-head p {
    margin: 0;
}

.bannertext {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.bannertext > div {
    position: relative;
    top: 45%;
    opacity: 0;
    margin-left: -10%;
}
.bannertext.active > div {
    transition: margin-left .5s;
    opacity: 1;
    margin-left: 0;
}
.bannertext p {
  margin-bottom: 0;
  font-size: 2.5vw;
  line-height: 1.1;
  text-align: center;
  color: white;
  font-weight: bold;
  text-shadow: 0px 0px 15px rgba(0,0,0,0.5);
}
.bannertext.mobile p {
    font-size: 5.5vw;
    letter-spacing: .1em;
    text-shadow: 0px 0px 5px rgba(0,0,0,0.5);
}
.bannertext.mobile > div {
    top: 51%;
}

.head p {
    margin-bottom: .25em;
}

.bannerimgtext img {
    opacity: 0;
    margin-left: -10%;
}
.bannerimgtext.active img {
    transition: all .5s;
    opacity: 1;
    margin-left: 0;
}

.s2bbox {

}
.s2bboximg {
  border-top-left-radius: 2.5em;
  border-top-right-radius: 2.5em;
  overflow: hidden;
}
.s2bboxtext a {
  display: block;
  font-size: 1.75em;
  line-height: 2.5;
  background: white;
  color: #51a8dd;
  width: 100%;
  height: 2.5em;
  border-radius: 1.25em;
  margin-top: -1.25em;
  text-align: center;
  transition: all .25s;
}
.s2bboxtext a:hover, .s2bboxtext a:focus, .s2bboxtext a:active {
/*
  background: #51a8dd;
  color: white;
  */
}
.s2bboxtext p {
  margin: 0;
}
#section-2 {
  background: #f8f3f1;
}
.s2bbox {
    /*max-width: 400px;
    margin: 0 auto;*/
}
.s2-b > div > div {
  /*margin-left: -10px;
  margin-right: -10px;
  width: calc(100% + 20px);*/
}
.s2bbox > div {
    transition: transform .25s !important;
    transform: scale(1);
}
.s2bbox > div:hover {
    transform: scale(.95);
}

/**vaccination**/
.vaccinationwrap > div {
    margin: 0 -30px;
    width: calc(100% + 60px);
	overflow-x: auto;
}
.vaccinationwrap img {
    min-width: 1000px;
	margin-right: 30px;
}

.paga ul,
.paga ol {
    margin-left: 1em;
}

@media screen and (min-width:768px) {

    .site-content {
        background-color: #f8f5f3;
        background-image: url(//paedicare.com.hk/wp-content/uploads/bg-contactus.jpg);
        background-size: 100% auto;
        background-position: center bottom;
        background-repeat: no-repeat;
    }

    #section-2 {
      background: none;
      padding-bottom: 0;
    }
    .s2bbox {
      max-width: none;
    }

    .s2-b > div > div {
      margin-left: -20px;
      margin-right: -20px;
      width: calc(100% + 40px);
    }
	

}

@media screen and (min-width: 1025px) {

  .s2-b .elementor-row {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
  .s2bbox {
    width: 50% !important;
  }
  #section-2 {
    background: none;
    padding-bottom: 0;
  }
  .s2-b > div > div {
    margin-left: -30px;
    margin-right: -30px;
    width: calc(100% + 60px);
  }
	


}

@media screen and (min-width: 1281px) {

	.s2-b .elementor-row {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
  .s2bbox {
    width: 33.3333% !important;
  }
	
	.vaccinationwrap > div {
		margin: 0;
		width: 100%;
		overflow-x: unset;
	}
	.vaccinationwrap img {
		min-width: unset;
		margin-right: 0;
	}


}.btback {
  margin-top: -1.75em;
}
.btback p {
  margin: 0;
}
.btback a {
  position: relative;
  display: inline-block;
  color: transparent;
}
.btback a:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  font-family: "FontAwesome";
  content: "\f053";
  width: 1.75em;
  height: 1.75em;
  text-align: left;
  color: #51a8dd;
}

.surgeryboxheadtext {
    margin: 0;
    display: block;
    background: #94cce3;
    color: #207db6;
    font-size: 1.5em;
    line-height: 1;
    padding: .75em 1.25em;
    border-radius: .6em;
    cursor: pointer;
    position: relative;
}
.surgeryboxheadtext:after {
  content: "\f067";
  font-family: "FontAwesome";
  position: absolute;
  background: white;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  top: .5em;
  right: 1em;
  line-height: 1.5;
  text-align: center;
  color: #94cce3;
}
.surgeryboxhead.active .surgeryboxheadtext:after {
  content: "\f068";
}

.surgeryboxheadtext p {
  margin-bottom: 0;
}

.surgeryboxrightboxtext ul {
    margin-left: 1em;
    font-size: 1.25em;
    margin: 0 0 0 2em;
    color: white;

    margin: 1em;
}
.surgeryboxrightboxtext ul ul {
    font-size: 1em;
    margin: 0 1em;
}

.surgeryboxdetails {
    padding: 0 65px;

    padding: 0 30px;
}
.surgeryboxdetails > div {
    overflow: hidden;
    height: 0;
    transition: height .5s;
    margin-bottom: 15px;
}
.surgeryboxdetails.active > div {
    height: auto;
}
.surgeryboxdetails > div > div {
    padding: 50px;
    background: #51a8dd;

    padding: 25px;
    margin-bottom: 10px;
}
.surgeryboxdetails > div,
.surgeryboxdetails > div > div {
    flex-wrap: wrap;
}

#section-3 {
    background: #f8f3f1;
}

/**remote**/
.remotebox a {
	display: inline-block;
	padding: .5em 1.5em;
	background: #94cce3;
	border-radius: .5em;
	color: white;
}
.remotebox p {
	margin-bottom: .75em;
}
.surgeryboxrightboxtext.content2 p {
	margin-left: 7em;
}
.surgeryboxrightboxtext.content2 ol {
	margin-left: 8.5em;
}
.surgeryboxrightboxtext.content2 p span {
	margin-left: -7em;
	display: inline-block;
	width: 7em;
}


@media screen and (min-width:768px) {

  .surgeryboxrightboxtext ul {
      margin: 0 0 0 1.5em;
  }

  .surgeryboxdetails {
      padding: 0 50px;
  }
  .surgeryboxdetails > div {
      margin-bottom: 15px;
  }
  .surgeryboxdetails > div > div {
      padding: 35px;
      margin-bottom: 20px;
  }
  .surgeryboxdetails .elementor-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #section-3 {
      background: none;
  }

}

@media screen and (min-width: 1025px) {

  .surgeryboxrightboxtext ul {
      margin: 0 0 0 2em;
  }

  .surgeryboxdetails {
      padding: 0 65px;
  }
  .surgeryboxdetails > div {
      margin-bottom: 20px;
  }
  .surgeryboxdetails > div > div {
      padding: 50px;
      margin-bottom: 30px;
  }

  #section-3 {
      background: none;
  }

}