.margin-bottom {
  margin-bottom: 15px !important;
}

.margin-top {
  margin-top: 15px !important;
}

.no-border {
  border: none !important;
}

.oi-container {
  margin: 15px 0 0;
}
.oi-left {
  width: 650px;
  float: left;
}
.oi-right {
  width: 300px;
  float: right;
}
.oi-heading {
  background: #f2f2f2;
  line-height: 35px;
  height: 35px;
  position: relative;
}
.oi-heading a {
  font-size: 18px;
  font-weight: bold;
  padding: 0 10px;
  text-transform: uppercase;
  color: #000000;
  text-decoration: none;
  position: relative;
  display: block;
}
.oi-heading a i {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  color: #404040;
  background: #e6e6e6;
  line-height: 35px;
  width: 35px;
  height: 35px;
}
.oi-heading a i:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 12px;
  height: 12px;
  border-right: solid 2px #404040;
  border-bottom: solid 2px #404040;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.oi-heading .oi-head-menu {
  position: absolute;
  background: #e6e6e6;
  left: 30px;
  right: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.oi-heading .oi-head-menu ul li {
  float: left;
  padding: 5px 0;
}
.oi-heading .oi-head-menu ul li a {
  display: block;
  height: 25px;
  line-height: 25px;
  color: #000000;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: normal;
  position: relative;
}
.oi-heading .oi-head-menu ul li a:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 12px;
  right: 0;
  top: 2px;
  bottom: 0;
  margin: auto;
  background: #000000;
  display: block;
}
.oi-heading .oi-head-menu ul li a:hover {
  text-decoration: underline;
}
.oi-heading .oi-head-menu ul li:last-child a:before {
  content: none;
}
.oi-main-left {
  width: 300px;
  float: left;
}
.oi-main-right {
  width: 300px;
  float: left;
  margin-left: 30px;
}
.oi-weather-block > div {
  float: left;
  width: 50%;
}
.oi-weather-block .weather-date-block > div {
  display: inline-block;
  vertical-align: middle;
}
.oi-weather-block .weather-date-block .weather-date {
  font-size: 42px;
  width: 40px;
  text-align: center;
  line-height: 34px;
  color: #333333;
}
.oi-weather-block .weather-date-block .weather-month span {
  font-size: 14px;
  display: block;
  color: #666666;
}
.oi-dailyalerts {
  padding-bottom: 10px;
}
.oi-dailyalerts-heading {
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  padding-bottom: 10px;
  font-weight: 600;
}
.oi-dailyalerts-signup {
  outline: solid thin #000000;
  height: 40px;
  line-height: 40px;
  position: relative;
}
.oi-dailyalerts-signup input[type="text"] {
  display: block;
  padding: 0 10px;
  height: 40px;
  line-height: 40px;
  border: none;
  outline: none;
}
.oi-dailyalerts-signup input[type="text"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-style: italic;
}
.oi-dailyalerts-signup input[type="text"]::-moz-placeholder {
  /* Firefox 19+ */
  font-style: italic;
}
.oi-dailyalerts-signup input[type="text"]:-ms-input-placeholder {
  /* IE 10+ */
  font-style: italic;
}
.oi-dailyalerts-signup input[type="text"]:-moz-placeholder {
  /* Firefox 18- */
  font-style: italic;
}
.oi-dailyalerts-signup input[type="submit"] {
  width: 80px;
  height: 40px;
  line-height: 40px;
  background: #000000;
  display: block;
  color: #ffffff;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  outline: none;
  cursor: pointer;
}
.oi-cartoon-heading {
  background: #000000;
  line-height: 35px;
  height: 35px;
  padding: 0 10px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600;
}

