.article-thumbimg {
    position: relative;
}
.one-header-weather {
  padding: 10px;
  background: #354395;
  color: #ffffff;
  position: relative;
  margin: 10px 0 0;
}

.weather-block-left {
  float: left;
  font-size: 11px;
  padding: 9px 0 0;
  text-align: center;
}

.weather-block-left span {
  display: block;
  font-size: 13px;
  line-height: 16px;
}

.weather-block-right {
  float: right;
}

.weather-block-right .airquality-text {
  color: #ffffff;
}

.weather-block-right .airquality-index-city {
  position: relative;
}

.weather-block-right .airquality-index {
  left: 0;
  color: #ffffff;
  top: 10px;
}

.one-weather-widget {
  width: 90px;
  text-align: center;
  position: absolute;
  left: 90px;
  right: 0px;
  margin: auto;
  color: #ffffff;
}
.one-weather-widget .weather-widget-text {
  position: absolute;
  bottom: -17px;
  left: 0;
  right: 0;
  text-align: center;
  color: #ffffff;
  font-size: 12px;
}

.one-weather-widget .weather-widget-temperature {
  color: #ffffff;
}

.one-weather-widget .weather-widget-temperature sup,
.one-weather-widget .weather-widget-temperature span {
  color: #ffffff;
}

.city-section .one-breadcrumb {
  border-bottom: solid thin #dadde2;
  font-size: 14px;
  padding: 0px 0px 0px 5px;
}
.city-section .one-breadcrumb .one-bookmark {
  float: right;
}
.city-section .one-breadcrumb .one-bookmark a {
  text-transform: uppercase;
  color: #3566cc;
  padding: 1px 10px 0 0;
  font-weight: 600;
}
.city-section .one-mainheading {
  position: relative;
  
}
.city-section .one-mainheading a {
  color: #000000;
}
.city-section .one-mainheading .one-changecity {
  right: 10px;
  padding: 0 0 0 10px;
  top: 10px;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
  width: 195px;
}
.city-section .one-mainheading .one-changecity i {
  width: 26px;
  height: 26px;
  line-height: 26px;
  color: #ffffff;
  background: #ed1c24;
  text-align: center;
  border-radius: 50%;
}
.city-section .one-mainheading .one-changecity span {
  font-size: 14px;
  padding: 8px 0 0;
}

.one-changecity-popup {
  background: #fff;
  position: fixed;
  width: 100%;
  z-index: 100000000;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  overflow-y: scroll;
  display: none;
  left: 0;
  box-sizing: border-box;
  box-shadow: 2px 4px 5px #ccc;
  max-height: 100%;
}
.one-changecity-popup.active {
  display: block;
  z-index: 999999999;
}
.one-changecity-popup .changecity-text {
  font-size: 13px;
  color: #000;
  text-align: left;
  padding: 15px 10px;
  position: relative;
  text-transform: capitalize;
}
.one-changecity-popup .one-close-city {
  font-size: 20px;
  color: #000;
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 2px 10px 5px 10px;
}
.one-changecity-popup ul li {
  display: block;
  text-align: left;
  padding: 0;
}
.one-changecity-popup ul li a {
  font-size: 14px;
  line-height: 14px;
  color: #000;
  display: block;
  position: relative;
  padding: 15px 10px;
  cursor: pointer;
  text-transform: capitalize;
  box-sizing: border-box;
}
.one-changecity-popup ul li i {
  visibility: hidden;
  margin-right: 5px;
  display: inline-block;
  color: #324396;
  font-size: 16px;
}
.one-changecity-popup ul li.city-active i {
  visibility: visible;
}
.one-changecity-popup ul li:nth-child(odd) {
  background-color: #F7F7F7;
}

.one-news-tabs {
  overflow: hidden;
  width: 100%;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  box-shadow: 0px 2px 4px #ededed;
}

.one-news-tabs ul {
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  position: relative;
}

.one-news-tabs ul li {
  margin: 0;
  list-style-type: none;
  background: #fff;
  white-space: normal;
  vertical-align: top;
  display: inline-block;
}

.one-news-tabs ul li a {
  border-bottom: 2px solid #fff;
  display: block;
  color: #000;
  font-size: 14px;
  padding: 5px 12px;
  min-width: 60px;
  text-align: center;
  text-transform: uppercase;
  border-right: 1px solid #ededed;
}

