﻿.labelReffer {
    margin-bottom: 0;
    font-size: 14px;
    color: #333333;
    line-height: 18px;
    font-family: 'LatoRegular';
}
/*Start Earning Today*/
.referFriends {
    display: flex;
    justify-content: space-around;
    font-size: 24px;
    padding-top: 30px;
}
.referFriendsCircle{
    box-shadow: 4px 2px 6px 1px #E3E3E3;
    border-radius: 50%;
    padding: 45px;
    margin-bottom: 25px;
    margin-top: 25px;
}
.referFriendsCircle img{
    width: 100%;
    height: 175px;
}
.priceReferral{
    margin-bottom: 0px;
    font-size: 40px;
    color: #4bb070;
    font-weight: 500;
    line-height: 50px;
    font-family: 'MontserratExtraBold';
}
.perReferral{
    font-size: 19px;
    font-family: 'MontserratMedium';
    color: #333333;
}
/*End Start Earning Today*/

/*referForm*/
.maneyBlock {
    background: #d7ebdd;
    background-image: url('../Img/Referral/moneybg.png');
    padding-top: 30px;
    padding-bottom: 30px;
}

.referTextOnline{
    color: #333333;
    font-size: 20px;
   font-family: 'MontserratMedium';
}
.referFormInput{
    display: block;
    border: 1px solid #EEEFEF;
    border-radius: 3px;
    height: 44px;
    width: 280px;
    padding-left: 5px;
    padding-right: 5px;
}
.referForm label{
    font-size: 14px;
    margin-bottom: 0px;
    color: #333333;
    font-family: 'LatoRegular';
    line-height: 22px;
}
.btnSubmitInfo{
    width: 100%;
    height: 46px;
    margin-top: 20px;
    background: #f5631c;
    border: 1px solid #f5631c;
    color: #f4fafa;
    font-size: 18px;
    max-width: 607px;
    cursor: pointer;
}
.btnSubmitInfo:hover{
    opacity: 0.83;
}
.btnSubmitInfo:active{
    opacity: 0.83;
}
.rowRefer{
    display: flex;
    margin-bottom: 16px;
    margin-left: 0px;
    margin-right: 0px;
}
/*.rowReferBorder{
    padding-bottom: 25px;
    border-bottom: 1px solid #fff;
}*/
.rowReferBorder {
    border-top: 1px solid #fff;
    display: flex;
    justify-content: space-between;
}
/*.referFriendsBorderRight{
    border-right: 1px solid #EEEFEF;
}*/
.referSpan{
    font-size: 20px;
    font-weight: 500;
    color: #333;
    cursor: pointer;
}
.referSpan:hover{
    text-decoration: none;
    color: #333;
}
.referImg{
    width: 40px;
    height: 40px;
    margin-right: 10px;
}
/*.referInputCenter{
    margin-left: 20px;
    margin-right: 20px;
}
.referLabelCenter{
     margin-left: 20px;
}*/
/*end referForm*/

