/*
Theme Name: Absolute Business Finance
Theme URI: https://www.loop-digital.co.uk
Author: Loop Digital Marketing Ltd
Author URI: https://www.loop-digital.co.uk
Version: 1.0
*/

html {
  overflow-x: hidden;
}

body, html {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}

img {
  max-width:100%;
  height:auto;
}

h1, h2, h3, h4, h5, h6, p, a, div, ul, li, ol, button, input, span {
  font-family: "montserrat", sans-serif;
  font-optical-sizing: auto;
}


h1, h2 {
  padding-bottom:1.25rem;
  font-weight:800;
  font-size:4.8rem;
  line-height:5.6rem;
}

h3, h4, h5, h6 {
  font-weight:800;
  padding-bottom:1rem;
  font-size: 2.8rem;
}

h1 b, h2 b, h3 b, h4 b, h5 b, h6 b, h2 strong, h3 strong, p b {
  color:#00B8FF;
}

p, a, div, ul, li, ol, button, input, span {
 font-size: 1.6rem;
 line-height:3.2rem;
 font-weight:500;
}

 p, div, ul, li, ol, button, input, span {
  color:#053447;
 }


a {
  color: #00B8FF;
  text-decoration: none;
  font-weight:600;
}

ul {
  list-style-type: none;
  padding-inline-start: 0;
}

li {
  position: relative;
  margin-left:5rem;
  padding: 0.5rem 0;
}

li.menu-item {
    margin-left: 0;
    padding: 0;
}

li::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url('/wp-content/themes/Loop Theme/assets/images/Tick.png');
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 2rem;
  display: inline-block;
  position: absolute;
  left: -40px;
  top:10px;

}

ol li::before {
  display: none;
}

ol li {
  list-style-type: disc;
  margin-left:0;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.has-text-align-center {
  text-align: center;
}

::placeholder {
  color:#00B8FF;
}

.spacer {
  width:100%;
  height:40px;
}

.spacer-big {
  width: 100%;
  height: 80px;
}

.spacer {
  width: 100%;
  height: 60px;
}

#header {
  padding:1.5rem 0;
  position: fixed;
  top: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 10000;
  background-color:transparent;
}

#header.scrolled {
  -webkit-box-shadow: 3px 4px 10px rgba(0, 0, 0, 0.16);
  box-shadow: 3px 4px 10px rgba(0, 0, 0, 0.16);
  background-color: #00415A;
}

#header a.nav-link {
  border-bottom: solid 4px transparent;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-weight:500;
  margin: 0 1rem;
}

#header .tel a.nav-link span {
  color:#00B8FF;
  font-weight:600;
}

#header a.nav-link:hover span {
  color: #7CEDAC;
}

#header a.nav-link span {
  color:#fff;
}

#header .header-phone-wrapper a  {
  font-size:2rem;
  color:#fff;
  transition: all 0.3s ease-in-out;
  display: block;
}

#header li:before {
  content: none;
}

#logo-wrapper-head {
  position: relative;
  z-index:1000;
}

#header #logo {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#header .header-phone-wrapper a:hover,
#header #logo:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

#menu-primary-menu .nav-item {
  margin: 0 2rem;
}

#menu-primary-menu .nav-item:last-child a.nav-link,
input[type="submit"].wpcf7-submit,
.button-secondary {
  background-color: #00415A;
  color: #fff;
  padding: 0.75rem 3rem;
  border: none;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  margin: 0.5rem 1rem 0.5rem 0;
  display: inline-block;
  border-radius:5px;
}

.button-primary:hover,
#menu-primary-menu .nav-item:last-child a.nav-link:hover,
input[type="submit"].wpcf7-submit:hover,
.button-secondary:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.button-primary {
  background-color: #00B8FF;
  color: #fff;
  border: none;
  padding: 0.75rem 3rem;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 0.5rem 1rem 0.5rem 0;
  display: inline-block;
  border-radius:5px;
}

