html, body {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

body {
  font-family: "Lato", sans-serif;
  position: relative;
  font-size: 17px;
  line-height: 24px;
  background: #fff;
}

img {
  width: 100%;
}

a {
  outline: none;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #043C7C;
  cursor: pointer;
}

a:active,
a:focus,
a:hover {
  outline: none;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #333;
}

section {
  padding: 80px 0;
  position: relative;
}
@media (max-width: 500px) {
  section {
    padding: 50px 0;
  }
}

.btn {
  color: #fff;
  background-color: #043C7C;
  border: 0px solid #043C7C;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  padding: 14px 30px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
  transition: all 0.5s ease-in-out;
  border-radius: 44px;
  margin: 15px 0;
}
@media (max-width: 500px) {
  .btn {
    padding: 14px 40px;
  }
}

.btn:hover {
  border-radius: 4px;
  color: #fff;
}

.title-h {
  font-size: 65px;
  font-weight: 500;
  letter-spacing: 0px;
  margin-bottom: 20px;
  font-family: "Oswald", sans-serif;
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .title-h {
    font-size: 38px;
  }
}
.little-h {
  font-size: 19px;
  letter-spacing: 4px;
  font-weight: 400;
  text-transform: uppercase;
  color: #043C7C;
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .little-h {
    font-size: 18px;
    line-height: 27px;
  }
}
.inner-h {
  font-size: 27px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 15px;
  font-family: "Oswald", sans-serif;
}
@media screen and (max-width: 768px) {
  .inner-h {
    font-size: 21px;
  }
}

.title-p {
  font-size: 22px;
  font-weight: 300;
  line-height: 30px;
  padding-bottom: 10px;
  color: #333;
}

@media (max-width: 991px) {
  .title-p {
    font-size: 20px;
    line-height: 26px;
  }
}
.back-img {
  background-size: cover;
  background-position: center;
}

.back {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.mobile-view {
  display: none !important;
}

@media (max-width: 991px) {
  .mobile-view {
    display: block !important;
  }
}
.desctop-view {
  display: block;
}

@media (max-width: 991px) {
  .desctop-view {
    display: none !important;
  }
}
/*****navbar start******/
/******navbar start*******/
.top-bar {
  background-color: #043C7C;
}
.top-bar p, .top-bar a {
  padding-top: 6px;
  margin-bottom: 6px;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 23px;
  letter-spacing: 2px;
}
@media (max-width: 768px) {
  .top-bar p, .top-bar a {
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 1px;
  }
}
.top-bar a:hover {
  color: #eee;
}
.top-bar .top-text {
  display: inline-block;
}

@media (min-width: 991px) {
  nav.navbar.bootsnav.no-background {
    background-color: transparent;
    border: none;
  }
}
@media (max-width: 991px) {
  nav.navbar.bootsnav .navbar-toggle {
    margin-top: 25px;
    background-color: transparent;
  }
  .navbar-toggle .svg-inline--fa {
    color: #333;
  }
}
nav.navbar.bootsnav {
  background: #fff;
  border-bottom: solid 1px #eee;
}

.navbar {
  min-height: 78px;
}
@media (max-width: 991px) {
  .navbar {
    min-height: 66px;
  }
}

.navbar-brand {
  padding: 5px 10px 2px 5px;
  height: auto;
}
@media (max-width: 1150px) {
  .navbar-brand {
    padding: 15px 0px 2px 10px;
  }
}
@media (max-width: 991px) {
  .navbar-brand {
    padding: 7px 0px 0px 0px;
  }
}

.navbar-brand img {
  width: auto;
  height: 76px;
}
@media (max-width: 1150px) {
  .navbar-brand img {
    height: 70px;
  }
}

.caret {
  margin-left: 4px;
}

@media (max-width: 992px) {
  nav.navbar.bootsnav li.dropdown a.dropdown-toggle:before {
    content: "";
    display: none;
  }
  nav.navbar.bootsnav .navbar-nav > li > a {
    border-bottom: none;
    border-top: none;
    color: #222 !important;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 22px;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
    border-bottom: none;
    font-family: "Oswald", sans-serif;
    color: #fff;
    font-size: 15px;
    padding: 5px 0;
  }
  nav.navbar.bootsnav .navbar-nav {
    margin: 15px -15px 20px -15px;
  }
  nav.navbar.bootsnav .btn {
    margin-left: 0px !important;
  }
}
@media (min-width: 991px) {
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
    border-radius: 0px;
    padding: 0;
    background: #fff;
    border: solid 1px #eee;
    border-top: 4px solid #043C7C;
    margin-top: 0px;
    width: 220px;
  }
  nav.navbar ul.nav > li > a {
    padding: 30px 15px;
    font-weight: 500;
  }
  nav.navbar.bootsnav ul.nav > li > a {
    padding: 16px 12px 20px 8px;
    font-weight: 400;
    font-size: 15px;
    text-transform: uppercase;
    color: #043C7C;
    margin: 14px 0 12px 0;
  }
}
@media (min-width: 991px) and (max-width: 1010px) {
  nav.navbar.bootsnav ul.nav > li > a {
    padding: 26px 7px 10px 7px;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
  }
}
@media (min-width: 991px) and (max-width: 1199px) {
  nav.navbar.bootsnav ul.nav > li > a {
    padding: 12px 7px 10px 7px;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0px;
  }
}
@media (min-width: 991px) {
  nav.navbar-fixed.bootsnav ul.nav > li > a {
    color: #043C7C;
  }
  nav.navbar-fixed.bootsnav ul.nav > li > a:hover {
    color: #043C7C;
  }
  nav.no-background.bootsnav ul.nav > li > a {
    color: #fff;
  }
  nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after {
    content: "";
    display: none;
  }
  nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a {
    text-align: left;
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a {
    padding: 6px 10px;
    border-bottom: solid 1px #eee;
    color: #333;
    font-weight: 400;
    font-size: 15px;
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a:hover {
    color: #043C7C;
  }
}
nav.navbar.bootsnav .btn {
  margin-top: 18px;
  text-transform: none;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0px;
  padding: 5px 15px 5px 0;
  margin-right: 15px;
  margin-left: 5px;
  font-weight: 400;
  font-family: "Lato", sans-serif;
}
@media (max-width: 991px) {
  nav.navbar.bootsnav .btn {
    display: none;
  }
}

nav.navbar-fixed.bootsnav .btn {
  color: #043C7C !important;
  background-color: transparent !important;
  border: 2px solid #043C7C;
  padding: 10px 20px;
}

nav.no-background.bootsnav .btn {
  color: #fff !important;
  background-color: transparent !important;
  border: 2px solid #fff;
  padding: 10px 20px;
}

@media (max-width: 991px) {
  #navbar-menu > ul > li.dropdown.on > ul > li > a {
    color: #333;
    line-height: 36px;
    font-size: 18px;
  }
  #navbar-menu > ul > li.dropdown.on > ul {
    list-style: none;
    padding-left: 10px;
  }
}
nav.no-background.bootsnav .logo1 {
  display: inline-block !important;
}

nav.navbar-fixed.bootsnav .logo1 {
  display: none;
}

nav.no-background.bootsnav .logo2 {
  display: none !important;
}

nav.navbar-fixed.bootsnav .logo2 {
  display: inline-block;
}

@media (max-width: 992px) {
  nav.no-background.bootsnav .logo1 {
    display: none !important;
  }
  nav.no-background.bootsnav .logo2 {
    display: inline-block !important;
  }
}
nav.navbar.bootsnav.no-full .navbar-collapse {
  height: auto !important;
  max-height: none !important;
}

.mobile-view {
  display: none !important;
}
@media (max-width: 991px) {
  .mobile-view {
    display: block !important;
  }
}

nav.navbar.bootsnav .material-symbols-outlined:hover {
  color: #043C7C;
}

nav.no-background.bootsnav .navbar-brand img.logo-large {
  width: auto;
  height: 150px;
  margin-top: 0px;
}

@media (max-width: 1050px) {
  nav.no-background.bootsnav .navbar-brand img.logo-large {
    height: 85px;
    width: auto;
    margin-top: 0;
  }
}
/******navbar end**********/
/**************************/
.slider #owlCarousel,
.slider .owl-stage-outer,
.slider .owl-stage,
.slider .owl-item {
  height: 100vh;
}
@media (max-width: 991px) {
  .slider #owlCarousel,
  .slider .owl-stage-outer,
  .slider .owl-stage,
  .slider .owl-item {
    height: 80vh;
  }
}

.slider {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 3;
  overflow: hidden;
}
@media (max-width: 991px) {
  .slider {
    height: 80vh;
  }
}
.slider .slide-back {
  background-color: rgba(26, 26, 26, 0.5);
  height: 100%;
}
.slider h1, .slider h2 {
  color: #fff;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
}
.slider .btn {
  background-color: transparent;
  border: 2px solid #fff;
}

.slider #owlCarousel {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.slider .owl-item {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
}

