@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*font-family: 'Rubik', sans-serif;
font-family: 'Abril Fatface', cursive;*/

:root {
    --main-color: #fff;
    --primary-color: #406194;
    --secondary-color: #e42f2c;
    --thard-color: #fff;
    --dark: #4b5359;
}

* {
    margin: 0;
    border: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    background: var(--main-color);
    line-height: 24px;
    font-size: 15px;
    font-family: 'Rubik', sans-serif;
    color: #282828;
}

a {
    text-decoration: none;
    color: var(--secondary-color);
}

a:hover {
    text-decoration: none;
    color: var(--primary-color);
}

img {
    width: auto;
    max-width: 100%;
    height: auto;
}

p {
    /* font-family: arial;*/
}

ul {
    margin: 0;
}

ul li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-family: 'Abril Fatface', cursive;
}

p {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

.topHeader {
    color: var(--thard-color);
    background-color: var(--primary-color);
    padding: 7px 0;
}

.topHeader ul li {
    color: var(--thard-color);
    display: inline-block;
    margin-right: 10px;
}

.topHeader ul li span {
    margin-right: 10px;
}

.topHeader ul li a {
    color: var(--thard-color)
}

.menuBar {
    background-color: var(--thard-color);
}

.menuBar .navbar .navbar-nav .nav-item .nav-link {
    font-weight: 400;
    font-size: 16px;
    padding: 43px 10px;
    border-bottom: 1px solid #000;
    border-color: transparent;
    text-transform: uppercase;
    transition: 0.3s;
}

.menuBar .navbar .navbar-nav .nav-item:hover>.nav-link {
    color: var(--primary-color);
    transition: 0.3s;
}

.menuBar .navbar .navbar-nav .active .nav-link {
    color: var(--secondary-color);
    border-color: var(--secondary-color);
    position: relative;
}

.menuBar .navbar .navbar-nav .active {
    color: var(--secondary-color);
    border-color: var(--secondary-color);
    position: relative;
}

.menuBar .navbar .navbar-nav .active:before {
    content: '';
    border: 7px solid var(--secondary-color);
    position: absolute;
    bottom: -7px;
    left: 40%;
    transform: rotateZ(45deg);
    border-right-color: transparent;
    border-bottom-color: transparent;
}

.menuBar .dropdown-menu {
    background: var(--thard-color);
    padding: 20px 0;
    text-transform: uppercase;
    top: 80px;
    border: 0;
    border-bottom: 1px solid var(--primary-color);
}

.menuBar .dropdown-item.active,
.menuBar .dropdown-item:active {
    color: #333;
    text-decoration: none;
    background-color: transparent;
}

.banner {
    /*background-image: url('../images/bannerbg.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 110px 0;*/
    position: relative;
    /* height: 730px; */
    overflow: hidden;
}

.bannerContent {
    position: absolute;
    top: 20%;
    width: 100%;
    left: 0;
}

.bannerContentLeft h1 {
    font-size: 48px;
    font-family: 'Abril Fatface', cursive;
    margin-bottom: 20px;
}

.readMore {
    background-color: var(--primary-color);
    display: inline-block;
    margin-bottom: 10px;
    margin-top: 20px;
    color: var(--thard-color);
    padding: 10px 32px;
    border-radius: 5px;
}

.readMore:hover {
    color: var(--thard-color) !important;
}

.sectionTitle h2 {
    color: #000;
    font-size: 36px;
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 20px;
    font-family: 'Abril Fatface', cursive;
}

.sectionTitle span {
    color: var(--secondary-color);
}

.sportPreferenceContent {
    /* position: relative;
    box-shadow: 0 5px 10px #e2e2e2;
    z-index: auto;
    background-color: var(--thard-color);
    padding: 20px 0;
    top: -90px;
    border-radius: 5px 5px 0 0; */
    width: 100%;
    margin: 50px auto;
}

.sportPreference h2 {
    font-size: 24px;
}


/* .sportPreferenceContent:after {
    content: '';
    width: 90%;
    height: 70%;
    box-shadow: 0 5px 10px #e2e2e2;
    background-color: var(--thard-color);
    position: absolute;
    bottom: -30px;
    left: 5%;
    z-index: -1;
} */

.sportPreferenceBox {
    width: 100%;
    margin: 0 auto;
    padding: 20px 2px;
    /*background-color: #eee;*/
}

.sportPreferenceBoxImage {
    /* width: 30%;
    margin-right: 10px;*/
}

.sportPreferenceBox h4 {
    margin: 20px auto 0;
    text-align: center;
    font-size: 23px;
}

.skillstyle .sportCategoryBox {
    box-shadow: none;
    text-align: center;
}

.sportCategoryBox {
    background-color: var(--thard-color);
    box-shadow: 0 2px 10px #ccc;
    margin: 15px 0;
  //  padding: 10px;
    border-radius: 10px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
}

.sg_check {
    position: absolute;
    top: 15%;
    right: 20%;
}

.sg_check input {
    width: 20px;
    height: 20px;
}

.sportCategoryBoxImg {
    border-radius: 7px;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
}

.sportCategoryBoxNumber {
    /*padding-left: 30px;*/
    background-color: var(--primary-color);
    color: var(--thard-color);
    display: inline-block;
    width: 60px;
    height: 60px;
    border: 3px solid var(--thard-color);
    border-radius: 50%;
    font-size: 26px;
    line-height: 55px;
    position: absolute;
    bottom: 55px;
    right: 13%;
}

.sportCategoryBox h4 {
    margin-bottom: 10px;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    margin-top: 12px;
    font-size: 19px;
    display: inline-block;
    text-transform: capitalize;
}

.howItWorks {
    background: url('../images/bg1.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 30px 0;
    margin-bottom: 30px;
    position: relative;
}

.howItWorks a {
    color: #282828;
}

.spl:before {
    content: '';
    background-image: url('../images/icon4.png');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    height: 100%;
    width: 60%;
    left: 40%;
    bottom: -90px;
}

.spl2:before {
    content: '';
    background-image: url('../images/icon5.png');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    height: 100%;
    width: 60%;
    left: 40%;
    top: -30%;
}

.howItWorksBox {
    align-items: center;
    margin: 20px auto;
    padding-bottom: 60px;
    display: flex;
}

.howItWorksIcon {
    background-color: var(--primary-color);
    width: 70px;
    height: 70px;
    text-align: center;
    /*line-height: 70px;*/
    border-radius: 5px;
    transform: rotateZ(45deg);
    margin-right: 20px;
    padding: 15px 10px;
    position: relative;
}

.howItWorksIcon img {
    transform: rotateZ(-45deg);
}

.howItWorksIcon:after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: 1px solid var(--primary-color);
    position: absolute;
    left: -5px;
    bottom: -5px;
    border-radius: 5px;
    z-index: 0;
}

.howItWorksBox h3 {
    font-weight: 500;
    font-family: 'Rubik', sans-serif;
    font-size: 21px;
    text-transform: uppercase;
    margin-left: 10px;
}

.howItWorks {
    background-color: rgba(224, 224, 224, 0.5);
    padding: 60px 0;
}

.howItWorks h2 {
    margin-bottom: 90px;
}

.subscriptionDetailsCard {
    padding: 0px 2px;
    margin: 30px 0;
    border-radius: 7px;
    overflow: hidden;
    cursor: pointer;
    user-select: none;
    position: relative;
}

.subscriptionDetailsCard img {
    width: 100%;
    border-radius: 6px;
}


/* .pro {
    background-image: url('../images/card2.png');
    background-repeat: no-repeat;
    transform: scaleY(1.05);
    margin-bottom: 30px;
    position: relative;
    top: -12px;
} */

.pro:before {
    content: 'RECOMENDED';
    position: absolute;
    /* top: 60px; */
    top: 20px;
    right: -11px;
    font-weight: 100;
    color: var(--secondary-color);
    font-size: 22px;
    background-image: url('../images/cardpro.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 20px 30px;
    padding-left: 45px;
}

.subscriptionDetailsHead {
    padding: 0px 0;
    padding-bottom: 0px;
    color: var(--thard-color);
    margin-bottom: 00px;
}

.subscriptionDetailsHead h2 {
    font-size: 40px;
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.subscriptionDetailsHead span {
    font-size: 40px;
    font-weight: 300;
}

.subscriptionDetailsBody {
    padding: 20px 0;
}

.subscriptionDetailsBody span {
    font-size: 22px;
    color: #ccc;
}

.subscriptionDetailsBody ul li {
    font-size: 16px;
    color: #989898;
    margin: 15px 0;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
}

.subscriptionDetailsBody .check {
    color: var(--primary-color);
}

.pro .subscriptionDetailsBody .check {
    color: var(--secondary-color);
}

.subscriptionDetailsFooter {
    padding-bottom: 0px;
    color: var(--thard-color);
    position: relative;
    width: 99%;
}

.subscriptionDetailsFooter button {
    background-color: var(--dark);
    color: var(--thard-color);
    font-size: 20px;
    font-weight: 500;
    transition: 0.3s;
    border-radius: 6px;
    padding: 12px;
    margin-top: 20px;
}

.subscriptionDetailsFooter button:hover {
    background-color: #2e3337;
    color: var(--thard-color);
    transition: 0.3s;
}

.subscriptionDetailsCard ul {
    margin-top: 28px;
    min-height: 180px;
}

.subscriptionDetailsCard ul li {
    padding-bottom: 10px;
}

.pro .subscriptionDetailsFooter button {
    background-color: var(--secondary-color);
}

.pro .subscriptionDetailsFooter button:hover {
    background-color: var(--primary-color);
}

footer {
    background: url('../images/bannerbg2.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 30px 0;
    color: #ccc;
    position: relative;
}

footer:before {
    content: '';
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
}

footer p {
    color: #ccc;
}

footer li {
    display: inline-block;
    margin: 0 10px;
}

footer li a {
    display: inline-block;
    color: #ccc;
    transition: 0.3s;
}

footer a:hover {
    color: var(--primary-color);
    transition: 0.3s;
}

.footerSocial a {
    font-size: 20px;
}

.modal-bodyTitle {
    font-size: 24px;
    font-weight: 500;
}

.da-modal form input:focus {
    border: 1px solid var(--primary-color);
    outline: none;
    box-shadow: none;
    border-bottom: 2px solid var(--primary-color);
}

.da-modal form button {
    background-color: var(--primary-color);
    color: var(--thard-color);
    text-align: center;
}


/* Inner About pages Style */

.innerPageBanner {
    background-color: #000;
    padding: 100px 0;
    background: url('../images/bannerbg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.innerPageBanner .innerBanner h1 span {
    color: var(--secondary-color);
}

.innerPageHeading h2 {
    color: var(--primary-color)73;
    font-family: 'Rubik', sans-serif;
    text-transform: capitalize;
}

.innerPageTitle h3 {
    color: var(--primary-color);
    font-family: 'Rubik', sans-serif;
    font-size: 32px;
    margin-bottom: 20px;
    line-height: 34px;
    font-weight: 500;
}

.innerPageContentEffect {
    position: relative;
    z-index: 9;
    margin-bottom: 25px;
}

.innerPageContent p {
    margin-bottom: 20px;
    line-height: 24px;
    font-size: 15px;
}

.innerPageContentEffect img {
    border-radius: 4px;
}

.innerPageContentEffect:before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: var(--thard-color);
    position: absolute;
    right: -15px;
    bottom: -15px;
    z-index: -1;
    border-radius: 4px;
    box-shadow: 0 0 10px #ccc;
}

.innerPageContent {
    margin-top: 30px;
}


/* End Inner About pages Style */


/* End Inner innerPageServices Style */

.innerPageServices .row {
    background: var(--thard-color);
    box-shadow: 0 5px 5px #cccccc69;
    margin-bottom: 50px !important;
}

.innerPageServices .innerPageContentEffect img {
    border-radius: 34px 0;
}

.innerPageServices .innerPageContentEffect:before {
    display: none;
}


/* End Inner innerPageServices Style */


/* Start Inner contactUs Style */

form.contactForm .form-control {
    height: 50px;
}

form.contactForm .form-control:focus {
    border-color: var(--primary-color);
    box-shadow: none;
    border-bottom-width: 3px;
}

form.contactForm textarea {
    height: auto !important;
}

input.btn.btn-dark {
    padding: 12px 37px;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    margin-top: 20px;
}

.mapArea {
    margin-bottom: -55px !important;
    margin-top: 30px;
    width: 100%;
}

.mapArea iframe {
    width: 100%;
}


/* End Inner contactUs Style */


/* Start Inner blog Style */

.blogBox {
    background-color: #eee;
    padding: 20px;
    box-shadow: 0 5px 4px #e0e0e0;
    border-radius: 4px;
    margin-bottom: 30px;
}

.blogBox ul li {
    margin-right: 25px;
}

.blogBox ul li span {
    margin-right: 5px;
}

.blogBox img {
    margin-bottom: 30px;
    border-radius: 5px;
    width: 100%;
}

.blogBox a {
    background-color: var(--secondary-color);
    display: inline-block;
    margin-bottom: 10px;
    margin-top: 25px;
    color: var(--thard-color);
    padding: 10px 32px;
    border-radius: 5px;
}

.blogBox h3 {
    margin-bottom: 20px;
    font-size: 24px;
    font-family: 'Rubik', sans-serif;
}

.blogBox p {
    margin-bottom: 25px;
}


/* End Inner blog Style */

.loginForm .form-control {
    height: 48px;
}

.loginForm a {
    color: var(--primary-color);
    text-decoration: underline;
}

.companyContact {
    padding: 22px 20px;
    background-color: #e4e4e4;
    margin: 15px 0;
    text-align: center;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    z-index: 99;
}


/*.companyContact:before{
    content: '';
    width: 300px;
    height: 300px;
    background-color: #cc4c4c;
    top: -80px;
    left: -70%;
    position: absolute;
    border-radius: 50%;
    z-index: -1;
}*/

.companyContact:before {
    content: '';
    width: 300px;
    height: 300px;
    background-color: #40619442;
    bottom: 20px;
    left: -70%;
    position: absolute;
    border-radius: 50%;
    z-index: -1;
}

.companyContact:after {
    content: '';
    width: 300px;
    height: 300px;
    background-color: #40619442;
    top: 20px;
    right: -70%;
    position: absolute;
    border-radius: 50%;
    z-index: -1;
}

.companyContactIcon {
    font-size: 36px;
}

.companyContact h3 {
    color: #333;
    font-size: 22px;
    margin: 10px 0;
    font-family: inherit;
    font-weight: bold;
}

.registerTypeFormOption .form-check {
    margin-right: 20px !important;
}

.contactFormOption .form-check {
    margin-right: 20px !important;
}


/*.checkField {
    display: none;
}*/

.emp-profile {
    padding: 3%;
    margin-top: 3%;
    margin-bottom: 3%;
    border-radius: 0.5rem;
    background: #fff;
}

.profile-img {
    text-align: center;
    background: #eee;
    margin: 0 0 40px;
    width: 80%;
    border-radius: 4px;
}

.profile-head h5 {
    margin-bottom: 10px;
}

.profile-img img {
    width: 70%;
    height: 100%;
}

.profile-img .file {
    position: relative;
    overflow: hidden;
    margin-top: -20%;
    width: 70%;
    border: none;
    border-radius: 0;
    font-size: 15px;
    background: #212529b8;
}

.profile-img .file input {
    position: absolute;
    opacity: 0;
    right: 0;
    top: 0;
}

.profile-head h5 {
    color: #333;
}

.profile-head h6 {
    color: #0062cc;
}

.profile-edit-btn {
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 12%;
    padding: 12px 20px;
    font-weight: 600;
    color: #6c757d;
    cursor: pointer;
}

.proile-rating {
    font-size: 12px;
    color: #818182;
    margin-top: 5%;
}

.proile-rating span {
    color: #495057;
    font-size: 15px;
    font-weight: 600;
}

.profile-head .nav-tabs {
    margin-bottom: 5%;
}

.profile-head .nav-tabs .nav-link {
    font-weight: 600;
    border: none;
}

.profile-head .nav-tabs .nav-link.active {
    border: none;
    border-bottom: 2px solid #0062cc;
}

.profile-work {
    padding: 14%;
    margin-top: -15%;
}

.profile-work p {
    font-size: 12px;
    color: #818182;
    font-weight: 600;
    margin-top: 10%;
}

.profile-work a {
    text-decoration: none;
    color: #495057;
    font-weight: 600;
    font-size: 14px;
}

.profile-work ul {
    list-style: none;
}

.profile-tab label {
    font-weight: 600;
}

.profile-tab p {
    font-weight: 600;
    color: #0062cc;
}

.profile-edit-btn {
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 12%;
    padding: 12px 20px;
    font-weight: 600;
    color: #6c757d;
    cursor: pointer;
}

a.catDifPage {
    text-decoration: none;
    color: #282828;
}

.sportCategoryBoxImg img {
    width: 100%;
}

.blockMsg {
    background: transparent !important;
    border: none !important;
    top: 150.5px !important;
}
.descripTion p {
    margin-bottom: 20px;
}
.descripTion .modal-header h5{
    text-transform: capitalize;
}
.blogParagraph{
    height: 145px;
    overflow: hidden;
}


/*Large devices (desktops, less than 1200px)*/

@media (max-width: 1199.98px) {
    .subscriptionDetailsHead h2 {
        font-size: 40px;
        font-family: 'Rubik', sans-serif;
        font-weight: 700;
        margin-bottom: 0px;
        text-transform: uppercase;
        margin-top: 50px;
    }
    .subscriptionDetailsBody ul li {
        font-size: 13px;
        color: #989898;
        margin: 0px 0;
        border-bottom: 1px solid #ccc;
        padding: 10px 0;
    }
    .subscriptionDetailsHead {
        padding: 0px 0;
        padding-bottom: 0px;
        color: var(--thard-color);
        margin-bottom: 0px;
    }
    .pro:before {
        content: 'RECOMENDED';
        top: 10px;
    }
    .bannerContent {
        top: 5%;
    }
}


/*Medium devices (tablets, less than 992px)*/

@media (max-width: 991.98px) {
    .accountContact {
        text-align: center;
    }
    .account {
        text-align: center !important;
        margin: 10px 0;
    }
    .menuBar .navbar-nav {
        background-color: var(--primary-color);
        border-radius: 5px;
        margin-bottom: 15px;
    }
    .menuBar .navbar-nav .nav-item .nav-link {
        color: var(--thard-color);
        padding: 7px 10px !important;
        margin: 7px 0;
        border-bottom: 1px solid #cccccc73 !important;
    }
    .menuBar .navbar-nav .nav-item:last-child .nav-link {
        border-bottom-color: transparent !important;
    }
    .menuBar .navbar-nav .active .nav-link {
        color: var(--thard-color) !important;
    }
    .bannerContent {
        text-align: center;
    }
    /*.banner{
        background-image: url('../images/bannerbg.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        padding: 110px 0;
        padding-top: 50px;
    }*/
    .bannerContentLeft {
        margin-bottom: 30px;
    }
    .subscriptionSilver {
        margin-left: 25%;
    }
    .sportOffset {
        margin-left: 25%;
    }
    .banner {
        height: auto;
    }
}


/*Small devices (landscape phones, less than 768px)*/

@media (max-width: 767.98px) {
    .accountContact {
        text-align: center;
    }
    .account {
        text-align: center !important;
        margin: 10px 0;
    }
    .menuBar .navbar-nav {
        background-color: var(--primary-color);
        border-radius: 5px;
        margin-bottom: 15px;
    }
    .menuBar .navbar-nav .nav-item .nav-link {
        color: var(--thard-color);
        padding: 7px 10px !important;
        margin: 7px 0;
        border-bottom: 1px solid #cccccc73 !important;
    }
    .menuBar .navbar-nav .nav-item:last-child .nav-link {
        border-bottom-color: transparent !important;
    }
    .menuBar .navbar-nav .active .nav-link {
        color: var(--thard-color) !important;
    }
    .bannerContent {
        text-align: center;
    }
    /*.banner{
        background-image: url('../images/bannerbg.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        padding: 110px 0;
        padding-top: 50px;
    }*/
    .bannerContentLeft {
        margin-bottom: 30px;
    }
    .sportCategoryBoxImg img {
        width: 100%;
    }
    .howItWorksBox:before {
        content: '';
        display: none;
    }
    .howItWorksBox {
        text-align: center !important;
        display: block;
        /*width: 350px;*/
        margin: 0 auto;
    }
    .howItWorksIcon {
        display: block;
        margin: 0 auto;
        margin-bottom: 30px;
    }
    .subscriptionDetailsBody ul li {
        font-size: 15px;
        color: #989898;
        margin: 0px 0;
        border-bottom: 1px solid #ccc;
        padding: 10px 0;
    }
    .subscriptionSilver {
        margin-left: 0;
    }
    .sportOffset {
        margin-left: 0;
    }
    .bannerContentLeft h1 {
        font-size: 28px;
        font-family: 'Abril Fatface', cursive;
        margin-bottom: 20px;
    }
    .bannerContentLeft p {
        font-size: 14px;
    }
    .menuBar .navbar .navbar-nav .active:before {
        display: none;
    }
    .menuBar .navbar .navbar-nav .nav-item:hover>.nav-link {
        color: #ffffff;
        transition: 0.3s;
    }
    .menuBar .dropdown-menu {
        background: none;
        padding: 10px 0;
        text-transform: uppercase;
        top: 80px;
        border: 0;
        border-bottom: 1px solid #7f91ae;
        border-radius: 0;
    }
    .menuBar .dropdown-menu a.dropdown-item {
        color: #fff;
    }
}


/*Extra small devices (portrait phones, less than 576px)*/

@media (max-width: 575.98px) {
    .howItWorksBox {
        text-align: center !important;
        display: block;
        /*width: 350px;*/
        margin: 0 auto;
    }
    .howItWorksIcon {
        display: block;
        margin: 0 auto;
        margin-bottom: 30px;
    }
    .howItWorksBox:before {
        content: '';
        display: none;
    }
    .footerNav {
        text-align: center;
        margin-bottom: 20px;
    }
    .footerCopy {
        text-align: center;
        margin-right: 10px;
    }
    .navbar-light .navbar-toggler {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
    }
    .subscriptionDetailsBody ul li {
        font-size: 13px;
        color: #989898;
        margin: 0;
        border-bottom: 1px solid #ccc;
        padding: 0px 0;
    }
    .footerCopy {
        font-size: 13px;
        text-align: center !important;
    }
    .subscriptionSilver {
        margin-left: 0;
    }
    .sportOffset {
        margin-left: 0;
    }
    footer p {
        color: #ccc;
        font-size: 13px;
        text-align: center;
    }
    /*    .sportPreferenceBox {
        width: 60%;
        display: flex;
        margin: 0 auto;
        padding: 20px 2px;
    }*/
    .footerNav {
        text-align: center;
    }
    .footerCopy {
        text-align: center !important;
    }
}

@media screen and (max-width: 500px) {
    .subscriptionDetailsBody ul li {
        color: #989898;
        margin: 0;
        border-bottom: 1px solid #ccc;
        padding: 0px 0;
    }
    .pro:before {
        content: 'RECOMENDED';
        position: absolute;
        top: 1px;
        right: -11px;
    }
    .subscriptionDetailsHead h2 {
        margin-top: 30px;
        margin-bottom: 0;
    }
    .subscriptionSilver {
        margin-left: 0;
    }
    .sportOffset {
        margin-left: 0;
    }
    div#carouselExampleCaptions {
        /* display: none; */
    }
}

@media screen and (max-width: 500px) {
    /* .banner {
        background-image: url(../images/bannerbg6.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        padding: 110px 0 250px;
        padding-top: 150px;
    } */
    a.navbar-brand {
        margin: 0 auto;
        text-align: center;
        display: table;
    }
    .bannerContentLeft {
        margin-top: 40px;
        align-items: center;
    }
}

@media screen and (max-width: 320px) {
    /* .banner {
        background-image: url(../images/bannerbg6.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        padding: 80px 0 200px;
        padding-top: 190px;
    } */
}
