/* styles.css */
@import url('https://fonts.googleapis.com/css2?family=Catamaran:wght@900&display=swap');

/* Color Palette */
:root {
    --text-color: #ff0000;
    --background-color: #ffffff;
    --primary-button-color: #002244;
    --secondary-button-color: #66a5d1;
    --accent-color: #ffffff;
  }
/* header */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}
img {
  border: 0;
}

html {
  height: 100%;
  max-width: 200vh;
  display: block;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: sans-serif;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

div {
  display: block;
}

/* global style */
.container1000 {
    width: 85%;
    max-width: 1000px;
    min-width: 900px;
    justify-content: space-between;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
  }

  main {
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: column;
  }
  
  body {
    min-height: 100vh;
    font-family: Arial, sans-serif;
    color: #ff0000;
    margin: 0 auto;
    padding: 0;
    line-height: 28px;
    position: relative !important;
    box-sizing: border-box;
  }

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #085a80;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo {
  position: relative;
  height:60px;
}

.navbar ul {
  list-style-type: none;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  text-align: center;
}

.navbar li {
  margin: 0 10px;
}

.navbar a {
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}

.contact-buttons {
  display: flex;
  align-items: center;
  margin-right: 1vh;
}

.contact-button {
  display: flex;
  align-items: center;
  margin-left: 10px;
  color: #ffffff;
  text-decoration: none;
}

.contact-button i {
  margin-right: 5px;
}

.contact-button.mobile {
  display: none;
}
/* end header */
  .background-image {
    position: relative;
    top: 0;
    left: 0;
    height: 600px;
    width: 100%;
    background-image: url("images/mibg400.png");
    background-size: cover;
    background-repeat: repeat repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 0;
    margin-top: 15px;
  }
  
  .bgtext {
    z-index: 2;
    color: #ff0000;
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative;
    top: auto;
    left: 0;
  }

  .compheading {
    color: #ff0000;
    text-align: center;
    text-transform: none;
    text-shadow: 0 1px 6px rgba(0,0,0,.5);
    margin-top: 0;
    font-family: Cabin,sans-serif;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 70px;
    width: 100%;
  }
  
  .smheading {
    color: #ff0000;
    text-align: center;
    letter-spacing: .5px;
    text-transform: none;
    text-shadow: 0 1px 6px rgba(0,0,0,.5);
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
  }

  .lgheading {
    color: #ff0000;
    text-align: center;
    text-transform: none;
    text-shadow: 0 1px 6px rgba(0,0,0,.5);
    margin-top: 0;
    font-family: Cabin,sans-serif;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 70px;
  }

  .lwrheading {
    color: black;
    width: 570px;
    text-align: center;
    text-shadow: 0 1px 6px rgb(151, 151, 151);
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
  }
