body {
    font-family: 'DM Sans', sans-serif;
    margin: 0!important;
}

ul.list-unstyled {
    margin: 0;
}

/* Override Bootstrap container max-width */
@media (min-width: 1471px) {
    .container {
        max-width: 1400px;
    }
}

.site-header {
    padding: 20px 0;
}

.logo {
    height: 50px;
}

/* Skip link */
.skip-link {
    position: absolute;
    top: -40px;
    left: 0;
    background: #000;
    color: #fff;
    padding: 8px 16px;
    z-index: 100;
}

.skip-link:focus {
    top: 0;
}

/* Focus outline */
a:focus,
button:focus {
    outline: 3px solid #FC8020;
    outline-offset: 3px;
}

/* Navbar links */
.navbar-nav.menu-list>li>.nav-link {
    font-size: clamp(16px, 1.2vw, 20px);
    font-weight: 400;
    color: #272727;
    text-align: center;
    padding: 0 20px;
}

/* Connect button (outline style) */
.connect-btn {
    font-size: clamp(16px, 1vw, 20px);
    font-weight: 600;
    padding: 10px 26px;
    border-radius: 12px;
    text-decoration: none;
    color: #272727;
    border: 2px solid #272727;
    display: inline-block;
    transition: all 0.3s;
}

.connect-btn:hover {
    background: #272727;
    color: #fff;
}

/* Video Section */
.hero-video-title {
    font-weight: 700!important;
    font-size: 45px!important;
    line-height: 60px;
    text-align: center;
}

.hero-video-btn{
    text-decoration: none !important;
    background: #FC8020;
    border: none;
    border-radius: 10px;
    color: #fff !important;
    padding: 15px 30px;
    font-size: 20px;
    font-weight: bold;

    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.hero-video-btn-wrap{
    text-align: center;
}

.hero-video-section{
	padding-top: 50px;
	padding-bottom: 100px;
}

.custom-video-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 30px 20px;
}

.custom-video-inner {
    width: 100%;
    max-width: 1000px;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.custom-video-inner::before {
    content: "";
    display: block;
    padding-top: 56.25%;
}

.custom-video-inner iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}


/* HERO */
.hero {
    height: 100vh;
    background: url(images/hero-banner.png) center 100% / cover no-repeat;
    background-attachment: fixed;
    position: relative;
    color: white;
    display: flex;
    align-items: flex-end;
}

/* Gradient */

.hero-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;

    background: linear-gradient(to top,
            #0153B7 0%,
            rgba(1, 83, 183, 0.85) 40%,
            rgba(1, 83, 183, 0.4) 70%,
            transparent 100%);
}

/* Content */

.hero-content {
    position: relative;
    margin-bottom: 120px;
}

/* Slides */
.hero-slider {
    overflow: hidden;
}

.hero-slides {
    display: flex;
    transition: transform .6s ease;
    width: 100%;
    align-items: flex-end;
}

.hero-slide {
    min-width: 100%;
}