.button-xxl {
    padding: 1.5rem 5.5rem;
    font-size:2.2rem;
    background-color:#7CEDAC;
    color:#00415A;
    font-weight:700;
    letter-spacing:2px;
}

.button-green {
  background-color: #7CEDAC;
  color: #00415A;
  font-weight: 700;
}

@media screen and (min-width:1199px) {
  ul#menu-main-menu>li.dropdown:hover>ul.dropdown-menu {
    display: block;
  }
}

ul.dropdown-menu {
  border-radius:0;
  padding:0;
  margin:0;
  min-width:150px;
}

ul.dropdown-menu li {
  margin:0;
  padding:0;
}

li.dropdown>a::after {
  content: '\f054';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-left: 0.75rem;
  color: #fff;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  display: inline-block;
  font-size:1rem;
}

 .dropdown-item:focus,
 .dropdown-item:hover {
  background-color:#00B8FF;
 }

button.navbar-toggler {
  border: none;
  font-size: 2.7rem;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  font-size: 2.3rem;
}

.navbar-toggler-icon:focus-visible, .navbar-toggler:focus {
  box-shadow:none;
}

#navbarSupportedContent {
  position: relative;
}

#footer-widget {
  background-color:#00415A;
}

#footer-widget h2, #footer-widget h3, #footer-widget p, #footer-widget span, #footer-widget li, #footer-widget li a {
  color:#fff;
}

#footer-widget li:before {
  content: none;
}

#footer-widget h2, #footer-widget h3 {
  font-size:2rem;
  font-weight:700;
}

#footer-widget li a {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#footer-widget li a:hover {
  color:#7CEDAC;
}

#footer-widget ul {
  padding-inline-start: 0;
}

#footer-widget li {
  list-style-type: none;
}

#footer-widget i.footer-icon {
  width: 20px;
  margin-top: 0.6rem;
}

#footer-widget .social-link {
  color: #053447;
  background-color: #fff;
  width: 4.3rem;
  height: 4.3rem;
  line-height: 4.3rem;
  font-size: 2rem;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  margin-right:1rem;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#footer-widget .social-link:hover {
  color: #053447;
  background-color: #7CEDAC;
  transform: translateY(3px);
}

#footer-widget .quick-links-wrapper a {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#footer-widget .quick-links-wrapper a:hover {
  color: #7CEDAC!important;
}

#footer-widget .disclaimer {
  font-size:1.2rem;
  line-height:2rem;
}

.custom-arrow.fa-solid.fa-arrow-right {
  color:#00B8FF;
  background-color:#fff;
  display:inline-block;
  border-radius:50%;
  width:3rem;
  height:3rem;
  line-height:3rem;
  text-align:center;
}

.custom-arrow.fa-solid.fa-arrow-right.arrow-dark-blue {
  color: #00415a;
}


#hero-banner {
  background:linear-gradient(#000D12,#00719C);
  padding: 10rem 0 20rem 0;
  overflow: hidden;
}

#hero-banner img#main {
  position: absolute;
  bottom:0;
  right:0;
  max-width:1000px;
  height:auto;
  z-index:100;
  padding:0;
}

#hero-banner .strip {
  background-color:rgba(0, 31, 43, 0.6);
  border-radius:5px;
  padding:1rem 0;
  margin-bottom:9rem;
  font-weight:500;
  position: relative;
  z-index: 200;
}

#hero-banner .slide-tick {
    width: 24px;
    height: 24px;
    background-image: url('/wp-content/themes/Loop Theme/assets/images/Tick.png');
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 2rem;
    display: inline-block;
}

#hero-banner .strip li::before {
  display: none;
}



#hero-banner .content {
  position: relative;
  z-index: 200;
}

#hero-banner .content p {
  color:#fff;
  font-size: 2rem;
  padding: 1rem 0;
}

#hero-banner img#background {
  position:absolute;
  top:0;
  right:-1rem;
  max-width:1300px;
  height:auto;
  z-index:90;
  animation: slow-rotate 40s linear infinite;
}


