/*
Theme Name: Infinity CenturyLink
Description: A child theme of Divi
Template: Divi
Author: Mohammed Emran
*/

.locationField {
  display: inline-block;
  vertical-align: middle;
  width: 67%;
  margin-right: 2%;
}
.autocomplete, .address2 {
  padding: 17px 10px !important;
  border: none !important;
  font-size: 16px !important;
  line-height: 1;
  height: 54px;
}
.autocomplete {
  width: 73%;
  border-radius: 5px 0 0 5px;
}
.address2 {
  border-left: 2px solid #CECECE !important;
  width: 27%;
  border-radius: 0 5px 5px 0;
}
.bodybtn.searchsectionbutton {
  width: 30%;
  min-width: auto;
  border: 0;
  font-size: 18px;
  font-weight: bold;
  padding: 18px 0;
  vertical-align: middle;
}
.hidden {
  display: none;
}
.address-more {
  top: -200000em;
  position: absolute;
  right: 0;
}
.input_address {
  width: 68%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 2%;
}
.pac-container {
  z-index: 9999999999999999;
}
.loader {
  width: 60px;
  padding: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #48d597;
  --_m: 
    conic-gradient(#0000 10%,#000),
    linear-gradient(#000 0 0) content-box;
  -webkit-mask: var(--_m);
          mask: var(--_m);
  -webkit-mask-composite: source-out;
          mask-composite: subtract;
  animation: l3 1s infinite linear;
  margin: 10px auto;
}
@keyframes l3 {to{transform: rotate(1turn)}}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotating {
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}
.rotating {
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}
.blur #yourarea {
  font-weight: 700;
  display: block;
}
.blur #main-content, .blur .topheader, .blur footer .ctabar, .blur footer .btmfooter  {
  filter: blur(2px);
}


.orderonlinebtn.bodybtn {
  background-color: #48D597;
  vertical-align: middle;
  color: #000000;
}
.cta_btns .orderonlinebtn.bodybtn {
  min-width: 275px;
  border-radius: 5px;
  margin-left: 0;
}
.whiteorderonlinebtn .orderonlinebtn.bodybtn {
  background-color: #eee;
}
.cta_btns {
  line-height: 1;
}
.gt-current-lang {
  display: none !important;
}
a.glink span {
  font-size: inherit !important;
}
.abtest .forcontrol, .forabtest {
	display: none !important;
}
body.abtest .forabtest, .logged-in .forabtest {
	display: block !important;
}
#searchzip {
  border: none;
  font-size: 18px;
  padding: 14px 0;
  min-width: 180px;
  text-align: center;
  vertical-align: middle;
}
#zip_code {
  width: 215px;
  padding: 12.5px 20px;
  border: 0px solid #bbb;
  border-radius: 5px;
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  margin-right: 8px;
  background-color: #fff;
  color: #000;
}
.orderonline .orderonlinebtn.bodybtn {
  border-radius: 5px;
}
.loading {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid #48d597;
    border-radius: 50%;
    border-top: 2px solid #fff;
    animation: spin 1s linear infinite;
	vertical-align: middle;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.popups .fa-thin.fa-circle-xmark {
  cursor: pointer;
}
.blockarea #yourarea {
  font-size: 22px;
  font-weight: 800;
  display: block;
  line-height: 1.3;
}
.showzipfiberpop .fiberstuff, .logged-in .fiberstuff {
  display: inline-block !important;
}
.showzipfiberpop  .orderonline, .logged-in  .orderonline {
  display: block !important;
}
.fiberstuff, .orderonline {
  display: none !important;
}
.showzipfiberpop #zippop .et_pb_row, .logged-in #zippop .et_pb_row {
  max-width: 1000px;
}
.popups p {
  padding-bottom: 15px;
}
.logged-in .popups  {
  display: flex;
  position: relative;
  z-index: 0;
}
.popups  {
  position: fixed;
  align-items: center;
  justify-content: center;
  z-index: 999999999;
  top: 0;
  left: 0;
  right: 0;
  display: none;
  width: 100%;
  height: 100vh;
}
.zipbull {
  padding-left: 28px !important;
  padding-top: 8px !important;
}
.zipbull li {
  line-height: 1.1;
  padding-bottom: 8px;
}
.zipbull li:last-child {
  padding-bottom: 0;
}
.ct-only .callbtn {
  display: none !important;
}
.ct-only .orderonlinebtn {
  margin: 0;
  width:   100% !important;
  border-radius: 0;
  padding: 16px 0;
}
.ct-only .ctabar {
  padding: 0;
}