/* end background header -- Start Reviews*/
  .reviews-section {
    height: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
  }
  
  .reviewouter {
    padding-top: 30%;
    padding-bottom: 0;
  }

  .reviewouter-wrap {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  
  .reviewouter.below-head {
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    top: -75px;
  }
  
  .reviewbox.below-head {
    z-index: 0;
    text-align: left;
    margin-top: 5%;
    padding: 30px;
    position: relative;
  }
  
  .reviewbox {
    width: 40vw;
    background-color: #fff;
    border-radius: 8px;
    margin-top: 35px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    box-shadow: 0 0 15px rgba(0,0,0,.1); 
  }
  
  .review-star {
    color: #ffc721;
    letter-spacing: 4px;
    margin-bottom: 15px;
    font-family: sans-serif;
    font-size: 20px;
    line-height: 20px;
  }
  
  .user-review {
    color: grey;
  }
  
  .review-1 {
    color: #313131;
    margin-top: 10px;
    font-size: 14px;
  }

  .reviewheading {
    color: #ff0000;
    text-align: center;
    font-family: Lato,sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 38px;
  }
  
  .review-name {
    color: rgba(49,49,49,.7);
    font-size: 16px;
  }
  
  .emphasis {
    color: red;
  }
  
  strong {
    font-weight: 700;
  }
  
/* end reviews header -- Start testi*/
  .testi-section {
    position: relative;
    flex: auto;
    }
  
  .outer {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  
  .inner {
    flex-direction: row;
    justify-content: center;
    display: flex;
    position: relative;
  }
  
  .iblock {
    font-size: 24px;
    width: 33%;
    border-radius: 8px;
    flex-direction: column;
    align-items: center;
    padding: 15px 10px;
    display: flex;
  }
  
  .iheading {
    color: #313131;
    text-align: center;
    letter-spacing: .3px;
    margin-top: 10px;
    font-family: Lato, sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
  }

  /* end testi -- Start intro*/

  /* intro */
  .intro {
    background-color: #fff;
    position: relative;
    overflow: hidden;
  }
  
  .intro-outer-wpr {
    height: auto;
    width: auto;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    padding-top: 80px;
    padding-bottom: 80px;
    display: flex;
    position: relative;
  }

  .intro-inner {
    width: 60%;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .intro-content {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0;
    margin-right: 20px;
    display: flex;
  }

  .intro-head {
    max-width: none;
    color: #ff0000;
    text-align: left;
    margin-top: 0;
    font-family: Lato,sans-serif;
    font-size: 34px;
    font-weight: 700;
    line-height: 42px;
  }

  .intro-body {
    float: none;
    color: #313131;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
    display: inline-block;
    position: relative;
  }

  .intro-image {
    width: 40%;
    background-position: 0 0;
    background-size: auto;
    position: relative;
  }

  .leftcta {
    margin-top: 20px;
    margin-left: auto;
    display: flex;
  }

  /* end intro -- Start servcices*/
  .service-section {
    background-image: linear-gradient(#fff,#e6e6e6 103%);
    width: 100%;
  }

  .service-outer-wpr {
    width: auto;
    background-color: #fff;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 -1px 10px -6px rgba(0,0,0,.08);
  }
  
  .service-wpr {
    align-items: flex-start;
    padding: 45px 40px;
    display: flex;
    position: relative;
  }

  .service-text {
    width: 60%;
    margin-right: 50px;
    padding-left: 45px;
    padding-right: 45px;
  }
  
  .service-head {
    color: #ff0000;
    text-align: left;
    font-family: Lato,sans-serif;
    font-size: 32px;
    font-weight: 700;
  }

  .service-body {
    margin-top: 1vh;
    float: none;
    color: #313131;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
    display: inline-block;
    position: relative;
  }

  .service-bottomcta {
    float: none;
    color: #313131;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    position: relative;
  }

  .li-serv {
    color: #ff0000;
    font-size: 18px;
    font-weight: 400;
  }

  .service-img-wpr {
    width: 40%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
  }

  .service-img {
    position: relative;
  }

  /* end service intro -- Start available servcice*/

  .avail-services {
    width: 100%;
    color: #fff;
    background-color: #085a80;
    background-image: linear-gradient(#085a80,#1693cc);
  }

  .avail-services-outer-wrap {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .avail-services-heading {
    text-align: center;
    margin-bottom: 20px;
    font-family: Cabin,sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
  }

  .avail-services-heading.center {
    color: #065075;
    text-align: center;
    font-family: Cabin,sans-serif;
    font-size: 30px;
  }

  .avail-services-heading.center.white {
    color: #fff;
    font-family: Lato,sans-serif;
    font-weight: 700;
  }

  .avail-services-body {
    float: none;
    color: #313131;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
    display: inline-block;
    position: relative;
  }

  .avail-services-body.center {
    color: #313131;
    text-align: center;
    flex: 0 auto;
    margin-bottom: 10px;
    font-weight: 400;
  }
  
  .avail-services-body.center.white {
    color: #fff;
  }


  .avail-services-icons-wrap {
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
  }

  .avail-icon {
    font-size: 64px;
    width: 20%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
  }

  .icon-heading {
    color: #fff;
    text-align: center;
    font-family: Lato,sans-serif;
    font-size: 16px;
  }

  /* end avail service -- Start footer */

  .footer.contact-us {
    z-index: 4;
    color: #fff;
    background-color: #085a80;
    background-image: linear-gradient(rgba(22,147,204,.2),rgba(8,90,128,.2));
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 40px;
    display: block;
    position: relative;
  }

  .footer{
    width: 100%;
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 60px;
    padding-bottom: 60px;
    display: flex;
  }

  .footer-wrap {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .footer-comp-info {
    width: 45%;
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    margin-bottom: 10px;
    font-style: normal;
    line-height: 26px;
    display: flex;
  }

  .footer-heading {
    color: #fff;
    text-align: left;
    text-transform: none;
    border-bottom: 1px #b99758;
    margin-top: 0;
    padding-bottom: 0;
    font-family: Cabin,sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
  }

  .comp-info-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .c-list {
    padding-left: 0;
    list-style: none;
  }

  .footer-text {
    display: list-item;
    color: #fff;
    flex: 1;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
  }
  .footer-text.bold {
    color: #fff;
    text-align: center;
    text-shadow: none;
    margin-bottom: 0;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
  }

  .footer-text.centered {
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
  }

  .contact-footer-link {
    color: #fff;
    text-align: center;
    text-transform: none;
    margin-top: 10px;
    font-family: Cabin,sans-serif;
    font-weight: 700;
    text-decoration: none;
    transition: all .3s;
  }

  .social-media-wrap {
    align-items: center;
    display: flex;
  }

  .fa-brands.fa-facebook {
    font-size: 30px;
    line-height: 60px;
  }
  /* */
  h1, h2 {
    color: #ff0000;
  }
  
  a {
    color: #002244;
  }
  
  /* Button styles */
  input[type="submit"] {
    background-color: #002244;
    color: #ffffff;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
  }
  

    /* Global Styles */
    nav ul li {
      margin: 0 5px;
    }
/* appoint page stuff */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,400,300,600);

/* quote overlay */

/* Pop up quote */
#quoteOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 25;
}

#quotePopup {
  background-color: #F9F9F9;
  text-align: center;
}

#closeBtn {
  position: absolute;
  top: 16vh;
  right: 25.5vw;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 20px;
  color: #FF0000;
  padding: 0;
}

#closeBtn:hover {
  color: #f00;
}

.apptcontainer {
	max-width:400px;
	width:100%;
	margin:0 auto;
	position:relative;
}

#apptcontact input[type="text"], #apptcontact input[type="email"], #apptcontact input[type="tel"], #apptcontact input[type="url"], #apptcontact textarea, #apptcontact button[type="submit"] { font:400 12px/16px "Open Sans", Helvetica, Arial, sans-serif; }

#apptcontact {
	background:#F9F9F9;
	padding:25px;
	margin:50px 0;
}

#apptcontact h3 {
	color: #ff0000;
	display: block;
	font-size: 40px;
	font-weight: 700;
  margin-bottom: 4vh;
}

