ul.resp-tabs-list {
    margin: 0px;
    padding: 0px;
}

.resp-tabs-list li {
    font-weight: 600;
    font-size: 13px;
    display: inline-block;
    padding: 13px 15px;
    margin: 0 4px 0 0;
    list-style: none;
    cursor: pointer;
    float: left;
}

.resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    clear: left;
}

h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}

.resp-tab-content {
    display: none;
    padding: 15px;
}

.resp-tab-active {
	border: 1px solid #5AB1D0 !important;
	border-bottom: none;
	margin-bottom: -1px !important;
	padding: 12px 14px 14px 14px !important;
	border-top: 4px solid #5AB1D0 !important;
	border-bottom: 0px #fff solid !important;
}

.resp-tab-active {
    border-bottom: none;
    background-color: #fff;
}

.resp-content-active, .resp-accordion-active {
    display: block;
}

.resp-tab-content {
    border: 1px solid #c1c1c1;
    border-top-color: #5AB1D0;
    line-height: 1.3;
}

h2.resp-accordion {
    font-size: 13px;
    border: 1px solid #c1c1c1;
    border-top: 0px solid #c1c1c1;
    margin: 0px;
    padding: 10px 15px;
}

h2.resp-tab-active {
    border-bottom: 0px solid #c1c1c1 !important;
    margin-bottom: 0px !important;
    padding: 10px 15px !important;
}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue;
}

/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 30%;
}

.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 15px 15px !important;
    margin: 0 0 4px;
    cursor: pointer;
    float: none;
}

.resp-vtabs .resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    border: 1px solid #c1c1c1;
    float: left;
    width: 68%;
    min-height: 250px;
    border-radius: 4px;
    clear: none;
}

.resp-vtabs .resp-tab-content {
    border: none;
    word-wrap: break-word;
}

.resp-vtabs li.resp-tab-active { 
position: relative;
z-index: 1;
margin-right: -1px !important;
padding: 14px 15px 15px 14px !important;
border-top: 1px solid;
border: 1px solid #5AB1D0 !important;
border-left: 4px solid #5AB1D0 !important;
margin-bottom: 4px !important;
border-right: 1px #FFF solid !important;
}

.resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 3px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #c1c1c1;
}

h2.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #9B9797;
}

/*-----------Accordion styles-----------*/
h2.resp-tab-active {
    background: #DBDBDB;/* !important;*/
}

.resp-easy-accordion h2.resp-accordion {
    display: block;
}

.resp-easy-accordion .resp-tab-content {
    border: 1px solid #c1c1c1;
}

.resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1;/* !important;*/
}

.resp-jfit {
    width: 100%;
    margin: 0px;
}

.resp-tab-content-active {
    display: block;
}

h2.resp-accordion:first-child {
    border-top: 1px solid #c1c1c1;/* !important;*/
}

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 768px) {
    ul.resp-tabs-list {
        display: none;
    }

    h2.resp-accordion {
        display: block;
    }

    .resp-vtabs .resp-tab-content {
        border: 1px solid #C1C1C1;
    }

    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: 100px;
        clear: none;
    }

    .resp-accordion-closed {
        display: none !important;
    }

    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1 !important;
    }
}



