body
{
    margin: 0;
    padding: 0;
    font-family: 'roboto_condensedlight' !important;
}
.refer-header
{
    padding-top: 100px;
    margin-bottom: 25px;
}
.refer-inner
{
    text-align: center;
}
.refer-inner p:first-child
{
    color: #f26522;
    font-size: 28px;
    font-family: 'roboto_condensedbold';
    margin-bottom: 0;
}
.refer-inner p:last-child
{
    font-size: 26px;
    font-weight: 500;
    color:  #f26522cc;
}
.client-detail, .friend-detail
{
    text-align: center;
    margin: 0 auto;
    display: block;
}
.client-detail input[type], .friend-detail input[type]
{
    width: 32%;
    margin: 20px 5px;
    padding: 10px 8px;
    border-color: #000;
    color: #000;
    text-align: left;
    background-color: transparent;
}
.client-detail input[type]:focus, .friend-detail input[type]:focus
{
    box-shadow: none;
}
::placeholder, :-ms-input-placeholder, ::-webkit-input-placeholder
{
    color: #000;
}
.refer-pnl
{
    /*background-image: url(../images/refer-friend-banner.jpg);*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.refer-tab
{
    background-color: #f26522cc;
    margin: 30px 0 0;
}
.refer-tab p
{
    font-size: 20px;
    color: #fff;
    padding: 10px 15px;
    position: relative;
}
.refer-tab p:after
{
    content: '+';
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 0;
    font-size: 35px;
    cursor: pointer;
}
.friend-detail input[type]
{
    border: none;
    border-bottom: 1px solid #000;
    border-radius: 0;
}
.btn-submit
{
    background-color: #f26522cc;
    color: #fff;
    padding: 5px 70px;
    margin: 10px 0 40px;
    font-size: 13px;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(107,102,107,1);
    -moz-box-shadow: 0px 3px 5px 0px rgba(107,102,107,1);
    box-shadow: 0px 3px 5px 0px rgba(107,102,107,1);
}
.wrk-inner-pnl
{
    margin: 20px 0;
}
.wrk-pnl
{
    margin: 20px 0;
}
.wrk-pnl h2
{
    color: #000;
    font-size: 28px;
   font-family: roboto_condensedlight, !important';
}
.wrk-detail
{
    text-align: center;
    margin: 0 auto;
    display: flex;
}
.wrk-common
{
    border-radius: 5px;
    display: inline-block;
    float: left;
    width: 18%;
    margin: 0 22px 0 0;
    text-align: left;
    padding: 50px 8px;
    text-align: left
    font-size: 18px;
    color: #fff;
    line-height: 20px;
    position: relative;
    transition: 0.5s ease-in-out;
    cursor: pointer;
}
.wrk-common:hover:after, .wrk-common:hover
{
    transform: scale(1.05);
    transition: 0.5s ease-in-out;
    cursor: pointer;
}
.wrk-common img
{
    text-align: center;
    margin: 10px auto 25px;
    display: block;
}
.wrk-1
{
   background-image: linear-gradient(to bottom, #193f6e, #193f6e, #193f6e, #193f6e, #193f6e,#193f6e, #193f6e,#193f6e,#193f6e,#193f6e,#193f6e,#193f6e);
}
.wrk-2
{
    background-image: linear-gradient(to bottom,#3b6ba5, #3b6ba5, #3b6ba5, #3b6ba5, #3b6ba5, #3b6ba5, #3b6ba5, #3b6ba5, #3b6ba5, #3b6ba5, #3b6ba5, #3b6ba5);
}
.wrk-3
{
    background-image: linear-gradient(to bottom, #72a5d3, #72a5d3, #72a5d3, #72a5d3, #72a5d3, #72a5d3,#72a5d3,#72a5d3,#72a5d3,#72a5d3,#72a5d3,#72a5d3);
}
.wrk-4
{
    background-image: linear-gradient( to bottom, #95c8d9,#95c8d9,#95c8d9,#95c8d9,#95c8d9,#95c8d9,#95c8d9,#95c8d9, #95c8d9,#95c8d9,#95c8d9,#95c8d9);    

}
.wrk-5
{
    background-image: linear-gradient(to bottom, #b1d3e3,#b1d3e3, #b1d3e3, #b1d3e3,#b1d3e3, #b1d3e3, #b1d3e3, #b1d3e3, #b1d3e3, #b1d3e3, #b1d3e3, #b1d3e3);
}
.wrk-1:after, .wrk-2:after, .wrk-3:after, .wrk-4:after, .wrk-5:after
{
    position: absolute;
    content: '1';
    left: 40%;
    border-radius: 50%;
    background: #fff;
    height: 40px;
    width: 40px;
    font-size: 16px;
    padding: 10px 0;
    vertical-align: middle;
    bottom: 8px;
    text-align: center;
    color: #000;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(107,102,107,1);
    -moz-box-shadow: 0px 3px 5px 0px rgba(107,102,107,1);
    box-shadow: 0px 3px 5px 0px rgba(107,102,107,1);
}
.wrk-2:after
{
    content: '2';
}
.wrk-3:after
{
    content: '3';
}
.wrk-4:after
{
    content: '4';
}
.wrk-5:after
{
    content: '5';
}
.content
{
    text-align: center;
    color: #000;
    font-size: 16px;
    margin: 25px 0 40px;
}
.term-right-img, .term-right-img img
{
    width: 100%;
}
.term-left-content h2
{
    font-size: 32px;
    color: #000;
    margin-bottom: 20px;
}
.term-left-content p
{
    font-size: 17px;
    color: #000;
    text-align: justify;
    margin-bottom: 10px;
}
.terms-sc
{
    border-top: 1px solid #000;
    padding: 40px 0;
}
.term-left-content p span:first-child
{
    width: 5%;
    display: inline-block;
    vertical-align: top;
}
.term-left-content p span:last-child
{
    width: 95%;
    display: inline-block;
}
.pad-top
{
    padding-top: 35px;
}
.term-left-content
{
    padding-top: 20px;
}
.btn-disclaimer
{
    text-align: center;
    margin: 0 auto;
    display: block;
    background-color: #f26522cc;
    width: 20%;
    padding: 8px 12px;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
    margin-bottom: 10px;
}
.btn-disclaimer:hover
{
    text-decoration: none;
    color: #fff;
}

@media screen and (min-width: 992px) and (max-width: 1199.90px)
{
    .refer-inner p:first-child
    {
        font-size: 25px;
    }
    .refer-inner p:last-child
    {
        font-size: 24px;
    }
    .heading h2
    {
        font-size: 32px;
    }
    .client-detail input[type], .friend-detail input[type]
    {
        margin: 20px 5px;
        width: 32%;
    }
    .wrk-common
    {
        font-size: 16px;
        padding: 40px 8px;
    }
    .term-left-content p
    {
        font-size: 14px;
    }
    .term-left-content h2
    {
        font-size: 26px;
    }
}
@media screen and (min-width: 768px) and (max-width: 991.90px)
{
    
      .clsBg {
   
    margin-left: 43px ! important;
}
    .Referfriend {
    font-weight: normal ! important;
    color: #fff! important;
    font-size: 16px! important;
    line-height: 45px! important;
    position: absolute! important;
    margin-top: -313px! important;
    MARGIN-LEFT: 85PX! important;
}
    .refer-inner p:first-child
    {
        font-size: 22px;
    }
    .refer-inner p:last-child
    {
        font-size: 20px;
    }
    .heading h2
    {
        font-size: 32px;
    }
    .client-detail input[type], .friend-detail input[type]
    {
        margin: 20px 5px;
        width: 31%;
    }
    .wrk-common
    {
        font-size: 16px;
        padding: 40px 8px;
    }
    .term-left-content p
    {
        font-size: 14px;
    }
    .term-left-content h2
    {
        font-size: 20px;
    }
    .abc
    {
        max-height: 196px;
        display: block;
        overflow-y: scroll;
    }
    .wrk-common
    {
        width: 30%;
        font-size: 16px;
    }
    .wrk-common p
    {
        min-height: 100px;
    }
    .wrk-4
    {
        margin-left: 118px;
        margin-top: 20px;
    }
    .wrk-5
    {
        margin-top: 20px;
    }
    .wrk-detail
    {
        display: inline-block;
    }
    .wrk-pnl h2
    {
        font-size: 24px;
    }
    .wrk-1:after, .wrk-2:after, .wrk-3:after, .wrk-4:after, .wrk-5:after
    {
        width: 35px;
        height: 35px;
        padding: 8px 0;
    }
    .btn-disclaimer
    {
        width: 25%;
    }
    .refer-header
    {
        padding-top: 60px;
    }
    /* .client-detail input[type], .friend-detail input[type] {
            width: 100%;
            margin: 20px 0;
        }
        .client-detail, .friend-detail {
            padding: 0 15px;
        } */
}
@media screen and (min-width: 576px) and (max-width: 767.90px)
{
    
    
      .clsBg {
   
    margin-left: 43px ! important;
}
      .Referfriend {
    font-weight: normal ! important;
    color: #fff! important;
    font-size: 16px! important;
    line-height: 45px! important;
    position: absolute! important;
    margin-top: -313px! important;
    MARGIN-LEFT: 85PX! important;
}
    .term-left-content
    {
        padding-top: 0px;
    }
    .abc
    {
        max-height: 130px;
        display: block;
        overflow-y: scroll;
    }
    .refer-inner p:first-child
    {
        font-size: 22px;
    }
    .refer-inner p:last-child
    {
        font-size: 15px;
        margin-bottom: 0;
    }
    .heading h2
    {
        font-size: 30px;
    }
    .client-detail input[type], .friend-detail input[type]
    {
        padding: 8px 8px;
    }
    .wrk-common
    {
        font-size: 16px;
        padding: 10px 8px 40px;
    }
    .term-left-content p
    {
        font-size: 14px;
    }
    .term-left-content h2
    {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .wrk-common
    {
        width: 47%;
        margin: 0 10px 0 0;
        padding: 10px 8px 45px;
    }
    .wrk-common p
    {
        min-height: 82px;
    }
    .wrk-4, .wrk-3
    {
        margin-top: 20px;
    }
    .wrk-5
    {
        margin-top: 20px;
        margin-left: 130px;
    }
    .wrk-detail
    {
        display: inline-block;
    }
    .wrk-pnl h2
    {
        font-size: 24px;
    }
    .wrk-1:after, .wrk-2:after, .wrk-3:after, .wrk-4:after, .wrk-5:after
    {
        width: 35px;
        height: 35px;
        padding: 8px 0;
        font-size: 14px;
    }
    .refer-tab
    {
        margin: 15px 0 0;
    }
    .refer-tab p
    {
        font-size: 16px;
    }
    .refer-tab p:after
    {
        font-size: 28px;
    }
    .btn-submit
    {
        margin: 10px 0 15px;
        padding: 5px 40px;
    }
    .content
    {
        font-size: 13px;
        margin: 8px 0 0;
    }
    .btn-disclaimer
    {
        width: 35%;
    }
    .client-detail input[type], .friend-detail input[type]
    {
        width: 100%;
        margin: 10px 0 0;
    }
    .client-detail, .friend-detail
    {
        padding: 0 15px;
    }
    .refer-header
    {
        padding-top: 60px;
        margin-bottom: 10px;
    }
}
@media screen and (min-width: 480px) and (max-width: 575.90px)
{
    .wrkwide
   {
           min-height: 285px;
   }
      .clsBg {
   
    margin-left: 43px ! important;
}
     .Referfriend {
    font-weight: normal ! important;
    color: #fff! important;
    font-size: 16px! important;
    line-height: 45px! important;
    position: absolute! important;
    margin-top: -313px! important;
    MARGIN-LEFT: 85PX! important;
}
    .refer-inner p:first-child
    {
        font-size: 22px;
    }
    .refer-inner p:last-child
    {
        font-size: 18px;
    }
    .client-detail input[type], .friend-detail input[type]
    {
        width: 100%;
        margin: 10px 0 0;
        padding: 8px 8px;
        font-size: 14px;
    }
    .wrk-common
    {
        width: 47%;
        margin: 0 10px 0 0;
        padding: 10px 8px 45px;
    }
    .wrk-detail
    {
        display: inline-block;
    }
    .wrk-common p
    {
        min-height: 100px;
        font-size: 16px;
    }
    .wrk-3, .wrk-4
    {
        margin-top: 15px;
    }
    .wrk-5
    {
        margin: 15px 110px 0;
    }
    .wrk-common img
    {
        margin: 0 auto 10px;
    }
    .content
    {
        margin: 5px 0 17px;
        font-size: 13px;
    }
    .term-left-content p
    {
        font-size: 14px;
    }
    .term-left-content h2
    {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .pad-top
    {
        padding-top: 0;
        display: flex;
        flex-direction: column-reverse;
    }
    .terms-sc
    {
        padding: 10px 0;
    }
    .client-detail, .friend-detail
    {
        padding: 0 15px;
    }
    .btn-disclaimer
    {
        width: 35%;
    }
    .refer-header
    {
        padding-top: 60px;
        margin-bottom: 10px;
    }
    .refer-tab
    {
        margin: 15px 0 0;
    }
}
@media screen and (min-width: 320px) and (max-width: 479.90px)
{
   
    .clsBg {
   
    margin-left: 43px ! important;
}
    
     .Referfriend {
    font-weight: normal ! important;
    color: #fff! important;
    font-size: 13px! important;
    line-height: 45px! important;
    position: absolute! important;
    margin-left:5px! important;
    margin-top: -313px! important;
   
}
    .refer-inner p:first-child
    {
        font-size: 16px;
    }
    .refer-inner p:last-child
    {
        font-size: 14px;
    }
    .client-detail input[type], .friend-detail input[type]
    {
        width: 100%;
        margin: 10px 0 0;
        padding: 5px 8px;
        font-size: 14px;
    }
    .wrk-common
    {
        width: 100%;
        margin: 0 10px 0 0;
        padding: 10px 8px 45px;
    }
    .wrk-detail
    {
        display: inline-block;
    }
    .wrk-common p
    {
        min-height: 45px;
        font-size: 16px;
    }
    .wrk-3, .wrk-4, .wrk-2, .wrk-5
    {
        margin-top: 15px;
    }
    .wrk-5
    {
        /* margin: 15px 110px 0; */
    }
    .wrk-common img
    {
        margin: 0 auto 10px;
    }
    .content
    {
        margin: 5px 0 17px;
        font-size: 13px;
    }
    .term-left-content p
    {
        font-size: 14px;
    }
    .term-left-content h2
    {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .pad-top
    {
        padding-top: 0;
        display: flex;
        flex-direction: column-reverse;
    }
    .terms-sc
    {
        padding: 10px 0;
    }
    .wrk-1:after, .wrk-2:after, .wrk-3:after, .wrk-4:after, .wrk-5:after
    {
        left: 43%;
    }
    .refer-header
    {
        padding-top: 60px;
        margin-bottom: 10px;
    }
    .client-detail, .friend-detail
    {
        padding: 0 15px;
    }
    .btn-disclaimer
    {
        width: 35%;
    }
    .refer-tab
    {
        margin: 15px 0 0;
    }
    .wrk-pnl h2
    {
        font-size: 22px;
    }
    .btn-submit
    {
        margin: 10px 0 20px;
    }
}
.client-detail, .friend-detail
{
    text-align: center;
    margin: 0 auto;
    display: block;
}