.slider .owl-item-bg {
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 991px) {
  .slider .owl-item-bg {
    height: 80vh;
  }
}

.slide-content {
  padding: 38vh 30px 0 30px;
}
@media (max-width: 500px) {
  .slide-content {
    padding: 26vh 20px 0 20px;
  }
}

.slider .owl-nav {
  position: absolute;
  top: 50%;
  left: 15px;
  right: 15px;
  height: 0;
}
@media (max-width: 768px) {
  .slider .owl-nav {
    left: 2px;
    right: 2px;
  }
}
.slider .owl-theme .owl-controls .owl-nav [class*=owl-] {
  margin: 3px;
  padding: 4px 2px;
  display: inline-block;
  cursor: pointer;
  width: 16px;
  background: transparent;
  opacity: 1;
}
@media (max-width: 768px) {
  .slider .owl-theme .owl-controls .owl-nav [class*=owl-] {
    width: 12px;
  }
}
.slider .owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
  opacity: 0.7;
}
.slider .owl-prev {
  float: left;
}
.slider .owl-next {
  float: right;
}

.hero-arrow {
  height: 100vh;
  position: absolute;
  z-index: 10;
  left: calc(50% - 30px);
  top: 90vh;
}
@media (max-width: 768px) {
  .hero-arrow {
    display: none;
  }
}

