<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body::-webkit-scrollbar {
    width: 10px;
}
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
body::-webkit-scrollbar-thumb {
  background-color: #3F51B5;
  outline: 1px solid #3F51B5;
  border-radius: 5px;
}
body{
    margin-top: 136px ;
}
.fixed-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 136px;
    z-index: 99;
    height: auto;
    background: #fff;
}
.helpline {
    position: fixed;
    right: 0;
    bottom: 0;
    background: #fff;
    padding: 10px;
    box-shadow: 0px 0px 5px #333;
}
.helpline img{
    max-width: 280px;
}
.helpline .close {
    position: absolute;
    top: -14px;
    left: -16px;
    background: #fff;
    width: 30px;
    height: 30px;
    opacity: 1.0;
    line-height: 30px;
    text-align: center;
    color: #939393;
    border: 1px solid #939393;
    font-weight: normal;
    border-radius: 50%;
}
.header{
/*    z-index: 500;*/
    height: 85px;
    width: 100%;
    color: rgb(136, 172, 217);
}
.header ul{
    margin: 0;
    padding: 0;
}
a.ins-logo {
    float: right;
    position: absolute;
    right: 20%;
    top: 8px;
}
a.ins-logo img {
    width: 50px !important;
}
.header li{
    width: 100px;
    height: 85px;
    padding: 20px 0 0 0px;
    text-align: center;
    float: left;
    list-style: none;
    margin-left: 1px ;
        -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.header li a {
/*    font-family: cursive;*/
    text-decoration: none;
    color: rgb(000, 000, 000);
    position: relative;
    top: 12px !important;
}
.header li a:hover{
    font-size: 14px;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease-in-out;
    color: #e30a13;
}
.rowtable {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}
.rowtable .date-select {
    display: inline-block;
    width: 33%;
    vertical-align: middle;
    word-wrap: break-word;
}
li.rytclip {
    float: right;
    width: 173px;
    vertical-align: top;
    margin: 0;
    padding: 0;
    margin-top: -5px;
}
.row.whatsapp {
    float: left;
    margin-left: -10px;
}
.call {
    margin-top: 16px;
    text-align: left;
    font-size: 15px;
    color: #aeaeae;
}
li.rytclip a {
    color: #aeaeae;
}
.header li.newspaper {
    color: #e30a13;
    text-align: center;
    background: url(../images/news-clr.png);
    background-repeat: no-repeat;
    background-position: center 10px;
}
.header li.newspaper a {
    color: #4451a8 !important;
    position: relative;
}
.newspaper:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid  #4451a6;
    position: relative;
    bottom: 0;
    margin-left: 0px;
    top: 36px;
}
.header li.radioad{
    color: #008ec8;
    text-align: center;
    background: url(../images/radio.png);
    background-repeat: no-repeat;
    background-position: center 10px;
}
.header li.radioad:hover{
    color: #4451a6 !important;
    text-align: center;
    background: url(../images/radio-clr.png);
    background-repeat: no-repeat;
    background-position: center 10px;
}
li.radioad a {
    position: relative;
    top: 32px !important;
}
.header li.radioad:hover:after{
	content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #4451a6; 
    position: relative;
	top: 16px;
}

.header li.televisionad{
    color: #e30a13;
    text-align: center;
    background: url(../images/tv.png);
    background-repeat: no-repeat;
    background-position: center 10px;
}
.header li.televisionad:hover{
    color: #e30a13 !important;
    text-align: center;
    background: url(../images/tv-clr.png);
    background-repeat: no-repeat;
    background-position: center 10px;
}
li.televisionad a {
    position: relative;
    top: 32px !important;
}
.header li.televisionad:hover:after{
	content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #4451a6;
    position: relative;
	top: 16px;
}

.header li.cinemaad{
    color: #e30a13;
    text-align: center;
    background: url(../images/cinema.png);
    background-repeat: no-repeat;
    background-position: center 10px;
}
.header li.cinemaad:hover{
    color: #e30a13 !important;
    text-align: center;
    background: url(../images/cinema-clr.png);
    background-repeat: no-repeat;
    background-position: center 10px;
}
li.cinemaad a {
    position: relative;
    top: 32px !important;
}
.header li.cinemaad:hover:after{
	content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #4451a6;
    position: relative;
	top: 16px;
}

.header li.digitalad{
    color: #e30a13;
    text-align: center;
    background: url(../images/cinema.png);
    background-repeat: no-repeat;
    background-position: center 10px;
}
.header li.digitalad:hover{
    color: #e30a13 !important;
    text-align: center;
    background: url(../images/cinema-clr.png);
    background-repeat: no-repeat;
    background-position: center 10px;
}
li.digitalad a {
    position: relative;
    top: 32px !important;
}
.header li.digitalad:hover:after{
	content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #4451a6;
    position: relative;
	top: 16px;
	
}
.account {
    padding: 0;
}
.cart{padding: 0;}
nav.navbar.navbar-classified {
    background: #253282;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
}
ul.nav.navbar-nav.menus li a {
    color: #fff;
    font-weight: 600;
    border-left: 1px solid #5561a7;
    
}
.dropdown-menu &gt; li &gt; a {
    border-bottom: 1px solid #2e4b5f;
}
.dropdown-menu {
    background: #272a33;
}
.nav .open &gt; a, .nav .open &gt; a:hover, .nav .open &gt; a:focus {
    background-color: #4457b7;
    border-color: #000000;
}
.dropdown-menu &gt; li &gt; a:hover, .dropdown-menu &gt; li &gt; a:focus {
    color: #262626;
    text-decoration: none;
    background-color: #2a3985;
}
.nav.navbar-nav.menus img {
    width: 20px;
}
span.icon-bar {
    border: 2px solid #fff;
}



#first-slider .main-container {
  padding: 0;
}


#first-slider .slide1 h3, #first-slider .slide2 h3, #first-slider .slide3 h3, #first-slider .slide4 h3{
    color: #fff;
    font-size: 30px;
      text-transform: uppercase;
      font-weight:700;
}

#first-slider .slide1 h4,#first-slider .slide2 h4,#first-slider .slide3 h4,#first-slider .slide4 h4{
    color: #fff;
    font-size: 30px;
      text-transform: uppercase;
      font-weight:700;
}
.dateifrm {
    width: 322px;
    height: 328px;
    border: 0;
}
#first-slider .slide1 .text-left ,#first-slider .slide3 .text-left{
    padding-left: 40px;
}
#first-slider .carousel-control.right,
#first-slider .carousel-control.left {
  background-image: none;
}
#first-slider .carousel .item {
  min-height: 425px; 
  height: 100%;
  width:100%;
}

.carousel-inner .item .container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

#first-slider .carousel-indicators li {
    width: 14px;
    height: 14px;
    background-color: rgba(255,255,255,.4);
  border:none;
}
#first-slider .carousel-indicators .active{
    width: 16px;
    height: 16px;
    background-color: #fff;
  border:none;
}


