@import url('https://fonts.googleapis.com/css?family=Arvo');
@import url('https://fonts.googleapis.com/css?family=Armata');
body {
    margin: 0px;
    padding: 0px;
    background: #099d91;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

a {outline : 0;}
label{outline : 0;}

.lft_pol {
    float:left;
    padding-top:35px;
}

.soc{
    margin-right: 45px;
    margin-top: 20px;
}

.rgt_pol {
    float:right;
     padding-top:35px;
}

.list-inline > li {
    padding-right:15px !important;
    vertical-align:middle;
	font-size: 12px;
}


.logo_sec {
    width:80%;
}
.banner {
    background: #17313c no-repeat top left;
    text-align: center;
}

.banner.footer-banner {
    background: url(../images_new/banner-bg.png) #17313c no-repeat top left;
}

.btn-custom {
    color: black;
    text-decoration: none;
    background-color: white;
    padding: 10px 11px;
    border-radius: 7px;
    text-decoration: none;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    border-bottom: 2px solid #099d91;
    font-weight: 600;
}

.btn-custom:hover {
    color: black;
    text-decoration: none;
}

.banner .b-top {
    width: 100%;
    text-align: center;
    padding: 20px 15px;
}

.banner .b-top-click {
    width: 65px;
    padding: 0 10px;
}

.banner .b-text,
.banner .app-icons,
.banner .btn-custom {
    display: inline-block;
    width: 20%;
    vertical-align: middle;
}

.banner .b-text {
    width: calc(100% - 415px);
    max-width: 290px;
}

.banner .btn-custom {
    width: 145px;
    font-size: 15px;
}

.banner .b-text {
    color: white;
}

.banner .b-text p {
    margin-bottom: 5px;
    font-size: 14px;
}

.banner .app-icons {
    width: 140px;
}

.banner .app-icons .fa {
    padding: 10px;
    background-color: #099d91;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    line-height: 24px;
}

.banner .app-icons .fa + .fa {
    margin-left: 5px;
}

.banner .b-text h3 {
    color: #099d91;
    margin: 0;
    font-weight: 700;
    font-size: 24px;
}

.soc a:hover {
    color: #000;
    text-decoration: none;
}


/*
    .soc a.fa-facebook-square:hover{
        color: #3b5998 !important;
    }
    .soc a.fa-twitter-square:hover{
        color: #00aced !important;
    }
    .soc a.fa-linkedin-square:hover{
        color: #007bb6 !important;
    }
    .soc a.fa-instagram:hover{
        color: #e4405f !important;
    }
    .soc a.fa-pinterest-square:hover{
        color: #cb2027 !important;
    }
*/

.scor_strip{
  
    width: 95%;
   
}

.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
    margin-left: 0;
}

#navbar {
    padding: 0;
    margin:0 auto;

}

.navbar {
    background: #099d91;
    border: 0px none;
}

.navbar-brand:hover {
    color: #FFF !important;
}

.open > .dropdown-menu {
    display: inherit !important;
}

.navbar-brand {
    /*font-size: 80px;*/
    height: auto;
    font-family: 'Love Ya Like A Sister', cursive;
    font-size: 80px;
    line-height: 120%;
    margin: 30px 20px;
    color: #FFF !important;
}

.logo-link {
    margin: 0;
    padding: 5px 0px;
}

.navbar-default {
    margin-bottom: 0;
}

.navbar-default .navbar-nav a {
    color: #18363C !important;
    font-weight: 600;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    color: #FFFFFF !important;
    background: #17313c;
}

.navbar-brand .logotitle {        
    font-size: 9px;
    color: #9ae7e1;
    font-family: 'Montserrat', sans-serif;
    position: relative;
    bottom: 12px;
    left: 0;
    display: block;
    line-height: 100%;
    text-align: right;     
    padding-right: 39px;
    font-style: italic;
}

.navbar-default .navbar-nav > .dropdown > a:hover + .dropdown-menu,
.dropdown-menu:hover {
    display: block;
}

.navbar-nav {
    margin: 0;
	padding-left:15px;
}

.navbar-nav > li > .dropdown-menu {
    padding: 10px 0;
    background-color: transparent;
    -webkit-transition: 0.4s all ease;
    transition: 0.4s all ease;
    -webkit-animation: toup 0.4s ease;
    animation: toup 0.4s ease;
}

@-webkit-keyframes toup {
    0% {
        top: 115%;
        opacity: 0;
    }
    100% {
        top: 100%;
        opacity: 1
    }
}

@keyframes toup {
    0% {
        top: 115%;
        opacity: 0;
    }
    100% {
        top: 100%;
        opacity: 1
    }
}

.navbar-nav > li > .dropdown-menu > li {
    position: relative;
    background-color: white;
}

.dropdown-menu .divider {
    padding: 9px 0;
    margin: 0;
}

.navbar-nav > li > .dropdown-menu > li:first-child:after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 20px;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-bottom-color: white;
}

.galindo {
    font-family: 'Galindo', cursive;
    font-size: 20px;
	font-weight:normal;
}

.navbar-default .navbar-nav > li:first-child > a {
    padding-left: 0;
}

.nav > li > a {
    padding: 10px 20px;
}

.cow {
    display: block;
    color: white !important;
    text-align: center;
}

