.homepage_banner h1 {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 25px;
}
.homepage_banner small {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    display: block;
}
.homepage_banner h1 strong {
    font-size: 90px;
    display: block;
    line-height: 90px;
}
span.text_green {
    color: #faa727;
    font-weight: 700;
}
.homepage_banner p { 
    color: #fff;
    font-size: 23px;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 30px;
}
.bnr_btn {
    position: relative;
    color: #000;
    font-size: 20px;
    font-weight: 600;
    background: #faa727;
    padding: 12px;
    display: inline-block;
    min-width: 263px;
    min-height: 60px;
    text-align: center;
    line-height: 35px;
    border-radius: 0;
    margin-bottom: 18px;
    overflow: hidden;
}
.bnr_btn:hover {
    color: #fff;
}
.banner_img_box {
    min-height: 501px;
}
.vpn-home .banner_caption {
    position: relative;
}
.vpn-home .banner_caption:after {
    content: '';
    display: block;
    background: url(/images/btm_draws.png) no-repeat;
    width: 660px;
    height: 425px;
    position: absolute;
    bottom: -318px;
    right: -48px;
    background-size: 100% 65%;
    z-index: 0;
}

ul.guranted_bullet li {
    list-style: none;
    display: block;
}

ul.guranted_bullet {
    margin-top: 10px;
}

ul.guranted_bullet li i {
    background: #000;
    color: #fff;
    padding: 4px;
    border-radius: 12px;
    font-size: 10px;
    position: relative;
    left: -3px;
    top: -1px;
}
.labour_txt h3 {
    font-size: 25px;
    color: #febb00;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 0;
}

.labour_txt h2 {
    margin-bottom: 0;
    font-size: 60px;
    font-weight: 700;
}

.labour_txt h4 {
    font-weight: 500;
}

@media(max-width:992px){
    .banner_img_box {
        min-height: auto;
    }
    .homepage_banner h1 {
        font-size: 40px;
        margin-bottom: 20px;
    }
    .homepage_banner p {
        font-size: 22px;
        margin-bottom: 25px;
    }
}
@media(max-width:767px){
.vpn-home .banner_caption:after {
    display:none;
}    
	.homepage_banner h1 strong {
		font-size: 50px;
		line-height: normal;
	}
	.homepage_banner h1 {
        font-size: 24px;
    }
    .homepage_banner p {
        font-size: 18px;
        margin-bottom: 18px;
    }
    .bnr_btn {
        padding: 12px 20px;
        min-height: 54px;
        margin-bottom: 18px;
        font-size: 20px;
        min-width: auto;
    }
.desktop_disable{
    display:block;
}     
}

    /* Pay method css */
    .cpm_row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -10px;
        margin-left: -10px;
    }
    .col__6 {
        padding-left: 10px;
        padding-right: 10px;
    }
    .choose_payment_method h3 {
        font-size: 18px;
        margin-bottom: 20px;
        line-height: 1.5;
    }
    .pay_icon_box {
        position: relative;
        border-radius: 6px;
        box-shadow: 0 3px 8px rgb(0 0 0 / 10%);
        border: 2px solid transparent;
        text-align: center;
        padding: 5px;
        margin-bottom: 15px;
        cursor: pointer;
        width: 114px;
        min-height: 110px;
    }
    .cpm_row .cpm_list .active {
        border: 2px solid #324fa2;
    }
    .pay_icon_img {
        width: 100px;
        height: 55px;
        margin: 0 auto 8px;
        position: relative;
    }
    .pay_icon_img img {
        width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .pay_icon_box p {
        font-size: 15px;
        margin: 0;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        text-align: center;
        padding: 10px 10px 15px;
        font-weight: 500;
    }
    
/*Menu On mobile*/
.desktop_disable{
    display:none;
}   