:lang(es) .ctabar .callbtn {
  font-size: 24px;
}
.ct-no .orderonlinebtn {
	display: none;
}
body.ct-no .ctabar .callbtn{
	width: 100% !important;
	padding: 4px 0;
}
/* body.et_cover_background.page-id-10{
  background-image: url(/wp-content/uploads/2024/01/simply_100_mobile_bkgd.jpg);
  background-attachment: inherit !important;
  background-size: auto 1700px !important;
} */
.isglogo::before{
  content: "";
  height: 45px;
  width: 2px;
  background-color: #fff;
  display: block;
  position: absolute;
  left: -20px;
  opacity: .6;
  top: 9px;
}
.accordrightimg {
  display: none;
}
#img_0, .logged-in .accordrightimg {
	display: block;
}
.centuryslide .et_pb_slide_image, .centuryslide .et_pb_slide_description, .centuryslide .et-pb-active-slide .et_pb_slide_image, .centuryslide .et_pb_slide:first-child .et_pb_slide_image img.active, .centuryslide {
	animation: none !important;
}
.centuryslide .et_pb_slide_description{
  position: relative;
}
.bluebtn .callbtn.bodybtn, .bluebtn .callbtn.bodybtn.spanishbtn{
  background-color: #0047BB !important;
}
.sportssliderlogo.new img {
  width: 150px;
  max-height: 70px;
}
.sportssliderlogo.slideintlogos img {
  max-height: 100px;
  max-width: 150px;
  /*width: auto !important;*/
}
.centuryaccord .et_pb_toggle.et_pb_toggle_close{
  border-width: 0px !important;
}

.orderonlinebtn{
  background-color: #0047BB;
  color: #fff;
  font-size: 21px;
  line-height: 1;
  padding: 13px 24px;
  border-radius: 5px;
  display: inline-block;
  text-decoration: none !important;
  z-index: 99999;
  bottom: 7px;
  cursor: pointer;
  margin-left: 20px;
}
.centuryslide .et-pb-arrow-next, .centuryslide .et-pb-arrow-prev{
  display: none;
}
:lang(en-US) .spanish-tv, :lang(es) .english-tv{
  display: none !important;
}
sup {
  font-size:.5em !important;
  vertical-align:super !important;
  bottom:0 !important;
  top:0px !important;
}
sub {
  font-size:.5em !important;
  vertical-align:sub !important;
  bottom:0 !important;
  top:0 !important;
}
.et_pb_text_inner h6:last-child{
  padding-bottom: 0;
}
.myaccount .fa-circle-user{
  font-size: 22px;
  vertical-align: middle;
  padding-right: 3px;
  margin-top: -4px;
}
.myaccount{
  vertical-align: middle;
  padding-top: 8px;
  padding-right: 35px;
  margin-right: 35px;
  padding-bottom: 8px;
  border-right: 2px solid #BEBEBE70;
}
.callbtn{
  vertical-align: middle;
}
.callbtn::before{
  font-family: "Font Awesome 6 Pro";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display,inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-weight: 300;
  content: "\f3ce";
  color: #48D597;
  font-size: 24px;
  padding-right: 7px;
  vertical-align: middle;
  margin-top: -2px;
}
.ctabar .callbtn::before{
  color: #000;
  font-size: 35px;
  margin-top: -3px;
}
.permo {
  font-size: 24px;
  font-weight: 500;
  display: inline-block;
  line-height: 1;
}
.bodybtn{
  background-color: #0047BB;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  padding: 15px 24px;
  border-radius: 5px;
  display: inline-block;
  text-decoration: none !important;
  cursor: pointer;
	text-align: center;
	text-shadow: none;
}

.callbtn.bodybtn::before{
  color: #fff;
  font-size: 28px;
  padding-right: 7px;
  vertical-align: middle;
  margin-top: -2px;
}
.greenbtn .bodybtn {
  background-color: #48D597;
}