.cow .per {
    font-size: 24px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.cow > div {
    display: inline-block;
    width: 20%;
    width: calc(50% - 50px);
}

.cow .cow-logo,
.cow .cow-logo img {
    width: 90px;
}


.qns {
    position: relative;
    overflow: hidden;
    background-color: #eee;
    clear: both;
}

.qns:before {
    content: "";
    position: absolute;
    top: 0;
    left: -40px;
    width: 160px;
    height: 100%;
    background-color: #d7d7d7;
    -webkit-transform: skew(-33deg);
    transform: skew(-33deg);
}

.qns .quicks {
    background-color: white;
    padding: 5px;
    padding-left: 15px;
}

.qns .quicks a {

    color: #18363C !important;
    font-weight: 600;
    display:block;
}

.qns .quicks .badge {
    background-color: #0BA200;
    vertical-align: top;
    margin: 2px 1px;
    -webkit-animation: blinkie 0.3s ease infinite;
    animation: blinkie 0.3s ease infinite;
    font-size: 10px;
        margin: 0 auto;
    display: block;
	font-weight:normal !important;
	    width: 35px;
    padding: 2px !important;

}

@-webkit-keyframes blinkie {
    0%,
    100% {
        background-color: #0BA200;
        opacity: 1;
    }
    50% {
        background-color: green;
        opacity: 0.7;
    }
}

@keyframes blinkie {
    0%,
    100% {
        background-color: #0BA200;
        opacity: 1;
    }
    50% {
        background-color: green;
        opacity: 0.7;
    }
}

.qns .quicks ul {
    margin: 0;
    padding: 0px;

}

.qns .qns-title {
    display: inline-block;
    width: 130px;
    float: left;
     
}

.qns .qns-title b {
    position: relative;
    display: inline-block;
    padding: 5px 15px;
    margin-top: 4px;
    background-color: #17313C;
    background: url(../images_new/shape3.png) no-repeat center transparent;
    background-size: 100%;
    color: white;
    border-radius: 2px;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    font-weight: 400;
    font-size: 10px;
    width: 90px;
  
}

.qns .news .qns-title b {
    background: url(../images_new/shape4.png) no-repeat center transparent;
    width: 72px;
        text-align: center;
}

.qns .qns-title b:after {
    position: absolute;
    top: 0;
    left: 99.5%;
    left: calc(100% - 1px);
    width: 0;
    height: 0;
    border: 12px solid transparent;
    border-left-color: #17313C;
}

.qns .news .qns-title b:before {
    content: "";
    position: absolute;
    top: -9px;

    width: 150px;
    height: 0px;
    border-bottom: 0.5px solid #000;
        left: -115px;
       width: 216px;
}

.qns #qnews,
.qns .qls {
    display: inline-block;
    width: 90%;
    width: calc( 100% - 150px);
    float: left;
}

.qns .news {
    background-color: #000;
    padding: 5px 15px;
}

.qns #qnews .item a {
    color: white;
    text-decoration: none;
  
}

.qns #qnews .carousel-control {
    background-image: none !important;
    width: 20px;
    height: 20px;
    top: 5px;
    background-image: url(../images_new/bn-arrows.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 50%;
    background-color: #17313C;
    opacity: 1;
}

.qns #qnews .carousel-control .fa {
    padding: 0;
    font-size: 10px !important;
    position: relative;
    top: -7px;
}

.qns #qnews .item {
    padding: 5px;
    padding-left: 5px;
}

.qns #qnews .carousel-control {
    right: 0px;
}

.qns #qnews .carousel-control.left {
    left: auto;
    right: 25px;
    background-position: 0% 50%;
}

.live-sc {
    background: url(../images_new/scover.png) center center;
    position: relative;
    overflow: hidden;
    text-align: center;
    padding-top: 15px;
	font-family: 'Arvo', serif;
	
}

.team .teamId {
    width: 70px;
    height: 70px;
    display: inline-block;
    border-radius: 50%;
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
}

.team .tm-name {
    color: #fff000;
    font-weight: 400;
    font-size: 20px;
}

.team .tm-score {
    color: #fff000;
    margin: 0 0 10px;
    font-size: 15px;
}

.live-sc .scorea {
    position: relative;
    text-align: center;

}

.live-sc .links {
    position: absolute;
    top: -3px;
    left: 0px;
    right: 0px;
    z-index: 99;
}

.live-sc .links .sabtn {
    text-decoration: none;
    color: #FFD000;
    background: url(../images_new/shape2.png) no-repeat;
    background-size: 100%;
    background-position: 0;
    display: inline-block;
    padding: 5px 35px 10px;
    font-size: 12px;
    margin: 0 4%;
	    padding-top: 8px;
	font-family: 'Armata', sans-serif;
}

.live-sc .scorea .sabtn {
    text-decoration: none;
    color: #fff000;
    position: relative;
    top: 0;
    display: inline-block;
   
    overflow: hidden;
    z-index: 1;
    width: 150px;
    margin: 0 10px;
	font-size:15px;
	font-family: 'Armata', sans-serif;
}

.live-sc .scorea .sabtn.alt:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    border: 15px solid transparent;
    border-top: 37px solid #484848;
    z-index: -1;
}

.live-sc .scorea .vertell {
    color: white;
    font-size: 17px;
    margin: 5px auto 10px;
    position: relative;
    display: inline-block;
    padding-top:20px;
	
}

.live-sc .scorea .vertell:after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    border-bottom: 1px solid white;
}

.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
    z-index: 2;
}


/* Style all font awesome icons */

.fa {
    padding: 20px 2px;
    font-size: 28px !important;
    text-align: center;
    text-decoration: none;
    color: #FFF;
}

.search-label .fa {
    padding: 0;
    color: #16303d;
    font-size: 20px !important;
	padding-top:8px;
}


/* Add a hover effect if you want */

.fa:hover {
    opacity: 0.7;
}


/* Set a specific color for each brand */

/* Facebook */

.fa-facebook {
    background: #3B5998;
    color: white;
}


/* Twitter */

.fa-twitter {
    background: #55ACEE;
    color: white;
}

.slogan {
    padding: 5px 20px;
    background: #17313c;
    background: url(../images_new/shape1.png) no-repeat center center transparent;
    background-size: 100%;
    font-size: 13px;
    color: #fff000;
    position: absolute;
    right: 10px;
    bottom: 0px;
}