.tab-style-four .resp-tabs-list li.resp-tab-active,
.tab-style-four .resp-tab-content-active {
  background: #03a9f5 !important;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .tab-style-one ul.resp-tabs-list {
    text-align: center;
  }
  .tab-style-one ul.resp-tabs-list.text-left {
    padding-left: 15px;
  }
  .tab-style-one ul.resp-tabs-list li:last-child {
    margin-right: 0;
  }
  .tab-style-one ul.resp-tabs-list li.resp-tab-active {
    border-bottom-color: #03a9f5;
    color: #03a9f5;
  }
  .tab-style-one .resp-tab-content {
    border: 1px solid #e6e6e6;
    border-width: 1px 0 0 0;
    border-color: #03a9f5;
  }
}
@media screen and (min-width: 768px) {
  .tab-style-two ul.resp-tabs-list {
    text-align: center;
    display: table;
    width: 100%;
  }
  .tab-style-two ul.resp-tabs-list li:last-child {
    margin-right: 0;
  }
  .tab-style-two ul.resp-tabs-list li.resp-tab-active {
    color: #03a9f5;
    background: #fff;
    border: 1px solid #03a9f5 !important;
  }
  .tab-style-two ul.resp-tabs-list li i {
    margin-bottom: 5px;
    font-size: 1.8em;
  }
  .tab-style-two .resp-tab-content {
    border: none;
    padding: 40px 40px 0 40px;
  }
  .tab-style-two ul.resp-tabs-list li {
    background: #f5f5f5;
    margin-right: 0;
    border: 1px solid rgba(0, 0, 0, 0.09);
    display: table-cell;
    padding: 20px 15px;
    vertical-align: middle;
    text-align: center;
  }
}
@media screen and (min-width: 992px) {
  .tab-style-three {
    margin-top: -98px !important;
  }
  .tab-style-three .resp-tabs-container {
    padding: 30px 0 0 0;
  }
  .tab-style-three ul.resp-tabs-list {
    text-align: right;
  }
  .tab-style-three ul.resp-tabs-list li:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .tab-style-three ul.resp-tabs-list li.resp-tab-active {
    border: none !important;
    background-color: transparent !important;
    color: #03a9f5;
  }
  .tab-style-three .resp-tab-content {
    border: none;
    padding: 40px 0 0 0;
  }
  .tab-style-three ul.resp-tabs-list li {
    background: none;
    margin-right: 0;
    padding: 0 10px;
    border: none;
    font-size: 16px;
    font-weight: 500;
  }
}
@media screen and (max-width: 991px) {
  .tab-style-three {
    margin-top: 0 !important;
  }
  .tab-style-three .resp-tab-content {
    border: none;
    padding: 0;
  }
  .tab-style-three .resp-tabs-container {
    padding: 15px 0 0 0;
  }
  .tab-style-three ul.resp-tabs-list {
    display: inline-block;
    text-align: center;
    width: 100%;
  }
  .tab-style-three h2.resp-accordion {
    display: none;
  }
  .tab-style-three .resp-tabs-list li {
    padding: 0 10px 10px 10px;
    font-size: 15px;
  }
  .tab-style-three .resp-tabs-list li.resp-tab-active {
    border: none !important;
  }
}
@media screen and (max-width: 767px) {
  ul.resp-tabs-list {
    display: none;
  }
  h2.resp-accordion {
    display: block;
  }
  h2.resp-accordion i {
    margin-right: 8px;
    font-size: 18px;
  }
  .resp-vtabs .resp-tab-content {
    border: 1px solid #c1c1c1;
  }
  .resp-vtabs .resp-tabs-container {
    border: none !important;
    float: none;
    width: 100%;
    min-height: 100px;
    clear: none;
  }
  .resp-accordion-closed {
    display: none !important;
  }
  .resp-vtabs .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1 !important;
  }
  .resp-tab-content {
    background-color: #fff;
  }
}
ul.countdown li {
  border-right: 1px solid #626262;
  display: inline-block;
  padding: 0 30px;
  text-align: center;
}
ul.countdown li:first-child {
  padding-left: 0;
}
ul.countdown li:last-child {
  border: medium none;
  padding-right: 0;
}
ul.countdown li span {
  font-size: 36px;
  font-weight: 700;
  line-height: normal;
  position: relative;
}
ul.countdown li span::before {
  content: "";
  height: 1px;
  position: absolute;
  width: 100%;
}
ul.countdown li p.timeRefDays,
ul.countdown li p.timeRefHours,
ul.countdown li p.timeRefMinutes,
ul.countdown li p.timeRefSeconds {
  font-size: 12px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  ul.countdown li {
    padding: 0 8px;
  }
  ul.countdown li span {
    font-size: 22px;
  }
}
ul.countdown.count-style-one li {
  border-right: none;
}
ul.countdown.count-style-one li span {
  color: #232323;
}
.classic ul.countdown {
  padding: 0;
  margin: 0;
}
.classic ul.countdown li {
  border-right: none;
  margin: 3px 10px 3px 0;
  padding: 6px 10px;
  border-radius: 3px;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
}
.classic ul.countdown li:last-child {
  margin-right: 0;
  padding: 6px 10px;
}
.classic ul.countdown li:first-child {
  padding: 6px 10px;
}
.classic ul.countdown li span {
  font-size: 26px;
  font-weight: 600;
}
.classic ul.countdown li p.timeRefDays,
.classic ul.countdown li p.timeRefHours,
.classic ul.countdown li p.timeRefMinutes,
.classic ul.countdown li p.timeRefSeconds {
  text-transform: capitalize;
}
@media screen and (max-width: 991px) {
  .classic ul.countdown li span {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .classic ul.countdown li span {
    font-size: 22px;
  }
}
@media screen and (max-width: 575px) {
  .classic ul.countdown li {
    margin: 3px 0px 3px 0;
    padding: 6px 5px;
  }
  .classic ul.countdown li:first-child {
    padding: 6px 5px;
  }
}
.classic.large ul.countdown li {
  padding: 16px 10px;
  min-width: 90px;
  margin: 3px 5px 3px 5px;
}
.classic.large ul.countdown li:last-child {
  padding: 16px 10px;
  margin-right: 5px;
}
.classic.large ul.countdown li:first-child {
  padding: 16px 10px;
}
.classic.large ul.countdown li span {
  font-size: 26px;
  font-weight: 600;
}
.classic.large ul.countdown li p.timeRefDays,
.classic.large ul.countdown li p.timeRefHours,
.classic.large ul.countdown li p.timeRefMinutes,
.classic.large ul.countdown li p.timeRefSeconds {
  font-size: 14px;
}
@media screen and (max-width: 991px) {
  .classic.large ul.countdown li span {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .classic.large ul.countdown li span {
    font-size: 22px;
  }
}
@media screen and (max-width: 575px) {
  .classic.large ul.countdown li {
    min-width: 72px;
  }
}