.errormsgMob {
    width: 100% !important;
}

.mobileformError {
    color: #b94a48;
    padding-left: 5px;
    vertical-align: middle;
    font-size: 13px;
    font-weight: normal;
    margin: 3px 5px 3px 0;
    height: 18px;
    display: block !important;
    width: 100% !important;
}

/* .formResponsive .formRow .formSpan3{width:100%;} */
@media only screen and (max-width:768px) {

    .logcen {
        margin-right: 24%;
    }

}

@media only screen and (max-width:375px) {

    .logcen {
        margin-right: 8% !important;
    }

}

.clickbut {
    width: 75%;
    border-radius: 5px;
    margin-left: 33px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #d8107c;
    color: #fff;
    border-color: #d8107c;
}

.clickbut:hover {

    background-color: #f19d1a;

    border-color: #f19d1a;
}

.p2_menu {
    width: 35px
}

.manhead {
    padding-bottom: 16px;
}
@media screen and (max-width: 992px){
    .imgblock {
        margin-top: 74px;
    }
    }

body{
    background: #EEEEEE;
    float: left;
    width: 100%;
}
    .headeropt{
        width: 100%;
        float: left;
        margin-bottom: 10px;
    }
    .headeropt h4{
       width: auto;
       float: left;
       font-size: 20px;
       text-align: left;
       color: #3C3C3B !important; 
       font-weight: 700;
    }
    ul.rupaytopmenu{
        width: fit-content;
        float: none;
        padding: 0;
        list-style: none;
        margin: 12px auto;
    }
    ul.rupaytopmenu li{
        float: left;
    }
    ul.rupaytopmenu li a{
        color: #3C3C3B;
        font-size: 18px;
        padding: 8px 24px;
        margin-right: 10px;
        text-decoration: none;
        border-radius: 50px;
        text-align: center;
    }
    ul.rupaytopmenu li a:hover, ul.rupaytopmenu li a.avtive{
        color: #ffffff;
        background: #b8146d;
    }

    .searchbox input[type="search"] {
        outline: none;
        float: right;
        padding: 8px 20px;
        border-radius: 50px;
        width: 80%;
        background: none;
        border-color: #bbbbbb;
        box-shadow: none;
        border: 2px solid #999999;
        text-align: center;
        color: #bbbbbb;
        font-size: 16px;
    }

    input:focus, input[type]:focus{
        border-color: none !important;
        box-shadow: 0 0px 0px rgba(229, 102, 23, 0) inset, 0 0 8px rgba(229, 102, 23, 0) !important;
        outline: 0 none !important;
    }
    .searchbox {
        position: relative;
    }
    .searchbox img{
        float: right;
        position: absolute;
        right: 23px;
        top: 9px;
        width: 24px;
    }
/* This css is for normalizing styles. You can skip this. */
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  
  
  

  .form-group {
    display: block;
    margin-bottom: 15px !important;
  }
  .form-group:last-child {
    margin-bottom: 0px !important;
  }
  .form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
  }
  
  .form-group label {
    position: relative;
    cursor: pointer;
    color: #3C3C3B;
    font-size: 18px;
    font-weight: 400;
  }
  
  .form-group label:before {
    content:'';
    -webkit-appearance: none;
    background-color: #fff;
    border: 1px solid #D8107C;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
  }
  
  .form-group input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #D8107C;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
  }

  .rupay-sidemenu {
    padding: 30px;
    background: #DFDFDF;
    width: 100%;
    float: left;
    border-radius: 20px;
}
.rupaybox {
    background: #fff;
    padding: 20px;
    float: left;
    font-family: Source Sans Pro !important;
    margin-bottom: 20px;
    display: flex;
    width: 100%;
    min-height: 350px;
}
/* .offerexpire.more {
    float: right;
    width: auto;
} */
.rupaylist .cat_all {
    padding: 0 10px;
}

