@charset "utf-8";
/* CSS Document */

body {
  font-family: "robotoregular";
}
* {
  padding: 0;
  margin: 0;
  resize: none;
  box-sizing: border-box;
}
header,
section {
  display: block;
  float: left;
}
section {
  width: 100%;
  float: left;
}

a,
.btn {
  transition: all 0.25s ease-in 0s;
  -webkit-transition: all 0.25s ease-in 0s;
  -moz-transition: all 0.25s ease-in 0s;
  -o-transition: all 0.25s ease-in 0s;
  outline: none;
  text-decoration: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0px 9999px #79338b;
  color: #fff !important;
}
:focus {
  outline: 0;
}

::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 1 !important; /* for chrome */
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff;
  opacity: 1 !important; /* for chrome */
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff;
  opacity: 1 !important; /* for chrome */
}
:-ms-input-placeholder {
  color: #ffffff;
  opacity: 1 !important; /* for chrome */
}
::-webkit-input-placeholder {
  color: #ffffff !important;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff !important;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff !important;
}
:-ms-input-placeholder {
  color: #ffffff !important;
}

img {
  border: 0;
}
ul,
li {
  list-style: none;
}

.wrapper {
  width: 1295px;
  margin: 0 auto;
}
.wrapper1 {
  width: 1100px;
  margin: 0 auto;
}

/*banner section*/

.logo {
  position: absolute;
  left: 50px;
  top: 10px;
  display: block;
  z-index: 999;
}
.logo1 {
  display: none;
}

.call {
  position: absolute;
  right: 4%;
  top: 20px;
  z-index: 999;
  font-size: 23px;
  line-height: 1.1;
  font-family: "robotoregular";
  color: #282828;
}

.call a {
  position: relative;
  display: inline-block;
  color: #0081a0;
  font-family: "RobotoBlack_0";
  font-size: 23px;
  text-decoration: none;
  padding-left: 65px; /* gives space for the icon */
}

.call a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 55px;
  height: 55px;
  background: url(../images/phone-icon.png) no-repeat center/contain;
}

.call span {
  display: block;
  color: #0081a0;
  font-family: "RobotoBlack_0";
  font-size: 23px;
}
/* .call:before {
  position: absolute;
  content: "";
  top: -15px;
  left: -65px;
  background: url(../images/phone-icon.png) no-repeat left top;
  width: 55px;
  height: 55px;
} */

.call1 {
  display: none;
}

.banner {
  width: 100%;
  float: left;
  position: relative;
}
.banner-slider-section {
  position: absolute;
  left: 100px;
  top: 0;
  width: 1150px;
}
.owl-carousel .owl-item img {
  width: 100% !important;
}

.punchline-2 {
  margin-bottom: 100px;
}
.punchline-3 {
  margin-bottom: 200px;
}

.banner-slider .slide-img img.desk {
  display: inline-block !important;
}
.banner-slider .slide-img img.mob {
  display: none !important;
}

.punchline {
  position: absolute;
  left: 50px;
  top: 250px;
  z-index: 999999;
  opacity: 0;
}
.punchline .text {
  width: 100%;
  float: left;
  text-align: left;
  font-family: "RobotoMedium";
  font-size: 30px;
  color: #000000;
  line-height: 1.2;
  display: block;
}
.punchline strong {
  font-family: "RobotoBold";
  font-size: 34px;
  color: #0081a0;
  display: block;
  line-height: 1;
  margin-top: 10px;
  margin-bottom: 10px;
}
.punchline .home-visit {
  width: 100%;
  float: left;
  text-align: left;
  margin-top: 25px;
  font-family: "robotoregular";
  font-size: 30px;
}
.punchline .home-visit span {
  color: #ffffff;
  padding: 5px 20px;
  background-color: #a71d5e;
  text-transform: none;
  border-radius: 25px;
}
.punchline .twin-logo {
  width: 100%;
  float: left;
}
.punchline .twin-logo ul {
  display: flex;
  justify-content: flex-start;
  margin-top: 25px;
}
.punchline .twin-logo li {
  margin-right: 20px;
}

.punchline .img-section {
  float: left;
}
.punchline .img-section > img {
  width: auto !important;
  margin-bottom: 5px;
  display: block;
}
.banner-slider .active .punchline {
  opacity: 1;
  transition: all 0.5s ease-out 0.2s;
}