.ctabar{
  text-align: center;
  cursor: pointer;
  position: fixed;
  width: 100%;
  bottom: 0;
  line-height: 1;
  padding: 10px 0;
  background-color: #BEBEBE;
  border-top: 5px solid #48D597;
}
.ctabar .callbtn {
  width: auto;
  display: inline-block;
  font-size: 30px;
  color: #000;
}
.centuryaccord .et_pb_accordion_item.et_pb_toggle_open .et_pb_toggle_title:before {
	display: block;
	content: "\e047" !important;
}
.centuryslide h6{
  font-family: 'Arial',Helvetica,Arial,Lucida,sans-serif;
  font-size: 10px;
  line-height: 1.1em;
  color: #fff !important;
}
.centuryslide .et_pb_slide {
  -webkit-animation-name: fadeLeft;
  animation-name: fadeInRight;
  -webkit-animation-duration: .7s;
  animation-duration: .7s;
  -webkit-animation-delay: .7s;
  animation-delay: .7s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.centuryslide h5{
  font-family: 'Arial',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #FFFFFF !important;
  line-height: 1.1em;
  margin-bottom: 10px;
  margin-top: 15px;
}
.centuryslide{
  overflow: visible !important;
}
.centuryslide .et-pb-controllers{
  bottom: -50px;
}
.centuryslide .et-pb-controllers a{
  opacity: 1;
  background-color: #fff !important;
  width: 14px;
  height: 14px;
  margin-right: 5px;
}
.centuryslide .et-pb-controllers a.et-pb-active-control{
  background-color: #48d597 !important;
}
.dishpack h4, .dishpack h5{
  padding-bottom: 0;
}
.page-id-213 .bodybtn, .page-id-235 .bodybtn{
  background-color: #F01E46;
  color:#fff;
}
.leftimg{
  width: 70px;
}
.righttext{
  padding-left: 15px;
  line-height: 1.5;
}
.dlat{
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 20px;
}
.dlat:last-child {
  padding-bottom: 0 !important;
}
.page-id-235 .callbtn.bodybtn{
  display: none;
}
.page-id-235 .callbtn.bodybtn.spanishbtn{
  display: inline-block !important;
}

/*icon menu*/

.icon-menu {
  display: flex;
  justify-content: space-between;
  padding: 0px 0;
  
}

.menu-item {
  flex: 1;
  text-align: center;
}

.menu-item img {
  width: 40px;
  height: 40px;
  margin-bottom: 4px;
}

/*icon menu end*/

/*desktop site*/
@media screen and (min-width: 981px){
.et_pb_menu #menu-main.et-menu > li{
  padding-left: 25px !important;
  padding-right: 25px !important;
}
.menu-item-257, .menu-item-8639 {
  align-items: center !important;
  justify-content: center;
}
.centuryslide .et_pb_slide_description{
  width: 45%;
  margin-left: 0;
}
.centuryslide .et_pb_slide{
  padding: 0 50px;
}
.topplans::before{
  content: "";
  display: block;
  position: absolute;
  width: 3px;
  height: 70%;
  background-color: #0047BB;
  top: 15%;
  right: 50%;
}
.blue.greenline::before{
  background-color: #0047bb !important;
}
.long.greenline.left::before{
  left: -7.5px;
  height: 110%;
  top: -5%;
}
.greenline::before{
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 85%;
  background-color: #48D597;
  top: 7.5%;
  z-index: 99999;
  visibility: visible !important;
}
.greenline.right::before{
  right: -7.5px;
}
.greenline.left::before{
  left: -7.5px;
}
}

/*mobile site*/
@media screen and (max-width: 980px){
#mobile_menu1 {
  text-align: center;
}
  .mobile_nav.opened .mobile_menu_bar::before {
    content: "\4d" !important;
    font-family: ETmodules !important;
    left: -1px;
    top: -1px;
  }
:lang(es) .ctabar .callbtn {
  font-size: 16px;
}

.input_address {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0;
  margin-bottom: 18px;
}
.popups .bodybtn.searchsectionbutton {
  font-size: 18px;
}
.ctabar .orderonlinebtn.bodybtn .fa-light.fa-cart-shopping {
  color: #fff;
  font-size: 26px;
  padding-right: 7px;
  vertical-align: middle;
}
.popups .bodybtn {
  font-size: 24px;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}
.centuryslide .et_pb_slide_description {
  min-height: 250px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}
