/* ----------------------------------------------------------------------------------------
* Author        : Coderspoint
* Template Name : CPHost - One Page Hosting Landing page
* File          : CPHost main CSS file
* Version       : 1.0
* ---------------------------------------------------------------------------------------- */





/* INDEX
----------------------------------------------------------------------------------------

01. General css

02. Navigation area css

03. Slider area css

04. Hero area css

05. Price area css

06. Action area css

07. Service area css

08. Pricing area css

09. Testimonial area css

10. Why Choose area css

11. Subscribe area css

12. Client area css

13. Contact area css

14. Footer area css

-------------------------------------------------------------------------------------- */


/* Google Font Load */
@import url("../../fonts.googleapis.com/css-family=Montserrat-600,800-Poppins-300,400,600.css"/*tpa=https://fonts.googleapis.com/css?family=Montserrat:600,800|Poppins:300,400,600*/);



/* ----------------------------------------------------------------------------------------
*                                       01. General css
* -------------------------------------------------------------------------------------- */

html,
body {
    height: 100%
}

body {
    color: #777;
    width: 100%;
    height: 100%;
    font-size: 15px;
    line-height: 1.7;
    margin-top: 70px;
    font-family: "Roboto", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #444 ;
    font-weight: 600;
    /*font-family: "Roboto", sans-serif;*/
}

h1, h2 {
    /*font-weight: 800;*/
}

h3 {
    font-size: 20px;
    margin-bottom: 15px;
}

