@font-face{
    font-family:"hinted-SofiaProCondensedRegular";
    src:url('../fonts/hinted-SofiaProCondensedRegular.ttf');
}
@font-face{
    font-family:"hinted-SofiaProCondensedBold";
    src:url('../fonts/hinted-SofiaProCondensedBold.ttf');
}
@font-face{
    font-family:"hinted-SofiaProCondensedMedium";
    src:url('../fonts/hinted-SofiaProCondensedMedium.ttf');
}
@font-face{
    font-family:"hinted-SofiaProCondensedSemiBold";
    src:url('../fonts/hinted-SofiaProCondensedSemiBold.ttf');
}
@font-face{
    font-family:"hinted-SofiaProCondensedLight";
    src:url('../fonts/hinted-SofiaProCondensedLight.ttf');
}
@font-face{
    font-family:"Roboto-Bold";
    src:url('../fonts/Roboto-Bold.ttf');
}
@font-face{
    font-family:"hinted-SofiaProCondensedRegular";
    src:url('../fonts/hinted-SofiaProCondensedRegular.ttf');
}

* {
    outline: medium none !important;
}
body {
    font-family:"hinted-SofiaProCondensedLight";
    background: #fff;
}
h1, h2, h3, h4, h5, h6, p {
    margin: 0;
}
a, a:hover, button {
    text-decoration: none !important;
    transition: all 0.35s ease 0s;
}
a:focus, a:hover {
    text-decoration: none;
}
.noleft {
    padding-left: 0;
}
.noright {
    padding-right: 0;
}
.nopadding{
    padding: 0 !important;
}
.container-fluid {
    padding-right: 0px;
}
.box {
    float: left;
    width: 100%;
    display: block;
}
.header {
    position: absolute;
    top: 0;
    z-index: 9999;
    background-color: transparent;
    background: url("../img/headerbg.png") no-repeat center center;
}
.header .navbar-default {
    background-color: transparent;
    border: none;
    min-height: auto;
    margin: 0;
}
.fixed_header {
    position:fixed;
    z-index: 999;
    background: #78776f;
    background-size: cover;
}
.navbar-brand {
    float: left;
    height: auto;

}
.fixed_header .top {
    display:none;
    border:none;
}
.fixed_header .bottom {
    padding:10px 0;
}
.header .hamburger {
    display: none;
    float: right;
    height: 30px;
    padding: 0px;
    width: 35px;
    margin-top: -1px;
    margin-right: 0px;
}
.header .hamburger span{
    border-radius: 50%;
    border: 2px solid #f4e355;
    height: 35px;
    float: left;
    display: block;
    width: 35px;
    padding-left: 6px;
}
.header .hamburger span span{
    border: none;
    border-radius: 0px;
    padding: 0px;
    height: 3px;
    width: 20px;
}
.hamburger:hover {
    opacity: 1;
}
.fixed_header .forborder{
    border-bottom: 0px;
}
.forborder{
    border-bottom: 2px solid #78776f;
    padding: 10px 0px;
}
button:focus {
    outline:0px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    background: #fff;
    border-radius: 0;
    width: 20px;
    height: 3px;
}
.hamburger-box {
    width: 20px;
}
.hamburger-inner::before {
    top: -6px;
}
.hamburger-inner::after {
    bottom: -6px;
}
.sidenav {
    background-color: #78776f;
    height: 100%;
    left: -250px;
    overflow-x: hidden;
    padding-top: 11px;
    position: fixed;
    top: 0;
    transition: all 0.5s ease 0s;
    width: 250px;
    box-shadow: 2px 0 5px 0 rgba(0, 0, 0, 0.2);
    z-index: 999;
}
.sidenav a {
    display: block;
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    font-size: 15px;
    font-family:"hinted-SofiaProCondensedBold";
    color: #fff;
    text-transform: uppercase;
}
.sidenav a span{
    float: left;
    height: 20px;
    margin-right: 8px;
    margin-top: 0px;
    width: 22px;
}
.sidenav a:hover, .sidenav a.active{
    color: #f4e355;
    transition: all 0.2s ease-in;
}
.sidenav .logo {
    border-bottom: 2px solid #e6eff5;
    margin-bottom: 15px;
    padding: 0;
    padding-bottom: 12px;
}
.sidenav .logo img{
    margin: 0 auto;
    width: 220px;
}
.slick-initialized .slick-slide {
    outline: medium none !important;
}
.navbar-nav{
    text-align: center;
    margin: 0 auto;
    display: block;
    width: fit-content;
    float: unset;
}
.navbar-header{
    display: none;
    margin-right: 0px !important;
}
.header .navbar-default .navbar-nav>li>a {
    font-size: 18px;
    font-family:"hinted-SofiaProCondensedBold";
    text-transform: uppercase;
    color: #fefefe;
    padding: 0px 30px;
    line-height: 17px;
}
.footer a {
    font-size: 18px;
    font-family:"hinted-SofiaProCondensedBold";
    text-transform: uppercase;
    color: #333333;
    padding-right: 78px;
    line-height: 17px;
}
.header .navbar-default .navbar-nav li.navtop{
    padding: 14px 0px;
}
.header .navbar-default .navbar-nav li:after{
    content: '';
    height: 4px;
    width: 4px;
    background: yellow;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 45%;
}
.header .navbar-default .navbar-nav li:last-child:after{
    display: none;
}
.header .navbar-default .navbar-nav>li:last-child>a{
    padding-right: 0px;
}
.header .navbar-default .navbar-nav>li>a:hover, .header .navbar-default .navbar-nav>li>a.active{
    color: #f4e355;
    text-decoration: none;
}
.footer a:hover, .footer a.active{
    color: #00b31d;
}
.header .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    padding: 0;
}

