@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&display=swap');

body {
    font-family: 'DM Sans', sans-serif;
    background: #1e1e1e;
}

body.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins'
}

.fl {
    float: left
}

.fr {
    float: right
}

.clr {
    clear: both
}

:focus {
    outline: 0
}

.container {
    width: 1260px;
    margin: 0 auto;
}

.row {
    margin-left: -20px;
    margin-right: -20px;
}

.col {
    padding-left: 20px;
    padding-right: 20px;
}

.row:after {
    content: "";
    display: block;
    clear: both;
}

.col10 {
    width: 10%;
    padding: 0 20px;
}

.col20 {
    width: 20%;
    padding: 0 20px;
}

.col25 {
    width: 25%;
    padding: 0 10px;
}

.col255 {
    width: 25%;
    padding: 0 20px;
}

.col30 {
    width: 30%;
    padding: 0 20px;
}

.col33 {
    width: 33.3%;
    padding: 0 20px;
}

.col35 {
    width: 34%;
    padding: 0 20px;
}

.col40 {
    width: 40%;
    padding: 0 20px;
}

.col50 {
    width: 50%;
    padding: 0 20px;
}

.col55 {
    width: 55%;
    padding: 0 20px;
}

.col60 {
    width: 60%;
    padding: 0 20px;
}

.col65 {
    width: 66%;
    padding: 0 20px;
}

.col70 {
    width: 70%;
    padding: 0 20px;
}

.col100 {
    width: 100%;
    padding: 0 20px;
}

#root {
    text-align: center;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}


header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    padding: 30px 0;
}

header.still {
    position: static;
    background: #1e1e1e;
}

.navigation li {
    list-style-type: none;
    float: left;
    margin-left: 40px;
    position: relative;
}

.navigation li a {
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 40px;
}

.navigation li:before {
    width: 100%;
    height: 4px;
    content: "";
    background: #FFD089;
    position: absolute;
    bottom: 0;
    left: 0;
    display: none;
}

.navigation li:hover:before {
    display: block;
}

.navigation li.active:before {
    display: block;
}



.beforelogin li {
    list-style-type: none;
    float: left;
    margin-left: 40px;
    position: relative;
}

.beforelogin li a {
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 40px;
}

.beforelogin li:before {
    width: 100%;
    height: 4px;
    content: "";
    background: #FFD089;
    position: absolute;
    bottom: 0;
    left: 0;
    display: none;
}

.beforelogin li:hover:before {
    display: block;
}

.afterLogin {
    position: relative;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    line-height: 40px;
    margin-left: 40px;
    padding-left: 70px;
    cursor: pointer;
}

.afterLogin img {
    position: absolute;
    left: 0;
    top: 0;
}

.searchIcon {
    padding-top: 10px;
}

.casticon {
    padding-right: 30px;
    padding-top: 12px;
}

.casticon img {
    width: 24px;
}

.topSlider {
    position: relative;
}

.topSlider .sliderTop li {
    list-style-type: none;
    position: relative;
}

.topSlider .sliderTop li:before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.topSlider .sliderTop li img {
    width: 100%;
    height: auto;
}

.topSlider .content {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
}

.topSlider .content img {
    width: auto !important;
    margin-top: 260px;
}

.topSlider .content .head1 {
    color: #fff;
    font-weight: 700;
    font-size: 48px;
    margin-top: 120px;
}

.topSlider .content .con2 {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    padding-right: 20%;
    line-height: 30px;
    margin-top: 30px;
    margin-bottom: 10px;
}

.topSlider .content .con3 {
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    padding-right: 20%;
    line-height: 20px;
    margin-top: 10px;
}



.menuIcon button {
    width: 30px;
    height: 30px;
    cursor: pointer;
    border: 0;
    background: url(../images/menu.svg) center no-repeat;
    font-size: 0;
    margin-top: 1px;
    margin-left: 10px;
    display: none;
}

.menuIcon button.active {
    background: url(../images/Cancel.svg) center no-repeat;
}

.sliderNav {
    position: absolute;
    bottom: 30px;
    width: 100%;
    z-index: 9999;
}

.sliderNav img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    cursor: pointer;
}

.sliderNav .col25 {
    position: relative;
    padding-bottom: 30px;
}

.sliderNav .number {
    color: #fff;
    position: absolute;
    bottom: 10px;
    right: 40px;
    font-weight: 700;
    font-size: 32px;
}

.sliderNav .title {
    font-weight: 700;
    font-size: 32px;
    color: #fff;
    padding-bottom: 40px;
}

.sliderNav .sliderNavSlider {
    padding-left: 10px;
    padding-right: 10px;
}


.highlights {
    background: #1e1e1e;
}

.highlights .title {
    font-weight: 500;
    font-size: 32px;
    color: #fff;
    padding-bottom: 60px;
    padding-top: 40px
}

.title a {
    color: #FFD089;
    font-size: 18px;
    text-decoration: none;
}

.highlights .mocImage {
    position: relative;
    line-height: 0;
}

.highlights .mocImage img {
    width: 100%;
    height: auto;
}

.highlights .mocImage:before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
    border-radius: 12px;
}

.mocImage .content {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 1;
    line-height: normal;
}

.mocImage .content .timePoint {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 10px;
}

.mocImage .content .timePoint span {
    margin-right: 20px;
}

.mocImage .content .timePoint img {
    width: auto !important;
    position: relative;
    top: 7px;
    margin-right: 10px;
}

.mocImage .content .heading {

    font-weight: 700;
    font-size: 25px;
}

.mocImage .content .heading a {
    color: #fff;
    text-decoration: none;
}


.highlights .categories {
    padding: 60px 0
}

.highlights .categories .label {
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    line-height: 50px;
    width: 100%;
    background: url(../images/plus.svg) center right no-repeat;
}

.highlights .categories .label.active {
    background: url(../images/Remove.svg) center right no-repeat;
}

.highlights .categories li {
    list-style-type: none;
    float: left;
    position: relative;
}

.highlights .categories li img {
    display: none;
    position: relative;
    margin-right: 10px;
    top: 6px;
    height: 27px;
}