#apptcontact h4 {
  color: black;
	margin:5px 0 15px;
	display:block;
	font-size:18px;
}

fieldset {
	border: medium none !important;
	margin: 0 0 10px;
	min-width: 100%;
	padding: 0;
	width: 100%;
}

#apptcontact input[type="text"], #apptcontact input[type="email"], #apptcontact input[type="tel"], #apptcontact input[type="url"], #apptcontact textarea {
	width:100%;
	border:1px solid #CCC;
	background:#FFF;
	margin:0 0 5px;
	padding:10px;
}

#apptcontact input[type="text"]:hover, #apptcontact input[type="email"]:hover, #apptcontact input[type="tel"]:hover, #apptcontact input[type="url"]:hover, #apptcontact textarea:hover {
	-webkit-transition:border-color 0.3s ease-in-out;
	-moz-transition:border-color 0.3s ease-in-out;
	transition:border-color 0.3s ease-in-out;
	border:1px solid #AAA;
}

#apptcontact textarea {
	height:100px;
	max-width:100%;
  resize:none;
}

#apptcontact button[type="submit"] {
	cursor:pointer;
	width:100%;
	border:none;
	background:#FF0000;
	color:#FFF;
	margin:0 0 5px;
	padding:10px;
	font-size:16px;
}

#apptcontact button[type="submit"]:hover {
	background:rgba(153, 6, 6, 0.637);
	-webkit-transition:background 0.3s ease-in-out;
	-moz-transition:background 0.3s ease-in-out;
	transition:background-color 0.3s ease-in-out;
}