.banner-slider .owl-nav {
  display: none !important;
}
.banner-slider .owl-dots {
  width: 100px;
  height: 13px;
  bottom: 30%;
  left: 0;
  position: absolute;
  display: none !important;
}
.banner-slider .owl-dots .owl-dot {
  width: 12px;
  height: 7px;
  background-color: #60b6c9;
  border-radius: 5px;
  margin-right: 5px;
  display: inline-block;
}
.banner-slider .owl-dots .owl-dot.active {
  width: 60px;
  height: 7px;
  background-color: #0082a0;
}

/*form section*/
.formSection {
  width: 400px;
  position: absolute;
  left: auto;
  right: 3%;
  top: 100px;
  background-color: #a71d5e;
  padding: 30px 35px;
  border-radius: 18px;
  box-shadow: 5px 10px 5px 5px rgba(0, 0, 0, 0.1);
  z-index: 999;
}
.formSection h4 {
  font-family: "RobotoBold";
  font-size: 28px;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  font-weight: normal;
  margin-bottom: 20px;
}

form {
  width: 100%;
  float: left;
}
.block {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}
.block input {
  width: 100%;
  height: 70px;
  float: left;
  padding: 10px;
  background-color: #a71d5e;
  color: #ffffff;
  font-family: "robotoregular";
  font-size: 16px;
  border: 1px solid #c46894;
  border-radius: 5px;
}
.block select {
  width: 100%;
  height: 70px;
  float: left;
  padding: 10px;
  color: #ffffff;
  font-family: "robotoregular";
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #a71d5e url(../images/dd-arrow1.png) 95% center no-repeat;
  text-overflow: "";
  border-radius: 5px;
  border: 1px solid #c46894;
}
.submitclass {
  width: 100%;
  float: left;
}
.submitclass input {
  width: 100%;
  height: 70px;
  float: left;
  background-color: #ffffff;
  border: none;
  font-size: 22px;
  font-family: "RobotoBold";
  color: #67142e;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  transition: all ease 0.4s;
  -webkit-transition: all ease 0.4s;
  border-radius: 5px;
}
.submitclass input:hover {
  background-color: #1989a6;
  color: #ffffff;
}

.all-fields {
  display: block;
  width: 100%;
  float: left;
  font-size: 12px;
  font-family: "robotoregular";
  color: #282828;
  position: absolute;
  left: 0;
  bottom: -50px;
}
.all-fields1 {
  display: none;
  width: 100%;
  float: left;
  font-size: 12px;
  font-family: "robotoregular";
  color: #282828;
  position: absolute;
  left: 0;
  bottom: -50px;
}

form p {
  color: #ffffff;
  text-align: center;
  padding-bottom: 20px;
}

/*no-more-waiting*/
.no-more-waiting {
  width: 100%;
  float: left;
  margin-top: 60px;
  position: relative;
}
.no-more-waiting h4 {
  color: #000000;
  font-size: 38px;
  font-family: "RobotoBold";
  text-align: center;
}
.no-more-waiting p {
  color: #151515;
  font-size: 16px;
  font-family: "robotoregular";
  margin-top: 20px;
  line-height: 1.3;
  text-align: center;
}

/*our poular test*/
.our-poular-test {
  width: 100%;
  float: left;
  margin-top: 60px;
}
.our-poular-test h4 {
  color: #000000;
  font-size: 38px;
  font-family: "RobotoBold";
  text-align: center;
  margin-bottom: 30px;
}
.our-poular-test p {
  color: #282828;
  font-size: 20px;
  font-family: "MontserratRegular";
  text-align: center;
}
.our-poular-test-inner {
  width: 100%;
  height: 390px;
  float: left;
  padding: 20px 100px;
  background: #f2f2f2;
  border-radius: 20px;
}
.text-box {
  height: 350px;
  background-color: #f2f2f2;
  border-radius: 10px;
  padding: 19px;
  text-align: center;
}
.text-box .test-icon {
  width: 180px;
  height: 200px;
  float: none;
  text-align: center;
  margin: 0 auto;
}
.text-box .test-icon .d-table {
  display: table;
  width: 180px;
  height: 180px;
  background-color: #f9f9fd;
  border: 1px solid #f9f9fd;
  border-radius: 50%;
}
.text-box .test-icon .d-table-cell {
  display: table-cell;
  height: 180px;
  vertical-align: middle;
  text-align: center;
}
.text-box .test-icon .d-table-cell img {
  display: inline-block;
  width: auto !important;
}

