/**--- inner title header css ------**/
.indx_title_main_wrapper {
    background: url('../images/inner_bg.jpg') 50% 0 repeat-y;
    background-position: center 0;
    background-size: cover;
    background-repeat: no-repeat;
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
    margin-bottom: 80px;
}

.title_img_overlay {
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    background: rgba(0,0,0,0.8);
}

.indx_title_left_wrapper {
    text-align: center;
}

    .indx_title_left_wrapper h2 {
        font-size: 50px;
        color: #ffffff;
        text-transform: uppercase;
        font-weight: 300;
        margin-bottom: 20px;
    }

    .indx_title_left_wrapper ul {
        display: inline-block;
    }

    .indx_title_left_wrapper li {
        float: left;
        color: #ffffff;
        text-transform: capitalize;
    }

        .indx_title_left_wrapper li a {
            color: #ffffff;
            -webkit-transition: all 0.5s;
            -o-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -moz-transition: all 0.5s;
            transition: all 0.5s;
            z-index: 999;
            position: relative;
        }

            .indx_title_left_wrapper li a:hover {
                color: #ff7e00;
                -webkit-transition: all 0.5s;
                -o-transition: all 0.5s;
                -ms-transition: all 0.5s;
                -moz-transition: all 0.5s;
                transition: all 0.5s;
            }

        .indx_title_left_wrapper li:last-child {
            color: #ff7e00;
            margin-left: 10px;
        }


/**----- pricing plans css -------**/
.pricing_wrapper2 {
    padding: 80px 0;
    background: #0f0f0f;
}

.pricing_box_wrapper2 {
    text-align: center;
    -moz-box-shadow: 0 4px 15px 0px rgba(0,0,0, 0.05);
    -webkit-box-shadow: 0 4px 15px 0px rgba(0,0,0, 0.05);
    box-shadow: 0 4px 15px 0px rgba(0,0,0, 0.05);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border: 1px solid #393939;
    border-radius: 10px;
    max-width: 33.333333%;
    float: left;
    background: #171717;
    width: 32%;
    margin-right: 1%;
    color: #fff;
}

.stations_wrapper {
    background: #fff;
}

.pricing_heading_wrapper {
    padding-top: 50px;
    padding-bottom: 80px;
    background: #f9f9f9;
    -webkit-border-top-left-radius: 10px;
    -moz-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    background: #171717;
    border-bottom: 1px solid #535353;
}

.pricing_box_wrapper2:hover .pricing_heading_wrapper {
    background: -moz-linear-gradient(90deg, rgb(148, 213, 0) 20%, rgb(148, 213, 0) 100%);
    background: -webkit-linear-gradient(90deg, rgb(148, 213, 0) 20%, rgb(148, 213, 0) 100%);
    background: linear-gradient(90deg, rgb(227, 3, 3) 20%, rgb(230, 19, 19) 100%);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.pricing_heading_wrapper h3 {
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.pricing_box_wrapper2:hover .pricing_heading_wrapper h3 {
    color: #fff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.ui_pricing_five_wrapper {
    background: #262626;
    width: 220px;
    height: 90px;
    padding-top: 17px;
    display: inline-block;
    text-align: center;
    -moz-box-shadow: 0 4px 15px 0px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 4px 15px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0 4px 15px 0px rgba(0, 0, 0, 0.05);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    margin-top: -45px;
    color: #fff;
}

    .ui_pricing_five_wrapper h3 {
        font-size: 26px;
        color: #fff;
        font-weight: 500;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }

        .ui_pricing_five_wrapper h3 span {
            font-size: 16px;
        }

.pricing_five_list_wrapper ul {
    margin-top: 50px;
}

.pricing_five_list_wrapper li {
    margin-top: 15px;
    font-size: 18px;
    line-height: 30px;
}

    .pricing_five_list_wrapper li:first-child {
        margin-top: 0;
    }

.ui_pricing_five_btn_wrapper {
    text-align: center;
}

    .ui_pricing_five_btn_wrapper a {
        display: inline-block;
        width: 160px;
        height: 45px;
        line-height: 45px;
        text-align: center;
        background: transparent;
        color: #fff;
        border: 1px solid #e6e6e6;
        margin-top: 50px;
        margin-bottom: 40px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
    }

.pricing_box_wrapper2:hover .ui_pricing_five_btn_wrapper a {
    background: -moz-linear-gradient(90deg, rgb(148, 213, 0) 20%, rgb(148, 213, 0) 100%);
    background: -webkit-linear-gradient(90deg, rgb(148, 213, 0) 20%, rgb(148, 213, 0) 100%);
    background: linear-gradient(90deg, rgb(227, 3, 3) 20%, rgb(230, 19, 19) 100%);
    color: #fff;
    border: 1px solid rgb(213, 0, 0);
}

.pricing_overview .pricing_overview_heading h1 {
    margin-bottom: 35px;
    font-size: 30px;
    color: #fff;
}

.pricing_overview {
    width: 73%;
    background: -moz-linear-gradient(90deg, rgb(148, 213, 0) 20%, rgb(148, 213, 0) 100%);
    background: -webkit-linear-gradient(90deg, rgb(148, 213, 0) 20%, rgb(148, 213, 0) 100%);
    background: linear-gradient(90deg, rgb(148, 213, 0) 20%, rgb(148, 213, 0) 100%);
    border-radius: 10px;
    padding: 50px 0px;
    text-align: center;
    margin: 70px auto 0 auto;
}
.mb-2, .my-2 {
	margin-bottom: 8px;
}

body .demo-class .layui-layer {
	border-radius: 2px;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: .3s;
	animation-duration: .3s;
	border: 1px solid #353535;
}

body .demo-class .layui-layer-title{background:#262626; color:#fff; border: none;border-radius: 0;} 
body .demo-class .layui-layer-btn{border-top:1px solid #E9E7E7}
body .demo-class .layui-layer-btn a{background:#333;}
body .demo-class .layui-layer-btn .layui-layer-btn1{background:#999;}
body .demo-class .layui-layer-close{color:#ddd;}

body .demo-class .layui-layer-content{background:rgba(0, 0, 0, 0.8);}


@media screen and (max-width:782px) {
    
    .pricing_box_wrapper2 {
	text-align: center;
	-moz-box-shadow: 0 4px 15px 0px rgba(0,0,0, 0.05);
	-webkit-box-shadow: 0 4px 15px 0px rgba(0,0,0, 0.05);
	box-shadow: 0 4px 15px 0px rgba(0,0,0, 0.05);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: 1px solid #393939;
	border-radius: 10px;
	max-width: 100%;
	float: left;
	background: #171717;
	width: 100%;
	margin-right: 0;
	color: #fff;
	width: 100%;
}
    
}