a:hover,
a:focus {
    text-decoration: none;
}
.navhdrrtop ul {
    margin: 0;
}
.navhdrrtop ul li {
    border-right: 1px solid #b7b7b7;
    padding: 0px 10px;
    display: inline-block;
}
.navhdrrtop ul li.lstlnkk {
    border-right: none;
}
.navhdrrtop .dropdown-expanded li:not(:first-child) {
    margin-left: 0px;
}
.logo img {
    width: 90px;
    margin: 4px 0px 0px 10px;
}
.srchbxx {
    margin-left: 0;
    width: 60%;
}
.menu li.callhdricnn {
    display: inline-flex;
    float: right;
    margin-top: 10px;
}
.menu li.callhdricnn h6 {
    margin: 0px 0px 0px 4px;
    line-height: 32px;
    font-size: 12px;
    color: #7b7b7b;
}
.menu li.callhdricnn h6 a {
    font-size: 18px;
    margin-left: 10px;
}
.main-nav {
    width: 100%;
}
.prodareabx {
    box-shadow: 0px 3px 10px 0 rgba(3, 84, 115, 0.24);
    padding: 20px;
    text-align: center;
    margin: 14px 0px;
    border-radius: 10px 44px 10px 10px;
    border: 1px solid #35056b;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    position: relative;
    min-height: 340px;
}
.prodareabx:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-width: 0px 32px 32px 0;
    border-style: solid;
    border-color: #fff #fff transparent transparent;
    border-radius: 0 0 0 5px;
    background-color: #35056b;
    display: block;
    width: 0;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0), -5px 5px 7px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0), -5px 5px 7px rgba(0, 0, 0, 0.12);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0), -5px 5px 7px rgba(0, 0, 0, 0.12);
}
.prodareabx:hover {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    box-shadow: 0px 0px 10px #00000024;
}
.prodareabx.newadd h4 {
    margin-bottom: 0;
    padding: 130px 0px;
    font-size: 16px;
    color: #333;
}
.prodareabx img {
    margin: auto;
    margin-bottom: 20px;
    box-shadow: 0px 8px 6px -6px #00000054;
}
.prodareabx.nwadd h4 {
    text-transform: uppercase;
}
.prodareabx h4 {
    font-size: 13px;
    color: #a2a2a2;
    margin-bottom: 0px;
    font-weight: 400;
}
.prodareabx h3 {
    font-size: 14px;
    margin-bottom: 0px;
    min-height: 30px;
    color: #333;
}
.prodareabx h6 {
    font-size: 13px;
    color: #787b7d;
    margin-bottom: 8px;
}
.prodareabx hr {
    margin: 10px auto;
    width: auto;
    border-top: 1px dashed #cccccc4a;
}
.proddtlsarea {
    background-color: #fff;
    padding: 30px 30px 100px;
    height: 100vh;
    margin-top: 74px;
    margin-left: 0px;
    overflow-y: scroll;
    position: fixed;
}
.proddtlsarea .prodcts_detaills {
    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.12);
    padding: 40px;
    border: 1px solid #eaeaead9;
    border-radius: 4px;
    background-color: #fff;
}
.proddtlsarea .prodcts_detaills .prodinnrtitle h2 {
    font-size: 16px;
    margin: 10px 0px 16px;
}
.proddtlsarea .prodcts_detaills .prodinnrtitle h6 span {
    padding: 5px 7px;
    color: #717171;
    background-color: #f5f5f5;
    border-radius: 3px;
    font-size: 13px;
    font-weight: 400;
}
.proddtlsarea .prodcts_detaills .prodinnrtitle h4 {
    font-size: 13px;
    color: #a2a2a2;
    margin: 14px 0px;
    font-weight: 400;
}
.proddtlsarea .prodcts_detaills .carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 7px;
    height: 7px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #f29395;
    border-radius: 50px;
}
.proddtlsarea .prodcts_detaills .carousel-indicators .active {
    background-color: rgb(53, 5, 107);
}
.proddtlsarea .prodcts_detaills .carousel-indicators {
    position: absolute;
    right: 0;
    top: 100%;
}
.proddtlsarea .prodcts_detaills .carousel-control-next,
.proddtlsarea .prodcts_detaills .carousel-control-prev {
    opacity: 1;
    width: 78%;
}
.proddtlsarea .prodcts_detaills .carousel-control-next-icon,
.proddtlsarea .prodcts_detaills .carousel-control-prev-icon {
    position: relative;
    background-image: none;
    top: 70%;
}
.proddtlsarea .prodcts_detaills .carousel-control-prev-icon:before {
    content: "\f104";
    font-family: FontAwesome;
    color: #fff;
    font-size: 18px;
    padding: 3px 8px;
    top: 0;
    left: 0;
    background-color: #ff9595;
}
.proddtlsarea .prodcts_detaills .carousel-control-next-icon:before {
    content: "\f105";
    font-family: FontAwesome;
    color: #fff;
    font-size: 18px;
    padding: 3px 8px;
    top: 0;
    left: 0;
    background-color: #ff9595;
}
.prodhrline {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, #f5f5f5b0, #eaeaea, #f5f5f5b0);
    background-image: -moz-linear-gradient(left, #f5f5f5b0, #eaeaea, #f5f5f5b0);
    background-image: -ms-linear-gradient(left, #f5f5f5b0, #eaeaea, #f5f5f5b0);
    background-image: -o-linear-gradient(left, #f5f5f5b0, #eaeaea, #f5f5f5b0);
    margin: 10px 0px;
}
.proddtlsarea .prodcts_detaills p {
    font-size: 14px;
    margin: 4px 0px;
    color: #6d6d6d;
    line-height: 26px;
}
.proddtlsarea .prodcts_detaills input {
    width: 80px;
    margin-right: 0px;
    border: 1px solid #f57b7e;
}
.proddtlsarea .prodcts_detaills input:focus {
    outline: none;
    border: 1px solid #000;
}
.proddtlsarea .prodcts_detaills .inputlnkk {
    font-size: 12px;
    color: #f57b7e;
}
.proddtlsarea .prodcts_detaills span {
    font-size: 13px;
    line-height: 34px;
}
.proddtlsarea .prodcts_detaills span a {
    color: #f57b7e;
}
.proddtlsarea .prodcts_detaills .applybttn {
    margin-top: 14px;
}
.proddtlsarea .prodcts_detaills .applybttn a {
    font-size: 13px;
    background-color: #35056B;
    padding: 12px 16px;
    border-radius: 4px;
    color: #fff;
}
.prodcts_qucklinks {
    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.49);
    -webkit-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.49);
    margin: 40px 0px 20px;
    background-color: #fffffff0;
}
.prodcts_qucklinks h4 {
    font-size: 13px;
    color: #a2a2a2;
    margin: 0px 0px;
    font-weight: 400;
}
.prodcts_qucklinks .prodquicklnk {
    padding: 10px 20px;
    border-bottom: 1px dashed #efefef;
}
.prodcts_qucklinks .prodquicklnk.lstlnk {
    border-bottom: none;
}
.prodcts_qucklinks .prodquicklnk.titlebx {
    background-color: #35056b;
}
.prodcts_qucklinks .prodquicklnk.titlebx h4 {
    color: #fff;
    font-weight: 500;
}
.prodcts_qucklinks .prodquicklnk span a {
    font-size: 14px;
    color: #35056bc2;
}
.prodcts_profils {
    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.12);
    padding: 24px 20px;
    background-color: #fff;
}
.prodcts_profils img {
    margin: 0px auto 30px;
    width: 150px;
    border-radius: 50%;
}
.prodcts_profils .proprofldtls p {
    font-size: 14px;
    margin: 0px;
    line-height: 22px;
}
.prodcts_profils .proprofldtls .profllnkk {
    color: #f57b7e;
}
/*** Home page css start ***/