/* Typography */
.carousel-content-box {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.hero-heading {
    font-weight: 600;
    font-size: 55px;
    line-height: 65px;
}

.hero-text {
    font-size: clamp(16px, 1.5vw, 20px);
    line-height: clamp(24px, 1.8vw, 30px);
    margin-bottom: 25px;
}

/* Button */
.hero-btn {
    background: #ffffff2e;
    color: #ffffff;
    padding: 14px 28px;
    font-weight: 600;
    font-size: clamp(16px, 1.2vw, 20px);
    border-radius: 8px;
    display: inline-block;
    text-decoration: none;
    width: 330px;
    text-align: center;
}

/* Progress */

.hero-progress-wrapper {
    display: flex;
    align-items: center;
    margin-top: 35px;
    gap: 20px;
    width: 50%;
    margin-left: auto;
}

.hero-progress {
    height: 4px;
    background: rgba(255, 255, 255, 0.3);
    flex: 1;
    position: relative;
}

.hero-progress-bar {
    height: 100%;
    width: 0;
    background: #FC8020;
    transition: width .4s ease;
}

/* Arrows */

.hero-arrows {
    display: flex;
    gap: 10px;
}

.hero-arrows button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid white;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.hero-arrows img {
    width: 40px;
}

/* Hero End */


/* Claim To Me */
.claim-to-fame {
    background-color: #FC8020;
    padding: 220px 0;
    color: #fff;
    font-family: 'DM Sans', sans-serif;
}

.claim-content {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 40px;
}

/* Left side */
.claim-left {
    flex: 1 1 45%;
}

.claim-heading {
    font-weight: 700;
    font-size: clamp(32px, 3vw, 60px);
}

.claim-logos {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 60px 80px;
    margin-top: 60px;
    margin-left: 0px;
}

.claim-logos li img {
    max-height: 50px;
    width: auto;
    display: block;
}

/* Right side */
.claim-right {
    flex: 1 1 50%;
}

.claim-text {
    font-weight: 400;
    font-size: clamp(18px, 1.5vw, 24px);
    line-height: clamp(28px, 2vw, 36px);
    margin-bottom: 40px;
}

/* Blue Box */
.claim-box {
    background-color: #0153B7;
    padding: 40px;
    border-radius: 16px;
}

.claim-box-heading {
    font-family: 'DM Sans', sans-serif;
    font-size: clamp(20px, 2vw, 30px);
    margin-bottom: 30px;
}

/* Button */
.claim-btn {
    display: inline-block;
    padding: 12px 28px;
    font-size: clamp(16px, 1.5vw, 20px);
    font-weight: 600;
    text-decoration: none;
    color: #fff;
    background-color: #FC8020;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.claim-btn:hover,
.claim-btn:focus {
    background-color: #e6730f;
    outline: none;
}

/* End */


/* Booking Section */
section.booking-section {
    padding-top: 220px;
}

h2.booking-heading {
    font-family: "DM Sans";
    font-weight: 900;
    font-size: 50px;
    line-height: 60px;
}

.booking-text {
    font-size: 22px;
    margin-top: 20px;
}

.booking-subheading {
    font-family: "DM Sans";
    font-weight: 700;
    font-size: 26px;
    line-height: 32px;
    color: #000;
}

.booking-image-container .col-12 {
    padding: 0px;
}

.booking-image-container img {
    width: 100%;
}

/* End */

/* Meet Section */
.meet-section {
    background-color: #FC8020;
    padding: 120px 0px;
}

.meet-heading {
    font-family: "DM Sans";
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
    color: #fff;
}


.meet-para {
    font-size: 22px;
    margin-top: 20px;
    color: #fff;
}

.link-img {
    width: 100%;
}

/* End */


/* Video section */
.video-section {
    padding: 220px 0px;
}

.video-wrapper {
  position: relative;
  display: inline-block;
	width: 100%;
}

.full-video {
  width: 100%;
  display: block;
}

iframe.full-video {
    height: 750px;
	width: 100%;
}

.custom-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  
  background: rgba(0,0,0,0.6);
  color: #fff;
  border: none;
  border-radius: 50%;
  
  width: 80px;
  height: 80px;
  font-size: 30px;
  cursor: pointer;
}

.full-video {
    width: 100%;
    margin: 50px 0px;
    border-radius: 10px;
}

h2.full-video-heading {
    font-weight: 700;
    font-size: 50px;
    line-height: 50px;
}

.full-video-para {
    font-size: 22px;
    text-align: center;
    margin-bottom: 30px;
}

.full-video-btn {
    margin: auto;
    display: flex;
}

.full-video-btn {
    background: #FC8020;
    border: none;
    border-radius: 10px;
    color: #fff;
    padding: 15px 30px;
    font-size: 20px;
    font-weight: bold;
}

/* Stories Section */ 
.section-subheading {
  font-size: 20px;
  margin: 30px 0px;
}

/* SLIDER */
.stories-slider {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.stories-track-wrapper {
  overflow: hidden;
  width: 100%;
}

.stories-track {
  display: flex;
  transition: transform 0.6s ease;
  width: 100%;
}

.stories-slide {
  flex: 0 0 100%;
  width: 100%;
}

.stories-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  padding: 10px 0;
}

/* CARD */
.story-card {
    background: #fff;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 10px 30px rgb(0 0 0 / 4%);
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 350px;
    border: 1px solid #e1e0e0;
}

.story-text {
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 20px;
  flex: 1;
}

.story-author {
  margin-top: auto;
}

.story-name {
  font-weight: 700;
  font-size: 18px;
  color: #000;
}

.story-role {
  font-size: 16px;
  color: #666;
  margin-top: 4px;
  font-style: italic;
}

/* PROGRESS + ARROWS */
.stories-progress-wrapper {
  display: flex;
  align-items: center;
  margin-top: 40px;
  gap: 20px;
}

.stories-progress {
  flex: 1;
  height: 4px;
  background: #ddd;
  position: relative;
}

.stories-progress-bar {
  height: 100%;
  width: 0;
  background: #FC8020;
  transition: width 0.4s ease;
}

.stories-arrows {
  display: flex;
  gap: 10px;
}

.stories-arrows button {
  border: none;
  width: 48px;
  height: 48px;
  border-radius: 50px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px;
  background-color: #fff;
}

.video-card video {
    width: 100%;
    border-radius: 20px;
}
/* End */

/* Proof Section */
img.proof-img {
    width: 100%;
}

.numbers-box {
    display: flex;
    gap: 50px;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
}

h3.proof-heading {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 0px;
}

p.proof-number {
    font-size: 18px;
    font-weight: 500;
}

.mark-section{
    background-image: url("images/backgroud-meet.png");
    background-size: cover;
    background-position: center;
    padding: 220px 0px;
}

/* Location Section */
.location-boxes {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 16px;
    margin-top: 50px;
}

/* CARD */

.location-box {
    height: 320px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-end;
}

/* TEXT */

.location-content{
  position:relative;
  color:#fff;
  padding:15px;
  z-index:2;
  width: 100%;
}

.location-content h3{
  font-size:18px;
  margin:0;
  line-height:1.2;
  text-align: center;
}

.location-content span{
  font-size:13px;
  display:block;
  text-align: center
}

.location-content hr {
    margin: 5px auto;
    width: 80%;
}

/* Voice Section */
.voice-section {
    background-color: #0153B7;
    padding: 120px 0px;
}

.voice-heading{
    margin-bottom: 50px;
}

.featured-section {
    padding: 120px 0px;
}

.featured-video iframe{
	height: 260px;
	border-radius: 15px;
}

.featured-card-title{
    font-size: 24px;
    font-weight: 700;
    margin-top: 20px;
}

/* EPISODE LIST */

.episode{
  display:flex;
  align-items:center;
  gap:15px;
  padding:18px 0;
  border-bottom:1px solid rgba(255,255,255,0.25);
}

.episode img{
  width:80px;
  border-radius:4px;
}

.episode-content{
  flex:1;
}

.episode-id{
  font-size:14px;
  color:#bcd2ef;
}

.episode-content h3 {
    font-size: 22px;
    color: #fff;
    margin: 3px 0;
    font-weight: bold;
    width: 80%;
}

.episode-content p {
    font-size: 18px;
    color: #fff;
    margin: 0;
    font-weight: 600;
}

/* WATCH BUTTON */

.watch-btn{
  background:#7fa7d7;
  border:none;
  color:#0a2a4a;
  font-size:16px;
  padding:10px 16px;
  border-radius:8px;
  cursor:pointer;
}

.watch-btn:hover{
  background:#9abbe3;
}

/* BIG VIDEO */

.big-video img{
  border-radius:12px;
}

/* YOUTUBE BUTTON */

.youtube-btn{
  display:inline-block;
  margin-top:30px;
  background:#d9d9d9;
  padding:12px 24px;
  border-radius:8px;
  color:#000;
  text-decoration:none;
  font-weight:500;
}

.youtube-btn:hover{
  background:#f1f1f1;
}

/* Desk Section */
a.view-more-btn {
    background-color: #D3D3D3;
    padding: 12px 30px;
    border-radius: 10px;
    color: #000000;
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
}

.desk-box {
    width: 100%;
}

h3.desk-box-heading {
    font-size: 22px;
    font-weight: bold;
    margin-top: 15px!important;
}

p.desk-box-para {
    font-size: 16px;
    font-weight: 400;
}

.desk-boxes {
    display: flex;
    gap: 30px;
}

.desk-box img{
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 15px;
}

.read-more-btn {
    background-color: #D3D3D3;
    padding: 12px 30px;
    border-radius: 10px;
    color: #000000;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    top: 15px;
    position: relative;
}

.voice-section, .voice-section p{
	color: #fff;
}

h2.podcast-section-title {
    margin-bottom: 50px!important;
}

h3.featured-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
}