.banner {
    padding: 65px 0px 0px 0px;
    background: url('../img/bg.png') no-repeat center center;
    background-size: cover;
}
.banner2 {
    background:none !important;
    margin-top:20px;
}
.banner1 {
    padding: 20px 0 0px;

}
.banner1 h1 {
    color:#fff;
    font-family:"hinted-SofiaProCondensedBold";
    font-size: 32px;
    padding-bottom: 20px;
    text-transform: uppercase;
    text-align: center;
    padding-top: 25px;
}
.banner3 h1 {
    color:#333333;
    font-family:"hinted-SofiaProCondensedBold";
    font-size: 32px;
    text-transform: uppercase;
    text-align: center;
    padding-top: 0px;
}
.banner1 h1 span{
    display: block;
}
.banner1 p {
    font-size: 16px;
    font-family:"hinted-SofiaProCondensedLight";
    padding-bottom: 20px;
    text-align: center;
}
.banner3 p {
    padding-bottom: 16px;
}
.bnr h1{
    font-size:32px;
    font-family:"hinted-SofiaProCondensedBold";

}
.banner1 p span{
    display: block;
}
.brands img{
    width: 100%;
    padding: 20px 0px;
}
.tips {
    padding: 15px 0;
    padding-top: 0px;
    background: #253c42;
    margin-bottom: 20px;
}
.gnheading {
    color: #fff;
    font-family:"hinted-SofiaProCondensedBold";
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
}
.greenbg {
    color: #e7d954;
    background-color: #253c42;
    padding: 15px 15px !important;
    font-size: 20px;
    font-family:"hinted-SofiaProCondensedBold";
    text-align: center;
    text-transform: uppercase;
}
.tips h1 span{
    display: block;
}
.tips h1 span img {
    margin: 0 auto;
    display: block;
    padding-bottom: 15px;
}
.tips p {
    font-size: 16px;
    color: #fff;
    text-align: center;
    font-family:"hinted-SofiaProCondensedLight";
    padding-top: 15px;
}
.tips .tipsinner {
    padding: 20px 45px;
    position: relative;
    padding-bottom: 5px;
    border-right: 1px solid #405459;
    min-height: 186px;
}
.tips .tipsinner.noafter{
    border-right: 0px;
}
.tips .tipsinner.noafter:after{
    display: none;
}
.main .left .tableout {
    box-shadow: 0px 3px 8px #e5e8f0;
    background: #fff;
}
.main .left table {
    width: 100%;
    border: 2px solid #253c42;
    border-top: none;
}
.main .left table tr {
    height: 32px;
}
.main .left table tr:first-child {
    text-transform: uppercase;
    color: #253c42;
    font-family:"hinted-SofiaProCondensedBold";
    font-size: 12px;
    height: 36px;
}
.main .left table tr th:nth-child(3), .main .left table tr th:nth-child(6) {
    text-align: center
}
.main .left table tr td {
    font-size: 13px;
    font-family:"hinted-SofiaProCondensedLight";
    color: #333333;
}
.main .left table tr th:first-child{
    padding-left: 10px;
}
.main .left table tr th:last-child{
    padding-right: 10px;
}
.main .left table tr td:first-child{
    padding-left: 10px;
}
.main .left table tr td:last-child{
    padding-right: 10px;
}
.main .left table tr:nth-child(2n+0){
    background: #eceef4;
}
.main .left table tr td:nth-child(3) {
    text-align: right;
}
.main .left table tr td:nth-child(7).winresult p {
    color: #fff;
    text-align: center;
    font-family:"hinted-SofiaProCondensedBold";
    font-size: 14px;
    background: #00b82c;
    height: 25px;
    margin-top: 5px;
    float: left;
    width: 100%;
    padding: 5px 0px;
    margin: 0px;
}
.main .left table tr td:nth-child(7).lossresult p {
    background: #253c42 !important;
    padding: 3px 0px !important;
    color: #fff;
    text-align: center;
    font-family:"hinted-SofiaProCondensedBold";
    font-size: 14px;
    height: 25px;
    margin-top: 5px;
    float: left;
    width: 100%;
    margin: 0px;
}
.main .left table tr td span.versus {
    font-family:"hinted-SofiaProCondensedLight";
    padding: 0 5px;
    color: #bbbbbb;
}
.main .right h1 {
    text-align: left;
}
.main .right p {
    font-size: 15px;
    color: #17233b;
    margin: 0px;
}
.main .right p:nth-child(2){
    padding-bottom: 15px;
}
.main .center1 {
    text-align: right;
}
.bg-what{
    background: #fff;
}
.bg-what h1{
    margin-top: 20px;
}
.bg-what p{
    padding: 0px 15px;
    padding-top: 15px;
    font-size: 15px;
    text-align: left;
    color: #424242;
}
.border{
    border: 2px solid #253c42;
    border-top: none;
    padding-bottom: 15px;
}
.main .right .statbtm {
    padding: 15px;
    border: 2px solid #253c42;
    border-top: none;
    text-align: center;
}
.main .right .statbtm .stats {
    background-color: #fff;
    text-align: center;
    margin: 5px 0;
    padding: 10px 0;
    border: 2px solid #dfe4e5;
}
.main .right .statbtm .stats h1 {
    font-size: 14px;
    font-family: hinted-SofiaProCondensedMedium;
    padding: 0;
    text-align: center;
    color: #7e9195;
}
.main .right .statbtm .stats p {
    font-size: 18px;
    font-family:"hinted-SofiaProCondensedBold";
    color: #242424;
    padding: 10px 0 0;
}
.plans{
    background: #fff;
    padding: 0px 0px;
    margin-top: 20px;
}
.plans h1 span{
    color: #fff;
    font-size: 38px;
    font-family:Roboto-Bold;
    text-transform: uppercase;
    float: right;
    padding: 20px 0px;
    background: #ee3131;
    margin-top: -15px;
    width: 160px;
    text-align: center;
}
.main .forblue{
    padding: 6px 10px;
    border: 2px solid #dbdee8;
    margin-top: 10px;
}
.main .forblue.active{
    border: 2px solid #374a73;
}
.main .forblue:hover {
    border: 2px solid #00b31d;
}
.main .radio {
    padding-left: 25px;
    width: fit-content;
    width: -moz-fit-content;
    margin: 0 auto;
}
.main .forblue img{
    margin: 0 auto;
    display: block;
    padding-top: 10px;
}
.main .radio label {
    display: inline-block;
    padding-left: 5px;
    position: relative;
    color: #242424;
    font-size: 17px;
    font-family:"hinted-SofiaProCondensedBold";
    text-transform: uppercase;
    padding-top: 4px;
}
.main .radio label::before {
    margin-top: 3px;
    background-color: #fff;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 17px;
    left: 0;
    margin-left: -25px;
    position: absolute;
    transition: border 0.15s ease-in-out 0s;
    width: 17px;
    border: 2px solid gray;
}
.main .radio label::after {
    border-radius: 50%;
    content: " ";
    display: inline-block;
    height: 9px;
    left: 4px;
    margin-left: -25px;
    position: absolute;
    top: 11px;
    width: 9px;
}
.main .radio input[type="radio"] {
    opacity: 0;
    outline: medium none !important;
}
.main .radio input[type="radio"]:focus + label::before {
    outline: thin dotted;
    outline-offset: -2px;
}
.main .radio input[type="radio"]:checked + label::after {
    transform: scale(1, 1);
}
.main .radio input[type="radio"]:disabled + label {
    opacity: 0.65;
    outline: medium none !important;
}
.main .radio input[type="radio"]:disabled + label::before {
    cursor: not-allowed;
}
.main .radio.radio-inline {
    margin-top: 0;
}
.main .radio-primary input[type="radio"]:checked + label::before {
    border-color: #899699;
    outline: medium none !important;
}
.main .radio-primary input[type="radio"]:checked + label::after {
    background-color: #253c42;
    border: none;
}
.main .plans .buy a{
    color: #fff;
    font-size: 26px;
    font-family:"hinted-SofiaProCondensedBold";
    text-transform: uppercase;
    background-color: #00b82c;
    padding-top: 10px;
    padding-bottom: 5px;
    width: 100%;
    text-align: center;
    float: left;
    display: block;
    margin: 10px 0px;
    line-height: unset; 
}
.main .plans .buy a:hover{
    background: #009022;
    color: #fff;
}