.subtitle {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

p {
    letter-spacing: 0px;
    padding-left:10px;
    padding-right:10px;
}

a {
    text-decoration: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

a:hover {
    color: #fff;
    text-decoration: none;
}

a:focus {
    outline: none;
    text-decoration: none;
}

ul,
li {
    margin: 0;
    padding: 0;
}

fieldset {
    border: 0 none;
    margin: 0 auto;
    padding: 0;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus {
    outline: none;
}

.btn, input[type='submit'] {
    display: inline-block;
    background: transparent;
    padding: 10px 25px;
    border-radius: 5px;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    border: none;
    font-weight: 600;
    color: #fff;
    background-color: #0081c2;
}

.btn:hover, input[type="submit"]:hover {
    color: #fff;
    background: #444;
}

.btn.btn-reverse {
    background: #0081c2;
}

.btn.btn-reverse:hover {
    color: #fff;
    background: #444;
}

.btn.btn-white {
    color: #444;
    background-color: #b8b8b8;
}

.btn.btn-white:hover {
    color: #fff;
    background: #226194;
}


.btn.btn-lg {
    margin-top: 25px;
    height: 50px;
    padding: 0 30px;
    font-size: 20px;
    font-weight: bold;
    line-height: 50px;
    border-radius: 5px;
}


.section-big {
    padding: 100px 0px;
}

.section-small {
    padding: 50px 0px;
}

.section-title {
    margin: auto;
    max-width: 800px;
    margin-bottom: 80px;
}

.section-title.white h2 {
    color: #fff;
}

.section-title h2 {
    margin-bottom: 25px;
    margin-top: 0;
    position: relative;
    padding-bottom: 30px;
    text-transform: uppercase;
}

.section-title h2:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    width: 100px;
    height: 6px;
    z-index: 1;
    margin-left: -53px;
    border-radius: 10px;
    border: 1px solid #0081c2;
}

.grey-bg .section-title h2:after {
    border-color: #f5f5f5;
}

.section-title p {
    margin-top: 25px;
}


/* preloader css */

#preloader {
  /*  position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background-image: url(../img/preloader.gif);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff; */
}

.table {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    margin: 0;
}
.table-cell {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

img {
    max-width: 100%;
}

.space {
    height: 80px;
}



/* ----------------------------------------------------------------------------------------
*                               02. Navigation area css
* --------------------------------------------------------------------------------------- */
.menu-area {
    background: #fff;
}
.sticky-menu {
    box-shadow: 0px 3px 4.7px 0.3px rgba(0, 0, 0, 0.24);
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.mainmenu {
    margin-top: 10px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.sticky-menu .mainmenu {
    margin-top: 0px;
}

.navbar {
    margin-bottom: 0;
    border: 0px;
}

.navbar-brand {
    padding: 0;
    display: inline-flex;
    align-items: center;
}

.navbar-nav  li {
    float: none;
    display: inline-block;
}

.navbar-nav li a {
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 1px;
    color: #333;
    text-transform: uppercase;
}
.mainmenu .navbar-nav li a:hover {
    color: #0081c2;
}
.nav > li > a:hover,
.nav > li > a:active,
.nav > li > a:focus {
    background: none;
}

.mainmenu .navbar-nav li.active a {
    color: #0081c2;
}


/* Mobile Nav css */
.navbar-toggle .icon-bar {
    background: #0081c2;
}

li.login_register.sign_up a {
    background: #1652f0;
    color: #fff;
    border-radius: 4px;
}
li.login_register.sign_up a:hover, li.login_register.sign_up a:focus, li.login_register.sign_up.active a {
    background: #1547cc;
    color: #fff !important;

}
.sticky-menu li.login_register.sign_up a {
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    padding: 12px 15px;
}



/* ----------------------------------------------------------------------------------------
*                               03. Slider area css
* -------------------------------------------------------------------------------------- */
/*newbg_6*/
.slider-area {
    min-height: 400px;
    background-image: url("../img/newbg_6.jpg"/*tpa=https://wdpjyy.com/img/newbg_6.jpg*/);
    background-size: cover;
    background-position: center;
    position: relative;
}

.slider-area:before {
    position: absolute;
    content: '';
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0);
}

.slider-area .carousel,
.slider-area .carousel-inner,
.slider-area .item {
    height: 100%;
}

@media (min-width: 992px) {
    .slider-area {
        height: 760px;
    }
}
/*newbg_6*/
@media (max-width: 767px) {
    .slider-area { 
        background-image: url("../img/mobilebg.jpg"/*tpa=https://wdpjyy.com/img/mobilebg.jpg*/);
    }
}

.intro-text {
    color: #fff;
    text-shadow: rgba(0, 0, 0, 0.6) 2px 2px 3px;
}

.intro-text h1 {
    color: inherit;
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 20px;
    margin-top: 10px;
}

.intro-text p {
    font-size: 26px;
    color: inherit;
    font-weight: 300;
}

.line-through {
    text-decoration: line-through;
    color: #444;
}

.intro-text p strong {
    color: #0081c2;
}

.intro-text ul {
    font-size: 1.2em;
    color: inherit;
    list-style-type: none;
    font-weight: 400;
}

.intro-text .btn {
    background-color: #1652f0;/*zanshi*/
    color:#fff;
    margin-top: 30px;
    text-shadow: none;
}
.intro-text .btn:hover{
    background-color: #f0f0f0;/*zanshi*/
    color:#444;
}

@media(max-width: 991px) {
    .intro-text {
        margin: 80px auto;
        text-align: center;
    }
}


#carousel-example-generic .animated {
    animation-delay: .5s;
}

.carousel-indicators {
    bottom: 90px;
}




/* ----------------------------------------------------------------------------------------
*                               04. Hero area css
* ---------------------------------------------------------------------------------------*/

.hero-boxes {
    background: #f5f5f5;
    padding-bottom: 100px;
    padding-top: 100px;
}

.hero-box {
    background: #ffffff;
    padding: 20px;
    text-align: center;
    border-radius: 5px;
}

.hero-box span {
    font-size: 50px;
    color: #0081c2;
    margin-top: 20px;
    margin-bottom: 10px;
}

.hero-box p {
    padding: 0 15px;
}







/* ----------------------------------------------------------------------------------------
*                                   05. Price area css
* --------------------------------------------------------------------------------------- */
.price-item {
    padding-bottom: 30px;
    text-align: center;
    border-radius: 5px;
    background: whitesmoke;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.price-item ul {
    list-style: none;
    display: table;
    margin: auto;
    text-align: left;
}

.price-item ul li i {
    width: 25px;
    color: #0081c2;
}

.price-item ul li i.fa-times {
    color: #777;
}

.price-item p.level {
    font-size: 21px;
    font-weight: 600;
    padding-top: 0px;
    letter-spacing: 1px;
    color: #fff;
    line-height: 25px;
    background: #102e47;
    border-radius: 5px 5px 0 0;
    padding: 15px 10px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    text-transform: uppercase;
}
.price-item:hover p.level {
    background: #1c1f64;
}

.price-item.featured p.level {
    background: #0081c2;
    color: #fff;
}

.price-item p.desc {
    font-size: 14px;
    margin-bottom: 0px;
}

.price-item p.price {
    margin: 0;
    color: #333;
    padding: 0 0 0;
}

.price-item p.price .dollar {
    position: relative;
    text-align: center;
    font-size: 52px;
    font-weight: 600;
    margin: 0px;
    line-height: 1;
}
.price-item p.price .number {
    font-weight: 500;
    text-align: center;
    font-size: 52px;
    font-weight: 600;
    margin: 0px;
    /* display: inline-block; */
    line-height: 1;
}
.plan-speed {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin: 1px 0 21px;
    text-transform: uppercase;
    display: block;
}

.price-item .features {
    margin: 5px 0 30px 0;
}

.price-item.featured p.level,
.price-item.featured p.price {}

.price-item .features li {
    padding: 5px 9px 5px 20px;
    position: relative;
}
.price-item .features li:before {
    content: '';
    list-style: disc;
    display: block;
    height: 5px;
    width: 5px;
    background: #444;
    border-radius: 50%;
    position: absolute;
    left: 10px;
    top: 15px;
    /* transform: translateY(-50%); */
}

.price-item a.btn {
    display: inline-block;
    background: #102e47;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    box-shadow: none;
    text-transform: uppercase;
    padding: 10px 23px;
    font-size: 15px;
    border-radius: 4px;
}
.price-item:hover a.btn {
    background: #1c1f64;
}

.price-item a.btn:hover {
    display: inline-block;
    background: #1c1f64;
}

.price-item.featured .btn {
    background: #0081c2;
}

.price-item.featured .btn:hover {
    background: #444;
}






/* ----------------------------------------------------------------------------------------
*                                   06. Action area css
* --------------------------------------------------------------------------------------- */
.action-area {
    background-color: #102e47;
}

.announce p {
    font-size: 30px;
    font-weight: 300;
    line-height: 50px;
    display: inline-flex;
    align-items: center;
    color: #fff;
    margin: 0;
}

.announce span {
    color: #fff;
    font-size: 50px;
    line-height: 50px;
    margin-right: 20px;
}





/* ----------------------------------------------------------------------------------------
*                                   07. Service area css
* --------------------------------------------------------------------------------------- */

.service-area .section-title {
    margin-bottom: 20px;
}

.service-box {
    margin-top: 60px;
}

.service-box span {
    font-size: 35px;
    color: #0081c2;
    margin-bottom: 10px;
    float: left;
    margin-right: 20px;
    width: 45px;
    text-align: center;
}

.service-box h3 {
    margin-top: 30px;
}

.service-box p {
    overflow: hidden;
}









/* ----------------------------------------------------------------------------------------
*                                08. Testimonial area css
* --------------------------------------------------------------------------------------- */
.testimonial-area {
    background-color: #f5f5f5;
}

.testimonial-content {}

.single-testimonial {
    padding: 25px;
    margin: 0 15px;
    background: #fff;
    border-radius: 5px;
}

i.fa.fa-quote-left {
    color: #0081c2;
}

.single-testimonial i.fa {
    font-size: 20px;
    display: inline-block;
    margin-right: 10px;
}

.single-testimonial p:not(.desg) {
    text-align: left;
    margin-bottom: 30px;
    overflow: hidden;
}

.single-testimonial img {
    border-radius: 100px;
    float: left;
    margin-right: 25px;
}

.single-testimonial .desg {
    font-size: 12px;
    line-height: 30px;
    text-align: right;
    background: #fff;
    margin: 0;
}

.desg strong {
    color: #444;
    font-size: 16px;
    margin-right: 5px;
}

.owl-theme .owl-controls {
    margin-top: 30px;
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 20px;
    height: 5px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    background: #333;
}

.owl-theme .owl-controls .owl-buttons div {
    font-size: 25px;
    background: none;
    padding: 5px;
}


.owl-pagination {
    text-align: center;
}
.owl-pagination .owl-page {
    display: inline-block;
}
.owl-theme .owl-controls .owl-page span {
    width: 15px;
    height: 6px;
    margin: 2px;
    border-radius: 5px;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}
.owl-pagination .owl-page.active span {
    background-color: #0081c2;
    width: 30px;
}





/* ----------------------------------------------------------------------------------------
*                                   09. Why Choose area css
* --------------------------------------------------------------------------------------- */

.grey-bg {
    background-color: #f5f5f5;
}

.why-choose-area img {
    border-radius: 5px;
}

.choose-box i.fa {
    position: relative;
    font-size: 30px;
    width: 60px;
}

.choose-box.left i.fa {
    float: right;
}

.choose-box.right {
    text-align: left;
}
.choose-box.right i.fa {
    float: left;
}

.choose-content {
    overflow: hidden;
}

.right .choose-content {
    float: right;
}

.choose-box h3 {
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 15px;
    font-size: 30px;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
}

.choose-box h3:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 54px;
    width: 100px;
    height: 6px;
    z-index: 1;
    margin-left: -53px;
    border-radius: 10px;
    border: 1px solid #0081c2;
}

@media (min-width: 992px) {
    
}




/* ----------------------------------------------------------------------------------------
*                                10. Subscribe area css
* --------------------------------------------------------------------------------------- */
.subscribe-area {
    color: #fff;
    background-image: url("../img/sub_bg1.jpg"/*tpa=https://wdpjyy.com/img/sub_bg1.jpg*/);
    background-size: cover;
    background-position: center;
    position: relative;
}

.subscribe-area:before {
    position: absolute;
    content: '';
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
}

.subscribe-box h2 {
    color: inherit;
    margin-top: 10px;
}

.newsletter-form {
    margin: auto;
}

.newsletter-form input{
    display: inline-block;
    height: 50px;
    width: 80%;
    padding: 5px 10px;
    background: #fff;
    float: left;
    border-radius: 5px 0 0 5px;
}

.newsletter-form .mc-submit {
    height: 50px;
    width: 20%;
    font-weight: bold;
    background-color: #1652f0;
    border: none;
    font-size: 24px;
    position: relative;
    display: inline-block;
    float: left;
    text-align: center;
    border-radius: 0 5px 5px 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.newsletter-form .mc-submit:hover {
    background-color: #333;
}
.subscribe-area .error {
    text-align: left;
}

.mailchimp-alerts {
    display: block;
    width: 100%;
    text-align: left;
}

.mailchimp-alerts div {
}
.mailchimp-submitting{
}
.mailchimp-success{
    color: green;
}
.mailchimp-error{
    color: red;
}





/* ----------------------------------------------------------------------------------------
*                                   11. Client area css
* --------------------------------------------------------------------------------------- */
.client-area {
    background: #f5f5f5;
}

.owl-client .item {
    margin: 0 7px;
}

.owl-client .item img {
    width: auto;
    max-width: 100%;
    padding: 0 15px;
}





/* ----------------------------------------------------------------------------------------
*                                   12. Contact area css
* --------------------------------------------------------------------------------------- */
.contact-area {
    background: #0081c2;
}

.contact-area {
    background-image: url("../img/contact-bg.jpg"/*tpa=https://wdpjyy.com/img/contact-bg.jpg*/);
    background-size: cover;
    background-position: center;
    position: relative;
    background-attachment: fixed;
}

.contact-area:before {
    position: absolute;
    content: '';
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
}

.contact-form {
    background-color: #fff;
    padding: 30px;
    padding-top: 20px;
    border-radius: 5px;
}

.form-control {
    display: block;
    border: 0px;
    width: 100%;
    height: 45px;
    padding: 5px 0px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
    background-image: none;
    border-radius: 0px;
    box-shadow: none;
    margin-bottom: 5px;
}

.form-control:focus {
    border-color: #333;
    outline: 0;
    box-shadow: none;
}

.contact-form .form-group {
    position: relative;
    padding-left: 35px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

.contact-form .form-group:before {
    position: absolute;
    height: 45px;
    font-family: FontAwesome;
    top: 0;
    left: 0;
    width: 20px;
    text-align: center;
    line-height: 45px;
    color: #0081c2;
    font-size: 18px;
}

.in_name:before {content: '\f007';}
.in_email:before {content: '\f1d8';}
.in_message:before {content: '\f0e0';}

.contact-form textarea#message {
    padding-top: 10px;
    height: 99px;
}

#submitButton {}

.success {
    background: #fff none repeat scroll 0 0;
    color: #50B948;
    font-weight: 700;
    padding: 20px;
    text-align: center;
}

.error {
    background: #f4f4f4 none repeat scroll 0 0;
    color: #ff0000;
    font-weight: 700;
    padding: 20px;
    text-align: center;
}

.contact-info {
    margin-bottom: 30px;
}

.address {
    padding: 30px;
    background: #fff;
    border-radius: 5px;
}

.address h3 {
    margin-top: 0;
}

.address-box {
    margin-bottom: 10px;
}

.address-box a:hover {
    color: #0081c2;
}

.address-box p, .address-box p a {
    color: inherit;
    margin: 0;
}

.social-links {
    overflow: hidden;
    margin-top: 30px;
}

.social-links li {
    list-style: none;
    float: left;
    margin-right: 10px;
}

.social-links li a i {
    width: 55px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    color: #fff;
    background-color: #0081c2;
    font-size: 25px;
    border-radius: 3px;
}

.social-links li a:hover i {
    background-color: #444;
}




/* ----------------------------------------------------------------------------------------
*                                   13. About page css
* --------------------------------------------------------------------------------------- */

.about-area {
    min-height: 400px;
    background-image: url("../img/about_bg.jpg"/*tpa=https://wdpjyy.com/img/about_bg.jpg*/);
    background-size: cover;
    background-position: center;
    position: relative;
}

.about-area .intro-text h1, .about-area .intro-text p {
    text-align: left;
}
.about-area .intro-text h1 {
    font-weight: 300;
}
.about-area .intro-text p {
    font-weight: 300;
}

.feature_sec {
    padding: 50px 0px;
    background: #f4f5f6;
    background-size: cover;
}
.plans_headings h1 {
    position: relative;
    display: table;
    margin: 0 auto;
    text-transform: capitalize;
    color: #253639;
    font-size: 28px;
    margin-bottom: 12px;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
}
.plans_headings p {
    color: #253639;
    text-transform: none;
    width: 72%;
    margin: 0 auto;
    text-align: center;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
}
.plans_headings {
    margin-bottom: 30px;
}

.feature_inner_content {
    background: #fcfeff;
    padding: 30px 20px 30px;
    text-align: center;
    margin-top: 20px;
}
.feature_inner_content h2 {
    font-size: 17px;
    font-weight: bold;
    text-transform: capitalize;
    margin-top: 18px;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
}
.feature_inner_content p {
    font-size: 14px;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
}
.feature_inner_content a {
    font-size: 18px;
    text-decoration: none;
    color: #62ba93;
    text-transform: capitalize;
    padding: 16px 45px;
    display: inline-block;
    margin: 19px 0 0;
    transition: all ease .4s;
    border: 1px solid #62ba93;
    border-radius: 51px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
}
.feature_inner_content a:hover {
    color: #fff;
    background: #444;
    border-color: #444;
}

.about_team_content h3 {
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 0;
    margin: 10px 0 20px;
    text-transform: capitalize;
}

.about_team_content p {
    color: #444;
}


@media (min-width: 992px) {
    .about-area {
        height: 560px;
    }
}



.per_description {
    padding: 75px 0 40px;
    position: relative;
}
.per_description_box img {
    width: 100%;
}
.per_description_box {
    background: #fcfeff;
    margin-bottom: 50px;
    text-align: center;
    padding: 0 0 15px;
}

.per_description_box h2 {
    font-size: 23px;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 0;
    margin: 15px 0 0;
    text-transform: uppercase;  
    font-weight: 600;
    font-family: "Roboto", sans-serif;
    color: #000;
}
.desc_post {
    font-size: 15px;
    margin-bottom: 0;
    position: relative;
    padding-bottom: 0;
    margin: 0 0 0;
    text-transform: capitalize;   
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    color: #000;
}
.desc_post span{
    text-transform: uppercase;
}
.per_description_box p {
    font-size: 15px;
    margin-bottom: 0;
    position: relative;
    margin: 0 0 10px;
    text-transform: capitalize;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    color: #000;    
    padding: 0 15px 0;
}


/* ----------------------------------------------------------------------------------------
*                                   13. AFfiliate page css
* --------------------------------------------------------------------------------------- */

.affiliate-area {
    min-height: 400px;
    background-image: url("../img/affiliate_bg.jpg"/*tpa=https://wdpjyy.com/img/affiliate_bg.jpg*/);
    background-size: cover;
    background-position: center;
    position: relative;
}

.affiliate-area .intro-text h1, .affiliate-area .intro-text ul {
    text-align: left;
    text-shadow: none;
}
.affiliate-area .intro-text h1 {
    font-weight: 300;
    /*text-transform: uppercase;*/
}
.affiliate-area .intro-text ul {
    font-weight: 300;
}


/*  affiliate css */

.visitor_counter {
    padding: 40px 0px 60px;
    position: relative;
    border-bottom: 1px solid #ddd;
}
.steps_head h2:after {
    content: '';
    background: #0081c2;
    height: 4px;
    width: 40px;
    display: block;
    margin: 15px auto 0;
    position: relative;
    bottom: -2px;
}
.steps_head h2 {
    font-size: 38px;
    color: #444;
    text-transform: uppercase;
    position: relative;
    border-bottom: 1px solid #c5c5c5;
    font-weight: 100;
    font-family: "Roboto", sans-serif;
}
.steps_head h2 span {
    color: #000;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
}
.inner_counter_content p {
    font-size: 14px;
    font-weight: 100;
    /* font-family: "Roboto", sans-serif; */
}
.inner_counter_content {
    margin-top: 50px;
}
.inner_circle_data {
    border: 1px solid #ccc;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    display: table;
    margin: 25px auto 5px;
    text-align: center;
    padding: 8px;
}
.inner_counter_content:hover .inner_circle_data {
    border-color: #0081c2;
}
.inner_counter_content:hover .icon_border span {
    color: #0081c2;
}
.inner_counter_content:hover .running_number {
    color: #0081c2;
}
.icon_border {
    border-radius: 50%;
    height: 120px;
    width: 120px;
    text-align: center;
    position: relative;
    font-size: 48px;
    font-weight: 100;
}
.icon_border span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #000;
}
.running_number {
    font-size: 19px;
    text-transform: capitalize;
    margin: 15px 0 15px;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
    color: #000;
}


@media (min-width: 992px) {
    .affiliate-area {
        height: 540px;
    }
}




/* ----------------------------------------------------------------------------------------
*                                   13. commision_rate page css
* --------------------------------------------------------------------------------------- */

.commision_rate {
    padding: 46px 0px 60px;
    position: relative;
}

.commision_rate .steps_head {
    margin-bottom: 40px;
}


.depositsTab {
    /* background: #373737; */
    padding: 29px 15px 15px;
    border: 1px solid #ddd;
}
.deposits {
    /* background: #062640 none repeat scroll 0 0; */
    margin: 0 0 0;
    width: 100%;
    /* padding: 30px 30px 10px 30px; */
}
.deposits .table {
    margin: 0;
}

.deposits .table>thead>tr>th {
    background: #263739;
    color: #fff;
    text-align: center;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 100;
    padding: 15px 10px 15px;
    border: 0;
}
.deposits table > tbody > tr > td {
    /* border-bottom: 1px dashed #ffffff; */
    border-top: 0px dashed #a0a1a7;
    color: #868686;
    font-size: 16px;
    line-height: 28px;
    padding-top: 7px;
    padding-bottom: 18px;
    font-weight: normal;
    text-transform: capitalize;
}
.deposits table > tbody > tr > td a {
    font-size: 16px;
    text-decoration: none;
    color: #ffffff;
    text-transform: capitalize;
    padding: 10px 45px;
    display: inline-block;
    margin: 35px 0 0;
    transition: all ease .4s;
    /* border: 1px solid #62ba93; */
    border-radius: 0;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    background: #1b93d3;
}
.deposits table > tbody  tr:nth-of-type(even) {
    background: #f0f1f2;
}
    


    
    
/* ----------------------------------------------------------------------------------------
*                                   13. performance_head css
* --------------------------------------------------------------------------------------- */


.performance {
    background: #fbfbfb;
    padding: 46px 0px 60px;
    position: relative;
}
.performance_head h2 {
    font-size: 38px;
    color: #444;
    text-transform: uppercase;
    position: relative;
    /* border-bottom: 1px solid #c5c5c5; */
    font-weight: 100;
    font-family: "Roboto", sans-serif;
    color: #000;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    padding: 0 0 0;
}
.performance_head {
    margin-bottom: 50px;
}
.performance_head h1 {
    padding-bottom: 30px;
    position: relative;
}
.performance_head h1:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    width: 100px;
    height: 6px;
    z-index: 1;
    margin-left: -53px;
    border-radius: 10px;
    border: 1px solid #0081c2;
}


/* ----------------------------------------------------------------------------------------
*                                   13. FAQ page css
* --------------------------------------------------------------------------------------- */


.faq-area {
    min-height: 400px;
    background-image: url("../img/faq_bg.jpg"/*tpa=https://wdpjyy.com/img/faq_bg.jpg*/);
    background-size: cover;
    background-position: center;
    position: relative;
}

.faq-area .intro-text h1, .faq-area .intro-text p {
    text-align: left;
}
.faq-area .intro-text h1 {
    font-weight: 300;
    margin-bottom: 10px;
    font-family: "Roboto", sans-serif;
}
.faq-area .intro-text p {
    font-weight: 300;
    font-size: 21px;
}




.faq_section {
    margin: 0 0 0 0;
    width: 100%;
    padding: 46px 0 60px 0;
   /* background: url(../images/faq-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;*/
    position: relative;
    background: tranparent !important;
}
.faq_img {
    position: absolute;
    top: 0;
    RIGHT: 0;
    BOTTOM: 0;
}
.headingOther-f {
    margin: 0 0 50px;
    text-align: center;
}
.headingOther-f h2 {
    font-size: 35px;
    line-height: 1;
    margin: 0 0 5px;
    position: relative;
    text-transform: uppercase;
}
.headingOther-f h2 small {
    color: #444 !important;
}
.faq_content {
  float: left;
  margin: 0;
  width: 100%;
}

.faq_content .panel.panel-default a {
  display: inline-block;
  text-decoration: none;
  width: 100%;
    color: #000 !important;
}

.faq_content .panel-heading {
    padding: 0;
}

.faq_content .panel-group .panel {
    border-radius: 25px;
    box-shadow: none;
    border-color: #EEEEEE;
    background-color: #fff0; 
    border: 0px solid transparent; 
}

.panel-default > .panel-heading {
    padding: 0;
    border-radius: 25px;
    color: #FFF;
    background: transparent !important;
}

.faq_content .panel-title {
    font-size: 20px;
    font-weight: 600;
}

.faq_content .panel-title > a {
    display: block;
    padding: 15px 2px;
    text-decoration: none;
    background: transparent !important;
    border-radius: 0;
}

.faq_content .panel-title > a.collapsed {
    display: block;
    text-decoration: none;
    background: transparent !important;
    color: #777 !important;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    font-weight: 300;
    font-family:"Roboto", sans-serif;
}



.faq_content .panel-title > a .more-less {
    background: transparent !important;
    border-radius: 50%;
    color: #000;
    float: right;
    font-size: 26px;
    margin: 0 8px 0 0;
    font-weight: 800;
}
.panel-body p {
    font-size: 18px;
    font-weight: normal;
    padding: 10px 0;
    color: #777 !important;
}

.faq_content .panel-title > a.collapsed .more-less {
  color: #777 !important;
}

.faq_content .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #EEEEEE;
    background: transparent;
    color: #332929;
    padding: 15px 1px;
}
.faq_content .panel + .panel {
  margin-top: 15px;
}
.faq_section.faq-page {
    padding: 4em 0 4em;
}






