
/** offers-section **/

.offers-section{
  position: relative;
  background: #f3f3f9;
  padding: 125px 0px 0px 0px;
}

.offers-section .image-box{
  position: relative;
  margin-left: 5px;
}

.offers-section .image-box img{
  width: 100%;
}

.offers-section .content_block_one .content-box{
  padding-top: 12px;
}

.offers-section .tab-btns li{
  position: relative;
  float: left;
  width: 20%;
  background: #e9e9f0;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  color: #000;
  text-align: center;
  padding: 30px 20px;
  cursor: pointer;
  transition: all 500ms ease;
  border-right: 5px solid #f3f3f9;
}

.offers-section .tab-btns li:last-child{
  border-right: none;
}

.offers-section .tab-btns li.active-btn{
  background: #fff;
}

.offers-section .tab-btns li:before{
  position: absolute;
  content: '';
  background: #fff;
  width: 0px;
  height: 0px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  bottom: 0px;
  transition: all 500ms ease;
}

.offers-section .tab-btns li.active-btn:before{
  bottom: -10px;
  height: 30px;
  width: 30px;
}

.offers-section .tab-btn-box{
  position: relative;
  display: block;
  margin-bottom: 50px;
}

.content_block_one .content-box h2{
  position: relative;
  display: block;
  font-size: 48px;
  line-height: 58px;
  margin-bottom: 20px;
}

.content_block_one .content-box p{
  margin-bottom: 43px;
}

.content_block_one .content-box .list li{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: #000;
  padding: 10px 0px;
  border-bottom: 1px solid #cfcfd4;
}

.content_block_one .content-box .list li:last-child{
  border-bottom: none;
}

.content_block_one .content-box .list li span{
  float: right;
}

.content_block_one .content-box .list li span.price{
  color: #f92502;
  font-weight: 700;
}

.content_block_one .content-box .list{
  margin-bottom: 55px;
}

.content_block_one .content-box .btn-box .theme-btn.btn-two{
  padding: 3px 39px 18px 31px;
}

.content_block_one .content-box .btn-box .theme-btn.btn-three{
  margin-right: 12px;
}

.preloader-close{
  color: #f92502;
}

.content_block_one .content-box .btn-box .theme-btn{
  margin-bottom: 15px;
}

/** offers-style-two **/

.offers-style-two{
  background: #f5f1ef;
  padding: 140px 0px 40px 0px;
}

.offers-style-two .sec-title{
  margin-bottom: 103px;
}

.offers-style-two .tab-btns{
  position: relative;
  display: block;
  border-bottom: 1px solid #d0cdcb;
  margin-bottom: 85px;
  text-align: center;
}

.offers-style-two .tab-btns li{
  position: relative;
  display: block;
  float: left;
  width: 25%;
  text-align: center;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  padding-bottom: 29px;
  cursor: pointer;
  transition: all 500ms ease;
}

.offers-style-two .tab-btns li:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 3px;
  left: 0px;
  bottom: -1px;
  transform: scale(0,0);
  transition: all 500ms ease;
}

.offers-style-two .tab-btns li.active-btn:before{
  transform: scale(1,1);
}

.offers-style-two .image-box{
  position: relative;
  display: block;
}

.offers-style-two .image-box img{
  width: 100%;
}

.offers-style-two .content_block_one .content-box .btn-box .theme-btn.btn-two{
  background: transparent;
  border: 1px solid #999999;
  padding: 2px 37px 17px 30px;
}