.rupayofferlogo {
    float: left;
    padding: 0;
    position: relative;
    height: auto;    
}
.rupaylist .rupaybox::before{
    content: '';
    background: #eee;
    width: 30px;
    height: 30px;
    float: right;
    position: absolute;
    right: 0;
    border-radius: 50px;
    top: 42%;
}
.rupayoffertext {
    padding-right: 0;
    border-left: 1px dotted #000;
}
.rupayofferlogo img {
    width: 100%;
    float: left;
    padding: 0 10px 0 0px;
    margin: 0;
    position: absolute;
    bottom: 40%;
}

.rupayoffertext h2 {
    font-family: Source Sans Pro !important;
    float: left;
    font-size: 24px;
    font-weight: 700;
    color: #3C3C3B !important;
    margin: 0;
    min-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
.rupayoffertext span{
    float: left;
    padding: 5px 0;
    color: #3C3C3B;
    width: 100%;
    font-weight: 600;
}

.rupayoffertext h4 {
    float: left;
    width: 100%;
    display: none;
    font-family: Source Sans Pro !important;
    font-size: 26px;
    font-weight: 400;
    color: #3C3C3B !important;
    margin-top: 0;
    
}
.rupayoffertext p br{
    display: none;
}
.rupayoffertext p{
    font-size: 14px;
    color: #3C3C3B;
    font-family: Source Sans Pro !important;
    width: 100%;
    float: left;
    padding-right: 10px;
    min-height: 65px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.rupayoffertext h5 {
    float: left;
    font-family: Source Sans Pro !important;
    width: 100%;
}
.offerexpire{
    width: 100%;
    float: left;
}
.offerexpire span {
    float: left;
    padding: 0;
    font-size: 12px;
    font-family: Source Sans Pro !important;
    color: #3C3C3B;
}
.offerexpire h5{
    float: left;
    font-family: Source Sans Pro !important;
    padding: 0;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
}
.offercode {
    width: auto;
    float: left;
    background: #F5F5F5;
    border-radius: 50px;
    padding: 6px 10px;
    border: 1px solid #3C3C3B;
    margin-top: 15px;
    display: flex;
    cursor: pointer;
}

.offercode span{
    font-size: 12px;
    float: left;
    font-family: Source Sans Pro !important;
    padding: 0;
    color: #3c3c3bcc !important;
}
.offercode h3{
    font-size: 14px;
    font-family: Source Sans Pro !important;
    float: left;
    margin: 0;
    margin-left: 5px;
    color: #3C3C3B !important;
    font-weight: 600;
}


h4.categoriestitle{
    font-size: 20px;
    font-weight: bolder;
    margin-top: 0;
    margin-bottom: 20px;
}

.form-group.has-search input.form-control {
    width: 100%;
    height: auto;
    background: #fff;
    border: 0px solid #000;
    z-index: 99;
    display: block;
    font-size: 14px;
    padding: 7px;
    color: #000;
    border-radius: 30px;
    text-indent: 14px;
    box-shadow: 0px 0px 2px #616161;
}
.form-group.has-search {
    width: 220px;
    float: right;
    height: 40px;
    position: relative;
}
.form-group.has-search span.fa.fa-search.form-control-feedback {
    margin-top: 9px;
    float: right;
    right: 15px;
}
@media (max-width: 1200px){
    .rupayoffertext span {
        float: left;
        padding: 10px 0;
        color: #3C3C3B;
    }
    .offerexpire {
        width: 100%;
        float: left;
    }
    .offercode {
        width: auto;
        float: left;
        margin-top: 10px;
    }
    .rupayofferlogo {
        float: left;
        padding: 0;
        position: relative;
        height: 20vw;
    }
    .offerexpire span{
        padding: 0;
    }
    .offercode span {
        padding: 0;
        float: left;
    }
}

@media (max-width: 992px){
.headeropt h4 {
    text-align: center;
    color: #3C3C3B !important;
    font-weight: 700;
}
ul.rupaytopmenu {
    width: fit-content;
    float: none;
    padding: 0;
    list-style: none;
    margin: 20px auto;
}
ul.rupaytopmenu li a {
    color: #3C3C3B;
    font-size: 18px;
    padding: 8px 15px;
    margin-right: 7px;
    width: 135px;
    float: left;
}
.searchbox input[type="search"] {
    padding: 8px 20px;
    border-radius: 50px;
    width: 100%;
    margin-top: 20px;
}
.searchbox img {
    right: 23px;
    top: 28px;
}
div.bhoechie-tab-menu {
    margin: 0 auto;
    float: none;
}
.rupayofferlogo {
    float: left;
    padding: 0;
    position: relative;
    height: auto;
    text-align: center;
}
.rupayofferlogo img {
    width: 150px;
    float: none;
    padding: 0 10px 0 0px;
    margin: 0 auto;
    position: initial;
    bottom: 0;
}
.rupayoffertext {
    padding-right: 0;
    border-left: 0px dotted #000;
    border-top: 1px dotted #000;
    padding-top: 12px;
    margin-top: 20px;
}
.rupayoffertext span {
    float: right;
    padding: 10px 0;
    color: #3C3C3B;
}
.offerexpire span {
    padding: 0;
    float: left;
}
.rupaybox {
    margin-bottom: 15px;
    margin-top: 15px;
    position: relative;
    display: block;
}
.rupaylist .rupaybox::before {
    top: 50%;
    right: -16px;
}
.offercode span{
    padding: 0;
}
.rupayoffertext p{
    min-height: auto;
}
.who-we-are{
    margin-top: 30px;
}
}
@media (max-width: 766px){
div.bhoechie-tab-menu {
    margin: 0 auto;
    float: none;
    padding: 0 15px;
}
.rupaylist .rupaybox::before {
    top: 50%;
    right: -13px;
}
.rupayoffertext {
    width: 100%;
    float: left;
    padding: 10px 0;
}
.rupayofferlogo {
    float: left;
    width: 100%;
}
.offercode span{
    padding: 0;
    float: left;
}
}

@media (max-width: 480px){
.header-option {
    width: 100%;
    float: left;
    margin-top: 0%;
}
ul.rupaytopmenu {
    width: 100%;
}
ul.rupaytopmenu li {
    float: left;
    width: 100%;
    margin: 5px 0;
}
ul.rupaytopmenu li a{
    width: 100%;
}
}
.offer_link.more {
    background: #d81580;
    color: #fff;
    font-size: 14px;
    padding: 5px 10px;
    float: left;
    margin-top: 13px;
    border-radius: 4px;
}
.popupDiv .popupAlert{position:fixed;top:33%;left:0;right:0;background-color:#fff;z-index:99999999;max-width:400px;margin:0 auto;padding:0 20px;border:2px solid #a2a2a2;display:none}
.popupDiv .popupAlert p{color:#d91780}
.popupDiv .lmsg{margin:0 auto;display:block;width:100%;max-width:60px}
.popupDiv .subtext{color:#000;font-size:14px;margin-top:10px;float:left;clear:both;margin-bottom: 20px;}
.popupDiv .okBtn{margin:0 auto;margin-top:20px;text-align:center}
.popupDiv .okBtn a{color:#fff;background-color:#d91780;padding:10px 15px;text-align:center}
.popupDiv .closeLink{position:absolute;right:0;font-size:20px;background-color:#d91780;top:0;padding:0 10px;color:#fff}
.popupDiv .closeLink:hover,.popupDiv .okBtn a:hover{text-decoration:none;color:#fff}
#liner .pagination>li{
  display: inline-flex;
  font-size:large;
  vertical-align:middle;
}
@media screen and (max-width:767px){
.banner_jana_land>.container{width:100%}
.popupDiv .popupAlert{top:10%}
.offer_link.more {
    margin-top: 15px;
    border-radius: 4px;
}
div.bhoechie-tab-menu{
    width: 100% !important;
}
}
@media screen and (max-width:500px){
    .offer_link.more {
        margin-top: 15px;
        border-radius: 4px;
    }
}