.highlights .categories li a {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
    line-height: 60px;
    padding: 0 20px;
    display: inline-block;
}

.highlights .categories li:first-child a {
    padding-left: 0;
}

.highlights .categories li:first-child:hover a {
    padding-left: 20px;
}

.highlights .categories li.active a {
    background: #FFD089;
    color: #000;
    border-radius: 5px;
}

.highlights .categories li:hover a {
    background: #FFD089;
    color: #000;
    border-radius: 5px;
}

.highlights .categories li.active a img {
    display: inline-block;
}

.highlights .categories li:hover a img {
    display: inline-block;
}


.featuredChannel {
    background: #1e1e1e;
    text-align: center;
    padding: 100px 0;
}

.featuredChannel .title {
    font-weight: 700;
    font-size: 32px;
    color: #fff;
    padding-bottom: 60px;
    padding-top: 40px;
}

.featuredChannel a {
    padding: 0 2%;
}


.herHim {
    background: #3d3d3d;
    padding: 60px 0;
    position: relative;
}

.herHim:before {
    width: 100%;
    height: 130px;
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    background: #1e1e1e;
    z-index: 1;
}

.herHim .locImage {
    position: relative;
}

.herHim .locImage img {
    width: 100%;
    height: auto;
    border-radius: 30px;
}

.herHim .locImage:before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
    border-radius: 30px;
}

.herHim .content {
    position: absolute;
    bottom: 40px;
    left: 40px;
    z-index: 1;
}

.herHim .content .heading {
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
}

.herHim .content .cont {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
}

.herHim .circle {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    margin-left: -60px;
    margin-top: -60px;
}

.herHim .blocks {
    margin-top: 70px;
}

.herHim .blocksAr {
    background: #1e1e1e;
    border-radius: 10px;
    line-height: 0;
    position: relative;
    z-index: 1;
    box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.1);
}

.herHim .blocksAr .image {
    line-height: 0;
    position: relative;
    width: 45%;
}

.herHim .blocksAr .image img {
    width: 100%;
    height: auto;
}

.herHim .blocksAr .image:before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background: rgba(0, 0, 0, 0.2);
    z-index: 1;
    border-radius: 10px 0 0 10px;
}

.herHim .blocksAr .image a {
    position: relative;
    display: inline-block;
}

.herHim .blocksAr .image .play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin-left: -25px;
    margin-top: -25px;
    z-index: 1;
}

.herHim .blocksAr .imageContent {
    width: 55%;
    line-height: normal;
    padding: 20px;
    color: #fff;
}

.herHim .blocksAr .imageContent .cap {
    font-size: 14px;
    margin-bottom: 10px;
}

.herHim .blocksAr .imageContent .heading {
    font-size: 18px;
    margin-bottom: 10px;
}

.herHim .blocksAr .imageContent .cont {
    font-size: 12px;
    line-height: 15px;
    opacity: 0.7;
    margin-bottom: 10px;
    font-weight: 500;
}

.herHim .blocksAr .imageContent .timePoint {
    font-size: 12px;
    line-height: 20px;
    opacity: 0.7;
    font-weight: 500;
}

.herHim .blocksAr .imageContent .timePoint img {
    width: 15px;
    height: auto;
    position: relative;
    top: 3px;
}

.testimonial {
    background: #1e1e1e;
    padding: 100px 0;
}

.testimonial .title {
    font-weight: 600;
    font-size: 60.53px;
    line-height: 67px;
    color: #fff;
    margin-bottom: 140px;
}

.testimonial .title a {
    color: #FFD089;
    font-size: 24px;
    text-decoration: none;
}

.testimonial .testBlock {
    background: #494949;
    border-radius: 30px;
    text-align: center;
    font-size: 18px;
    line-height: 27px;
    color: #fff;
    padding: 100px 16% 0;
    position: relative;
    margin-top: 60px;
}

.testimonial .testBlock .rating {
    padding-bottom: 30px;
    padding-top: 50px;
    position: relative;
}

.testimonial .testBlock .rating img {
    display: inline-block;
}

.testimonial .testBlock .rating:before {
    content: '';
    width: 78px;
    height: 2px;
    background: #1E1E1E;
    position: absolute;
    left: 50%;
    margin-left: -39px;
    top: 20px;
}

.testimonial .testBlock .image {
    position: absolute;
    top: -50px;
    left: 0;
    text-align: center;
    width: 100%;
}

.testimonial .testBlock .image img {
    display: inline-block;
}


footer {
    background: #2e2e2e;
}

footer .left {
    background: #3d3d3d;
    padding: 50px 90px;
    width: 40%;
}

footer .right {
    padding: 15px 90px 20px;

    /* padding:70px 90px 0; */
    width: 60%;
}

footer .logo {
    margin-bottom: 40px;
}

footer .logo img {
    width: 250px;
}

footer .content {
    font-size: 16px;
    line-height: 32px;
    color: #E6E6E6;
    margin-bottom: 20px;
}

footer .letterhead {
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 20px;
}

footer .formFooter {
    position: relative;
}

footer .formFooter input {
    background: #525252;
    border: 0;
    height: 64px;
    padding: 0 20px;
    width: 100%;
    border-radius: 10px;
    color: #fff;
}

footer .formFooter button {
    background: #525252;
    border: 0;
    height: 48px;
    padding: 0 20px;
    width: 48px;
    border-radius: 10px;
    background: url(../images/ArrowRight.svg) center no-repeat #FFD089;
    position: absolute;
    top: 8px;
    right: 8px;
    cursor: pointer;
}

footer .menucol {
    width: 33%;
}

footer .head {
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
}

footer li {
    list-style-type: none;
}

footer li a {
    color: #fff;
    font-weight: normal;
    font-size: 14px;
    line-height: 52px;
    text-decoration: none;
}

footer .lines {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    /* padding-top: 60px; */
}

footer .lines span {
    margin-right: 20px;
}

footer .lines span img {
    position: relative;
    top: 7px;
}

.tic {
    background: url(../images/Rectangle1139.svg) center bottom no-repeat #1e1e1e;
    padding: 100px 0 130px;
}

.tic .ticContent {
    width: 50%;
    padding: 70px;
}