.text-box .test-heading {
  width: 100%;
  height: 70px;
  float: left;
  color: #282828;
  font-family: "RobotoMedium";
  font-size: 20px;
  line-height: 1.2;
}
.text-box .test-price {
  width: 100%;
  height: 60px;
  float: left;
  color: #007c9d;
  font-family: "robotolight";
  font-size: 19px;
  line-height: 1.2;
}
.text-box .test-price span {
  text-decoration: line-through;
}
.text-box .test-book-now {
  width: 100%;
  float: left;
  display: none;
}
.text-box .test-book-now a {
  width: 110px;
  height: 48px;
  line-height: 48px;
  display: inline-block;
  text-align: center;
  border-radius: 10px;
  background-color: #0081a0;
  color: #ffffff;
  font-family: "robotobold";
  font-size: 16px;
}
.text-box .test-book-now a:hover {
  background-color: #a71d5e;
}

.text-box .test-book-now a:last-child {
  float: none;
}
.our-popular-test-slide .owl-nav {
  top: 40%;
  position: absolute;
  width: 100%;
}
.our-popular-test-slide .owl-nav .owl-prev span {
  left: -200px;
  background: url(../images/prev.png) no-repeat left top;
  width: 65px;
  height: 65px;
  position: absolute;
}
.our-popular-test-slide .owl-nav .owl-next span {
  right: -200px;
  background: url(../images/next.png) no-repeat right top;
  width: 65px;
  height: 65px;
  position: absolute;
}
.our-popular-test-slide .owl-carousel .owl-item {
  margin-left: 10px !important;
}

.text-box:hover {
  /* background-color: #f8f8f8;
  box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.1); */
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05), 0 8px 16px rgba(0, 0, 0, 0.08);
}
.text-box:hover .d-table {
  background-color: #ffffff;
  border: 1px solid #e4c1d1;
}
.text-box:hover .test-book-now {
  /* display: block; */
  display: flex;
  justify-content: space-between;
}

/*here is how the process works*/
.how-the-process-work {
  width: 100%;
  float: left;
  margin-top: 60px;
}
.how-the-process-work h4 {
  color: #000000;
  font-size: 38px;
  font-family: "RobotoBold";
  text-align: center;
  margin-bottom: 30px;
}
.test-box-hpw {
  width: 100%;
  height: 350px;
  float: left;
  display: flex;
  justify-content: center;
}
.test-box-hpw .groupp {
  width: 225px;
  height: 255px;
  position: relative;
}
.test-box-hpw .groupp:last-child {
  width: 200px;
  height: 255px;
  position: relative;
}
.test-box-hpw .groupp .test-icon {
  width: 225px;
  height: 255px;
  position: relative;
}

.test-box-hpw .groupp .test-icon .d-table {
  display: table;
  width: 185px;
  height: 190px;
}
.test-box-hpw .groupp .test-icon .d-table-cell {
  display: table-cell;
  height: 190px;
  vertical-align: middle;
  text-align: center;
}
.test-box-hpw .groupp .test-icon .d-table-cell img {
  display: inline-block;
  width: auto !important;
}

.test-box-hpw .test-heading {
  width: 100%;
  color: #151515;
  font-family: "robotoregular";
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  margin-left: -17px;
}

.test-box-hpw .groupp:nth-child(1):before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: url(../images/back-bg1.png) no-repeat;
  width: 226px;
  height: 250px;
}
.test-box-hpw .groupp:nth-child(2):before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: url(../images/back-bg2.png) no-repeat;
  width: 226px;
  height: 250px;
}
.test-box-hpw .groupp:nth-child(3):before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: url(../images/back-bg1.png) no-repeat;
  width: 226px;
  height: 250px;
}
.test-box-hpw .groupp:nth-child(4):before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: url(../images/back-bg2.png) no-repeat;
  width: 226px;
  height: 250px;
}
.test-box-hpw .groupp:nth-child(5):before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: url(../images/back-bg1.png) no-repeat;
  width: 226px;
  height: 250px;
}
.test-box-hpw .groupp:nth-child(6):before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: url(../images/back-bg3.png) no-repeat;
  width: 226px;
  height: 250px;
}