.featured-desc {
  font-size: 20px;
   color: #555;
}

.big-video iframe {
    border-radius: 15px;
    height: 400px;
}

h3.featured-title-secondary {
    margin-top: 20px;
}

.episode-card img {
  width: 100%;
  margin-bottom: 12px;
}

.episode-card h4 {
  font-size: 18px;
  font-weight: 600;
}

.episode-meta {
  font-size: 12px;
  margin-bottom: 8px;
}

.badge {
  background: #eee;
  padding: 4px 8px;
  margin-right: 8px;
}

/* Results Section */
.results-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  column-gap:60px;
  row-gap:40px;
}

.result-number{
  font-size:50px;
  font-weight:600;
  margin-bottom:15px;
  border-bottom: 2px solid #000;
  padding-bottom: 15px;

}

.result-text{
    font-size: 20px;
}

/* FAQ Section */
.custom-faq .accordion-item{
border-radius:10px;
overflow:hidden;
margin-bottom:20px;
border:none;
background:#F3F3F3;
transition:background 0.4s ease;
}

.custom-faq .accordion-item:has(.accordion-button:not(.collapsed)){
background:#F2F8FF;
}

.custom-faq .accordion-button{
font-size:22px;
font-weight:600;
color:#000;
background:transparent;
padding:22px 60px 22px 24px;
box-shadow:none;
position:relative;
transition:all .35s ease;
}