#internal-banner.ppc-banner p, #internal-banner.ppc-banner label, #internal-banner.ppc-banner span, #internal-banner.ppc-banner div, #internal-banner.ppc-banner li {
  color:#fff;
}
#internal-banner.ppc-banner .content-wrapper {
  padding-right:4rem;
}

#google-strip {
  background-color: #001F2B;
  border-radius:15px;
}

#google-strip.home {
  margin-bottom: 3rem;
  margin-top:-5rem;
  position: relative;
  z-index:1000;
}

#google-strip span {
  color:#fff;
  font-size:2.8rem;
  margin:0;
  padding:0;
  font-weight:600;
}

@keyframes slow-rotate {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(30deg);
  }

   100% {
    transform: rotate(0deg);
  }
}

#internal-banner {
  overflow:hidden;
  padding:10rem 0 8rem 0;
  background: linear-gradient(#000D12, #00719C);
}

#internal-banner.about-us {
    padding: 10rem 0 0 0;
}

#internal-banner img#background {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 1000px;
  height: auto;
  z-index: 90;
  animation: slow-rotate 40s linear infinite;
}

#internal-banner img#main {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 640px;
  height: auto;
  z-index: 100;
  padding:0;
}

#internal-banner .container {
  position: relative;
  z-index:200;
}
#internal-banner .custom-arrow.fa-solid.fa-arrow-right {
  color:#00415A;
}

#gutenberg-content {
  background-color: #7CEDAC;
  border-top-left-radius: 15%;
  border-top-right-radius: 15%;
}

#content h2 {
  font-size:2.4rem;
}

#content .check-eligibility-content {
  overflow: hidden;
}

#check-eligibility-logo {
  position: absolute;
  right:-10%;
  top:100px;
  max-width:1000px;
  opacity:0.25;
  animation: logo-rotate 28s linear infinite;
}

@keyframes logo-rotate {
  0% {
    transform: rotate(-90deg);
  }

  50% {
    transform: rotate(-75deg);
  }

  100% {
    transform: rotate(-90deg);
  }
}

#testimonials .ti-widget.ti-goog .ti-review-item>.ti-inner {
  background-color:#00415A!important;
}

#testimonials .ti-widget.ti-goog .ti-widget-container .ti-name {
  color:#00B8FF;
}

#testimonials .ti-widget.ti-goog .ti-widget-container .ti-date, #testimonials .ti-review-text-container.ti-review-content {
  color:#fff;
}

#testimonials .ti-widget.ti-goog .ti-star {
  margin-right:8px!important;
  filter: hue-rotate(-29deg);
}

#testimonials .ti-widget.ti-goog .ti-platform-icon {
  background-color:#fff !important;
  border-radius: 50% !important;
  width: 40px !important;
  height: 40px !important;
  border: solid 5px #fff !important;
  text-align: center;
  line-height: 28px;
}

#about-content .profile-pic {
  border-radius:20px;
}

#cta {
  background-color:#F2F5F7;
  border-bottom-left-radius: 50% 85px;
  border-bottom-right-radius: 50% 85px;
}

#cta .single-cta {
  background-color:#fff;
  box-shadow: #00000029 0 3px 20px;
  height:100%;
  border-radius:15px;
}

#cta img {
  margin-top:-6rem;
  margin-bottom: 3rem;
}

#cta img.additional-img {
  margin-top:0;
  margin-bottom:0;
  border-radius:15px;
}

#contact-form {
  background-color: #00415a;
  background-image: url('/wp-content/themes/Loop Theme/assets/images/mask.png');
  background-size: cover;
  background-position: bottom;
  animation: slowRotate 300s linear infinite;
}

#contact-form .content-box {
  background-color: rgba(0, 65, 90, 0.9);
  border-radius: 15px;
  padding: 4rem 2rem;
  box-shadow: #00000029 0 3px 20px;
  border: solid 6px #00B8FF;
}

