﻿@media (min-width: 576px) {
    .w-sm-100 {
        width: 100% !important;
    }

    .w-sm-75 {
        width: 75% !important;
    }

    .w-sm-50 {
        width: 50% !important;
    }

    .w-sm-25 {
        width: 25% !important;
    }
	
	
}

@media (min-width: 768px) {
    .w-md-100 {
        width: 100% !important;
    }

    .w-md-75 {
        width: 75% !important;
    }

    .w-md-50 {
        width: 50% !important;
    }

    .w-md-25 {
        width: 25% !important;
    }
	
	
}

@media (min-width: 992px) {

    .w-lg-100 {
        width: 100% !important;
    }

    .w-lg-75 {
        width: 75% !important;
    }

    .w-lg-50 {
        width: 50% !important;
    }

    .w-lg-25 {
        width: 25% !important;
    }
	
	
}
h1, h2, h3, h4, h5, h6 {
    padding: 0px;
    margin: 0px;
    font-weight: normal;
    font-family: "Roboto Condensed", sans-serif;
	line-height: 130%;
}
.h5, .h6 {    
	line-height: 140% !important;
}

h6 {    
    font-weight: 600;    
}

a, label {
    cursor: pointer;
    text-decoration: none;
}

a {
    text-decoration: none;
    color: #3d3f41;
    border: 0px;
}

.heading-1 h2 {
    font-size: 18pt;
    color: #1d2124;
    text-transform: uppercase;
    padding-left: 10px;
}

    .heading-1 h2 a {
        color: #3d3f41;
    }

.navbar .megamenu {
    padding: 1rem;
}

.sb-text-primary {
    color: #1c61c7 !important;
}

.sb-text-grey {
    color: #5b5b5b !important;
}

.text-secondary{
	color:#141414 !important;
}