.how-the-process-work h6 {
  width: 100%;
  float: left;
  color: #282828;
  font-size: 20px;
  font-family: "RobotoBold";
  text-align: center;
  margin-bottom: 20px;
  margin-bottom: 30px;
}
.request-a-call-back {
  width: 100%;
  float: left;
  text-align: center;
}
.request-a-call-back a {
  width: 300px;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  background-color: #a71d5e;
  color: #ffffff;
  font-size: 22px;
  font-family: "RobotoBold";
  text-align: center;
  border-radius: 10px;
}
.request-a-call-back a:hover {
  background-color: #0081a0;
}

/*apollo Assurance*/
.apollo-assurance {
  width: 100%;
  float: left;
  background-color: #d1e7ed;
  border-radius: 30px;
  margin-top: 50px;
  padding: 40px;
}
.apollo-assurance h4 {
  color: #000000;
  font-size: 38px;
  font-family: "RobotoBold";
  text-align: center;
  margin-bottom: 30px;
}
.apollo-assurance ul {
  display: flex;
  justify-content: space-around;
}
.apollo-assurance li {
  position: relative;
}
.apollo-assurance li .ai-box {
  width: 100%;
  float: left;
}
.apollo-assurance li .ai-box .ai-icon {
  width: 100%;
  float: left;
  text-align: center;
}
.apollo-assurance li .ai-box .ai-heading {
  width: 100%;
  float: left;
  color: #000000;
  font-family: "RobotoMedium";
  font-size: 25px;
  line-height: 1.2;
  text-align: center;
  margin-top: 10px;
}
.apollo-assurance li .ai-box .ai-description {
  margin-top: 10px;
  width: 100%;
  float: left;
  color: #000000;
  font-family: "robotoregular";
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
}
.apollo-assurance li:after {
  position: absolute;
  content: "";
  background: url(../images/devider.png) no-repeat right top;
  left: 100%;
  top: 0;
  width: 2px;
  height: 183px;
}
.apollo-assurance li:last-child:after {
  background-image: none;
}

/*why-book*/
.why-book {
  width: 100%;
  float: left;
  margin-top: 50px;
  padding: 40px;
}
.why-book h4 {
  color: #000000;
  font-size: 38px;
  font-family: "RobotoBold";
  text-align: center;
  margin-bottom: 50px;
}
.why-book ul {
  display: flex;
  justify-content: center;
}
.why-book li {
  width: 230px;
}
.why-book li .wb-box {
  width: 100%;
  float: left;
}
.why-book li .wb-box .wb-icon {
  width: 100%;
  float: left;
  text-align: center;
}
.why-book li .wb-box .wb-heading {
  width: 100%;
  float: left;
  color: #000000;
  font-family: "RobotoMedium";
  font-size: 25px;
  line-height: 1.2;
  text-align: center;
}

/*apollo-diagnostic-edge*/
.apollo-diagnostic-edge {
  width: 100%;
  float: left;
  padding: 40px;
  background-color: #f1f1f1;
  border-radius: 15px;
  margin-top: 50px;
}
.apollo-diagnostic-edge h4 {
  color: #000000;
  font-size: 38px;
  font-family: "RobotoBold";
  text-align: center;
  margin-bottom: 20px;
}
.apollo-diagnostic-edge ul {
  display: flex;
  justify-content: space-around;
  z-index: 2;
  position: relative;
}
.apollo-diagnostic-edge li {
  height: 100px;
  width: 24%;
  margin: 10px;
  border: 1px solid #0081a0;
  background-color: #1989a6;
  border-radius: 5px;
  display: table;
}
.apollo-diagnostic-edge li .icon {
  width: 90px;
  height: 100px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.apollo-diagnostic-edge li .text {
  width: calc(100% - 90px);
  height: 100px;
  display: table-cell;
  vertical-align: middle;
}
.apollo-diagnostic-edge li .text strong {
  display: block;
  color: #ffffff;
  font-family: "robotoregular";
  font-weight: normal;
  font-size: 30px;
  line-height: 1.3;
}
.apollo-diagnostic-edge li .text span {
  display: block;
  color: #ffffff;
  font-family: "robotoregular";
  font-size: 20px;
  line-height: 1.3;
}

/*customer-to-say*/
.customer-to-say {
  width: 100%;
  float: left;
  padding: 50px;
  border-radius: 10px;
}
.customer-to-say h4 {
  color: #282828;
  font-size: 38px;
  font-family: "RobotoBold";
  text-align: center;
  margin-bottom: 50px;
}
.customer-to-say .c-box {
  float: left;
  width: 100%;
}
.customer-to-say .c-box .c-thumb {
  width: 100%;
  float: left;
  text-align: center;
  z-index: 2;
  position: relative;
}
.customer-to-say .c-box .c-thumb img {
  display: inline-block;
  width: auto !important;
}
.customer-to-say .c-box .c-text {
  width: 100%;
  float: left;
  height: 370px;
  padding: 110px 30px 0 30px;
  margin-bottom: 20px;
  background-color: #f1f1f1;
  border-radius: 20px;
  margin-top: -140px;
  z-index: 1;
  transition: all 0.25s ease;
}
.customer-to-say .c-box .c-text strong {
  display: block;
  font-family: "RobotoMedium";
  font-size: 25px;
  line-height: 1.2;
  color: #282828;
  text-align: center;
  font-weight: normal;
}
.customer-to-say .c-box .c-text strong a {
  color: #282828;
  text-decoration: none;
}
.customer-to-say .c-box .c-text strong a:hover {
  color: #0081a0;
  text-decoration: underline;
}
.customer-to-say .c-box .c-text span {
  display: block;
  margin-top: 10px;
  font-family: "robotoregular";
  font-size: 16px;
  line-height: 1.3;
  color: #282828;
  text-align: center;
}

.c-boxx .owl-nav {
  top: 50%;
  position: absolute;
  width: 100%;
}
.c-boxx .owl-nav .owl-prev span {
  left: -110px;
  background: url(../images/prev.png) no-repeat left top;
  width: 65px;
  height: 65px;
  position: absolute;
}
.c-boxx .owl-nav .owl-next span {
  right: -110px;
  background: url(../images/next.png) no-repeat right top;
  width: 65px;
  height: 65px;
  position: absolute;
}

.c-boxx .owl-item.center .item .c-text {
  background-color: #ffffff;
  box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.2);
}