.custom-faq .accordion-button::after{
display:none;
}

.custom-faq .accordion-item:has(.accordion-button:not(.collapsed)) .accordion-button{
border-bottom:1px solid #E3E3E3;
}

.custom-faq .accordion-body{
font-size:18px;
color:#353535;
padding:22px 24px 26px;
line-height:1.6;
}

.accordion-collapse{
transition:height .45s ease;
}

.faq-icon{
position:absolute;
right:20px;
top:50%;
width:28px;
height:28px;
background:#0153B7;
border-radius:50%;
transform:translateY(-50%) rotate(0deg);
transition:transform .45s cubic-bezier(.4,0,.2,1);
}

.faq-icon::before,
.faq-icon::after{
content:"";
position:absolute;
background:#fff;
left:50%;
top:50%;
transform:translate(-50%,-50%);
}

.faq-icon::before{
width:14px;
height:2px;
}

.faq-icon::after{
width:2px;
height:14px;
}

.accordion-button:not(.collapsed) .faq-icon{
transform:translateY(-50%) rotate(45deg);
}

.accordion-button:focus{
box-shadow:0 0 0 3px rgba(1,83,183,0.35);
}


/* Claim Section */
.claim-section{
    background-image: url(images/claim-background.png);
    background-size: cover;
    background-position: center;
    height: 100vh;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    position: relative;
    overflow: hidden;
}