#contact-form input[type="submit"], #internal-banner.ppc-banner .contact-form input[type="submit"] {
  background-color: #00B8FF;
  float:right;
}

#contact-form label, #internal-banner.ppc-banner .contact-form label { 
  width:100%;
}

#contact-form label, #contact-form span {
  color:#fff;
}

#contact-form textarea, #contact-form input[type="text"], #contact-form input[type="email"], #contact-form input[type="tel"],
#internal-banner.ppc-banner .contact-form textarea, #internal-banner.ppc-banner .contact-form input[type="text"], #internal-banner.ppc-banner .contact-form input[type="email"], #internal-banner.ppc-banner .contact-form input[type="tel"] {
  width:100%;
  border: solid 3px #00B8FF;
  background-color:transparent;
  color:#fff;
}

#contact-form .contact-info-links a, #contact-form .contact-info-links p {
  font-weight:600;
}

input[type='range'] {
  background:#00415a!important;
  opacity:1!important;
}

span.wpcf7-list-item {
  position: relative;
}

input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  width: 30px;
  height: 30px;
  z-index: 50;
  cursor: pointer;
  margin-right: 1.5rem;
}

input[type="checkbox"]+span:before {
  display: block;
  position: absolute;
  content: "";
  border-radius: 0;
  height: 30px;
  width: 30px;
  left: 0px;
  border: 3px solid #00B8FF;
  top:0;
  left:-16px;
}

input[type="checkbox"]+span:after {
  display: block;
  position: absolute;
  content: "\2713";
  height: 30px;
  width: 30px;
  left: 0px;
  visibility: hidden;
  font-size: 20px;
  text-align: center;
  line-height: 30px;
  color: #00B8FF;
  font-weight: 700;
  top:0;
  left:-16px;
}

input[type="checkbox"]:checked+span:after {
  visibility: visible;
}

#check-eligibility span.wpcf7-not-valid-tip, #contact-form span.wpcf7-not-valid-tip {
  color: #7CEDAC;
}

span.wpcf7-list-item-label {
  margin-left:25px;
}

.wpcf7-response-output {
  clear: both;
  margin-top: 5rem !important;
  color:#fff;
  border: solid 3px #7CEDAC!important;
}

#check-eligibility {
    background-color:#00415a;
    border-bottom: solid 5px #7CEDAC;
    padding:6rem 0 8rem 0;
}

#check-eligibility h2, #check-eligibility h3, #check-eligibility p, #check-eligibility span {
  color:#fff;
}

#check-eligibility textarea,
#check-eligibility input[type="text"],
#check-eligibility input[type="email"],
#check-eligibility input[type="tel"],
#check-eligibility select, #internal-banner.ppc-banner .contact-form select {
  width: 100%;
  border: solid 3px #00B8FF;
  background-color: transparent;
  color: #fff;
  padding-left:1rem;
  padding-right: 1rem;
}
#check-eligibility select, #internal-banner.ppc-banner .contact-form select {
  padding: 1rem 1rem;
}

#check-eligibility option, #internal-banner.ppc-banner .contact-form option {
  background-color: #fff;
  color:#00415a;
}

#check-eligibility input[type="submit"] {
  background-color: #00B8FF;
  float: right;
  margin-right:0;
  margin-top:2rem;
  font-weight:700;
}

#check-eligibility label {
  width: 100%;
}

#process {
  background-color: #00415a;
  background-image: url('/wp-content/themes/Loop Theme/assets/images/mask.png');
  background-size: cover;
  background-position: bottom;
  animation: slowRotate 250s linear infinite;
}

#process .intro p {
  color:#fff;
}

@keyframes slowRotate {
  0% {
    background-position: bottom;
  }

  50% {
    background-position: top;
  }

  100% {
    background-position: bottom;
  }
}

#process {
  border-radius: 15px;
}

#process .content-box {
  background-color: rgba(0, 65, 90, 0.9);
  border-radius:15px;
  padding:4rem 2rem;
  box-shadow: #00000029 0 3px 20px;
  border:solid 6px #00B8FF;
}