.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;
}
.carousel-control {
    opacity: 1;
    filter: alpha(opacity=100);
}
.carousel-inner &gt; .item &gt; img, .carousel-inner &gt; .item &gt; a &gt; img {
    width: 100%;
    height: 700px;
}
.adtypads {
    width: 58%;
    margin: auto;
    position: relative;
    text-align: center;
}
.options-cls select {
border: 0;
color: #333;
}
select.cities {
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 100%;
    color: #000;
	border: 1px solid #aeaeae;
    height: 42px;
    padding: 0px 24px;
    opacity: 0.8;
    background: url(../images/location.png);
    background-color: #fff;
    background-repeat: no-repeat;
    position: relative;
    background-position: left;
	margin-bottom: 5px;
	cursor: pointer;
	box-shadow: 0px 0px 11px 0px #aeaeae;
}
select.cities::-ms-expand {
    display: none;
}
.col-md-12.banner-caption {
    color: #fff;
    position: absolute;
    top: 0%;
    /*padding: 24px 0px;*/
    width: 100%;
    height: 100%;
    background: rgba(48, 63, 159, 0.9);
    -webkit-background: rgba(48, 63, 159, 0.9);
    -moz-background: rgba(48, 63, 159, 0.9);
    -o-background: rgba(48, 63, 159, 0.9);
}
.classified-header {
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
    padding-bottom: 10px;
    font-weight: bold;
    margin-top: 20px;
}
button.bnr-btn {
    border: 1px solid #fff;
    background-color: #0080d9;
    padding: 6px 20px;
    font-size: 20px;
    letter-spacing: 1px;
	transition: all 0.5s ease;
	box-shadow: 0px 0px 6px 0px #000;
	color: #fff;
}
button.bnr-btn:hover {
    border: 1px solid #fff;
    background-color: #001a2c;
    padding: 6px 20px;
    font-size: 20px;
    letter-spacing: 1px;
}
.clsfd-header {
    text-align: center;
    text-transform: uppercase;
    position: relative;
    font-size: 16px;
    clear: both;
}