.tic .image {
    width: 50%;
}

.tic .image img {
    width: 100%;
    height: auto;
}

.tic .heading {
    font-style: normal;
    font-weight: 600;
    font-size: 60.53px;
    line-height: 67px;
    color: #fff;
    margin-bottom: 30px;
}

.tic .content {
    font-style: normal;
    font-weight: 500;
    font-size: 22.43px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 30px;
}

.tic .imageFols img {
    margin-right: 20px;
}

.forDesktop {
    display: inline-block !important;
}

.forMobile {
    display: none !important;
}

.relatedVideos {
    background: #1e1e1e;
}

.relatedVideos .title {
    font-weight: 700;
    font-size: 32px;
    color: #fff;
    padding-bottom: 60px;
    padding-top: 40px
}

.relatedVideos .image img {
    width: 100%;
    height: auto;
}

.relatedVideos .image a {
    display: inline-block;
    position: relative;
    line-height: 0;
    width: 100%;
}

.relatedVideos .image a:before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
    border-radius: 12px;
}

.relatedVideos .caption {
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    position: absolute;
    left: 20px;
    bottom: 20px;
    z-index: 1;
}

.innerS {
    background: #1e1e1e;
    padding-top: 40px;
}

.innerS .right .title {
    font-weight: 700;
    font-size: 22px;
    color: #fff;
}

.innerS .right .image {
    line-height: 0;
    width: 48%;
    margin-top: 20px;
}

.innerS .right .image img {
    width: 100%;
    height: auto;
}

.innerS .left .image {
    line-height: 0;
    width: 100%;
}

.innerS .left .image img {
    width: 100%;
    height: auto;
}

.innerS .left .description .cap {
    font-weight: 600;
    font-size: 17.6043px;
    line-height: 23px;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.innerS .left .description p {
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    color: #807E81;
}

.innerS .osDetails a {
    text-align: center;
    display: inline-block;
    margin-left: 20px;
}

.innerS .osDetails a span {
    display: block;
    padding-top: 40px;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
}

.innerS .osDetails a span.download {
    background: url(../images/download.svg) center top no-repeat;
}

.innerS .osDetails a span.share {
    background: url(../images/share.svg) center top no-repeat;
}

.innerS .osDetails a span.watch {
    background: url(../images/watchlist.svg) center top no-repeat;
}

.innerS .osDetails a:hover span {
    color: #FFD089;
}

.innerS .osDetails a:hover span.download {
    background: url(../images/Download-active.svg) center top no-repeat;
}

.innerS .osDetails a:hover span.share {
    background: url(../images/Share-icon-active.svg) center top no-repeat;
}

.innerS .osDetails a:hover span.watch {
    background: url(../images/Watchlist-active.svg) center top no-repeat;
}

.innerS .osDetails {
    padding: 40px 0
}

.innerS .info .name {
    font-weight: 600;
    font-size: 38.87px;
    line-height: 35px;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.innerS .info .time {
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.innerS .info .cap {
    font-weight: 500;
    font-size: 10.2692px;
    line-height: 15px;
    color: #807E81;
}

.player {
    position: relative;
    line-height: 0;
}

.player .controls {
    line-height: normal;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    padding: 10px 20px 20px
}

.playerOnHover {
    opacity: 0;
}

#play {
    position: relative;
    top: 2px;
}

.shadow {
    width: 100%;
    height: 120px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: url(../images/shade.png) repeat-x;
}

.progress {
    grid-area: progressbar;
    display: inline-block;
    grid-template-columns: 14% 72% 14%;
    grid-template-rows: 1fr;
    grid-template-areas: "ctime seek ttime";
    cursor: pointer;
    width: 100%;
    border-radius: 6px;
    bottom: 100%;
    transition: height 0.1s ease-in-out;
    position: absolute;
    bottom: 15%;
    left: 2%;
    z-index: 1;
}

.current-time {
    grid-area: ctime;
    color: #ffffff;
    margin: auto;
    font-size: 12px;
    font-weight: 500;
    position: relative;
    top: 3px;
}

.total-time {
    grid-area: ttime;
    color: #ffffff;
    margin: auto
}

#seek {
    cursor: pointer;
    grid-area: seek;
    width: 92%;
    outline: none;
    height: 2px;
    background: #000;
    margin: auto;
}

#volumeSeek {
    cursor: pointer;
    grid-area: volumeSeek;
    width: 80%;
    outline: none;
    height: 2px;
    background: #000;
    margin-left: 10px;
}

.pointer {
    cursor: pointer;
}

.revindVideo {
    margin-right: 15px;
}

.playVideo {
    margin-right: 15px;
}

.forwordVideo {
    margin-right: 15px;
}

.settingVideo {
    margin-right: 15px;
}

.player:hover .playerOnHover {
    opacity: 1;
}



.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 11111111111111111111111;
    display: none;
}

.overlay .table {
    width: 1000px;
    background: #fff;
    border-radius: 24px;
    margin: 100px auto 0;
    overflow: hidden;
    border: 1px solid #FFFFFF;
    padding: 20px;

}

.tables {
    text-align: "center";
    width: 40%;
    margin-top: 50vh;
    background-color: #FFFFFF;
    border-radius: 24px;
    margin: 100px auto 0;
    overflow: hidden;
    border: 1px solid #FFFFFF;
    padding: 20px;
}

.overlay .table .heading {
    font-size: 20px;
    padding: 20px 0;
    position: relative;
}