#process .content-box p, #process .content-box li, #process .content-box span {
  color:#fff;
}

#process .content-box ul {
  padding: 1.5rem 0;
  margin: auto;
  max-width: 400px;
}

#process .content-box li {
  padding: 0.5rem 0;
  font-weight:700;
}

#process .point p, #process .point span {
  color:#fff;
}

#process .number p {
  font-size:8rem;
  margin-right:3rem;
  width:40px;
  font-weight:700;
  text-align: center;
}

#process .point-wrapper:nth-of-type(1) .number p {
  color: #009BD6;
}

#process .point-wrapper:nth-of-type(2) .number p {
  color: #00B8FF;
}

#process .point-wrapper:nth-of-type(3) .number p{
  color: #7CEDAC;
}

#faqs .accordion {
  background-color: #00B8FF;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 18px;
  transition: all 0.4s ease-in-out;
  color:#00415A;
  font-weight:600;
}

#faqs .active,
#faqs .accordion:hover {
  background-color: #7CEDAC;
}

#faqs .panel {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #fff;
}

#single-review {
  background-color: #F2F5F7;
}

#single-review img {
  max-width:550px;
  height:auto;
}

#single-review .review-wrapper {
  position: absolute;
  left: 5%;
  top: 5%;
  max-width: 350px;
  background-color: #fff;
  padding: 2rem;
  border-radius: 20px;
  font-weight:600;
}

#single-review .quote-icon {
  margin-top: -6rem;
  margin-left: -4rem;
}

#meet-the-team {
  overflow:hidden;
}

#meet-the-team img.team {
  width:200px;
  height:200px;
  object-fit: cover;
  border-radius:20px;

}

#meet-the-team .row {
  position: relative;
  z-index:1000;
}

#meet-the-team .position {
  color: #00B8FF;
  font-weight:700;
}

#meet-the-team #absolute-logo {
  position: absolute;
  left: -10%;
  top: 100px;
  max-width: 1000px;
  opacity: 0.15;
  animation: logo-rotate-reverse 28s linear infinite;
}

@keyframes logo-rotate-reverse {
  0% {
    transform: rotate(90deg);
  }

  50% {
    transform: rotate(75deg);
  }

  100% {
    transform: rotate(90deg);
  }
}


#services {
  background-color: #F2F5F7;
  border-top-left-radius: 50% 85px;
  border-top-right-radius: 50% 85px;
}

#services .overlay {
  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  z-index:50;
  border-radius:15px;
}

#services .card-wrapper img {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

#services .content {
  z-index:100;
  position: relative;
  margin-bottom:10rem;
} 

#services .content .content-container {
  min-height:120px;
}

#services .services-single-card {
  transition: all 0.3s ease-in-out;
}

#services .services-single-card:hover {
  transform: translateY(-3px);
}

#services ul {
  margin-left:3rem;
}
#services li {
  color:#fff;
  font-weight: 700;
  margin: 1rem 0 1rem 3rem;
}

#calculator-content li::before {
  display: none;
}

#services .card-wrapper {
  height:100%;
  border-radius:15px;
}

#services .button-wrapper {
  z-index: 100;
  position: absolute;
  bottom:2rem;
  left:0;
  right:0;
}

#fifty-repeater-container .row-odd {
  padding: 2rem 5rem 2rem 5rem;
}

#fifty-repeater-container .row-even {
  padding: 2rem 5rem 2rem 0;
}

#fifty-repeater-container h2 {
  font-size:3.4rem;
  line-height:4.2rem;
}

#fifty-repeater-container img {
  border-radius:20px;
}

#calculator-content {
  background-color:#F2F5F7;
}

#single-post {
  background-color:#F2F5F7;
  padding:3rem 0;
}

#single-post p, #single-post span, #single-post li, #single-page p, #single-page span, #single-page li {
  color:#00415a;
}