.search-form .form-group input.form-control::-webkit-input-placeholder {
    display: none;
}

.search-form .form-group input.form-control::-moz-placeholder {
    display: none;
}

.navbar-right {
    min-width: 280px;
	 margin-right:0;
    /*or I can probably just use columns*/
}

.navbar-right form {
    width: 100%;
}

.form-group {
    position: relative;
    width: 0%;
    min-width: 46px;
    height: 35px;
    overflow: hidden;
    -webkit-transition: width 1s;
    transition: width 1s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    margin-bottom: 0px;
}

.form-group input.form-control {
    position: absolute;
    top: 0;
    right: 0;
    outline: none;
    width: 100%;
    height: 35px;
    margin: 0;
    z-index: 10;
}

input[type="text"].form-control {
    -webkit-appearence: none;
    -webkit-border-radius: 0;
}

.form-control-submit,
.search-label {
    width: 45px;
    height: 35px;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    margin: 0;
    text-align: center;
    cursor: pointer;
    line-height: 40px;
      background: #e2e2e2;
    border: 1px solid #dedede;
}

.navbar-nav > li > a {
    padding-top: 8px;
    padding-bottom: 5px;
}

.form-control-submit {
    background: #fff;
    /*stupid IE*/
    opacity: 0;
    color: transparent;
    border: none;
    outline: none;
    z-index: -1;
}

.search-label {
    z-index: 90;
}

.form-group.sb-search-open,
.no-js .sb-search-open {
    width: 100%;
}

.form-group.sb-search-open .search-label,
.no-js .sb-search .search-label {
    background: #cccccc;
    color: #fff;
    z-index: 11;
}

.form-group.sb-search-open .form-control-submit,
.no-js .form-control .form-control-submit {
    z-index: 90;
}

.main-img-Container {
    background: #099d91;
    color: #000;
    overflow: hidden;
	margin-top:20px;
	padding:0;
}

.customContainer {
    padding: 20px 4%;
}

.main-img-Container img,
.quizCrow img {
    width: 100%;
    height: auto;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
	
}

.main-img-Container .right-img1 {
    margin-bottom: 25px;
    padding: 0;
}

.main-img-Container .right-img2 {
    padding: 0;
}

.col-img {
    margin-top: 25px;
}

.main-img-Container .big-text,
.main-img-Container .small-text {
    padding: 5px 3%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
   background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.85) 33%, rgba(255,255,255,1) 99%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.85) 33%,rgba(255,255,255,1) 99%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.85) 33%,rgba(255,255,255,1) 99%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.main-img-Container .big-text h1,
.main-img-Container .small-text h3 {
    font-weight: 700;
    font-size: 25px;
}

.main-img-Container .small-text h3 {
    font-weight: 700;
    font-size: 16px;
}

.main-img-Container .small-text p,
.main-img-Container .small-text h3 {
    margin: 2px 0px;
}

.main-img-Container .small-text p {
    font-size: 12px;
    font-weight: 600;
}

.main-img-Container .big-text p {
    font-size: 13px;
    font-weight: 600;
}

.main-img-Container a:hover img {
    -webkit-transform: scale(1.051);
    transform: scale(1.051);
}

.search-sm {
    display: none;
}

.main-img-Container .relative a {
    color: #000;
}

.exploreCta {
     padding: 12px 0px;
    background: #67f6ea;
    transform: translateY(-5px);
    border-radius: 7px;
    font-size: 14px;
    color: #016f66;
    clear: both;
    display: block;
    margin: 30px auto 0px auto;
    width: 180px;
    text-align: center;
    -webkit-box-shadow: #00736a 1px 5px 1px;
    box-shadow: #00736a 1px 5px 1px;
    -webkit-transition: 0.2s all ease;
    transition: 0.2s all ease;
}

.exploreCta:hover {
    -webkit-transform: translateY(-8px);
transform: translateY(-8px);
    -webkit-box-shadow: #00736a 1px 5px 2px;
    box-shadow: #00736a 1px 5px 2px;
	text-decoration:none;
}



.quizCrow {
    background: url(../images_new/quizcrow-bg.jpg) no-repeat center center fixed;
    background-size: cover;
margin-top:30px;
}

.quiz {
    margin-right: 7%;
}

.innerPadd {
    padding: 0px 0px 0px 6%;
}

.cricketCombo {
    background: url(../images_new/wave-img.png) repeat-x left bottom;
margin-top:40px;
padding-bottom: 30px;
}

#lives .item {
    min-height: 150px;
}

.homevideo {
    border-radius: 10px;
    background: #17323c;
    color: #FFF;
    margin-bottom: 10px;
    position: relative
	
}

.radius-top {
    border-radius: 10px 10px 0px 0px;
}

iframe {
    font-size: 0;
    border: 0;
}

.homevideo .title {
    padding: 15px 20px;
    font-size: 21px;
    background-color: #17323c;
 
	text-align:center;
}

.twitter-timeline{
background:#fff;
width:99% !important;
}

.crowpoint img:hover {
    -webkit-transform: scale(1.051); 
   transform: scale(1.051);
}

.timeline-Widget {
    max-width: 1200px;
    background-color: #000  !Important;
    border-radius: 4px;
}

.feeds {
    padding-top: 80px;
    padding-bottom: 60px;
}

.shadow {
    margin-bottom: 15px;
    height: 220px;
    overflow: hidden;
    border-radius: 10px;
    background: transparent;
}

.shadow > div {
    -webkit-box-shadow: #454545 5px 5px 5px;
    box-shadow: #454545 5px 5px 5px;
}

.quiz .title {
    font-size: 24px;
    font-weight: 700;
    position: absolute;
    bottom: 0px;
    left: 0px;
        padding: 20px 250px 5px 10px;
    width: 100%;
    color: #000;
   background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.85) 33%, rgba(255,255,255,1) 99%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.85) 33%,rgba(255,255,255,1) 99%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.85) 33%,rgba(255,255,255,1) 99%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	
}

