@font-face {
    font-family: 'Tahoma';
    src: url('../fonts/Tahoma.woff2') format('woff2'),
        url('../fonts/Tahoma.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Tahoma';
    src: url('../fonts/Tahoma-Bold.woff2') format('woff2'),
        url('../fonts/Tahoma-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Tahoma';
    src: url('../fonts/Tahoma.woff2') format('woff2'),
        url('../fonts/Tahoma.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Tahoma';
    src: url('../fonts/Tahoma-Bold.woff2') format('woff2'),
        url('../fonts/Tahoma-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

input,button,input:focus,button:focus{
    outline: none;
}
section.header .logo img {
    width: 220px;
    margin-top: 5px;
}
.header {
    background: linear-gradient(#000,#000);
    height: 70px;
    border-radius: 0 0 25px 25px;
    padding: 9px 0;
}
header {
    position: fixed;
    width: 100%;
    z-index: 1;
    top: 0;
}
.loginsport-outer .sport-highlight-content.tabs{
    margin: 0;
}

.login-button {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    margin-top: 5px;
}

.login-button button {
    background: transparent;
    border: 1px solid transparent;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    margin-right: 20px;
}
.login-button a {
    font-size: 13px !important;
 }
.login-button button i{
    font-size: 20px;
}
.login-button span {
    clear: both;
    display: block;
}

section.main-outer {
    margin-top:80px;
}
section.slider {
    border-radius: 25px;
    overflow: hidden;
}
section.slider .carousel-indicators .active {
    background-color: #999;
}
section.slider .carousel-indicators li {
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 50%;
}

.sports-books-outer{
    margin-top: 30px;
}
.sport-book-box {
    border-radius: 20px;
    overflow: hidden;
}

.sport-book-box img {
    width: 100%;
    object-fit: cover;
}
.mt30{
    margin-top: 30px;
}
section.live-casino-outer {
    margin: 30px 0 110px;
}

.heading h2 {
    color: #000;
    font-family: 'Tahoma';
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 10px;
    margin-top: 10px;
    text-transform: uppercase;
    font-weight: 600;
}
.casino-box-outer{
    border: 1px solid #cbcaca;
    border-radius: 7px;
    height: auto;
    padding: 5px;
    margin-top: 10px;
}
.live-casino-box {
    margin-bottom: 10px;
    border-radius: 8px;
    overflow: hidden;
}
.live-casino-box img {
    width: 100%;
}
.col-lg-2.col-md-2.col-sm-2.pr0 {
    padding-right: 0;
}
.loginmodal .modal-header {
    padding: 5px 20px;
    background-image: linear-gradient(-180deg,#00a66e,#00a66e);
    border: 0;
}
.modal-form .form-group label {
    color: #0f1d29;
    display: block;
    font-size: 14px;
    margin-bottom: 0;
    position: relative;
}
.modal-form .form-group input {
    font-size: 14px;
    width: 100%;
    border-radius: 3px;
    box-shadow: 0 4px 4px rgb(0 0 0 / 5%);
    height: 40px;
    padding: 5px 5px 5px 10px;
    transition: all .3s;
    border: 1px solid #ccc;
}
    .modal-form .form-group .signup-validation-text{
        font-size: 12px;
    }
    .green-bg{
        background-color: #00a66e;
        background-image: linear-gradient(-180deg,#00a66e,#00a66e);
    }
    .login-btn {
        border: 1px solid #00a66e;
        border-radius: 3px;
        box-shadow: 0px 3px 3px 0px #d2d2d2;
        color: #000;
        cursor: pointer;
        float: right;
        font-size: 16px;
        height: 40px;
        margin: 0;
        outline: none;
        padding: 3px 10px 5px;
        text-shadow: 0 1px 1px rgb(0 0 0 / 50%);
        transition: all .2s linear 0s;
        width: 100%;
    }




    p.noteregiscont {
        text-align: center;
        font-size: 14px;
        font-weight: 600;
      }
      


@media screen and (max-width:1200px){
	 section.header .logo img {
        width: 124px;
      }
		
}
@media screen and (max-width:767px){}
@media screen and (max-width:580px){
    .header .col-lg-4.col-md-3.col-sm-3 {
        width: 50%;
      }
      .header .col-lg-8.col-md-9.col-sm-9 {
        width: 50%;
      }
      section.header .logo img {
        width: 142px;
    }
      .slider img.d-block.w-100 {
        /*object-fit: fill; */
        height: 140px;
		/* height: 115px; */
		max-width: 100%;
      }
      .sports-books-outer .col-lg-3.col-md-3.col-sm-3.col-xs-3 {
        width: 25%;
        padding: 0;
    }
    .live-casino-box {
       border-radius: 5px;
    }
    .col-lg-2.col-md-2.col-sm-2 {
        width: 25%;
        padding: 0 9px;
    }
    .sports-books-outer .col-lg-6.col-md-6.col-sm-6 {
        width: 50%;
        padding: 0 5px;
    }
    .sport-book-box {
        border-radius: 10px;
    }
    .main-outer .container-fluid {
        padding: 0 6px;
    }
    .casino-box-outer {
        border: 0;
    }
}
@media screen and (max-width:480px){}
@media screen and (max-width:400px){}