select.category {
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 100%;
    color: #000;
    height: 42px;
    border: 1px solid #aeaeae;
    padding: 0px 24px;
    opacity: 0.8;
    background: url(../images/category.png);
    background-color: #fff;
    background-repeat: no-repeat;
    position: relative;
    background-position: left;
	margin-bottom: 5px;
	cursor: pointer;
	box-shadow: 0px 0px 11px 0px #aeaeae;
}
.home-content {
    padding: 20px 0px;
	text-align: center;
}
.home-header {
    text-align: center;
    font-size: 18pt;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.home-header span {
    color: #3d3994;
    font-weight: 600;
}
.col-md-12.classified-selects {
    padding: 0;
}
.col-md-4.language {
    padding: 0;
}
.col-md-4.category {
    padding: 0;
}
.col-md-4.deals {
    padding: 0;
}
select.active.clanguage {
    width: 100%;
    background-color: #0080d9 !important;
    border: 0;
    height: 40px;
    color: #fff;
    background: url(../images/language.png) no-repeat;
    background-position: left;
    padding: 0px 24px;
}
select.active.clanguage option {
    background: #fff;
    color: #000;
}
select.cbcategory {
    width: 100%;
    height: 40px;
	background: url(../images/categorybx.png) no-repeat;
	background-position: left;
    padding: 0px 24px;
	border: 1px solid #ccc;
}
select.cbdeals {
    width: 100%;
	height: 40px;
	background-position: left;
    padding: 0px 24px;
	background:url(../images/deals.png) no-repeat;
	background-position: left;
	border: 1px solid #ccc;
}
.col-md-12.allpapers {
    padding: 0;
    padding-bottom: 20px;
}
.nheaders {
   border: 1px solid #e0e0e0;
    background-color: #FFF;
    margin-top: 14px;
    font-size: 16px;
    text-align: center;
    color: #000;
    line-height: 54px;
    height: 56px;
    box-sizing: border-box;
    overflow: hidden;
        width: 200px;
}
.advertisement {
    background-color: #fbfbfb;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    margin-top: 10px;
    margin-bottom: 10px;
}
.col-md-12.ads {
    padding: 0;
    padding-top: 10px;
    padding-bottom: 20px;
}
.col-md-3.adsimg {
    text-align: center;
	transition: all 0.5s ease;
}
.newsads h3 {
    font-size: 16px !important;
    text-transform: uppercase;
    color: #3e3e3e;
    font-weight: bold;
	text-decoration: none;
}
.newsads a:hover {
    text-decoration: none;
}
.newsads h3 a {
    color: #3e3e3e;
	text-decoration: none;
}
.newsads img {
    width: 100%;
    height: 200px;
/*	z-index: -1;*/
	  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.newsads img:hover{
	transform: scale(1.7);
  -moz-transform: scale(1.7);
  -webkit-transform: scale(1.7);
  
}
.newsads {
    border: 1px solid #aeaeae;
    border-radius: 4px;
    overflow: hidden;
}
.nheaders a {
    text-decoration: none;
    color: #3e3e3e;
}
.col-md-12.ads h3 {
    font-size: 18px;
    text-align: center;
    margin: 0;
    padding: 15px;
}

.ads h3 span {
    color: #c0050c;
}
.fabout {
    width: 20%;
    float: left;
}
.footer {
    background-color: #1f1f1f;
    color: #fff;
    padding: 20px 0px;
}
.copy-right {
    text-align: center;
    padding: 10px 0px;
}
.c-right {
    background-color: #0E0F00;
    color: #fff;
}
.fabout ul li a {
    color: #fff;
	text-decoration: none;
	transition: all 0.5s ease;
	font-size: 14px;
}
.fabout ul li a:hover {
    color: #d2edff;
	text-decoration: none;
}
.fabout ul {
    padding: 0;
}
.fabout ul li{
	list-style: none;
}
.fabout h3 {
    font-size: 20px;
}
ul.payment li {
    float: left;
    padding: 10px 7px 0px 7px;
}
ul.payment li img {
 
	transition: all 0.5s ease;
}
ul.payment li img:hover {
	opacity: 0.9;
}
.socials {
    clear: both;
    padding-top: 3px;
}
ul.connects li {
    float: left;
}
ul.connects li {
    float: left;
    width: 40px;
    height: 35px;
    margin-top: 12px;
}
ul.connects li img {
    width: 28px;
    height: 28px;
		  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
ul.connects li img:hover{
	opacity: 0.9;
}
label.fsend {
    background-color: #adddff;
    padding: 4px 5px;
    border: 1px solid #0073c3;
    height: 36px;
    margin-top: -1px;
}
input.semail {
    padding: 0px 9px;
    float: left;
    border: 0;
    height: 34px;
    cursor: inherit;
    color: #000;
	font-style: italic;
}
.smail {
    width: 228px;
}
.feedback {
    position: fixed;
    top: 39%;
    right: 0;
}
h2.emptycart {
    padding-top: 50px;
    padding-bottom: 50px;
}
.modal.modal-wide .modal-dialog {
	width: 94%;
}
.modal-wide .modal-body {
	overflow-y: auto;
}
.contact-us {
    min-height: 400px;
}
@-webkit-keyframes ezCustTrans {
	0% {
		-webkit-transform-style: preserve-3d;
		-moz-transform-style: preserve-3d;
		transform-style: preserve-3d;
		-webkit-transform:  perspective(90%) rotateY(-65deg) rotateX(-45deg) translateZ(-200px);
		-moz-transform: perspective(90%) rotateY(-65deg) rotateX(-45deg) translateZ(-200px);
		-ms-transform: perspective(90%) rotateY(-65deg) rotateX(-45deg) translateZ(-200px);
		transform: perspective(90%) rotateY(-65deg) rotateX(-45deg) translateZ(-200px);
		opacity: 0;
	}
    68% {
		-webkit-transform:  rotateY(10deg) rotateX(10deg) translateZ(20px);
		-moz-transform:  rotateY(10deg) rotateX(10deg) translateZ(20px);
		-ms-transform:  rotateY(10deg) rotateX(10deg) translateZ(20px);
		transform:  rotateY(10deg) rotateX(10deg) translateZ(20px);
		opacity: 0.8;                
    }
	100% {
		-webkit-transform:  rotateY(0deg) rotateX(0deg) translateZ(0px);
		-moz-transform:  rotateY(0deg) rotateX(0deg) translateZ(0px);
		-ms-transform:  rotateY(0deg) rotateX(0deg) translateZ(0px);
		transform:  rotateY(0deg) rotateX(0deg) translateZ(0px);
		opacity: 1;
	}
}
@keyframes ezCustTrans {
	0% {
		-webkit-transform-style: preserve-3d;
		-moz-transform-style: preserve-3d;
		transform-style: preserve-3d;
		-webkit-transform: perspective(90%) rotateY(-65deg) rotateX(-45deg) translateZ(-200px);
		-moz-transform: perspective(90%) rotateY(-65deg) rotateX(-45deg) translateZ(-200px);
		-ms-transform: perspective(90%) rotateY(-65deg) rotateX(-45deg) translateZ(-200px);
		transform: perspective(90%) rotateY(-65deg) rotateX(-45deg) translateZ(-200px);
		opacity: 0;
	}
	68% {
		-webkit-transform:  rotateY(10deg) rotateX(10deg) translateZ(20px);
		-moz-transform:  rotateY(10deg) rotateX(10deg) translateZ(20px);
		-ms-transform:  rotateY(10deg) rotateX(10deg) translateZ(20px);
		transform:  rotateY(10deg) rotateX(10deg) translateZ(20px);
		opacity: 0.8;                
    }
    100% {
		-webkit-transform: rotateY(0deg) rotateX(0deg) translateZ(0px);
		-moz-transform:  rotateY(0deg) rotateX(0deg) translateZ(0px);
		-ms-transform:  rotateY(0deg) rotateX(0deg) translateZ(0px);
		transform:  rotateY(0deg) rotateX(0deg) translateZ(0px);
		opacity: 1;
	}
}
.ezCustTrans {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
	-webkit-animation-name: ezCustTrans;
	animation-name: ezCustTrans;
}          

.modal-backdrop.in {
    opacity: 0.9;
    z-index: 1;
}
.modal-dialog.ezCustTrans.feedbackfrm {
    width: 35%;
}
.col-md-6.rgister {
    text-align: left;
    padding: 5px;
    color: #000;
    border: 1px solid #aeaeae;
    border-radius: 5px;
}
.form-group {
    margin-bottom: 6px;
}
.header-rgstr {
    background-color: #253282;
    color: #fff;
    padding: 10px 10px;
}
.form-group.rgstr {
    padding-top: 8px;
    color: #000;
}
.col-md-12.fregister {
    padding: 0;
    padding-top: 10px;
}
.col-md-12.loginuser {
    padding: 0;
    padding-top: 10px;
    border: 1px solid #aeaeae;
    padding: 18px;
}
.heading-login {
    padding: 20px 30px;
    font-size: 18px;
    color: #000;
}
.col-md-12.nlogin {
    padding-top: 10px;
}
.nloginsend {
    width: 240px;
    margin: auto;
    clear: both;
    padding-top: 10px;
}
button.btn.btn-primary.lgn {
    position: relative;
    
}
.adtype {
    padding-top: 20px;
    padding-bottom: 20px;
}
.adsheading {
    text-align: center;
    font-size: 30px;
    font-style: italic;
    font-family: initial;
}
.ads1 {
    width: 30%;
}
.adsbook {
    width: 300px;
    position: relative;
    border: 1px solid #aeaeae;
    overflow: hidden;
    display: inline-block;
    background: #fff;
    margin: 0px 6px;
}
.box-content {
    text-align: left;
    line-height: 24px;
    padding: 10px;
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    z-index: 1;
}
.box-card:hover .adimg {
    position: relative;
    margin-top: -300px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.adimg {
    position: relative;
    z-index: 2;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.box-ad ul li a{
        color: #2b167b;
    font-size: 14px;
    text-align: left;
    font-weight: 600;
}
.box-ad ul {
    padding: 20px;
    margin: 0;
    list-style: none;
    color: #2b167b;
    font-size: 14px;
    text-align: left;
    font-weight: 600;
}
.box-ad ul li{
    padding: 5px 7px;
    position: relative;
    padding-left: 25px;
}
.box-ad ul li:before {
    content: "";
    background: url(../images/before-icon.svg) no-repeat;
    position: absolute;
    width: 20px;
    left: 0;
    height: 20px;
    background-position: center;
    background-size: 12px;
    line-height: 20px;
}
.box-ad {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    cursor: pointer;
}
.adimg, .box-ad {
    height: 255px;
}
.box-card {
    height: 254px;
    overflow: hidden;
    position: relative;
}
.txtadscontn {
    text-align: center;
}
.txtadscontn ul li {
    font-size: 12px;
    color: #606060;
}
.txtadscontn ul {
    background-color: #e5e5e5;
    padding-top: 10px;
    padding-bottom: 10px;
	text-align: left;
}
button.adsbk-btn {
    margin-bottom: 5px;
    border: 0;
	padding: 0 15px;
    background: rgba(212,11,18,1);
background: -moz-linear-gradient(-45deg, rgba(212,11,18,1) 0%, rgba(241,111,92,1) 0%, rgba(226,11,18,1) 43%, rgba(214,39,44,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(212,11,18,1)), color-stop(0%, rgba(241,111,92,1)), color-stop(43%, rgba(226,11,18,1)), color-stop(100%, rgba(214,39,44,1)));
background: -webkit-linear-gradient(-45deg, rgba(212,11,18,1) 0%, rgba(241,111,92,1) 0%, rgba(226,11,18,1) 43%, rgba(214,39,44,1) 100%);
background: -o-linear-gradient(-45deg, rgba(212,11,18,1) 0%, rgba(241,111,92,1) 0%, rgba(226,11,18,1) 43%, rgba(214,39,44,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(212,11,18,1) 0%, rgba(241,111,92,1) 0%, rgba(226,11,18,1) 43%, rgba(214,39,44,1) 100%);
background: linear-gradient(135deg, rgba(212,11,18,1) 0%, rgba(241,111,92,1) 0%, rgba(226,11,18,1) 43%, rgba(214,39,44,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d40b12', endColorstr='#d6272c', GradientType=1 );
    color: #fff;
    height: 30px;
    border-radius: 5px;
	transition: all 0.5s ease;
}
/*button.adsbk-btn:hover{
background: rgba(255,0,13,1);
background: -moz-linear-gradient(-45deg, rgba(255,0,13,1) 0%, rgba(241,111,92,1) 0%, rgba(226,11,18,1) 0%, rgba(186,23,31,1) 53%, rgba(240,47,23,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(255,0,13,1)), color-stop(0%, rgba(241,111,92,1)), color-stop(0%, rgba(226,11,18,1)), color-stop(53%, rgba(186,23,31,1)), color-stop(100%, rgba(240,47,23,1)));
background: -webkit-linear-gradient(-45deg, rgba(255,0,13,1) 0%, rgba(241,111,92,1) 0%, rgba(226,11,18,1) 0%, rgba(186,23,31,1) 53%, rgba(240,47,23,1) 100%);
background: -o-linear-gradient(-45deg, rgba(255,0,13,1) 0%, rgba(241,111,92,1) 0%, rgba(226,11,18,1) 0%, rgba(186,23,31,1) 53%, rgba(240,47,23,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(255,0,13,1) 0%, rgba(241,111,92,1) 0%, rgba(226,11,18,1) 0%, rgba(186,23,31,1) 53%, rgba(240,47,23,1) 100%);
background: linear-gradient(135deg, rgba(255,0,13,1) 0%, rgba(241,111,92,1) 0%, rgba(226,11,18,1) 0%, rgba(186,23,31,1) 53%, rgba(240,47,23,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff000d', endColorstr='#f02f17', GradientType=1 );
}*/
.adimg img {
    max-width: 100%;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

div#accordion {
    clear: both;
}
.col-md-12.select-ads {
    padding: 10px 0;
    background-color: whitesmoke;
    border: 1px solid #e5e5e5;
    margin-top: 10px;
    margin-bottom: 20px;
}
.col-md-3.typead {
    padding: 0;
}
.slctheader {
    background-color: yellowgreen;
    height: 33px;
    color: #fff;
    padding: 4px 76px;
    font-size: 18px;
    margin-left: 13px;
    margin-right: -6px;
}
select.texttypead {
    width: 100%;
    height: 32px;
}
.slctheader:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16.5px 0px 17.5px 19px;
    border-color: transparent transparent transparent yellowgreen;
    position: absolute;
    right: -9px;
    top: 0px;
}
span.glyphicon.glyphicon-minus {
    background-color: #000;
    color: #fff;
    padding: 3px 7px;
    font-weight: bold;
}
span.glyphicon.glyphicon-plus {
    background-color: #0096ff;
    color: #fff;
    padding: 3px 7px;
    font-weight: bold;
}
a.accordion-toggle {
    text-transform: uppercase;
    text-decoration: none;
}
.checkbox label:after, 
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
}

.radio .cr {
    border-radius: 50%;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%;
}

.radio .cr .cr-icon {
    margin-left: 0.04em;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

.checkbox label input[type="checkbox"] + .cr &gt; .cr-icon,
.radio label input[type="radio"] + .cr &gt; .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked + .cr &gt; .cr-icon,
.radio label input[type="radio"]:checked + .cr &gt; .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
}
span.cr-icon.glyphicon.glyphicon {
    content: "";
    width: 20px;
    height: 20px;
    /* border-style: solid; */
    background: url(../images/ok.png) no-repeat;
    position: absolute;
    top: 0px;
    left: 0px;
}
.checkbox.sltpaper {
    border: 1px solid #e5e5e5;
    padding: 10px 0px;
    font-size: 18px;
}
.continue-btn {
    text-align: center;
    margin-top: 5px;
    clear: both;
}
button.continue-ads {
    background-color: #3F51B5;
    border: 0;
    margin-top: 5px;
    padding: 8px 15px;
    color: #fff;
    border-radius: 3px;
    transition: all 0.5s ease;
}
button.continue-ads:hover{
    background-color: #000;
}
.cl-h3 {
    font-size: 16px;
    margin: 0;
    padding-bottom: 20px;
    color: #d9ddff;
    line-height: 22px;
}
button.adsbk-btn {
    margin-bottom: 5px;
    border: 0;
    padding: 0 15px;
    background: #3F51B5;
    color: #fff;
    height: 40px;
    font-size: 18px;
    border-radius: 0;
    transition: all 0.5s ease;
    margin-top: 5px;
}
button.btn-cont {
    margin-bottom: 5px;
    border: 0;
	padding: 0 15px;
    background: #3F51B5;
    color: #fff;
    height: 30px;
    border-radius: 5px;
	transition: all 0.5s ease;
    clear: both;
}

a.clfd-btn {
    margin-bottom: 5px;
    border: 0;
    padding: 7px 15px;
    line-height: 7px;
    text-decoration: none !important;
    text-transform: capitalize;
    background: #3F51B5;
    background: -moz-linear-gradient(135deg, #3F51B5 0%, #3F51B5 0%, #3F51B5 43%, #3F51B5 100%);
    background: -webkit-linear-gradient(135deg, #3F51B5 0%, #3F51B5 0%, #3F51B5 43%, #3F51B5 100%);
    background: -o-linear-gradient(135deg, #3F51B5 0%, #3F51B5 0%, #3F51B5 43%, #3F51B5 100%);
    background: linear-gradient(135deg, #3F51B5 0%, #3F51B5 0%, #3F51B5 43%, #3F51B5 100%);
    color: #fff;
    height: 30px;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.5s ease;
    clear: both;
}
.package-content {
    width: 60%;
    float: left;
}
.package-rate {
    width: 31%;
    float: left;
    background-position: left 4px;
    background-size: 9px 13px;
}
.package-rate p {
    
    text-transform: capitalize;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.5px;
    padding-top: 10px !important;
    margin: 0px;
}
.package-rate p a {
    text-decoration: none;
    color: #000;
}
.connect {
    float: right;
}
button.btn-connect {
    background-color: #d30f00;
    border: 0;
    color: #fff;
    border-radius: 3px;
    padding: 5px 8px;
}
button.btn-connect.disabled {
    background-color: #a47d7a;
}
ul.nav.nav-tabs.composeads li {
    width: 100%;
    margin-bottom: 10px;
   /* border-radius: 3px;*/
}
li.active .order-summary h3 {
    background: #3F51B5;
    color: #fff;
}
li.active .order-summary h3 a :before{
   color: #fff;
}
ul.nav.nav-tabs.composeads li.active{
   /* border: 1px solid #3F51B5;*/
    border-bottom: 5px solid #FF9800
}

ul.nav.nav-tabs.composeads li{
    cursor: pointer;
    display: inline-block;
    width: 200px;
    border-bottom: 5px solid #b7b5b5;
}
ul.nav.nav-tabs.composeads {
float: left;
border-bottom: 0;
padding: 0px 15px;
}

.packages {
    width: 100%;
    height: auto;
    overflow: auto;
    padding: 10px;
}
.package-tag {
    width: 100%;
    height: auto;
    overflow: auto;
    padding: 5px 5px;
    margin: 0;
    margin-top: 2px;
    margin-bottom: 5px;
    background-color: rgba(227, 10, 19, 0.02);
}
.package-tagfull {
    clear: both;
    border: 1px solid #000;
}
.package-img {
    float: left;
    border-left: 1px solid #000;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    position: relative;
    top: 1px;
}
.spacebar-hd {
    float: left;
}
.sads {
    float: right;
}
.spacebar-hd h3 {
    padding: 0;
    font-size: 16px;
    float: left;
    font-weight: bold;
    margin: 0;
    padding-top: 2px;
    padding-right: 13px;
}
.order-write {
    padding: 0;
}
.order-div {
   
}
.order-summary {
/*    border: 1px solid #e5e5e5;*/
}
.order-content {
    padding-left: 4px;
    padding-right: 4px;
}
.order-summary h3 {
    margin: 0;
    font-size: 18px;
    background-color: #d2d2d2;
    padding: 14px 7px;
    color: #333;
}
/*
.display-category.one h4, p{
    padding: 5px !important;
}
*/

.spacebar-heading {
    background-color: #e5e5e5;
    padding: 6px;
    clear: both;
}
textarea.cls-text,.cls-txt2 {
    width: 100%;
}
.spacebar-headingmain {
    clear: both;
}
#languageDropDown {
    color: black;
    min-width: 100px;
}
.first-option {
    float: left;
    padding-right: 10px;
}
.first-option label {
    font-weight: normal; 
    font-size: 12px;
}
.options-cls {
    background-color: #3F51B5;
    width: 100%;
    height: 30px;
    padding: 5px;
    color: #fff;
}
select.language-cls {
    color: #000;
    font-size: 12px;
    border: 0;
}
.adpreview h3 {
    margin: 0;
}
.adpreview {
    background-color: #3F51B5;
    color: #fff;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    min-height: 55px;
    clear: both;
    height: 100%;
}
#languageDropDown {
    color: black;
    border: 0;
    position: relative;
    top: -2px;
}
.first-text {
    padding: 0;
}
.second-text {
    padding-right: 0;
}
textarea.cls-txt2 {
    overflow-y: auto;
}
.left-ftr {
    float: left;
    width: 70%;
}
.ryt-ftr {
    float: right;
    width: 30%;
}
.txtarea-ftr {
    padding: 0;
    background-color: #3F51B5;
    color: #fff;
    margin-top: -5px;
}
.left-ftr ul {
    list-style: none;
    padding: 0;
    padding-left: 7px;
}
.left-ftr ul li {
    float: left;
    width: 30%;
}
p.total-cost {
    font-weight: bold;
    margin: 0;
}
.confirmbtn {
    text-align: center;
}
button.confirm-btn {
    border: 0;
    background-color: #0080d9;
    padding: 10px 10px 5px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    box-shadow: 0px 5px 0px #006db8;
    transition: all 0.3s ease;
    border-radius: 5px;
}
button.confirm-btn:hover{
    background-color: #006db8;
    box-shadow: 0px 5px 0px #015b99;
}
.specify-ad {
    clear: both;
    color: #0080d9;
}
.specify-ad h3 {
    font-size: 18px;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}
.specify-ad span {
    color: #606060;
    font-size: 14px;
}
.ad-category {
    background-color: #f1f1f1;
    padding: 5px;
    color: #000;
    float: left;
    width: 100%;
    margin-top: 15px;
}
.instruction-txt {
    clear: both;
    position: relative;
    top: 8px;
    padding: 13px;
    color: #22359e;
    background: #3f51b530;
}
.first-text textarea {
    border-color: #3F51B5;
}
.adp{border-color: #3F51B5;}
ul.nav.nav-tabs.composeads li.active a{
    color: #c52500;
    margin: 0px -6px;
}
#ui-datepicker-div { font-size: 12px; } 
#datepicker{float:left; height:18px;}
h1{font-size: 15px;}
input#datepicker {
    display: none;
}
.table-striped {
    font-size: 12px;
    color: #000;
}
ul.nav.nav-tabs.composeads li a {
    padding: 0;
    color: #fff;
    text-decoration: none;
    position: absolute;
    right: 10px;
    top: 4px !important;
}
button.btn.btn-primary {
    background-color: #3F51B5;
    border: 0;
}
select.adcategry {
    padding: 5px 15px;
    border: 1px solid #aeaeae;
}
.datesslct span a {
    border: 1px solid #aeaeae;
    color: #606060;
    padding: 2px 10px;
    text-transform: uppercase;
    background-color: #fff;
    text-decoration: none;
}
.date-head {
    background-color: #fff;
    margin-top: 10px;
    border: 1px solid #aeaeae;
    padding: 5px;
    float: left;
    width: 100%;
}
span.heade1 {
    width: 25%;
    float: left;
    font-size: 15px;
    color: #000;
    font-weight: bold;
    padding: 5px;
    border-right: 1px solid #d2d2d2;
}
.more-edition {
    clear: both;
    float: left;
    width: 100%;
    display: none;
}
img.add-news {
    cursor: pointer;
}
span.head2 {
    width: 20%;
    float: left;
    font-size: 15px;
    color: #000;
    font-weight: bold;
    border-right: 1px solid #d2d2d2;
    padding: 5px;
}
span.head3 {
    width: 55%;
    float: left;
    font-size: 15px;
    color: #000;
    font-weight: bold;
    padding: 5px;
}
input.newsname {
    font-size: 12px;
    font-weight: normal;
    width: 86%;
    float: left;
    border: 0;
}
.date-detail {
    width: 100%;
    float: left;
    padding: 5px;
}
input.dtxt {
    border: 1px solid #aeaeae;
    width: 100%;
}
.summary-table {
    display: table;
    width: 100%;
    background-color: Silver;
    margin-bottom: 2%;
}
.tr-table {
    display: table-row;
    width: 100%;
}
.cell-table {
    display: table-cell;
    border-right: solid 1px #000;
    padding: 0.5%;
    font-size: 12px;
    border-top: solid 1px #000;
}
.t-head {
    display: table;
    width: 100%;
}
.t-body {
    display: table;
    width: 100%;
}
.b-table {
    display: table-row;
    width: 100%;
}
.ordr-frm h3 {
    background-color: #c30910;
    color: #fff;
    font-size: 22px;
    font-style: italic;
    padding: 7px;
    border-radius: 5px;
    box-shadow: 0px 2px 2px #ab0309;
}
.ordr-frm label {
    font-size: 14px;
    font-weight: normal;
}
input.form-ordr {
    width: 100%;
    padding: 5px;
    border: 1px solid #ccc;
}
textarea.otxt {
    width: 100%;
}
.form-group.order {
    width: 100%;
    float: left;
}
button.register-btn {
    border: 0;
    background-color: #3F51B5;
    color: #fff;
    padding: 8px 23px;
    float: left;
    box-shadow: 0px 3px 0px #1d2d8a;
    transition: all 0.3s ease;
}
.fxd-logo {
    background: #fff;
    position: fixed;
    top: 135px;
    right: -12px;
    width: 187px;
    padding: 10px;
    z-index: 99;
    border-radius: 5px;
    box-sizing: border-box;
    box-shadow: 0px 0px 7px #6f6f6f;
}
.fxd-logo a.close {
    position: absolute;
    left: -10px;
    top: -12px;
    background: #333;
    width: 25px;
    height: 25px;
    font-size: 14px;
    text-align: center;
    line-height: 23px;
    opacity: 1.0;
    text-shadow: none;
    color: #fff;
    border-radius: 25px;
    border:2px solid #fff;
}
.inner-wrapper{min-height: 450px;}
.add-summary.mainDIV {
    clear: both;
}
.tabsHeading h3 {
    margin: 0;
    padding: 10px 10px;
    background-color: #253282;
    font-size: 18px;
    color: #fff;
}
span.displayUpload a {
    text-decoration: none;
    background-color: #4caf50;
    color: #fff;
    padding: 6px 10px;
}
span.displayUpload a:hover{
   background-color: #0e8113; 
}
.tabsHeading {
    padding: 0;
    clear: both;
}
.display-category.one h4 {
    color: #fff;
    text-align: center;
}
.display-category.one {
    width: 200px;
    text-align: center;
    border: 1px solid #aeaeae;
    padding: 0px;
    float: left;
    margin: 1em 1em 10px 0em; 
    cursor: pointer;
}

.display-category1{
        width: 200px;
    text-align: justify;
    border: 1px solid #aeaeae;
    padding: 0px;
    float: left;
    margin: 1em 1em 0em 0em;
    cursor: pointer;
    background-color: red;
}
.display-category2{
    width: 200px;
    text-align: justify;
    border: 1px solid #aeaeae;
    padding: 0px;
    float: left;
    margin: 1em 1em 0em 0em;
    cursor: pointer;
    background-color: dodgerblue;
}
.display-category1 h4{color: #fff;}
.display-category2 h4{color: #fff;}
.display-category1 p{background: #fff;}
.display-category2 p{background: #fff;}
.display-category3{
    width: 200px;
    text-align: justify;
    border: 1px solid red;
    padding: 0px;
    float: left;
    margin: 1em 1em 0em 0em;
    cursor: pointer;
}
.display-categorynew {
    background: red;
}
.displayCategoryBlack {
    clear: both;
    float: left;
    width: 100%;
}
.category .displayCategoryRed {
    width: 100%;
    clear: both;
    float: left; 
    display: none;
}
.category-color .display-category.one.color1 h4 {
    background-color: red;
}
.category-color .display-category.one.color1 h5 {
    background-color: red;
    text-align: center;
    margin: 0px;
    color: #fff;
    padding: 4px;

}
.category-color .display-category.one.color2 h4 {
    background-color: #3b77d0;
    margin: 0px;
}
.category-color .display-category.one.color2 h5 {
    background-color: none;
    text-align: center;
    margin: 0px;
}
.category-color .display-category.one.color3 h4 {
    background-color: rgba(154, 205, 50, 0.43) !important;
    text-align: center;
    color: #000;
    margin: 0px;
}
.category-color .display-category.one.color3 h5 {
    background-color: rgba(154, 205, 50, 0.43) !important;
    text-align: center;
    margin: 0px;
}
 

.category-color .display-category.one.color1 p {
    background-color: rgba(154, 205, 50, 0.43) !important;
    margin: 0px;
}
.category-color .display-category.one.color2 p {
    background-color: rgba(154, 205, 50, 0.43) !important;
    margin: 0px;
}
.category-color .display-category.one.color3 p {
    background-color: rgba(154, 205, 50, 0.43) !important;
    margin: 0px;
}


.uploadAdsSize {
    padding-left: 0;
}
.rightContent {
    padding-top: 10px;
}
.leftHeading {
    float: left;
    width: 150px;
    padding-top: 10px;
    font-weight: bold;
}
.uploadmainDIV {
    border: 1px solid #ccc;
    padding: 7px;
}
.priceDetails {
    width: 261px;
    font-size: 12px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    clear: both;
}
.priceDetails h4 {
    background-color: #f1f1f1;
    margin: 0;
    padding: 5px 5px;
}
table.pricetbl tbody tr, td {
    padding: 7px;
}
.compose-editAds {
    display: none;
}
.slectNewsCategory {
    clear: both;
    display: none;
}
tr.totalinfo {
    background-color: #f1f1f1;
}
tr.totalinfo img {
    width: 9px;
}
.compose-uploadAds {
    display: none;
}
span.changeTemp_home {
    padding-left: 10px;
}
.display-category.one p{
    background-color: #fff;
    margin: 0px;
}
.compose-display.ads {
    border: 1px solid #c0050c;
    margin: 0px;
} 
.category .display-category.one h4{
    margin: 0;
    text-align: center;
    padding: 0;
    background:#000; 
    color: #fff;
}
.category .display-category.one h5{
    margin: 0;
    text-align: center;
    padding: 0;
    background:#000; 
    color: #fff;
}
.category .display-category.one.color3 h4{
    margin: 0;
    text-align: center;
    padding: 0;
    color: #000;
    background-color: transparent;
}
.category .display-category.one.color3 h5{
    margin: 0;
    text-align: center;
    padding: 0; 
    color: #000;
    background-color: transparent;
}
span.display-or {
    background-color: #c0050c;
    color: #fff;
    padding: 5px 3px;
    font-size: 12px;
    border-radius: 24px;
    width: 50px;
    text-transform: uppercase;
    margin-left: 5px;
    margin-right: 5px;
}
button.register-btn:hover{
    background-color: #000;
    box-shadow: 0px 3px 0px #606060;
}
.fr-pswd a {
    position: relative;
    top: 10px;
    text-decoration: none;
    transition: all 0.5s ease;
}
.fr-pswd a:hover{
    color: #000;
}
.fblogin {
    clear: both;
    width: 250px;
    margin: auto;
    position: relative;
    top: 20px;
}
input.lgn {
    padding: 4px 6px;
    border: 1px solid #ccc;
    height: 40px;
}
.fregister input {
    height: 40px;
}
textarea.lgn {
    border: 1px solid #ccc;
}
.fblogin {
    clear: both;
    width: 250px;
    margin: auto;
    position: relative;
    cursor: pointer;
    border-radius: 5px;
    color: #fff;
    text-shadow: 0px 4px 2px #000;
    font-size: 18px;
    top: 20px;
    background: #8d9fc3;
    background: -moz-linear-gradient(top, #8d9fc3 1%, #5f78ab 51%, #5f78ab 52%, #2f4779 100%);
    background: -webkit-linear-gradient(top, #8d9fc3 1%,#5f78ab 51%,#5f78ab 52%,#2f4779 100%);
    background: linear-gradient(to bottom, #8d9fc3 1%,#5f78ab 51%,#5f78ab 52%,#2f4779 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8d9fc3', endColorstr='#2f4779',GradientType=0 );
}


@media only screen and (max-width : 480px)   {
    .box-card {
    height: 134px;
    overflow: hidden;
    position: relative;
}
.adimg, .box-ad {
    height: 134px;
}
#first-slider .carousel-inner {
    position: relative;
    width: 100%;
    overflow: visible;
    height: 800px;
}
.adsbook {
    width: 46% !important;
}
body{
    margin:0;
}
.fixed-nav {
    height: auto;
    position: relative;
}
.header li {
    width: 64px;
    height: 85px;
    font-size: 10px;
    cursor: pointer;
}
.modal-dialog.ezCustTrans.feedbackfrm {
    width: 94%;
}
.feedback {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99;
}
li.rytclip {
    display: none;
}
    .chosen-container{width: 100% !important;}
    .dateifrm {
    width: 100%;
    height: 350px;
    border: 0;
}
    .rowtable .date-select {
    display: inline-block;
    width: 100%;
}
    .fregister label {
    padding-left: 0;
}
    ul.nav.nav-tabs.composeads li{width: 100% !important;}
    #bs-example-navbar-collapse-1 {
    background: #333;
    margin-bottom: 30px;
}
    .col-md-3.adsimg{margin-bottom: 10px;}
    .nheaders {
    height: auto;
    width: 100%;
}
    .adsbk-btn {
    font-size: 12px !important;
    }
    .classified-header{font-size: 18px;}
    .home-header {
    font-size: 12pt;
    font-weight: bold;
    }
    .feedback img {
    width: 25px;
    }
    .adsbook {
        width: 45% !important;
        float: left;
    }
	input.col-md-9.rname {
    width: 100%;
}
	textarea.col-md-9.rname {
    width: 100%;
}
input.lgn {
    width: 100%;
    padding: 8px;
}
	.nloginsend {
    width: 100%;
    margin: auto;
    clear: both;
}
	.fabout {
		width: 100%;
		margin: auto;
	}
	
.col-md-12.banner-caption {
    color: #fff;
    position: absolute;
    top: 0%;
    padding: 24px 0px;
    width: 100%;
    height: 100%;
}
    .adtypads{width: 100%;}
	.carousel-inner &gt; .item &gt; img, .carousel-inner &gt; .item &gt; a &gt; img {
    width: 100%;
    height: 350px;
}
	.content {
    text-align: justify;
}
    .typead {
    margin-bottom: 35px;
}
.slctheader {
    background-color: yellowgreen;
    height: 33px;
    color: #fff;
    padding: 4px 31px;
    font-size: 17px;
    margin-left: 1px;
    margin-right: 7px;
}
    .slctheader:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16.5px 0px 17.5px 19px;
    border-color: transparent transparent transparent yellowgreen;
    position: absolute;
    right: 3px;
    top: 0px;
}
    .paper-list-right, .paper-list-left {
    display: none;
    }
    .chosen-container.chosen-container-multi{width: 100% !important;}
    .template-panel {
        width: 100%;
        height: auto;
    }
    .col-md-12.ads{padding-bottom: 0;}
    .compose-display.ads {
    border: 0;
    margin: 0px;
}
    table tr, tbody, table tr th, table tr td {
    width: 100%;
    }
    .rname {
    float: none;
    padding: 7px;
    margin-bottom: 2px;
}
    .nlogin label {
    padding-left: 0;
}
    .heading-login {
        padding: 20px 10px;}
}


@media only screen and (max-width : 650px) and (min-width : 481px)   {
    body{
    margin:0;
}
.fixed-nav {
    height: auto;
    position: relative;
}
    .dateifrm {
    width: 100%;
    height: 350px;
    border: 0;
}
    .rowtable .date-select {
    display: inline-block;
    width: 100%;
}
    ul.nav.nav-tabs.composeads li{width: 100% !important;}
    .template-panel {
        width: 100%;
        height: auto;
    }
    .col-md-12.ads{padding-bottom: 0;}
    .paper-list-right, .paper-list-left {
    display: none;
    }
    #bs-example-navbar-collapse-1 {
    background: #333;
    margin-bottom: 30px;
}
    .chosen-container.chosen-container-multi{width: 100% !important;}
    .adtypads{width: 80%;}
    .nheaders{width: 100%;}
    .papers-box .col-md-3 {
    width: 50%;
    float: left;
    }
.fabout {
    width: 33%;
    float: left;
}
	.adsbook {
    width: 46% !important;
    position: relative;
    left: 0;
    border: 1px solid #000;
    margin-right: 2%;
    float: left;
    margin-bottom: 20px;
    overflow: hidden;
}
        .typead {
    margin-bottom: 35px;
}
    .slctheader {
    background-color: yellowgreen;
    height: 33px;
    color: #fff;
    padding: 4px 31px;
    font-size: 17px;
    margin-left: 1px;
    margin-right: 7px;
}
    .slctheader:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16.5px 0px 17.5px 19px;
    border-color: transparent transparent transparent yellowgreen;
    position: absolute;
    right: 3px;
    top: 0px;
}
    .rname{float: none;}
}


@media only screen and (min-width:651px ) and (max-width:979px) {
    body{
    margin:0;
}
.fixed-nav {
    height: auto;
    position: relative;
}
    .rname{float: none;}
    .template-panel {
    width: 50% !important;
}
    .paper-list-right, .paper-list-left {
    display: none;
    }
    .adsbook {
    width: 48% !important;
    float: left;
    position: relative;
    border: 1px solid #aeaeae;
    overflow: hidden;
    display: inline-block;
    background: #fff;
    margin: 0px 1px;
    }
.papers-box .col-md-3 {
    width: 32%;
    float: left;
}
    .adtypads{width: 100%;}
 .typead {
    margin-bottom: 35px;
}
    .slctheader {
    background-color: yellowgreen;
    height: 33px;
    color: #fff;
    padding: 4px 31px;
    font-size: 17px;
    margin-left: 1px;
    margin-right: 7px;
}
    .slctheader:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16.5px 0px 17.5px 19px;
    border-color: transparent transparent transparent yellowgreen;
    position: absolute;
    right: 3px;
    top: 0px;
}
    .smail {
    width: 100%;
}
    input.semail {
    padding: 0px 4px;
    float: left;
    border: 0;
    height: 34px;
    cursor: inherit;
    color: #000;
    font-style: italic;
}
    label.fsend {
    background-color: #adddff;
    padding: 4px 5px;
    border: 1px solid #0073c3;
    height: 36px;
    margin-top: -35px;
    float: right;
}
    li.rytclip {
    float: right;
    /* width: 173px; */
    vertical-align: top;
    margin: 0;
    padding: 0;
}

}
@media (max-width: 1024px) {
    .box-card {
    height: 130px;
    overflow: hidden;
    position: relative;
}
.adimg, .box-ad {
    height: 130px;
}
button.adsbk-btn{font-size: 10px;}
}
@media (max-width:1250px) {
.template-panel {
    width: auto !important;
}
    .adsbook {
    width: 29%;
    position: relative;
    border: 1px solid #aeaeae;
    overflow: hidden;
    display: inline-block;
    background: #fff;
    margin: 0px 6px;
}
.allpapers{min-height: 350px;}
}
.priceDetailsAds, .template-below {clear: both;}
.carousel-inner {
position: relative;
width: 100%;
overflow: visible;
height: 770px;
}
.pt-3{padding-top:30px !important;}
.tab_content{width:100%; float:left;}
.tabs {
  font-size: 0;

}

.tabs:after {
  clear: both;
  content: '';
  display: table;
}

.tabs .tab {
  display: inline;
}

.tabs .tab-label {
    background: #919191;
    border: 1px solid #ccc;
    display: inline-block;
    font-size: 16px;
    font-size: 13px;
    left: 1px;
    color: #fff;
    margin-left: -1px;
    padding: 10px;
    position: relative;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: normal;
    cursor: pointer;
    vertical-align: bottom;
    border-bottom: 1px solid #0080d9;
}
label.tab-label:hover {
    background-color: #676767;
}
.tabs .tab &gt; [type="radio"] {
  clip: rect(0 0 0 0);
  height: 1px;
  opacity: 0;
  position: fixed;
  width: 1px;
  z-index: -1;
}

.tabs .tab-panel {
  display: inline;
  display: inline-block;
  overflow: hidden;
  position: relative;
  height: 0;
  width: 0;
}

.tabs .tab-content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  background: white;
  padding:20px 10px;
  border: 1px solid #3F51B5; 
  float: left;
  font-size: 16px;
  font-size: 1rem;
  margin-top: -6px;
  width: 100%;
}

.tabs .tab [type="radio"]:checked + .tab-label {
    background: white;
    border-bottom-width: 0;
    padding-bottom: 11px;
    z-index: 1;
    background-color: #3F51B5;
    color: #fff;
    border: 0;
}

.tabs .tab [type="radio"]:checked ~ .tab-panel {
  display: inline;
}

.papername_area{width:100%; float:left;}
.papername_area ul{margin:0; padding:0; list-style:none;}
.papername_area ul li{display:inline-block; margin:0 5px 7px;}
.papername_area ul li span{display:inline-block; vertical-align: middle;font-size: 13px;font-weight: 400; margin:0 3px;    cursor: pointer;}
.papername_area ul li label{margin:0; padding:0;}


    .loaderdd{
    z-index: 9999;
    min-height: 100px;
    display: block;
    position: absolute;
    margin-left: 37%;
    }

    .sr_loading {
   position: absolute;
    margin-left: 37%;
        z-index: 9999;

  border: 11px solid rgba(223, 223, 249, 0.53);
  border-radius: 50%;
  border-top: 11px solid #e30a13;
  border-bottom: 11px solid #e30a13;
  width: 80px;
  height: 80px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

    .load{
        display: none;
    }


.breadcum_content {float: left;padding: 0;width: 100%;}
.breadcum_content ul {list-style: outside none none;margin: 0;padding: 0;z-index: 1;}
.breadcum_area {float: left;padding: 7px;width: 100%}

.breadcum_content ul li {
    display: inline-block;
    position: relative;
    margin: 0 -2px;
}

.breadcum_content ul li a::after {
    content: "";
    position: absolute;
    right: -8px;
	z-index: 1;
    top:0px;
width: 0;
height: 0;
border-style: solid;
border-width: 12px 0 13px 8px;
border-color: transparent transparent transparent #919191;

}
.breadcum_content ul li a::before {

    content: "";
    position: absolute;
    right: -9px;
	z-index:1;
    top:0px;

width: 0;
height: 0;
border-style: solid;
border-width: 12px 0 13px 8px;
border-color: transparent transparent transparent #fff;

}

.breadcum_content ul li a {

    color:#fff;
	background: #919191;
    display: block;
    font-size: 13px;
    line-height: 13px;
    text-decoration: none;
	padding:6px 7px 6px 17px;
	cursor:default;
	outline:none !important;
    text-transform: capitalize;

}
.breadcum_content ul li:first-child a {padding-left:7px;}
.breadcum_content ul li.active a {background: #4CAF50; cursor:pointer;}
.breadcum_content ul li.active a::after {border-color: transparent transparent transparent #4CAF50;}
.breadcum_content ul li:last-child::after {
display: none;

}

div.btn-radio{
	display:inline;
}



/* hide input */
input.radio:empty {
	display:none;
}

/* style label */
input.radio:empty ~ label {
	position: relative;
	float: left;
	line-height: 22px;
	text-indent: 30px;
	margin-top: 5px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

input.radio:empty ~ label:before {
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	content: '';
	width: 25px;
			margin-top: 2px;
	  margin-left:2px;
		width: 18px;
    height: 18px;
    background: url(http://bookclassified.com/assets/iCheck/minimal/blue.png) no-repeat; 
	  background-position: -120px 0;
	border-radius: 3px 0 0 3px;
}

/* toggle hover */
input.radio:hover:not(:checked) ~ label:before {
	  
		margin-top: 2px;
	  margin-left:2px;
		width: 18px;
    height: 18px;
    background: url(http://bookclassified.com/assets/iCheck/minimal/blue.png) no-repeat; 
	  background-position: -140px 0;
}

input.radio:hover:not(:checked) ~ label {
	color: #888;
}

/* toggle on */
input.radio:checked ~ label:before {
	   
	  margin-top: 2px;
	  margin-left:2px;
	  width: 18px;
    height: 18px;
    background: url(http://bookclassified.com/assets/iCheck/minimal/blue.png) no-repeat;
		background-position: -140px 0;
}

input.radio:checked ~ label {
	color: #777;
}

/* radio focus */
input.radio:focus ~ label:before {
	//box-shadow: 0 0 0 1px #999;
} 

span.offer {
    text-decoration: line-through;
    color: red;
}
.paper-list-left{

    position: absolute;
    left: 60px;
    top: 35%;
}


.paper-list-right{
    
    position: absolute;
    right: 60px;
    top: 35%;
    
}

.copy-right a {
color: #72ffa9;
}

@media (max-width:1280px) {
    button.adsbk-btn {
    height: auto;
    min-height: 45px;
    font-size: 14px;
}
.cl-h3 {
    font-size: 15px;
    margin: 0;
    color: #d9ddff;
    line-height: 22px;
    height: 90px;
    margin-bottom: 16px;
    overflow: auto;
}
}
.p-policy h1, .p-policy h2, .p-policy h3, .p-policy h4, .p-policy h5, .p-policy h6, .p-policy .h1, .p-policy .h2, .p-policy .h3, .p-policy .h4, .p-policy .h5, .h6, p {
line-height: 1.5 !important;
}
</pre></body></html>