

/*====================================
    schpt Slider CSS
======================================*/
/* schpt Slider Linear-Gradient */
.sch-section4 .schpt-slider .owl-dots .owl-dot.active span{
    background: rgba(0, 0, 0, 0) linear-gradient(to right, rgb(0, 0, 0), rgb(67, 67, 67)) repeat scroll 0% 0%;
}

/*====================================
    schpt Switcher CSS
======================================*/
/* schpt Switcher */
.sch-section4 .schpt-switcher .schpt-field{
    background: #131212;
}
.sch-section4 .schpt-switcher .schpt-switch{
    background: rgba(0, 0, 0, 0) linear-gradient(to right, rgb(0, 0, 0), rgb(67, 67, 67)) repeat scroll 0% 0%;
}

/*====================================
    Start schpt Style 1 color CSS
======================================*/
/* schpt Lyaout Linear-Gradient */
.sch-section4 .schpt-style-1{
	background: rgba(0, 0, 0, 0) linear-gradient(to right, rgb(0, 0, 0), rgb(67, 67, 67)) repeat scroll 0% 0%;
}
.sch-section4 .schpt-style-1,
.sch-section4 .schpt-style-1 .schpt-button{
    color: #fff;
}
/* schpt icon */
.sch-section4 .schpt-style-1 .schpt-icon i{   
    background-color: #ffffff80;
}
/* schpt List */
.sch-section4 .schpt-style-1 .schpt-list li{
    border-bottom: 1px solid #ffffff30;
}
.sch-section4 .schpt-style-1 .schpt-list li:last-child{
    border-bottom: none;
}
.sch-section4 .schpt-style-1 .schpt-list .line-through{
    color: #a2a2a2;
} 
/* schpt Table Bottom */
.sch-section4 .schpt-style-1 .schpt-button{
    border: 1px dashed #fff;
}
/* schpt icon & Button & Top Right Ribbon*/
.sch-section4 .schpt-style-1:hover .schpt-icon i,
.sch-section4 .schpt-style-1 .schpt-button:hover,
.sch-section4 .schpt-style-1 .ribbon span{
    background-color: #fff;
    color: #121010;
}
/* Top Right Ribbon */
.sch-section4 .schpt-style-1 .ribbon span::before{
    border-left: 3px solid #403232;
    border-top: 3px solid #403232;
}
.sch-section4 .schpt-style-1 .ribbon span::after{
    border-right: 3px solid #403232;
    border-top: 3px solid #403232;
}
/*====================================
    End schpt Style 1 Color CSS
======================================*/