#triangle-black {
    width: 0;
    height: 0;
    position: absolute;
    bottom: 0px;
    right: 0px;
    border-bottom: 127px solid #001720;
    border-left: 300px solid transparent;
    z-index: 1;
}

#triangle-green {
    width: 0;
    height: 0;
    position: absolute;
    bottom: 15px;
    right: 20px;
    border-bottom: 127px solid #099d91;
    border-left: 300px solid transparent;
    -webkit-transition: 0.4s all ease;
    transition: 0.4s all ease;
    z-index: 1;
}

.quiz:hover #triangle-green {
    bottom: 10px;
    right: 10px;
}

.quizBook {
    text-align: right;
    color: #FFF;
    font-size: 26px;
    font-weight: bold;
    position: absolute;
    bottom: 15px;
    right: 30px;
    z-index: 999;
}

.crowpoint,
.quiz {
    position: relative;
    height: 350px;
    margin: 10px auto;
}

.crowimg,
.crowbg,
.quizCrowImg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
}

.crowbg {
    -o-object-fit: fill;
    object-fit: fill;
    -o-object-fit: unset;
    object-fit: unset;
}

.crowBgText {
    /* background: url(../images_new/crowpoint-bg.png) no-repeat bottom right; */
    /* background-size: 75% 100%; */
    /* height: 100%; */
  
    position: absolute;
    bottom: 0px;
     /* padding: 61% 30px 20px 50%; */
    padding: 0 10px;
    vertical-align: bottom;
    color: #000;
	 background: -webkit-gradient(linear, left top, left bottom, from(rgba(201, 234, 231, 0)), color-stop(25%, rgba(201, 234, 231, 0.7)), to(rgba(201, 234, 231, 1)));
    background: linear-gradient(180deg, rgba(201, 234, 231, 0) 0%, rgba(201, 234, 231, 0.7) 25%, rgba(201, 234, 231, 1) 100%);
}

.crowBgText .head {
    font-size: 25px;
    font-weight: 900;
    position: relative;
    padding-right: 18px;
}

.crowBgText .head .crow {
    position: absolute;
    left: 129px;
    top: -52px;
    width: 55px;
    height: 72px;
}

.crowBgText .subhead {
    font-weight: 700;
    font-size: 16px;
}

.anecdotesBg {
    min-height: 230px;
}

.anecdotesBg > img {
    position: absolute;
    top: 0;
}

.anecdotesBg .anecdotesHead {
    display: block;
    position: absolute;
    font-size: 18px;
    color: #17323c;
    font-weight: bold;
    top: 15px;
    left: 80px;
    font-family: 'Galindo', cursive;
}

.anecdotesContent {
    position: relative;
    top: 60px;
    margin-left: 150px;
    color: #FFF;
    font-size: 13px;
    margin-bottom: 15px;
}

.anecdotesContent .head,
.cricketJokes .head {
    font-size: 25px;
    text-decoration: underline;
    margin-bottom: 10px;
    font-family: 'Sue Ellen Francisco', cursive;
}

.head a{
color:#fff;
text-decoration:none;
}

.anecdotesContent .readmore,
.cricketJokes .readmore {
    color: #FFF;
    text-decoration: none;
    font-size: 15px;
    font-weight: 300;
    vertical-align: bottom;
    font-family: 'Galindo', cursive;
}

.cricketJokes {
    color: #FFF;
    padding-right: 200px;
    min-height: 200px;
    font-size: 13px;
}

.cricketJokes .jokesImg img {
    position: absolute;
    bottom: 0;
    right: 0;
}


.joksBg {
    min-height: 230px;
}


.cricketJokeshead {
    color: #001720;
    font-size: 40px;
    font-weight: bold;
    font-family: 'Galindo', cursive;

}

.relative {
    position: relative;
    overflow: hidden;
}

.fontLuckiest {
    font-family: 'Luckiest Guy', cursive;
}

.bannerFooter {
    background: url(../images_new/banner-bg.png) no-repeat left top #17323c;
    text-align: center;
}

.footer {
    padding-top: 50px;
    padding-bottom: 20px;
}

.single .head {
    font-weight: 600;
}

.footer a {
    display: block;
    color: #17323C;
    font-size: 12px;
    line-height: 24px;
    font-weight: 600;
}

.col-foot p {
    color: #17323C;
    font-size: 12px;
    line-height: 24px;
    font-weight: 800;
    margin: 0;
}

.footer .col20per {
    width: 20%;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

.footer .col-md-7 a:nth-child(1) {
    font-weight: bold;
}

.col-xs-5th-1,
.col-xs-5th-2,
.col-xs-5th-3,
.col-xs-5th-4 {
    float: left
}

.col-xs-5th-5 {
    float: left;
    width: 100%
}

.col-xs-5th-4 {
    width: 80%
}

.col-xs-5th-3 {
    width: 60%
}

.col-xs-5th-2 {
    width: 40%
}

.col-xs-5th-1 {
    width: 20%
}

.col-xs-5th-pull-5 {
    right: 100%
}

.col-xs-5th-pull-4 {
    right: 80%
}

.col-xs-5th-pull-3 {
    right: 60%
}

.col-xs-5th-pull-2 {
    right: 40%
}

.col-xs-5th-pull-1 {
    right: 20%
}

.col-xs-5th-pull-0 {
    right: auto
}

.col-xs-5th-push-5 {
    left: 100%
}

.col-xs-5th-push-4 {
    left: 80%
}

.col-xs-5th-push-3 {
    left: 60%
}

.col-xs-5th-push-2 {
    left: 40%
}

.col-xs-5th-push-1 {
    left: 20%
}

.col-xs-5th-push-0 {
    left: auto
}

.col-xs-5th-offset-5 {
    margin-left: 100%
}

.col-xs-5th-offset-4 {
    margin-left: 80%
}

.col-xs-5th-offset-3 {
    margin-left: 60%
}

.col-xs-5th-offset-2 {
    margin-left: 40%
}

.col-xs-5th-offset-1 {
    margin-left: 20%
}

.col-xs-5th-offset-0 {
    margin-left: 0%
}

#lives .carousel-inner {
    overflow: hidden;
}