.homepgarea {
    min-height: 100vh;
    padding: 0px;
}
.hmmenuarea {
    background-color: rgba(255, 255, 255, 0.7);
    padding: 10px 40px;
    border-bottom: 1px solid #FF9595;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 100;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), url(../../assets/images/homebg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0% 4%;
}
.homepgarea.hmpagge {
    background: url(../../assets/images/homebg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100%;
    padding: 0px;
    background-position: 0% 80%;
}
.homepgarea.hmpagge .hmmenuarea {
    background-image: none;
    background-size: cover;
    background-repeat: no-repeat;
}
.hmlogosec {
    float: left;
}
.hmmenusec {
    float: right;
}
.hmmenusec a {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    font-family: Helvetica;
    font-style: normal;
    font-weight: bold;
    color: #35056B;
    margin: 7px 10px;
    text-align: center;
    height: 38px;
    border-radius: 4px;
}
.hmmenusec a.regdbtn {
    background-color: #fff;
    box-shadow: 0px 4px 4px rgba(159, 159, 159, 0.15);
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    padding: 10px 20px;
}
.hmmenusec a.anzeigebtn {
    color: #fff;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
    background: #35056B;
    box-shadow: 0px 4px 4px rgba(171, 171, 171, 0.15);
    padding: 10px 20px;
}
.hmmenusec a.anzeigebtn:hover,
.hmmenusec a.anzeigebtn:focus {
    color: #fff;
    background-color: #f29395;
}
.hmmenusec img {
    width: 28px;
    margin: 0px 2px;
    display: inline-block;
    vertical-align: baseline;
}
.hmmenusec .hmlognpopup h6 {
    display: inline-block;
    margin: 0;
    text-align: left;
    font-family: Helvetica;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 18px;
    color: #35056B;
}
.hmfooterarea {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.hmfoterarea {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px 40px;
}
.hmfoterarea .hmftrqcklnk {
    float: left;
    margin: 1% 0% 1% 24%;
}
.hmfoterarea .hmftrqcklnk a {
    color: #fff;
    margin: 0px 10px;
    font-size: 14px;
    font-family: Helvetica;
    font-style: normal;
    font-weight: bold;
    line-height: 28px;
}
.hmfoterarea .hmsocialicnn {
    float: right;
}
.hmfoterarea .hmsocialicnn img {
    width: 40px;
    margin: 0px 6px;
    display: inline-block;
}
.hmcontntarea {
    height: 100vh;
    text-align: center;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.hmformcontent {
    background: rgba(255, 149, 149, 0.9);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    border-radius: 0px;
    padding: 40px 20px;
    position: relative;
    top: 0;
    width: 66vw;
    max-width: 1100px;
    margin: 0 auto;
}
.hmcontntarea h1 {
    font-family: Helvetica;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 40px;
    text-align: center;
    color: #35056b;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    background-color: #ffffffad;
    padding: 30px 60px;
    display: inline-block;
    margin-bottom: 120px;
}
.hmformcontent .hmfrmmarea .form-group {
    text-align: left;
}
.hmformcontent .hmfrmmarea .form-group label {
    font-family: Helvetica;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    color: #35056B;
    margin: 0px 0px 5px 2px;
}
.hmformcontent .hmfrmmarea .form-control {
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    width: 100%;
    border: none;
    height: 38px;
    font-size: 13px;
    color: rgba(53, 5, 107, 0.7);
    font-weight: 500;
}
.hmformcontent .hmfrmmarea .form-control::placeholder {
    color: rgba(53, 5, 107, 0.7);
}
.loginmodalarea .form-control::placeholder {
    color: #35056b;
    opacity: 0.8;
}
.hmformcontent .hmfrmbttn {
    background: #35056B;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    padding: 10px 0px;
    color: #fff;
    font-size: 13px;
    font-family: Helvetica;
    font-style: normal;
    font-weight: bold;
    margin-top: 28px;
    width: 100%;
    height: 38px;
    text-align: center;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.hmformcontent .hmfrmbttn:hover {
    background: #6e37ad;
}
.hmformcontent .hmfrmbttn.whtbtn:hover {
    background: #6e37ad;
    color: #fff;
}
.hmformcontent .hmfrmbttn.whtbtn {
    background: #fff;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    color: #35056B;
}
.hmlognpopup {
    display: inline-block;
}
.toggle-password {
    position: absolute;
    right: 10px;
    top: 35px;
    font-size: 20px;
    color: #303030;
}
.hmlognpopup .dropdown-cart-action a {
    background-color: #35056B;
    padding: 8px 0px;
    border-radius: 4px;
    font-size: 13px;
    margin: 0;
    line-height: 18px;
    text-transform: capitalize;
    font-family: Helvetica;
    font-style: normal;
    font-weight: bold;
    color: #fff;
}
.hmlognpopup .dropdown-cart-action a:hover,
.hmlognpopup .dropdown-cart-action a:focus {
    color: #fff;
    background-color: #f29395;
}
.dropdown-cart-action {
    width: 100%;
    margin: 0px 0px 4px;
}
.dropdown-cart-action.regstrpopbtn {
    margin: 4px 0px 0px;
}
.dropdownmenu:focus,
.dropdownmenu-wrapper:focus {
    outline: none;
}
#suchlist:after {
    right: 46px;
    padding: 0 0 2px;
}
.loginmodalarea .modal-content {
    border: none;
    padding: 20px 0px;
}
.loginmodalarea button {
    padding: 10px 18px;
    color: #fff;
    font-size: 13px;
    font-family: Helvetica;
    font-style: normal;
    font-weight: bold;
    background: #35056B;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    height: 38px;
}
.loginmodalarea button:hover,
.loginmodalarea button:focus {
    color: #fff;
    background-color: #f29395;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: hidden;
    background: #eaeaeac4;
}
.modal {
    background: #eaeaeac4;
}
.loginmodalarea h2 {
    font-family: Helvetica;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 25px;
    color: #35056B;
    margin: 0px 0px 20px;
}
.loginmodalarea p {
    font-family: Helvetica;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #35056B;
    margin-bottom: 20px;
    line-height: 20px;
}
.loginmodalarea h4 {
    text-align: center;
    font-family: Helvetica;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #35056B;
    margin-bottom: 0px;
}
.loginmodalarea h4 a {
    color: #FF9595 !important;
    cursor: pointer;
    font-weight: bold;
    font-size: 13px;
}
.loginmodalarea .form-check-input a {
    color: #FF9595 !important;
    cursor: pointer;
    font-weight: bold;
}
.loginmodalarea .form-control {
    height: 38px;
    padding: 10px 18px;
}
.loginmodalarea .lognsoclicns {
    text-align: center;
    margin-bottom: 0;
}
.loginmodalarea .lognsoclicns li {
    display: inline-block;
    margin: 0px 10px;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.loginmodalarea .lognsoclicns li:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 0;
    transition: .5s;
}
.loginmodalarea .lognsoclicns li:hover:before {
    top: 0;
    background: #35056b;
}
.loginmodalarea .lognsoclicns li i {
    font-size: 20px;
    color: #fff;
    vertical-align: middle;
    transition: 0.8s;
    position: relative;
}
.loginmodalarea .lognsoclicns li:hover i {
    transform: rotateY(360deg);
}
.loginmodalarea .lognsoclicns li.linkedin {
    background-color: #0077b5;
}
.loginmodalarea .lognsoclicns li.facebook {
    background-color: #3b5998;
}
.loginmodalarea .lognsoclicns li.twitter {
    background-color: #00acee;
}
.loginmodalarea .lognsoclicns li.google {
    background-color: #ea4335;
}
.form-group.form-check label {
    font-family: Helvetica;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #35056B;
    height: auto;
}
.form-group.form-check {
    font-size: 12px;
    padding: 0;
    margin: 10px 0px 0px;
}
.form-group.form-check .form-check-input.signupchkicn {
    display: block;
    top: 0;
    left: 0;
    margin-left: 0;
}
.form-group.form-check span {
    display: block;
    position: relative;
    top: -16px;
    left: 18px;
    line-height: 18px;
}
.form-group.form-check span a {
    color: #FF9595 !important;
}
.frmsbmtbtn.hmfrmsrchbttn {
    display: none;
}
.frmsbmtbtn.hmfrmsrchbttn a {
    padding: 10px 50px;
}
.frmsbmtbtn.hmfrmsrchbttn a i {
    font-size: 18px;
}
/*** Home page css end ***/

.vertclmenu {
    background-color: #fff;
    padding: 40px 30px;
    min-height: 100vh;
    border-right: 1px solid #FF9595;
    width: 17%;
    position: fixed;
    top: 75px;
}
.vertclmenu h4 {
    font-family: Helvetica;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
    color: #35056B;
}
.vertclmenu ul {
    margin-bottom: 0px;
}
.vertclmenu ul li a {
    font-family: Helvetica;
    font-style: normal;
    font-size: 14px;
    line-height: 32px;
    color: #35056B;
}
.proddtlsright .tab-content {
    margin-top: 60px;
    padding: 40px;
    position: fixed;
    height: 100vh;
    background-color: #fff;
    overflow-y: scroll;
    margin-left: 15px;
}
.proddtlsright .tab-content .tab-pane {
    margin-bottom: 170px;
}
.proddtlsright {
    background-color: #fff;
    /*padding: 30px 0px;*/
    height: 100vh;
    /*margin-top: 74px;*/
    margin-left: 0px;
    overflow-y: scroll;
    position: fixed;
    width: 100%;
}
.prodsummnutop {
    border-bottom: 1px solid #FF9595;
    width: 100%;
    margin-bottom: 0px;
    padding-left: 56px;
}
.prodsummnutop li {
    display: inline-block;
    margin: 0px 12px 20px 0px;
}
.prodsummnutop li a {
    background: rgba(255, 149, 149, 0.5);
    box-shadow: 0px 4px 4px rgba(171, 171, 171, 0.15);
    border-radius: 15px;
    padding: 10px 20px;
    font-family: Helvetica;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #35056B;
    margin: 0px 6px;
}
.prodsummnutop li a:focus {
    background: rgba(53, 5, 107, 0.2);
    box-shadow: 0px 4px 4px rgba(171, 171, 171, 0.15);
}
.prodsummnutop li a.lsttoplnk {
    background: none;
    box-shadow: none;
}
.prodsummnutop.nav-pills .nav-link {
    border-radius: 4px;
}
.prodsummnutop .nav-link.active,
.prodsummnutop .show>.nav-link {
    background: rgba(53, 5, 107, 0.2);
    color: #35056B;
}
.includhdrsrch {
    margin: 6px 0px;
}
.hmformcontent .hmfrmmarea .select-wrapper {
    position: relative;
    width: 100%;
}
.hmformcontent .hmfrmmarea .select-wrapper select {
    border: none;
    border-radius: 4px;
    width: 100%;
    padding: 10px 12px;
    font-size: 13px;
    color: #3F3F3F;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    height: 38px;
    color: rgba(53, 5, 107, 0.7);
    font-weight: 500;
    outline: none;
}
.hmformcontent .hmfrmmarea .select-wrapper:after {
    font-family: FontAwesome;
    content: '\f107';
    font-size: 18px;
    position: absolute;
    top: 8px;
    right: 10px;
    color: #35056b;
    pointer-events: none;
    font-weight: 600;
}
.hmformcontent .hmfrmmarea .select-wrapper select::-ms-expand {
    display: none;
}
.hmformcontent .hmfrmmarea .select-wrapper select:focus {
    outline: none;
}
.regstrtxt {
    font-family: Helvetica;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #35056B;
    margin-left: 2px;
}
.dropdown-cart-action.regstrpopbtn a {
    background: transparent;
    border: none;
    box-shadow: none;
    color: #35056B;
    text-align: left;
    padding: 0;
    margin-left: 2px;
    height: auto;
}
.dropdown-cart-action.regstrpopbtn a:hover {
    color: #ff888b;
    background-color: transparent;
}
.hmmenusec img.loginpopupiconn {
    margin: 0px 6px 0px 0px;
}
.loginproflarea {
    background-color: #fff;
    padding: 0px;
    height: 100vh;
    margin-top: 74px;
    margin-left: 0px;
    overflow-y: scroll;
    position: fixed;
    width: 100%;
}
.logntablnk {
    border-bottom: 1px solid #FF9595;
    width: 100%;
    margin-bottom: 0px;
    margin-left: 15px;
    position: fixed;
    background-color: #ffffff;
    padding: 20px 0px 20px 40px;
}
.logntablnk li {
    display: inline-block;
}
.logntablnk li a {
    background: rgba(255, 149, 149, 0.5);
    box-shadow: 0px 4px 4px rgba(171, 171, 171, 0.15);
    border-radius: 4px;
    padding: 10px 20px;
    font-family: Helvetica;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #35056B;
    margin: 0px 6px;
}
.nav-pills .nav-link {
    border-radius: 4px;
}
.loginproflarea .tab-content {
    margin-top: 100px;
    padding: 40px;
    position: fixed;
    height: 100vh;
    background-color: #fff;
    overflow-y: scroll;
    margin-left: 15px;
    width: 84%;
}
.loginproflarea .tab-content .tab-pane {
    margin-bottom: 180px;
    box-shadow: 1px 4px 12px #ccc;
    -webkit-box-shadow: 1px 4px 12px #ccc;
    padding: 40px;
}
.loginproflarea .logntablnk select {
    display: none;
}
.loginproflarea .logntablnk ul {
    display: inline-block;
    margin-bottom: 0px;
}
.newadfrmarea label {
    margin-left: 0px;
    font-size: 14px;
}
.newadfrmarea .form-control {
    margin-bottom: 1rem;
    padding: 10px 12px;
    transition: all .3s;
    border: none;
    background-color: #efefef;
    border-radius: 4px;
    color: #35056b;
    font-size: 13px;
    line-height: 1.5;
    height: 34px;
}
.proddtlsright select {
    display: none;
}
.brand {
    display: none;
}
#close-pro-menu {
    display: none;
}
.prodmnutopslct-mob-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-left: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ff9595;
}
ul.prodmnutopslct-mob-list li.mob-list-title {
    flex: 0 0 100%;
    max-width: 100%;
}
ul.prodmnutopslct-mob-list li {
    margin-right: 15px;
}
ul.prodmnutopslct-mob-list li a {
    font-weight: 500;
    font-size: 15px;
    color: #333333;
    display: inline-block;
    background: rgba(255, 149, 149, 0.5);
    box-shadow: 0px 4px 4px rgba(171, 171, 171, 0.15);
    border-radius: 4px;
    padding: 10px 20px !important;
    font-family: Helvetica;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #35056B;
}
a.heart-icn {
    display: none;
}
a.globe-icn {
    display: none;
}
.prodmnutopslct-mob-tab {
    display: none;
}
ul.my-acc-menu {
    padding-left: 55px;
}
ul.my-acc-menu li a.active {
    background: rgba(53, 5, 107, 0.2) !important;
    color: #35056B !important;
    border: none !important;
}
ul.my-acc-menu li a {
    background: rgba(255, 149, 149, 0.5);
    box-shadow: 0px 4px 4px rgba(171, 171, 171, 0.15);
    border-radius: 4px;
    padding: 10px 20px !important;
    font-family: Helvetica;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #35056B;
    margin: 0px 6px;
}
ul.my-acc-menu li {
    display: inline-block;
    margin: 0px 12px 20px 0px !important;
}
div#my-accTabContent {
    margin-top: 0;
}
/*=============================================================================================================================*/

