
/*** 

====================================================================
	Price Section
====================================================================

***/

.price-section{
	position:relative;
	padding-bottom:125px;
}

.price-section .upper-section{
	position:relative;
	padding:106px 0px 240px;
	background-color:#6048f0;
	background-repeat:no-repeat;
	background-position:left center;
}

.price-section .upper-section .sec-title{
	margin-bottom:0px;
}

.price-section .upper-section .big-letter{
	position: absolute;
    right: -450px;
    top: 0px;
    line-height: 250px;
    font-size: 350px;
    font-weight: 700;
    color: rgba(255,255,255,0.07);
    text-transform: uppercase;
}

.price-section .upper-section .big-letter span{
	color: #6048f0;
    text-shadow: -1px -1px 0 rgba(255,255,255,0.10), 1px -1px 0 rgba(255,255,255,0.10), -1px 1px 0 rgba(255,255,255,0.10), 1px 1px 0 rgba(255,255,255,0.10);
}

.price-block{
	position:relative;
}

.price-block .inner-box{
	position:relative;
	padding:45px 40px 30px;
	border-radius:5px;
    -moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.20);
    -ms-box-shadow: 0px 0px 20px rgba(0,0,0,0.20);
    -o-box-shadow: 0px 0px 20px rgba(0,0,0,0.20);
    -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.20);
	box-shadow: 0px 0px 20px rgba(0,0,0,0.20);
	background-color:#ffffff;
}

.price-block .inner-box .upper-box{
	position:relative;
	padding-bottom:20px;
	margin-bottom:25px;
	border-bottom:1px solid #d1d1d1;
}

.price-block .inner-box .title{
	position:relative;
	color:#222222;
	font-size:15px;
	font-weight:600;
	margin-bottom:5px;
}

.price-block .inner-box .price{
	position:relative;
	color:#222222;
	font-size:80px;
	font-weight:600;
	line-height:1em;
}

.price-block .inner-box .price sup{
	position:relative;
	color:#777777;
	font-size:26px;
	font-weight:400;
	top:-38px;
	margin-right:5px;
}

.price-block .inner-box .price sub{
	position:relative;
	color:#777777;
	bottom:0px;
	font-size:15px;
	font-weight:400;
}

.price-block .inner-box .upper-box .theme-btn{
	margin-top:30px;
}

.price-block .inner-box .lower-box{
	position:relative;
	padding:0px 10px 10px;
}

.price-block .inner-box .lower-box ul{
	position:relative;
}

.price-block .inner-box .lower-box ul li{
	position:relative;
	max-width:230px;
	width:100%;
	color:#777777;
	font-size:18px;
	margin-bottom:12px;
	padding-left:22px;
	display:inline-block;
}

.price-block .inner-box .lower-box ul li:before{
	position:absolute;
	content:'';
	left:0px;
	top:13px;
	height:1px;
	width:10px;
	background-color:#ff4c72;
}

.price-block .inner-box .lower-box ul li span{
	position:relative;
	color:#222222;
	font-weight:500;
}

.price-section .carousel-section{
	position:relative;
	margin-top:-188px;
	z-index:9;
}

.price-section .carousel-section .price-carousel{
	max-width:710px;
	margin:0 auto;
	width:100%;
	display:block;
	padding:0px 15px;
}

.price-section .carousel-section .owl-carousel .owl-stage-outer{
	overflow:visible;
	padding:10px 0px;
}

.price-section .carousel-section .owl-dots,
.price-section .carousel-section .owl-nav{
	display:none;
}

.price-section .carousel-section .owl-carousel .owl-stage-outer .owl-item{
	opacity:0.6;
}

.price-section .carousel-section .owl-carousel .owl-stage-outer .owl-item.active{
	opacity:1;
}

.price-section .carousel-section .owl-carousel .owl-stage-outer .owl-item.active .price-block .inner-box{
	background:#ffffff url(../images/background/pattern-9.png) repeat;
}

/** pricing-home-4 **/

.pricing-home-4{
	position: relative;
	padding: 150px 0px 140px 0px;
}

.pricing-block-one{
  max-width: 370px;
  width: 100%;
}

.pricing-block-one .pricing-table{
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 15px;
  background: #fff;
  padding: 53px 30px 60px 40px;
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.15);
}

.pricing-home-4 .tabs-content{
  position: relative;
}

.pricing-home-4 .tabs-content .tab .pricing-block-one:last-child{
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: -1;
  transform: scale(0.9);
}

.pricing-home-4 .pr-content .pr-tab.active-tab{
  position: relative;
  z-index: 1;
  -webkit-transform: scale(0.9) translateX(0);
  -ms-transform: scale(0.9) translateX(0);
  -o-transform: scale(0.9) translateX(0);
  -moz-transform: scale(0.9) translateX(0);
  transform: scale(0.9) translateX(0);
}

