/***

====================================================================
	Section Title Four
====================================================================

***/

.area-title{
    position:relative;
    margin-bottom:30px;
}

.area-title .title{
    position:relative;
    color:#2680ff;
    font-size:2em;
    font-weight:600;
    letter-spacing: 2px;
    text-transform: capitalize;
    line-height: 1.2em;
}

.area-title h2{
    position: relative;
    color:#000;
    margin-top:15px;
    line-height:1.2em;
}

.area-title .text{
    position: relative;
    color:#999999;
    font-weight: 400;
    line-height: 1.8em;
    margin-top:18px;
    font-size:16px;
}

.area-title.light .text,
.area-title.light .title,
.area-title.light h2{
    color:#ffffff;
}

.area-title.centered{
    text-align: center;
}

.area-title.style-two .title{
    color:#2680ff;
}

/***

====================================================================
	Pricing Section Two
====================================================================

***/

.pricing-section-two:before{
    position:absolute;
    content:'';
    left:0px;
    top:100%;
    width:100%;
    height:492px;
    background:url(../images/background/pattern-14.jpg) repeat-x;
}

.pricing-section-two{
    position: relative;
    padding-top:75px;
    padding-bottom:35px;
    background-color: #ffe60d;
}

.price-block-two{
    position:relative;
    margin-bottom:30px;
    max-width: 450px;
}

.package .justify-content-md-center {
    justify-content: center!important;
}

.price-block-two .inner-box{
    background-color: #fff;
    position:relative;
    padding:40px 30px;
    text-align:center;
    border-radius:5px;
    /*background-color: rgba(204, 184, 10, 0.1);*/
    /*border:2px dashed #ffe60d;*/
    box-shadow: 2px 2px 5px #ddd, 2px 5px 5px #ddd, 2px 5px 10px #aaa;
}

.price-block-two .inner-box .icon-box{
    position:relative;
    width:247px;
    height:253px;
    margin:0 auto;
}

.price-block-two .inner-box .icon-box.gold:before{
    position:absolute;
    content:'';
    left:0px;
    top:0px;
    right:0px;
    bottom:0px;
    background:url(../images/icons/price-icon-gold.png) center center no-repeat;
}

.price-block-two .inner-box .icon-box.silver:before{
    position:absolute;
    content:'';
    left:0px;
    top:0px;
    right:0px;
    bottom:0px;
    background:url(../images/icons/price-icon-silver.png) center center no-repeat;
}

.price-block-two .inner-box .icon-box .gauge {
    position: absolute;
    width: 200px;
    top: 32px;
    left: 28px;
}

.price-block-two .inner-box .icon-box .gauge > span {
    position: absolute;
    display: none;
}

.price-block-two .inner-box .icon-box .icon{
    position:relative;
    width:247px;
    height:253px;
    color:#2680ff;
    line-height:253px;
    text-align:center;
    border-radius:50%;
    font-size:60px;
    display:inline-block;
    transition: 0.6s;
    text-shadow:
        1px 1px 1px #aaa,
        2px 2px 1px #aaa,
        3px 3px 1px #999,
        4px 4px 1px #999;
}

.price-block-two .inner-box .icon-box .icon:hover {
    text-shadow:
        1px 1px 1px #aaa,
        2px 2px 1px #aaa,
        3px 3px 1px #999,
        4px 4px 1px #999,
        5px 5px 1px #888,
        6px 6px 1px #888,
        7px 7px 1px #888;
}

.price-block-two .inner-box .icon-box .up-to {
    position: absolute;
    top: 73px;
    left: 106px;
    color: #2680ff;
    font-size: 1em;
    font-weight: 500;
}

.price-block-two .inner-box .icon-box span:last-child{
    position: relative;
    top: -95px;
    color: #2680ff;
    font-size: 1.3em;
}

.price-block-two .inner-box .price{
    position:relative;
    margin-top:45px;
    color: #2680ff;
    font-size:60px;
    font-weight:600;
    font-family: 'Poppins', sans-serif;
}