@media (max-width: 960px) {
    .loginproflarea .logntablnk ul {
        display: none;
    }
    .loginproflarea .logntablnk select {
        display: block;
        width: 60%;
        margin: 0 auto;
        padding: 7px;
        border: 1px solid #35056b;
        color: #35056b;
    }
    .form-check-inline .form-check-input {
        vertical-align: middle;
    }
    .proddtlsright ul {
        display: none;
    }
    .proddtlsright select {
        display: block;
        width: 80%;
        margin: 0 auto;
        padding: 7px 10px;
        border: 1px solid #35056b;
        color: #35056b;
    }
    /*    .prodmnutopslct:after {

        font-family: FontAwesome;

        content: '\f107';

        font-size: 18px;

        position: absolute;

        top: 6px;

        right: 46px;

        color: #35056b;

        pointer-events: none;

        font-weight: 600;

    }*/
    .prodmnutopslct select {
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        -o-appearance: none;
        appearance: none;
    }
}
/* product menu start */

.nav-side-menu.provertmnubar {
    background-color: #ffffff;
    position: fixed;
    top: 75px;
    /*padding: 34px 30px;*/
    padding: 34px 0px;
    min-height: 100vh;
    border-right: 1px solid #FF9595;
    width: 229px;
}
.nav-side-menu.provertmnubar .toggle-btn {
    display: none;
}
.nav-side-menu.provertmnubar li a {
    font-family: Helvetica;
    font-style: normal;
    font-size: 15px;
    line-height: 32px;
    color: #35056B;
}
.nav-side-menu.provertmnubar .brand h4 {
    font-family: Helvetica;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 28px;
    color: #35056B;
    margin-bottom: 0px;
}
.nav-side-menu.provertmnubar .menu-list .menu-content {
    margin: 30px 0px 0px;
}
@media (max-width: 960px) {
    .nav-side-menu.provertmnubar {
        position: relative;
        width: 100%;
        margin-bottom: 0px;
        min-height: auto;
        top: 0px;
        border-right: none;
        padding: 10px 0px;
        border-bottom: 1px solid #ff9595;
    }
    .nav-side-menu.provertmnubar .toggle-btn {
        display: block;
        cursor: pointer;
        position: absolute;
        right: 10px;
        top: 10px;
        z-index: 10;
        padding: 4px;
        background-color: transparent;
        color: #35056b;
        text-align: center;
        font-size: 20px;
    }
    .nav-side-menu.provertmnubar .brand {
        text-align: left;
        padding-left: 20px;
        line-height: 50px;
        display: block;
    }
    .nav-side-menu.provertmnubar .menu-list .menu-content {
        margin: 14px 20px 0px;
    }
}
@media (min-width: 960px) {
    .nav-side-menu.provertmnubar .menu-list .menu-content {
        display: block;
    }
}
/* product menu end */

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    text-decoration: none;
}
select:focus {
    outline: none;
}
.newadfrmarea .offrsalry {
    width: 76%;
}
.newadfrmarea .offrsalryslct {
    position: absolute;
    right: 10px;
    top: 26px;
    height: 34px;
    border: 1px solid #35056b;
    color: #35056b;
    font-size: 12px;
    padding: 4px;
    border-radius: 4px;
}
.newadfrmarea .offrfrmslctbx {
    height: 34px;
    border: 1px solid #35056b;
    color: #35056b;
    font-size: 12px;
    padding: 4px;
    border-radius: 4px;
    width: 100%;
}
.newadfrmarea .custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: 32px;
    padding: 4px 10px;
    line-height: 24px;
    color: #35056b;
    background-color: #fff;
    border: 1px solid #35056b;
    border-radius: .25rem;
    font-weight: 500;
}
.newadfrmarea .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 30px;
    padding: 4px 10px;
    line-height: 24px;
    color: #ffffff;
    content: "Browse";
    background-color: #35056b;
    border: none;
    border-radius: 0px;
}
.newadfrmarea .custom-file-input {
    height: 32px;
}
input:focus {
    outline: none;
}
.newadfrmarea .file-upload-wrapper {
    position: relative;
}
.newadfrmarea .file-upload-wrapper:after {
    content: attr(data-text);
    font-size: 12px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    padding: 0px 10px;
    height: 34px;
    line-height: 34px;
    border-radius: 4px 0px 0px 4px;
    color: #35056b;
    border: 1px solid #35056b;
    width: 90%;
}
.newadfrmarea .file-upload-wrapper:before {
    content: 'Upload';
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    height: 34px;
    background: #35056b;
    color: #fff;
    font-weight: normal;
    z-index: 25;
    font-size: 12px;
    line-height: 34px;
    padding: 0px 10px;
    pointer-events: none;
    border-radius: 0px 4px 4px 0px;
}
.newadfrmarea .file-upload-wrapper input {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    height: 34px;
    margin: 0;
    padding: 0;
    display: block;
    cursor: pointer;
    width: 100%;
}
.newadfrmarea .form-check {
    padding-left: 14px;
}
.newadfrmarea .slctchkbx {
    font-weight: normal;
    color: #777;
    font-size: 13px;
    line-height: 20px;
    padding: 8px 0px;
}
.newadfrmarea .offrtxtareabx {
    resize: none;
    margin-bottom: 0px;
    padding: 20px;
}
.newadfrmarea p {
    color: #5a5a5a;
    font-weight: 500;
    margin-bottom: 0px;
    font-size: 15px;
}
.newadfrmarea .ofrsumbitbttn {
    text-align: center;
    margin: 10px 0px 0px;
}
.newadfrmarea .ofrsumbitbttn button {
    color: #fff;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
    background: #35056B;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    padding: 10px 20px;
    font-size: 13px;
    font-family: Helvetica;
    font-style: normal;
    font-weight: bold;
    text-transform: capitalize;
}
.newadfrmarea .form-group img {
    width: 120px;
}
.newadfrmarea .frmhrlin {
    border-top: 1px dashed #ececec;
    max-width: 100%;
    margin: 12px 0px;
}
.frmmultislct {
    height: 34px;
    border: 1px solid #35056b;
    color: #35056b;
    font-size: 12px;
    padding: 4px;
    border-radius: 4px;
    display: block;
    width: 100%;
}
.newadfrmarea .removaccbtn button {
    background: #fd8f91;
}
.newadfrmarea .ofrfrminptgrp {
    margin-bottom: 14px;
}
.newadfrmarea .ofrfrminptgrp a {
    color: #f29395;
    font-size: 16px;
    line-height: 32px;
}
.newadfrmarea .ofrfrminptgrp h3 {
    font-size: 13px;
    font-weight: normal;
    color: #a2a2a2;
    margin-bottom: 0px;
}
.newadfrmarea .ofrsumbitbttn.myaddbtn {
    text-align: left;
    margin: 12px 0px 0px 8px;
}
.newadfrmarea .ofrfrminptgrp .toggle-password {
    font-size: 18px !important;
    right: 20px;
    top: 34px;
    color: #7b7b7b;
}
.loginproflarea .logntablnk.nav-pills .nav-link.active,
.loginproflarea .logntablnk.nav-pills .show .nav-link {
    color: #fff;
    background-color: #35056b;
}
.loginproflarea .profltabbtns {
    position: absolute;
    top: 90px;
    margin: 0;
    z-index: 10;
    background-color: #fff;
    left: 36px;
    width: 80%;
}
.loginproflarea .profltabbtns li {
    display: inline-block;
    margin-right: 24px;
}
.loginproflarea .profltabbtns li a {
    font-size: 14px;
    color: #35056b;
}
.nav-pills.profltabbtns .nav-link.active,
.nav-pills.profltabbtns .show .nav-link {
    color: #f29395;
    background-color: transparent;
}
.newadfrmarea .user-profile-dtls {
    text-align: center;
}
.newadfrmarea .user-profile-dtls img {
    border: 1px dashed #efefef;
    padding: 2px;
    margin: 0 auto;
    width: 170px;
}
.newadfrmarea .user-profile-dtls h4 {
    font-size: 16px;
    margin: 0px;
    color: #35056b;
}
.newadfrmarea .user-profile-dtls p {
    font-size: 12px;
    font-weight: normal;
    color: #a2a2a2;
    line-height: 20px;
}
.newadfrmarea .ofrfrminptgrp h6 {
    font-size: 14px;
    color: #35056B;
    margin: 0px 0px 6px 6px;
    font-weight: normal;
}
.newadfrmarea .ofrfrminptgrp .offrtxtareabx1 {
    resize: none;
    margin: 8px;
}
.newadfrmarea .ofrfrminptgrp a.univrstlnktxt {
    line-height: 20px;
    margin: 0px 0px 14px 6px;
    font-size: 14px;
}
.showprfltabcont {
    width: 84%;
}
.prodmnutopslct {
    position: relative;
    width: 100%;
}
.postadtabarea .tab-content {
    margin-top: 70px;
    padding: 40px;
    position: fixed;
    height: 100vh;
    background-color: #fff;
    overflow-y: scroll;
    margin-left: 15px;
    width: 84%;
}
.postadtabarea .tab-content .tab-pane {
    margin-bottom: 180px;
    box-shadow: 1px 4px 12px #ccc;
    -webkit-box-shadow: 1px 4px 12px #ccc;
    padding: 40px;
}
.postadtabarea .offrfrmslctbx {
    display: block;
}
#postadfrmm .tab {
    display: none;
}
#postadfrmm button {
    color: #fff;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
    background: #35056B;
    box-shadow: 0px 4px 4px rgba(171, 171, 171, 0.15);
    padding: 10px 40px;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    font-family: Helvetica;
    font-style: normal;
    font-weight: bold;
    margin: 7px 4px;
    text-align: center;
    height: 38px;
    border-radius: 25px;
    border: none;
    transition: all 0.3s ease-in-out;
}
#postadfrmm button.pstadprevprvbtn {
    background-color: #fd8f91;
}
#postadfrmm button:hover {
    opacity: 0.8;
}
#pstadnextBtnprevBtn {
    background-color: #bbbbbb;
}
#postadfrmm .pstadindicator {
    text-align: center;
    margin: 30px 0px 0px;
}
#postadfrmm .pstadindicator .step {
    height: 12px;
    width: 12px;
    margin: 0 2px;
    background-color: #f29395;
    border: none;
    border-radius: 50%;
    display: inline-block;
    opacity: 0.5;
}
#postadfrmm .pstadindicator .step.active {
    opacity: 1;
}
#postadfrmm .pstadindicator .step.finish {
    background-color: #4CAF50;
}
#postadfrmm .pstadfrmbtns {
    text-align: center;
}
.foterarea {
    background-color: #fff;
    padding: 20px 0px;
    border-top: 1px solid #35056b0f;
}
.foterarea .hmfotrmenulnk {
    text-align: center;
}
.foterarea .hmfotrmenulnk a {
    padding: 5px 20px;
    font-size: 15px;
    font-family: Helvetica;
    font-style: normal;
    line-height: 32px;
    color: #35056B;
}
.foterarea .hmsoclicon ul {
    text-align: center;
    margin: 0px;
}
.foterarea .hmsoclicon ul li {
    display: inline-block;
    margin: 0px 20px;
    position: relative;
}
.foterarea .hmsoclicon ul li i {
    font-size: 18px;
    vertical-align: middle;
    position: relative;
    transition: 0.3s;
}
.foterarea .hmsoclicon ul li:hover i {
    transform: translateY(-4px);
}
.foterarea .hmsoclicon ul li i.facebook {
    color: #3b5998;
}
.foterarea .hmsoclicon ul li i.twitter {
    color: #00acee;
}
.foterarea .hmsoclicon ul li i.instagram {
    color: #3f729b;
}
.foterarea .hmsoclicon ul li i.youtube {
    color: #FF0000;
}
.foterarea .hmsoclicon ul li i.linkedin {
    color: #0e76a8;
}
.foterarea .hmsoclicon ul li i.pinterest {
    color: #E60023;
}
.foterarea .ftrhrlin {
    border-top: 1px dashed #35056b0a;
    max-width: 100%;
    margin: 8px 100px;
}