.menu-nav {
    min-height: 25px;
    background-color: #df4662fc;
    display: block !important;
    overflow: hidden;
    margin-top: 10px
}
    .menu-nav .nav-link:hover {
        color: #4BE1ED;
    }
        
    .menu-nav .nav-link:last-child {
        float: right;        
    }

        .menu-nav .nav-link:last-child .nav-arrow-right-1 {
            display: inline-block;
            line-height: 25px;
            float: left;
        }
        .menu-nav .nav-link:last-child .nav-arrow-right {
            display: inline-block;
            width: 25px;
            height: 25px;
            background-image: url(https://santabanta.com/content/images/2015/sprite_2015c.png);
            background-repeat: no-repeat;
            background-position: right -457px;
            padding-right: 25px !important;
            margin-right: 20px;
            float: left;
        }

    .menu-nav .nav-link {
        display: inline-block;
        padding: 5px 18px !important;
        color: #fff !important;
        padding-bottom: 6px !important;
    }


@media(max-width: 991px) {

    .menu-nav-empty
    {
        display:none;
    }
    .menu-nav {
        padding-top: 5px;
        margin-top: 0px
    }
    .menu-nav .nav-link {
        width: 45%;
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }        

        .menu-nav .nav-link:last-child {
            width: 100%;
            padding-top: 10px !important;
            padding-bottom: 10px !important;
            border-top: solid 1px #ffffff40;
            margin-top: 10px;
        }
}
    /* ============ desktop view ============ */
    @media all and (min-width: 992px) {
        .navbar .has-megamenu {
        position: static !important;
    }

    .navbar .megamenu {
        left: 0;
        right: 0;
        width: 100%;
        margin-top: 0;
    }

    /***********************/
        .menu-nav .nav-link {            
            position: relative;
        }

            .menu-nav .nav-link:after {
                content: '|';
                display: inline-block;
                position: absolute;
                right: -2px;
                top: 4px;
                opacity: 0.4;
            }
            .menu-nav .nav-link:nth-last-child(2):after,
            .menu-nav .nav-link:last-child:after {
                content: '';
            } 
}
/* ============ desktop view .end// ============ */


/* ============ mobile view ============ */
@media(max-width: 991px) {
    .navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse {
        overflow-y: auto;
        max-height: 90vh;
        margin-top: 10px;
    }
}
/* ============ mobile view .end// ============ */

nav.navbar-top {
    height: 56px;
    /*background-color: #1a1f23 !important;*/
    -webkit-box-shadow: 0px 5px 8px 0px rgba(50, 50, 50, 0.33) !important;
    -moz-box-shadow: 0px 5px 8px 0px rgba(50, 50, 50, 0.33) !important;
    box-shadow: 0px 5px 8px 0px rgba(50, 50, 50, 0.33) !important;
    z-index: 9999 !important;
}

.nav_bar {
    /*background-color: #1a1f23 !important;*/
    -webkit-box-shadow: 0px 5px 8px 0px rgba(50, 50, 50, 0.33) !important;
    -moz-box-shadow: 0px 5px 8px 0px rgba(50, 50, 50, 0.33) !important;
    box-shadow: 0px 5px 8px 0px rgba(50, 50, 50, 0.33) !important;
}

.navbar {
    padding-top: 0.0rem;
    padding-bottom: 0.0rem;
}

    .navbar .navbar-brand.home {
        width: 45px;
        height: 56px;
        padding: 0px;
        background-image: url(https://santabanta.com/content/images/2015/sprite_2015c.png);
        background-repeat: no-repeat;
        background-position: 12px -378px;
    }

.nav_bar > ul > li > a {
    display: block;
    text-decoration: none;
    padding: 0px 26px 0px 26px;
    color: #ffffff;
    margin-right: 0px;
    white-space: nowrap;
    height: 56px;
    text-align: center;
    line-height: 56px;
    text-transform: uppercase;
    font-size: 16px;
    font-family: "Roboto Condensed", sans-serif;
}

/************/
.top_bar_left {
    padding-top:5px
}

    .top_bar_left a {
        display: inline-block;
        width: 30px;
        height: 30px;
        /*background-image: url(https://santabanta.com/content/images/2015/sprite_2015c.png);*/
        background-repeat: no-repeat;
        margin-right: 20px;
        -moz-transition: all .4s ease;
        -ms-transition: all .4s ease;
        -o-transition: all .4s ease;
        transition: all .4s ease;
    }
        .top_bar_left a:last-child {
            margin-right: 0px;
        }

    .top_bar_left svg.bi:hover {
        fill: #f14766;
    }

        .top_bar_left a.fb {
            background-position: 14px -44px;
        }

            .top_bar_left a.fb:hover {
                background-position: -187px -44px;
            }

        .top_bar_left a.gp {
            background-position: 10px -5339px;
        }

            .top_bar_left a.gp:hover {
                background-position: -199px -5339px;
            }

        .top_bar_left a.tw {
            /*background-position: 9px -186px;*/
            border: 2px solid #33333373;
            border-radius: .3rem;
        }

            .top_bar_left a.tw:hover {
                /*background-position: -192px -186px;*/
                border-color: #f14766;
            }
                .top_bar_left a.tw:hover svg.bi {
                    fill: #f14766;
                }

        .top_bar_left a.yt {
            background-position: 9px -254px;
        }

            .top_bar_left a.yt:hover {
                background-position: -192px -254px;
            }

        .top_bar_left a.rs {
            background-position: 10px -321px;
        }

            .top_bar_left a.rs:hover {
                background-position: -191px -321px;
            }


.top_bar_right {
    width: 465px;
    float: right;
    margin-right: 5px;
}

nav.navbar ul.navbar-nav li.nav-item a.hindi_english_1 {
    width: 45px;
    padding: 0px;
    background-image: url(https://santabanta.com/content/images/2015/sprite_2015c.png);
    background-repeat: no-repeat;
    background-position: 0px -4827px;
    margin: auto;
}

nav.navbar ul.navbar-nav li.nav-item.hindi-1 {
    background-color: #f14766;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255,255,255,.85);
}

ul.navbar-main li.nav-item {
    padding-left: 20px;
    padding-right: 20px;
}

.logo_left {
    width: 188px;
    height: 120px;    
}

    .logo_left a {
        display: block;
        width: 188px;
        height: 120px;
        background-image: url(https://santabanta.com/content/images/2015/sprite_2015c.png);
        background-repeat: no-repeat;
        background-position: 21px -2154px;
    }

ul, li {
    padding: 0;
    list-style: none;
    margin: 0px;
}

/**************************************/

/*.owl-theme .owl-nav {
    height: 56px;
}*/

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-next:hover {
    right: 0px;
	top: calc(50% - 46px);
    position: absolute;
    background: url(https://santabanta.com/content/images/2015/sprite_2015c.png) 1px -671px no-repeat;
    width: 46px;
    height: 46px;
	background-color: #fff;
    border-radius: 23px;
}
.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover
{
	background-color: #ebebeb;	
}


.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-prev:hover {
    left: 0px;
	top: calc(50% - 46px);
    position: absolute;
    background: url(https://santabanta.com/content/images/2015/sprite_2015c.png) 0 -771px no-repeat;
    width: 45.5px;
    height: 45px;
	background-color: #fff;
    border-radius: 23px;
}

/**************/
.owl-carousel-master .owl-next,
.owl-carousel-master .owl-next:hover {
    right: 0px;
	top: calc(50% - 46px);
    position: absolute;
    background: url(https://santabanta.com/content/images/2015/sprite_2015c.png) 1px -671px no-repeat;
    width: 46px;
    height: 46px;
	background-color: #fff;
    border-radius: 23px;
}
.owl-carousel-master .owl-next:hover,
.owl-carousel-master .owl-prev:hover
{
	background-color: #ebebeb;	
}


.owl-carousel-master .owl-prev,
.owl-carousel-master .owl-prev:hover {
    left: 0px;
	top: calc(50% - 46px);
    position: absolute;
    background: url(https://santabanta.com/content/images/2015/sprite_2015c.png) 0 -771px no-repeat;
    width: 45.5px;
    height: 45px;
	background-color: #fff;
    border-radius: 23px;
}



.sb-sms-color-bar-1 {
    border-bottom-color: #77c5d2 !important;
    border-bottom-width: 10px !important;
}

div.sb-sms-color-bar-1:first-of-type + div {
    background-color: #77c5d217
    !important
}

.sb-sms-color-bar-2 {
    border-bottom-color: #7cc576 !important;
    border-bottom-width: 10px !important;
}

div.sb-sms-color-bar-2:first-of-type + div {
    background-color: #7cc57629 !important
}

.sb-sms-color-bar-3 {
    border-bottom-color: #f87a52 !important;
    border-bottom-width: 10px !important;
}

div.sb-sms-color-bar-3:first-of-type + div {
    background-color: #f87a5214 !important
}


.sb-sms-color-bar-4 {
    border-bottom-color: #f26d7e !important;
    border-bottom-width: 10px !important;
}

.sb-sms-color-bar-5 {
    border-bottom-color: #bd8dbf !important;
    border-bottom-width: 10px !important;
}

.sb-header-color-1 {
    background-color: #77C5D2;
}
.sb-header-color-2 {
    background-color: #7CC576;
}
.sb-header-color-3 {
    background-color: #F87A52;
}

.fb-like {
    width: 46px;
    height: 25px;
    background-image: url(https://santabanta.com/content/images/2015/sprite_2015c.png);
    background-repeat: no-repeat;
    background-position: 0px -1040px;
}

    .fb-like a {
        width: 46px;
        height: 25px;
        display: block;
    }

.owl-carousel li .fb-like {
    position: absolute;
    top: 0px;
    right: 0px;
    display: none;
}

.owl-carousel .item {
    position: relative;
}

    .owl-carousel .item:hover .fb-like {
        color: #ff0000;
        display: inline;
    }

.video-icon {
    position: absolute;
    width: 50px;
    height: 50px;
    left: calc(50% - 25px);
    top: calc(50% - 25px);
    background-image: url(https://santabanta.com/content/images/2015/sprite_2015c.png);
    background-repeat: no-repeat;
    background-position: 0px -903px;
}

.owl-carousel li em {
    position: absolute;
    /*top: 165px;
    right: 0px;*/
    bottom: 10px;
    left: 0px;
    font-style: normal;
    display: inline-block;
    background-color: #1A1F23;
    color: #FFF;
    font-size: 10px;
    padding: 2px 5px 2px 2px;
}

    .owl-carousel li em.lb {
        position: absolute;
        top: 75% !important;
        right: unset !important;        
        left: 0px !important;
        font-style: normal;
        display: inline-block;
        background-color: #1A1F23;
        color: #FFF;
        font-size: 10px;
        padding: 2px 5px 2px 2px;
    }

.image-title {
    display: block;
    color: #616161;
    text-align: center;
    padding-top: 10px;
    font-size: 11pt;
}


    .image-title a {
        color: #616161;
    }


.cinema_a1 {
    max-width: 615px;
    max-height: 280px;
    position: relative;
    float: left;
}

.home-cinema-feature .cinema_a1 {
    max-width: 770px;
    max-height: 430px;
    position: relative;
    float: left;
}

.home-cinema-feature .cinema_a1 img {
    width: 770px;    
}

    .cinema_a1 .fb-like {
        position: absolute;
        top: 0px;
        right: 0px;
        display: none;
    }

    .cinema_a1:hover .fb-like {
        color: #ff0000;
        display: inline;
    }

    .cinema_a1 .a1-title {
        position: absolute;
		
        left: 0px;
        bottom: 0px;
        background-color: #ccc;
        width: 100%;
        text-align: left;
        background: rgb(0, 0, 0);
        background: rgba(0, 0, 0, .7);
		background: linear-gradient(#00000003, #0000009c, #000000c4, #000000e0);		
		
    }

        .cinema_a1 .a1-title a {
			
			bottom: 0px;
            padding: 5px 10px 5px 10px;
            display: block;
            color: #fff;
            font-size: 1.4rem;
			    line-height: 1.4;
				
			-webkit-line-clamp: 2;
			  overflow : hidden;
			  text-overflow: ellipsis;
			  display: -webkit-box;
			  -webkit-box-orient: vertical;
            
        }
		
		.cinema_a1:hover .a1-title a{
			-webkit-line-clamp: none;            
        }
		
		.cinema_a1:hover .a1-title{			
			background: rgba(0, 0, 0, .6);
        }

@media screen and (max-width:480px) {
	.cinema_a1 .a1-title {
    
		background: linear-gradient(#00000003, #0000009c, #000000c4, #000000e0)
	}
    .cinema_a1 .a1-title a {			
            font-size: 1rem;
            
        }
}

.sb-sms-home .card-body {
    min-height:220px;
}

.sb-sms-home .fb-like {
    position: absolute;
    bottom: 0px;
    right: 0px;
    display: none;
}

.sb-misc-home .fb-like {
    position: absolute;
    bottom: 0px;
    right: 0px;
    display: none;
}

.sb-fb-tr .fb-like {
    position: absolute;
    top: 0px;
    right: 0px;
    display: none;
}

.sb-fb-tr:hover .fb-like {
    display: inline;
}


.sb-sms-home .card-body:hover .fb-like {
    color: #ff0000;
    display: inline;
}


.sb-slideshow-home .fb-like {
    position: absolute;
    top: 0px;
    right: 0px;
    display: none;
}

.sb-slideshow-home .item:hover .fb-like {
    display: inline;
}

.sb-h2-right-links a {
    text-transform: uppercase;
    color: #8f8f8f;
    font-size: 14px;
    /*margin-left: 30px;*/
    padding: 0 10px;
    font-family: "Roboto Condensed", sens-serif;
}

.sb-h2-main-div {
    width: 100%;
    overflow: hidden;
    border-bottom: solid 1px #b9b9b9;
    
    margin-bottom: 20px;
    margin-left: 0px;
    padding-top: 0.18rem !important;
    padding-bottom: 0.17rem;
}

    .sb-h2-main-div h2 {
        font-size: 18pt;
        color: #1d2124;
        text-transform: uppercase;
        padding-left: 10px;
    }

        .sb-h2-main-div h2 a {
            color: #1d2124;
        }

.sb-h2-main-div-no-case h2 {
    font-size: 18pt;
    color: #1d2124;
    text-transform:unset !important;
    padding-left: 10px;
}

        .sb-h2-main-div-no-case h2 a {
            color: #1d2124;
        }

.sb-jokes-home .read-more{
    position:absolute;
    bottom:10px;
    font-weight:600;
}



.sb-sms-content-3 {
    height: 135px;
    display: block;
    /*padding: 20px 20px 0px 20px;
    margin-bottom: 35px;*/
    color: #3f3f3f;
    line-height: 150%;
    overflow: hidden;
}

.sb-sms-content-3 h6 {
    padding-bottom:10px;

}

.poll_options_4 li {
    padding: 15px 0px 15px 0px !important;
}

.poll_options li {
    border-bottom: solid 1px #d5d5d5;
    padding: 20px 0px 20px 0px;
}

.poll_options label {
    padding-left:10px;
}
/*.radio-style input[type="radio"] {
    position: absolute;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    -o-opacity: 0;
}*/
.sb-bg-dark {
    background-color: #3e4850;
}
.sb-footer-2 {
    background-color: #df4662;
    
}

.sb-footer-links ul li a {
    display: block;
    color: #dfdfdf;
    font-size: 12pt;
    font-weight: normal;
    padding: 6px 0px 6px 0px;
    text-align: left;
}

    .sb-footer-links ul li a:hover {
        color: #fff;
    }

.sb-footer-links h2 {
    font-size: 18pt;
    color: #fff;
    text-transform: uppercase;    
    text-align:left;
}

.col-megamenu ul li a{
   display: block;
    padding: 8px 0px;
    color: #dfdfdf;
    font-size: 15px;
    border-bottom: solid 1px #ffffff0d;
	text-wrap: auto;
}
.col-megamenu ul li a:hover {
    color: #4BE1ED;
}

    .col-megamenu ul li a sup {
        background-color: #06A3B0;
        border-radius: 3px;
        vertical-align: middle;
        font-size: 7pt;
        color: #FFF;
        padding: 1px 4px 1px 4px;
        text-shadow: none;
        text-transform: uppercase;
        white-space: nowrap;
        margin: 0 0 0 8px;
    }

.col-megamenu li:hover div ul li a:hover {
    color: #4BE1ED;
}

.col-megamenu .title {
    padding-bottom: 5px;
    color: #F57D8A;
    text-transform:uppercase;
    font-weight:500 !important;
}

.dropdown-menu {
    background-color: #2B2D3F;
    border-radius:0px;
}

.google-search-box {
    display: none;
}

.search-fields {
    background-image: url(https://santabanta.com/content/images/2015/sprite_2015c.png);
    background-repeat: no-repeat;
    background-position: -35% -511px;
}

.searchBox {
    left: auto;
    width: 329px;
    top: 33px;
}

.searchBox {
    position: absolute;
    left: 122px;
    top:35px;
    margin: 0px 0px 0px 0px;
    width: calc(100% - 196px);
    background-color: #fff;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: 0px solid #efefef;
    border-bottom: none;
    color: #fff;
    margin-left: 0;
    padding-left: 0em;
    list-style-image: none;
    z-index: 999999;
    margin-top: 3px;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(50, 50, 50, 0.65);
    -moz-box-shadow: 0px 2px 4px 0px rgba(50, 50, 50, 0.65);
    box-shadow: 0px 2px 4px 0px rgba(50, 50, 50, 0.65);
}

.searchLabel {
    font-size: 14px;
    color: #474747;
    margin: 0px 0px 0px 0px;
    padding: 8px 5px 8px 10px;
    cursor: pointer;
    list-style-image: none;
    border-bottom: solid 1px #f5f5f5;
    position: relative;
}

.sb-pt-section {
    padding-top: 3rem !important;
}

.sb-box-pt-1 {
    padding-bottom: 0;
}

.sb-box-pt-2 {
    padding-bottom: 0;
}

.sb-pl-nav {
    padding-left: initial;
    padding-right: initial;
}

.sb-nav-link-mr {    
    margin-right: initial;
}

.sb-nav-link-ml {
    margin-left: initial;
}



@media (max-width: 992px)
{
    .logo_left {
        margin:auto;
    }
    .sb-pt-section {
        padding-top: 1.5rem !important;
    }

    .sb-sms-home .card-body {
        min-height: auto;
    }

    .sb-box-pt-1 {
        padding-bottom: 1.5rem !important;
    }

    .sb-box-pt-2 {
        padding-bottom: 1.0rem !important;
    }

    .sb-pl-nav {
        padding-left: 0px;
        padding-right: 0px;
    }

    .sb-nav-link-mr {
        margin-right: 15px;
    }

    .sb-nav-link-ml {
        margin-left: 15px;
    }
}

#poll_options {
    padding-top: 20px;
    overflow: hidden;
}

    #poll_options .poll {
        overflow: hidden;
        border-bottom: solid 1px #d5d5d5;
        padding: 10px 0px 10px 10px;
    }

        #poll_options .poll .poll_result_text {
            width: 290px;
            float: left;
        }

        #poll_options .poll .poll_result_strip {
            width: 100px;
            float: left;
            height: 20px;
            background-color: #ff0000;
        }

        #poll_options .poll .poll_result_percentage {
            width: 30px;
            float: left;
            margin-left: 10px;
        }

    #poll_options .poll2 {
        padding-top: 40px;
        text-align: center;
    }

        #poll_options .poll2 a {
            font-weight: bold;
        }

.imgdiv1 {
    padding: 20px;
    background-color: #f9f9f9 !important;
}



.imgdiv1-color {    
    background-color: #f9f9f9d1 !important;
}

.imgdiv1 em {
    font-size: 7.5pt;
    font-style: normal;
    color: #ffffff;
    background-color: #333;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#555555));
    background-image: -webkit-linear-gradient(top, #333333, #555555);
    background-image: -moz-linear-gradient(top, #333333, #555555);
    background-image: -ms-linear-gradient(top, #333333, #555555);
    background-image: -o-linear-gradient(top, #333333, #555555);
    position: absolute;
    padding: 2px 3px 2px 3px;
    /*left: 20px;
    top: 75%;*/
    left: 0px;
    bottom: 10px;
}

.imgdiv1 span {
    
    display: block;
    text-align: center;
}

a.wall-prev {
    width: 46px;
    height: 69px;
    background: rgba(181, 181, 181, 0.3);
    display: none;
    position: absolute;
    top: 43%;
    left: 0px;
    font-size: 32px;
    text-align: center;
    background-image: url(https://santabanta.com/content/images/2015/wallpapers_2015.png);
    background-repeat: no-repeat;
    background-position: left -541px;
}

a.wall-next {
    width: 46px;
    height: 69px;
    background: rgba(181, 181, 181, 0.3);
    display: none;
    position: absolute;
    top: 43%;
    right: 0px;
    font-size: 32px;
    text-align: center;
    background-image: url(https://santabanta.com/content/images/2015/wallpapers_2015.png);
    background-repeat: no-repeat;
    background-position: -46px -541px;
}

.wallpaper-landing .sb-btn-res {
    margin-top: 1rem !important;
    margin-left: 4px;
    margin-right: 4px;
}

.wallpaper-landing em.em-title {
    position: absolute;
   
    bottom: 10px;
    left: 0px;
    display: inline-block;
    background-color: #333;
    color: #fff;
    font-size: 11px;
    padding: 2px 5px 2px 5px;
	
}

.wallpaper-landing span.em-title {
    position: absolute;
   
    bottom: 10px;
    left: 0px;
    display: inline-block;
    background-color: #333;
    color: #fff;
    font-size: 14px;
    padding: 2px 10px 2px 10px;
	
}

.wallpaper-landing span.em-title a{
	color:#fff;
}
.wallpaper-landing em.em-views {
    position: absolute;    
    bottom: 10px;
    right: 0px;
    display: inline-block;
    background-color: #333;
    color: #fff;
    font-size: 11px;
    padding: 2px 15px 2px 15px;
}

.sb-ms-auto {
    margin-left: auto !important;
}
.sb-cinema-author
{
    text-align:end;
    padding-right:50px;
}

.sb-cinema-social-links {
    float:right;
}

.sb-mobile-div-center {
    text-align:unset;
}

.sb-mobile-div-hide {
    display: block;
}

@media (max-width: 992px) {
	.breadcrumb .breadcrumb-item
	{
		font-size: 0.80rem;
	}
    /*.breadcrumb .sb-mobile-breadcrumb-hide{
        display:none;
    }

    .breadcrumb .sb-mobile-breadcrumb-no-slash {
        padding-left: 0.2rem;
    }
    
    .breadcrumb-item + .breadcrumb-item.sb-mobile-breadcrumb-no-slash::before {
        display: none;
    }*/

    .sb-ms-auto {
        margin-bottom: 10px;
        margin-top: 10px;
        margin-left: initial !important;
    }

    .sb-mobile-div-hide {
        display: none;
    }    
    
}

.mobile-next-show{
    display:none;
}
.mobile-next-hide {
    display: block;
}

@media (max-width: 768px) {
    .sb-cinema-author {
        text-align: start;
        padding-right:initial;
    }
    .sb-cinema-social-links {
        float:none;
    }


    .sb-mobile-div-center {
        text-align: center !important;
    }

    .mobile-next-show {
        display: block;
    }

    .mobile-next-hide {
        display: none;
    }
}
/**Cinema Bollywood**/
.breadcrumb_right a.selected {
    border-bottom-color: #1a1f23;
    color: #333;
}

.breadcrumb_right a {
    color: #8e8e8e;
    display: inline-block;
    border-bottom: solid 3px #fff;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 15px;
    margin-right: 15px;
    padding-bottom: 16px;
}

    .breadcrumb_right a:hover {
        border-bottom-color: #000;
        color: #333;
    }

    .breadcrumb_right a.hindi {
        padding-bottom: 14px;
    }

@media(max-width: 991px) {
    .breadcrumb_right a {        
        padding-left: 0px;        
        margin-left: 10px;        
        padding-bottom: 0px;
    }

    
}

.right_popular_list_2 a {
    color: #fff !important;
    display: block;
    padding-left: 60px;
}

.right_popular_list_2 a span {
    color: #eb2d46;
}

.icon_moview_review a {
    background-position: 10px -142px;
}

.icon_release_dates a {
    background-position: 10px -560px;
}

.birthday_1 ul li a span, .birthday_1 .right_popular_list_2 a span {
    color: #05BBBB;
}

.icon_birthdays a {
    background-position: 10px -841px;
}

.icon_cinema a {
    background-image: url(https://santabanta.com/content/images/2015/sprite_bollywood.png);
    background-repeat: no-repeat;
}

.icon_popular_stories a {
    background-position: 10px -342px;
}



.right_popular_list_2 a {
    color: #fff;
    display: block;
    padding-left: 60px;
}

.right_popular_list_2 {
    line-height: 48px;
    background-color: #1a1f23;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 17pt;
}

.popular_1 ul li a {
    font-size: 12pt;
    color: #1a1f22;
}

.right_popular_list_1 ul li a {
    display: block;
    border-bottom: dashed 1px #999;
    padding: 15px 0px 15px 0px;
    overflow: hidden;
    line-height: 150%;
    color: #5b5b5b;
    font-size: 14pt;
    font-family: "Roboto Condensed", sans-serif;
}

    .right_popular_list_1 ul li a .img_1 {
        width: 115px;
        height: 65px;
    }

    .right_popular_list_1 ul li a img {
        float: left;
        margin-right: 10px;
    }

.right_popular_list_2 {
    line-height: 48px;
    background-color: #464e55;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 17pt;
}

.right_popular_list_1_r ul li a {
    display: block;
    border-bottom: solid 1px #e0e0e0;
    padding: 15px 50px 15px 0px;
    overflow: hidden;
    color: #000000;
    font-size: 13pt;
    font-family: "Roboto Condensed", sans-serif;
    position: relative;
}

    .right_popular_list_1_r ul li a span {
        display: inline-block;
        position: absolute;
        right: 0px;
        color: #DD1F3A;
        text-transform: uppercase;
        font-size: 12pt;
    }

.birthday_1 ul li a span, .birthday_1 .right_popular_list_2 a span {
    color: #05BBBB;
}

.social-links a.scl-fb-like {
    background-position: 2px -2371px;
}

.social-links a.scl-google-plus {
    background-position: 2px -2506px;
}
.social-links a.scl-tweet {
    background-position: 2px -2652px;
}

.social-links a:first-child {
    margin-left: 0px;
}

.social-links a {
    display: inline-block;
    width: 45px;
    height: 45px;
    background-image: url(https://santabanta.com/content/images/2015/sprite_2015c.png);
    background-repeat: no-repeat;
    margin-left: 10px;
    margin-right: 0px;
}

.paging_new_1 {
    border-top: solid 1px #e3e3e3;
    border-bottom: solid 1px #e3e3e3;
    overflow: hidden;
    font-family: "Roboto Condensed", sans-serif;
}

    .paging_new_1 a:first-child {
        border-right: solid 1px #e3e3e3;
    }

    .paging_new_1 a {
        display: inline-block;
        width: 50%;
        padding-top: 10px;
        padding-bottom: 35px;
        vertical-align: top;
        position: relative;
        font-size: 13pt;
    }

        .paging_new_1 a:first-child .paging_new_2 {
            text-align: left;
            padding-left: 5px;
        }

        .paging_new_1 a:first-child .paging_new_3 img {
            float: left;
            margin-left: 0px;
            margin-right: 10px;
        }


.paging_new_3 img {
    float: right;
    margin-left: 10px;
}

.paging_new_2 {
    display: block;
    text-align: right;
    margin-bottom: 10px;
    text-transform: uppercase;
    padding-right: 5px;
}

.paging_new_1 a:first-child .paging_new_3 {
    margin-left: 0px;
    margin-right: 10px;
    text-align: end;
}

.paging_new_3 {
    display: block;
    margin-left: 10px;
    height: 90px;
    overflow: hidden;
    color: #6d6d6d;
    text-align: start;
}

.paging_new_1 a:first-child .paging_new_arrow {
    right: auto;
    left: 10px;
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    transform: rotateY(180deg);
}

.paging_new_arrow {
    background-image: url(https://santabanta.com/content/images/2015/sprite_2015c.png);
    display: block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: left -4146px;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

/*Paging*/

.pagination {
    width: auto;
    display: inline-block;
}

    .pagination a {
        display: inline-block;
        margin-left: 20px;
        line-height: 40px;
        color: #000;
        text-decoration: none;
        padding: 0px 20px 0px 20px;
        font-size: 24px;
        line-height: 60px;
        height: 60px;
        position: relative;
    }

        .pagination a:hover {
            color: #ccc;
            border-bottom: solid 4px #999;
        }

        .pagination a:first-child {
            margin-left: 0px;
        }

        .pagination a:after {
            content: '/';
            font: 25px "Consolas", monospace;
            color: #dadada;
            right: -17px;
            top: 15px;
            padding: 0 0 2px;
            position: absolute;
            pointer-events: none;
        }

        .pagination a:first-child, .pagination a:last-child {
            width: 60px;
            height: 60px;
            position: relative
        }

            .pagination a:first-child:hover, .pagination a:last-child:hover {
                border-bottom: solid 0px #999;
            }

        .pagination a:nth-last-child(2):after {
            content: '';
        }

        .pagination a:first-child:after, .pagination a:last-child:after {
            content: '';
        }

        .pagination a:first-child span, .pagination a:last-child span {
            width: 46px;
            height: 46px;
            -moz-border-radius: 23px;
            -webkit-border-radius: 23px;
            border-radius: 23px;
            display: block;
            position: absolute;
            top: 25px;
            left: 0px;
            border: solid 1px #b4b4b4;
            background-image: url(https://santabanta.com/content/images/2015/sprite_2015c.png);
            background-repeat: no-repeat;
        }

        .pagination a:first-child span {
            left: 10px;
            background-position: 14px -3807px;
        }

        .pagination a:last-child span {
            right: 0px;
            background-position: 16px -3977px;
        }


.paging-dot {
    margin-left: 10px;
}

a.current {
    margin-left: 10px;
    display: inline-block;
    border-bottom: solid 4px #333;
    color: #757575;
}

    a.current:hover {
    }

a.disabled {
    margin-left: 10px;
    display: inline-block;
    color: #757575;
}

    a.disabled:hover {
    }

    a.disabled:first-child {
        margin-left: 0px;
        margin-right: 15px;
    }
/*Paging*/



.sms_list_box_1 span.sms_img img {
    display: block;
    max-width: 80% !important;
    width: 100% !important;
    height: auto !important;
    margin: auto;
    margin-bottom: 34px;
}

.sms_list_box_1 span.sms_img a.set_fb_cover_1 {
    position: absolute;
    bottom: -34px !important;
    min-width: 160px;
    right: calc(20% - 85px) !important;
    background-color: #43609c;
    background: rgba(67, 96, 156, .9) !important;
    color: #e3ecff;
    font-size: 10pt;
    text-transform: uppercase;
    line-height: 25px;
    display: block;
    padding: 4px 10px;
}

@media (max-width: 992px) 
{
    .sms_list_box_1 span.sms_img img {
        display: block;
        max-width: initial !important;
        width: 100% !important;
        height: auto !important;
    }

    .sms_list_box_1 span.sms_img a.set_fb_cover_1 {
        right: calc(20% - 75px) !important;
    }
    
}

/**Cinema List*****************************************/
.margin_b_30 {
    margin-bottom: 30px;
}

.margin_b_40 {
    margin-bottom: 40px;
}

.margin_b_50 {
    margin-bottom: 50px;
}

.margin_t_30 {
    margin-top: 30px;
}

.margin_t_40 {
    margin-top: 40px;
}

.margin_t_50 {
    margin-top: 50px;
}


.cinema_list_new_1 {
}

/*.cinema_list_new_2 li {
    overflow: hidden;
    border-bottom: solid 1px #dedede;
    padding-bottom: 15px;
    margin-bottom: 30px;
    font-family: "Roboto Condensed", sans-serif;
}*/

.cinema_list_new_2 li {
    overflow: hidden;
    border: solid 1px #dedede54;
    padding-bottom: 15px;
    margin-bottom: 30px;
    padding: 10px;
    border-radius: 4px;
    background-color: #f9f9f9 !important;    
}

    .cinema_list_new_2 li:last-child {
        border-bottom: 0px;
    }

.cinema_list_new_img {
    display: block;
    width: 230px;
    height: 165px;
    float: left;
    margin-right: 25px;
}

    .cinema_list_new_img img {
        width: 230px;
        height: 130px;
    }

.cinema_list_new_img_300 {
    display: block;
    width: 230px;
    height: 180px;
    float: left;
    margin-right: 25px;
}

    .cinema_list_new_img_300 img {
        width: 230px;
        height: 144px;
    }

.cinema_list_new_text {
    display: block;
    width: 345px;
    float: left;
}

    .cinema_list_new_text em {
        display: block;
        width: 70px;
        height: 20px;
        background-image: url(https://santabanta.com/content/images/2015/sprite_2015c.png);
        background-repeat: no-repeat;
    }

        .cinema_list_new_text em.rating5 {
            background-position: 0px -4325px;
        }

        .cinema_list_new_text em.rating4_5 {
            background-position: 0px -4356px;
        }

        .cinema_list_new_text em.rating4 {
            background-position: 0px -4385px;
        }

        .cinema_list_new_text em.rating3_5 {
            background-position: 0px -4417px;
        }

        .cinema_list_new_text em.rating3 {
            background-position: 0px -4447px;
        }

        .cinema_list_new_text em.rating2_5 {
            background-position: 0px -4478px;
        }

        .cinema_list_new_text em.rating2 {
            background-position: 0px -4509px;
        }

        .cinema_list_new_text em.rating1_5 {
            background-position: 0px -4549px;
        }

        .cinema_list_new_text em.rating1 {
            background-position: 0px -4582px;
        }

.cinema_list_new_text_1 {
    display: block;
}

    .cinema_list_new_text_1 a {
        display: block;
        font-size: 16pt;        
        color: #1c61c7 !important;
    }

.cinema_list_new_text_1 a {
    display: block;
    font-size: 16pt;
}

.cinema_list_new_desc {
    margin-top: 10px;
    display: block;
    color: #4c4c4c;
    line-height: 150%;
    max-height: 125px;
    overflow: hidden;
}

.cinema_list_new_date {
    margin-top: 5px;
    display: block;
    text-align: left;
    color: #8f8f8f;
    font-size: 10pt;
}

/**Cinema List*****************************************/

.sb-jokes-landing .sb-title-empty {
    display:none;
}

.thumbnail {
    position: relative;
}

    .thumbnail a > img, .thumbnail > img {
        display: block;
        width: 100%;
        height: auto;
        cursor: pointer;
    }

    .thumbnail .play-icon {
        cursor: pointer;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

svg:hover #play-svg {
    fill: #CC181E;
}

.section-p-1 {
    padding-left: 1.3rem !important;
    padding-right: 1.3rem !important;
}

/*
    Jokes Category Page
*/

.box {
    background-color: #fff;
    border-radius: 4px;
    padding-bottom: 100%;
    display: contents;
}

.jokes-box-1 {
    padding-top: 30px;
}

.jokes-1 a {
    height: 55px;
    font-size: 16px;
    font-weight: 600;
}

    .jokes-1 a:hover {
        background-color: #f8f8f8;
    }

    .jokes-1 a .badge-1 {
        height: 53px;
        width: 50px;
        display: block;
        right: 0;
        top: 0px;
        font-weight: 600;
        text-align: right;
        line-height: 53px;
        padding-right: 10px;
        border-left: solid 1px #eee;
    }

.list-group.jokes-1 .jokes-1-u:nth-child(even) {
    background-color: rgb(102, 153, 102, 0.1)
}

    .list-group.jokes-1 .jokes-1-u:nth-child(even) .badge-1 {
        border-left: solid 1px rgb(102, 153, 102, 0.1);
    }


.list-group.jokes-1 .jokes-1-r:nth-child(even) {
    background-color: rgb(210, 51, 51, 0.1)
}

    .list-group.jokes-1 .jokes-1-r:nth-child(even) .badge-1 {
        border-left: solid 1px rgb(210, 51, 51, 0.1);
    }

.col-lg-2, .col-md-3, .col-xs-6 {
    /*margin-top: 30px !important;*/
}

.sms-1-heading {
    border-bottom: solid 2px #669966;
}

    .sms-1-heading .sms-heading {
        background-color: #669966;
        color: #fff;
        padding: 6px 30px;
    }

.sms-2-heading {
    border-bottom: solid 2px #d23333;
}

    .sms-2-heading .sms-heading {
        background-color: #d23333;
        color: #fff;
        padding: 6px 30px;
    }

.sms-box-1 .smsTag {
    /*text-transform: uppercase;*/
    text-shadow: 0 5px 5px rgba(0,0,0,.5);
    border-radius: 7px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 28px;
    color: #fff;
    display: flex;
    text-align: center;
    font-weight: 600;
    height: 160px;    
    line-height: normal;
    justify-content: center;
    align-items: center;
}

.sms-box-1 .sms-boxTag-1 .smsTag {
    background-image: url(https://santabanta.com/content/images/2015/ecailles.png);
    background-color: #1bbaef
}

.sms-box-1 .sms-boxTag-2 .smsTag {
    background-image: url(https://santabanta.com/content/images/2015/escheresque.png);
    background-color: #e48b2c
}

.sms-box-1 .sms-boxTag-3 .smsTag {
    background-image: url(https://santabanta.com/content/images/2015/green-gobbler.png);
    background-color: #43a292
}

.sms-box-1 .sms-boxTag-4 .smsTag {
    background-image: url(https://santabanta.com/content/images/2015/black-lozenge.png);
    background-color: #b5bf6c
}

.sms-box-1 .sms-boxTag-5 .smsTag {
    background-image: url(https://santabanta.com/content/images/2015/connected.png);
    background-color: #5986ca
}

.smsTag-Cat-1 {
    background-image: url(https://santabanta.com/content/images/2015/ecailles.png);
    background-color: rgb(27, 186, 239, 0.5);
}

.smsTag-Cat-2 {
    background-image: url(https://santabanta.com/content/images/2015/escheresque.png);
    background-color: rgb(228, 139, 44, 0.5)
}

.smsTag-Cat-3 {
    background-image: url(https://santabanta.com/content/images/2015/green-gobbler.png);
    background-color: rgb(67, 162, 146, 0.5)
}

.smsTag-Cat-4 {
    background-image: url(https://santabanta.com/content/images/2015/black-lozenge.png);
    background-color: rgb(181, 191, 108, 0.5)
}

.smsTag-Cat-5 {
    background-image: url(https://santabanta.com/content/images/2015/connected.png);
    background-color: rgb(89, 134, 202, 0.5)
}

.universal.smsTag-Cat a {
    border-left: solid 2px #1d8a2f;
}

.restricted.smsTag-Cat a {
    border-left: solid 2px #c00;
}

.smsTag-Cat a {
    font-weight: 500;
    text-shadow: 0 5px 5px rgba(0,0,0,.1);
    color: #111;
}
    .smsTag-Cat a:hover {
        color: #111 !important;
        background-color: rgb(89, 134, 202, 0.7)
    }


.sms-box-u .smsTag:hover {
    background-color: rgba(50, 50, 50, 0.65) !important;
}

.sms-box-r .smsTag:hover {
    background-color: rgba(50, 50, 50, 0.65) !important;    
}

.sms-box-r .smsTag {
    position: relative;    
}

    .sms-box-r .smsTag span {
        position: absolute;
        display: block;
        font-size: 11px;
        background-color: rgb(210, 51, 51);
        /*transform: rotate(-50deg);*/
        bottom: 0px;
        padding: 2px 10px;
        text-shadow: none;
        right: 0;
    }

    


@media (min-width: 576px) {
    .sms-box-1 .smsTag {
        height: 160px;
    }
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .sms-box-1 .smsTag {
        height: 160px;
    }
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .sms-box-1 .smsTag {
        height: 150px;
    }
}

/* X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .sms-box-1 .smsTag {
        height: 160px;
    }
}

/* XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {
    .sms-box-1 .smsTag {
        height: 190px;
    }
}


/*
Jokes SMS Page
*/
.sms_title a {
color:#bb8c58 !important;

}

.sms_title_mature a {
color:#950000 !important

}

.sms_title_clean a {
color:#085514 !important

}

.sms_title_clean {
color:#085514 !important
}

.sms_list_box_2 {
  border-top: solid 1px #d7d7d7;
  background-color: #8cdcf71a !important ;
  overflow: hidden;
  height: 50px;
}

.btn-primary {
    color: #fff;
    background-color: #df4662;
    border-color: #dd425e;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #bd2c46;
        border-color: #b72740;
    }
	
.jokes-bg-1
{
	background-image: url('/content/images/2015/jokes-bg-1.jpg');
	background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.jokes-bg-2
{
	background-image: url('/content/images/2015/jokes-bg-2.jpg');
	background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.jokes-bg-3
{
	background-image: url('/content/images/2015/jokes-bg-3.jpg');
	background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.jokes-bg-4 {
   background-image: url('/content/images/2015/jokes-bg-4.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 400px;
}

.jokes-bg-a
{
	background-image: var(--img-src);
	background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
      
}

.jokes-bg-blue
{
	background-color: #e8f0fe87;
	min-height: 240px;
    
}

.jokes-bg-orange
{
	background-color: #fff3d7;
	min-height: 240px;
}

.joke-small-text {
   overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2; 
   -webkit-box-orient: vertical;
}

.bg-opacity {
  position: relative;
}

.bg-opacity::after {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  
}

.bg-opacity>div{
	position: relative;
    z-index: 2;
	}
	
	/*
.owl-carousel .owl-item .item a {
    display: block;
    overflow: hidden;
}

    .owl-carousel .owl-item img:hover {
        transform: scale(1.2);
        transition: .5s;
    }
	*/
.imgdiv1 a {
    display: block;
    overflow: hidden;
}

.imgdiv1 a img:hover {
    /*transform: scale(1.2);
    transition: .5s;*/
}

.sms_img {
    display: block;
    overflow: hidden;
}

.sms_img img:hover {
    transform: scale(1.1);
    transition: .5s;
}

.wallpaper-landing .w-100.d-block.position-relative a{
	display: block;
    overflow: hidden;
}

.wallpaper-landing .w-100.d-block.position-relative a img:hover {
    transform: scale(1.1);
    transition: .5s;
}

.cinema_a1 a{
	display: block;
    overflow: hidden;
}

.cinema_a1 a img:hover {
    transform: scale(1.1);
    transition: .5s;
}

.zoom-img{
	display: block;
    overflow: hidden;
}

.zoom-img img:hover {
    transform: scale(1.1);
    transition: .5s;
}

.social-share a {
	display:inline-block;
	width:30px;
    height:30px;
	margin-right: 10px;	
}

.social-share svg {
    border:solid 1px #ccc;
    border-radius:50%;
    padding:3px;
    width:30px;
    height:30px;
}

.social-share svg g {
    fill: rgb(108 117 125);
}

.social-share a:hover svg g {
    fill: rgb(228 49 78);
}

.social-share a:hover svg {
    border:solid 1px rgb(228 49 78);  
}

/**********************/
.ad-size-970-90{
	height:90px !important;
	width:970px !important;
}
.ad-size-728-90{
	height:90px !important;
	width:728px !important;
}
.ad-size-300-250{
	height:250px !important;
	width:300px !important;
}
.ad-size-336-280{
	height:280px !important;
	width:336px !important;
}
.ad-size-300-600{
	height:600px !important;
	width:300px !important;
}

.ad-bg {
	background-color: #ccc;
}
ins.adsbygoogle a {
    display: none !important;
}
ins.adsbygoogle[data-ad-status="unfilled"] a {
    display: block !important;
}

.form-control {
	background: rgb(232, 240, 254);
}

.bg-mature{
	background-color:rgb(204 0 0 / 10%);
}
.data-ad.text-center .adsbygoogle {
	
	margin: auto;
}
.data-ad.text-right .adsbygoogle {
	
	margin-left: auto;
}

.ad-pdc .ad-bg{
	background-color:#ededed;
	color:#ededed;
}

.ad-pdc.data-ad.text-center .ad-bg {
	
	margin: auto;
}

.ad-pdc.data-ad.text-right .ad-bg {
	
	margin-left: auto;
}

.sb-icon{
position:relative;
}

.sb-icon>span{
    display:inline-block;
    width:25px;
    height:25px;
    
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top:1px;
}

.sb-icon-message{
	background-image: url('/content/images/2015/icon-message-8.png') !important;	
}	

.sb-icon-video{
	background-image: url('/content/images/2015/icon-video-1.png') !important;	
}	

.sb-icon-gallery{
	background-image: url('/content/images/2015/icon-gallery-1.png') !important;	
}

.sb-icon-shayri{
	background-image: url('/content/images/2015/icon-shayri-5.png') !important;	
}

.sb-icon-cinema{
	background-image: url('/content/images/2015/icon-cinema-2.png') !important;	
}

.sb-icon-wallpaper{
	background-image: url('/content/images/2015/icon-wallpaper-1.png') !important;	
}

 a.hiffen {        
     position: relative;       
 }
     a.hiffen:after {
         content: "";            
         position: absolute;
         right: -1px;            
         height: 100%;
         width: 1px;
         border-top: 15px solid #8f8f8f;
         width: 1px;
         top: 2px;
     }
	 
header.section-header .google-auto-placed
{
	display:none !important;

}

@media only screen and (min-width: 600px) {
    body {
        background-color: #E9EAED;
    }
	.section-header {
        background-color: #fff;
    }	
}

.bg-gradient-1{
	background: #F9F9F9;
    box-shadow: inset 0 0 20px #e6e6e6;
}

/**July 24, 2025***************/
.owl-carousel-slider .owl-item.active .item {
    /*border: solid 5px #ff0000;*/
}

.owl-carousel-slider .owl-stage-outer {
    position: relative;
    /*overflow: visible;*/
    -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel-slider:before {
    content: "Loading";
    position: absolute;
    opacity: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .7);
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    z-index: 9;
    text-align: center;
    display: none;
}

.owl-loading-show:before {
    display: block;
}

.customPrevBtn {
    top: calc(50% - 80px);
    left: 5px;
    z-index: 9;
    border-left: 0;
}

.customNextBtn {
    top: calc(50% - 80px);
    right: 5px;
    z-index: 9;
    border-right: 0;
}

.olw-nav-btn {
    padding: 0px 14px 2px 12px;
    background: rgb(0 0 0 / 32%);
    border-color: rgb(0 0 0 / 36%);
    border-radius: 0;
    font-size: 22px;
}

@media (min-width: 576px) {
    .olw-nav-btn {
        padding: 0px 30px 6px 30px;
        font-size: 50px;
    }
}

.olw-nav-btn:hover {
    background: rgb(0 0 0 / 42%);
    border-color: rgb(0 0 0 / 36%);
}
.owl-image-selected-img {
  background: url('/content/images/2015/ajax-loader.gif') no-repeat center center;
}

.right-jokes-tabs .nav-link.active
{
		border: solid 1px #dddddd !important;		
}
.right-jokes-tabs .nav-link
{
		border: solid 1px #dddddd !important;
		background-color: #e5e5e5 !important;
}

.btn-left-home
	{
		position:absolute !important;
		left: 0px;
	}
	
.btn-right-hindi
	{
		position:absolute !important;
		right: 56px;
		height: 56px;
		width: 56px;
		/*background: linear-gradient(0deg, rgba(225, 50, 91, 1) 0%, rgb(236 64 98) 50%, rgba(249, 81, 106, 1) 100%) !important;*/
	}
	/*.btn-right-hindi:hover
	{		
		background: linear-gradient(0deg, rgba(225, 50, 91, 1) 0%, rgb(236 64 98) 50%, rgba(249, 81, 106, 1) 100%) !important;
	}*/
	.hindi_english_1
	{
		position:unset !important;
	}
	/*.menu .menu__inner .menu__item.btn-right-hindi:hover > .menu__link {
    color: rgba(255, 255, 255, .85);
    background: linear-gradient(0deg, rgba(225, 50, 91, 1) 0%, rgb(236 64 98) 50%, rgba(249, 81, 106, 1) 100%) !important;
	}*/
@media (max-width: 1200px) {
    .btn-right-hindi
	{
		position:static !important;
		height: unset;
		width: unset;
	}
	.btn-left-home
	{
		position:unset !important;
	}
	.hindi_english_1
	{
		position:unset !important;
	}
}

/*Layout Code**/
.icon-bar {
    position: fixed;
    top: 420px;
    right: 0;
    transform: translateY(-50%);
}

    .icon-bar a {
        display: block;
        text-align: center;
        padding: 16px;
        transition: all 0.3s ease;
        color: white;
    }

        .icon-bar a:hover {
            background-color: #d7d7d7;
        }

.facebook {
    background: #3B5998;
    color: white;
}

.twitter {
    background: #55ACEE;
    color: white;
}

.google {
    background: #dd4b39;
    color: white;
}

.linkedin {
    background: #007bb5;
    color: white;
}

.instagram {
    background: #8134AF;
    color: white;
}

.youtube {
    background: #bb0000;
    color: white;
}

#social-links-top-1 {
    padding-top: 2px !important;
}


@media only screen and (max-width: 600px) {
    .navbar .navbar-brand.home {
        width: 65px;
        height: 56px;
        padding: 0px;
        background-image: url(https://santabanta.com/content/images/2015/sprite_2015c.png);
        background-repeat: no-repeat;
        background-position: -23px -1665px;
        background-size: 790px;
        margin-left: 0;
        margin: 0;
        background-color: #f14766;
    }

        .navbar .navbar-brand.home:after {
            content: '';
            display: block;
            position: absolute;
            height: 3px;
            width: 65px;
            background-color: #f14766;
            bottom: 0px;
        }
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #b4babf;
    border-color: #6c757d;
}

.a2a_vertical_style {
    right: 0px;
    top: 330px;
    background-color: transparent;
    line-height: 32px;
}

.a2a_kit, .a2a_menu, .a2a_modal, .a2a_overlay {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    outline: 0;
}

.a2a_floating_style, .a2a_overlay_style {
    animation: a2aFadeIn .2s ease-in;
    padding: 4px;
}

.a2a_floating_style {
    background-color: #fff;
    border-radius: 6px;
    position: fixed;
    z-index: 9999995;
}


.a2a_vertical_style:not(.a2a_flex_style) a {
    clear: left;
    display: block;
    overflow: hidden;
    padding: 4px;
}

.a2a_kit a {
    cursor: pointer;
    transition: none;
}

.a2a_color_buttons a, .a2a_floating_style a {
    text-decoration: none;
}


.a2a_default_style .a2a_count, .a2a_default_style .a2a_svg, .a2a_floating_style .a2a_svg, .a2a_menu .a2a_svg, .a2a_vertical_style .a2a_count, .a2a_vertical_style .a2a_svg {
    border-radius: 4px;
}

.a2a_kit .a2a_svg {
    background-repeat: repeat;
}

.a2a_svg {
    background-repeat: no-repeat;
    display: block;
    overflow: hidden;
    height: 32px;
    line-height: 32px;
    padding: 0;
    pointer-events: none;
    width: 32px;
}


    .a2a_svg svg {
        background-repeat: no-repeat;
        background-position: 50% 50%;
        border: none;
        display: block;
        left: 0;
        margin: 0 auto;
        overflow: hidden;
        padding: 0;
        position: relative;
        top: 0;
        width: auto;
        height: auto;
    }

.a2a_vertical_style img, .a2a_vertical_style svg {
    vertical-align: middle;
}

.a2a_label {
    position: absolute !important;
    clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
    -webkit-clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
    overflow: hidden;
    height: 1px;
    width: 1px;
}

.st0 {
    fill: #FFFFFF;
}

.st1 {
    fill: #3A559F;
}

.st2 {
    fill: #F4F4F4;
}

.st3 {
    fill: #FF0084;
}

.st4 {
    fill: #0063DB;
}

.st5 {
    fill: #00ACED;
}

.st6 {
    fill: #FFEC06;
}

.st7 {
    fill: #FF0000;
}

.st8 {
    fill: #25D366;
}

.st9 {
    fill: #0088FF;
}

.st10 {
    fill: #314358;
}

.st11 {
    fill: #EE6996;
}

.st12 {
    fill: #01AEF3;
}

.st13 {
    fill: #FFFEFF;
}

.st14 {
    fill: #F06A35;
}

.st15 {
    fill: #00ADEF;
}

.st16 {
    fill: #1769FF;
}

.st17 {
    fill: #1AB7EA;
}

.st18 {
    fill: #6001D1;
}

.st19 {
    fill: #E41214;
}

.st20 {
    fill: #05CE78;
}

.st21 {
    fill: #7B519C;
}

.st22 {
    fill: #FF4500;
}

.st23 {
    fill: #00F076;
}

.st24 {
    fill: #FFC900;
}

.st25 {
    fill: #00D6FF;
}

.st26 {
    fill: #FF3A44;
}

.st27 {
    fill: #FF6A36;
}

.st28 {
    fill: #0061FE;
}

.st29 {
    fill: #F7981C;
}

.st30 {
    fill: #EE1B22;
}

.st31 {
    fill: #EF3561;
}

.st32 {
    fill: none;
    stroke: #FFFFFF;
    stroke-width: 2;
    stroke-miterlimit: 10;
}

.st33 {
    fill: #0097D3;
}

.st34 {
    fill: #01308A;
}

.st35 {
    fill: #019CDE;
}

.st36 {
    fill: #FFD049;
}

.st37 {
    fill: #16A05D;
}

.st38 {
    fill: #4486F4;
}

.st39 {
    fill: none;
}

.st40 {
    fill: #34A853;
}

.st41 {
    fill: #4285F4;
}

.st42 {
    fill: #FBBC05;
}

.st43 {
    fill: #EA4335;
}

body {
    min-height: 100vh;
}

.main-content {
    min-height: calc(100vh - 378px);
}

.example_responsive_1 {
    width: 300px !important;
    height: 250px !important;
}

@media(min-width: 500px) {
    .example_responsive_1 {
        width: 468px !important;
        height: 60px !important;
    }
}

@media(min-width: 800px) {
    .example_responsive_1 {
        width: 728px !important;
        height: 90px !important;
    }
}

.sms_parent_cat_list li a {
    font-size: 13pt !important;
    font-weight: 500;
}

.hi .sms_parent_cat_list li a {
    font-size: 14pt !important;
    font-weight: 500;
}

.sms_parent_cat_list li.universal a {
    color: #0a5816;
}

    .sms_parent_cat_list li.universal a:hover {
        background-color: #e9ffed;
        color: #0a5816;
    }

.sms_parent_cat_list li.restricted a {
    color: #950000;
}

    .sms_parent_cat_list li.restricted a:hover {
        background-color: #ffebed;
        color: #950000;
    }

.sms_parent_cat_list li:first-child a {
    border-right: solid 1px #cfcfcf;
    font-size: 21px;
}

.right-jokes-tabs .nav-link {
    color: #7c6a6a !important;
    font-size: 21px;
    /*border-bottom: solid 4px;*/
    line-height: 48px;
    display: inline-block;
    padding: 0px 40px 0px 40px;
    /*border: 1px solid #e7e7e7 !important;*/
    font-weight: 500;
}

.right-jokes-tabs .nav-tabs.hi .nav-link {
    font-size: 21.5px;
}

.right-jokes-tabs .nav-link.active {
    color: #6a6969 !important;
    background-color: aliceblue !important;
    font-weight: 500;
}

.right-jokes-tabs .all_clean {
    background-color: #f6fbff !important;
}

.right-jokes-tabs .all_mature {
    background-color: #fff0f1 !important;
}

.right-jokes-tabs .all_clean_tab.nav-link.active {
    background-color: #d7efdb !important;
    color: #0a5816 !important;
}

.right-jokes-tabs .all_mature_tab.nav-link.active {
    background-color: #f9dddd !important;
    color: #950000 !important;
}

.right-jokes-tabs .sms_parent_cat_list > ul > li {
    overflow: auto
}

nav.jokes-right-menu-ver {
}

    nav.jokes-right-menu-ver ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        nav.jokes-right-menu-ver ul li {
            /* Sub Menu */
        }

            nav.jokes-right-menu-ver ul li a {
                display: block;
                padding: 10px 15px;
                color: #fff;
                text-decoration: none;
                -webkit-transition: 0.2s linear;
                -moz-transition: 0.2s linear;
                -ms-transition: 0.2s linear;
                -o-transition: 0.2s linear;
                transition: 0.2s linear;
            }

                nav.jokes-right-menu-ver ul li a:hover {
                    background: #1d4f71;
                    color: #fff;
                }

                nav.jokes-right-menu-ver ul li a .fa {
                    width: 16px;
                    text-align: center;
                    margin-right: 5px;
                    margin-top: 3px;
                    float: right;
                }

        nav.jokes-right-menu-ver ul ul {
            background: rgba(0, 0, 0, 0.2);
        }

        nav.jokes-right-menu-ver ul li ul li a {
            border-left: 4px solid transparent;
            padding: 10px 20px;
        }

            nav.jokes-right-menu-ver ul li ul li a:hover {
                border-left: 4px solid #3498db;
            }

    nav.jokes-right-menu-ver > ul > li > a {
        color: #fff;
        padding-left: 10px;
        margin-left: 10px;
        margin-right: 10px;
        border-bottom: solid 1px #2a2c2e;
    }


.section-content .bg-secondary {
    background-color: #6c757d26 !important;
}

.hiffen-breadcrumb-item::before {
    padding-right: 0.5rem;
    color: #6c757d;
    content: var(--bs-breadcrumb-divider, "::") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}