/*-- # Testimonials section --*/

ul.breadcrumb li {
  display: inline;

  font-size: 11px;
  color: #282828;
}

ul.breadcrumb li + li:before {
  color: #282828;
}
.serviceinnerfirst h4 {
  /* text-align: center */
}
.eightthinnersection .elevenheadings {
  text-align: center;
}
.ninethsection .elevenheadings {
  text-align: center;
}
.serviceinnerbanner {
  background-size: cover;
  background-repeat: no-repeat;

  background-position: center top;

  padding: 10rem 5% 10rem 5%;
}

.serviceinnerpageheading {
  font-size: 40px;

  font-weight: 400;

  text-transform: uppercase;

  margin-bottom: 10px;

  color: #282828;

  font-family: var(--heading);
}

.tableofcontentbox {
  padding: 4rem 5% 3rem 5%;
  background-color: #f3f3f3;
}
.tableofcontentheading {
  font-size: 35px;
  text-transform: uppercase;
  margin-bottom: 15px;
  line-height: 35px;
  color: #151618;
  font-family: var(--heading);
}
.tableofcontentbox ol {
  counter-reset: li;
  list-style: none !important;
  list-style: decimal;
  font-size: 16px;
  padding: 0;
  margin-bottom: 0em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.tableofcontentbox ol ol {
  margin: 0 0 0 30px;
}

.rounded-list a {
  position: relative;
  display: block;
  padding: 0.4em 0em 0.4em 36px;
  margin: 0px 0;
  color: #151618;
  text-decoration: none;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.rounded-list a:hover {
  background: transparent;
}

.rounded-list a:hover:before {
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}

.rounded-list a:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  left: 0em;
  top: 4px;
  margin-top: 0em;
  background: #1391e8;
  height: 30px;
  width: 30px;
  font-size: 16px;
  color: #fff !important;
  line-height: 27px;
  border: 3px solid #fff;
  text-align: center;
  font-weight: 500;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  /* -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out; */
}

/* Start of serviceinnerpage */

.serviceinnerfirst {
  padding: 3rem 5%;

  background: #fff;
}

.serviceinnerfirst h1.elevenheadings {
  font-size: 35px;

  font-weight: 400;

  text-transform: uppercase;

  margin-bottom: 15px;

  color: #282828;

  font-family: var(--heading);
}

.serviceinnereleven h2.elevenheadings {
  font-size: 35px;

  font-weight: 400;

  text-transform: uppercase;

  margin-bottom: 15px;

  color: #282828;

  font-family: var(--heading);
}

.serviceinnereleven h3.elevenheadings {
  font-size: 35px;

  font-weight: 400;

  text-transform: uppercase;

  margin-bottom: 15px;

  color: #282828;

  font-family: var(--heading);
}

.serviceinnereleven h4.elevenheadings {
  font-size: 35px;

  font-weight: 400;

  text-transform: uppercase;

  margin-bottom: 15px;

  color: #282828;

  font-family: var(--heading);
}

.serviceinnereleven h5.elevenheadings {
  font-size: 35px;

  font-weight: 400;

  text-transform: uppercase;

  margin-bottom: 15px;

  color: #282828;

  font-family: var(--heading);
}

.serviceinnereleven h6.elevenheadings {
  font-size: 35px;

  font-weight: 400;

  text-transform: uppercase;

  margin-bottom: 22px;

  color: #282828;

  font-family: var(--heading);
}

.serviceinnerfirst p {
  color: #282828;

  padding-bottom: 0px;

  margin-bottom: 0px;
}

.serviceinnerfirst p {
  padding-bottom: 4px;
}

.serviceinnerfirst strong {
  margin-top: 15px;

  color: #282828;
}

.serviceinnerfirst ul {
  padding: 8px 0 0 0px;

  margin: 0px 0 8px 22px;
}
.serviceinnerfirst.column-count ul {
  column-count: 3;
  column-gap: 30px;
}

.serviceinnerfirst ul li {
  color: #282828;
  padding: 5px 0px;

  list-style-type: square;
  position: relative;
}
.serviceinnerfirst ol li {
  color: #282828;
  padding: 5px 0px;
}

.serviceinnerfirst ul li::before {
  content: "\f00c";

  border-radius: 50%;

  color: #fff;

  background: transparent linear-gradient(90deg, #00a9d4 0%, #00566c 100%) 0% 0%
    no-repeat padding-box;

  display: block;

  width: 18px;

  height: 18px;

  margin-right: 0px;

  line-height: 18px;

  text-align: center;

  font-family: "FontAwesome" !important;

  position: absolute;

  font-size: 11px;
  font-weight: 400;

  margin-left: -24px;

  margin-top: 4px;
}

/* Start of serviceinnersecond */

.serviceinnersecond {
  padding: 3rem 5%;

  background-color: #f3f3f3;
}

.serviceinnerseconddright {
  padding: 0px 0px 0px 0px;

  margin: 0px;
}

.serviceinnerseconddright h2.elevenheadings {
  font-size: 35px;

  font-weight: 400;

  text-transform: uppercase;

  margin-bottom: 15px;

  color: #282828;
  text-align: left;

  font-family: var(--heading);
}

.serviceinnerseconddright h3.elevenheadings {
  font-size: 35px;

  font-weight: 400;

  text-transform: uppercase;

  margin-bottom: 15px;

  color: #282828;
  text-align: left;

  font-family: var(--heading);
}

.serviceinnerseconddright h4.elevenheadings {
  font-size: 35px;

  font-weight: 400;

  text-transform: uppercase;

  margin-bottom: 15px;

  color: #282828;
  text-align: left;

  font-family: var(--heading);
}

.serviceinnerseconddright h5.elevenheadings {
  font-size: 35px;

  font-weight: 400;

  text-transform: uppercase;

  margin-bottom: 15px;

  color: #282828;
  text-align: left;

  font-family: var(--heading);
}

.serviceinnerseconddright h6.elevenheadings {
  font-size: 35px;

  font-weight: 400;

  text-transform: uppercase;

  margin-bottom: 15px;

  color: #282828;
  text-align: left;

  font-family: var(--heading);
}

.serviceinnerseconddright p {
  color: #282828;

  padding-bottom: 12px;

  margin-bottom: 0px;
}

.serviceinnerseconddright ul {
  padding: 10px 0 0 0px;

  margin: 0px 0 10px 20px;
}

.serviceinnerseconddright ul li {
  color: #282828;

  padding: 5px 0px;
  position: relative;

  list-style-type: square;
}

.serviceinnerseconddright ul li::before {
  content: "\f00c";

  border-radius: 50%;

  color: #fff;

  background: transparent linear-gradient(90deg, #00a9d4 0%, #00566c 100%) 0% 0%
    no-repeat padding-box;

  display: block;

  width: 18px;

  height: 18px;

  margin-right: 0px;

  line-height: 18px;

  text-align: center;

  font-family: "FontAwesome" !important;

  position: absolute;

  font-size: 11px;
  font-weight: 400;

  margin-left: -24px;

  margin-top: 4px;
}

.serviceinnersecondrightpic {
  padding: 0px;

  margin: 0px;
}

.serviceinnersecondrightpic img {
  width: 100%;

  padding: 5px;

  border: #ddd 1px solid;

  transition-duration: 0.2s;

  transition-property: transform;
}

.serviceinnersecondrightpic img:hover {
  width: 100%;

  border: #282828 1px solid;

  transform: translateY(-5px);
}

/* Start of serviceinnerthirdsection */

.serviceinnerthirdsection {
  background-color: #fff;

  padding: 3rem 5%;
}

.serviceinnerthirdsection h2.elevenheadings {
  font-size: 35px;

  font-weight: 400;

  text-transform: uppercase;

  margin-bottom: 15px;

  color: #282828;
  text-align: center;

  font-family: var(--heading);
}

.serviceinnerthirdsection h3.elevenheadings {
  font-size: 35px;

  font-weight: 400;

  text-transform: uppercase;

  margin-bottom: 15px;

  color: #282828;

  font-family: var(--heading);
}

.serviceinnerthirdsection h4.elevenheadings {
  font-size: 35px;

  font-weight: 400;

  text-transform: uppercase;

  margin-bottom: 15px;

  color: #282828;

  font-family: var(--heading);
}

.serviceinnerthirdsection h5.elevenheadings {
  font-size: 35px;

  font-weight: 400;

  text-transform: uppercase;

  margin-bottom: 15px;

  color: #282828;

  font-family: var(--heading);
}

.serviceinnerthirdsection h6.elevenheadings {
  font-size: 35px;

  font-weight: 400;

  text-transform: uppercase;

  margin-bottom: 15px;

  color: #282828;

  font-family: var(--heading);
}

.thirdcolumn {
  padding: 1rem;
}

.thirdcolumn p {
  color: #282828;

  padding-bottom: 0px;

  margin-bottom: 0px;

  text-align: justify;
}

.thirdcolumn strong {
  margin-top: 15px;

  color: #282828;
}

.thirdcolumn ul {
  padding: 8px 0 0 0px;

  margin: 0px 0 0 20px;
}

.thirdcolumn ul li {
  color: #282828;

  padding: 5px 0px;
  position: relative;

  list-style-type: square;
}

.thirdcolumn ul li::before {
  content: "\f00c";

  border-radius: 50%;

  color: #fff;

  background: transparent linear-gradient(90deg, #00a9d4 0%, #00566c 100%) 0% 0%
    no-repeat padding-box;

  display: block;

  width: 18px;

  height: 18px;

  margin-right: 0px;

  line-height: 18px;

  text-align: center;

  font-family: "FontAwesome" !important;

  position: absolute;

  font-size: 11px;
  font-weight: 400;

  margin-left: -24px;

  margin-top: 4px;
}

/* Start of serviceinnerfourth */

.serviceinnerfourth {
  padding: 3rem 5%;

  background: transparent linear-gradient(90deg, #00a9d4 0%, #00566c 100%) 0% 0%
    no-repeat padding-box !important;
}

.fourthcommonbox {
  padding: 2rem;

  margin: 0px;

  background-color: #fff;
}

.fourthcommonbox h2.elevenheadings {
  font-size: 35px;

  font-weight: 400;

  text-transform: uppercase;

  margin-bottom: 15px;

  color: #282828;

  font-family: var(--heading);
}

.fourthcommonbox h3.elevenheadings {
  font-size: 35px;

  font-weight: 400;

  text-transform: uppercase;

  margin-bottom: 15px;

  color: #282828;

  font-family: var(--heading);
}

.fourthcommonbox h4.elevenheadings {
  font-size: 35px;

  font-weight: 400;

  text-transform: uppercase;

  margin-bottom: 15px;

  color: #282828;

  font-family: var(--heading);
}

.fourthcommonbox h5.elevenheadings {
  font-size: 35px;

  font-weight: 400;

  text-transform: uppercase;

  margin-bottom: 15px;

  color: #282828;

  font-family: var(--heading);
}

.fourthcommonbox h6.elevenheadings {
  font-size: 35px;

  font-weight: 400;

  text-transform: uppercase;

  margin-bottom: 15px;

  color: #282828;

  font-family: var(--heading);
}

.fourthcommonbox p {
  color: #282828;

  padding-bottom: 10px;

  margin-bottom: 0px;
}

.fourthcommonbox ul {
  padding: 5px 0 0 0px;

  margin: 0px 0 12px 20px;
}

.fourthcommonbox ul li {
  color: #282828;

  padding: 5px 0px;
  position: relative;

  list-style-type: square;
}

.fourthcommonbox ul li::before {
  content: "\f00c";

  border-radius: 50%;

  color: #fff;

  background: transparent linear-gradient(90deg, #00a9d4 0%, #00566c 100%) 0% 0%
    no-repeat padding-box;

  display: block;

  width: 18px;

  height: 18px;

  margin-right: 0px;

  line-height: 18px;

  text-align: center;

  font-family: "FontAwesome" !important;

  position: absolute;

  font-size: 11px;
  font-weight: 400;

  margin-left: -24px;

  margin-top: 4px;
}

/* Start of serviceinnerfiveth Section */

.serviceinnerfiveth {
  padding: 3rem 5%;

  background: #fff;
}

.serviceinnerfiveth h2.elevenheadings {
  font-size: 35px;

  font-weight: 400;

  text-transform: uppercase;

  margin-bottom: 15px;

  color: #282828;

  font-family: var(--heading);
}

.serviceinnerfiveth h3.elevenheadings {
  font-size: 35px;

  font-weight: 400;

  text-transform: uppercase;

  margin-bottom: 15px;

  color: #282828;

  font-family: var(--heading);
}

.serviceinnerfiveth h4.elevenheadings {
  font-size: 35px;

  font-weight: 400;

  text-transform: uppercase;

  margin-bottom: 15px;

  color: #282828;

  font-family: var(--heading);
}

.serviceinnerfiveth h5.elevenheadings {
  font-size: 35px;

  font-weight: 400;

  text-transform: uppercase;

  margin-bottom: 15px;

  color: #282828;

  font-family: var(--heading);
}

.serviceinnerfiveth h6.elevenheadings {
  font-size: 35px;

  font-weight: 400;

  text-transform: uppercase;

  margin-bottom: 15px;

  color: #282828;

  font-family: var(--heading);
}

.serviceinnerfiveth p {
  color: #282828;

  padding-bottom: 0px;

  margin-bottom: 0px;
}

.serviceinnerfiveth strong {
  margin-top: 15px;

  color: #282828;
}

.serviceinnerfiveth ul {
  padding: 8px 0 0 0px;

  margin: 0px 0 15px 20px;
}

.serviceinnerfiveth ul li {
  color: #282828;

  padding: 5px 0px;
  position: relative;

  list-style-type: square;
}

.serviceinnerfiveth ul li::before {
  content: "\f00c";

  border-radius: 50%;

  color: #fff;

  background: transparent linear-gradient(90deg, #00a9d4 0%, #00566c 100%) 0% 0%
    no-repeat padding-box;

  display: block;

  width: 18px;

  height: 18px;

  margin-right: 0px;

  line-height: 18px;

  text-align: center;

  font-family: "FontAwesome" !important;

  position: absolute;

  font-size: 11px;
  font-weight: 400;

  margin-left: -24px;

  margin-top: 4px;
}

/* Start of serviceinnersixth Section */

.serviceinnersixth {
  padding: 3rem 5%;

  background: #f3f3f3;
}

.serviceinnersixth h2.elevenheadings {
  font-size: 35px;

  font-weight: 400;

  text-transform: uppercase;

  margin-bottom: 15px;

  color: #282828;

  font-family: var(--heading);
}

.serviceinnersixth h3.elevenheadings {
  font-size: 35px;

  font-weight: 400;

  text-transform: uppercase;

  margin-bottom: 15px;

  color: #282828;

  font-family: var(--heading);
}

.serviceinnersixth h4.elevenheadings {
  font-size: 35px;

  font-weight: 400;

  text-transform: uppercase;

  margin-bottom: 15px;

  color: #282828;

  font-family: var(--heading);
}

.serviceinnersixth h5.elevenheadings {
  font-size: 35px;

  font-weight: 400;

  text-transform: uppercase;

  margin-bottom: 15px;

  color: #282828;

  font-family: var(--heading);
}

.serviceinnersixth h6.elevenheadings {
  font-size: 35px;

  font-weight: 400;

  text-transform: uppercase;

  margin-bottom: 15px;

  color: #282828;

  font-family: var(--heading);
}

.serviceinnersixth p {
  color: #282828;

  padding-bottom: 0px;

  margin-bottom: 0px;
}

.serviceinnersixth strong {
  margin-top: 15px;

  color: #282828;
}

.serviceinnersixth ul {
  padding: 8px 0 0 0px;

  margin: 0px 0 15px 20px;
}

.serviceinnersixth ul li {
  color: #282828;

  padding: 5px 0px;
  position: relative;

  list-style-type: square;
}

.serviceinnersixth ul li::before {
  content: "\f00c";

  border-radius: 50%;

  color: #fff;

  background: transparent linear-gradient(90deg, #00a9d4 0%, #00566c 100%) 0% 0%
    no-repeat padding-box;

  display: block;

  width: 18px;

  height: 18px;

  margin-right: 0px;

  line-height: 18px;

  text-align: center;

  font-family: "FontAwesome" !important;

  position: absolute;

  font-size: 11px;
  font-weight: 400;

  margin-left: -24px;

  margin-top: 4px;
}

/* Start of serviceinnerseventhsection */

.serviceinnerseventhsection {
  padding: 3rem 5%;

  background: #fff;
}

.serviceinnerseventhsectionheading {
  font-size: 35px;

  margin-bottom: 16px;

  font-weight: 400;

  text-transform: uppercase;

  color: #282828;

  text-align: center;

  font-family: var(--heading);
}

.serviceinnerseventhsection h2.elevenheadings {
  font-size: 35px;

  font-weight: 400;

  text-transform: uppercase;

  margin-bottom: 15px;

  color: #282828;

  font-family: var(--heading);
}

.serviceinnerseventhsection h3.elevenheadings {
  font-size: 35px;

  font-weight: 400;

  text-transform: uppercase;

  margin-bottom: 15px;

  color: #282828;

  font-family: var(--heading);
}

.serviceinnerseventhsection h4.elevenheadings {
  font-size: 35px;

  font-weight: 400;

  text-transform: uppercase;

  margin-bottom: 15px;

  color: #282828;

  font-family: var(--heading);
}

.serviceinnerseventhsection h5.elevenheadings {
  font-size: 35px;

  font-weight: 400;

  text-transform: uppercase;

  margin-bottom: 15px;

  color: #282828;

  font-family: var(--heading);
}

.serviceinnerseventhsection h6.elevenheadings {
  font-size: 40px;

  font-weight: 400;

  text-transform: uppercase;

  margin-bottom: 15px;

  color: #282828;

  font-family: var(--heading);
}

.serviceinnerrow {
  text-align: center;
}

.serviceinnerseventhsection p {
  color: #282828;

  padding-bottom: 0px;

  margin-bottom: 0px;
}

.serviceinnerseventhsection strong {
  margin-top: 15px;

  color: #282828;
}

.serviceinnerseventhsection ul {
  padding: 8px 0 0 0px;

  margin: 0px 0 0 20px;
}

.serviceinnerseventhsection ul li {
  color: #282828;

  padding: 5px 0px;
  position: relative;

  list-style-type: square;
}

.serviceinnerseventhsection ul li::before {
  content: "\f00c";

  border-radius: 50%;

  color: #fff;

  background: transparent linear-gradient(90deg, #00a9d4 0%, #00566c 100%) 0% 0%
    no-repeat padding-box;

  display: block;

  width: 18px;

  height: 18px;

  margin-right: 0px;

  line-height: 18px;

  text-align: center;

  font-family: "FontAwesome" !important;

  position: absolute;

  font-size: 11px;
  font-weight: 400;

  margin-left: -24px;

  margin-top: 4px;
}

/* Start of eightthinnersection */

.eightthinnersection {
  background: #fff;

  padding: 3rem 5%;
}

.eightthinnersection h2.elevenheadings {
  font-size: 35px;

  font-weight: 400;

  text-transform: uppercase;

  margin-bottom: 15px;

  color: #282828;

  font-family: var(--heading);
}

.eightthinnersection h3.elevenheadings {
  font-size: 35px;

  font-weight: 400;

  text-transform: uppercase;

  margin-bottom: 15px;

  color: #282828;

  font-family: var(--heading);
}

.eightthinnersection h4.elevenheadings {
  font-size: 35px;

  font-weight: 400;

  text-transform: uppercase;

  margin-bottom: 15px;

  color: #282828;

  font-family: var(--heading);
}

.eightthinnersection h5.elevenheadings {
  font-size: 35px;

  font-weight: 400;

  text-transform: uppercase;

  margin-bottom: 15px;

  color: #282828;

  font-family: var(--heading);
}

.eightthinnersection h6.elevenheadings {
  font-size: 35px;

  font-weight: 400;

  text-transform: uppercase;

  margin-bottom: 15px;

  color: #282828;

  font-family: var(--heading);
}

.serviceresultcolumn {
  transition-duration: 0.2s;

  background: transparent;

  transition-duration: 0.2s;

  transition-property: transform;

  margin: 15px 0 15px 0px;
}

.serviceresultcolumn:hover {
  transform: translateY(-5px);
}

.serviceresultcolumn img {
  padding: 5px;

  border: #fff 1px solid;
}

.serviceresultcolumn:hover img {
  border: #282828 1px solid;
}

.serviceresultcolumn p {
  padding: 2px 0 0 0px;

  margin: 0px;

  text-align: center;
}

.whiteboxdiv {
  background-color: #fff;

  padding: 1.5rem;

  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);

  transition-duration: 0.2s;

  transition-property: transform;

  margin: 35px auto 0;
}

.whiteboxdivs {
  background-color: transparent;

  padding: 0rem;

  margin: 1.5rem 0px 0px 0px;
}

.serviceinnersecond p {
  color: #282828;

  padding-bottom: 0px;

  margin-bottom: 0px;
}

.whiteboxdiv:hover {
  background-color: #f4fafc;

  transform: translateY(-5px);
}

.whiteheading {
  font-size: 22px;

  color: #282828;

  font-weight: 500;

  text-transform: uppercase;

  font-family: var(--heading);

  padding-bottom: 10px;

  text-align: center;
}

/* Start of faqsection */

.faqsection {
  background: #f3f3f3;

  padding: 3rem 10%;
}

.faqsectionheading {
  font-size: 35px;

  margin-bottom: 16px;

  font-weight: 400;

  text-transform: uppercase;

  color: #282828;

  text-align: center;

  font-family: var(--heading);
}

.faqbox {
  padding: 10px 1rem;

  transition-duration: 0.2s;

  transition-property: transform;
}

.faqbox:hover {
  transform: translateY(-5px);
}

.faqboxheading {
  padding: 8px 12px 8px 12px;

  background: #fff;
  border: #ccc 1px solid;

  color: #282828;

  font-size: 20px;
  font-weight: 500;

  font-family: var(--heading);

  border-radius: 3px;
}

.marginspace p {
  color: #282828;

  padding: 10px 12px 3px 12px;

  margin: 0;
}

.marginspace ul {
  padding: 10px 0 0 0px;

  margin: 0px 0 0 35px;
}

.marginspace ul li {
  color: #282828;
  position: relative;

  list-style-type: square;
  padding: 5px 0px;
}

.marginspace ul li::before {
  content: "\f00c";

  border-radius: 50%;

  color: #fff;

  background: transparent linear-gradient(90deg, #00a9d4 0%, #00566c 100%) 0% 0%
    no-repeat padding-box;

  display: block;

  width: 18px;

  height: 18px;

  margin-right: 0px;

  line-height: 18px;

  text-align: center;

  font-family: "FontAwesome" !important;

  position: absolute;

  font-size: 11px;
  font-weight: 400;

  margin-left: -24px;

  margin-top: 4px;
}

/* Start of seventhsection */

.seventhsectionheading {
  font-size: 35px;

  font-weight: 400;

  text-transform: uppercase;

  margin-bottom: 15px;

  color: #282828;
  text-align: center;

  font-family: var(--heading);
}

.serviceresultcolumn {
  transition-duration: 0.2s;

  background: transparent;

  transition-duration: 0.2s;

  transition-property: transform;

  margin: 15px 0 15px 0px;
}

.serviceresultcolumn img {
  padding: 5px;

  border: #d4d4d4 1px solid;
}

.serviceresultcolumn:hover img {
  border: #282828 1px solid;
}

.serviceinnerbtn {
  background: #282828;

  padding: 11px 20px;

  color: #fff;

  display: inline-block;

  transition: 0.4s;
}

.serviceinnerbtn:hover {
  background: #e8c399;

  color: #fff;
}

.resulttopdiv {
  margin-top: 11px;

  text-align: center;
}

.servicevideobtn {
  color: #fff;

  background-color: #e8c399;

  padding: 9px 1.5rem;

  cursor: pointer;

  display: inline-block;

  outline: none;

  text-align: center;

  text-decoration: none;

  transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);

  user-select: none;

  -webkit-user-select: none;

  touch-action: manipulation;

  will-change: transform;
}

.servicevideobtn:disabled {
  pointer-events: none;
}

.servicevideobtn:hover {
  background-color: #282828;

  box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;

  transform: translateY(-2px);

  color: #fff;

  text-decoration: none;
}

.servicevideobtn:active {
  box-shadow: none;

  transform: translateY(0);
}

/* Start of ninethsection */

.ninethsection {
  background: #f2f9fb;

  padding: 3rem 5%;
}

.elevenheadings {
  font-size: 35px;
  line-height: 40px;

  font-weight: 400;

  text-transform: uppercase;

  margin-bottom: 15px;

  color: #282828;

  font-family: var(--heading);
}

.snthumb img {
  border: #d4d4d4 1px solid;

  padding: 5px;
}

.snthumb img:hover {
  border: #282828 1px solid;
}

.hvideocolumn {
  position: relative;
  margin: 1rem 0px;

  transition-duration: 0.2s;

  transition-property: transform;
}

.hvideocolumn:hover {
  transform: translateY(-5px);
}

.snthumb {
  padding: 0px;
  margin: 0px;
  position: relative;
  text-align: center;
}

.snthumb p {
  padding-top: 5px;
  margin-bottom: 0px;
}

.play_btns {
  position: absolute;

  left: 1.5rem;

  bottom: 100px;

  background: transparent linear-gradient(90deg, #00a9d4 0%, #00566c 100%) 0% 0%
    no-repeat padding-box !important;

  width: 48px;

  height: 48px;
  line-height: 48px;

  border-radius: 50%;

  display: flex;

  align-items: center;

  justify-content: center;

  color: #fff;
  z-index: 9;

  box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
}

.play_btns i {
  font-size: 24px;
  padding-left: 3px;
}

/* Start of Yogesh Sir iPad Pro Media Screen */

@media screen and (max-width: 1200px) and (min-width: 1101px) {
  .serviceinnerbanner {
    background-position: 100% top;
    padding: 7rem 2% 7rem 2%;
  }

  .serviceinnerpageheading {
    font-size: 35px;
    font-weight: 500;
    margin-bottom: 10px;
  }

  /* Start of serviceinnerfirst */

  .serviceinnerfirst {
    padding: 2rem 2%;
  }

  .serviceinnerfirst h1.elevenheadings {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 12px;
  }

  .serviceinnerfirst h2.elevenheadings {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 12px;
  }

  .serviceinnerfirst h3.elevenheadings {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 12px;
  }

  .serviceinnerfirst h4.elevenheadings {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 12px;
  }

  .serviceinnerfirst h5.elevenheadings {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 12px;
  }

  .serviceinnerfirst h6.elevenheadings {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 12px;
  }

  .serviceinnerfirst p {
    font-size: 15px;
    line-height: 25px;
  }

  .serviceinnerfirst ul li,
  .serviceinnerfirst ol li {
    padding: 3px 0px;
    font-size: 15px;
  }

  .serviceinnerfirst ul li::before {
    width: 15px;
    height: 15px;
    line-height: 15px;
    font-size: 9px;
    margin-left: -20px;
    margin-top: 4px;
  }

  /* Start of serviceinnerthird */

  .serviceinnersecond {
    padding: 2rem 2%;
  }

  .serviceinnerseconddright {
    padding: 0px;
    margin: 0px;
  }

  .serviceinnerseconddright h2.elevenheadings {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 10px;
    text-align: left;
  }

  .serviceinnerseconddright h3.elevenheadings {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 10px;
    text-align: left;
  }

  .serviceinnerseconddright h4.elevenheadings {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 10px;
    text-align: left;
  }

  .serviceinnerseconddright h5.elevenheadings {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 10px;
    text-align: left;
  }

  .serviceinnerseconddright h6.elevenheadings {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 10px;
    text-align: left;
  }

  .serviceinnerseconddright p {
    font-size: 15px;
    line-height: 25px;
  }

  .serviceinnerseconddright ul {
    padding: 5px 0 0 0px;
    margin: 0px 0 5px 20px;
  }

  .serviceinnerseconddright ul li {
    padding: 3px 0px;
    font-size: 15px;
  }

  .serviceinnerseconddright ul li::before {
    width: 15px;
    height: 15px;
    line-height: 15px;
    font-size: 9px;
    margin-left: -20px;
    margin-top: 4px;
  }

  /* Start of serviceinnerfifteensection */

  .serviceinnerthirdsection {
    padding: 2rem 2%;
  }

  .serviceinnerthirdsection h2.elevenheadings {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .serviceinnerthirdsection h3.elevenheadings {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .serviceinnerthirdsection h4.elevenheadings {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .serviceinnerthirdsection h5.elevenheadings {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .serviceinnerthirdsection h6.elevenheadings {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .thirdcolumn {
    padding: 0rem;
  }

  .thirdcolumn p {
    text-align: left;
    font-size: 15px;
    line-height: 25px;
  }

  .thirdcolumn ul {
    margin-bottom: 10px;
  }

  .thirdcolumn ul li {
    padding: 3px 0px;
    font-size: 15px;
    line-height: 25px;
  }

  .thirdcolumn ul li::before {
    width: 15px;
    height: 15px;
    line-height: 15px;
    font-size: 9px;
    margin-left: -20px;
    margin-top: 5px;
  }

  /* Start of serviceinnerfifteensection */

  .serviceinnerfourth {
    padding: 2rem 2%;
  }

  .fourthcommonbox {
    padding: 1rem;
  }

  .fourthcommonbox h2.elevenheadings {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .fourthcommonbox h3.elevenheadings {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .fourthcommonbox h4.elevenheadings {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .fourthcommonbox h5.elevenheadings {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .fourthcommonbox h6.elevenheadings {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .fourthcommonbox p {
    font-size: 15px;
    line-height: 25px;
  }

  .fourthcommonbox ul li {
    padding: 3px 0px;
    font-size: 15px;
    line-height: 25px;
  }

  .fourthcommonbox ul li::before {
    width: 15px;
    height: 15px;
    line-height: 15px;
    font-size: 9px;
    margin-left: -20px;
    margin-top: 5px;
  }

  /* Start of serviceinnerfiveth */

  .serviceinnerfiveth {
    padding: 2rem 2%;
  }

  .serviceinnerfiveth h2.elevenheadings {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .serviceinnerfiveth h3.elevenheadings {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .serviceinnerfiveth h4.elevenheadings {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .serviceinnerfiveth h5.elevenheadings {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .serviceinnerfiveth h6.elevenheadings {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .serviceinnerfiveth p {
    font-size: 15px;
    line-height: 25px;
  }

  .serviceinnerfiveth ul li {
    padding: 3px 0px;
    font-size: 15px;
    line-height: 25px;
  }

  .serviceinnerfiveth ul li::before {
    width: 15px;
    height: 15px;
    line-height: 15px;
    font-size: 9px;
    margin-left: -20px;
    margin-top: 5px;
  }

  /* Start of serviceinnersixth */

  .serviceinnersixth {
    padding: 2rem 2%;
  }

  .serviceinnersixth h2.elevenheadings {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .serviceinnersixth h3.elevenheadings {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .serviceinnersixth h4.elevenheadings {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .serviceinnersixth h5.elevenheadings {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .serviceinnersixth h6.elevenheadings {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .serviceinnersixth p {
    font-size: 15px;
    line-height: 25px;
  }

  .serviceinnersixth ul li {
    padding: 3px 0px;
    font-size: 15px;
    line-height: 25px;
  }

  .serviceinnersixth ul li::before {
    width: 15px;
    height: 15px;
    line-height: 15px;
    font-size: 9px;
    margin-left: -20px;
    margin-top: 5px;
  }

  /* Start of serviceinnersecond */

  .serviceinnerseventhsection {
    padding: 2rem 2%;
  }

  .serviceinnerseventhsection h2.elevenheadings {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .serviceinnerseventhsection h3.elevenheadings {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .serviceinnerseventhsection h4.elevenheadings {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .serviceinnerseventhsection h5.elevenheadings {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .serviceinnerseventhsection h6.elevenheadings {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .serviceinnerseventhsection p {
    font-size: 15px;
    line-height: 25px;
  }

  .whiteboxdiv {
    padding: 12px;
    margin: 20px auto 0 auto;
  }

  .whiteheading {
    font-size: 18px;
    padding-bottom: 5px;
  }

  .whiteboxdiv p {
    font-size: 15px;
    line-height: 25px;
  }

  .serviceinnersecond p {
    font-size: 15px;
    line-height: 25px;
  }

  /* Start of faqsection */

  .faqsection {
    padding: 2rem 6%;
  }

  .faqsectionheading {
    font-size: 30px;
    margin-bottom: 12px;
    font-weight: 500;
  }

  .faqboxheading {
    padding: 6px 10px 6px 10px;
    font-size: 18px;
  }

  .marginspace p {
    padding: 8px 10px 3px 10px;
    font-size: 15px;
    line-height: 25px;
  }

  .marginspace ul {
    padding: 8px 0 8px 0px;
  }

  .marginspace ul li {
    padding: 3px 0px;
    font-size: 15px;
    line-height: 25px;
  }

  .marginspace ul li::before {
    width: 15px;
    height: 15px;
    line-height: 15px;
    font-size: 9px;
    margin-left: -20px;
    margin-top: 5px;
  }

  /* Start of seventhsection */

  .eightthinnersection {
    padding: 2rem 2%;
  }

  .seventhsectionheading {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 12px;
  }

  .serviceresultcolumn p {
    font-size: 12px;
  }

  /* Start of ninethsection */

  .ninethsection {
    padding: 2rem 2%;
  }

  .elevenheadings {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 12px;
  }

  .play_btns {
    bottom: 80px;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }

  .play_btns i {
    font-size: 18px;
    padding-left: 2px;
  }

  .snthumb p {
    padding-top: 0px;
    font-size: 15px;
  }
}


/* Start of iPad Pro Media Screen */

@media screen and (max-width: 1100px) and (min-width: 992px) {

  .serviceinnerbanner {
    background-position: 100% top;
    padding: 6rem 2% 6rem 2%;
  }

  .serviceinnerpageheading {
    font-size: 35px;
    font-weight: 500;
    margin-bottom: 10px;
  }

  /* Start of serviceinnerfirst */

  .serviceinnerfirst {
    padding: 2rem 2%;
  }

  .serviceinnerfirst h1.elevenheadings {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 12px;
  }

  .serviceinnerfirst h2.elevenheadings {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 12px;
  }

  .serviceinnerfirst h3.elevenheadings {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 12px;
  }

  .serviceinnerfirst h4.elevenheadings {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 12px;
  }

  .serviceinnerfirst h5.elevenheadings {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 12px;
  }

  .serviceinnerfirst h6.elevenheadings {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 12px;
  }

  .serviceinnerfirst p {
    font-size: 15px;
    line-height: 25px;
  }

  .serviceinnerfirst ul li,
  .serviceinnerfirst ol li {
    padding: 3px 0px;
    font-size: 15px;
  }

  .serviceinnerfirst ul li::before {
    width: 15px;
    height: 15px;
    line-height: 15px;
    font-size: 9px;
    margin-left: -20px;
    margin-top: 4px;
  }

  /* Start of serviceinnerthird */

  .serviceinnersecond {
    padding: 2rem 2%;
  }

  .serviceinnerseconddright {
    padding: 0px;
    margin: 0px;
  }

  .serviceinnerseconddright h2.elevenheadings {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 10px;
    text-align: left;
  }

  .serviceinnerseconddright h3.elevenheadings {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 10px;
    text-align: left;
  }

  .serviceinnerseconddright h4.elevenheadings {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 10px;
    text-align: left;
  }

  .serviceinnerseconddright h5.elevenheadings {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 10px;
    text-align: left;
  }

  .serviceinnerseconddright h6.elevenheadings {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 10px;
    text-align: left;
  }

  .serviceinnerseconddright p {
    font-size: 15px;
    line-height: 25px;
  }

  .serviceinnerseconddright ul {
    padding: 5px 0 0 0px;
    margin: 0px 0 5px 20px;
  }

  .serviceinnerseconddright ul li {
    padding: 3px 0px;
    font-size: 15px;
  }

  .serviceinnerseconddright ul li::before {
    width: 15px;
    height: 15px;
    line-height: 15px;
    font-size: 9px;
    margin-left: -20px;
    margin-top: 4px;
  }

  /* Start of serviceinnerfifteensection */

  .serviceinnerthirdsection {
    padding: 2rem 2%;
  }

  .serviceinnerthirdsection h2.elevenheadings {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .serviceinnerthirdsection h3.elevenheadings {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .serviceinnerthirdsection h4.elevenheadings {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .serviceinnerthirdsection h5.elevenheadings {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .serviceinnerthirdsection h6.elevenheadings {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .thirdcolumn {
    padding: 0rem;
  }

  .thirdcolumn p {
    text-align: left;
    font-size: 15px;
    line-height: 25px;
  }

  .thirdcolumn ul {
    margin-bottom: 10px;
  }

  .thirdcolumn ul li {
    padding: 3px 0px;
    font-size: 15px;
    line-height: 25px;
  }

  .thirdcolumn ul li::before {
    width: 15px;
    height: 15px;
    line-height: 15px;
    font-size: 9px;
    margin-left: -20px;
    margin-top: 5px;
  }

  /* Start of serviceinnerfifteensection */

  .serviceinnerfourth {
    padding: 2rem 2%;
  }

  .fourthcommonbox {
    padding: 1rem;
  }

  .fourthcommonbox h2.elevenheadings {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .fourthcommonbox h3.elevenheadings {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .fourthcommonbox h4.elevenheadings {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .fourthcommonbox h5.elevenheadings {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .fourthcommonbox h6.elevenheadings {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .fourthcommonbox p {
    font-size: 15px;
    line-height: 25px;
  }

  .fourthcommonbox ul li {
    padding: 3px 0px;
    font-size: 15px;
    line-height: 25px;
  }

  .fourthcommonbox ul li::before {
    width: 15px;
    height: 15px;
    line-height: 15px;
    font-size: 9px;
    margin-left: -20px;
    margin-top: 5px;
  }

  /* Start of serviceinnerfiveth */

  .serviceinnerfiveth {
    padding: 2rem 2%;
  }

  .serviceinnerfiveth h2.elevenheadings {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .serviceinnerfiveth h3.elevenheadings {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .serviceinnerfiveth h4.elevenheadings {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .serviceinnerfiveth h5.elevenheadings {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .serviceinnerfiveth h6.elevenheadings {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .serviceinnerfiveth p {
    font-size: 15px;
    line-height: 25px;
  }

  .serviceinnerfiveth ul li {
    padding: 3px 0px;
    font-size: 15px;
    line-height: 25px;
  }

  .serviceinnerfiveth ul li::before {
    width: 15px;
    height: 15px;
    line-height: 15px;
    font-size: 9px;
    margin-left: -20px;
    margin-top: 5px;
  }

  /* Start of serviceinnersixth */

  .serviceinnersixth {
    padding: 2rem 2%;
  }

  .serviceinnersixth h2.elevenheadings {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .serviceinnersixth h3.elevenheadings {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .serviceinnersixth h4.elevenheadings {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .serviceinnersixth h5.elevenheadings {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .serviceinnersixth h6.elevenheadings {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .serviceinnersixth p {
    font-size: 15px;
    line-height: 25px;
  }

  .serviceinnersixth ul li {
    padding: 3px 0px;
    font-size: 15px;
    line-height: 25px;
  }

  .serviceinnersixth ul li::before {
    width: 15px;
    height: 15px;
    line-height: 15px;
    font-size: 9px;
    margin-left: -20px;
    margin-top: 5px;
  }

  /* Start of serviceinnersecond */

  .serviceinnerseventhsection {
    padding: 2rem 2%;
  }

  .serviceinnerseventhsection h2.elevenheadings {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .serviceinnerseventhsection h3.elevenheadings {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .serviceinnerseventhsection h4.elevenheadings {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .serviceinnerseventhsection h5.elevenheadings {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .serviceinnerseventhsection h6.elevenheadings {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .serviceinnerseventhsection p {
    font-size: 15px;
    line-height: 25px;
  }

  .whiteboxdiv {
    padding: 12px;
    margin: 20px auto 0 auto;
  }

  .whiteheading {
    font-size: 18px;
    padding-bottom: 5px;
  }

  .whiteboxdiv p {
    font-size: 15px;
    line-height: 25px;
  }

  .serviceinnersecond p {
    font-size: 15px;
    line-height: 25px;
  }

  /* Start of faqsection */

  .faqsection {
    padding: 2rem 5%;
  }

  .faqsectionheading {
    font-size: 30px;
    margin-bottom: 12px;
    font-weight: 500;
  }

  .faqboxheading {
    padding: 6px 10px 6px 10px;
    font-size: 18px;
  }

  .marginspace p {
    padding: 8px 10px 3px 10px;
    font-size: 15px;
    line-height: 25px;
  }

  .marginspace ul {
    padding: 8px 0 8px 0px;
  }

  .marginspace ul li {
    padding: 3px 0px;
    font-size: 15px;
    line-height: 25px;
  }

  .marginspace ul li::before {
    width: 15px;
    height: 15px;
    line-height: 15px;
    font-size: 9px;
    margin-left: -20px;
    margin-top: 5px;
  }

  /* Start of seventhsection */

  .eightthinnersection {
    padding: 2rem 2%;
  }

  .seventhsectionheading {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 12px;
  }

  .serviceresultcolumn p {
    font-size: 12px;
  }

  /* Start of ninethsection */

  .ninethsection {
    padding: 2rem 2%;
  }

  .elevenheadings {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 12px;
  }

  .play_btns {
    bottom: 80px;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }

  .play_btns i {
    font-size: 18px;
    padding-left: 2px;
  }

  .snthumb p {
    padding-top: 0px;
    font-size: 15px;
  }
}

/* Start of iPad Media Screen */

@media screen and (max-width: 991.99px) and (min-width: 768px) {
  .serviceinnerfirst.column-count ul {
    column-count: 2;
    column-gap: 30px;
  }
  .serviceinnerbanner {
    background-position: 100% top;
    padding: 4rem 2% 4rem 2%;
  }

  .serviceinnerpageheading {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 10px;
  }

  /* Start of serviceinnerfirst */

  .serviceinnerfirst {
    padding: 2rem 2%;
  }

  .serviceinnerfirst h1.elevenheadings {
    font-size: 27px;
    font-weight: 500;
    margin-bottom: 12px;
  }

  .serviceinnerfirst h2.elevenheadings {
    font-size: 27px;
    font-weight: 500;
    margin-bottom: 12px;
  }

  .serviceinnerfirst h3.elevenheadings {
    font-size: 27px;
    font-weight: 500;
    margin-bottom: 12px;
  }

  .serviceinnerfirst h4.elevenheadings {
    font-size: 27px;
    font-weight: 500;
    margin-bottom: 12px;
  }

  .serviceinnerfirst h5.elevenheadings {
    font-size: 27px;
    font-weight: 500;
    margin-bottom: 12px;
  }

  .serviceinnerfirst h6.elevenheadings {
    font-size: 27px;
    font-weight: 500;
    margin-bottom: 12px;
  }

  .serviceinnerfirst p {
    font-size: 15px;
    line-height: 25px;
  }

  .serviceinnerfirst ul {
    margin: 0px 0 0px 22px;
    padding: 0px;
  }

  .serviceinnerfirst ul li,
  .serviceinnerfirst ol li {
    padding: 3px 0px;
    font-size: 15px;
  }

  .serviceinnerfirst ul li::before {
    width: 15px;
    height: 15px;
    line-height: 15px;
    font-size: 9px;
    margin-left: -20px;
    margin-top: 6px;
  }

  /* Start of serviceinnerthird */

  .serviceinnersecond {
    padding: 2rem 2%;
  }

  .serviceinnersecond .row {
    display: flex;
    flex-direction: column-reverse;
  }

  .serviceinnerseconddright {
    padding: 0px;
    margin: 10px 0 0 0px;
  }

  .serviceinnerseconddright h2.elevenheadings {
    font-size: 27px;
    font-weight: 500;
    margin-bottom: 10px;
    text-align: left;
  }

  .serviceinnerseconddright h3.elevenheadings {
    font-size: 27px;
    font-weight: 500;
    margin-bottom: 10px;
    text-align: left;
  }

  .serviceinnerseconddright h4.elevenheadings {
    font-size: 27px;
    font-weight: 500;
    margin-bottom: 10px;
    text-align: left;
  }

  .serviceinnerseconddright h5.elevenheadings {
    font-size: 27px;
    font-weight: 500;
    margin-bottom: 10px;
    text-align: left;
  }

  .serviceinnerseconddright h6.elevenheadings {
    font-size: 27px;
    font-weight: 500;
    margin-bottom: 10px;
    text-align: left;
  }

  .serviceinnerseconddright p {
    font-size: 15px;
    line-height: 25px;
  }

  .serviceinnerseconddright ul {
    padding: 12px 0 0 0px;
    margin: 0px 0 12px 20px;
  }

  .serviceinnerseconddright ul li {
    padding: 3px 0px;
    font-size: 15px;
  }

  .serviceinnerseconddright ul li::before {
    width: 15px;
    height: 15px;
    line-height: 15px;
    font-size: 9px;
    margin-left: -20px;
    margin-top: 6px;
  }

  /* Start of serviceinnerfifteensection */

  .serviceinnerthirdsection {
    padding: 2rem 2%;
  }

  .serviceinnerthirdsection h2.elevenheadings {
    font-size: 27px;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .serviceinnerthirdsection h3.elevenheadings {
    font-size: 27px;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .serviceinnerthirdsection h4.elevenheadings {
    font-size: 27px;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .serviceinnerthirdsection h5.elevenheadings {
    font-size: 27px;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .serviceinnerthirdsection h6.elevenheadings {
    font-size: 27px;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .thirdcolumn {
    padding: 0rem;
  }

  .thirdcolumn p {
    text-align: left;
    font-size: 15px;
    line-height: 25px;
  }

  .thirdcolumn ul {
    margin-bottom: 10px;
  }

  .thirdcolumn ul li {
    padding: 3px 0px;
    font-size: 15px;
    line-height: 25px;
  }

  .thirdcolumn ul li::before {
    width: 15px;
    height: 15px;
    line-height: 15px;
    font-size: 9px;
    margin-left: -20px;
    margin-top: 5px;
  }

  /* Start of serviceinnerfifteensection */

  .serviceinnerfourth {
    padding: 2rem 2%;
  }

  .fourthcommonbox {
    padding: 1rem;
  }

  .fourthcommonbox h2.elevenheadings {
    font-size: 27px;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .fourthcommonbox h3.elevenheadings {
    font-size: 27px;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .fourthcommonbox h4.elevenheadings {
    font-size: 27px;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .fourthcommonbox h5.elevenheadings {
    font-size: 27px;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .fourthcommonbox h6.elevenheadings {
    font-size: 27px;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .fourthcommonbox p {
    font-size: 15px;
    line-height: 25px;
  }

  .fourthcommonbox ul li {
    padding: 3px 0px;
    font-size: 15px;
    line-height: 25px;
  }

  .fourthcommonbox ul li::before {
    width: 15px;
    height: 15px;
    line-height: 15px;
    font-size: 9px;
    margin-left: -20px;
    margin-top: 5px;
  }

  /* Start of serviceinnerfiveth */

  .serviceinnerfiveth {
    padding: 2rem 2%;
  }

  .serviceinnerfiveth h2.elevenheadings {
    font-size: 27px;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .serviceinnerfiveth h3.elevenheadings {
    font-size: 27px;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .serviceinnerfiveth h4.elevenheadings {
    font-size: 27px;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .serviceinnerfiveth h5.elevenheadings {
    font-size: 27px;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .serviceinnerfiveth h6.elevenheadings {
    font-size: 27px;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .serviceinnerfiveth p {
    font-size: 15px;
    line-height: 25px;
  }

  .serviceinnerfiveth ul {
    padding: 0px 0 0 0px;
    margin: 0px 0 0px 20px;
  }

  .serviceinnerfiveth ul li {
    padding: 3px 0px;
    font-size: 15px;
    line-height: 25px;
  }

  .serviceinnerfiveth ul li::before {
    width: 15px;
    height: 15px;
    line-height: 15px;
    font-size: 9px;
    margin-left: -20px;
    margin-top: 5px;
  }

  /* Start of serviceinnersixth */

  .serviceinnersixth {
    padding: 2rem 2%;
  }

  .serviceinnersixth h2.elevenheadings {
    font-size: 27px;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .serviceinnersixth h3.elevenheadings {
    font-size: 27px;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .serviceinnersixth h4.elevenheadings {
    font-size: 27px;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .serviceinnersixth h5.elevenheadings {
    font-size: 27px;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .serviceinnersixth h6.elevenheadings {
    font-size: 27px;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .serviceinnersixth p {
    font-size: 15px;
    line-height: 25px;
  }

  .serviceinnersixth ul {
    padding: 0px 0 0 0px;
    margin: 0px 0 0px 20px;
  }

  .serviceinnersixth ul li {
    padding: 3px 0px;
    font-size: 15px;
    line-height: 25px;
  }

  .serviceinnersixth ul li::before {
    width: 15px;
    height: 15px;
    line-height: 15px;
    font-size: 9px;
    margin-left: -20px;
    margin-top: 5px;
  }

  /* Start of serviceinnersecond */

  .serviceinnerseventhsection {
    padding: 2rem 2%;
  }

  .serviceinnerseventhsection h2.elevenheadings {
    font-size: 27px;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .serviceinnerseventhsection h3.elevenheadings {
    font-size: 27px;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .serviceinnerseventhsection h4.elevenheadings {
    font-size: 27px;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .serviceinnerseventhsection h5.elevenheadings {
    font-size: 27px;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .serviceinnerseventhsection h6.elevenheadings {
    font-size: 27px;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .serviceinnerseventhsection p {
    font-size: 15px;
    line-height: 25px;
  }

  .whiteboxdiv {
    padding: 12px;
    margin: 20px auto 0 auto;
  }

  .whiteheading {
    font-size: 18px;
    padding-bottom: 5px;
  }

  .whiteboxdiv p {
    font-size: 15px;
    line-height: 25px;
  }

  .serviceinnersecond p {
    font-size: 15px;
    line-height: 25px;
  }

  /* Start of faqsection */

  .faqsection {
    padding: 2rem 4%;
  }

  .faqsectionheading {
    font-size: 27px;
    margin-bottom: 12px;
    font-weight: 500;
  }

  .faqboxheading {
    padding: 6px 10px 6px 10px;
    font-size: 18px;
  }

  .marginspace p {
    padding: 8px 10px 3px 10px;
    font-size: 15px;
    line-height: 25px;
  }

  .marginspace ul {
    padding: 8px 0 8px 0px;
  }

  .marginspace ul li {
    padding: 3px 0px;
    font-size: 15px;
    line-height: 25px;
  }

  .marginspace ul li::before {
    width: 15px;
    height: 15px;
    line-height: 15px;
    font-size: 9px;
    margin-left: -20px;
    margin-top: 5px;
  }

  /* Start of seventhsection */

  .eightthinnersection {
    padding: 2rem 2%;
  }

  .seventhsectionheading {
    font-size: 27px;
    font-weight: 500;
    margin-bottom: 12px;
  }

  .serviceresultcolumn p {
    font-size: 12px;
  }

  .serviceresultcolumn {
    margin: 10px 0 10px 0px;
  }

  .eightthinnersection .col-md-6:nth-child(3) {
    display: none;
  }

  /* Start of ninethsection */

  .ninethsection {
    padding: 2rem 2%;
  }

  .elevenheadings {
    font-size: 27px;
    font-weight: 500;
    margin-bottom: 12px;
  }

  .play_btns {
    bottom: 80px;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }

  .play_btns i {
    font-size: 18px;
    padding-left: 2px;
  }

  .snthumb p {
    padding-top: 0px;
    font-size: 15px;
  }

  .hvideocolumn {
    margin: 10px 0px;
  }

  .ninethsection .col-md-6:nth-child(3) {
    display: none;
  }
}

/* Start of iphone/mobile Media Screen */

@media screen and (max-width: 767px) and (min-width: 320px) {
  .serviceinnerfirst.column-count ul {
    column-count: 1;
    column-gap: 30px;
  }
  .serviceinnerbanner {
    background-position: 100% top;
    padding: 2.6rem 1% 2.6rem 1%;
    background-size: cover;
  }

  .serviceinnerpageheading {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0px;
  }

  ul.breadcrumb {
    padding: 0px 0px;
    line-height: 15px;
    margin-top: 2px;
  }

  /* Start of tableofcontentbox */
  .tableofcontentbox {
    padding: 1.5rem 2% 1.5rem 2%;
  }
  .tableofcontentheading {
    font-size: 24px;
    margin-bottom: 12px;
  }
  .rounded-list a {
    padding: 2px 0em 2px 28px;
  }
  .rounded-list a:before {
    top: 2px;
    margin-top: 0em;
    height: 24px;
    width: 24px;
    font-size: 12px;
    line-height: 23px;
    border: 2px solid #fff;
  }

  /* Start of serviceinnerfirst */

  .serviceinnerfirst {
    padding: 1rem 1%;
  }

  .serviceinnerfirst h1.elevenheadings {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 8px;
  }

  .serviceinnerfirst h2.elevenheadings {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 8px;
  }

  .serviceinnerfirst h3.elevenheadings {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 8px;
  }

  .serviceinnerfirst h4.elevenheadings {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 8px;
  }

  .serviceinnerfirst h5.elevenheadings {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 8px;
  }

  .serviceinnerfirst h6.elevenheadings {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 8px;
  }

  .serviceinnerfirst p {
    font-size: 15px;
    line-height: 25px;
  }

  .serviceinnerfirst ul {
    margin: 0px 0 0px 18px;
    padding: 0px;
  }

  .serviceinnerfirst ul li,
  .serviceinnerfirst ol li {
    padding: 2px 0px;
    font-size: 15px;
    line-height: 25px;
  }

  .serviceinnerfirst ul li::before {
    width: 12px;
    height: 12px;
    line-height: 12px;
    font-size: 8px;
    margin-left: -18px;
    margin-top: 7px;
  }

  /* Start of serviceinnerthird */

  .serviceinnersecond {
    padding: 1rem 1%;
  }

  .serviceinnersecond .row {
    display: flex;
    flex-direction: column-reverse;
  }

  .serviceinnerseconddright {
    padding: 0px;
    margin: 0px 0 0 0px;
  }

  .serviceinnerseconddright h2.elevenheadings {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 10px;
    text-align: left;
  }

  .serviceinnerseconddright h3.elevenheadings {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 10px;
    text-align: left;
  }

  .serviceinnerseconddright h4.elevenheadings {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 10px;
    text-align: left;
  }

  .serviceinnerseconddright h5.elevenheadings {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 10px;
    text-align: left;
  }

  .serviceinnerseconddright h6.elevenheadings {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 10px;
    text-align: left;
  }

  .serviceinnerseconddright p {
    font-size: 15px;
    line-height: 25px;
  }

  .serviceinnerseconddright ul {
    padding: 10px 0 0 0px;
    margin: 0px 0 12px 20px;
  }

  .serviceinnerseconddright ul li {
    padding: 0px 0px;
    font-size: 15px;
  }

  .serviceinnerseconddright ul li::before {
    width: 12px;
    height: 12px;
    line-height: 12px;
    font-size: 8px;
    margin-left: -18px;
    margin-top: 7px;
  }

  /* Start of serviceinnerfifteensection */

  .serviceinnerthirdsection {
    padding: 1rem 1%;
  }

  .serviceinnerthirdsection h2.elevenheadings {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .serviceinnerthirdsection h3.elevenheadings {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .serviceinnerthirdsection h4.elevenheadings {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .serviceinnerthirdsection h5.elevenheadings {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .serviceinnerthirdsection h6.elevenheadings {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .thirdcolumn {
    padding: 0rem;
  }

  .thirdcolumn p {
    text-align: left;
    font-size: 15px;
    line-height: 25px;
  }

  .thirdcolumn ul {
    margin-bottom: 10px;
  }

  .thirdcolumn ul li {
    padding: 0px 0px;
    font-size: 15px;
    line-height: 25px;
  }

  .thirdcolumn ul li::before {
    width: 12px;
    height: 12px;
    line-height: 12px;
    font-size: 8px;
    margin-left: -18px;
    margin-top: 7px;
  }

  /* Start of serviceinnerfifteensection */

  .serviceinnerfourth {
    padding: 1rem 1%;
  }

  .fourthcommonbox {
    padding: 1rem;
  }

  .fourthcommonbox h2.elevenheadings {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .fourthcommonbox h3.elevenheadings {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .fourthcommonbox h4.elevenheadings {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .fourthcommonbox h5.elevenheadings {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .fourthcommonbox h6.elevenheadings {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .fourthcommonbox p {
    font-size: 15px;
    line-height: 25px;
  }

  .fourthcommonbox ul li {
    padding: 0px 0px;
    font-size: 15px;
    line-height: 25px;
  }

  .fourthcommonbox ul li::before {
    width: 12px;
    height: 12px;
    line-height: 12px;
    font-size: 8px;
    margin-left: -18px;
    margin-top: 7px;
  }

  /* Start of serviceinnerfiveth */

  .serviceinnerfiveth {
    padding: 1rem 1%;
  }

  .serviceinnerfiveth h2.elevenheadings {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .serviceinnerfiveth h3.elevenheadings {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .serviceinnerfiveth h4.elevenheadings {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .serviceinnerfiveth h5.elevenheadings {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .serviceinnerfiveth h6.elevenheadings {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .serviceinnerfiveth p {
    font-size: 15px;
    line-height: 25px;
  }

  .serviceinnerfiveth ul {
    padding: 0px 0 0 0px;
    margin: 0px 0 0px 20px;
  }

  .serviceinnerfiveth ul li {
    padding: 0px 0px;
    font-size: 15px;
    line-height: 25px;
  }

  .serviceinnerfiveth ul li::before {
    width: 12px;
    height: 12px;
    line-height: 12px;
    font-size: 8px;
    margin-left: -18px;
    margin-top: 7px;
  }

  /* Start of serviceinnersixth */

  .serviceinnersixth {
    padding: 1rem 1%;
  }

  .serviceinnersixth h2.elevenheadings {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .serviceinnersixth h3.elevenheadings {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .serviceinnersixth h4.elevenheadings {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .serviceinnersixth h5.elevenheadings {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .serviceinnersixth h6.elevenheadings {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .serviceinnersixth p {
    font-size: 15px;
    line-height: 25px;
  }

  .serviceinnersixth ul {
    padding: 0px 0 0 0px;
    margin: 0px 0 0px 20px;
  }

  .serviceinnersixth ul li {
    padding: 0px 0px;
    font-size: 15px;
    line-height: 25px;
  }

  .serviceinnersixth ul li::before {
    width: 12px;
    height: 12px;
    line-height: 12px;
    font-size: 8px;
    margin-left: -18px;
    margin-top: 7px;
  }

  /* Start of serviceinnersecond */

  .serviceinnerseventhsection {
    padding: 1rem 1%;
  }

  .serviceinnerseventhsection h2.elevenheadings {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .serviceinnerseventhsection h3.elevenheadings {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .serviceinnerseventhsection h4.elevenheadings {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .serviceinnerseventhsection h5.elevenheadings {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .serviceinnerseventhsection h6.elevenheadings {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .serviceinnerseventhsection p {
    font-size: 15px;
    line-height: 25px;
  }

  .whiteboxdiv {
    padding: 12px;
    margin: 20px auto 0 auto;
  }

  .whiteheading {
    font-size: 18px;
    padding-bottom: 5px;
  }

  .whiteboxdiv p {
    font-size: 15px;
    line-height: 25px;
  }

  .serviceinnersecond p {
    font-size: 15px;
    line-height: 25px;
  }

  /* Start of faqsection */

  .faqsection {
    padding: 1rem 1%;
  }

  .faqsectionheading {
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 500;
  }

  .faqbox {
    padding: 5px 0px;
  }

  .faqboxheading {
    padding: 4px 10px 4px 10px;
    font-size: 16px;
    line-height: 24px;
  }

  .marginspace p {
    padding: 8px 10px 3px 10px;
    font-size: 15px;
    line-height: 25px;
  }

  .marginspace ul {
    padding: 8px 0 8px 0px;
  }

  .marginspace ul li {
    padding: 0px 0px;
    font-size: 15px;
    line-height: 25px;
  }

  .marginspace ul li::before {
    width: 12px;
    height: 12px;
    line-height: 12px;
    font-size: 8px;
    margin-left: -18px;
    margin-top: 7px;
  }

  /* Start of seventhsection */

  .eightthinnersection {
    padding: 1rem 1%;
  }

  .seventhsectionheading {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 12px;
  }

  .serviceresultcolumn p {
    font-size: 12px;
  }

  .serviceresultcolumn {
    margin: 5px 0 5px 0px;
  }

  .eightthinnersection .col-12:nth-child(4) {
    display: none;
  }

  /* Start of ninethsection */

  .ninethsection {
    padding: 1rem 1%;
  }

  .elevenheadings {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 12px;
  }

  .play_btns {
    bottom: 80px;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }

  .play_btns i {
    font-size: 18px;
    padding-left: 2px;
  }

  .snthumb p {
    padding-top: 0px;
    font-size: 15px;
  }

  .hvideocolumn {
    margin: 5px 0px;
  }

  .ninethsection .col-12:nth-child(4) {
    display: none;
  }
}

/* FAQs h3 heading */

.serviceinnerfirst h3,
.serviceinnerfirst h4 {
  font-size: 20px;
  font-weight: 600;
  padding-top: 8px;
}

.serviceinnerfirst p img {
  width: 40%;
  padding-left: 1rem;
  float: right;
}

@media screen and (max-width: 991.99px) and (min-width: 768px) {
  .serviceinnerfirst h3,
  .serviceinnerfirst h4 {
    font-size: 19px;
    padding-top: 6px;
  }
}
@media screen and (max-width: 767px) and (min-width: 320px) {
  .serviceinnerfirst h3,
  .serviceinnerfirst h4 {
    font-size: 18px;
    padding-top: 5px;
  }
  .serviceinnerfirst p img {
    width: 100%;
    padding: 1rem;
  }
}