.copyright {
    border-top: #028e83 0px solid;
    font-size: 12px;
    color: #567f8e;
    text-align: center;
    padding: 15px;
    background: #17323c;
}

.copyright a {
    text-decoration: none;
    color: #567f8e;
}

.footerLogo {
    font-size: 44px;
    color: #17323c;
    font-family: 'Love Ya Like A Sister', cursive;
    margin-top: -13px;
}

.footer .head {
    font-size: 12px;
    color: #17323c;
    margin-bottom: 3px;
}

.footer .input-group .form-control {
    font-size: 11px;
    color: #17323d !important;
    background: #3eded1;
    border-color: #8bf9f0;
    border-right-color: transparent;
    padding: 5px;
    font-weight: bold;
	border-radius: 5px 0 0 5px;
}

right-img1,
right-img2 {
    padding: 0px;
}

.footer .input-group .form-control::-webkit-input-placeholder {
    color: black;
}

.footer .input-group .btn-theme {
    font-size: 12px;
    background: #16313b;
    
    color: #FFF;
    border: none;
    padding: 5px 10px;

    height: 34px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.footer .input-group-btn:after {
    content: "";
    position: absolute;
    top: 0px;
    right: 55px;
    left: 0%;
    border-top: 1px solid #3fb8ae;
}

.crowBgText p {
    font-size: 12px;
    font-weight: 600;
}

.col-footWrap {
    text-align: center;
}

.col-footWrap .col-foot {
    display: inline-block;
    width: 20%;
    float: left;
    text-align: left;
    padding: 5px;
}

.single .input-group {
    max-width: 330px;
}

.footer > div {
    margin: 10px 0;
}


/*home page end*/
.qiz-hed{
 background: #000;
 position:relative;
}


.quiz-start {
	background: #fff;
  
    /* height: auto; */
    overflow: hidden;
    margin-top: 22px;
    margin-bottom: 3%;
}

.quiz-start h3 {
    font-size: 16px;
   	margin-bottom: 0;
    padding: 10px;
    color: #fff;
    font-weight: 700;
    text-align: left;
    border-radius: 6px 6px 0px 0px;
    margin-top: 0px;
}

.time-for {
    font-size: 13px;
    font-weight: 100 !important;
    margin-right:15px;
	color:#fff;
	vertical-align: middle;
	line-height: 38px;
}

.timer-rgt{
text-align:right;
}

.time-mark {
    font-size: 25px;
    font-weight: 100;
	color:#fff;
	    line-height: 35px;
    vertical-align: middle;
}

.inner-quiz-col {
   padding: 30px 0px;
}

.left-quiz-start {


    text-align: center;
}

.right-quiz-start h2 {

    font-size: 18px;
    color: #000;
    font-weight: bold;
    text-align: center;
}

.right-quiz-start p {

    font-size: 12px;
    color: #5a5a5a;
    text-align: center;

}

.quiz-start-input {
    padding: 0px 5px;

}

.quiz-start-input input {
    border: 1px solid #c8c8c8;
    height: 41px;
       color: #000000;
    font-size: 13px;
    font-weight: 600;

}

.second-start-form {

    margin-top: 25px;
}

.quiz-start-input input:focus {
    border-color: #099d91;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075), 0 0 0px rgba(102, 175, 233, .6);
}

.green_btn {
   background: #099d91;
    border: none !IMPORTANT;
    font-size: 15px !important;
    color: #fff !IMPORTANT;
    padding: 9px 20px;
    border-radius: 7px;
   border-bottom: 4px solid #037168 !important;
    outline: none;
	transition:all 0.2s ease;

}

.green_btn:hover {
    background: #13c3b5;
    border: none;
    font-size: 15px;
    color: #fff;
    padding: 9px 20px;
    border-radius: 7px;
    border-bottom: 4px solid #037168;
    outline: none;
	

}

.green_btn:focus {
    background: #099d91;
    border: none;
    font-size: 15px;
    color: #fff;
    padding: 9px 20px;
    border-radius: 7px;
    border-bottom: 2px solid #037168 !important;
    outline: none !important;
	margin-top:2px;

}



.checkbox-info input[type="checkbox"]:checked + label::before {
    background-color: #099d91;
    border-color: #099d91;
}

.checkbox-info input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.checkbox {
    padding-left: 54px;
}

.checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    cursor: default;
    font-size: 13px;
    color: #099d91;
    font-weight: 600;
}

.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background-color: #f2f2f2;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #555555;
}

.checkbox input[type="checkbox"] {
    opacity: 0;

    background: #f2f2f2;

}