/*****  contact us css   *******/

.contact-add {
    margin-top: 39px;
    background: #f7f7f7;
    padding: 20px 20px;
}

.contactMain {
    position: relative;
    padding: 40px 0 40px;
    background: #f5f6f6;
    clear: both;
}
.contactMain .form {
    /*background: #263f7e;*/
    padding: 18px 24px 21px;
}
.contact-f {
   /* background: #2730397d;*/
    clear: both;
    width: 100%;
    /* float: left; */
    overflow: hidden;
    color: #000;
    margin-top: 10px;
}
.head-contact {
    padding: 10px 20px;
}

.head-contact p {
    font-size: 17px;
    font-weight: 600;
    width: 100%;
    margin: 0 0 15px;
    text-transform: capitalize;
    line-height: 1;
    color: #444;
}
.contactLeft .form-control:hover, .contactLeft .form-control:focus {
    background-color: #fff;
    /*border-color: #5b933f;  */ 
}
.contactLeft .form-control {
    background: #fff;
    border: 1px solid #ddd;
    color: #343642;
    font-size: 16px;
    box-shadow: none;
    height: 40px;
    padding: 10px 15px;
    border-radius: 0 !important;
}
.contactLeft textarea.form-control, .login-form textarea.form-control {
    height: auto !important;
}
.inner-login-form label.control-label {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 15px;
    color: #444;
}
.registerbtn {
    border: 0 !important;
    background: #364246 !important;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    height: auto;
    line-height: 1;
    padding: 12px 48px 12px 30px !important;
    font-weight: 500;
    border-radius: 4px;
    margin-top: 15px;
    box-shadow: none;
    transition: all ease .3s;
    width: auto;
    position: relative;
}
.registerbtn:before {
    content: '\f1d8';
    position: absolute;
    /* height: 45px; */
    font-family: FontAwesome;
    top: 0;
    right: 26px;
    /* width: 20px; */
    text-align: center;
    line-height: 45px;
    color: #ffffff;
    font-size: 16px;
}