.isglogo::before{
  height: 37px;
  left: -17px;
  top: 7px;
}
.footerlinks span{
  display: none;
}
.footerlinks a{
  display: block;
  padding: 10px 0;
}
.sportssliderlogo.slideintlogos img{
  max-height: 70px;
  max-width: 90px;
  width: auto !important;
}
.ctabar .callbtn{
  font-size: 18px;
}
.ctabar .orderonlinebtn{
  font-size: 16px;
  bottom: 9px;
}
#mobile_menu1 a{
  border-bottom: none;
  font-size: 18px;
}
.centuryslide h5, .centuryslide .callbtn.bodybtn{
  display: none;
}
.centuryslide .et_pb_slide{
  padding: 0;
}
.centuryslide .et_pb_slide .et_pb_slide_image{
  width: 100%;
  position: relative;
  top: 0;
  margin: 0 !important;
  display: block !important;
}
.centuryslide .et_pb_slide_image img{
  max-height: none !important;
  width: 100%;
}
.centuryslide .et_pb_slide_description{
  width: 100%;
  padding-left: 5% !important;
  padding-right: 5% !important;
  padding-bottom: calc(40px - 1em) !important;
}
.centuryslide .et_pb_slide_description::before{
  content: "";
  width: 90%;
  display: block;
  height: 10px;
  background-color: #48D597;
  position: absolute;
  left: 5%;
  top: -5px;
}
.centuryslide.et_pb_slider .et_pb_container{
  height: auto !important;
}
}

/*phone site*/
@media screen and (max-width: 767px){
.ctabar .callbtn::before{
  font-size: 22px;
  padding-right: 2px;
  margin-top: -4px;
}
body .autocomplete {
  width: calc(100% - 110px);
}
body .address2 {
  width: 110px;
}
body .ctabar .orderonlinebtn {
  bottom: 0;
}
.autocomplete, .address2 {
  font-size: 16px !important;
}
.cta_btns .orderonlinebtn.bodybtn {
  margin-top: 20px;
}
#zip_code {
  margin-right: 0;
  margin-bottom: 15px;
  text-align: center;
}
#searchzip {
  max-width: 350px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.bodybtn {
  width: 95% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  font-size: 18px !important;
}
:lang(es) .ctabar a {
  font-size: 16px !important;
}
:lang(es) .ct-no .ctabar a {
  font-size: 18px !important;
}
.bodybtn{
  font-size: 18px;
}
.dlat{
  flex-wrap: wrap;
  padding-bottom: 25px;
}
.righttext{
  padding-left: 0;
  text-align: center;
  padding-top: 15px;
}
body .ctabar .callbtn{
  font-size: 18px;
  padding: 21px 0;
  width: 55%;
  display: inline-block;
  vertical-align: middle;
  border: none;
} 
body.ct-no .ctabar .callbtn {
  padding: 18px 0;
}
body .orderonlinebtn{
  position: relative;
  width: 45%;
  margin-left: 0;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  bottom: 0;
  font-size: 18px;
  padding: 21.5px 0;
  border-radius: 0;
}
.ctabar{
  display: flex;
  padding: 0;
}
.nowword{
  display: none;
}
.ct-no .nowword{
  display: inline;
}
}


@media screen and (min-width: 981px) and (max-width: 1410px){
.headertel {
  display: none !important;
}
.mainmenu{
  width: 100% !important;
}
body .et_pb_menu #menu-main.et-menu > li{
  padding-left: 20px !important;
  padding-right: 20px !important;
}
}

.btmchannellogos {
  padding: 10px 10px 10px 10px;
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
}
.featured_channels {
  display: flex;
  padding: 5px 10px;
  border-radius: 10px;
  margin-bottom: 10px;
  box-shadow: 0 4px 9px #cecece;
  width: 29%;
  margin-right: 3%;
  text-align: center;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.featured_channels img {
  padding: 8px 11px;
  max-height: 53px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}



.owl-carousel {
  overflow: hidden;
  max-height: 860px;

  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
      This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
      calculation of the height of the owl-item that breaks page layouts
     */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 *  Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }


/*OWL Theme*/

.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 145px;
}

@media screen and (max-width: 1024px){
.owl-theme .owl-nav.disabled + .owl-dots {
      bottom: 00px;

}
}




.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }
/*END OWL THEME*/


/*Madali Changes*/

.slider_item_test {
    padding-top: 55px !important;
    padding-bottom: 150px !important;
}

.divider {
    position: absolute;
    bottom: 0;
}


@media screen and (max-width: 980px){
	.slider_item_test {
		padding-top: 25px !important;
		padding-bottom: 0 !important;
	}
}