.one-news-tabs ul li a.active {
  border-bottom: 2px solid #354395;
}

.one-news-tabs-content {
  display: none;
}

.one-more a {
  display: block;
  font-size: 16px;
  text-align: center;
  padding: 13px 0 0;
  color: #354395;
  border-top: 1px solid #ededed;
}
.one-more a i {
  font-weight: bold;
  font-size: 20px;
  vertical-align: top;
}

.recommend-photos ul {
  padding: 0;
  margin: 0;
  overflow-y: hidden;
  overflow-x: scroll;
  white-space: nowrap;
  position: relative;
  height: 200px;
}

.recommend-photos ul li {
  display: inline-block;
  width: 150px  !important;
  margin: 5px;
  padding: 0;
  background: #fff;
  vertical-align: top;
  height: 180px;
  overflow: hidden;
  border: thin solid #ccc;
  box-shadow: 0 2px 5px #ccc;
}

.recommend-photos ul li.active {
  opacity: 1;
}

.related-photo-title {
  float: left;
  white-space: normal;
  font-size: 12px;
  min-height: 60px;
  overflow: hidden;
  padding: 5px;
  max-height: 60px;
  color: #000;
}

.more-videos, .more-gal-photos {
  display: block;
  font-size: 18px;
  color: #fff;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
  height: 180px;
  line-height: 180px;
}

.related-photo-thumb {
  position: relative;
}

.related-photo-thumb img {
  display: block;
}

.related-photo-thumb .photos-icon {
  position: absolute;
  right: 5px;
  font-size: 12px;
  color: #fff;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  padding: 3px 5px 0 5px;
}

.one-news-tabs-content, .movies-content {
  display: none;
}

.one-icon-tabs {
  text-align: center;
  margin: 5px 0;
}

.one-icon-tabs ul li {
  display: inline-block;
  border: none;
}

.one-icon-tabs ul li a {
  text-indent: -99999px;
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #c3c3c3;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  background-position: center center;
  background-repeat: no-repeat;
}

.one-icon-tabs ul li a.active {
  background-color: #000;
}

.one-icon-tabs ul li a i {
  width: 16px;
  height: 16px;
  text-align: center;
  margin: 7px auto;
  display: block;
  background-size: cover;
}
.one-news-topics ul li {
  padding-top: 0;
}

.one-scorecard-tabs ul li {
  padding: 0;
}

.one-header {
  overflow: hidden;
}

.next-article {
  position: fixed;
  bottom: 10px;
  left: 10px;
  right: 10px;
  z-index: 99;
  overflow: hidden;
}
.next-article i {
  background: #ffffff;
  width: 38px;
  height: 38px;
  font-size: 18px;
  text-align: center;
  line-height: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1%;
  margin: auto;
  font-style: normal;
  color: #000000;
  border-radius: 50%;
  opacity: 0.8;
  -moz-animation: 10s swipeRight cubic-bezier(0.42, 0, 0.39, 1.06) infinite;
  -webkit-animation: 10s swipeRight cubic-bezier(0.42, 0, 0.39, 1.06) infinite;
  animation: 10s swipeRight cubic-bezier(0.42, 0, 0.39, 1.06) infinite;
  -moz-animation-delay: 3s;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.next-article button {
  background: #324396;
  color: #ffffff;
  font-size: 14px;
  display: block;
  width: 100%;
  padding: 13px 0;
  border: none;
  border-radius: 20px;
}

@-moz-keyframes swipeRight {
  0% {
    right: 1%;
    opacity: 0.8;
  }
  20%,100% {
    right: 100%;
    opacity: 0.3;
  }
}
@-webkit-keyframes swipeRight {
  0% {
    right: 1%;
    opacity: 0.8;
  }
  20%,100% {
    right: 100%;
    opacity: 0.3;
  }
}
@keyframes swipeRight {
  0% {
    right: 1%;
    opacity: 0.8;
  }
  20%,100% {
    right: 100%;
    opacity: 0.3;
  }
}
.news-desc {
    font-size: 16px;
    font-weight: 400;
}
.news-category {
    display: block;
    font-size: 14px;
}
#vdo-btn{
    background: rgba(0, 0, 0, 0.5);
    height: 24px;
    color: #fff;
    font-size: 12px;
    line-height: 24px;
    padding: 0 3px;
    padding-left: 30px;
    position: absolute;
    bottom: 0px;
}
						.oi-pricelist
						{
							clear: both;
							padding: 0px 0px 10px 0px;
							font-family: Arial;
							background:#ffffff;
							word-spacing: initial;
						}
						.oi-pricelist ul
						{
							white-space: nowrap;
							overflow: auto;
							-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
							-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
							box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
							height: 50px;
						}
						.oi-pricelist ul li {
							display: inline-block;
						}
						.oi-pricelist ul li span {
							line-height: 20px;
						}
						.oi-pricelist ul li div, .oi-pricelist ul li span {
						display: block;
						vertical-align: middle;
						font-size:13px;
						text-align: center;
						}
						.oi-pricelist ul li a {
						color: #000000;
						display: block;
						padding: 5px 10px;
						text-decoration: none;
						position: relative;
						position: relative;
   						overflow: hidden;
						height: 40px;
						border-right:solid thin rgba(0, 0, 0, 0.1);
						}
						.oi-pricelist ul li .oi-price {
						font-size: 16px;
						line-height: 20px;
						}
						.oi-pricelist ul li .oi-price strong {
						vertical-align: middle;
						}
						.oi-pricelist ul li .oi-price sub {
						line-height: 20px;
						vertical-align: middle;
						font-size: 16px;
						}