#apptcontact button[type="submit"]:active { box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.5); }

#apptcontact input:focus, #apptcontact textarea:focus {
	outline:0;
	border:1px solid #999;
}
::-webkit-input-placeholder {
 color:#888;
}
:-moz-placeholder {
 color:#888;
}
::-moz-placeholder {
 color:#888;
}
:-ms-input-placeholder {
 color:#888;
}

/* */

#quoteBtn {
  padding: 10px 20px;
  background-color: red; /* Set the background color to red */
  color: white; /* Set the text color to white */
  font-size: 16px;
  cursor: pointer;
  border-radius: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); /* Add a slight black shadow */
}

#quoteBtn:hover {
  background-color: white; /* Set the background color to white on hover */
  color: red; /* Set the text color to red on hover */
  box-shadow: none;
}

#bgapptBtn {
  padding: 10px 20px;
  background-color: red; /* Set the background color to red */
  color: white; /* Set the text color to white */
  font-size: 16px;
  cursor: pointer;
  border-radius: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); /* Add a slight black shadow */
}

#bgapptBtn:hover {
  background-color: white; /* Set the background color to white on hover */
  color: red; /* Set the text color to red on hover */
  box-shadow: none;
}

#introapptBtn {
  padding: 10px 20px;
  background-color: red; /* Set the background color to red */
  color: white; /* Set the text color to white */
  font-size: 16px;
  cursor: pointer;
  border-radius: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); /* Add a slight black shadow */
}

#introapptBtn:hover {
  background-color: white; /* Set the background color to white on hover */
  color: red; /* Set the text color to red on hover */
  box-shadow: none;
}

#serviceapptBtn {
  padding: 10px 20px;
  background-color: red; /* Set the background color to red */
  color: white; /* Set the text color to white */
  font-size: 16px;
  cursor: pointer;
  border-radius: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); /* Add a slight black shadow */
}

#serviceapptBtn:hover {
  background-color: white; /* Set the background color to white on hover */
  color: red; /* Set the text color to red on hover */
  box-shadow: none;
}

#spquoteBtn {
  padding: 10px 20px;
  background-color: red; /* Set the background color to red */
  color: white; /* Set the text color to white */
  font-size: 16px;
  cursor: pointer;
  border-radius: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); /* Add a slight black shadow */
}

#spquoteBtn:hover {
  background-color: white; /* Set the background color to white on hover */
  color: red; /* Set the text color to red on hover */
  box-shadow: none;
}

#spserviceapptBtn {
  padding: 10px 20px;
  background-color: red; /* Set the background color to red */
  color: white; /* Set the text color to white */
  font-size: 16px;
  cursor: pointer;
  border-radius: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); /* Add a slight black shadow */
}

#spserviceapptBtn:hover {
  background-color: white; /* Set the background color to white on hover */
  color: red; /* Set the text color to red on hover */
  box-shadow: none;
}