.arrow {
  width: 60px;
  height: 82px;
  position: sticky; /* don't forget set container to relative */
  left: calc(50% - 30px);
  margin-left: 0px;
  bottom: 10vh;
  z-index: 999;
}

/* set arrow styles */
.arrow path {
  stroke: #fff;
  stroke-width: 4px;
  fill: transparent;
  animation: down 2s infinite;
}

/* arrow keyframe animation */
@keyframes down {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/* arrow animation delay */
.arrow path.a1 {
  animation-delay: -1s;
}

.arrow path.a2 {
  animation-delay: -0.5s;
}

.arrow path.a3 {
  animation-delay: 0s;
}

/*****************************************/
.about-img1 {
  height: 500px;
  border-radius: 10px;
}
@media (max-width: 991px) {
  .about-img1 {
    height: 300px;
    margin-top: 15px;
  }
}

/******location start*****/
.about-padd {
  height: 80px;
}
@media (max-width: 991px) {
  .about-padd {
    height: 0;
  }
}

.locations {
  padding-bottom: 100px;
}
.locations .btn {
  margin: 10px 2px;
}
@media (max-width: 900px) {
  .locations .btn {
    margin: 3px 0;
  }
}

.news-card {
  width: 49%;
  position: relative;
  display: inline-block;
  margin: 10px 0.4% 0 0.4%;
  height: 430px;
  overflow: hidden;
  border-radius: 15px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
@media (max-width: 1050px) {
  .news-card {
    height: 350px;
    width: 48%;
  }
}
@media (max-width: 550px) {
  .news-card {
    height: 210px;
    width: 100%;
    margin: 10px 0% 0 0%;
  }
}

.news-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1) linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.3) 80%);
  z-index: 0;
}