.claim-person-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.claim-person-img {
    height: 750px;
    width: auto;
    display: block;
}

.claim-content-box {
    position: relative;
    z-index: 2;
}


.claim-content-box {
    width: 40%;
    margin: auto;
    color: #fff;
    text-align: center;
}

.claim-heading span{
    color: #FC8020;
}

/* Transform Results Section */
.transform-results-section {
    background-image: url(images/transform-background.png);
    padding: 220px 0px;
}

.transform-results-section p {
    width: 50%;
}

.newsletter-wrapper {
    width: 45%!important;
}

/* Footer */
.footer-row{
    padding: 220px 0px;
}

.footer-heading{
    font-size: 50px;
    line-height: 60px;
    width: 90%;
}

.footer-btn {
    padding: 10px 30px;
    background-color: #ffffff6e;
    border-radius: 10px;
    text-decoration: none;
    color: #fff;
    font-size: 20px;
}

.footer-branding-link{
	text-decoration: none;
	color: #fff;
}

.list-unstyled li a {
    font-size: 20px;
}

.custom-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 9999;
  overflow: hidden;
}

.custom-modal.active {
  display: block;
}

.custom-modal-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  z-index: 1;
}

.custom-modal-content {
  position: fixed;
  width: 100%;
  top: 20%;
  left: 0%;
  overflow: hidden;
  z-index: 2;
}

iframe.contact-iframe {
  width: 100% !important;
}

.custom-modal-close {
  position: absolute;
  top: 0px;
  right: 34%;
  font-size: 28px;
  cursor: pointer;
  z-index: 3;
  color: #000;
}

/* Terms Page */
section.terms-section{
	padding: 80px 0px;
}

.terms-section h1{
	font-weight: 700!important;
}

.footer-bottom a{
	text-decoration: none;
}


@media(max-width: 1470px) {
    .navbar-nav.menu-list>li>.nav-link {
        padding: 0 15px;
    }

    .claim-to-fame {
        padding: 100px 0;
    }

    .claim-logos li img {
        max-height: 40px;
    }

    .claim-logos {
        gap: 40px;
    }

    .booking-section {
        padding-top: 120px !important;
    }

    h2.booking-heading {
        font-size: 40px;
        line-height: 40px;
    }


    .booking-text {
        font-size: 18px;
    }

    .booking-subheading {
        font-size: 20px;
        line-height: 28px;
    }

    .video-section{
        padding: 100px 0px;
    }

    h2.full-video-heading{
        font-size: 40px;
    }

    .full-video-para{
        font-size: 18px;
    }

    .full-video-btn{
        font-size: 16px;
    }

    .section-subheading {
        font-size: 18px;
        margin: 20px 0px;
    }

    .story-card{
        min-height: 300px;
    }

    .story-text{
        font-size: 15px;
    }

    .story-name{
        font-size: 16px;
    }

    .story-role {
    font-size: 14px;
    margin-top: 0px;
}
}