#single-post h2, #single-post h3, #single-page h2, #single-page h3 {
  color:#00415a;
  padding-bottom:1rem;
  padding-top:1.5rem;
}

#single-post h2, #single-page h2 {
  font-size: 3.4rem;
  line-height: 4.2rem;
}
 #single-post img, #single-post ul, #single-page img, #single-page ul {
  padding:2rem 0;
}

#single-post img.featured-image {
  border-radius:15px;
  border:solid 4px #00B8FF;
  padding:0;
}

#news-archive img {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

#news-archive .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}    

#news-archive .post-title-container, #news-archive .post-date-container {
  position: relative;
  z-index:100;
  color:#fff;
}

#news-archive .archive {
  column-count: 3;
  column-gap: 1.5rem;
}

#news-archive .recent-post {
  break-inside: avoid;
  transition: all, 0.3s ease-in-out;
}

#news-archive .recent-post:hover {
  transform: translateY(-3px);
}

#news-archive .overlay {
  background: linear-gradient(0deg, rgba(0, 65, 90, 1) 0%, rgba(0, 65, 90, 1) 40%, rgba(0, 65, 90, 0.8) 65%, rgba(255, 255, 255, 0) 100%);
}

span.ti-with-tooltip {
  display: none;
}

#sitemap ul {
  list-style-type:none;
  padding-inline-start: 0;
}
#sitemap li a {
  color:#00415a;
}

#sitemap li::before {
  display: none;
}

#sitemap li {
  margin-left:0;
}

.services-slider {
  position: relative;
}

.services-slider .slider-track {
  display: flex;
  gap: 1rem;
  transition: transform 300ms ease;
  will-change: transform;
}

.services-slider .services-single-card {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding: 10px;

}

.services-slider.slider-active {
  overflow: hidden;
}

.services-slider .slider-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.5rem;
  display: flex;
  gap: 0.4rem;
  z-index: 30;
}

.services-slider .slider-dots button {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: none;
  padding: 0;
  cursor: pointer;
  background: #00415A;
}

.services-slider .slider-dots button.active {
  background: #00B8FF;
  width:26px;
  height:26px;
}

.services-slider .card-wrapper a,
.services-slider .card-wrapper button {
  pointer-events: auto;
}

.services-slider.slider-active .row {
  display: block;
}

#full-width-content {
  background-color: rgb(242, 245, 247);
  border-top-left-radius: 50% 85px;
  border-top-right-radius: 50% 85px;
  padding: 5rem 0 3rem 0;
}

#full-width-content h2 {
  padding-bottom:3rem;
}

@media screen and (max-width:1599px) {
  #hero-banner img#main {
    max-width:810px;
  }
}

@media screen and (max-width:1499px) {
  #single-review .review-wrapper {
    top:55%;
  }
}

@media screen and (max-width:1399px) {
  #header a.nav-link {
    margin: 0 0.5rem;
  }
  #header a.nav-link span {
    font-size:1.4rem;
  }
  
  #single-review .review-img {
    max-width:96%;
  }
}

@media screen and (max-width:1199px) {
  #hero-banner {
    padding: 10rem 0 10rem 0;
  }
  
  #hero-banner .strip {
    margin: 2rem 0;
  }

  #hero-banner .main-wrapper {
    text-align: end;
  }

  #hero-banner img#main {
    position: relative;
    max-width:100%;
    margin-right:-14rem;
  }
  
  #hero-banner .content {
    padding: 2rem 1rem;
    text-align: center;
    order:2;
  }

  #hero-banner .strip li {
    text-align: center;
  }
  #header a.button-primary {
    display:none;
  }
  .navbar {
    -webkit-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
    margin-top:-6rem;
  }
  .navbar-toggler-icon {
    font-size:3.5rem;
  }
  #navbarSupportedContent {
    background-color:#00415A;
  }
  #internal-banner {
    padding-bottom:0;
  }
  #internal-banner img#main{
    position: relative;
    max-width:100%;
  }
  #internal-banner .banner-content {
    padding-bottom:4rem;
  }
  #internal-banner .image-wrapper {
    text-align:right;
  }
  #single-post {
    padding:4rem 0;
  }
  #single-review img {
    max-width: 440px;
    height: auto;
  }
  #services .services-slider {
    padding-bottom:6rem;
  }
  #services .services-slider .slider-dots {
    bottom:1%;
  }
  #header a.nav-link {
    padding-left: 1rem;
  }
  #header a.nav-link span {
    font-size:1.6rem;
  }
  #internal-banner img#main {
  display: none;
  }
    #hero-banner img#background {
      bottom:0;
    }
}