.main .plans .planbtm p{
    margin: 0px;
    color: #999999;
    font-size: 14px;
    text-align: center;
    padding-bottom: 10px;
}
.main .plans .planbtm p span{
    display: block;
}
.testimonial{
    background: #fff;
    margin-top: 109px;
}
.slider {
    padding: 15px 0px;
    border: 2px solid #253c42;
}
.item{
    border: 2px solid #dbdee8;
    padding: 16px 24px;
}
.testimonial .item h2{
    color: #253c42;
    font-family:"hinted-SofiaProCondensedBold";
    font-size: 16px;
    text-align: left;
    text-transform: uppercase;
    padding: 0px;
    padding-top: 15px;
}
.testimonial .item h2 span{
    float: right;
    color: #e4a937;
}
.testimonial .item p{
    color: #424242;
    font-size: 15px;
    text-align: left;
}
.testimonial .item p span{
    display: block;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    padding: 0px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    border: 2px solid #dbdee8;
    border-radius: 50%;
    width: 10px;
    height: 10px;
}
.slick-dots li button:hover{
    border: 2px solid #c7cdce;
}
.slick-dots .slick-active button{
    background: #253c42;
    border: none;
}
.slick-dots .slick-active button:hover{
    border: none;
}
.slick-dots li button:before {
    font-family: 'slick';
    font-size: 0px;
    line-height: 0px;
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 15px;
}
.slick-dots{
    margin: 0px;
    padding: 0px;
}
.footer{
    padding: 25px 0px;
    margin-top: 5px;
    border-top: 2px solid #dfe4e5;
}
.footer .rightpos{
    text-align: right;
}
.footer .rightpos a:last-child{
    padding-right: 0px;
}
.footer p{
    padding: 0px !important;
    text-align: center;
    font-family:"hinted-SofiaProCondensedRegular";
    color: #8f8f8f;
    font-size: 13px !important;
}
.footer .rightpos1 a:last-child{
    padding-right: 0px !important;
}
.over{
    margin-top: 25px;
}
.rightfloat{
    float: right;
}
.leftfloat{
    float: left;
}
.logotwo{
    display: none !important;
}