footer {
  width: 100%;
  float: left;
  background-color: #077e9d;
  text-align: center;
  font-family: "robotoregular";
  font-size: 16px;
  color: #ffffff;
  padding: 25px 0;
}

.lightbox {
  width: 750px;
  overflow-y: hidden;
  background-color: #ffffff;
  display: none;
  z-index: 999999;
  padding: 30px;
}
.test-name {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
.test-name .tnl {
  float: left;
}
.test-name .tnl strong {
  color: #0081a0;
  font-family: "robotoregular";
  font-size: 20px;
  font-weight: normal;
}
.test-name .tnr {
  float: right;
}
.test-name .tnr strong {
  color: #0081a0;
  font-family: "robotoregular";
  font-size: 20px;
  font-weight: normal;
}
.test-name .tnr span {
  text-decoration: line-through;
}

.lightbox h5 {
  color: #0081a0;
  font-family: "robotoregular";
  font-size: 20px;
  font-weight: normal;
}
.lightbox p {
  color: #000000;
  font-size: 16px;
  font-family: "robotoregular";
  margin-top: 10px;
  line-height: 1.5;
}

.lightbox h6 {
  color: #0081a0;
  font-family: "robotoregular";
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: normal;
}
.lightbox ol {
  padding: 0 0 0 20px;
  margin: 0;
}
.lightbox li {
  list-style-type: decimal;
  margin-bottom: 5px;
}

.grey {
  width: 100%;
  float: left;
  background-color: #f5f5f5;
  height: 30px;
  line-height: 30px;
  position: relative;
  font-weight: bold;
  padding: 0 5px;
}

.grey:before {
  position: absolute;
  content: "";
  left: 0;
  top: -5px;
  width: 100%;
  height: 1px;
  background-color: #f5f5f5;
}
.grey:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 1px;
  background-color: #f5f5f5;
}

.white {
  width: 100%;
  float: left;
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: #ffffff;
  padding: 0 5px;
  color: #595959;
  height: 30px;
  line-height: 30px;
  position: relative;
  position: relative;
}
.white:before {
  position: absolute;
  content: "";
  left: 0;
  top: -5px;
  width: 100%;
  height: 1px;
  background-color: #f5f5f5;
}

.lightbox .fancybox-close {
  background-image: url(../images/close.png) no-repeat left top;
  right: 0 !important;
  top: 0 !important;
  width: 56px;
  height: 60px;
}
.scroll {
  height: 400px;
  width: 100%;
  margin: 0 auto;
}

.slider_box .slick-slide .img_slide {
  display: none;
}

.call span a {
  color: #0081a0;
}
.highlighed {
  color: #fec22e;
  font-weight: bold;
}

.all-fields2 {
  display: none;
}