/*====================================
    Start schpt Style 2 Color CSS
======================================*/
/* schpt Item Border */
.sch-section4 .schpt-style-2{
    border: 2px solid #d1d1d1;
}
.sch-section4 .schpt-style-2:hover{
    border: 2px solid;
    border-image-source: linear-gradient(0deg,#796c6c 0%,#121010 100%);
    border-image-source: -webkit-linear-gradient(0deg,#796c6c 0%,#121010 100%);
    border-image-source: -moz-linear-gradient(0deg,#796c6c 0%,#121010 100%);
    border-image-source: -o-linear-gradient(0deg,#796c6c 0%,#121010 100%);
    border-image-slice: 1;
}
/* schpt Head Border Bottom */
.sch-section4 .schpt-style-2 .schpt-header{
    border-bottom:1px solid #d3cdcd;
}
/* schpt Table List Color */
.sch-section4 .schpt-style-2 .schpt-list li{
    color: #888;
}
.sch-section4 .schpt-style-2 .schpt-list li a{
    color: #666;
}
/* schpt Common CSS */
.sch-section4 .schpt-style-2 .schpt-header,
.sch-section4 .schpt-style-2 .schpt-footer{
    background: rgba(0, 0, 0, 0) linear-gradient(to right, rgb(0, 0, 0), rgb(67, 67, 67)) repeat scroll 0% 0%;
}
.sch-section4 .schpt-style-2,
.sch-section4 .schpt-style-2 .schpt-header .lable,
.sch-section4 .schpt-style-2 .schpt-list,
.sch-section4 .schpt-style-2 .schpt-footer .schpt-button{
    background: #fff;
}
/* schpt Head, Lable, Button & Footer Color */
.sch-section4 .schpt-style-2 .schpt-header h4,
.sch-section4 .schpt-style-2 .schpt-footer p{
    color: #fff;
}
.sch-section4 .schpt-style-2 .schpt-header .lable,
.sch-section4 .schpt-style-2 .schpt-footer .schpt-button{
    color: #121010; 
}
/*====================================
    End schpt Style 2 Color CSS
======================================*/

/*====================================
    Start schpt Style 3 Color CSS
======================================*/
/* schpt Border */
.sch-section4 .schpt-style-3{
    border: 2px solid #796c6c;
}
.sch-section4 .schpt-style-3:hover{
    border: 2px solid;
    border-image-source: linear-gradient(0deg,#796c6c 0%,#121010 100%);
    border-image-source: -webkit-linear-gradient(0deg,#796c6c 0%,#121010 100%);
    border-image-source: -moz-linear-gradient(0deg,#796c6c 0%,#121010 100%);
    border-image-source: -o-linear-gradient(0deg,#796c6c 0%,#121010 100%);
    border-image-slice: 1;
}
/* schpt List Line Through Color */
.sch-section4 .schpt-style-3 .schpt-list li{
    color: #888;
}
.sch-section4 .schpt-style-3 .schpt-list li.line-through{
    color: #b3b3b3;
}
/* schpt Footer Color */
.sch-section4 .schpt-style-3 .schpt-footer{
    border-top: 5px solid #796c6c;
}
.sch-section4 .schpt-style-3:hover .schpt-footer{
    border-top: 5px solid;
    border-image-source: linear-gradient(0deg,#796c6c 0%,#121010 100%);
    border-image-source: -webkit-linear-gradient(0deg,#796c6c 0%,#121010 100%);
    border-image-source: -moz-linear-gradient(0deg,#796c6c 0%,#121010 100%);
    border-image-source: -o-linear-gradient(0deg,#796c6c 0%,#121010 100%);
    border-image-slice: 1;
}
.sch-section4 .schpt-style-3 .schpt-footer .schpt-button{
    color: #121010;
    border: 1px solid #796c6c;
    background-color: #fff;
}
.sch-section4 .schpt-style-3 .schpt-footer .schpt-button:after{
    background-image: linear-gradient(to right, #796c6c, #121010);
    transition: opacity 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
}
.sch-section4 .schpt-style-3 .schpt-footer .schpt-button:hover span{
    color: #fff;
}
/* schpt Comon CSS */
.sch-section4 .schpt-style-3 h4,
.sch-section4 .schpt-style-3 .schpt-footer .schpt-button{
    color: #3a3a59;
}
.sch-section4 .schpt-style-3 .schpt-price,
.sch-section4 .schpt-style-3 .schpt-icon i{
    color: #fff;
    background: rgba(0, 0, 0, 0) linear-gradient(to right, rgb(0, 0, 0), rgb(67, 67, 67)) repeat scroll 0% 0%;
}
/*====================================
    End schpt Style 3 Color CSS
======================================*/

/*====================================
    Start schpt Style 4 Color CSS
======================================*/
/* schpt List Line Through Color */
.sch-section4 .schpt-style-4 .schpt-list li{
    color: #888;
}
.sch-section4 .schpt-style-4 .schpt-footer .schpt-button:hover{
    color: #121010;
}
/* schpt Header, List, Button Font Color */
.sch-section4 .schpt-style-4 .schpt-header h5,
.sch-section4 schpt-style-4 .schpt-list li,
.sch-section4 .schpt-style-4 .schpt-footer .schpt-button:hover{
    color: #737373;
}
/* schpt Price, Hover on Button  Font Color */
.sch-section4 .schpt-style-4 .schpt-price,
.sch-section4 .schpt-style-4 .schpt-footer .schpt-button{
    color: #fff;
}
/* schpt Background Color */
.sch-section4 .schpt-style-4,
.sch-section4 .schpt-style-4 .schpt-footer .schpt-button:hover{
    background: #fff;
}
/* schpt Footer & Hover on Button Background Color */
.sch-section4 .schpt-style-4 .schpt-icon .schpt-wrap,
.sch-section4 .schpt-style-4 .schpt-footer,
.sch-section4 .schpt-style-4 .schpt-footer .schpt-button{
    background: linear-gradient(to right, #796c6c, #121010);
}
/*====================================
    End schpt Style 4 Color CSS
======================================*/

/*====================================
    Start schpt Style 5 Color CSS
======================================*/
/* schpt Header, List, Button Font Color */
.sch-section4 .schpt-style-5 .schpt-header h4,
.sch-section4 .schpt-style-5 .schpt-price,
.sch-section4 .schpt-style-5 .schpt-header h5,
.sch-section4 .schpt-style-5 .schpt-list li{
    color: #737373;
}
/* schpt Price, Hover on Button  Font Color */
.sch-section4 .schpt-style-5.active .schpt-header h4,
.sch-section4 .schpt-style-5.active .schpt-price,
.sch-section4 .schpt-style-5.active .schpt-header h5,
.sch-section4 .schpt-style-5:hover .schpt-header h4,
.sch-section4 .schpt-style-5:hover .schpt-price,
.sch-section4 .schpt-style-5:hover .schpt-header h5,
.sch-section4 .schpt-style-5 .ribbon a,
.sch-section4 .schpt-style-5 .schpt-footer .schpt-button{
    color: #fff;
}
/* schpt Background Color */
.sch-section4 .schpt-style-5{
    background-color: #fff;
}
/* schpt List */
.sch-section4 .schpt-style-5 .schpt-list li{
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.sch-section4 .schpt-style-5 .schpt-list li:last-child{
    border-bottom: none;
}
/* schpt Footer & Hover on Button Background Color */
.sch-section4 .schpt-style-5.active .schpt-header,
.sch-section4 .schpt-style-5:hover .schpt-header,
.sch-section4 .schpt-style-5 .ribbon a,
.sch-section4 .schpt-style-5 .schpt-footer .schpt-button{
    background: rgba(0, 0, 0, 0) linear-gradient(to right, rgb(0, 0, 0), rgb(67, 67, 67)) repeat scroll 0% 0%;
}
.sch-section4 .schpt-style-5:hover .ribbon a{
    color: #121010;
    background: #fff;
}
/*====================================
    End schpt Style 5 Color CSS
======================================*/