.pricing-home-4 .pr-content .pr-tab.active-tab .pricing-block-one .pricing-table .table-header,
.pricing-home-4 .pr-content .pr-tab.active-tab .pricing-block-one .pricing-table .table-content,
.pricing-home-4 .pr-content .pr-tab.active-tab .pricing-block-one .pricing-table .table-footer{
	opacity: 0.2;
}

.pricing-home-4 .pr-content .pr-tab .pricing-block-one .pricing-table .table-header,
.pricing-home-4 .pr-content .pr-tab .pricing-block-one .pricing-table .table-content,
.pricing-home-4 .pr-content .pr-tab .pricing-block-one .pricing-table .table-footer{
	opacity: 1;
}

.pricing-home-4 .pr-content .pr-tab{
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
  width: 370px;
  transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  -webkit-transform: scale(1) translateX(107px);
  -ms-transform: scale(1) translateX(107px);
  -o-transform: scale(1) translateX(107px);
  -moz-transform: scale(1) translateX(107px);
  transform: scale(1) translateX(107px);
}

.pricing-home-4 .inner-box{
	position: relative;
	display: block;
	margin: 0px 50px;
}

.pricing-home-4 .inner-box .shape-1 {
    position: absolute;
    left: -40px;
    top: -35px;
    width: 129px;
    height: 129px;
    background-repeat: no-repeat;
}

.pricing-home-4 .inner-box .shape-2{
	position: absolute;
	left: -50px;
	bottom: 100px;
	width: 435px;
	height: 400px;
	background-repeat: no-repeat;
}

.pricing-home-4 .inner-box .shape-3{
    position: absolute;
    top: -40px;
    right: -70px;
    width: 109px;
    height: 140px;
    background-repeat: no-repeat;
}

.pricing-home-4 .inner-box .shape-4{
	position: absolute;
	left: -70px;
	top: 0px;
	width: 652px;
	height: 582px;
	background-repeat: no-repeat;
}

.pricing-block-one .pricing-table .table-header{
	position: relative;
	display: block;
	margin-bottom: 38px;
	transition: all 500ms ease;
}

.pricing-block-one .pricing-table .table-header h4{
	display: block;
	margin-bottom: 14px;
}

.pricing-block-one .pricing-table .table-header h2{
	position: relative;
	display: block;
	font-size: 40px;
	line-height: 50px;
	font-weight: 600;
	color: transparent;
    background: -webkit-linear-gradient(0deg, #ff5863 50%, #fc9049 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.pricing-block-one .pricing-table .table-content{
	position: relative;
	display: block;
	margin-bottom: 44px;
	transition: all 500ms ease;
}

.pricing-block-one .pricing-table .table-footer{
	transition: all 500ms ease;
}

.pricing-block-one .pricing-table .table-content li{
	position: relative;
	display: inline-block;
	font-size: 17px;
	line-height: 26px;
	color: #222;
	margin-bottom: 16px;
	padding-left: 40px;
}

.pricing-block-one .pricing-table .table-content li:last-child{
	margin-bottom: 0px;
}

.pricing-block-one .pricing-table .table-content li img{
	position: absolute;
	left: 0px;
	top: 2px;
	width: 27px;
	height: 20px;
}

.pricing-home-4 .content-box{
	position: relative;
	display: block;
	margin-left: 50px;
}

.pricing-home-4 .content-box .text{
	margin-bottom: 42px;
}

.pricing-home-4 .content-box .tab-btns{
	position: relative;
	width: 285px;
	border-radius: 35px;
	overflow: hidden;
	background-color: #f2f0f0;
}

.pricing-home-4 .content-box .tab-btns li{
	position: relative;
	display: inline-block;
	float: left;
	width: 50%;
	text-align: center;
	font-size: 15px;
	font-weight: 600;
	color: #222;
	cursor: pointer;
	padding: 14px 15px;
	z-index: 1;
	transition: all 500ms ease;
}

.pricing-home-4 .content-box .tab-btns li.active-btn,
.pricing-home-4 .content-box .tab-btns li:hover{
	color: #ffffff;
}

.pricing-home-4 .content-box .tab-btns li:before{
	position: absolute;
	content: '';
	background: -webkit-linear-gradient(0deg, #ff5b66, #fc9049 100%);
	width: 0%;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: -1;
	transition: all 500ms ease;
}

.pricing-home-4 .content-box .tab-btns li.active-btn:before,
.pricing-home-4 .content-box .tab-btns li:hover:before{
	width: 100%;
}

.pricing-home-4 .content-box .sec-title-two{
	margin-bottom: 32px;
}

.pricing-home-4 .row{
	display: flex;
	align-items: center;
}