.fortableresponsive{
    float:left;
    width:100%;
    display:none;
    background: #fff;
    padding: 0px 0px;
    border: 2px solid #253c42;
    margin-bottom: 20px;
}
.tabletop{
    float:left;
    width:100%;
    padding: 10px 10px;
    border-bottom: 2px solid #dae3e9;
}
.tabletop h6{
    text-transform: uppercase;
    color: #253c42;
    font-family:"hinted-SofiaProCondensedBold";
    font-size: 12px;
    text-align: left;
}
.tabletop .col-xs-2.noright,.tablebottom .col-xs-2.noright,.tablebottom2 .col-xs-7.noright{
    text-align: left;
}
.tablebottom2 .col-xs-2.noleft{
    text-align: right;
}
.tablebottom {
    float:left;
    width:100%;
}
.tablebottom1{
    float:left;
    width:100%;
    padding: 6px 10px;
    border-bottom: 1px solid #dae3e9;
}
.tablebottom2{
    float:left;
    width:100%;
    padding: 8px 10px;
    border-bottom: 2px solid #dae3e9;
}
.noborder{
    border-bottom: none;
}
.tablebottom p{
    font-size: 13px;
    font-family:"hinted-SofiaProCondensedLight";
    color: #333333;
    text-align: left;
    border: none;
}
.tablebottom1 .winresult,.tablebottom1 .drawresult, .tablebottom1 .postpresult{
    color: #fff !important;
    font-family:"hinted-SofiaProCondensedBold";
    font-size: 14px;
    background: #00b82c;
    margin: 0px;
    text-align: center;
    border-radius: 6px;
    padding-top: 2px;
}
.tablebottom1 .lossresult{
    color: #fff !important;
    font-family:"hinted-SofiaProCondensedBold";
    font-size: 14px;
    background: #253c42;
    margin: 0px;
    text-align: center;
    border-radius: 6px;
    padding-top: 2px;
}
.tablebottom2 p{
    margin-bottom: 0px;
    text-align: left;
}
.moblie-brands{
    display: none;
}
.review h1, .review p{
    text-align: center;
    padding-bottom: 20px;
}
.reviewslides .item h3{
    color: #17233b;
    font-size: 16px;
    margin: 0px;
    text-align: center;
    font-family:"hinted-SofiaProCondensedBold";
}
.review p span{
    display: block;
}
.reviewslides{
    padding: 0px 0px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.reviewslides .item{
}
.reviewslides .nopadding{
    padding-right: 20px;
}
.item{
    display: flex;
    align-items: center;
    justify-content: center;
}
.reviewslides .item{
}
.bx{
    padding-top:20px;
    margin-top:-20px;
}
.marg_review.item{
    margin-top:20px;
    display:block;
}
xb{
    padding-top:20px;
}

.form{
    background: #fff;
    border-radius: 10px;
    margin-top: 20px;
    padding: 20px;
}
.form h1, .faq h3{
    color: #17233b;
    font-size: 28px;
    margin: 0px;
    text-align: center;
    font-family:"hinted-SofiaProCondensedBold";
    text-transform: uppercase;
    margin-bottom: 20px;
}
.faq h3{
    margin-bottom: 10px;
}
.form h1{
    margin-bottom: 5px;
}
.form p, .faq p{
    color: #17233b;
    font-size: 16px;
    margin: 0px;
    text-align: center;
    font-family:"hinted-SofiaProCondensedLight";
    //margin-bottom: 20px;
}
#frms{
    border-radius:0px;
}
.form p span{
    display: block;
}
.form input, .form textarea{
    color: #000;
    font-size: 16px;
    margin: 0px;
    resize: none;
    box-shadow: none;
    outline: medium none;
    border: 2px solid #dbdee8;
    margin-top: 20px;
    padding: 27px;
}
.form input{
    height: 50px;
}
.form input:focus, .form textarea:focus{
    outline: medium none;
    box-shadow: none;
    border: 2px solid #253c42;
}
.form ::placeholder{
    color: #9aa4ac;
    font-size: 16px;
    margin: 0px;
}
.form .col-sm-12{
    width: 100%;
    float: left;
}
.form form button{
    color: #fff;
    font-size: 22px;
    font-family:"hinted-SofiaProCondensedBold";
    text-transform: uppercase;
    background-color: #00b82c;
    padding: 8px 0px;
    width: 100%;
    text-align: center;
    float: left;
    display: block;
    margin-top: 20px;
    border: none;
    outline: medium none;
    margin-bottom: -10px;
}
.form form button:hover{
    background: #009022;
    color: #fff;
}
.faq{
    padding: 20px;
    display:block;
    margin-top: 15px;
}
.faq h3, .faq p{
    text-align: left;
}
.faq h3{
    font-size: 24px !important;
}
.faq p img {
    padding-right: 30px;
}
.form .success{
    border: 2px solid #00b82c;
    padding: 10px;
    border-radius: 6px;
    margin-bottom: 20px;
    background: d9f4dd;
}
.form .success h1{
    color: #00b82c;
    font-size: 18px;
    font-family:hinted-ProximaNova-Bold;
    text-transform: uppercase;
    margin: 0px;
}
.form .error{
    border: 2px solid #dc1e1e;
    padding: 20px;
    border-radius: 6px;
    background: #ffd9d9;
}
.form .error h1{
    color: #dc1e1e;
    font-size: 18px;
    text-transform: uppercase;
    margin: 0px;
}
.error-review{
    margin-bottom: 20px;
}
.main1{
    background: #fff;
    padding: 20px;
    margin-top: 20px;
    border-radius: 12px;
}
.reviewheadings h3{
    color: #17233b;
    font-size: 28px;
    font-family:"hinted-SofiaProCondensedBold";
    text-transform: uppercase;
    text-align: center;
}
.texts p{
    color: #17233b;
    font-size: 16px;
    text-align: left;
    padding-top: 2px;
    font-family:"hinted-SofiaProCondensedLight";
}
.texts .reviewmatter{
    font-family:"hinted-SofiaProCondensedBold";
    padding-top: 20px;
    font-size:20px;
    text-transform: uppercase;
}
.texts p .block{
    display: block;
}
.thnks{
    padding: 110px 0px 80px 0px;
    text-align: center;
}
.thnks h4{
    font-size: 40px;
    font-family:"hinted-SofiaProCondensedBold";
    text-transform: uppercase;
    text-align: center;
    padding: 20px 0px;
}
.thnks p{
    color: #333333;
    font-size: 16px;
    text-align: center;
    margin-bottom: 80px;
    font-family:"hinted-SofiaProCondensedLight";
}
.thnks p span{
    display: block;
}
.thnks a{
    color: #01b9ff;
    font-size: 17px;
    text-align: center;
    text-transform: uppercase;
    font-family:"hinted-SofiaProCondensedBold";
}
.form-group{
    margin-bottom: 0px;
    height: 24px !important;
}
.form-control{
    margin-bottom: 0px;
    height: 24px !important;
    padding: 4px 6px;
    border: 1px solid #718084;
    color: #fff;
    font-family:"hinted-SofiaProCondensedLight";
    border-radius:0px;
}
.nopadd{
    padding: 0 !important;
}
.stattop .form-group{
    position: relative;
}
.stattop .form-group:after{
    content: url(../img/arrow.png);
    position: absolute;
    right: 6px;
    top: -6px;
}
.form-control:focus {
    border-color: #718084;
    outline: 0;
    box-shadow: none;
}
.forborder-tip{
    border: 2px solid #253c42;
    border-top: none;
}
.padd{
    padding: 0px 15px;
}
.bookies{
    width: 100%;
    padding-top: 20px;
}
textarea.form-control {
    height: auto !important;
}
.slect p{
    font-size:16px;
    font-family:"hinted-SofiaProCondensedLight";
    float:left;
    padding-top:15px;

}
.testimonials{
    margin-top:28px;
}
.review1 h1{
    color:#333333;
    padding-top:0px;
}
.margin{
    margin-top:-18px;
}
.marg h1{

    font-family:"hinted-SofiaProCondensedBold";
    font-size:20px;  
}
.marg p{
    font-size:15px;
}
.font{
    background-color:#f4f6f6;
    margin-top:18px;
    margin-bottom:-10px;

}
.font h1{
    font-size:17px;
    padding-bottom:0px;
    padding-top:20px;
    font-family:"hinted-SofiaProCondensedBold";
    text-align:left;
    padding-left:15px;
}
.font p{
    font-size:17px;
    padding-bottom:18px;
    padding-top:0px;
    font-family:"hinted-SofiaProCondensedLight";
    text-align:left;
    padding-left:15px;
}
.slect_1{
    padding: 20px;
    margin-top: 17px;
    width:100%;
    border:2px solid #dfe4e5;
}
.slect{
    margin-top: 17px;

}
.margin{
    margin-top:20px;
}
.color{
    color:#fff;
    background-color:#253c42;
}
.grey{
    color:#c5d1d3;
}
.testimonial .item h2 span i{
    padding-left:5px;
}
.display{
    display:block;
}
.banner5{
    color:#fff;
}
.bookies_1{
    display:none;
}
.slick-dotted.slick-slider {
    margin-bottom: 26px;
}
.hide4{
    display: none;
}
.plans h4{
    font-family:"hinted-SofiaProCondensedLight";
    font-size: 14px;
    color: #999999;
    font-weight: 600;
    padding: 14px 0px 0px 16px;
}
.padd-bot{
    margin-bottom: 20px;
}