.registerbtn:hover {
    background: transparent;
    border-color: #5b933f;
    color: #5b933f;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.27);
}


@media (min-width: 992px) {
    .faq-area {
        height: 540px;
    }
}







/* ----------------------------------------------------------------------------------------
*                                   13. Footer area css
* --------------------------------------------------------------------------------------- */
.footer-area {
    background: #333;
    text-align: center;
    color: #fff;
}

.footer-area p {
    margin: 0;
    line-height: 60px;
}



/*  START Register LOG IN FORGOT*/
.logInArea {
    background: url("../img/1.jpg"/*tpa=https://wdpjyy.com/img/1.jpg*/);
    background-size: 100% 100%;
    padding: 40px 0;
    color: #fff;
    width:100%;
    background-position: center top;
}


label.error{color:red !important; font-size:12px !important;}
.capcha .error {  color: red;  font-size: 12px;}

.users {
  background: #f4f4f4;
  border: 1px solid #ddd;
  margin: 0 0 70px;
  float:left;
  padding: 20px 30px;
  width: 50%;
  border-radius: 5px;
}
.users {
  margin: 20px 25%;
}

.logIn {
  float: left;
  margin: 0 0 25px;
  width: 100%;
}

.logIn h2 {
  font-size: 32px;
  margin: 0;
  position: relative;
}