.main-block a {
  color: #000000;
}
.main-block-img {
  width: 300px;
  height: 225px;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
.main-block-text {
  font-size: 20px;
  color: #000;
  font-weight: 600;
  min-height: 85px;
  overflow: hidden;
  border-bottom: 1px dotted #ebebeb;
  padding: 10px 0;
}

.main-more-news a {
  color: #000000;
}
.main-more-news ul li {
  list-style-type: none;
  border-bottom: 1px solid #ebebeb;
  padding: 10px 0;
}
.main-more-news ul li:last-child {
  border-bottom: none;
}
.main-more-news .news-thumbimg {
  width: 75px;
  float: left;
  margin: 0 10px 0 0;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
.main-more-news .news-thumbimg img {
  width: 100%;
  display: block;
}
.main-more-news .news-desc {
  font-size: 16px;
  color: #000;
  font-weight: 400;
  line-height: 24px;
  margin-left: 85px;
}

.one-poll-widget-wrapper {
  display: table;
  font-family: "Open Sans",Arial,Helvetica,sans-serif;
  height: 100%;
  max-width: 300px;
  width: 100%;
  position: relative;
}

.one-poll-widget-container {
  display: table-row;
  height: 100%;
}

.relative-widget-wrapper {
  height: 100%;
  position: relative;
  width: 100%;
}

.one-poll-widget-content {
  background-color: #fff;
  border-collapse: collapse;
  border-spacing: 0;
  box-sizing: border-box;
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 2;
}

.poll-info-container img {
  display: block;
  max-width: 300px;
}

.poll-title {
  font-size: 16px;
  color: #fff;
  padding: 10px;
  background: #4d4d57;
  font-weight: bold;
}

.poll-title a {
  color: #fff;
  text-decoration: none;
}

.poll-option-details {
  padding: 0 0 0 0px;
  background: #fff;
}

.poll-option-details ul {
  padding: 0;
  margin: 0;
}

.poll-option-details ul li {
  color: #000000;
  cursor: pointer;
  display: block;
  font-size: 14px;
  margin: 10px 0 0;
  padding: 10px 8px;
  padding-right: 30px;
  text-decoration: none;
  list-style-type: none;
  background: #f2f2f2;
  position: relative;
}
.poll-option-details ul li:before {
  content: "";
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
  width: 12px;
  height: 12px;
  border-right: solid 2px #404040;
  border-bottom: solid 2px #404040;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.poll-option-details ul li:last-child {
  margin-bottom: 0;
}

.actions-for-voted-poll-container {
  margin-bottom: 10px;
  position: relative;
  display: none;
}

.poll-res-close a {
  padding: 0px 2px;
  border: 1px solid #dbdbdd;
  position: absolute;
  right: 1px;
  top: 1px;
  font-size: 13px;
  color: #dbdbdd;
  font-weight: bold;
  text-decoration: none;
  display: block;
}

.poll-res-options {
  padding: 0 10px 0 10px;
  background: #fff;
}

.poll-res-options ul {
  padding: 0;
  margin: 0;
}

.poll-res-options ul li {
  list-style-type: none;
  margin: 10px 0;
  padding: 8px;
  background: #f2f2f2;
  color: #000000;
}

.poll-res-options ul li h3 {
  padding: 0 0 5px 0;
  margin: 0;
  font-size: 14px;
  color: #000000;
  font-weight: normal;
}

.poll-result-graph {
  float: left;
  width: 78%;
  height: 10px;
  background: #ffffff;
  margin: 8px 0;
}

.poll-voted-result {
  background: #0099cc;
  height: 10px;
}

.poll-percent-result {
  float: right;
  width: 18%;
  font-size: 20px;
  font-weight: bold;
  color: #000;
}

.poll-clear {
  clear: both;
}

.polls-coupons-ad {
  min-width: 124px;
  margin: 0 24px;
  text-align: center;
  height: 60px;
  background: #fff;
  border: 1px solid #959595;
  box-shadow: 0 0 3px #b4b4b4;
}

.polls-coupons-ad-left {
  float: left;
  width: 62px;
  height: 60px;
}

.polls-coupons-ad-left img {
  vertical-align: middle;
}

.polls-coupons-ad-right {
  background: #e4e4e4;
  margin-left: 62px;
  height: 60px;
}

.polls-coupons-ad-title {
  font-size: 11px;
  color: #000;
  font-weight: bold;
  padding: 1px 5px;
}

.polls-coupons-ad-title > a {
  color: #000;
  text-decoration: none;
}

.polls-coupons-ad-seecode {
  float: left;
  margin: 0 0 0 50px;
}

.polls-coupons-ad-seecode a {
  font-size: 11px;
  color: #fff;
  padding: 1px 10px;
  display: inline-block;
  text-decoration: none;
  background: #67b754;
}

.polls-coupons-ad-more {
  float: right;
  margin: 0 10px;
}

.polls-coupons-ad-more a {
  color: #0066cc;
  font-size: 11px;
  text-decoration: none;
}

.one-poll-widget-container .bx-wrapper .bx-controls-direction a {
  cursor: pointer;
  height: 58px;
  margin-top: 0px;
  position: absolute;
  text-align: center;
  top: 100px;
  width: 18px;
  z-index: 110;
  text-indent: -99999px;
}

.one-poll-widget-container .bx-wrapper .bx-controls-direction a.bx-prev {
  left: 0;
  background: url(../../images/polls/polls-prev-icon.png) no-repeat 0 0;
}

.one-poll-widget-container .bx-wrapper .bx-controls-direction a.bx-next {
  right: 0;
  background: url(../../images/polls/polls-next-icon.png) no-repeat 0 0;
}

.oi-youtube .oi-slider-heading {
  text-align: right;
}
.oi-youtube .oi-slider-heading img {
  vertical-align: top;
}
.oi-slider {
  background: #f2f2f2;
  padding: 15px 40px 30px;
}
.oi-slider-heading {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.oi-slider ul li a {
  color: #000000;
}
.oi-slider-img {
  position: relative;
}
.oi-slider-img img {
  width: 100%;
  display: block;
}
.oi-slider-img .oi-video-icon {
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  padding: 0 10px;
  font-size: 12px;
  height: 35px;
  padding-left: 35px;
  line-height: 35px;
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
}
.oi-slider-img .oi-video-icon:before {
  content: "";
  position: absolute;
  left: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url(../../images/video-icon-white.svg) no-repeat 0 0;
}
.oi-slider-text {
  color: #000000;
  font-size: 16px;
  padding: 10px 0;
}
.oi-slider .bx-wrapper {
  position: relative;
}
.oi-slider .bx-controls-direction a {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0;
  bottom: 85px;
  margin: auto;
  text-indent: -9999px;
}
.oi-slider .bx-controls-direction a.bx-prev {
  left: -32px;
}
.oi-slider .bx-controls-direction a.bx-prev:before {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.oi-slider .bx-controls-direction a.bx-next {
  right: -32px;
}
.oi-slider .bx-controls-direction a.bx-next:before {
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.oi-slider .bx-controls-direction a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 12px;
  height: 12px;
  border-left: solid 2px #404040;
  border-bottom: solid 2px #404040;
}
.oi-menu-block {
  position: absolute;
  top: 0;
  right: 0;
  color: #404040;
  background: #e6e6e6;
  line-height: 35px;
  width: 35px;
  height: 35px;
}
.oi-menu-block span {
  display: block;
  width: 60%;
  margin: auto;
  height: 3px;
  background: #000000;
  position: absolute;
  left: 0;
  right: 0;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.oi-menu-block span.oi-menu-top {
  top: 10px;
}
.oi-menu-block span.oi-menu-middle {
  top: 0;
  bottom: 0;
  margin: auto;
}
.oi-menu-block span.oi-menu-bottom {
  bottom: 10px;
}
.oi-goldrate {
  padding: 10px;
  background: #f2f2f2;
}
.oi-goldrate span {
  display: inline-block;
  font-size: 14px;
  width: 100px;
}
.oi-goldrate-city {
  display: inline-block;
  width: 175px;
}
.oi-goldrate-city select {
  padding: 5px;
  font-size: 16px;
  width: 100%;
  border: none;
}
.oi-news-block {
  width: 310px;
  float: left;
  margin-right: 35px;
}
.oi-news-block:last-child, .oi-news-block:nth-child(3n) {
  margin-right: 0;
}
.oi-movies .oi-photos, .oi-lifestyle .oi-photos {
  background: #f2f2f2;
  padding: 20px 30px;
  height: 760px;
  overflow: auto;
}
.oi-movies .oi-photos::-webkit-scrollbar, .oi-lifestyle .oi-photos::-webkit-scrollbar {
  width: 10px;
}
.oi-movies .oi-photos::-webkit-scrollbar-track, .oi-lifestyle .oi-photos::-webkit-scrollbar-track {
  background: #e6e6e6;
}
.oi-movies .oi-photos::-webkit-scrollbar-thumb, .oi-lifestyle .oi-photos::-webkit-scrollbar-thumb {
  background-color: #c3c3c3;
}
.oi-movies .oi-photos .news-image, .oi-lifestyle .oi-photos .news-image {
  position: relative;
}
.oi-movies .oi-photos .news-image img, .oi-lifestyle .oi-photos .news-image img {
  width: 100%;
  display: block;
}
.oi-movies .oi-photos .news-desc, .oi-lifestyle .oi-photos .news-desc {
  font-size: 16px;
  font-weight: 600;
  padding: 5px 0;
}
.oi-movies .oi-photos ul li, .oi-lifestyle .oi-photos ul li {
  margin-bottom: 10px;
}
.oi-movies .oi-photos ul li:last-child, .oi-lifestyle .oi-photos ul li:last-child {
  margin-bottom: 0;
}
.oi-movies .oi-slider, .oi-lifestyle .oi-slider {
  background: #ffffff;
  border-radius: 3px;
  -moz-box-shadow: 0px 3px 8px -4px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0px 3px 8px -4px rgba(0, 0, 0, 0.8);
  box-shadow: 0px 3px 8px -4px rgba(0, 0, 0, 0.8);
}
.oi-lifestyle .oi-photos {
  height: 450px;
}
.oi-gadgets .oi-main .main-block-img, .oi-automobiles .oi-main .main-block-img {
  height: auto;
}
.oi-gadgets .oi-main-right, .oi-automobiles .oi-main-right {
  float: right;
}
.oi-bestphones ul li {
  padding: 10px 0;
  border-bottom: 1px solid #ebebeb;
}
.oi-bestphones ul li:first-child {
  padding-top: 0;
}
.oi-bestphones ul li:last-child {
  border-bottom: none;
}
.oi-bestphones ul li a {
  color: #333333;
  display: block;
}
.oi-bestphones ul li a .oi-image {
  width: 80px;
  float: left;
  text-align: center;
}
.oi-bestphones ul li a .oi-image img {
  width: 40px;
}
.oi-bestphones ul li a .oi-desc {
  font-size: 16px;
  color: #333333;
  font-weight: 600;
  margin-left: 10px;
  margin-top: 10px;
  float: left;
  width: 200px;
}
.oi-bestphones ul li a .oi-desc span {
  color: #666666;
  font-size: 14px;
  display: block;
}
.oi-bestcars ul li {
  padding: 10px 0;
  border-bottom: 1px solid #ebebeb;
}
.oi-bestcars ul li:first-child {
  padding-top: 0;
}
.oi-bestcars ul li:last-child {
  border-bottom: none;
}
.oi-bestcars ul li a {
  color: #000000;
  display: block;
}
.oi-bestcars ul li a .oi-image {
  width: 110px;
  float: left;
  text-align: center;
}
.oi-bestcars ul li a .oi-image img {
  width: 100%;
  display: block;
}
.oi-bestcars ul li a .oi-desc {
  font-size: 15px;
  color: #000000;
  font-weight: 600;
  margin-left: 20px;
  margin-top: 10px;
  float: left;
  width: 160px;
  text-transform: capitalize;
}
.oi-bestcars ul li a .oi-desc span {
  padding-top: 5px;
  font-size: 16px;
  display: block;
  font-weight: normal;
}
.oi-career .main-block-img {
  height: auto;
}
.oi-photosslider {
  background: #000000;
}
.oi-photosslider .oi-slider-heading {
  color: #ffffff;
}
.oi-photosslider .oi-slider-text {
  color: #ffffff;
  text-align: center;
  line-height: 24px;
}
.oi-photosslider.oi-slider .bx-controls-direction a:before {
  border-color: #ffffff;
}
.oi-coupons ul li {
  float: left;
  width: 192px;
  margin-right: 10px;
}
.oi-coupons ul li a {
  display: block;
  border: solid thin #f2f2f2;
  color: #333333;
  text-align: center;
}
.oi-coupons ul li a .coupons-img {
  border-bottom: dashed 2px #f2f2f2;
}
.oi-coupons ul li a .coupons-text {
  padding: 10px;
  height: 100px;
}
.oi-coupons ul li:last-child {
  margin-right: 0;
}
.oi-classifieds-list ul li {
  float: left;
  width: 188px;
  margin-right: 15px;
}
.oi-classifieds-list ul li a {
  display: block;
  color: #000000;
  font-size: 14px;
}
.oi-classifieds-list ul li:last-child {
  margin-right: 0;
}
.oi-classifieds .classifieds-text strong, .oi-classifieds .classifieds-text span {
  display: block;
}
.oi-classifieds .classifieds-text strong {
  padding: 5px 0 2px;
}
.oi-classifieds .classifieds-text span {
  padding-bottom: 2px;
}
.oi-heading-2 a {
  font-size: 18px;
  font-weight: bold;
  padding: 10px 0 0;
  text-transform: uppercase;
  color: #000000;
  text-decoration: none;
  position: relative;
  display: block;
}

.oi-photo-icon:before {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: rgba(0, 0, 0, 0.5) url(../../images/photo-icon-white.svg) center no-repeat;
  background-size: 60%;
  bottom: 0;
  left: 0;
  color: #ffffff;
}

.open span.oi-menu-middle {
  visibility: hidden;
  opacity: 0;
}
.open span.oi-menu-top {
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  top: 16px;
}
.open span.oi-menu-bottom {
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  bottom: 16px;
}
.open .oi-head-menu {
  opacity: 1;
  visibility: visible;
  left: 0;
}

.oi-breadcrumb > div, .oi-breadcrumb span {
  display: inline-block;
  vertical-align: middle;
}
.oi-breadcrumb span {
  padding: 0 2px;
  color: #000000;
}
.oi-breadcrumb a {
  color: #000000;
  font-size: 16px;
}
.oi-breadcrumb-nav {
  font-size: 14px;
}

.oi-cityblock-head {
  font-size: 22px;
  font-weight: bold;
}
.oi-cityblock-tabs ul li {
  width: 33.33%;
  float: left;
}
.oi-cityblock-tabs ul li a {
  display: block;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #000000;
  background: #f2f2f2;
  text-transform: uppercase;
  font-weight: bold;
  border-right: solid 2px #d3d3d3;
}
.oi-cityblock-tabs ul li a.active {
  background: #000000;
  color: #ffffff;
  border-right: none;
}
.oi-cityblock-tabs ul li:last-child a {
  border-right: none;
}
.oi-cityblock-list ul li {
  margin-bottom: 15px;
}
.oi-cityblock-list ul li a {
  display: block;
  color: #000000;
  text-decoration: none;
}
.oi-cityblock-list ul li:last-child {
  margin-bottom: 0;
}
.oi-cityblock-list ul li.videos-block .cityblock-img span {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  height: 30px;
  color: #ffffff;
  font-size: 14px;
  line-height: 30px;
  bottom: 0;
  left: 0;
  padding: 0 10px;
  padding-left: 30px;
}
.oi-cityblock-list ul li.videos-block .cityblock-img span::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: url(https://www.oneindia.com/images/play-button-black.svg) no-repeat;
  background-size: cover;
  position: absolute;
  left: 8px;
  top: 8px;
}
.oi-cityblock-pagination {
  background: #f2f2f2;
  padding: 10px 0;
}
.oi-cityblock-pagination ul {
  text-align: center;
}
.oi-cityblock-pagination ul li {
  display: inline-block;
  margin-bottom: 0;
}
.oi-cityblock-pagination ul li a {
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  background: #ffffff;
  border: solid thin #999999;
  border-radius: 2px;
  color: #999999;
  font-size: 16px;
  font-weight: 600;
  display: block;
}
.oi-cityblock-pagination ul li a.active {
  background: #000000;
  color: #ffffff;
  border-color: #000000;
}
.oi-cityblock .cityblock-img {
  width: 170px;
  float: left;
  margin-right: 15px;
  position: relative;
}
.oi-cityblock .cityblock-img img {
  width: 100%;
  display: block;
}
.oi-cityblock .cityblock-desc {
  float: left;
  width: 460px;
}
.oi-cityblock .cityblock-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  margin-bottom: 5px;
  color: #333333;
}
.oi-cityblock .cityblock-time {
  color: #636363;
  font-size: 14px;
  margin-bottom: 5px;
}
.oi-cityblock .cityblock-text {
  font-size: 16px;
  line-height: 20px;
}