.nano_adg_city_a {
    color: #000;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}
.nano_adg_city_img {
    width: 100px;
    height: 75px;
    float: left;
    margin-right: 20px;
}
.city-sticky {
    position: fixed!important;
    left: 35px;
    z-index: 999999999;
    top: 12px!important;
    box-shadow: none!important;
    display: block!important;
}
#city-subscribe,#city-unsubscribe{
    padding-top: 10px;
}
.giz-subscribe-head
        {
                font-size:16px;
                text-transform:uppercase;
                text-align: center;
                padding-bottom: 5px;
                font-weight:600;
        }
        .giz-subscribe-block
        {
                font-size:15px;
                height:40px;
                line-height: 40px;
                padding: 0 10px;
                background: #000000;
                color:#ffffff;
                text-transform:uppercase;
                text-align: center;
                padding-right: 50px;
                position: relative;
		font-weight: bold;
        }
        .giz-subscribe-block .bell-icon
        {
            width: 40px;
            height: 36px;
            background: #ffffff url(/images/bell-blk.svg) no-repeat center;
            background-size: 60%;
            display: block;
            position: absolute;
            right: 2px;
            top: 2px;
        }
.launch-popup {
    position: fixed;
    top: 60%;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    display: none;
    z-index: 9999999;
    -webkit-transform: translateY(-200px);
    -moz-transform: translateY(-200px);
    -o-transform: translateY(-200px);
    width: 300px;
    transform: translateY(-200px);
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    background: #ffffff;
    padding: 10px;
    border: solid thin #000000;
    height: 190px;
    text-align: center;
    color: #000000;
    opacity: 1;
}
  .launch-popup-text {
    font-size: 16px;
    font-weight: 600;
    padding: 20px 20px 0;
}
    .launch-popup-btn {
    margin: 50px 0 0;
}
    .launch-popup-btn button {
          width: 130px;
          padding: 7px 0;
          font-size: 15px;
          background: none;
          border: none;
          cursor: pointer;
          margin: 0 5px;
      }
    .launch-popup-btn button.launch-cancel {
        background: #ebebeb;
    }
    .launch-popup-btn button.launch-ok
    {
            background: #000;
            color:#ffffff;
    }
    .launchclass
    {
        margin-right:18px !important;
    }
    .subscribeclass
    {
        margin-right:18px !important;
    }
    .notify-overlay {
     display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.notify-overlay {
    background: rgba(0,0,0,0.5);
    z-index: 1000000;
}
.giz-subscribe-block .tick-icon {
    width: 40px;
    height: 36px;
    background: #ffffff url(https://images.oneindia.com/notification/images/tick-checked.svg) no-repeat center;
    background-size: 60%;
    display: block;
    position: absolute;
    right: 2px;
    top: 2px;
}
#notification_bell_city span {
	font-size: 17px;
}
.one-breadcrumb img {
    float: left;
    display: inline;
    padding-top: 7px;
    padding: 6px 8px;
    vertical-align: middle;
}
.one-breadcrumb a {
    float: left;
}