@media screen and (max-width:991px) {
  h1 {
    font-size:2.8rem;
    line-height:3.6rem;
  }
  h2 {
    font-size:2.6rem;
    line-height:3.2rem;
  }
  p {
    font-size: 1.6rem;
    line-height:2.4rem;
  }
  #hero-banner {
    padding: 10rem 0 0rem 0;
  }
  #cta .single-cta-wrapper {
    margin-bottom:8rem;
  }
  #cta .single-cta-wrapper:last-of-type {
    margin-bottom: 0rem;
  }
  #process {
    animation: none;
    background-position: left;
  }
  #services {
    border-top-left-radius:0;
    border-top-right-radius:0;
  }
  
  #google-strip.home {
    margin-bottom: 0;
    margin-top: 0;
  }
  
  #google-strip-wrapper {
    background-color:#001F2B;
  }
  #google-strip .google-content-wrapper {
    flex-wrap:wrap;
  }
  #google-strip span {
    text-align: center;
  }
    #google-strip .rating-span {
    display: block;
    text-align: center;
    padding:2rem 0;
    font-size:1.8rem;
  }

  
  #news-archive .archive {
    column-count: 2;
  }
  #single-review .review-wrapper {
    right: 10%;
    bottom: 16%;
    top:unset;
    left:unset;
  }
  #single-review .review-img {
    max-width: 380px;
    margin-left:-12rem;
  }
  #hero-banner .strip li {
    text-align: left;
  }

  #fifty-repeater-container .row-odd {
    padding: 2rem 3rem 4rem 3rem;
  }
  #fifty-repeater-container .row-even {
    padding: 4rem 3rem 4rem 3rem;
  }

}

@media screen and (max-width:767px) {
  #footer-widget {
    text-align:center;
  }
  #footer-widget .services {
    display: none;
  }
  #footer-widget .logos-wrapper img {
    margin:2rem 0;
  }
  #single-review {
    padding-bottom:20rem!important;
  }

  #single-review img {
    max-width:100%;
  }
  
  #single-review .review-wrapper {
    left: 7%;
    right: 7%;
    top: 78%;
    bottom:unset;
  }
  #single-review .button-repeater {
    text-align:center;
  }
  
  #single-review .review-img {
    max-width:100%;
    margin-left:0;
  }
  
  #full-width-content {
    border-top-left-radius: 50% 25px;
    border-top-right-radius: 50% 25px;
  }
  #content {
    overflow:hidden;
  }
  #check-eligibility-logo {
    right: -50%;
    z-index:1;
  }
    #content .container {
      position: relative;
      z-index:100;
    }

}
@media screen and (max-width:699px) {
  #news-archive .archive {
    column-count: 1;
  }
}

@media screen and (max-width:599px) {
  #internal-abnner img#main {
    max-width:100%;
  }
  #gutenberg-content {
    border-top-left-radius: 6%;
    border-top-right-radius: 6%;
  }

  #cta {
    border-bottom-left-radius: 50% 25px;
    border-bottom-right-radius: 50% 25px;
  }
        #hero-banner img#main {
          margin-right: -5rem;
        }
}

@media screen and (max-width:575px) {
  #fifty-repeater-container .row-even, #fifty-repeater-container .row-odd {
    padding:2rem;
  }

  #fifty-repeater-container img {
    border-radius:0;
  }

  #header #logo {
    max-width:200px;
  }

}