.checkbox input[type="checkbox"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.checkbox input[type="checkbox"]:checked + label::after {
    font-family: 'FontAwesome';
    content: "\f00c";
}

.checkbox input[type="checkbox"]:disabled + label {
    opacity: 0.65;
}

.checkbox input[type="checkbox"]:disabled + label::before {
    background-color: #eeeeee;
    cursor: not-allowed;
}

.checkbox.checkbox-circle label::before {
    border-radius: 50%;
}

.checkbox.checkbox-inline {
    margin-top: 0;
}

.checkbox {
    position: relative;
    display: block;
    margin-top: 8px;
    margin-bottom: 8px;
}

.question-tag h4 {
    color: #353535;
    font-size: 13px;
    margin-top: 25px;
    font-weight: 600;
    line-height: 23px;
  

}

.question-tag {
    margin-bottom: 15px;
    margin-right: 30px;
    float: left;
    width: calc(100% - 140px);
}

.num {
    background: #099d91;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 20px;
    display: inline-block;
    float: left;
    vertical-align: middle;
    position: relative;
    margin: 25px 25px 0 20px;
}



.ans-div {

    margin-top: 5px;
}

.inner-check-ans {

    border-top: 1px solid #e8e8e8;
}
.question-col12 {

    padding: 0px 0px 0px 0px;
}

.single-grid-question {
    margin-bottom: 0px;
    border-bottom: 1px solid #099d91;
    position: relative;
    overflow: hidden;
}

.player-img {
    position: absolute;
    height: 268px;
    width: 190px;
    top: -25px;
    right: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.quiz-start-question-ans {

    margin-bottom: 0px;
}

.ques-ans-button {
    background: #17313c;
    border: none;
    color: #fff;
    text-align: center;
    display: block;
    width: 100%;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 40px;
    padding: 10px;
}

.ques-ans-button:focus {
    background: #17313c;
    border: none;
    color: #fff;
    text-align: center;
    display: block;
    width: 100%;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 40px;
    padding: 10px;
    outline: none !important;
}


.result-ans {

    font-size: 13px;
    color: #000;
    font-weight: 600;
    padding-left: 96px;

}

.result-dec {

    color: #989898;
    /* line-height: 19px; */
    padding-left: 96px;
    margin-top: 8px;
    font-weight: 600;
    font-size: 12px;

}

.your-ans {
  color: #ff0000;
    font-size: 13px;
    font-weight: 600;
}

.descrip {

    color: #ff0000;
    font-size: 13px;
    font-weight: 600;
}


.correct-ans {

    color: #039511;
    font-size: 13px;
    font-weight: 600;

}

.result-3rd-player-img {
    position: absolute;
    top: 0;
    right: 0;
    width: 130px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.congration-part {

    height: auto;
    background: #fff;
    margin-top: 22px;
    padding-top: 5px;
    overflow: hidden;
    padding-bottom: 6px;


}

.congration-part h3 {
    font-size: 15px;
    color: #000;
    text-align: center;


}

.add_left
{
   padding: 0;
   text-align: left;
}

.congration-part h4 {

    font-size: 30px;
    color: #099d91;
    text-align: center;
    font-weight: 600;
}

.congration-part p {
    color: #8d8d8d;
    font-size: 10px;
    text-align: center;

}

.result-award-part {

    background: #17313c;
    /* height: 100px; */
    padding: 15px 30px;
}
.quizTitle{
    text-align: center;
    font-weight: bold;
    color: #099d91;
    font-size: 17px;
    padding: 8px 0;
}
.right-side-text h3 {

    color: #fff;
    font-size: 17px;
    text-align: left;
    margin-top: 10px;
    font-weight: 600;
    margin-bottom: 4px;

}

.right-side-text p {

    color: #97a6ac;
    text-align: left;
    font-size: 13px;
}


.right-side-text {
    display: inline-block;
    position: relative;
    margin-left: 10px;
    vertical-align: middle;
}

.name-winner h3 {

    color: #fff;

    font-size: 15px;
}

.name-winner p {

    color: #fff;

    font-size: 10px;
}

.rank-winner h3 {

    font-size: 20px;
    color: #071b24;
    font-weight: 600;
}

.result-board {
    background: #547481;
    overflow: hidden;
    border-top: 1px solid #fff;

}

.result-board1 {
    background: #74919c;
    overflow: hidden;
    border-top: 1px solid #fff;

}

.rank-winner {

    margin-top: 8px;
}

.cow_logo .poll{
font-size: 35px;
color: #fff;
text-align: center;
display: inline-block;
vertical-align: middle;
/*padding: 0 15px;.*/
}

/*.cow_logo div, a{
display:inline-block;
vertical-align:middle;
}*/

/*.cow_logo{
 margin-top:-20px;

}*/

/*.cow_logo div, a{
display:inline-block;
}*/

.scorecard_link{
display: block;
}


/* media queries */

@media only screen and (max-width: 1600px) {}

@media only screen and (max-width: 1440px) {}

@media only screen and (max-width: 1280px) {}

@media only screen and (max-width: 1170px) {
    .cricketJokeshead {
        font-size: 32px;
    }
    .crowpoint,
    .quiz {
        min-height: 250px;
    }
    .quiz .title {
        font-size: 19px;
    }
}

@media only screen and (max-width: 1024px) {}

@media only screen and (max-width: 990px) {
    .crowpoint {
        min-height: 320px;
    }
    .quiz .title,
    .quiz .quizBook {
        z-index: 2;
     
    }
    .quiz:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #09a99c8c;
        z-index: 1;
    }
    .quiz .title {
	    bottom: auto;
    padding: 10px !important;
        bottom: auto;
    }
    .navbar-nav > li > a {
        padding: 8px;
    }
    .navbar-right {
        min-width: 170px;
    }
    .qns .quicks a {
        padding: 0;
        font-size: 11px;
    }
    .qns .quicks .badge {
        font-size: 11px;
        margin: 0 auto;
    }
    .qns .quicks ul {
        padding-left: 18px;
    }
    .qns .quicks ul li {
        margin-bottom: 5px;
    }
    .qns .quicks ul li + li {
        border-left: 1px solid #ccc;
    }
    .qns:after {
        content: none;
    }
    .quiz {
        height: 320px;
    }
    .leftimg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100% !important;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .main-img-Container .relative {
        margin-bottom: 15px;
        margin-top: 15px;
    }
    .main-img-Container .right-img1 {
        margin-bottom: 25px;
        padding: 0 15px;
        padding-left: 0;
        margin-bottom: 0;
    }
    .main-img-Container .right-img2 {
        padding: 0 15px;
        padding-right: 0;
        margin-bottom: 0;
    }
    .col-footWrap .col-foot {
        width: 33%
    }
    .col-footWrap .col-foot:nth-child(4) {
        clear: left;
    }
    .main-img-Container .right-img1 .small-text {
        left: 0px;
        right: auto;
        /*width: calc(100% - 15px);*/
    }
    .main-img-Container .right-img2 .small-text {
        /*left: 15px;*/
        right: auto;
        /* width: calc(100% - 15px);*/
    }
	
	.quiz-start h3{
text-align:center;
}

.timer-rgt{
text-align:center;
}

.time-mark{
display:block;
}

.num{
float:none;
display:block;
margin:0 auto;
text-align:center;
margin-top:10px;
}

.question-tag{
width:100%;
text-align: justify;
padding:20px;
}
.question-tag h4{
margin-top:0px;
}

.result-dec{
padding:20px;
}
.checkbox {
    padding-left: 24px;
}
}

@media only screen and (max-width: 767px) {
    .navbar-default .navbar-nav > li > a,
    .navbar-default .navbar-nav > li:first-child > a {
        padding-left: 15px;
    }
    .navbar-default .navbar-nav > .open > a,
    .navbar-default .navbar-nav > .open > a:focus,
    .navbar-default .navbar-nav > .open > a:hover {
        padding-left: 15px;
    }

    .cow .per {
        font-size: 18px;
    }
    .cow > div {
        width: calc(50% - 35px);
    }
    .cow .cow-logo,
    .cow .cow-logo img {
        width: 60px;
    }

    .navbar-default .navbar-nav > .dropdown > a:hover + .dropdown-menu,
    .dropdown-menu:hover {
        display: none;
    }
    .navbar-nav .open .dropdown-menu li {
        background-color: #f3f3f3;
    }
    .col-footWrap .col-foot {
        width: 20%;
        clear: none;
    }
    .search-sm {
        display: inline-block;
        width: 212px;
        width: calc(100% - 60px);
        position: relative;
        top: 7px;
    }
    .navbar-right form {
        display: none;
        overflow: hidden;
    }
    .col-footWrap .col-foot:nth-child(4) {
        clear: none;
    }
    .feeds {
        padding: 15px 0;
    }
    .feeds > div {
        clear: both;
        margin-bottom: 15px;
    }
    .main-img-Container .big-text h1,
    .main-img-Container .small-text h3 {
        font-weight: 700;
        font-size: 18px;
        margin: 5px auto;
    }
    .main-img-Container .right-img1,
    .main-img-Container .right-img2 {
        padding: 0
    }
    .live-sc .scorea,
    .live-sc .team {
        width: 33%;
    }
    .live-sc .team > div {
        padding: 0 2px;
    }
    .team .teamId {
        width: 50px;
        height: 50px;
    }
    .team .tm-score,
    .team .tm-name {
        font-size: 12px;
    }
    .live-sc .scorea {
        position: static;
        padding:0;
    }
    .live-sc {
        position: relative;
    }
/*    quiz copy*/
    .question-tag h4 {
        width: 100%
    }
    .player-img{
        position: relative;
        display: block;
        margin: 0 auto;
        top: 0;
        left: -55px;
    }
/*    results*/
    .quiz-start{
        margin: 22px 10px;
    }
		.sticky {
    width: 100%;
}



}

@media only screen and (max-width: 640px) {

    .mob_app img{
        width:100%;
    }
    .left_ad {
         display:none !important;
    }

    .lft_pol {
   display:none !important;
}

.rgt_pol {
  display:none !important;
}


    .qns:before,
    .qns .qns-title b:after {
        content: none;
    }
    .qns .qns-title {
        width: 100%;
    }
    .qns .quicks,
    .qns .news {
        padding: 0px;
    }
    .qns .quicks ul li {
        display: block;
        text-align: center;
        border-bottom: 1px solid #ddd;
    }
    .qns .quicks ul li + li {
        border: none;
        border-bottom: 1px solid #ddd;
    }
    .qns .quicks ul li:last-child {
        border: none;
    }
    .qns .quicks ul {
        padding: 5px;
        width: 100%;
        padding-left: 5px !important;
    }
    .qns .qns-title b {
        display: block;
        width: 100%;
        margin: 0;
        padding: 5px;
        text-align: center;
        border-radius: 0;
        background: #17313C;
    }
    .qns .news .qns-title b {
        width: 100%;
        background: #17313C;
    }
    .qns #qnews,
    .qns .qls {
        width: 90%;
    }
    .qns #qnews .item {
        padding-left: 15px;
        padding-right: 25px;
    }
    .qns #qnews .carousel-control.left {
        right: 25px;
    }
    .qns #qnews .carousel-control.left {
        right: 0
    }
    .qns #qnews .carousel-control {
        right: -20px;
    }
    .qns .quicks ul {
        padding-left: 0px;
    }
    .qns #qnews .item a {
        color: white;
        text-decoration: none;
        padding-left: 0;
        font-size: 10px;
    }
    .banner .b-text,
    .banner .app-icons,
    .banner .btn-custom {
        display: block;
        width: 80%;
        max-width: auto;
        margin: 5px auto 0;
    }
    .banner .btn-custom {
        width: 200px !important;
    }
    .soc {
        position: absolute;
        top: 60px;
    }
    .soc a.fa {
        padding: 2px;
    }
    .navbar > .relative {
        padding: 0 8px 65px;
        text-align: center;
    }
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand,
    .soc {
        width: 100%;
    }
    .navbar-brand {
        font-size: 50px;
		display: block;
    float: none !important;
    }
    .navbar-brand .logotitle {
        bottom: 0;
		text-align: center;
		padding:0;
    }
    .slogan {
        right: calc(50% - 129px);
    }
    .banner {
        text-align: center;
    }
    .banner .b-top {
        overflow: hidden;
        clear: both;
        display: inline-block;
        width: auto;
        padding: 0px;
        vertical-align: middle;
    }
    .b-top > img,
    .b-top .b-text {
        display: inline-block;
        float: left;
        width: auto !important;
    }
    .banner .b-top-click {
        width: 40px !important;
        padding: 0 2px;
    }
    .banner .b-text p {
        margin-bottom: 2px;
        font-size: 10px;
    }
    .banner .b-text h3 {
        font-size: 12px;
    }
    .banner .app-icons,
    .banner .btn-custom {
        width: auto !important;
        float: left;
        padding: 5px;
    }
    .banner .btn-custom {
        font-size: 10px;
    }
    .banner .app-icons .fa {
        width: 20px;
        height: 20px;
        font-size: 15px !important;
        line-height: 12px;
        padding: 4px;
    }
    .live-sc .scorea .vertell {
        font-size: 12px;
        margin-bottom: 0;
    }
    .live-sc .scorea .sabtn {
        width: auto;
        font-size: 13px;
    }
    .live-sc .scorea,
    .live-sc .team {
        padding: 2px;
    }
    .live-sc .scorea {
        padding-top: 5px;
    }
    #lives .item {
        min-height: 120px;
    }

    #lives .item_without_cow {
        min-height: 90px;
    }

    #lives .item_with_cow {
        min-height: 120px;
    }

    .customContainer {
        padding: 30px 6%;
    }
    .qns .news .qns-title b:before {
        display: none
    }

    /*    quiz copy*/
    .quiz-h3 {
        width: 100%;
        text-align: center;
        margin-bottom: 5px;
    }
	
	.sticky {
    width: 100%;
}

}