/** toggle switch css start **/
.postadtogleswitch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}
.postadtogleswitch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.postaddswtchbtn {
    display: inline-block;
    margin-right: 30px;
}
.postaddswtchbtn .postadtogletitle {
    font-size: 14px;
    color: #35056B;
    display: inline-block;
    position: relative;
    top: 8px;
    left: 4px;
}
.postadtogleswitchsldr {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e4e4e4;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 34px;
}
.postadtogleswitchsldr:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    border-radius: 50%;
    background-color: transparent;
    -webkit-transition: .4s;
    transition: .4s;
    border: 3px solid #fff;
}
.postadtogleswitch input:checked + .postadtogleswitchsldr {
    background-color: #35056b;
}
.postadtogleswitch input:checked + .postadtogleswitchsldr:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
    background-color: #fff;
}
/** toggle switch css end **/

.proddtlsright ul.setpswdbx {
    display: block;
}
.postadrdoobutn {
    padding-top: 36px;
}
.postadtoglbutn {
    padding-top: 24px;
}
select {
    background-color: #fff;
}
.thankuarea {
    padding: 80px 40px;
    margin: 250px auto 100px;
    width: 80%;
    text-align: center;
    background-color: #599200;
    border-radius: 8px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    position: relative;
}
.thankuarea:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    border-width: 0px 40px 40px 0;
    border-style: solid;
    border-color: #fff #fff transparent transparent;
    border-radius: 0 0 0 10px;
    background-color: #82c815;
    display: block;
    width: 0;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0), -5px 5px 7px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0), -5px 5px 7px rgba(0, 0, 0, 0.12);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0), -5px 5px 7px rgba(0, 0, 0, 0.12);
    transform: rotate(180deg);
}
.thankuarea:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-width: 0px 40px 40px 0;
    border-style: solid;
    border-color: #fff #fff transparent transparent;
    border-radius: 0 0 0 10px;
    background-color: #82c815;
    display: block;
    width: 0;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0), -5px 5px 7px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0), -5px 5px 7px rgba(0, 0, 0, 0.12);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0), -5px 5px 7px rgba(0, 0, 0, 0.12);
}
.thankuarea img {
    display: inline-block;
    width: 40px;
    vertical-align: top;
    margin-right: 10px;
}
/*.thankuarea {
    padding: 200px 0px 10px;
    margin: 100px 0px 10px;
    width: 100%;
    text-align: center;
}
.thankuarea h2 {
    display: inline-block;
    color: #35056b;
}*/
.thankuarea h2 {
    display: inline-block;
    color: #fff;
    font-style: italic;
}
.thankuarea p {
    color: #fff;
    margin-bottom: 0px;
    line-height: 22px;
}
.helpmenuarea {
    border-bottom: none;
    box-shadow: 0px 0px 8px #88888840;
    position: fixed;
}
.helparea {
    background-color: #fff;
    padding: 30px 30px 50px;
    margin-top: 100px;
}
.helparea h2 {
    text-transform: uppercase;
    color: #35056b;
}
.helparea .accordion h4 {
    font-size: 18px;
    margin-top: 30px;
}
.helparea .accordion .card {
    margin-bottom: 8px;
    border: 1px solid #ff959580;
    border-bottom: none;
}
.helparea .accordion .card-header {
    border-bottom: 1px solid #ff959580;
    padding: 10px;
}
.helparea .accordion .card-header h6 {
    margin-bottom: 0px;
}
.helparea .accordion .card-body {
    border-bottom: 1px solid #ff959580;
    padding: 20px 10px 10px;
    min-height: auto;
}
.helparea .accordion .card-body p {
    margin-bottom: 8px;
    line-height: 26px;
}
.helparea .accordion .card-body .cardaccordianname {
    color: #000;
}
.helparea .accordion .card-body a {
    text-decoration: none;
    color: #f57b7e;
}
.helparea .accordion .card-body ul {
    margin-bottom: 10px;
    padding-left: 20px;
}
.helparea .accordion .card-body ul li {
    line-height: 26px;
    list-style: disc;
}
.helparea .collapsible-link {
    position: relative;
    color: #35056B;
}
.helparea .collapsible-link::before {
  content: '';
  width: 14px;
  height: 2px;
  background: #ff9595c9;
  position: absolute;
  top: calc(50% - 1px);
  right: 0px;
  display: block;
  transition: all 0.3s;
}
.helparea .collapsible-link::after {
  content: '';
  width: 2px;
  height: 14px;
  background: #ff9595c9;
  position: absolute;
  top: calc(50% - 7px);
  right: calc(0px + 6px);
  display: block;
  transition: all 0.3s;
}
.helparea .collapsible-link[aria-expanded='true']::after {
  transform: rotate(90deg) translateX(-1px);
}
.helparea .collapsible-link[aria-expanded='true']::before {
  transform: rotate(180deg);
}
.dashhrline {
    border-top: 1px dashed #ececec;
    max-width: 100%;
    margin: 34px 0px 0px;
}
.loginproflarea .tab-content.notopgapp {
    margin-top: 80px;
}
.loginproflarea .tab-content.notopgapp .showprfltabcont {
    width: 100%;
}
.notopgapp h6.myfavtxt {
    text-align: left;
}
.bugreportarea {
    background-color: #fff;
    padding: 30px 30px 50px;
    margin-top: 100px;
}
.bugreportarea .bugreporttitle p {
    line-height: 24px;
    margin-bottom: 40px;
}
.bugreportarea .newadfrmarea {
    box-shadow: 1px 4px 12px #ccc;
    -webkit-box-shadow: 1px 4px 12px #ccc;
    padding: 40px;
    background-color: #fff;
}
.loginproflarea .tab-content .tab-pane.maildatatablearea {
    padding: 40px 30px;
}
.loginproflarea .tab-content .tab-pane.maildatatablearea table {
    margin-bottom: 0px;
}
.loginproflarea .tab-content .tab-pane.maildatatablearea table th {
    color: #5a5a5a;
    font-weight: 500;
    margin-bottom: 0px;
    font-size: 15px;
    padding: 0px 0px 10px;
    border-bottom: 1px dashed #ececec;
}
.loginproflarea .tab-content .tab-pane.maildatatablearea table tr {
    border-bottom: 1px dashed #ececec;
}
.loginproflarea .tab-content .tab-pane.maildatatablearea table td {
    padding: 30px 0px;
    width: 90px;
}
.loginproflarea .tab-content .tab-pane.maildatatablearea img {
    width: 60px;
    margin: 0px;
}
.loginproflarea .tab-content .tab-pane.maildatatablearea h4 a {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}
.newadfrmarea .user-profile-dtls.maildetls {
    text-align: left;
}
.newadfrmarea .ofrfrminptgrp .seitelistt {
    margin: 0px;
}
.newadfrmarea .ofrfrminptgrp .seitelistt li {
    display: inline-block;
}
.newadfrmarea .ofrfrminptgrp .seitelistt li a {
    background: #ffcaca;
    padding: 6px 8px;
    font-size: 13px;
    color: #35056B;
    border-radius: 4px;
    margin: 4px 2px;
    transition: all 0.3s ease-in-out;
}
.newadfrmarea .ofrfrminptgrp .seitelistt li a:hover, .newadfrmarea .ofrfrminptgrp .seitelistt li a:focus {
    background: #35056b;
    color: #fff;
}
.readMailbx h4 {
    line-height: 22px;
    color: #000;
    font-weight: 500;
    font-size: 15px;
    display: inline-block;
    min-width: 80px;
}
.readMailbx h4 span {
    font-weight: 400;
    display: inline-block;
}
.maildatabxx p {
    display: inline-block;
    font-weight: 400;
}
.maildatabxx p.mailbetrefftxt {
    color: #f29395;
}