.price-block-two .inner-box .price sub{
    position:relative;
    font-size:16px;
}

.price-block-two .inner-box .price sup{
    position:relative;
    font-size:16px;
    top:-30px;
}

.price-block-two .inner-box .price span{
    position:relative;
    display:block;
    color:#999999;
    font-size:16px;
    font-weight:400;
    margin-top:15px;
}

.price-block-two .inner-box h4{
    position:relative;
    color:#222222;
    font-weight:600;
    margin-top:25px;
    margin-bottom:15px;
    text-transform:capitalize;
}

.price-block-two .inner-box .price-list{
    position:relative;
    margin-bottom:35px;
    line-height: 2em;
}

.price-block-two .inner-box .price-list li{
    position:relative;
    color:#999999;
    font-size:1em;
}

.price-block-two .inner-box .price-list li:last-child{
    margin-bottom:0px;
}

.service-area {
    margin-top: 10px;
}

.other-package {
    position: relative;
    color: #0d1741;
    font-size: 15px;
    line-height: 1.9em;
    padding: 16px 26px;
    font-weight: 600;
    margin-bottom: 30px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

/***

====================================================================
	Button Group
====================================================================

***/

.btn-group {
    width: 100%;
    max-width: 550px;
}

.btn-group .btn {
    width: 50%;
    border-width: 0;
}

.btn-group .btn {
    box-shadow: 0 0 3px #000;
    border: solid 1px #000;
    border-left: unset;
}

.btn-group .btn:first-child {
    box-shadow: -1px 0 3px #000;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.btn-group .btn:last-child {
    box-shadow: 1px 0 3px #000;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.theme-btn.btn-style-ten.order-now {
    background-color: #2680ff;
}

.service-area .btn-group .btn.active {
    color: #fff;
    background-color: #2680ff;
}

.service-area .btn-group .btn {
    color: #000;
    background-color: #fff;
}

.package-service .btn-group .btn.active {
    background-color: #ffe60d;
    color: #000
}

.package-service .btn-group .btn {
    background-color: #2680ff;
}

/***

====================================================================
	Channel List Section
====================================================================

***/

.channel-list-section{
    position:relative;
    padding:35px 0px 80px;
}

.channel-list-section .sec-title-three .fth {
    position: relative;
    font-weight: 700;
    color: #2680ff;
}

.channel-list-section .sec-title-three .fth > span {
    position: relative;
    color: #000000;
}

.channel-list-section .sec-title-three .fth > span span:first-child {
    left: 2px;
    top: -1.4em;
    font-size: 0.45em;
    position: absolute;
    color: #000;
}

.channel-list-section .sec-title-three .fth > span span:last-child {
    position: relative;
    font-size: 0.45em;
    color: #000;
}

.channel-list .package-tabs{
    position:relative;
}

.channel-list .package-tabs .tab-btns{
    position:relative;
    z-index:1;
    margin-bottom:48px;
    text-align:center;
    display:inline-block;
    border:1px solid #f2f2f2;
}

.channel-list .package-tabs .tab-btns .tab-btn{
    position:relative;
    display:block;
    float:left;
    cursor:pointer;
    background-color:#ffffff;
    border-right:1px solid #f2f2f2;
    transition:all 500ms ease;
}

.channel-list .package-tabs .tab-btns .tab-btn .text{
    position:relative;
    display:block;
    float:left;
    margin-right:0px;
    font-size:14px;
    color:#232527;
    text-transform:uppercase;
    font-weight:600;
    line-height:24px;
    cursor:pointer;
    /*background-color:#0b53ff;*/
    padding:15px 40px 15px;
    transition:all 500ms ease;
}

.channel-list .package-tabs .tab-btns .tab-btn:after{
    position:absolute;
    content:'';
    left:50%;
    bottom:0px;
    opacity:0;
    margin-left:-5px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 12px solid #2680ff;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}

.channel-list .package-tabs .tab-btns .tab-btn:last-child{
    border-right:0px;
}

.channel-list .package-tabs .tab-btns .tab-btn .icon{
    position:absolute;
    right:-5px;
    top:10px;
    line-height:1.1em;
    font-size:40px;
    color:rgba(8,8,8,0.06);
}

.channel-list .package-tabs .tab-btns .tab-btn:last-child .icon{
    right:0px;
}

.channel-list .package-tabs .tab-btns .tab-btn:hover:after,
.channel-list .package-tabs .tab-btns .tab-btn.active-btn:after{
    bottom:-12px;
    opacity:1;
}

.channel-list .package-tabs .tab-btns .tab-btn:hover .icon,
.channel-list .package-tabs .tab-btns .tab-btn.active-btn .icon{
    color:rgba(255,255,255,0.15);
}

.channel-list .package-tabs .tab-btns .tab-btn:hover {
    background:#2680ff;
}

.channel-list .package-tabs .tab-btns .tab-btn.silver.active-btn{
    background: rgb(174, 174, 174);
    background: conic-gradient(from 0.32turn at 0% 0%, #d2d2d2, 20deg, #fafafa, 360deg, #ffffff);
}

.channel-list .package-tabs .tab-btns .tab-btn.gold.active-btn{
    background: rgb(255,251,198);
    background: conic-gradient(from 0.32turn at 0% 0%, #c8c036, 20deg, #fff595, 360deg, #ebf8e1);
}

.channel-list .package-tabs .tab-btns .tab-btn:hover .text {
    color: #ffffff;
}

.channel-list .package-tabs .tab-btns .tab-btn.active-btn .text{
    color:#000;
    text-shadow:
        1px 1px 1px #c4c4c4,
        2px 2px 1px #c4c4c4,
        3px 3px 1px #a5a5a5,
        4px 4px 1px #989898;
}

.channel-list .package-tabs .tabs-content{
    position:relative;
}

.channel-list .package-tabs .tabs-content .tab{
    position:relative;
    display:none;
}

.channel-list .package-tabs .tabs-content .tab.active-tab{
    display:block;
}

/* Channel Block */

.channel-block{
    position:relative;
    margin-bottom:30px;
}

.channel-block .inner-box{
    position:relative;
    border-radius:10px;
    padding-top:15px;
    border:1px solid #e8e8e8;
    background-color:#ffffff;
}

.channel-block .inner-box .image{
    position:relative;
    text-align:center;
}

.channel-block .inner-box .lower-content{
    position:relative;
    padding:0px 30px 30px;
}

.channel-block .inner-box .lower-content .group-name{
    position:relative;
    color:#080d2d;
    opacity:0.7;
    font-weight:500;
    line-height:1.3em;
    margin-bottom:5px;
    font-size: 1.3em;
}

.channel-block .inner-box .lower-content .channel-logo{
    position:relative;
    margin-top:20px;
}

.channel-block .inner-box .lower-content .channel-logo li{
    position:relative;
    float:left;
    color:#080d2d;
    font-size:14px;
    text-align:center;
    width:100px;
}

.channel-block .inner-box .lower-content .channel-logo li a i {
    text-decoration: underline;
    color: #0b53ff;
}

.channel-block .inner-box .lower-content .channel-logo li .icon{
    display: flex;
    align-items: center;
    justify-content: center;
    width:80px;
    height:80px;
    margin-bottom:12px;
    margin-left:10px;
    border-radius:10px;
    background-color:#f7f8fd;
}

@media only screen and (max-width: 479px) {
    .channel-block .inner-box .lower-content .channel-logo li {
        width: 70px;
    }
    .channel-block .inner-box .lower-content .channel-logo li .icon{
        width:60px;
        height:60px;
    }
}

.channel-block .inner-box .lower-content .channel-logo li i {
    position:relative;
    color:#080d2d;
    font-size:12px;
    font-style:normal;
    display:block;
    opacity:0.6;
    margin-bottom:0px;
}

.channel-row .desc {
    text-align: right;
}

.channel-row .desc p {
    font-size: 0.8em;
}

.channel-list-section .sec-title-two .icon {
    color: #2680ff;
}
.channel-list-section .sec-title-two .title {
    color: #2680ff;
}