@media only screen and (max-width: 500px) {
    .live-sc {
        padding: 30px 0 20px;
    }
    .shadow {
        width: 100%;
    }
    .cricketJokes {
        padding-right: 120px;
        min-height: 320px;
    }
    .cricketJokes .jokesImg {
        top: 230px;
    }
    .navbar-default .navbar-brand {
    font-size: 42px;
   display: block;
   float: none !important;
    }
    .navbar > .relative {
        padding: 0 8px 65px;
    }
    .navbar-brand .logotitle {
        bottom: 0;
		text-align:center;
		padding-right:0;
    }
    .soc {
        top: 50px;
    }
    .slogan {
        right: 20px;
        left: 20px;
    }
    .col-footWrap .col-foot {
        width: 33%
    }
    .col-footWrap .col-foot:nth-child(4) {
        clear: left;
    }
	
	.sticky {
 width:100%;
}

.main-img{
height:auto !important;
}

.cricketJokes .jokesImg img {
    position: absolute;
    top: 90px;
    right: 0;
}

.green_btn{
margin:0 auto;
display:block;
}
	
}

@media only screen and (max-width: 480px) {
    .anecdotesBg > img {
        width: 100%;
    }
    .anecdotesContent {
        position: relative;
        top: 265px;
        left: 0;
        color: #FFF;
        font-size: 13px;
        margin-bottom: 15px;
    }
    .anecdotesBg {
        min-height: 400px;
    }
    .live-sc .links .sabtn {
        width: 100%;
        background: none;
        background-color: #484848;
        margin: 0;
        margin-bottom: 1px;
    }
    .live-sc {
        padding: 0;
    }
    .live-sc .links {
        position: relative;
    }
    .live-sc > .container {
        padding: 0;
    }
    .live-sc .team > div:not(.tmlogo) {
        width: 100%;
    }
    .live-sc .team > div.tmlogo {
        display: none;
    }
    .team .teamId {
        /*    width: 30px;
    height: 30px;
        position: relative;
        top: 15px;*/
        display: none;
    }
    .team .tm-score,
    .team .tm-name {
        font-size: 12px;
    }
    .live-sc .scorea .vertell {
        font-size: 12px;
        margin-bottom: 0;
    }
    .live-sc .scorea .sabtn {
        width: auto;
        font-size: 12px;
        padding: 5px 0;
    }
    .cow .per {
        font-size: 12px;
    }
    .cow > div {
        width: calc(50% - 25px);
    }
    .cow .cow-logo,
    .cow .cow-logo img {
        width: 40px;
    }

}

