
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap');


body,html{
    font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #0d141a; font-weight: 400;

}
h1, h2, h3, h4, h5, h6 {}

h1 { font-size: 50px; font-weight: 700; }

.text-primary {
	color: #3399d3 !important
}
a { color: #3a9385; }
a:hover { text-decoration:none; color: #3a9385; }
:focus{ outline: none !important; }

.btn {  padding-right: 25px; padding-left: 25px;  font-size: 14px; text-transform: uppercase; }
.btn-primary {
    color: #fff;
    background-color: #ff6c34;
    border-color: #ff6c34;
}
.btn-primary:hover {
    color: #fff;
    background-color: #f15c24;
    border-color: #f15c24;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #f15c24;
    border-color: #f15c24;
}
.btn-primary.focus, .btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(255,108,52,.5);
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255,108,52,.5);
}

.navbar-dark .btn-outline-primary {
    color: #fff;
    border-color: #fff;
}
.matches .btn-outline-primary {
    color: #fff;
    border-color: #fff; font-size: 16px; padding-top: 10px; padding-bottom: 10px;
}

.btn-outline-primary {
    color: #ff6c34;
    background-color: transparent;
    background-image: none;
    border-color: #ff6c34;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #55ae3a;
    border-color: #55ae3a;
}

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #55ae3a;
    border-color: #55ae3a;
}

.btn-outline-primary.focus, .btn-outline-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(255,108,52,.5);
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255,108,52,.5);
}

.btn-rounded {
    border-radius: 10em;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #ff6c34;
}
.nav-link {padding: 0.8rem 1rem;}