.users form label {
  color: #b6b6b7;
  font-weight: 600;
  font-size: 18px;
  font-weight: normal;
  margin: 0 0 5px;
}



.chkRegister {
  margin: 5px 0 10px;
}

.chkRegister a {
  color: #b6b6b7;
  float: right;
}
.chkRegister a:hover {
  color: #0081c2;
}

.users .form-control {
  background: #FFF;
  border: 1px solid #ddd;
  border-radius: 0;
  box-shadow: none;
  color: #261b19;
  font-size: 20px;
  padding: 6px 15px;
  height: 50px;
  text-align: left;
}
.users form .error {
    padding: 6px 15px;
    text-align: left;
}

.users .form-control:hover {
  border: 1px solid #b6b6b7;
}

.users .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #b6b6b7;
}
.users .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #b6b6b7;
}
.users .form-control::-ms-input-placeholder { /* IE 10+ */
  color: #b6b6b7;
}
.users .form-control::-moz-placeholder { /* Firefox 18- */
  color: #b6b6b7;
}


.linksLog p { color:#b6b6b7; font-size: 16px; line-height: 20px;}
.linksLog a {
  color: #fff;
  /*text-decoration: underline;*/
  transition: all 0.3s ease-in-out 0s;
}

.links a:hover, .links a:focus {  color:#b6b6b7;  }

.linksLog2 p { color:#b6b6b7; font-size: 16px; line-height: 20px;}
.linksLog2 a {
  color: #6d6d6d;
  /*text-decoration: underline;*/
  transition: all 0.3s ease-in-out 0s;
}


.btnTheme {
    background: #0081c2;
    border: 1px solid #0081c2;
    color: #262626;
    font-size: 14px;
    border-radius: 4px;
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    padding: 10px 20px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out 0s;
}

.btnTheme:hover, .btnTheme:focus {
  background: #444;
 /* border: 1px solid #444 ;*/
  color: #fff;
}


/*  END Register LOG IN FORGOT*/






/* ----------------------------------------------------------------------------------------
*                                  News page css
* --------------------------------------------------------------------------------------- */



.news_section {
    padding: 40px 0 40px;
    /* color: white; */
    background: #f7f7f7;
    position: relative;
}

.news_mining {
    border: 1px solid #ddd;
    box-shadow: 1px 2px 20px 1px #ccc;
    background: #f2f2f2;
    margin: 0 0 30px 0;
    padding: 0;
    text-align: center;
    border-radius: 0;
}
figure {
    margin: 0;
    /* padding: 0; */
    /* background: #ddd; */
}
.news_mining img {
    border-bottom: 1px solid #ddd;
    margin: 0 auto 0px;
    padding: 0 0 0px 0 !important;
    width: 100%;
}
.news_overlay {
    margin: 10px 0 5px 0;
    color: #777;
}
.news_content h3 {
    font-size: 20px;
    margin-top: 0;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.news_content h3 a {
    text-decoration: none;
    color: black;
}
.news_content a.btn.btn-primary {
    background: #0081c2;
    color: white;
    padding: 13px 20px;
    margin: 0;
    text-decoration: none;
    font-size: 18px;
    display: inline-block;
    border-radius: 0;
    width: 100%;
    border-radius: 2px;
    font-weight: 600;
}
.pageAll {
    padding: 2em 0;
}
.news_details {
    margin: 10px 0;
}
.blog-sidebar {
    background: #f2f2f2;
    padding: 10px;
    text-align: center;
    margin-top: 10px;
}
.right-column-title h3 {
    text-align: left;
    margin: 20px 0;
    font-weight: 600;
    /* text-align: center; */
    margin: 10px 0 10px;
    color: black;
    font-size: 19px;
    position: relative;
    text-transform: uppercase;
}
.news-item.category-item {
    text-align: left;
    margin: 0;
}
.news-cat-name, .category-number {
    display: inline-block;
}
.news-cat-name a, .category-number a {
    color: black;
    margin-bottom: 10px;
    display: inline-block;
    font-size: 16px;
    margin-left: 15px;
    text-decoration: none;
}
.table-new-news {
    border-bottom: 1px solid #ddd;
    /* box-shadow: 1px 2px 20px 1px #ccc; */
    background: #f2f2f2;
    margin: 0px 15px 15px !important;
    padding: 0;
    text-align: center;
    border-radius: 0;
}
.right-column-title.sec h3 {
    /* font-size: 17px; */
    margin: 18px 0 25px;
}
.td-image a {
    display: inline-block;
}
p.news-time {
    margin: 10px 0 5px 0;
    color: #777;
}
.td-content a.news-title {
    font-size: 20px;
    margin-top: 0;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 15px;
    color: black;
    text-decoration: none;
    color: black;
}
.td-image {
    padding-left: 0;
}
.td-content {
    padding-left: 0;
    text-align: left;
}
.blog-main {
    margin-top: 10px;
    margin-bottom: 10px;
}


.news_title {
    margin: 20px 0 5px;
}
.news_box_link {
    text-align: left;
    margin: 20px 0;
    font-weight: 600;
    /* text-align: center; */
    margin: 0 0 0;
    color: #000;
    font-size: 19px;
    position: relative;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
    outline: none;
}
.news_box_link:hover, .news_box_link:focus {
    color: #000;
    outline: none;
}
.news_date {
    font-size: 13px;
    line-height: 18px;
    color: rgb(153, 153, 153);
    margin-bottom: 10px;
    font-style: italic;
}
.news_date:hover {
    color: #000;
}
.news_date a {
    color: rgb(153, 153, 153);
}
.news_s {
    margin-right: 10px;
}
.news_date a:hover, .news_date a:focus {
    color: #000;
    outline: none;
}
.news_box_desc {
    /* -webkit-font-smoothing: antialiased; */
    font-size: 15px;
    /* line-height: 20px; */
    color: rgb(34, 34, 34);
    margin: 15px 0 10px;
    font-weight: 500;
}

.in_phone:before {
    content: "\f095";
}
.icon.img-circle img {
    margin: 0 auto;
    width: 147px;
}



.feature_img {
    float: left;
    /* width: 20%; */
    position: absolute;
    left: 3px;
    top: 0;
    width: 41px;
}
.service-box {
    position: relative;
}
.feature_img img {
    margin: 0 auto;
}
.service-box h3 {
    padding-left: 50px;
}
.service-box p {
    padding-left: 50px;
}



/*  calulator css START  */

.profit_calculator {
    background: #f4f6f5;
    padding: 50px 0 50px;
    position: relative;
}
.cal_maintenance span:before {
    position: absolute;
    content: '';
    background: #000;
    height: 7px;
    width: 7px;
    border-radius: 100%;
    top: 7px;
    left: -11px;
}

.cal_maintenance span {
    position: relative;
    display: inline-block;
}
.cal_maintenance {
    font-size: 17px;
    font-weight: 600;
    padding: 0 0 0;
    margin: 20px 0 0;
    color: #000;
    text-align: right;
    line-height: 1;
    position: relative;
}
.price-block {
    background: #ffffff;
    color: #3c3838;
    margin: 30px 0 0;
    padding: 0 0 0;
    position: relative;
    text-align: center;
    overflow: hidden;
    z-index: 99;
    transition: 0.9s all;
    border: 0px solid #27c97b;
    box-shadow: 0px 5px 16px 1px #0000002b;
    border-radius: 4px;
    clear: both;
}
.price-block:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    z-index: 1;
    /*background: #19b683;
    color: #fff; */
}
.price-block h3 {
    background: #102e47 none repeat scroll 0 0;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    line-height: 32px;
    margin: 0;
    padding: 15px 0;
    text-align: center;
    width: 100%;
    text-transform: capitalize;
    color: #ffffff;
    transition: 0.9s all;
}
.price-block:hover h3 {
    background: #1c1f64 none repeat scroll 0 0;
    color: #ffffff;
}
.priceInner {
    margin: 0 0 0;
    padding: 0 20px;
}
.priceInner p {
    font-size: 23px;
    font-weight: 600;
    border-bottom: 1px solid #2d383e;
    padding: 5px 0 21px;
    margin: 0;
}
.priceInner p:last-child {
    border: 0;
}
.price-block:hover .priceInner p {
   /* color: #fff;*/
}
.priceInner p span {
    margin: 0 0 10px;
    font-weight: normal;
    display: block;
    line-height: 1;
}
.profit_calculator .nav-tabs {
    border-bottom: medium none;
    margin: 0 0 0px;
}
.profit_calculator .nav-tabs li {
    margin: 0 0 15px;
    width: auto;
    padding: 0 0px;
}
.profit_calculator .nav-tabs > li.active > a, .profit_calculator .nav-tabs > li.active > a:focus, .profit_calculator .nav-tabs > li.active > a:hover {
    border: medium none;
    background: #102e47;
    color: #fff;
}
.profit_calculator .nav-tabs > li.active > a {
    position: relative;
}

.profit_calculator .nav-tabs li a {
    /* background: #6c6396 none repeat scroll 0 0; */
    border: medium none;
    color: #313131;
    font-size: 18px;
    line-height: 23px;
    padding: 8px 12px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 4px;
    font-weight: 600;
}
.profit_calculator .nav-tabs li a:hover {
    background: transparent;
}
.profit_calculator .nav-tabs > li.active > a span {
    background: #19b683;
}

.cal_values {
    margin-bottom: 20px;
}
.cal_values input.form-control {
    color: #333;
    /* font-family: "poppinsregular"; */
    height: 40px;
    margin: 0;
    border-radius: 0;
    font-size: 18px;
    font-weight: normal;
    padding: 0 10px;
    width: 70%;
}
span.cal_btn {
    height: 40px;
    background: #102e47;
    color: #fff;
    width: 30%;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    /* padding: 7px 0 2px; */
    line-height: 40px;
    /*border-radius: 6px;*/
}


/*  END Plan  */






/******  footer css  ********/

footer {
    background: #191d28;
    position: relative;
    padding: 4em 0 0;
    position: relative;
}
a.footerLogo {
    color: #ffc40c;
}
p.copyright a {
    color: #7d8081;
}
p.stay_connect {
    color: #fff !important;
    text-transform: capitalize;
    font-size: 20px !important;
}
a.site_logo_cont {
    display: block;
}
.footerInner p {
    color: #7d8081;
    margin: 10px 0;
    font-size: 13px;
}
.footerInner h3 {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 20px 0;
}
.footerInner ul {
    padding: 0;
    margin: 15px 0 10px;
    list-style: none;
}
.footerInner ul a {
    font-size: 13px;
    margin-bottom: 10px;
    display: inline-block;
    color: #7d8081;
    text-decoration: none;
    transition: all 0.5s ease-in-out 0s;
}
.footerInner ul a:hover, .footerInner ul a:focus {
    color: #ffffff;
    text-decoration: none;
    /* padding-left: 6px; */
}
.footerInner {
    margin-bottom: 25px;
}

.foot-bottom.method {
    background: #232838;
    padding: 16px 0 15px;
    margin-top: 25px;
}
.methodInner p {
    color: #fff;
    text-transform: capitalize;
    text-align: left;
}
.socialIcon {
    /*text-align: center;*/
}
.socialIcon ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.socialIcon ul li {
    display: inline-block;
    /* float: left; */
}
.socialIcon ul li a {
    padding: 0 0;
    font-size: 19px;
    margin: 0 8px;
    display: inline-block;
    color: #7d8081;
    position: relative;
    z-index: 999;
    vertical-align: middle;
}
.footerInner i.fa {
    margin-right: 10px;
}
.foot-left {
    padding: 15px 0 10px;
    text-transform: capitalize;
}
li.methodRES {
    display: inline-block;
    vertical-align: middle;
}

@media only screen and (min-width: 50px) and (max-width: 768px){
	body img.site_logo {
	    max-width: 150px;
	}
	
}


.footerInner a.site_logo_cont img {
    max-width: 100% !important;
}


.login_form.forgot_form {
    padding: 40px;
}
.login_form.forgot_form h2 {
    text-align: center;
    margin: 0px 0 40px;
    color: #000;
    font-size: 30px;
    position: relative;
    text-transform: uppercase;
}
.login_form.forgot_form p {
    text-align: center;
    margin-bottom: 15px;
}
form#forgotPasswordForm {
    margin-top: 25px;
}
#forgotPasswordForm .form-group {
    margin-bottom: 12px;
}
#forgotPasswordForm .form-group .input_group {
    background: #f7f7f7;
    height: 50px;
    position: relative;
    /* overflow: hidden; */
}
#forgotPasswordForm .form-group .input_group span {
    position: absolute;
    background: #0081c2;
    height: 50px;
    padding: 13px 10px;
    width: 50px;
    text-align: center;
    font-size: 20px;
    line-height: 1;
}
#forgotPasswordForm .form-group .input_group i {
    color: #fff;
}
#forgotPasswordForm .form-group .form-control {
    border: none;
    height: 50px;
    border: 1px solid rgb(34, 167, 240);
    padding: 10px 10px 10px 65px;
    text-align: left;
}
form#forgotPasswordForm .btn.btn-primary {
    background: rgb(34, 167, 240);
    border-color: rgb(34, 167, 240);
    font-size: 18px;
    margin-top: 15px;
    padding: 12px 30px;
    color: #000;
    text-transform: uppercase;
    width: 100%;
    box-shadow: none;
    color: #fff;
}
div#forgot_password button.close {
    font-size: 40px;
    filter: alpha(opacity=20);
    margin: 10px;
    position: absolute;
    right: 10px;
    z-index: 9999;
}
div#forgot_password label.error {
    color: red !important;
    font-size: 12px !important;
    padding: 0;
    background: transparent;
    margin: 4px 0 20px 0;
    display: block;
    line-height: 1;
    text-align: left;
}
#facebooknewloginoneForm .form-group .form-control {
    border: none;
    height: 50px;
    border: 1px solid rgb(34, 167, 240);
    padding: 10px 10px 10px 65px;
    text-align: left;
}
#facebooknewloginoneForm .form-group .input_group span {
    position: absolute;
    background: #0081c2;
    height: 50px;
    padding: 13px 10px;
    width: 50px;
    text-align: center;
    font-size: 20px;
    line-height: 1;
}
#facebooknewloginoneForm .form-group .input_group i {
    color: #fff;
}
form#facebooknewloginoneForm .btn.btn-primary {
    background: rgb(34, 167, 240);
    border-color: rgb(34, 167, 240);
    font-size: 18px;
    margin-top: 15px;
    padding: 12px 30px;
    color: #000;
    text-transform: uppercase;
    width: 100%;
    box-shadow: none;
    color: #fff;
}
div#fb_login label.error {
    color: red !important;
    font-size: 12px !important;
    padding: 0;
    background: transparent;
    margin: 4px 0 20px 0;
    display: block;
    line-height: 1;
    text-align: left;
}
.yatpo{
    margin-left: 22%;
    margin-top: 10%;
}
.fbclass{
    margin-right: -10px;
}
.ggclass{
    width:100%;
}
@media (max-width: 470px) {
    .yatpo {
        /*margin-left: 30%;
        margin-top: 10%;*/
        display: none;
    }
}
@media (max-width: 470px) {
.users {
  background: #f4f4f4;
  border: 1px solid #ddd;
  margin: 0 0 70px;
  float:left;
  padding: 20px 30px;
  width: 100%;
  border-radius: 5px;
}
.users {
  margin: 20px 0;
}
.fbclass{
    margin-right: 0px;margin-left:10px;
}
.ggclass{
    width:93%;
    margin-top:20px;
    margin-left:10px;
}
}