/********* Responsive Start **********/
@media only screen and (max-width: 960px) {
    .header-top {
        display: none;
    }
    .srchbxx {
        margin-left: auto;
        width: auto;
    }
    .prodareabx {
        min-height: 350px;
        padding: 20px 10px;
    }
    .logo img {
        margin: 0px 0 0 10px;
        width: 55px;
    }
    .hmmenusec {
        float: right;
        margin: 60px 0px 0px 10px;
    }
    .prodareabx.newadd h4 {
        padding: 140px 0px;
    }
    /*  .header-icon.header-search {

        display: flex;

        margin: 0px 0px 0px 10px;

    } */
    a.heart-icn {
        display: inline-block;
    }
    a.globe-icn {
        display: inline-block;
    }
    .header-icon.header-search {
        display: block;
        margin: 0 5px 0 auto;
        width: 80%;
    }
    .header-btm {
        float: right;
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin-top: 10px;
        align-items: flex-end;
    }
    .header-btm .brand {
        display: block;
    }
    .header-btm .brand h4 {
        display: none;
    }
    .header-btm .brand i.toggle-btn {
        font-size: 22px;
        margin-left: 10px;
        color: #35056b;
    }
    .postadtabarea .tab-content .tab-pane.postad_frmarea {
        box-shadow: none;
        -webkit-box-shadow: none;
        padding: 0px 16px 120px;
    }
    .nav-side-menu.provertmnubar {
        width: 100% !important;
        border-bottom: 0 !important;
        position: fixed;
        top: 0;
        left: -100%;
        right: 0;
        bottom: 0;
        background: #fff;
        z-index: 9999;
        transition: all ease 0.3s;
        padding: 0;
        overflow: scroll;
    }
    #close-pro-menu {
        display: block;
        padding: 5px 20px;
        text-align: right;
        background: #3a1169;
        color: #fff;
        font-size: 18px;
    }
    .nav-side-menu.provertmnubar .menu-list .menu-content {
        margin: 0;
    }
    .nav-side-menu.provertmnubar li {
        border-bottom: 1px solid #ccc;
        padding-left: 14px;
        position: relative;
    }
    .nav-side-menu.provertmnubar li a {
        font-weight: 600;
        display: block;
        padding: 8px 0;
        position: relative;
    }
    .nav-side-menu.provertmnubar li a:after {
        content: '\f105';
        position: absolute;
        top: 11px;
        right: 20px;
        font-family: 'fontawesome';
    }
    .my-acc-menu {
        display: none;
    }
    /*    .header-search-inline .form-control {

        min-width: 32rem;

        padding: 1rem 2rem;

    }*/
    .header-search-inline .form-control {
        padding: 0 0 0 5px;
    }
    .header-search-category .btn {
        border-radius: 0 !important;
    }
    .hmmenuarea {
        padding: 10px 0px 15px;
        box-shadow: 0px 0px 8px #c7c7c7;
        border-bottom: none;
        position: relative;
        background-position: 0% 0%;
        background: #fff !important;
    }
    .prodmnutopslct-mob-tab {
        display: block;
    }
    .prodmnutopslct-mob-tab .nav-link {
        font-size: 16px;
        border: none;
        color: #35056b !important;
        font-weight: 400;
        padding-left: 0;
        border-bottom: 3px solid transparent;
    }
    .prodmnutopslct-mob-tab .nav-tabs {
        border: none;
    }
    .prodmnutopslct-mob-tab a.nav-link.active {
        border-bottom: 3px solid #FF9595;
    }
    .prodmnutopslct-mob-tab .nav-tabs {
        border: none;
        padding-left: 10px;
    }
    /*   .hmmenuarea {

        padding: 10px 0px;

        box-shadow: 0px 0px 8px #88888840;

        border-bottom: none;

        position: relative;

        background-size: 140%;

        background-position: 0% 0%;

    }*/
    .homepgarea.hmpagge .hmmenuarea {
        position: fixed;
    }
    .hmmenusec a {
        margin: 0px 0 0 8px;
    }
    .hmcontntarea {
        /*padding: 34% 8%;*/
        width: 100%;
    }
    .hmcontntarea h1 {
        font-size: 18px;
        margin: 30px 0px 14px;
        padding: 14px 24px;
        display: none;
    }
    .form-group.frmsbmtbtn {
        /*width: 50%;*/
        display: flex;
    }
    .hmformcontent .hmfrmbttn {
        padding: 10px 20px;
    }
    .hmfoterarea {
        padding: 20px 10px 0px;
        display: none;
    }
    .hmfoterarea .hmftrqcklnk {
        margin: 0%;
        float: none;
        text-align: center;
    }
    .hmfoterarea .hmftrqcklnk a {
        margin: 0px 4px;
    }
    .hmfoterarea .hmsocialicnn {
        float: none;
        margin: 14px 0px;
        text-align: center;
    }
    .hmformcontent {
        padding: 20px 10px 10px;
        top: 20px;
    }
    .hmmenusec a.regdbtn {
        padding: 6px 7px;
        margin-right: 0;
        font-size: 13px;
        height: auto;
        margin-top: 4px;
        margin-left: 0;
    }
    .hmmenusec a.anzeigebtn {
        padding: 7px 14px;
        margin-right: 0;
        font-size: 12px;
        height: auto;
        margin-top: 4px;
        margin-left: 0;
        border-radius: 15px;
    }
    .hmmenusec img {
        width: 18px;
        margin: 10px 0px 0 0;
        filter: grayscale(1);
    }
    .hmfoterarea .hmsocialicnn img {
        width: 30px;
        margin: 0px 4px;
    }
    .proddtlsright {
        padding: 20px 20px 180px;
        margin-left: 0px;
        margin-top: 0px;
    }
    .prodsummnutop li {
        margin: 0px 4px 20px;
    }
    /* .header-search-wrapper {

        margin: 14px 0px 0px 0px;

        position: relative;

        height: 36px;

    }*/
    .header-search-wrapper {
        margin: 0;
        right: 5px !important;
        left: auto !important;
        position: relative;
        height: 30px;
        box-shadow: none;
        border-bottom: 2px solid #35056b;
        border-radius: 0;
    }
    .vertclmenu {
        min-height: auto;
        border-right: none;
        width: 100%;
        position: relative;
        top: 0px;
        border-bottom: 1px solid #FF9595;
        padding: 20px;
    }
    .prodsummnutop li a {
        font-size: 12px;
    }
    .hmmenusec.homepgmnuu {
        margin-top: 0;
        margin-left: 0;
    }
    .homepgarea {
        background-position: 50% 0%;
    }
    .loginmodalarea .lognsoclicns li {
        margin: 0px 10px;
    }
    .loginmodalarea .lognsoclicns li i {
        font-size: 14px;
        height: 34px;
        width: 34px;
        line-height: 34px;
    }
    .proddtlsarea {
        padding: 10px 30px 180px;
        margin-top: 1px;
    }
    .proddtlsarea .prodcts_detaills {
        margin-top: 30px;
    }
    .prodinnrtitle img {
        margin: 0 auto;
    }
    .proddtlsarea .prodcts_detaills .carousel-control-next,
    .proddtlsarea .prodcts_detaills .carousel-control-prev {
        width: 30%;
    }
    .proddtlsarea .prodcts_detaills .carousel-control-next-icon,
    .proddtlsarea .prodcts_detaills .carousel-control-prev-icon {
        top: 0%;
    }
    .bounce-loader {
        top: 50%;
        left: 40%;
    }
    .prodinnrtitle .row {
        display: block;
    }
    .prodcts_profils {
        margin-top: 30px;
    }
    .hmformcontent .hmfrmbttn {
        margin-top: 0px;
    }
    .hmlogosec {
        margin-right: 24px;
    }
    .hmlognpopup {
        float: right;
        margin-right: 8px;
    }
    .frmsbmtbtn.hmfrmsrchbttn {
        display: block !important;
        margin: 14px auto 20px !important;
        text-align: center !important;
    }
    .frmsbmtbtn {
        display: none !important;
    }
    .prodsummnutop {
        padding-left: 10px;
        border-bottom: none;
    }
    /*   .proddtlsright .tab-content {

        padding: 20px 0px 0px;

        margin-left: 0px;

    }*/
    .proddtlsright .tab-content {
        padding: 20px 0px 0px;
        margin-left: 0px;
        position: static;
        overflow: inherit;
        margin-top: 30px;
    }
    .prodmnutopslct-mob-list {
        display: block !important;
        list-style: none;
        margin-bottom: 0;
        background: #efefef;
        padding: 15px 0;
        border-bottom: 0;
    }
    ul.prodmnutopslct-mob-list li {
        width: 100%;
        display: block;
    }
    ul.prodmnutopslct-mob-list li a {
        display: block;
        padding: 8px 15px !important;
        color: #2e2e2e;
        font-size: 15px;
        background: none;
        box-shadow: none;
    }
    .menu-list {
        overflow: scroll;
    }
    .nav-side-menu.provertmnubar .brand h4 {
        font-size: 16px;
    }
    .loginmodalarea h4 {
        font-size: 12px;
    }
    .loginmodalarea h2 {
        font-size: 18px;
    }
    label {
        font-size: 12px;
    }
    .loginproflarea {
        margin-top: 0px;
    }
    .logntablnk {
        border-bottom: none;
        padding: 20px 0px 10px;
    }
    .loginproflarea .tab-content {
        margin-top: 140px;
        padding: 10px;
        width: 100%;
        border-top: 1px solid #cccccc42;
    }
    .loginproflarea .tab-content.newadtabbx {
        margin-top: 80px;
    }
    .loginproflarea .tab-content .tab-pane {
        margin-bottom: 330px;
    }
    .ofrfrminptgrp {
        margin: 10px 0px;
        padding: 0;
    }
    .newadfrmarea .form-control {
        margin-bottom: 0px;
    }
    .newadfrmarea p {
        padding: 0px;
    }
    .ofrfrminptgrp.gapgrmtxt {
        margin-top: 40px;
    }
    .newadfrmarea .offrsalryslct {
        right: 0px;
    }
    .newadfrmarea .offrsalry {
        width: 75% !important;
    }
    .loginproflarea .profltabbtns {
        width: 100%;
        top: 80px;
        left: 2px;
    }
    .loginproflarea .profltabbtns li {
        margin-right: 0px;
    }
    .nav-pills.profltabbtns .nav-link {
        font-size: 13px;
    }
    .newadfrmarea .showprfltabcont p {
        margin-left: 8px;
    }
    .newadfrmarea .user-profile-dtls img {
        width: auto;
    }
    .newadfrmarea .ofrfrminptgrp h6 {
        margin: 0px 0px 6px 22px;
    }
    .newadfrmarea .ofrfrminptgrp a.univrstlnktxt {
        margin: 6px 0px 20px 22px;
    }
    .newadfrmarea .ofrfrminptgrp .offrtxtareabx1 {
        margin: 8px 22px;
    }
    .cart-dropdown:hover .dropdown-menu,
    .compare-dropdown:hover .dropdown-menu {
        left: -72px !important;
        top: 42px !important;
        width: 118px;
    }
    .cart-dropdown .dropdown-menu.show,
    .compare-dropdown .dropdown-menu.show {
        left: -72px !important;
        top: 42px !important;
        width: 118px;
    }
    .newadfrmarea .ofrsumbitbttn.myaddbtn {
        margin: 12px 0px 0px 24px;
    }
    .ofrfrminptgrp.showprofilebx3.myadsbx3 h6 {
        margin: 0px;
    }
    .ofrfrminptgrp.showprofilebx3.myadsbx3 .offrtxtareabx1 {
        margin: 14px 0px;
    }
    .newadfrmarea .myadsbx3 .ofrsumbitbttn.myaddbtn {
        margin: 12px 0px 0px 4px;
    }
    .foterarea .hmfotrmenulnk a {
        padding: 5px;
        line-height: 28px;
    }
    .foterarea .hmsoclicon ul li {
        margin: 0px 14px;
    }
    /* .proddtlsright .tab-content .tab-pane {

        margin-bottom: 260px;

    }*/
    .postadtabarea .tab-content {
        width: 100%;
        padding: 20px 10px 0px 10px;
        margin-top: 10px;
    }
    .hmmenusec .hmlognpopup h6 {
        display: none;
    }
    .postadtoglbutn {
        padding-top: 10px;
    }
    .helpmenuarea {
        position: fixed;
    }
    .helparea {
        padding: 0px 0px 40px;
    }
    .bugreportarea {
        padding: 30px 0px 50px;
        margin-top: 80px;
    }
    .newadfrmarea .form-control.offrtxtareabx {
        margin-top: 10px;
    }
    .thankuarea {
        padding: 30px;
        margin: 100px auto;
        width: 96%;
    }
    .loginproflarea .tab-content .tab-pane.maildatatablearea table th {
        width: 90px;
    }
    .loginproflarea .tab-content .tab-pane.maildatatablearea .univrstlnktxt {
        margin: 0px;
    }
    .newadfrmarea .ofrfrminptgrp .seitelistt li a {
        display: block;
        line-height: 18px;
    }
    #postadfrmm .pstadindicator {
        display: none;
    }
}

