@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

body {
    font-family: "Outfit", serif;
    color:#000000;
    box-sizing: border-box;
    background-color: rgb(255, 255, 255);
    font-size: 16px;
    overflow-x: hidden;
}
:root {
    --font25: 25px;
    --font30: 30px;
    --themecolor: #202840;
    --btnfnt30: 30px;
    --btnfnt25: 25px;
    --btnfnt20: 20px;
    --btnfnt18: 18px;
    --btnlh46: 46px;
    --btnlh40: 40px;
    --btnlh38: 38px;
    --btn-mw: 100px;
}

a {
    color: #555454;
    text-decoration: none;
}
li a:hover {
    color:#0d6efd;
}

.fnt-25 {
    font-size: var(--font25);
}

.fnt-30 {
    font-size: var(--font30);
}


.rights-list {
    list-style-type: none;
    padding-left: 0;
}
.rights-list li::before {
    content: attr(data-label);
    font-weight: bold;
    margin-right: 5px;
}

.theme-txt {
    color: var(--themecolor);
}

.outer-box h1 {
    font-family: 'ProximaNovaSemibold';
}

.outer-box .btn {
    font-family: 'ProximaNovaSemibold';
}

.lh-normal {
    line-height: normal;
}

.outer-padding {
    padding-left: 7%;
    padding-right: 7%;
}

.outer-container {
    max-width: 1440px;
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.body-wrapper {
    box-shadow: 0px 1px 6px rgba(164, 174, 188, .6);
    max-width: 1700px;
    margin: 40px auto;
    padding-bottom: 40px;
    overflow: hidden;
}

body {
    padding: 0 100px;
}

header {
    padding: 30px 0;
}

.outer-padding {
    max-width: 1640px;
    margin: auto;
}

h3 {
    font-size: 24px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #E16B69;
}
h2{
    font-size: 26px;
    font-family: 'ProximaNovaSemibold';
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #18706D; 
}

h4 {
    font-size: 18px;
    letter-spacing: 1px;
    color:#000000;
}
ol.d-3data {
   counter-reset: item 3; 
  }
  /* ol.d-3data  li{ display: block;} */

  ol.d-3data li:before { 
    content: counters(item, ".") " ";
    counter-increment: 3 }
     
/* ol { counter-reset: item }
li{ display: block }
li:before { content: counters(item, ".") " "; counter-increment: item } */

.coach-name-header {
    color: #1C2437;
    font-size: 40px;
    font-family: 'ProximaNovaLight';
    margin: 20px 0 0;
}
/*Terms CSS*/
.terms-top-header {
    padding: 40px 0;
}

    .terms-top-header img {
        width: 410px;
    }

.terms-content-cont {
    background: #fff9f9;
    padding-bottom: 30px;
    padding-top: 40px;
    position: relative;
}

.list-decimal > li {
    list-style: decimal;
    margin-bottom: 20px;
}

.list-alpha > li {
    list-style: upper-alpha;
    margin-bottom: 20px;
}

.list-alpha-lower > li {
    list-style: lower-alpha;
    margin-bottom: 20px;
}

.list-roman > li {
    list-style: lower-roman;
    margin-bottom: 20px;
}

ol li {
    margin-bottom: 20px;
}

.hor-list-type {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .hor-list-type li {
        border-bottom: solid 2px #EAEEF4;
        padding: 15px 0;
        display: flex;
    }

    .hor-list-type h6 {
        font-weight: bold;
        flex: 0 0 200px;
        font-size: 16px;
    }

.hor-list-type-title {
    border-bottom: solid 2px #EAEEF4;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 15px;
}

.rounded-fill-btn {
    border: solid 2px #E16B69;
    color: #fff;
    border-radius: 30px;
    margin-top: 40px;
    padding: 0px 20px;
    background: #E16B69;
    min-width: var(--btn-mw);
    text-align: center;
    display: inline-block;
    font-size: var(--btnfnt18);
    line-height: var(--btnlh38);
    text-transform: uppercase;
    white-space: nowrap;
}
.rounded-fill-btn a:hover{
    color: #fff;
}

.text-uppercase {
    text-transform: uppercase !important;
}


@media screen and (max-width:1024px) {
    .hor-list-type li {
        flex-wrap: wrap;
    }

    .hor-list-type h6 {
        flex: 100%
    }
}

a.anchor-link{
color:#E16B69 ;
text-decoration: underline;
}
hr {
    margin: 2.5rem 0;
    color: #e16b69;
    border: 0;
    border-top: var(--bs-border-width) solid;
    opacity: .25;
}