.location-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.location-image {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 3s ease;
  backface-visibility: hidden;
  position: relative;
  z-index: -1;
}

.location-text {
  position: absolute;
  bottom: 0rem;
  left: 0;
  right: 0;
  padding: 15px;
  color: white;
  transition: background-color 1.5s ease;
}

.location-title {
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 5px;
  letter-spacing: 0px;
  font-size: 22px;
  text-shadow: 1px 1px 5px #000;
}
@media (min-width: 600px) {
  .location-title {
    letter-spacing: 1;
    font-weight: 500;
  }
}
.location-title .svg-inline--fa {
  margin-left: 8px;
  text-shadow: 1px 1px 5px #000;
}

.location-phone {
  font-weight: 400;
  margin-top: 20px;
}

.location-wrapper {
  max-height: 0;
  opacity: 0;
  transition: max-height 1s ease, opacity 1s ease;
}

@media (min-width: 900px) {
  .news-card:hover .location-wrapper {
    max-height: 20rem;
    opacity: 1;
  }
  .news-card:hover .location-image {
    transform: scale(1.1);
    z-index: -1;
  }
}
.location-btn {
  margin-top: 25px;
}
.location-btn .btn {
  margin: 15px 6px;
  min-width: 250px;
}
@media (max-width: 600px) {
  .location-btn .btn {
    margin: 3px 0;
  }
}

.loc-padd {
  padding: 0 7px;
}
@media (max-width: 991px) {
  .loc-padd {
    padding: 0 15px;
  }
}

/******location end*****/
/******** services start ********/
.services-left-text {
  padding: 0;
}

.services-left-text .services-img {
  margin-left: 45vw;
}

@media screen and (max-width: 991px) {
  .services-left-text .services-img {
    margin-left: 0;
  }
}
.services-left-text .services-img2 {
  display: none;
}

@media screen and (max-width: 991px) {
  .services-left-text .services-img2 {
    height: 240px;
    display: block;
  }
}
.services-left-text .services-text {
  padding: 110px 100px;
  width: 50vw;
  margin-right: 50vw;
  background-color: #043C7C;
  margin-left: -45vw;
}

@media screen and (max-width: 991px) {
  .services-left-text .services-text {
    margin-right: 0;
    margin-left: 0;
    padding: 50px 15px;
    width: 100%;
  }
}
.services-left-text h3, .services-left-text .little-h, .services-left-text h5, .services-left-text li {
  color: #fff;
}

.services-left-text .litle-h:after {
  background-color: #fff;
}

.services-left-text .btn {
  border: 2px solid #fff;
}

/********* cta start *********/
.cta {
  padding: 250px 0;
  background-attachment: fixed;
}

@media screen and (max-width: 768px) {
  .cta {
    padding: 80px 0;
  }
}
.cta .back {
  background: rgba(13, 13, 13, 0.46);
}

.cta a {
  color: #fff;
  font-size: 55px;
  line-height: 57px;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 768px) {
  .cta a {
    font-size: 40px;
    line-height: 44px;
    letter-spacing: 0;
  }
}
.cta .little-h {
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  font-size: 35px;
  line-height: 37px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .cta .little-h {
    font-size: 27px;
    line-height: 30px;
    letter-spacing: 2px;
  }
}

.cta a:hover {
  color: #043C7C;
}

@supports (-webkit-touch-callout: none) {
  @media only screen and (max-width: 990px) {
    .cta {
      background-attachment: scroll !important;
      background-size: auto 100%;
    }
  }
}
/********* cta end *********/
/*****tc-testimonial start******/
.tc-testimonial {
  padding: 100px 0;
}