@media(max-width: 991.98px) {
	h1.hero-video-title{
    font-size: 30px!important;
    line-height: 1.3;
    }
    
    .connect-btn-desktop {
        display: none;
    }

    .navbar-nav.menu-list>li>.nav-link {
        padding: 10px 15px;
    }

    .hero{
        height: 70vh;
    }
	
	.hero-heading {
    font-weight: 600;
    font-size: 32px;
    line-height: 36px;
}

    .hero-progress-wrapper {
        width: 100%;
    }

    .hero-content {
        position: relative;
        margin-bottom: 20px;
    }

    .claim-content {
        flex-direction: column;
        gap: 30px;
    }

    .claim-left,
    .claim-right {
        flex: 1 1 100%;
    }

    .claim-logos {
        gap: 25px;
        margin-top: 30px;
    }

    .claim-logos li img {
        max-height: 25px;
    }

    .claim-box {
        padding: 30px;
    }

    .claim-text {
        margin-bottom: 20px;
    }

    .booking-section {
        padding-top: 70px !important;

    }

    h2.booking-heading {
        font-size: 30px;
        line-height: 40px;
    }

    .meet-section{
	padding: 80px 0px;
}

.meet-heading{
	font-size: 30px;
	line-height: 40px;
}

.meet-para{
	font-size: 18px;
}

.video-section {
        padding: 50px 0px;
}

.big-video iframe{
	height: 200px!important;
}

.featured-card-title{
margin-bottom:30px;
}
	
iframe.full-video {
    height: 230px!important;
}

    h2.full-video-heading {
        font-size: 30px;
        line-height: 40px;
    }

    .full-video-para {
    margin-bottom: 20px;
}

.full-video {
    margin: 20px 0px;
}

 .stories-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  
  
  .stories-section .section-heading {
    font-size: 32px;
  }
  
  .story-card {
    min-height: auto;
  }

  .numbers-box {
    gap: 20px;
margin-top: 50px;
}


h3.proof-heading {
    font-size: 20px;
}

.mark-section {
    background-position: unset;
    padding: 70px 0px;
}

.location-boxes {
    grid-template-columns: repeat(3, 1fr);
}

.location-box {
    height: 200px;
}

.location-content{
    padding: 10px 0px;
}

.location-content h3 {
    font-size: 16px;
}


.location-content span {
    font-size: 12px;
}

.episode-content h3 {
    font-size: 16px;
    width: 100%;
}

.episode img {
    width: 55px;
    border-radius: 4px;
}

.episode-content p {
    font-size: 14px;
    color: #fff;
    margin: 0;
    font-weight: 600;
}

.voice-heading {
    margin-bottom: 0px;
}

.big-video img {
    width: 80%;
    margin-top: 50px;
}

.claim-to-fame {
        padding: 70px 0;
}

h3.desk-box-heading  {
    font-size: 20px;
    font-weight: bold;
}

.desk-boxes {
    display: block;
}

.desk-box{
    margin-top: 40px;
}


.read-more-btn {
    font-size: 16px;
     top: 10px;
     padding: 10px 24px;
}

a.view-more-btn{
    font-size: 16px;
    padding: 10px 24px;
}

.section-subheading {
    margin-top: 0px !important;
}

.results-section {
    margin-top: 50px;
}

.result-number {
    font-size: 22px;
}

.result-text {
    font-size: 16px;
}


.results-grid {
    column-gap: 30px;
    row-gap: 20px;
}

.custom-faq .accordion-button {
    font-size: 18px;
}


.custom-faq .accordion-body {
    font-size: 16px;
    padding: 22px 24px 26px;
}

 .claim-section {
        background-image: unset;
        background-color: #0153B7;
        display: flex;
        justify-content: center;
        height: 110vh;
        align-content: flex-start;
 }


.claim-content-box {
    padding-top: 15%;
    padding-bottom: 0%;
    width: 90%;
}

.claim-person-wrap {
    display: flex;
    justify-content: center;
    width: 100%;
}

.claim-person-img{
	height: 380px!important;
	margin: auto;
	display: flex;
	justify-content: center;
}

 .transform-results-section {
    background-image: url(images/transform-background.png);
    padding: 80px 0px;
}
	
.newsletter-wrapper{
	width: 100%!important;
}

.transform-results-section p {
    width: 100%;
}

.footer-row {
    padding: 80px 0px;
}

.footer-heading {
    font-size: 30px;
    line-height: 40px;
    width: 100%;
}

.footer-btn {
    padding: 8px 18px;
    font-size: 16px;
}

.list-unstyled li a {
    font-size: 16px;
}

.footer-bottom {
    margin-top: 0px ! Important;
}
	
.custom-modal-close{
		right: 10%;
}
	
.custom-modal-content{
		padding: 0px 20px;
}

section.terms-section{
	padding: 50px 0px;
}
}