/* tinesh work Aug-29-2018 */
html, body{font-size: 16px;}
.banner_title {width: 100%; max-width: 700px;text-align: left; padding: 20px 0 0 0;}
.banner_title h2 {font-size: 40px; font-weight: bold; margin-bottom: 50px;}
.banner_title a {padding: 15px 25px; color: #fff;font-size: 19px;font-weight: bold; text-decoration: none;}
.showme {background: linear-gradient(#6e9bd6, #3d87a6); box-shadow: 0 0 30px rgba(0,0,0,0.3);}
.showme:hover {background: linear-gradient(#a9da73, #6ba63d);}
.chooseteam {background: linear-gradient(#a9da73, #6ba63d); box-shadow: 0 0 30px rgba(0,0,0,0.3);}
.chooseteam:hover {background: linear-gradient(#6e9bd6, #3d87a6);}
.login-signup .btn_logs {margin: 0;}

.price_tab {margin-top: 130px; padding-bottom: 15px;}
.doller_01 {background: #68914d;padding: 5px 50px;border-right: 1px solid #1a2413; float: left; width: 100%;}
.doller_02 {background: #68914d;padding: 5px 50px; float: left; width: 100%;}
.doller_price{font-size: 47px; float: left; padding-right: 15px;}
.price-text {font-size: 16px;color: #fff;font-weight: 600;line-height: 20px;padding-top: 15px;display: block;}
.paypal {background: rgba(255,255,255,0.8); padding: 10px 30px 20px; min-height: 161px;}
.paypal h2 {color: #2b3646; font-weight: 600;}
.paypal p {color: #090909; font-size: 16px;line-height: 24px;padding-top: 10px;}
.paypal_img {background: #dadada; padding: 10px 30px;color: #090909;font-size: 16px;}
.paypal_img img {padding-right: 15px;}
.paypal h4 {color: #2b3646;font-size: 19px; line-height: 27px;  font-weight: 600;}
.waiting_for {background: linear-gradient(#a6d870, #68a43b); padding: 15px 20px; font-size: 21px;}

.three_tabs {background: #fff; padding: 80px 0;}
.three_tabs img {width: 100%; max-width: 100%;}
.row-padding {margin-left: -15px; margin-right: -15px;}
.three_tabs p {padding-top: 20px; line-height: 24px;}
.seeit {text-align: right; padding-top: 20px;}
.seeit a {font-size: 18px;  color: #2b3646;}





/* Media Screen */
@media only screen and (min-width:100px) and (max-width:767px){
    .banner_title a {width: 100%;   float: left; margin-bottom: 5px; text-align: center;}
    .banner_title h2 {font-size: 26px;}
    .doller_01, .doller_02 {padding: 5px 0 10px; text-align: center; margin-bottom: 4px;}
    .doller_price {font-size: 30px;width: 100%;}
    .mesh-ptr {height: 100% !important;}
    .main-div-cnt {position: relative !important;}
}



.banner_txt_img_container {
    text-align: center;
}

.banner_txt_img_container .top_image {
    width: 85%;
    margin-top: 0px;
}

.banner_txt_img_container .bottom_image {
    width: 81%;
}

.sp_side_logo {
    text-align: center;
}
.sp_side_logo img {
    width: 93%;
    vertical-align: middle;
    margin-top: 70%;
    transform: rotate(90deg);
}

.buttons_container {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
}

.buttons_container .button {
    padding: 10px 28px;
    border-radius: 3px;
    margin: 0px 10px;
    font-family: 'Source Sans Pro-Regular';
}

.bt1, .bt2 {
    background-color: #FFFFFF;
    color: #1493ff;
}

.bt3 {
    background-color: #1493ff;
    color: #FFFFFF;
    padding: 10px 150px !important;
}

.bt3:hover {
    background-color: #1493ff;
    color: #FFFFFF;
}

@media only screen and (min-width:100px) and (max-width:767px) {
    
    .sp_side_logo {
        height: 320px;
        margin-top: 35px;
        display: none;
    }

    .sp_side_logo img {
        width: 85%;
        vertical-align: middle;
        margin-top: 140px;
    }

    .banner_txt_img_container .top_image {
        width: 90%;
        margin-top: 25px;
    }

    .bt1, .bt2, .bt3 {
        width: 100%;
        display: block;
        margin-bottom: 18px !important;
    }

    .bt3 {
        margin-top: 20px !important;
        display: block;
    }
    
    .banner_txt_img_container .bottom_image {
        width: 98%;
        margin-left: 16px;
    }

    .below_image {
        width: 100%;
    }
}