@media only screen and (max-width: 400px) {
    .anecdotesContent {
        top: 50px;
		margin-left: 120px;
    }
    .anecdotesBg > img {
        width: 236px;
        display: block;
        margin: 0 auto;
    }
    .anecdotesBg {
        min-height: 300px;
    }
    .banner .btn-custom {
        font-size: 8px;
    }
    .banner .b-top-click {
        width: 32px !important;
        padding: 0 2px;
    }
    .banner .b-text p {
        margin-bottom: 2px;
        font-size: 8px;
    }
    .banner .b-text h3 {
        font-size: 10px;
    }


    /*    quiz start  */
    .quiz-start-input {
        width: 100%;
        display: block;
        margin: 0 auto 10px;
        float: none;
    }
    .quiz-start-input button {
        width: 100%
    }
    /*    results*/
    
.inner-check-ans  .result-ans{
    padding-left: 25px;
}
}

.mob_app a{
width:100%;
}

.mob_app {
   background-color: #17323d;
   text-align: center;
   display: block;

    margin-top: 10px;
}

.left_ad{
float:left;
}

.mob_app .add_img img{
    display: block;
    margin: 0 auto;
}
@media only screen and (max-width: 640px){
.add_left{
display:none;
}
.mob_app .add_img img{
width:100%;
}
}

.sticky {
  position: fixed;
  top: 0;

  z-index:999;
}

.sticky + .content {
  padding-top: 102px;
}