.navbar {  font-size: 14px; padding: 25px 15px;}
.navbar-expand-lg .navbar-nav .nav-link { padding-left: 25px; padding-right: 25px; }
.navbar-dark .navbar-nav .nav-link { color: #fff; }
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {color: #fff;}
nav ul li a.appointment-btn {
    background-color: #ff6c34 !important; color: #fff;
    padding: 11px 15px !important;
    text-transform: capitalize;
}
.main_banner  {background:#f7efe1; background-repeat: no-repeat; background-size: cover; background-position: 50% 50%;}
.main_banner h1 { font-size: 68px; color: #fff; font-weight: 700; }
.main_banner h2 { font-size: 26px; color: #fff; font-weight: 400; padding-top: 15px; }

.banner { padding-top: 50px; padding-bottom: 90px; }
.app_screen {background:url(../images/phone_bg.png) 0px 70px no-repeat; padding-left: 80px;  }

.about_us { padding: 90px 0px; }
.about_us p { font-size: 24px; line-height: 34px; color: #747e88;}
.about_us a { text-decoration: underline;}
.w-header { width:80px; border-top: #000 2px solid;}


.featuers { padding: 90px 0px; border-top: #f0f0f0 1px solid; 
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f7fdfc+0,ffffff+100 */
background: #f7fdfc; /* Old browsers */
background: -moz-linear-gradient(top,  #f7fdfc 0%, #ffffff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #f7fdfc 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #f7fdfc 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7fdfc', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.featuers p { padding-top: 15px; margin-bottom: 0px; }
.feature_list h4 { padding-left: 20px; }

.featurs_top { padding-top: 60px; }

.download_btn, .playnow_btn { padding: 10px 25px; text-transform: uppercase; margin-left: 15px; font-size: 16px; font-weight: 600;  }
.download_btn { border: #8ed83a 1px solid;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#84c930+0,55ae3a+99 */
background: #84c930; /* Old browsers */
background: -moz-linear-gradient(top,  #84c930 0%, #55ae3a 99%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #84c930 0%,#55ae3a 99%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #84c930 0%,#55ae3a 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#84c930', endColorstr='#55ae3a',GradientType=0 ); /* IE6-9 */

}
.download_btn:hover {border: #8ed83a 1px solid;}

.playnow_btn, .navbar-dark .navbar-toggler { border:none;
background: #ddb50b; /* Old browsers */
}
.playnow_btn:hover { border: #ffc664 1px solid;}

.matches  {background:#f7efe1; background-repeat: no-repeat; background-size: cover; background-position: 50% 50%; padding: 60px 0px;}
.card_box_main {
    padding:0px 15px 18px 15px;
    background-color: #fff;
    -webkit-box-shadow:0px 4px 4px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 4px 4px rgba(0,0,0,0.1);
    box-shadow: 0px 4px 4px rgba(0,0,0,0.1);
    border-radius: 8px;
    margin-bottom: 15px;  border: #E1E1E1 1px solid;
}
.match_card_top {
    padding-bottom: 10px;
    padding-top: 15px;
}
.match_card_top h4 {
    color: #A4A7A8;
    font-weight: 400;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
}
.card_box_main .media-body.w-80 {
    width: 80px;
    min-width: 80px;
}
.team_name {
    color: #272727;
    font-weight: 600;
    font-size: 17px;
}
.card_box_main .team_logo {
    max-height: 50px;
    max-width:50px;
}
.match_time {
    color: #F04B50;
    font-size: 15px;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
}

.howto_play { padding: 90px 0px; background: #e7f7f4; }
.howto_play h4 { font-size: 20px; font-weight: 400; line-height: 34px;}

.howto_play_circle { min-height: 520px; position: relative; margin: 60px 0px;  }
.howto_play_circle ul { position: relative; margin-left: -15px; margin-top: -15px;}
.howto_play_circle ul li { min-height: 120px;}
.howto_play_circle .media-body { padding-left: 15px;}
.howto_play_circle:before { background:url(../images/howto_play_circle.png) 0px 0px no-repeat; width: 103px; height: 513px; content: ""; position: absolute; left: 0px; top: 3px; }

.howto_play_circle ul li:nth-child(2),
.howto_play_circle ul li:nth-child(4) { margin-left: 64px; }
.howto_play_circle ul li:nth-child(3) { margin-left: 90px; }
.howto_play_circle ul li:nth-child(5) { margin-left: -8px; min-height: auto; }

.step_card { padding-top: 40px; }
.step_card .img-fluid { border-radius: 100px; box-shadow: rgba(0,0,0,0.06) 20px 4px 50px;}
.step_card p { color: #565656; font-size: 14px; line-height: 24px; font-weight: 300; padding-top: 25px;}

.step_number { border: #000 1px dashed; width: 60px; height: 60px; text-align: center; line-height: 60px; font-size: 20px; font-weight: 700; color: #000; 
    border-radius: 100px;  background: #fff;}
.step_icon { position: relative; display: inline-block; }

.download_app { /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e7f7f4+0,e7f7f4+49,0a0e0a+49,e7f7f4+49,ffffff+50,ffffff+100 */
background: #e7f7f4; /* Old browsers */
background: -moz-linear-gradient(top,  #e7f7f4 0%, #e7f7f4 49%, #0a0e0a 49%, #e7f7f4 49%, #ffffff 50%, #ffffff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #e7f7f4 0%,#e7f7f4 49%,#0a0e0a 49%,#e7f7f4 49%,#ffffff 50%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #e7f7f4 0%,#e7f7f4 49%,#0a0e0a 49%,#e7f7f4 49%,#ffffff 50%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7f7f4', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.download_app_block { background:url(../images/app_download_bg.jpg) 50% 50% no-repeat; background-size: cover;  border-radius: 20px; padding: 70px 0px;}

.team-section { padding-bottom: 80px; padding-top: 100px; }


.download_app {  position: relative;   }
.download_app h4 { font-size: 30px; font-weight: 400; color: #fff; }
.download_app h2{ font-size: 60px;   font-weight:700;  color: #fff; }


.download_app_btn a { color: #fff; padding: 10px 25px; border-radius: 7px; box-shadow: #75610c 0px 3px 0px, inset #fff583 0px 4px 0px; border:none; color: #000;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fdd736+0,d4ab00+100 */
background: #fdd736; /* Old browsers */
background: -moz-linear-gradient(top,  #fdd736 0%, #d4ab00 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #fdd736 0%,#d4ab00 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #fdd736 0%,#d4ab00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdd736', endColorstr='#d4ab00',GradientType=0 ); /* IE6-9 */
}
.download_app_btn span { font-size: 12px; font-weight: 500; text-shadow: #ffe166 1px 1px 0px; }
.download_app_btn h4 { margin: 0px; font-size: 26px; text-transform: none; font-weight: 700; text-shadow: #ffe166 1px 1px 0px; letter-spacing: 1px;}
.download_app_btn .media-body { padding-left: 15px; text-align: left; }

.download_app .download_app_btn a { background: #000; box-shadow: none; }
.download_app .download_app_btn h4, .download_app .download_app_btn span { color: #fff; text-shadow: none; }


.testimonial  {  border: none; }
.testimonial .media-left  { padding-right: 50px; }
.testimonial p { font-size: 24px; font-weight: 300; color: #747e88; line-height: 36px; padding-top: 10px; }
.testimonial h4 { font-size: 16px; position: relative; padding-top: 15px;}
.testimonial h6 { font-size: 14px; color: #8e9193; font-weight: 400;}
.testimonial .card-body { max-width: 720px;}

.owl-carousel .owl-stage-outer { padding: 0px 0px; }

.avatar { position: relative; max-width: 130px; }
.avatar_trophy { width: 40px; position: absolute; left: 50%; bottom: -26px; margin-left: -20px;  }
.avatar img { position: relative; z-index: 1;max-width: 130px; }

.payment_img { background: #fff; border-radius: 5px; padding:10px;  }

footer {
    padding-top: 100px;
    background-color: #000;
    float: left;
    clear: left;
    color: #989898;
    width: 100%;
}
footer ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    margin-bottom: 30px;
}
footer ul li a {
    font-size: 16px;
    color: #fff;
    line-height: 34px;
}
footer ul li a:hover {
    color: #fff; 
}
footer h3 {
    font-size:16px; color: #fff;
    font-weight:700;
}

footer p { font-size: 16px; line-height: 26px; }

.copy_footer  { border-top: #292929 1px solid;}
.copy_footer p { font-size: 16px; color: #989898; margin: 0px;}



.contact_info h6 { font-size: 14px; color: #858585; font-style: italic; padding-top: 15px; margin-bottom: 5px;}
.contact_info h4 { font-size: 22px; color: #fff;}


.socal_wi { }
.socal_wi ul li  {color: #212529; font-size: 16px; padding-right: 15px;}
.socal_wi ul li a {color: #fff; font-size: 16px;}

.primary-color { background: #662d91; }
.main_banner .primary-color { background:none; }
.strong, p.strong { font-weight: 600; }

.vertical_tab { border: #ddd 1px solid; border-bottom: none; }
.vertical_tab .nav-link { border-bottom: #ddd 1px solid; border-radius: 0px; color: #0D141A; }
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color:#662d91;
}

.how_to_play img { box-shadow: rgba(0,0,0,0.1) 0px 0px 20px; }

.fantasy_points .table { margin: 25px 0px;  }
.fantasy_points .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
    background: #662d91;
    color: #fff;
    font-weight: 400;
    border: none;
}
.information  h5 { margin-top: 30px; }
.information  p, .information  li { color: #6c757d;}

@media only screen and (max-width: 1199px) {
.main_banner h1 { font-size: 50px;}
}

@media only screen and (max-width: 991px) {
.about_us h1 { font-size: 35px; }
.main_banner h1 { font-size: 35px; }
}

@media only screen and (max-width: 767px) {
h1 { font-size: 30px; }
header { background: #000; }
.navbar {  padding: 10px 15px;}
.download_btn, .playnow_btn { margin-left: 0px; }
.main_banner h2 { font-size: 25px; }

.navbar-expand-lg .navbar-nav .nav-link { padding-left: 0px; padding-right: 0px; }
.banner { text-align: center; padding: 50px 0px; }


.download_app_block { min-height: auto; padding: 30px 0px; text-align: center;} 
.download_app_block div { width: 100%; }
.download_app h3 { font-size: 22px; }
.download_app h4 {font-size: 25px;}
.download_app h2{ font-size: 40px;}
.download_app_btn { margin-bottom: 20px; }

.main_banner h1 {font-size: 35px;}
.team-section { padding-bottom: 50px;}
.socal_wi { text-align: left; }
.app_screen { padding-left: 0px; background: none; }



}
