.testimonial-bg {
  padding: 20px 60px 20px 60px;
  text-align: center;
  position: relative;
}
@media (max-width: 991px) {
  .testimonial-bg {
    padding: 10px 10px 20px 10px;
  }
}

.testimonial {
  padding: 0 15px;
}

.testimonial .description {
  font-size: 22px;
  font-weight: 400;
  color: #333;
  line-height: 36px;
  padding-bottom: 20px;
  margin-bottom: 35px;
  padding-top: 0px;
  position: relative;
}
@media (max-width: 991px) {
  .testimonial .description {
    font-size: 18px;
    line-height: 24px;
  }
}

.testimonial .inner-h {
  margin-top: 30px;
}

.testimonial .title {
  font-size: 21px;
  font-weight: 400;
  color: #043C7C;
  text-transform: capitalize;
  margin: 0;
  margin-bottom: 50px;
}

.tc-testimonial .owl-dots .owl-dot.active span, .tc-testimonial .owl-dots .owl-dot:hover span {
  background: #043C7C;
}

.tc-testimonial .owl-controls {
  top: 100%;
}

/*****tc-testimonial end******/
/*****tc- footer start******/
.tc-footer {
  background-position: center;
  background-size: cover;
  position: relative;
  padding-top: 90px;
}
@media (max-width: 991px) {
  .tc-footer {
    padding-top: 20px;
  }
}
.tc-footer .footer-a a, .tc-footer p {
  color: #333;
  font-size: 19px;
  font-weight: 400;
  line-height: 33px;
}
@media (max-width: 991px) {
  .tc-footer .footer-a a, .tc-footer p {
    line-height: 22px;
    font-size: 16px;
  }
}
.tc-footer .footer-a a:hover {
  color: #043C7C;
}
.tc-footer ul {
  list-style: none;
  padding-left: 0px;
}
.tc-footer .footer-social {
  display: inline-block;
}
.tc-footer .footer-align {
  text-align: right;
}
@media (max-width: 991px) {
  .tc-footer .footer-align {
    text-align: left;
  }
}
.tc-footer .footer-logo {
  margin: 20px 0 10px 0;
  width: 90%;
}
@media (max-width: 991px) {
  .tc-footer .footer-logo {
    width: 80%;
  }
}
.tc-footer .footer-padding {
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .tc-footer .footer-padding {
    margin-bottom: 15px;
  }
}
.tc-footer .footer-padd {
  padding-left: 70px;
}
@media (max-width: 991px) {
  .tc-footer .footer-padd {
    padding-left: 15px;
  }
}
.tc-footer .svg-inline--fa {
  margin-right: 5px;
  color: #fff;
  width: 20px;
  height: 20px;
  padding: 7px;
  border: 3px solid #043C7C;
  background-color: #043C7C;
  border-radius: 50%;
  margin-top: 0px;
  font-size: 10px;
  line-height: 20px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .tc-footer .svg-inline--fa {
    margin-right: 6px;
    margin-left: 0;
  }
}
.tc-footer .svg-inline--fa:hover {
  border-radius: 4px;
}
.tc-footer .back {
  background: rgba(242, 242, 242, 0.85);
}

.footer-copyright {
  padding: 20px 0 10px 0;
}
.footer-copyright p {
  color: #333;
  font-size: 15px;
  font-weight: 400;
}
.footer-copyright a {
  color: #043C7C;
}