.overlay .tableHead {
    line-height: 24px;
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

.overlay .tableBody {
    overflow-y: scroll;
    max-height: 250px;
}

.overlay .table .heading img {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.overlay .rowTb {
    line-height: 24px;
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
}

.overlay .cola1 {
    width: 15%;
}

.overlay .cola2 {
    width: 30%;
}

.overlay .cola3 {
    width: 25%;
}

.overlay .cola4 {
    width: 10%;
}

.overlay .cola5 {
    width: 10%;
}

.overlay .cola6 {
    width: 10%;
}

.overlay .loginscreen {
    width: 560px;
    background: #fff;
    border-radius: 24px;
    margin: 100px auto 0;
    overflow: hidden;
    border: 1px solid #FFFFFF;

}

.overlay .loginHead {
    width: 100%;
    background: url(../images/MaskGroupLogin.png) center no-repeat #000;
    background-size: 100% auto;
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-size: 35.53px;
    line-height: 72px;
    padding-top: 100px;
    position: relative;
}

.overlay .loginHead img.closeLogin {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.overlay .loginHead img.back {
    position: absolute;
    bottom: 20px;
    left: 20px;
    cursor: pointer;
}

.overlay .base {
    padding: 40px 100px;
}

.overlay .base .linksicons {
    display: block;
    width: 100%;
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 20px;
    text-decoration: none;
    line-height: 50px;
    color: #4F4F4F;
    border-radius: 10px;
    border: 1px solid #4F4F4F;
    padding-left: 60px;
    background: url(../images/Group36670.svg) center left 20px no-repeat;
}

.overlay .base .smallBtn {
    display: inline-block;
    width: 48%;
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
    line-height: 40px;
    color: #4F4F4F;
    border-radius: 10px;
    border: 1px solid #4F4F4F;
    text-align: center;
}

.overlay .base .smallBtn.sendOTP {
    background: #4F4F4F;
    color: #fff;
}

.overlay .base button {
    display: block;
    width: 100%;
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 20px;
    text-decoration: none;
    line-height: 50px;
    color: #4F4F4F;
    border-radius: 10px;
    text-align: center;
    border: 1px solid #FFD089;
    background: #FFD089;
    cursor: pointer;
}

.overlay .base button.disabled {
    color: #999;
    border: 1px solid #ccc;
    background: #ccc;
    cursor: not-allowed;
}

.overlay .base input {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 20px;
    text-decoration: none;
    line-height: 50px;
    color: #4F4F4F;
    border-radius: 10px;
    border: 1px solid #4F4F4F;
    padding-left: 15px;
    /* background: url(../images/Group36670.svg) center left 20px no-repeat; */
}

.overlay .base input.otp {
    background: url(../images/Lock.svg) center left 20px no-repeat;
}

.overlay .base .linksicons.fb {
    color: #fff;
    background: url(../images/FacebookLogo.svg) center left 20px no-repeat #1877F2;
    border: 0;
}

.overlay .base .linksicons.gp {
    background: url(../images/GoogleLogo.svg) center left 20px no-repeat;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.084), 0px 2px 3px rgba(0, 0, 0, 0.168);
    border: 0;
}

::-webkit-input-placeholder {
    /* Edge */
    color: #ccc;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #ccc;
}

::placeholder {
    color: #ccc;
}

.subs {
    background: #1e1e1e;
    padding: 50px 0;
}

.subs .subsIn {
    padding: 40px;
    background: #fff;
    border-radius: 30px;
    text-align: center;
}

.subs .Rcol {
    width: 50%;
}

.subs .Rcol.border {
    border-right: 1px solid #252836;
}

.subs .head {
    font-weight: 600;
    font-size: 35.53px;
    line-height: 72px;
    color: #000000;
}

.subs .cap {
    font-weight: 500;
    font-size: 16.43px;
    line-height: 25px;
    color: #000000;
    padding: 0 20%;
    margin-bottom: 40px;
}

.subs .price {
    font-weight: 900;
    font-size: 45.53px;
    line-height: 72px;
    color: #000000;
    padding: 0 20%;
}

.subs .link {
    font-weight: 600;
    font-size: 21.9816px;
    line-height: 60px;
    background: #252836;
    border-radius: 7.19999px;
    display: inline-block;
    text-align: center;
    width: 60%;
    color: #fff;
    text-decoration: none;
}

.subs .images {
    padding: 40px 0;
}

.subs .images img {
    height: 80px;
    margin: 0 10px;
}

.subsTop {
    background: url(../images/subs.png) center no-repeat #000;
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 60.53px;
    line-height: 77px;
    padding: 120px 0 0;
}

.subsTop .images {
    padding-top: 60px;
}

.subsTop .images img {
    margin: auto 10px;
}

.searchVideos {
    background: #1e1e1e;
    padding: 40px 0;
}

.searchVideos.nopaddingBottom {
    padding-bottom: 0;
}

.searchVideos.onTop {
    margin-top: -350px;
    position: relative;
    z-index: 1;
    background: transparent;
}

.searchVideos .title {
    font-weight: 700;
    font-size: 38px;
    color: #fff;
    padding-bottom: 30px;
}

.searchVideos .title span {
    font-style: italic;
}

.searchVideos .image {
    margin-bottom: 30px;
}

.searchVideos .image img {
    width: 100%;
    height: auto;
}

.searchVideos .image a {
    display: inline-block;
    position: relative;
    line-height: 0;
    width: 100%;
}

.searchVideos .image a:before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
    border-radius: 12px;
}

.searchVideos .caption {
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    position: absolute;
    left: 20px;
    bottom: 20px;
    z-index: 1;
}

.searchVideos .searchBar {
    width: 100%;
    height: 50px;
    background: transparent;
    border: 0;
    border: 1px solid #FFC796;
    border-radius: 5px;
    margin-bottom: 30px;
    color: #FFC796;
    font-size: 18px;
    padding: 0 20px
}

.searchVideos .searchParent {
    position: relative;
}

.searchVideos button {
    position: absolute;
    background: transparent;
    border: 0;
    right: 40px;
    cursor: pointer;
    top: 12px;
}

.h1 {
    width: 100%;
    height: 460px;
    overflow: hidden;
}

.h2 {
    width: 100%;
    height: 450px;
    overflow: hidden;
    border-radius: 12px;
}

.h3 {
    width: 100%;
    height: 176px;
    overflow: hidden;
    border-radius: 12px 0 0 12px;
}

.h4 {
    width: 100%;
    height: 135px;
    overflow: hidden;
    border-radius: 12px;
}

.h5 {
    width: 100%;
    height: 160px;
    overflow: hidden;
    border-radius: 12px;
}

.h6 {
    width: 100%;
    height: 230px;
    overflow: hidden;
    border-radius: 12px;
}

.h7 {
    width: 320px;
    height: 330px;
    overflow: hidden;
    display: inline-block;
}

.resize {
    object-fit: cover;
    width: 100%;
    min-height: 100%;
}



.faqHead {
    background: #1e1e1e;
    border-bottom: 4px solid #FFD089;
    color: #fff;
    padding: 100px 0;
}

.faqHead .heading {
    font-weight: 600;
    font-size: 58px;
    line-height: 69px;
    margin-bottom: 20px;
}

.faqHead .caption {
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
}

.faqHead .caption a {
    display: inline-block;
    background: #FFD089;
    line-height: 56px;
    text-decoration: none;
    padding: 0 30px;
    font-weight: bold;
    font-size: 16px;
    color: #000;
    border-radius: 10px;
    float: right;
}

.accordian-content {
    display: none;
}

.faqdata {
    background: #1e1e1e;
    padding: 60px 0;
}

.faqdata .heading {
    font-weight: bold;
    font-size: 38px;
    line-height: 40px;
    color: #fff;
    margin-bottom: 30px;
}

.faqdata .needhelp {
    font-weight: bold;
    font-size: 38px;
    line-height: 40px;
    color: #fff;
    margin-top: 50px;
}

.faqdata .needhelp a {
    display: inline-block;
    background: #FFD089;
    line-height: 56px;
    text-decoration: none;
    padding: 0 30px;
    font-weight: bold;
    font-size: 16px;
    color: #000;
    border-radius: 10px;
    margin-left: 30px;
    position: relative;
    top: -10px;
}

.faqdata .accordian {
    margin-bottom: 20px;
    background: #151515;
    color: #fff;
    padding: 20px;
}

.faqdata .accordian-title {
    font-size: 22px;
    font-weight: bold;
    cursor: pointer;
    background: url(../images/a1.svg) center right no-repeat;
}

.faqdata .accordian-title.active {
    background: url(../images/a2.svg) center right no-repeat;
}

.faqdata .accordian-content {
    color: #838383;
    font-size: 18px;
    line-height: 24px;
}

.faqdata .accordian-content p {
    margin-top: 20px;
}

.gameTop {
    background: #000;
    line-height: 0;
    position: relative;
}

.gameTop.center {
    text-align: center;
}

.gameTop.center .col50 {
    margin: auto;
}

.gameTop img.full {
    width: 100%;
    height: auto;
}

.gameTop .pos {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    line-height: normal;
}

.gameTop .playBtn {
    margin-top: 280px;
}

.gameTop .heading {
    color: #fff;
    font-size: 58px;
    line-height: 69px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 100px;
}

.gameTop .caption {
    color: #fff;
    font-size: 18px;
    line-height: 36px;
}

.landingPage {
    color: #fff;
    text-align: center;
    padding: 90px 0;
    /* background: url(../images/landing_page_background.png) center no-repeat; */
    background-size: cover;
}

.landingPageNew {
    color: #fff;
    text-align: center;
    padding: 100px 0;
    background-size: auto 120%;
}

.landingPage .heading {
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
}

.landingPage .subheading {
    line-height: 32px;
}

.landingPage .subheading span {
    display: block;
    font-size: 16px;
}

.landingPage .link {
    padding-top: 0px;
    /* margin-bottom: 70px; */
}

.landingPage .link a {
    display: inline-block;
    background: #FFD089;
    line-height: 48px;
    text-decoration: none;
    padding: 0 30px;
    font-weight: bold;
    font-size: 16px;
    color: #000;
    border-radius: 10px;
    margin-left: 30px;
    position: relative;
}

.landingPage .termsHeading {
    font-size: 20px;
    text-transform: uppercase;
    line-height: 20px;
    margin-bottom: 4px;
}

.landingPage .termsData {
    font-size: 14px;
    line-height: 18px;
}

.landingPage .termsData a {
    color: #FFD089;
    text-decoration: none;
}

.profilebase {
    padding: 120px 0 60px;
    background: #fff;
    font-size: 18px;
    position: relative;
}

.profilebase:before {
    width: 100%;
    height: 60%;
    background: #1e1e1e;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
}

.profilebase .outSkirt {
    width: 600px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.08);
    padding: 20px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.profilebase .links li {
    list-style: none;
}

.profilebase .links li a {
    display: inline-block;
    line-height: 60px;
    text-decoration: none;
    color: #000;

    padding: 0 20px;
    width: 100%;
    background: url(../images/Vector.svg) center right 15px no-repeat;
    border-radius: 8px;

}

.profilebase .links li a.noArrow {
    background: none;
}

.profilebase .links li a.upgrade {
    background-color: #FFD089;
}

.profilebase .valid {
    padding: 20px;
}

.profilebase .pass {
    padding: 0 20px;
}

.profilebase .pass span {
    font-weight: 700;
}

.profilebase .top {
    position: relative;
    z-index: 1;
    text-align: center;
}

.profilebase .name {
    color: #fff;
    font-weight: 700;
    line-height: 40px;
}

.profilebase .mob {
    color: #fff;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 50px;
}

.profilebase .image {
    width: 100px;
    height: 100px;
    margin: 0 auto 20px;
    position: relative;
}

.profilebase .image img {
    width: 100px;
    height: 100px;
}

.profilebase .image a {
    font-size: 12px;
    color: #000;
    background: #FFD089;
    line-height: 20px;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    padding: 0 20px;
    border-radius: 10px;
    position: absolute;
    top: 0;
    right: -30px;
}

.profilebase .label {
    color: #999;
    font-size: 14px;
    margin-bottom: 10px;
}

.profilebase input {
    margin-bottom: 20px;
    width: 100%;
    height: 50px;
    border-radius: 5px;
    border: 0;
    border: 1px solid #ccc;
    padding: 0 20px;
}

.profilebase button {
    width: 48%;
    height: 50px;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    color: #fff;
    border: 0;
    background: #1e1e1e
}

.profilebase button.save {
    background-color: #FFD089;
    color: #000;
}

.landingPageNew .subheading span {
    display: block;
    font-size: 15px;
}

.landingPageNew .subheading {
    line-height: 32px;
}

.landingPageNew .termsHeading {
    text-transform: uppercase;

    font-size: 20px;
    line-height: 29px;
    margin-bottom: 10px;
}

.landingPageNew .termsData {
    font-size: 15px;
    line-height: 29px;
}

.btnSection {
    padding-left: 0px
}

.landingPageNew .link a {
    display: inline-block;
    background: #FFD089;
    line-height: 56px;
    text-decoration: none;
    padding: 0 30px;
    font-weight: bold;
    font-size: 16px;
    color: #000;
    border-radius: 10px;
    margin-left: 30px;
    position: relative;
}

.link img {
    width: 10%;
}

@media only screen and (min-width: 300px) and (max-width: 600px) {
    .landingPage .link a {
        font-size: 14px;
        line-height: 34px;
        padding: 0 20px;
        margin-left: 15px;
    }

    .landingPage {
        font-size: 12px;
    }

    .btnSection {
        padding-left: 23%;
    }

    .link img {
        width: 23%;
    }

    .landingPage .subheading span {
        font-size: 13px;
    }

    .landingPage .termsHeading {
        font-size: 14px;
        text-transform: uppercase;
    }

    .landingPageNew {
        font-size: 12px;
        padding: 25px 0px 18px 0px;
        background-size: auto 10%;
    }

    p {
        font-size: 12px;
        line-height: 1.5;
    }

    span {
        font-size: 12px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .container {
        width: 100%;
        padding: 0 20px;
    }

    .topSlider .content .head1 {
        font-size: 38px;
        margin-top: 100px;
    }

    .topSlider .content img {
        margin-top: 180px;
    }

    .highlights .title {
        padding-top: 0;
    }

    .highlights .categories {
        margin-bottom: 20px;
    }

    .tic {
        padding: 40px 0 40px;
    }

    .tic .heading {
        font-size: 40px;
        line-height: 47px;
    }

    .tic .content br {
        display: none;
    }

    .featuredChannel a {
        padding: 0 1%;
    }

    .herHim .blocksAr .image {
        width: 40%;
    }

    .herHim .blocksAr .imageContent {
        width: 60%;
    }

    .testimonial {
        padding: 0 0 40px;
    }

    .testimonial .title {
        margin-bottom: 40px;
    }

    footer .left {
        padding: 50px;
    }

    footer .right {
        padding: 50px;
    }

    footer .lines {
        padding-top: 25px;
    }

    footer .lines span {
        padding-right: 20px;
        margin-right: 0;
        width: 33.3%;
        float: left;
        padding-left: 30px;
        position: relative;
    }

    footer .lines span img {
        position: absolute;
        top: 0;
        left: 0;
    }
}

@media only screen and (min-width: 1080px) and (max-width: 1199px) {
    .h6 {
        height: 170px;
    }

    .h5 {
        height: 130px;
    }

    .h2 {
        height: 300px;
    }

    .profilebase {
        padding: 50px 0;
    }

    .gameTop .playBtn {
        margin-top: 180px;
    }

    .container {
        width: 100%;
        padding: 0 20px;
    }

    .tables {
        text-align: "center";
        width: 40%;
        margin-top: 50vh;
        background-color: #FFFFFF;
        border-radius: 24px;
        margin: 100px auto 0;
        overflow: hidden;
        border: 1px solid #FFFFFF;
        padding: 20px;
    }

    .beforelogin li a {
        font-size: 14px;
        font-weight: 400;
    }

    .navigation li {
        margin-left: 30px;
    }

    .topSlider .content .head1 {
        font-size: 38px;
        margin-top: 100px;
    }

    .topSlider .content .head1 br {
        display: none;
    }

    .topSlider .content .con2 {
        margin-top: 10px;
    }

    .topSlider .content img {
        margin-top: 180px;
        width: 80px !important;
    }

    .highlights .title {
        padding-top: 0;
    }

    .highlights .categories {
        margin-bottom: 20px;
    }

    .highlights .categories li a {
        font-size: 16px;
    }

    .tic {
        padding: 40px 0 40px;
    }

    .tic .heading {
        font-size: 40px;
        line-height: 47px;
    }

    .tic .ticContent {
        padding-top: 0;
    }

    .tic .content br {
        display: none;
    }

    .featuredChannel {
        padding: 50px 0
    }

    .featuredChannel a {
        padding: 0 1%;
    }

    .herHim .blocksAr .image {
        width: 100%;
    }

    .herHim .blocksAr .imageContent {
        width: 100%;
    }

    .herHim .blocksAr .image a {
        width: 100%;
    }

    .testimonial {
        padding: 0 0 40px;
    }

    .testimonial .title {
        margin-bottom: 40px;
    }

    footer .left {
        padding: 50px;
    }

    footer .right {
        padding: 50px;
    }

    footer .lines {
        padding-top: 40px;
    }

    footer .lines span {
        padding-right: 20px;
        margin-right: 0;
        width: 33.3%;
        float: left;
        padding-left: 30px;
        position: relative;
    }

    footer .lines span img {
        position: absolute;
        top: 0;
        left: 0;
    }

}

@media only screen and (min-width: 768px) and (max-width: 1079px) {
    .container {
        width: 100%;
        padding: 0 20px;
    }

    .beforelogin li a {
        font-size: 14px;
        font-weight: 400;
    }

    .navigation li {
        margin-left: 30px;
    }

    .topSlider .content .head1 {
        font-size: 38px;
        margin-top: 100px;
    }

    .topSlider .content .head1 br {
        display: none;
    }

    .topSlider .content .con2 {
        margin-top: 10px;
    }

    .topSlider .content img {
        margin-top: 180px;
        width: 80px !important;
    }

    .tables {
        text-align: "center";
        width: 40%;
        margin-top: 50vh;
        background-color: #FFFFFF;
        border-radius: 24px;
        margin: 100px auto 0;
        overflow: hidden;
        border: 1px solid #FFFFFF;
        padding: 20px;
    }

    .highlights .title {
        padding-top: 0;
    }

    .highlights .categories {
        margin-bottom: 20px;
    }

    .highlights .categories li a {
        font-size: 16px;
    }

    .tic {
        padding: 40px 0 40px;
    }

    .tic .heading {
        font-size: 40px;
        line-height: 47px;
    }

    .tic .ticContent {
        padding-top: 0;
    }

    .tic .content br {
        display: none;
    }

    .featuredChannel {
        padding: 50px 0
    }

    .featuredChannel a {
        padding: 0 1%;
    }

    .herHim .blocksAr .image {
        width: 100%;
    }

    .herHim .blocksAr .imageContent {
        width: 100%;
    }

    .herHim .blocksAr .image a {
        width: 100%;
    }

    .testimonial {
        padding: 0 0 40px;
    }

    .testimonial .title {
        margin-bottom: 40px;
    }

    footer .left {
        padding: 50px;
    }

    footer .right {
        padding: 0;
    }

    footer .lines {
        padding-top: 40px;
    }

    footer .lines span {
        padding-bottom: 26px;
        padding-right: 20px;
        margin-right: 0;
        width: 33.3%;
        float: left;
        padding-left: 30px;
        position: relative;
    }

    footer .lines span img {
        position: absolute;
        top: 0;
        left: 0;
    }

}

@media only screen and (max-width: 767px) {
    .menuIcon button {
        display: block;
    }

    .logo img {
        height: 30px;
    }

    .forDesktop {
        display: none !important;
    }

    .forMobile {
        display: inline-block !important;
    }

    .container {
        width: 90%;
    }

    .tables {
        text-align: "center";
        width: 70%;
        margin-top: 50vh;
        background-color: #FFFFFF;
        border-radius: 24px;
        margin: 100px auto 0;
        overflow: hidden;
        border: 1px solid #FFFFFF;
        padding: 20px;
    }

    .navigation {
        position: fixed;
        top: 0;
        left: -70%;
        background: #000;
        z-index: 2;
        width: 70%;
        height: 100%;
        padding: 140px 20px 40px;
        /* transition: left 0.5s; */
    }

    .navigation li {
        float: none;
        margin-left: 0;
        padding-left: 20px;
    }

    .navigation li:before {
        height: 100%;
        width: 4px;
    }

    .navigation.active {
        left: 0;
    }

    .beforelogin {
        position: fixed;
        top: 20px;
        left: 20px;
        margin-left: 0;
        display: none;
        z-index: 2;
    }

    .beforelogin li {
        float: none;
        margin-left: 0;
        padding-left: 20px;

    }

    .beforelogin li:before {
        height: 100%;
        width: 4px;
    }

    .beforelogin.active {
        left: 0;
    }

    header {
        padding: 12px 0 12px 0;
    }

    .searchIcon {
        padding-top: 5px;
    }

    .tic {
        padding: 40px 0 40px;
    }

    .tic .ticContent {
        padding: 0;
        width: 100%;
        text-align: center;
        padding: 0 10%;
    }

    .tic .heading {
        font-size: 30px;
        line-height: 40px;
    }

    .tic .imageFols img {
        margin-left: 10px;
        margin-right: 10px;
    }

    .tic .content {
        font-size: 18px;
        line-height: 27px;
    }

    .tic .content br {
        display: none;
    }

    .tic .image {
        width: 100%;
        padding: 40px 10% 0;
    }

    footer .left {
        width: 100%;
        padding: 30px 10%;
    }

    footer .right {
        width: 100%;
        padding: 5px 10%;
    }

    footer .menucol {
        width: 100%;
        margin-bottom: 30px;
    }

    footer li a {
        line-height: 30px;
    }

    footer .head {
        margin-bottom: 0;
    }

    footer .lines span {
        margin-right: 0;
        display: block;
    }

    .testimonial {
        padding: 40px 0;
    }

    .testimonial .title {
        text-align: center;
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 20px;
    }

    .testimonial .title a {
        width: 100%;
        text-align: center;
        font-size: 20px;
        padding-top: 20px;
    }

    .col33 {
        width: 100%;
    }

    .herHim:before {
        display: none;
    }

    .herHim .blocksAr {
        margin-bottom: 20px;
    }

    .herHim .blocksAr .image {
        width: 100%;
    }

    .herHim .blocksAr .image a {
        width: 100%;
    }

    .herHim .blocksAr .imageContent {
        width: 100%;
    }

    .herHim .blocksAr .image:before {
        border-radius: 20px;
    }

    .herHim .blocksAr .imageContent .cont {
        font-size: 16px;
        line-height: 26px;
    }

    .herHim .content {
        position: static;
    }

    .herHim .locImage:before {
        display: none;
    }

    .herHim .circle {
        margin-left: -20px;
        margin-top: -110px;
    }

    .herHim .circle img {
        width: 50px;
        height: 50px;
    }

    .herHim .content .heading {
        padding-top: 20px;
    }

    .herHim .blocks {
        margin-top: 20px;
    }

    .herHim .content .heading {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .highlights .mocImage {
        margin-bottom: 20px;
    }

    .mocImage .content .heading {
        font-size: 30px;
    }

    .highlights .title {
        padding-bottom: 40px;
    }

    .highlights .title a {
        font-size: 20px;
        position: relative;
        top: -20px;
    }

    .col65 {
        width: 100%;
    }

    .col35 {
        width: 100%;
    }

    footer .lines {
        padding-top: 0;
    }

    footer .lines span {
        line-height: 25px;
    }

    footer .lines span img {
        display: none;
    }

    .featuredChannel img {
        width: 20%;
    }

    .featuredChannel {
        padding: 40px 0;
    }

    .highlights .categories {
        padding: 40px 0 0;
    }

    .highlights .categories ul {
        display: none;
    }

    .highlights .categories li {
        float: none;
    }

    .highlights .categories li a {
        padding-left: 0;
        line-height: 30px;
        font-size: 14px;
    }

    .mocImage .content .heading {
        font-size: 26px;
    }

    .mocImage .content .timePoint span {
        margin-right: 10px;
    }

    .sliderNav .sliderNavSlider {
        display: none;
    }

    .topSlider .content .col50 {
        display: none;
    }

    .topSlider .content .col30 img {
        margin-top: 10%;
        width: 80px !important;
        position: absolute;
        left: 50%;
        margin-left: -40px;
    }

    .sliderNav .title {
        display: none;
    }

    header {
        position: static;
        background: #000;
    }

    .topSlider .sliderTop li:before {
        display: none;
    }

    .slick-dots {
        text-align: center;
        position: absolute;
        left: 0;
        bottom: 10px;
        width: 100%;
    }

    .slick-dots li {
        display: inline-block;
        padding: 0 5px;
    }

    .slick-dots li button {
        font-size: 0;
        width: 14px;
        height: 14px;
        border-radius: 100%;
        background: #ccc;
        border: 0;
    }

    .slick-dots li.slick-active button {
        background: #000;
    }

    .col70 {
        width: 100%;
    }

    .osDetails .info {
        width: 100%;
        margin-bottom: 30px;
    }

    .osDetails .icons {
        width: 100%;
    }

    .innerS .osDetails a {
        margin-left: 0;
        margin-right: 30px;
    }

    .col30 {
        width: 100%;
    }

    .innerS .right .title {
        margin-top: 30px;
    }

    .col255 {
        width: 100%;
    }

    .relatedVideos .image {
        margin-bottom: 20px;
    }

    .overlay .loginscreen {
        width: 90%;
    }

    .overlay .base {
        padding: 40px 20px;
    }

    .afterLogin {
        position: fixed;
        top: 20px;
        left: 20px;
        margin-left: 0;
        display: none;
        z-index: 2;
    }

    .casticon {
        padding-right: 20px;
        padding-top: 7px;
    }

    .col50 {
        width: 100%;
    }

    .subs .cap {
        padding: 0;
        margin-bottom: 10px;
    }

    .subs .price {
        padding: 0
    }

    .subs .images {
        padding: 20px 0;
    }

    .subs .images img {
        height: 60px;
        margin: 0 5px;
    }

    .subs .link {
        width: 100%;
    }

    .subs .subsIn {
        margin-bottom: 20px;
    }

    .searchVideos .title {
        font-size: 28px;
    }

    .gameTop .heading {
        margin-top: 10px;
        font-size: 28px;
        line-height: 30px;
    }

    .gameTop .caption {
        font-size: 14px;
        line-height: 20px;
    }

    .profilebase .outSkirt {
        width: 100%;
    }

    .profilebase {
        padding: 40px 0;
    }

    .faqHead {
        padding: 40px 0;
    }

    .faqHead .heading {
        font-size: 38px;
        line-height: 49px;
    }

    .faqHead .caption a {
        margin-top: 40px;
    }

    .faqdata .heading {
        font-size: 28px;
    }

    .faqdata .accordian-title {
        line-height: 40px;
        padding-right: 30px;
    }

    .faqdata .needhelp a {
        margin-top: 20px;
        top: 0;
        margin-left: 0;
    }

    .searchVideos.onTop {
        margin-top: 0;
    }

    .gameTop .playBtn {
        margin-top: 20px;
        width: 60px;
    }

    .col40 {
        width: 100%;
    }

    .landingPage {
        padding: 0px 0;
        /* background: url(../images/landing_page_background_vertical.png) center no-repeat; */
    }

    .newFontApply {
        font-family: 'Poppins';
    }

    .landingPage .heading {
        font-size: 15px;
        line-height: 25px;
        font-weight: 500;
    }

    .gameTop .pos {
        position: static;
        padding-bottom: 30px;
    }

    #countryid,
    #phoneNo {
        font-size: 11px;
        float: left;
    }
}

@media only screen and (max-width: 767px) {
    .lanword {
        top: 0 !important;
        font-size: 15px !important;
        text-align: end;
        position: relative;
        right: 60px !important;
    }
}

@media only screen and (max-width: 376px) {
    .lanword {
        top: 0 !important;
        font-size: 15px !important;
        text-align: end;
        position: relative;
        right: 18px !important;
    }
}


@media only screen and (max-width: 1079px) {
    .overlay .table {
        width: 90%;
    }

    .overlay .tableHead {
        display: none;
    }

    .overlay .cola1 {
        width: 100%;
        padding: 8px 0;
        border-bottom: 1px solid #ccc;
        position: relative;
    }

    .overlay .cola1::before {
        content: "OPERATOR";
        display: block;
        color: #999;
    }

    .overlay .cola2 {
        width: 100%;
        padding: 8px 0;
        border-bottom: 1px solid #ccc;
        position: relative;
    }

    .overlay .cola2::before {
        content: "BILL Tnx ID";
        display: block;
        color: #999;
    }

    .overlay .cola3 {
        width: 100%;
        padding: 8px 0;
        border-bottom: 1px solid #ccc;
        position: relative;
    }

    .overlay .cola3::before {
        content: "TNX AMOUNT";
        display: block;
        color: #999;
    }

    .overlay .cola4 {
        width: 100%;
        padding: 8px 0;
        border-bottom: 1px solid #ccc;
        position: relative;
    }

    .overlay .cola4::before {
        content: "BILLING TYPE";
        display: block;
        color: #999;
    }

    .overlay .cola5 {
        width: 100%;
        padding: 8px 0;
        border-bottom: 1px solid #ccc;
        position: relative;
    }

    .overlay .cola5::before {
        content: "STATUS";
        display: block;
        color: #999;
    }

    .overlay .cola6 {
        width: 100%;
        padding: 8px 0;
        border-bottom: 1px solid #ccc;
        position: relative;
    }

    .overlay .cola6::before {
        content: "TNX DATE";
        display: block;
        color: #999;
    }

    .overlay .rowTb {
        padding: 30px 0;
        border: 0;
    }

    .tables {
        text-align: "center";
        width: 70%;
        margin-top: 50vh;
        background-color: #FFFFFF;
        border-radius: 24px;
        margin: 100px auto 0;
        overflow: hidden;
        border: 1px solid #FFFFFF;
        padding: 20px;
    }
}

.language-spacing {
    text-decoration: none;
    left: 25px;
    margin-top: 5px;
    color: white;
}

.beforelogin li.language-spacing:before {
    display: none;
}

.lanword {
    top: -16px;
    /* font-size: 14px !important; */
    text-align: end;
    /* float: right; */
    position: relative;
    right: 70px;
}