.startEarning{
    color: #f5631c;
    font-size: 36px;
    line-height: 26px;
    font-family: 'MontserratSemiBold';
}
.referColleague{
    font-size: 16px;
    color: #333333;
    line-height: 18px;
    font-family: 'LatoRegular';
}
.userImg{
     width: 20px; 
     height: 20px; 
     position: absolute; 
     right: -5px; 
     bottom: 8px;
}
.addMoreRefferalBlock{
    display: none;
}
.userImgMedia{    
    display: none;
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.addMoreRefferal{
    display: flex;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 0px;
}
.refferFriends{
    font-size: 24px;
    font-size: 24px;
    font-family: 'MontserratMedium';
}
.imgHandMoney{
    max-width: 450px;
}
.refferFriendsMedia{
    display: none;
}
.handBlockBg {
    background-image: url('../Img/Referral/image.png');
    width: calc(100% - 175px);
    height: 260px;
}
.blockLabelInput{
    /*width: 32%;*/
    width: 33%;
}

.capchaBlock {
    background: #d7ebdd;
    padding-top: 30px;
    padding-bottom: 30px;
}

@media screen and (max-width: 1700px) {
    .referFormInput{
        width: 230px;
    }
}
@media screen and (max-width: 1400px) {
    .handBlockBg{
        width: calc(100% - 130px);
    }
    .referFormPosition{
        margin-left: 150px;
        min-width: 650px;
    }
    .startBlockNone{
        position: absolute;
        right: 0px;
    }
     .referFormInput {
        width: 220px;
    }
    .blockLabelInput{
        margin-right: 10px;
    }
}
@media screen and (max-width: 1200px) {
    .imgDealToday{
        display: none;
    }
   .maneyBlock{
       padding-left: 15px;      
   }
   .handBlockBg{
       width: calc(100% - 120px);
   }
   .referFormPosition{
        margin-left: 0px;
    }
    .userImg{
        display: none;
    }
    .addMoreRefferalBlock{
        display: block;
        font-family: 'LatoRegular';
        color: #333333;
        font-size: 16px;
        line-height: 26px;
    }
    .btnSubmitInfo{
        margin-top: 0px;
    }
    .referImg{
        margin-right: 5px;
    }
    .referSpan{
        font-size: 16px;
    }
    .textCenterMedia{
       text-align: center;
       margin-top: 40px;
       margin-bottom: 0px;
   }
   .referColleague{
       min-width: 125px;
   }
    .refferFriends{
        font-size: 20px;
    }
    .referFriendsCircle{
        margin-top: 15px;
        width: 240px;
    }
    .referFriendsCircle img {
        height: 140px;
    }
}
@media screen and (max-width: 992px) {
    /*.refferalBlock {
        display: none;
    }*/
    .referFriendsBorderRight{
        border: none;
    }
    .referFriendsCircle{
        margin: 0 auto;
        margin-bottom: 10px;
    }
    .referFriends {
        padding-top: 0px;
        padding-bottom: 0px;
        justify-content: center;
        align-items: center;
        /*flex-direction: column;*/
        display: block;
    }   
   .rowReferBorder{
       padding-bottom: 0px;
   }
   .addMoreRefferal{
       margin-top: 20px;
       margin-bottom: 20px;
   }
   .startBlockNone{
       display: none;
   }
  .referFormInput {
        width: 240px;
    }
    .blockLabelInput {
        margin-right: 0px;
    }
}
@media screen and (max-width: 768px) {
    .maneyBlock {
        padding-left: 10px;
        padding-right: 10px;
    }
    .referFormInput{
        width: 100%;
        margin-bottom: 10px;
        padding-left: 15px;
        padding-right: 15px;
    }
     .btnSubmitInfo{
       max-width: none;
   }
     .textCenterMedia{
       margin-top: 50px;
       margin-bottom: 0px;
   }
    .referTextMedia{
        color: #333333;
        font-size: 20px;
        font-family: 'MontserratMedium';
        text-align: center;
    }
    .refferFriends{
        display: none;
    }
    .refferFriendsMedia{
        display: block;
    }
    .priceReferral{
        font-size: 30px;
        line-height: 35px;
    }
    .perReferral{
        font-size: 18px;
        margin-bottom: 0px;
    }
    .refferFriendsMedia{
         font-size: 18px;
         color: #333333;
         font-family: 'MontserratMedium';
         margin-bottom: 5px;
    }
    .referFriendsCircle {
        width: 230px;
        margin-bottom: 20px;
    }
    .referFriendsCircle img {
        height: 130px;
    }
    .blockLabelInput {
        /*width: 250px;*/
        width: 260px;
        float: left;
    }
    .rowReferBorder{
        display: inline-block;
    }
    .referFormPosition {
        min-width: 300px;
    }
    .referFormInput {
        width: 250px;
        margin-bottom: 5px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .bayerMargin{
        /*margin-left: 20px;*/
        margin-left: 0px;
    }
    .rowRefer {
        width: 525px;
        margin: 0 auto;
    }
}
@media screen and (max-width: 576px) {
    .btnSubmitInfo{
        font-size: 16px;
        width: 300px;
        margin-top: 10px;
    }
    .refferalBlock{
        display: none;
    }
    .referFriendsCircle{
        width: 215px;
    }
    .referFriendsCircle img{
        height: 115px;
    }
    .priceReferral {
        font-size: 26px;
    }
    .perReferral {
        font-size: 16px;
    }
    .refferFriendsMedia {
        font-size: 16px;
    }
    .referForm{
        width: 260px;
        margin: 0 auto;
    }
    .referFormInput, .referLabelCenter, .bayerMargin {
        margin-left: 0px;
        margin-right: 0px;
    }
    .rowRefer {
        display: block;
        /*display: inline-block;*/
        margin-bottom: 0px;   
        width: 300px;
        margin: 0 auto;
    }
    .textCenterMedia{
        margin-top: 0px;
    }
    .rowReferBorder{
        border: none;
    }
    .referTextOnline{
        text-align: center;
    }
    .rowRefferCenter{
        display: flex;
    }
    .capchaRefferal{
        display: inline-block;
        margin-top: 10px;
    }
    .blockLabelInput{
        width: 300px;
    }
    .referFormInput {
        width: 300px;
    }
}
@media screen and (max-width: 380px) {
    .referFormInput{
        padding-left: 5px;
        padding-right: 5px;
    }
}