@media screen and (max-width: 991px) {
  .service-wpr {
    flex-direction: column-reverse;
    align-items: center;
  }

  .service-text {
    width: auto;
    max-width: 800px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
    line-height: 26px;
  }

  .container1000 {
    width: 90%;
    max-width: none;
    min-width: auto;
  }

  /* global ^ */

  .navbar {
    z-index: 20;
    }

/* nav ^ */

  .background-image {
    width: 100vw;
    height: 600px;
    overflow: hidden;
  }

  .bgtext {
    width: 100%;
    top: 40px;
  }

  .compheading{
    font-size: 50px;
    line-height: 60px;
  }

  .smheading {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
  }

  .lgheading{
    font-size: 50px;
    line-height: 60px;
  }

  .lwrheading {
    width:auto;
    margin-bottom: 10px
  }

/* Hero section ^ */

  .reviewbox{
    width: 70vw;
  }

  .user-review {
    font-size: 17px;
  }

  /* Reviews section ^ */


  .testi-section {
    padding-top: 30px;
  }

  .outer {
    width: 100%;
    margin-top: 30px;
  }
  
  .inner {
    flex-direction: row;
  }

  .iheading {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
  }

  /* Testi section ^ */


  .intro-outer-wpr {
    width: 100%;
    flex-direction: column-reverse;
    padding-bottom: 60px;
  }

  .intro-inner {
    width: 100%;
  }

  .intro-content {
    width: 100%;
    align-items: center;
    margin-right: 0;
  }
  
  .intro-head {
    text-align: center;
    font-size: 32px;
    line-height: 42px;
  }

  .intro-body {
    text-align: center;
  }

  .intro-image {
    width: 100%;
    margin-bottom: 20px;
  }

  /* Intro section ^ */
  .service-outer-wpr {
    width: 100%;
  }

  .service-head.extra {
    text-align: center;
  }
  .service-head {
    text-align: center;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 28px;
  }
  .service-body {
    z-index: 1;
    text-align: center;
  }
  .service-img-wpr {
    width: 80%;
    margin-bottom: 0;
    display: block;
  }
  /* Services section ^ */


}

@media screen and (max-width: 479px) {
  .container1000 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

    /* global ^ */

    .navbar {
      height: 75px;
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      padding: 10px;
    }
  
    .logo {
      display: block;
      margin-right: auto;
      top: 3vh;
    }
  
    ul {
      margin-bottom: 7vh;
      padding: 0;
      list-style-type: none;
      text-align: center;
    }
  
    li {
      margin-bottom: 10px;
    }
  
    #quoteBtn {
      width: 100%;
    }
  
    .contact-buttons {
      display: flex;
      justify-content: flex-end;
    }

    .contact-button {
      display: inline-block;
      margin: 5px;
      display: none;
    }

    .navhome {
      display: none;
    }
  
    .contact-button.mobile {
      display: inline-block;
      margin: 5px;
    }
  
    /* nav ^ */
  .background-image {
    z-index: 0;
    height: 350px;
    margin-top: 8.9vh;
    position: relative;
  }

  .bgtext {
    top: -25px;
  }

  .compheading {
    font-size: 26px;
    line-height: 38px;
    width: 100%;
    margin-top: 4vh;
    margin-bottom: 10px;
  }
  
  .smheading {
    text-align: center;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
    white-space: normal;
  }

  .lgheading {
    font-size: 30px;
    line-height: 38px;
  }

  .lwrheading {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 27px;
  }

  #bgapptBtn {
    display: flex;
  }

  /* background section ^ */


  .reviewouter {
    padding-top: 45px;
  }

  .reviewbox {
    width: 100%;
  }

  .reviewbox.below-head {
    margin-top: 150px;
    width: 100%;
  }

  /* review section ^ */

  /* intro section ^ */

  .service-wpr {
    padding-left: 10px;
    padding-right: 10px;
  }

  .service-outer-wpr {
    width: 100%;
    margin-top: 0;
  }

  .service-text {
    width: 100%;
  }
  .service-text.nopad {
    padding-left: 0;
  }
  .service-head.extra {
    font-size: 24px;
    line-height: 34px;
  }
  .service-head {
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 28px;
    line-height: 36px;
  }

  .service-body {
    text-align: center;
    font-size: 17px;
    line-height: 27px;
    overflow: scroll;
  }

  .service-bottomcta {
    text-align: center;
    font-size: 16px;
    line-height: 27px;
    font-weight: bold;
    overflow: scroll;
  }

  .li-serv {
    color: #ff0000;
    font-size: 18px;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
  }

  .service-img-wpr {
    width: 80%;
    margin-bottom: 20px;
  }
  /* services section ^ */
  #closeBtn {
    position: absolute;
    top: 15vh;
    right: 5vw;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 20px;
    color: #FF0000;
    padding: 0;
  }
}