@media only screen and (min-device-width: 300px) and (max-device-width: 767px) and (orientation: landscape) {
    .header-top {
        display: none;
    }
    .srchbxx {
        margin-left: auto;
        width: auto;
    }
    .logo img {
        margin-left: 10px;
        width: 70px;
    }
    .prodareabx2 .tag {
        min-height: 360px;
    }
    .prodareabx.newadd h4 {
        padding: 124px 0px;
    }
    /* .header-icon.header-search {
            display: flex;
    }*/
    .hmmenuarea {
        padding: 10px 0px;
        box-shadow: 0px 0px 8px #88888840;
        border-bottom: none;
        position: relative;
    }
    .homepgarea.hmpagge .hmmenuarea {
        position: fixed;
    }
    .hmmenusec a {
        margin: 4px 10px 4px 0px;
        height: auto;
    }
    .hmmenusec a.anzeigebtn {
        padding: 8px 10px;
    }
    .hmcontntarea {
        width: 100%;
        /*padding: 16% 18% 10%;*/
        height: 130vh;
    }
    .hmcontntarea h1 {
        font-size: 22px;
        margin: 10px 0px 10px;
        display: none;
    }
    .hmformcontent .hmfrmbttn {
        padding: 10px 40px;
    }
    .hmfoterarea {
        padding: 20px 0px;
        position: relative;
        display: none;
    }
    .hmfoterarea .hmftrqcklnk {
        margin: 0%;
        float: none;
        text-align: center;
    }
    .hmfoterarea .hmftrqcklnk a {
        margin: 0px 6px;
    }
    .hmfoterarea .hmsocialicnn {
        float: none;
        margin: 6px 0px 0px;
        text-align: center;
    }
    .hmformcontent {
        padding: 20px 10px 20px;
        top: 20px;
    }
    .hmformcontent .hmfrmmarea .form-group {
        margin: 14px 0px;
    }
    .form-group.frmsbmtbtn {
        width: 50%;
        display: flex;
    }
    .hmfoterarea .hmsocialicnn img {
        width: 24px;
    }
    .proddtlsright {
        padding: 26px 20px 60px;
        margin-left: 0px;
        margin-top: 0px;
    }
    .prodsummnutop li {
        margin: 0px 0px 20px 0px;
    }
    .header-search-wrapper {
        margin: 0px 0px 0px 80px;
        height: 36px;
    }
    .vertclmenu {
        min-height: auto;
        border-right: none;
        width: 100%;
        position: relative;
        top: 0px;
        border-bottom: 1px solid #FF9595;
        padding: 20px;
    }
    .header-search {
        width: 34%;
        margin: 4px 0px 0px 0px;
    }
    .prodsummnutop li a {
        font-size: 12px;
    }
    .header-search .form-control {
        min-width: 16rem;
    }
    .header-icon:not(:last-child) {
        margin-right: 0rem;
    }
    .proddtlsarea {
        padding: 0px 30px 130px;
        margin-top: 0px;
    }
    .proddtlsarea .prodcts_detaills {
        margin-top: 30px;
    }
    .proddtlsarea .prodcts_detaills .carousel-control-next,
    .proddtlsarea .prodcts_detaills .carousel-control-prev {
        width: 30%;
    }
    .proddtlsarea .prodcts_detaills .carousel-control-next-icon,
    .proddtlsarea .prodcts_detaills .carousel-control-prev-icon {
        top: 0%;
    }
    .prodinnrtitle img {
        width: 30%;
        margin: 0 auto;
    }
    .prodcts_profils {
        margin-top: 30px;
    }
    .cart-dropdown:hover .dropdown-menu,
    .compare-dropdown:hover .dropdown-menu {
        left: -76px !important;
        top: 51px !important;
        width: 118px;
    }
    .cart-dropdown .dropdown-menu.show,
    .compare-dropdown .dropdown-menu.show {
        left: -76px !important;
        top: 51px !important;
        width: 118px;
    }
    .frmsbmtbtn.hmfrmsrchbttn {
        display: block !important;
        margin: 14px auto 20px !important;
        text-align: center !important;
    }
    .frmsbmtbtn {
        display: none !important;
    }
    .nav-side-menu.provertmnubar .brand h4 {
        font-size: 16px;
    }
    .loginmodalarea h4 {
        font-size: 12px;
    }
    .loginmodalarea h2 {
        font-size: 18px;
    }
    label {
        font-size: 12px;
    }
    .loginmodalarea .modal-body {
        max-height: 270px;
        overflow-y: scroll;
    }
    .prodsummnutop {
        padding-left: 10px;
    }
    .proddtlsright .tab-content {
        padding: 20px 10px 80px;
    }
    .loginproflarea {
        margin-top: 0px;
    }
    .loginproflarea .tab-content {
        margin-top: 130px;
        padding: 10px;
        width: 100%;
    }
    .loginproflarea .tab-content.newadtabbx {
        margin-top: 74px;
    }
    .loginproflarea .tab-content .tab-pane {
        margin-bottom: 260px;
    }
    .logntablnk {
        padding: 20px 0px;
        border-bottom: none;
    }
    .newadfrmarea .offrsalryslct {
        right: 0px;
    }
    .newadfrmarea .offrsalry {
        width: 87% !important;
    }
    .ofrfrminptgrp {
        margin: 10px 0px;
        padding: 0;
    }
    .newadfrmarea .form-control {
        margin-bottom: 0px;
    }
    .newadfrmarea p {
        padding: 0px;
    }
    .ofrfrminptgrp.gapgrmtxt {
        margin-top: 40px;
    }
    .loginproflarea .profltabbtns {
        width: 100%;
        top: 70px;
        left: 2px;
    }
    .loginproflarea .profltabbtns li {
        margin-right: 4px;
    }
    .newadfrmarea .showprfltabcont p {
        margin-left: 8px;
    }
    .newadfrmarea .ofrfrminptgrp h6 {
        margin: 0px 0px 6px 22px;
    }
    .newadfrmarea .ofrfrminptgrp a.univrstlnktxt {
        margin: 6px 0px 20px 22px;
    }
    .newadfrmarea .ofrfrminptgrp .offrtxtareabx1 {
        margin: 8px 22px;
    }
    .newadfrmarea .ofrsumbitbttn.myaddbtn {
        margin: 12px 0px 0px 24px;
    }
    .ofrfrminptgrp.showprofilebx1 {
        max-width: 50%;
        flex: 0 0 50%;
    }
    .ofrfrminptgrp.showprofilebx2 {
        max-width: 50%;
        flex: 0 0 50%;
        margin-top: 12px;
    }
    .ofrfrminptgrp.showprofilebx3.myadsbx3 h6 {
        margin: 0px;
    }
    .ofrfrminptgrp.showprofilebx3.myadsbx3 .offrtxtareabx1 {
        margin: 14px 0px;
    }
    .newadfrmarea .myadsbx3 .ofrsumbitbttn.myaddbtn {
        margin: 12px 0px 0px 4px;
    }
    .hmlognpopup {
        margin-right: 0px;
    }
    .foterarea .hmfotrmenulnk a {
        padding: 6px;
    }
    .prodmnutopslct:after {
        right: 76px;
    }
    .proddtlsright .tab-content .tab-pane {
        margin-bottom: 150px;
    }
    .postadtabarea .tab-content {
        width: 100%;
        padding: 20px 50px 0px 10px;
    }
    .postadtabarea.proddtlsright .tab-content .tab-pane {
        margin-bottom: 250px;
    }
    .hmmenusec .hmlognpopup h6 {
        display: none;
    }
    .modal-open .modal {
        overflow-y: scroll;
    }
    .hmmenusec a.regdbtn,
    .hmmenusec a.anzeigebtn {
        margin-right: 10px;
    }
    .helpmenuarea {
        position: fixed;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .bounce-loader {
        top: 44%;
        left: 44%;
    }
    .hmfoterarea .hmftrqcklnk a {
        margin: 0px 4px;
    }
    .hmfoterarea .hmftrqcklnk {
        margin: 1% 0%;
    }
    .form-group.frmsbmtbtn {
        width: 50%;
    }
    .hmfoterarea {
        padding: 20px;
    }
    .hmfoterarea .hmsocialicnn img {
        width: 34px;
        margin: 0px 4px;
    }
    /*.hmcontntarea {

        padding: 32% 18%;

    }*/
    /*.hmmenusec a {
        margin: 7px;
    }*/
    .proddtlsarea {
        padding: 50px 30px 160px;
        margin-top: 0px;
    }
    .header-search {
        margin: 6px 0px 0px 0px;
        width: 34%;
    }
    .prodcts_profils {
        margin-top: 40px;
    }
    .header-search-inline .form-control {
        min-width: 18rem;
    }
    .hmmenuarea {
        padding: 10px 0px;
        border-bottom: none;
    }
    .prodinnrtitle img {
        width: 30%;
        margin: 0 auto;
    }
    .proddtlsarea .prodcts_detaills .carousel-control-next,
    .proddtlsarea .prodcts_detaills .carousel-control-prev {
        width: 30%;
    }
    .proddtlsarea .prodcts_detaills .carousel-control-next-icon,
    .proddtlsarea .prodcts_detaills .carousel-control-prev-icon {
        top: 0%;
    }
    .hmformcontent {
        padding: 40px 20px 0px;
        top: 20px;
    }
    .prodsummnutop {
        padding-left: 34px;
    }
    .prodsummnutop li {
        margin: 0px 6px 20px;
    }
    .logntablnk {
        padding: 30px 0px 6px 0px;
        border-bottom: none;
    }
    .loginproflarea .tab-content {
        margin-top: 140px;
        width: 100%;
    }
    .newadfrmarea .offrsalryslct {
        right: 0px;
    }
    .newadfrmarea .offrsalry {
        width: 88% !important;
    }
    .loginproflarea .tab-content .tab-pane {
        margin-bottom: 350px;
    }
    .ofrfrminptgrp {
        margin: 10px 0px;
        padding: 0;
    }
    .newadfrmarea .form-control {
        margin-bottom: 0px;
    }
    .newadfrmarea p {
        padding: 0px;
    }
    .ofrfrminptgrp.gapgrmtxt {
        margin-top: 40px;
    }
    .loginproflarea .profltabbtns {
        width: 100%;
    }
    .newadfrmarea .showprfltabcont p {
        margin-left: 8px;
    }
    .newadfrmarea .ofrfrminptgrp h6 {
        margin: 0px 0px 6px 22px;
    }
    .newadfrmarea .ofrfrminptgrp a.univrstlnktxt {
        margin: 6px 0px 20px 22px;
    }
    .newadfrmarea .ofrfrminptgrp .offrtxtareabx1 {
        margin: 8px 22px;
    }
    .ofrfrminptgrp.showprofilebx1 {
        max-width: 50%;
        flex: 0 0 50%;
    }
    .ofrfrminptgrp.showprofilebx2 {
        max-width: 50%;
        flex: 0 0 50%;
        margin-top: 12px;
    }
    .cart-dropdown:hover .dropdown-menu,
    .compare-dropdown:hover .dropdown-menu {
        left: -72px !important;
        width: 118px;
        top: 42px !important;
    }
    .cart-dropdown .dropdown-menu.show,
    .compare-dropdown .dropdown-menu.show {
        left: -72px !important;
        width: 118px;
        top: 42px !important;
    }
    .loginproflarea .profltabbtns li {
        margin-right: 16px;
    }
    .newadfrmarea .ofrsumbitbttn.myaddbtn {
        margin: 12px 0px 0px 24px;
    }
    .newadfrmarea .frmhrlin {
        margin: 8px 0px 0px 8px;
    }
    .newadfrmarea .user-profile-dtls p {
        padding: 0px 10px;
    }
    .newadfrmarea .user-profile-dtls p {
        padding: 0px;
    }
    .ofrfrminptgrp.showprofilebx3.myadsbx3 h6 {
        margin: 0px;
    }
    .ofrfrminptgrp.showprofilebx3.myadsbx3 .offrtxtareabx1 {
        margin: 14px 0px;
    }
    .newadfrmarea .myadsbx3 .ofrsumbitbttn.myaddbtn {
        margin: 12px 0px 0px 4px;
    }
    .foterarea .hmfotrmenulnk a {
        padding: 5px 14px;
    }
    .nav-side-menu.provertmnubar {
        margin-top: 72px;
    }
    .proddtlsright {
        margin-top: 0px;
    }
    .prodmnutopslct:after {
        right: 90px;
    }
    .proddtlsright .tab-content .tab-pane {
        margin-bottom: 220px;
    }
    .postadtabarea .tab-content {
        width: 100%;
    }
    .hmformcontent .hmfrmbttn {
        /*margin: 10px 0px 30px;*/
        ;
    }
    .hmformcontent .hmfrmmarea .form-group {
        margin-bottom: 40px;
    }
    .hmmenusec .hmlognpopup h6 {
        display: none;
    }
    .hmcontntarea h1 {
        display: none;
    }
    .newadfrmarea .user-profile-dtls img {
        width: 280px;
    }
    .loginproflarea .tab-content .tab-pane.maildatatablearea table td {
        width: auto;
    }
}

@media only screen and (max-width: 1024px) {
    .bounce-loader {
        top: 44%;
        left: 44%;
    }
    .nav-side-menu.provertmnubar {
        width: 168px;
    }
    .prodsummnutop {
        padding-left: 34px;
    }
    .prodsummnutop li {
        margin: 0px 4px 20px 0px;
    }
    .loginproflarea .profltabbtns li {
        margin-right: 4px;
    }
    /* .hmcontntarea {

        padding: 24% 18%;

    }*/
    .hmformcontent .hmfrmbttn {
        font-size: 12px;
    }
    .hmmenusec .hmlognpopup h6 {
        display: none;
    }
    .cart-dropdown:hover .dropdown-menu,
    .compare-dropdown:hover .dropdown-menu {
        left: auto !important;
        width: 120px;
        right: 0;
    }
    .cart-dropdown .dropdown-menu.show,
    .compare-dropdown .dropdown-menu.show {
        left: auto !important;
        right: 0;
        width: 120px;
    }
    .hmcontntarea h1 {
        display: none;
    }
    .hmformcontent {
        top: 20px;
        /*padding: 60px 20px 40px;*/
        ;
    }
    .loginproflarea .tab-content .tab-pane.maildatatablearea table td {
        width: auto;
    }

    .loginproflarea .tab-content .tab-pane.maildatatablearea .univrstlnktxt {
        margin: 0px;
    }
}

@media only screen and (max-width: 1200px) {
    .hmfoterarea .hmftrqcklnk {
        float: left;
        margin-left: 10%;
    }
    .prodareabx {
        min-height: 350px;
    }
    .header-search {
        margin: 6px 0px 0px 24px;
        width: 30%;
    }
    .newadfrmarea .offrsalry {
        width: 89% !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1000px) {
    .hmformcontent .hmfrmmarea .form-group.frmmslctbx {
        /*margin-top: 60px;*/
        ;
    }
}



.mobile-vieww {
    display: none;
}
.postad_frmarea .mobile-vieww .postadtogleswitchsldr:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    border-radius: 50%;
    background-color: #c4c4c4;
    -webkit-transition: .4s;
    transition: .4s;
    border: none;
}
.newadfrmarea .ofrfrminptgrp.salarybx {
    margin: 10px 4px;
    display: inline-block;
    flex: 0 0 46%;
    max-width: 46%;
}
.sitelabell {
    display: block;
    margin: 5px 0px;
}
.sitelabell a {
    background-color: #ff959580;
    color: #35056B !important;
    border-radius: 15px;
    padding: 7px 20px;
    position: relative;
    margin-right: 10px;
    font-size: 14px !important;
}
.sitelabell a span {
    color: #000;
    position: absolute;
    top: -4px;
    right: 8px;
    font-weight: 600;
    font-size: 13px;
}
.premiumlabelbtn {
    display: inline-block;
    margin: 20px 0px 10px;
    border: 1px solid #35056B;
    box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25);
    border-radius: 4px;
    width: 100%;
    padding: 4px 10px;
}
.premiumlabelbtn h5 {
    float: left;
    margin: 0px;
    line-height: 32px;
    font-size: 16px;
}
.premiumlabelbtn a {
    float: right;
    font-weight: 500;
}
input[type=range] {
    -webkit-appearance: none;
    width: 100%;
}
input[type=range]:focus {
    outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 16px;
    cursor: pointer;
    animate: 0.2s;
    background: trannsparent;
    border: 1px solid #000;
    border-radius: 25px;
}
input[type=range]::-webkit-slider-thumb {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #35056B;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -4px;
}
.range-wrap{
    width: 100%;
    position: relative;
}
.range-value{
    position: absolute;
    top: -50%;
}
.range-value span{
    width: 30px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: #000;
    color: #fff;
    font-size: 12px;
    display: block;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    border-radius: 6px;
}
.range-value span:before{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 10px solid #03a9f4;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    margin-top: -1px;
}
.postad_nextbttn {
    color: #fff;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
    background: #35056B;
    box-shadow: 0px 4px 4px rgba(171, 171, 171, 0.15);
    padding: 10px 40px;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    font-family: Helvetica;
    font-style: normal;
    font-weight: bold;
    margin: 7px 4px;
    text-align: center;
    height: 38px;
    border-radius: 15px;
    border: none;
    transition: all 0.3s ease-in-out;
}
.cost_show-dtls {
    background: linear-gradient(110.29deg, #35056B 36.5%, #5B2073 58.31%, #88407C 74.67%, #FF9595 98.42%), linear-gradient(0deg, #3A374F, #3A374F);
    padding: 10px 20px;
    margin-bottom: 40px;
}
.cost_show-dtls p {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
    width: 100%;
}
.cost_show-dtls p span {
    width: 36%;
    font-weight: 500;
    display: inline-block;
}
.postad_next_bttn {
    color: #fff;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
    background: #35056B;
    box-shadow: 0px 4px 4px rgba(171, 171, 171, 0.15);
    padding: 10px 40px;
    display: block;
    vertical-align: middle;
    font-size: 15px;
    font-weight: 500;
    margin: 10px auto;
    text-align: center;
    height: 42px;
    width: 100%;
    border-radius: 15px;
    border: none;
    transition: all 0.3s ease-in-out;
    position: relative;
}
.postadtabarea .offrfrmslctbx.postad-outhome-selct {
    display: inline-block;
    float: right;
    width: auto;
    border: none;
    color: #f29395;
    font-size: 14px;
    font-weight: 500;
}
.newadfrmarea .ofrfrminptgrp .set_time_popup a, .newadfrmarea .ofrfrminptgrp .set_time_popup button {
    color: #fff;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
    background: #35056B;
    box-shadow: 0px 4px 4px rgba(171, 171, 171, 0.15);
    padding: 8px 20px;
    display: block;
    vertical-align: middle;
    font-size: 15px;
    font-weight: 400;
    margin: 20px auto 30px;
    text-align: center;
    width: 100%;
    border-radius: 14px;
    border: none;
    transition: all 0.3s ease-in-out;
    position: relative;
    line-height: 22px;
}
.postad-set-ad-time-modal .modal-content {
    height: 100%;
    box-shadow: none;
    border: none;
    padding: 30px;
}
.postad-set-ad-time-modal .modal-dialog {
    height: 100%;
    margin: 0px;
    width: 100%;
}
.postad-set-ad-time-modal .close {
    font-size: 50px;
    font-weight: 100;
    opacity: 1;
}
.postad-set-ad-time-modalfrm {
    padding-top: 50px;
}
.postad-set-ad-time-modalfrm .postad_nextbttn {
    margin-top: 10px;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 16px;
    height: 42px;
}
.postad-set-ad-time-modalfrm .ofrfrminptgrp {
    margin: 30px 0px;
}
.postad-set-ad-time-modalfrm label {
    font-size: 18px;
    display: block;
    margin: 0px 0px 15px;
}
.postad-set-ad-time-modalfrm label span {
    float: right;
    font-weight: 500;
    font-size: 16px;
}
.postad-set-ad-time-modal.set-time_modals p {
    font-family: Helvetica;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    color: #35056B;
}
.postad-set-ad-time-modal.set-time_modals label {
    position: relative;
    margin: 30px 0px 40px;
    padding-left: 40px;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}
.postad-set-ad-time-modal.set-time_modals input {
    -webkit-appearance: none;
}
.customizeradionbtn .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #c4c4c4;
  border-radius: 50%;
}
.customizeradionbtn:hover input ~ .checkmark {
  background-color: #ccc;
}
.customizeradionbtn input:checked ~ .checkmark {
  background-color: #2196F3;
}
.customizeradionbtn .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.customizeradionbtn input:checked ~ .checkmark:after {
  display: block;
}
.customizeradionbtn .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}
.form_postad_forms {
    display: block;
    width: 100%;
}
.form_postad_forms fieldset .form-card {
    background: white;
    border: 0 none;
    border-radius: 0px;
    width: 100%;
    position: relative;
}
.form_postad_forms fieldset {
    background: white;
    border: 0 none;
    border-radius: 0;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative
}
.form_postad_forms fieldset:not(:first-of-type) {
    display: none
}
.form_postad_forms fieldset .form-card {
    text-align: left;
    color: #9E9E9E
}
.form_postad_forms .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
    display: none;
}
.form_postad_forms .action-button-previous:hover, .form_postad_forms .action-button-previous:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #616161
}
.form_postad_forms h4 {
    font-size: 15px;
    font-weight: 400;
    border-bottom: 1px solid #ececec;
    padding-bottom: 8px;
    margin-bottom: 30px;
    color: #5a5a5a;
}
.postadfrmsearch {
    border: 1px solid #35056B;
    border-radius: 10px;
    height: 34px;
    margin-bottom: 20px;
}
.postadfrmsearch input {
    background-color: transparent !important;
    height: 34px !important;
    color: #000 !important;
    font-weight: 500 !important;
    padding: 0px !important;
}
.postadfrmsearch input::placeholder {
    font-weight: 500 !important;
    color: #000 !important;
}
.postadfrmsearch button {
    background: transparent !important;
    /*position: relative;*/
}
/*.postadfrmsearch button:before {
    position: absolute;
}*/
.postadmobview {
    display: none;
}

@media only screen and (max-width: 960px) {
    .desktop-vieww {
        display: none;
    }
    .mobile-vieww {
        display: block;
    }
    .postadtabarea .tab-content .tab-pane {
        margin-bottom: 0px !important;
    }
    .form_postad_forms {
        width: 90%;
    }
    .postadmobview {
        display: block;
        width: 100%;
    }
    .postaddesktopview {
        display: none;
    }
}

ul#menu-content li {
    padding-left: 10px;
}

ul#menu-content li.active{
    background-color: #35056B;
}

ul#menu-content li.active a{
    color: white;
}

ul#menu-content li:hover {
    background-color: #f29395;
    color: white;
}

ul#menu-content li a {
    display: block;
    color: #000;
    padding: 4px 16px;
    text-decoration: none;
}