/*****tc-footer end******/
.tc-header {
  min-height: 50vh;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
.tc-header .back {
  background-color: rgba(26, 26, 26, 0.5);
}

.reviews-box {
  position: relative;
  padding: 40px;
  margin-bottom: 30px;
  border-radius: 15px;
  background-color: rgba(216, 229, 243, 0.3);
}
@media (max-width: 768px) {
  .reviews-box {
    padding: 30px 20px;
  }
}

.reviews-box h5 {
  text-align: right;
  margin: 25px 25px 0 0;
  color: #043C7C;
}

.reviews-box .svg-inline--fa {
  color: #043C7C;
  font-size: 40px;
}

input, textarea {
  width: 100%;
  display: block;
  padding: 18px 25px;
  font-size: 16px;
  font-weight: 500;
  background-color: rgba(216, 229, 243, 0.3);
  background-image: none;
  border-radius: 10px;
  border: 1px solid rgba(216, 229, 243, 0.3);
  margin-bottom: 20px;
  outline: none;
}
@media (max-width: 768px) {
  input, textarea {
    padding: 16px 15px;
    margin-bottom: 10px;
  }
}

input[type=date], input[type=time] {
  -webkit-appearance: none;
  height: 60px;
}

::-moz-placeholder {
  color: #333;
}

::placeholder {
  color: #333;
}

select {
  width: 100%;
  padding: 18px 25px;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  background-color: rgba(216, 229, 243, 0.3);
  background-image: none;
  border-radius: 10px;
  border: 1px solid rgba(216, 229, 243, 0.3);
  margin-bottom: 20px;
  outline: none;
  height: 63px;
}
@media (max-width: 768px) {
  select {
    padding: 13px 15px;
    margin-bottom: 10px;
    height: 60px;
  }
}

form p {
  margin: 0 0 5px 5px;
}

.contact-page ul {
  list-style: none;
  padding: 30px 0;
}
.contact-page li {
  margin-bottom: 30px;
}
.contact-page .contact-icon {
  width: 65px;
  height: 65px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(216, 229, 243, 0.3);
  border-radius: 50%;
}
.contact-page a {
  line-height: 22px;
  display: block;
}
.contact-page p {
  margin-bottom: 0;
}
.contact-page .svg-inline--fa {
  color: #043C7C;
}
.contact-page .btn {
  margin-top: 15px;
}

.unit-body {
  padding-left: 5px;
}

#accordion .panel {
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin: 0 0 10px;
  overflow: hidden;
  position: relative;
}

#accordion .panel-heading {
  padding: 0;
  border: none;
  border-radius: 8px;
  margin-bottom: 10px;
  z-index: 1;
  position: relative;
}

#accordion .panel-title a {
  display: block;
  padding: 18px 70px 18px 30px;
  margin: 0;
  background: #fff;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  border-radius: 8px;
  background: rgba(216, 229, 243, 0.3);
  position: relative;
}

#accordion .panel-title a:before,
#accordion .panel-title a.collapsed:before {
  content: "-";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  width: 55px;
  height: 100%;
  text-align: center;
  line-height: 50px;
  border-left: 2px solid #043C7C;
  position: absolute;
  top: 0;
  right: 0;
}

#accordion .panel-title a.collapsed:before {
  content: "+";
}

#accordion .panel-title a .icon {
  display: inline-block;
  width: 55px;
  height: 100%;
  border-right: 2px solid #043C7C;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.7);
  line-height: 50px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}

#accordion .panel-body {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-top: none;
  background: #fff;
  font-size: 15px;
  color: #333;
  line-height: 27px;
}

@media screen and (max-width: 991px) {
  #accordion .panel-title a {
    padding: 15px 65px 15px 20px;
  }
  #accordion .panel-body {
    padding: 10px 10px;
  }
}
.example-image {
  background-size: cover;
  background-position: center;
  border-radius: 5px;
  height: 270px;
  margin: 5px 5px;
  width: calc(33% - 15px);
  display: inline-block;
}
@media screen and (max-width: 999px) {
  .example-image {
    height: 250px;
    margin: 5px 5px;
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 500px) {
  .example-image {
    height: 250px;
    margin: 5px 0px;
    width: calc(100% - 0px);
  }
}

.pricing-page #accordion .panel-title a {
  display: block;
  padding: 18px 70px 18px 30px;
  margin: 0;
  background: #fff;
  font-size: 22px;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  color: #043C7C;
  border-radius: 8px;
  background: rgba(216, 229, 243, 0.3);
  position: relative;
}

.pricing-page #accordion p {
  font-size: 19px;
}/*# sourceMappingURL=style.css.map */