body {
    margin: 0;
    padding: 0;
}

.pads0 {
    padding: 0;
}

#submainmenu {
    background: #800080;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    margin: auto;
    position: relative;
    top: 64px;
    z-index: 99;
}

.bg-purple {
    background: #800080;
}

#submainmenu .navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 1);
    font-size: 17px;
    padding: 12px 8px;
    margin: 0px 2px;
}

#submainmenu .nav-item .nav-link:hover {
    background-color: #672266;
}

#submainmenu .dropdown-menu {
    padding: 0;
}

#submainmenu .dropdown-item {
    padding: 8px 12px;
}

#submainmenu .dropdown-item:hover {
    background-color: #672266;
    color: #fff;
}


@media screen and (max-width: 600px) {
    #submainmenu #submainmenu {
        display: none;
    }
}

.trending_section {
    padding-top: 20px;
    padding-bottom: 20px;
}

.trending_section a,
.trending_section a:hover {
    text-decoration: none !important;
}

.trending_section .title {
    color: #800080;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    width: 200px;
    padding-bottom: 5px;
    border-bottom: 2px solid #cccccc5e;
    margin-bottom: 20px;
}

.trending_section .postsection {
    margin-bottom: 15px;
}

.trending_section .postsection .spantitle {
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 150%;
    color: #ebebeb;
}

.trending_section .postsection .posttitle {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #800080;
}

.trending_section .postsection .postdate {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 150%;
    color: #333333;
}

.bloghead {
    background: #f9f9fa;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
}

.bloghead h3,
.bloghead i {
    font-style: normal;
    margin: 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: #800080;
}

.post-list .postcard {
    margin: 0;
    margin-bottom: 12px;
    padding-bottom: 10px;
    border-bottom: 1px solid #cccccc5e;
}

.post-list .postcard h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #800080;
}

.post-list .postcard p {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 150%;
    color: #333333;
}

.post-list .postcard img {
    border-radius: 5px;
}

.post-list a,
.post-list a:hover {
    text-decoration: none !important;
}

.pagination {
    display: inline-block;
    margin: 20px 10px;
}

.pagination li {
    color: black;
    float: left;
}

.pagination li a {
    padding: 4px 12px;
    text-decoration: none;
    color: #800080;
}

.pagination li a:hover {
    text-decoration: underline;
}

.pagination li.active a {
    background-color: #800080;
    color: #fff;
    border-radius: 5px;
}

.user-subscribe {
    padding: 20px;
    margin: 20px auto;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    box-sizing: border-box;
    border-radius: 10px;
}

.user-subscribe h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}

.user-subscribe p {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #000000;
}

.user-subscribe .form-control {
    display: block;
    margin: auto;
    width: 80%;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    box-sizing: border-box;
    border-radius: 4px;
}

.user-subscribe .btn {
    color: #fff;
    background: linear-gradient(90deg, purple 26%, #e90088);
    padding: 6px 10px;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
    margin-top: 15px;
    width: 60%;
}

.latest-notify {
    background: #fff;
    border: 1px solid #e0e0e0;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 15px;
}

.latest-notify h2 {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #800080;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    color: #800080;
}

.latest-notify ul {
    list-style: none;
    margin: 0;
    padding-left: 5px;
}

.latest-notify ul li {
    padding: 12px 5px;
}

.latest-notify ul li:before {
    content: "\f178";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    color: #000000;
    -webkit-font-smoothing: antialiased;
}

.latest-notify ul li a {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #000000;
    padding: 5px 10px;
    position: relative;
}

.latest-notify ul li a .newpost {
    display: inline-block;
    padding-left: 20px;
}

.latest-notify ul li a .newpost:before {
    content: "";
    background-image: url("/assets/images/new.png");
    background-size: cover;
    position: absolute;
    width: 35px;
    height: 30px;
    right: -10px;
    top: -2px;
}

.mainbody {
    background: #fff;
    margin-top: 65px;
}

.nav-link .dropdown-toggle {
    cursor: pointer;
}

.lgnBtnMnu {
    cursor: pointer;
}

.sgnUpBtnMnu {
    cursor: pointer;
}

.dropdown-item {
    cursor: pointer;
}

.dot {
    height: 6px;
    width: 6px;
    background-color: #e90088;
    border-radius: 50%;
    display: inline-block;
    margin: 2px 4px;
}

.livetstMenu {
    color: #e90088 !important;
}

/************** Header *************/
header.mainHdr {
    background-color: #ffffff;
    padding: 0px 0;
    border-bottom: 1px solid #efefef;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}

header.topbar {
    right: 0;
    left: 0;
    position: fixed;
    z-index: 999;
    top: 50px;
}

header.mainHdr .navbar {
    margin: 0 -15px;
}

.mainNav ul li a {
    font-size: 13px;
    color: #333333;
    margin: 0;
    font-weight: 500;
}

.mainNav ul li a.lgnBtnMnu {
    background: #fff;
    border-radius: 30px;
    color: #800080;
    padding: 6px 12px !important;
    font-size: 13px !important;
    border: 1px solid #800080;
}

.mainNav ul li a.lgnBtnMnu:hover {
    background: #800080;
    border: 1px solid #800080;
    color: #ffffff;
}

.mainNav ul li a.sgnUpBtnMnu {
    background: linear-gradient(90deg, #800080 9.38%, #ae0e83 78.12%, #bb1284 100%);
    border-radius: 30px;
    color: #ffffff;
    padding: 6px 12px !important;
    font-size: 13px !important;
}

.mainNav ul li a.sgnUpBtnMnu:hover {
    background: linear-gradient(180deg, #800080 26%, #800080 100%);
}

.mainNav ul.rgtMnu li .dropdown-menu a {
    margin: 0;
    padding: 10px 10px;
    border-bottom: 1px solid #d5d5d5;
}

.mainNav ul.rgtMnu li .dropdown-menu a:last-child {
    border-bottom: none;
}

.mainNav ul.rgtMnu li .dropdown-menu a:hover {
    background-color: rgba(128, 0, 128, 0.1);
    color: #800080;
    text-decoration: none;
}

.usrProf {
    padding: 0;
}

.mainNav ul li a.usrProf {
    padding: 0 !important;
}

.mainNav ul.rgtMnu li .dropdown-menu a.PrfUserNme {
    font-size: 15px;
    font-weight: 400;
    color: #555555;
    font-style: italic;
    overflow-x: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.mainNav ul.rgtMnu li .dropdown-menu a.PrfUserNme:hover {
    background-color: rgba(128, 0, 128, 0);
    color: #555555;
    text-decoration: none;
}

.mainNav ul.rgtMnu .dropdown-menu {
    padding: 0 !important;
    margin: 0;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    right: 0;
    left: auto;
    min-width: 180px;
    max-width: max-content;
    top: 45px;
}

.mainNav ul.rgtMnu .dropdown-toggle {
    /* border:1px solid #000000; */
    margin: 0px;
    font-size: 13px;
    font-weight: 500;
}

.mainNav ul.rgtMnu .dropdown-toggle::after {
    display: inline-block;
    margin-left: 4px;
    vertical-align: middle;
    content: ">";
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
    text-rendering: auto;
    border: none;
    transform: rotate(90deg);
}

.mainNav ul.rgtMnu .dropdown-menu #navbarDropdown3 {
    max-width: 150px;
}

.mainNav ul.rgtMnu li.dropdown button.btn {
    font-size: 15px;
    color: #333333;
    margin: 0;
    font-weight: 500;
}

/**************** sub nav menu levels styles ******************/
.mainNav ul.rgtMnu .dropdown-submenu {
    position: relative;
}

.mainNav ul.rgtMnu .dropdown-submenu > .dropdown-menu {
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    top: 0;
    left: 100%;
    margin-top: -2px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
    opacity: 0;
    display: none;
    width: fit-content;
    max-height: 400px;
    overflow-y: auto;
}

.mainNav ul.rgtMnu .dropdown-submenu:hover > .dropdown-menu {
    opacity: 1;
    display: block;
}

.mainNav ul.rgtMnu .dropdown-submenu > a:after {
    display: block;
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
    float: right;
    width: 0;
    height: 0;
    margin-top: 0;
    margin-right: 5px;
}

.mainNav ul.rgtMnu .dropdown-submenu.pull-left {
    float: none;
}

.mainNav ul.rgtMnu .dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
    border: 2px solid green;
}

.mainNav ul.rgtMnu .mltiLvl li.dropdown-item {
    padding: 0;
}

.mainNav ul.rgtMnu .mltiLvl li.dropdown-submenu ul li.dropdown-item a {
    min-width: 100%;
    max-width: 100%;
    padding: 10px 10px;
    border-bottom: 1px solid #d5d5d5 !important;
    display: block;
}

.mainNav ul.rgtMnu .mltiLvl li.dropdown-submenu ul li.dropdown-item a:focus {
    outline: transparent;
    background-color: transparent;
    border: 1px solid transparent;
}

.mainNav ul.rgtMnu .dropdown:hover > .dropdown-menu {
    display: block;
}

/**************** sub nav menu levels styles ends ******************/
.loginspace {
    margin: 0 6px !important;
}

@media only screen and (min-width: 1280px) and (max-width: 1365px) {
    .rgtMnu li.dropdown {
        margin: 0;
    }
}

/* Add indicator arrow for the active tab */
@media (min-width: 992px) {
    .nav-pills-custom .nav-link::before {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translateY(-50%);
        opacity: 0;
        content: "\f105";
        font: normal normal normal 18px/1 FontAwesome;
        font-size: 24px;
        font-weight: 600;
        color: #800080;
    }
}

.nav-pills-custom .nav-link.active::before {
    opacity: 1;
}

/*************************** Mega Menu css ******************************/
.mgaMenu {
    /* position: relative; */
    margin: 0;
    padding: 0;
}

.exmMegaMnu {
    position: absolute;
    top: 64px;
    left: 0;
    width: 100%;
    height: 450px;
    border-radius: 0px 0px 10px 10px;
    border: 1px solid #dedede;
    background-color: #ffffff;
    transition: all 0.4s ease;
    box-sizing: border-box;
    visibility: hidden;
    opacity: 1;
    z-index: 999;
}

.visibility {
    display: none;
}

.mgaMnuColmn {
    width: 20%;
    float: left;
    height: 100%;
}

/******* alternate column bg color ********/
.mgaMnuColmn:nth-child(even) {
    background-color: #fcfcfc;
}

.mgaMenu:hover .exmMegaMnu {
    visibility: visible;
    opacity: 1;
}

.mgaMenu li {
    list-style: none;
}

.mmTtle {
    border-bottom: 1px solid #bdbdbd;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 10px;
    margin-bottom: 0px;
    box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.105);
}

.mgaMenu .dropdown-toggle::after {
    vertical-align: middle;
    content: "";
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
    transform: rotate(90deg);
    border: none;
}

.mgaMnuColmn .mgaMnuExmsLst a {
    padding: 10px 10px;
    border-radius: 5px;
    display: block;
    width: 100%;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

/* # */
.mgaMnuColmn .mgaMnuExmsLst a:hover {
    background-color: #f9f9fa;
    text-decoration: none;
}

.mgaMnuColmn:nth-child(even) .mgaMnuExmsLst a:hover {
    background-color: #ffffff;
}

.mgaMnuExmsLst {
    margin: 0px 0;
    padding: 10px 10px;
    max-height: 400px;
    overflow: auto;
}

.mgaMnuExmsLst::-webkit-scrollbar {
    width: 6px;
}

/* Track */
.mgaMnuExmsLst::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

/* Handle */
.mgaMnuExmsLst::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 0px;
    background: #d5d6d6;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.mgaMnuExmsLst::-webkit-scrollbar-thumb:window-inactive {
    background: #d5d6d6;
}

.mnuImg {
    width: 24px;
    height: 24px;
    background-color: #f6f7f8;
    border: 1px solid #dedede;
    border-radius: 50%;
    margin-right: 6px;
    display: block;
    float: left;
}

.rgtMnu {
    align-items: center;
}

.rgtMnu li.nav-item {
    cursor: pointer;
    margin: 0;
}

.rgtMnu li.dropdown {
    cursor: pointer;
    margin: 0 6px;
    padding: 5px 0;
}

.rgtMnu .dropdown-menu li.nav-item {
    cursor: pointer;
    margin: 0 0px;
}

.rgtMnu .dropdown-menu li.nav-item a {
    border-bottom: 1px solid #d5d5d5 !important;
}

.rspnsveMenu .mbleMenu li.nav-item:last-child::after {
    display: none;
}

.rspnsveMenu .mbleMenu li.dropdown {
    margin: 0;
}

.rspnsveMenu .mbleMenu li.nav-item {
    cursor: pointer;
    margin: 0px;
}

.rspnsveMenu .mbleMenu .dropdown-menu li.nav-item {
    cursor: pointer;
    margin: 0 0px;
}

.rspnsveMenu .mbleMenu .dropdown-menu li.nav-item a {
    border-bottom: 1px solid #d5d5d5 !important;
}

/********* Mobile responsive menu styles ***********/
.modal.left .modal-content,
.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
}

.mbleMnuRgt .modal.left .modal-body,
.mbleMnuRgt .modal.right .modal-body {
    padding: 0px;
    margin-top: 63px;
    max-height: 78%;
    overflow-y: auto;
}

/*Right*/
.modal.right .modal-dialog {
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.show .modal-dialog {
    right: 0;
}

/* ----- MODAL STYLE ----- */
.modal-content {
    border-radius: 0;
    border: none;
}

#fluidModalRightSuccessDemo .modal-header {
    border-bottom-color: #eeeeee;
    background-color: #ffffff;
    padding: 12px 10px;
    position: fixed;
    right: 0;
    width: 100%;
    height: 63px;
    z-index: 10;
    align-items: center;
}

.modal-backdrop {
    z-index: 999;
}

#fluidModalRightSuccessDemo .modal-header img.mnleMnuLgo {
    width: 100px;
    margin-top: 5px;
}

#fluidModalRightSuccessDemo .modal-header button {
    border: none;
    background: none;
    margin: 0px 0px 0px auto;
    padding: 0px;
    display: block;
    margin-top: -20px;
}

#fluidModalRightSuccessDemo .modal-header button span {
    width: 24px;
    height: 3px;
    background-color: #cccccc;
    display: block;
}

#fluidModalRightSuccessDemo .modal-header button span:first-child {
    transform: translateY(12px) rotate(-136deg);
    margin-top: 3px;
    display: block;
}

#fluidModalRightSuccessDemo .modal-header button span:last-child {
    transform: translateY(11px) rotate(135deg);
    margin-top: -2px;
}

.rspnsveMenu .mbleMenu li.show a.dropdown-toggle {
    color: #800080;
}

.rspnsveMenu .mbleMenu li a {
    padding: 10px 15px;
    border-bottom: 1px solid #f0f0f0;
    font-size: 13px;
    color: #333333;
}

.rspnsveMenu .mbleMenu .dropdown-toggle::after {
    display: inline-block;
    margin-left: 4px;
    vertical-align: middle;
    content: ">";
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
    text-rendering: auto;
    border: none;
    transform: rotate(0deg);
    transition: all 0.2s ease 0s;
}

.rspnsveMenu .mbleMenu li.show a.dropdown-toggle::after {
    color: #800080;
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
    transform: rotate(90deg);
}

.rspnsveMenu .mbleMenu .dropdown-toggle {
    margin: 0;
    transition: all 0.5s ease 0s;
}

.rspnsveMenu .mbleMenu .dropdown-menu {
    padding: 0 10px !important;
    margin: 0;
    border: none;
    box-shadow: none;
    background-color: #f6f7f8;
    max-width: 100%;
    transition: all 0.5s ease 0s;
}

.rspnsveMenu .mbleMenu .dropdown-menu a {
    color: #800080;
    border-bottom: 1px solid #dedede;
}

.rspnsveMenu .mbleMenu .dropdown-menu a:last-child {
    color: #800080;
    border-bottom: none !important;
}

#fluidModalRightSuccessDemo .modal-footer {
    background-color: #f9f9fa;
    left: 0;
    bottom: 0;
    max-height: 65px;
    width: 100%;
    position: fixed;
    z-index: 20;
}

#fluidModalRightSuccessDemo .modal-footer a.lgnBtnMnu {
    background: #fff;
    border-radius: 30px;
    color: #800080;
    padding: 6px 20px !important;
    font-size: 13px !important;
    border: 1px solid #800080;
    min-width: 40%;
    text-align: center;
}

#fluidModalRightSuccessDemo .modal-footer a.sgnUpBtnMnu {
    background: linear-gradient(90deg, #800080 9.38%, #ae0e83 78.12%, #bb1284 100%);
    border-radius: 30px;
    color: #ffffff;
    padding: 6px 20px !important;
    font-size: 13px !important;
    min-width: 40%;
    text-align: center;
}

.modal-dialog.modal-right {
    right: 0;
}

.mbleMnuRgt .modal {
    background: rgba(0, 0, 0, 0.5);
}

.mbleMnuUsrDtlHld {
    display: flex;
    align-items: center;
}

.mbleMnuUsrNme {
    font-size: 14px;
    line-height: 22px;
    margin-top: 5px;
    display: inline-block;
    max-width: 160px;
    min-width: 160px;
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nwStle {
    font-size: 13px;
    color: #e90088;
    background: rgba(233, 0, 136, 0.07);
    border-radius: 4px;
    padding: 4px 8px;
}

@media only screen and (max-width: 768px) {
    .rgtMnu {
        align-items: normal;
    }

    .rspnsveMenu .mbleMenu {
        align-items: normal;
    }

    .mbleMnuRgt.modal.left .modal-dialog,
    .modal.right .modal-dialog {
        position: fixed;
        margin: auto;
        width: 320px;
        height: 100%;
        -webkit-transform: translate3d(0%, 0, 0);
        -ms-transform: translate3d(0%, 0, 0);
        -o-transform: translate3d(0%, 0, 0);
        transform: translate3d(0%, 0, 0);
    }
}

@media only screen and (min-width: 768px) and (max-width: 850px) {

    .mgaMenu,
    .mainNav {
        display: none;
    }

    header.mainHdr .navbar {
        margin: 0 0px;
    }

    .navbar-toggler {
        padding: 0px 4px;
        margin-left: auto;
    }

    .rspnsveMenu .mbleMenu li a.dropdown-toggle::after {
        margin: 0;
        float: right;
    }

    .mbleMnuUsrNme {
        font-size: 12px;
        line-height: 22px;
        margin-top: 5px;
        display: inline-block;
        max-width: 300px;
        min-width: 300px;
        overflow-x: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .mbleMnuRgt.modal.left .modal-dialog,
    .modal.right .modal-dialog {
        position: fixed;
        margin: auto;
        width: 320px;
        height: 100%;
        -webkit-transform: translate3d(0%, 0, 0);
        -ms-transform: translate3d(0%, 0, 0);
        -o-transform: translate3d(0%, 0, 0);
        transform: translate3d(0%, 0, 0);
    }

    .modal.right.show .modal-dialog {
        right: 0;
        width: 55%;
    }
}

@media only screen and (min-width: 640px) and (max-width: 767px) {

    .mgaMenu,
    .mainNav {
        display: none;
    }

    .navbar-toggler {
        padding: 0px 4px;
        margin-left: auto;
    }

    header.mainHdr .navbar {
        margin: 0 0px;
    }

    .mbleMnuRgt.modal.left .modal-dialog,
    .modal.right .modal-dialog {
        position: fixed;
        margin: auto;
        width: 320px;
        height: 100%;
        -webkit-transform: translate3d(0%, 0, 0);
        -ms-transform: translate3d(0%, 0, 0);
        -o-transform: translate3d(0%, 0, 0);
        transform: translate3d(0%, 0, 0);
    }
}

@media only screen and (min-width: 480px) and (max-width: 639px) {

    .mgaMenu,
    .mainNav {
        display: none;
    }

    .navbar-toggler {
        padding: 0px 4px;
        margin-left: auto;
    }

    header.mainHdr .navbar {
        margin: 0 0px;
    }

    .mbleMnuRgt.modal.left .modal-dialog,
    .modal.right .modal-dialog {
        position: fixed;
        margin: auto;
        width: 320px;
        height: 100%;
        -webkit-transform: translate3d(0%, 0, 0);
        -ms-transform: translate3d(0%, 0, 0);
        -o-transform: translate3d(0%, 0, 0);
        transform: translate3d(0%, 0, 0);
    }
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
    header.mainHdr .navbar {
        margin: 0 0px;
    }

    .navbar-toggler {
        padding: 0px 4px;
        margin-left: auto;
    }

    .mgaMenu,
    .mainNav {
        display: none;
    }

    .commonDesc {
        padding: 10px 15px;
    }

    header.topbar {
        top: 70px;
    }

    .mbleMnuRgt.modal.left .modal-dialog,
    .modal.right .modal-dialog {
        position: fixed;
        margin: auto;
        width: 320px;
        height: 100%;
        -webkit-transform: translate3d(0%, 0, 0);
        -ms-transform: translate3d(0%, 0, 0);
        -o-transform: translate3d(0%, 0, 0);
        transform: translate3d(0%, 0, 0);
    }

    .mbleMnuRgt .modal.right.show .modal-dialog {
        right: 0;
        width: 85%;
    }
}

/***************** Landscape devices *********************/
@media only screen and (min-device-width: 569px) and (max-device-width: 640px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .rspnsveMenu .mbleMenu .dropdown-toggle::after {
        float: right;
        margin-top: 0px;
    }
}

@media only screen and (min-device-width: 641px) and (max-device-width: 767px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .rspnsveMenu .mbleMenu .dropdown-toggle::after {
        float: right;
        margin-top: 0px;
    }
}

.hiddenmodel {
    display: none;
}

.blockmodel {
    display: none;
}

.profilePicImg {
    position: relative;
}

.usrProfImg {
    background-size: cover;
    border-radius: 50%;
    display: block;
    cursor: pointer;
    float: left;
    margin: -6px 6px;
}

.boxImg .usrProfImg {
    border-radius: 0;
}

.usrProfImg.no-img {
    text-align: center;
    background-color: #830080;
    color: #870081;
    font-weight: bold;
}

.sm-img .usrProfImg {
    width: 35px;
    height: 35px;
}

.sm-img .no-img-name {
    font-size: 24px;
}

.md-img .usrProfImg {
    width: 70px;
    height: 70px;
    float: none;
}

.md-img .no-img-name {
    font-size: 18px;
}

.lg-img .usrProfImg {
    width: 100px;
    height: 100px;
    float: none;
    margin: 0px auto 15px;
}

.lg-img .no-img-name {
    font-size: 70px;
}

.xl-img .usrProfImg {
    width: 320px;
    height: 320px;
    float: none;
    margin: 0px auto 15px;
}

.xl-img .usrProfImg.no-img {
    width: unset;
    height: unset;
    max-width: 320px;
    max-height: 320px;
}

.xl-img .no-img-name {
    font-size: 150px;
}

.edtPrflePicSec {
    background-color: rgba(0, 0, 0, 0.75);
    color: #ffffff;
    text-align: center;
    font-size: 20px;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    opacity: 0;
    transition: all 0.5s ease 0s;
    position: absolute;
    top: 0;
    width: 50%;
    left: 25%;
    cursor: pointer;
}

.edtPrflePicSec i.fa.fa-pencil {
    margin: 35% auto;
}

.edtPrflePicSec:hover {
    opacity: 1;
}

@media only screen and (min-width: 1920px) {
    .edtPrflePicSec {
        transition: all 0.5s ease 0s;
        position: absolute;
        top: 0;
        width: 100px;
        left: 37%;
        cursor: pointer;
    }
}

@media only screen and (min-width: 1440px) and (max-width: 1679px) {
    .edtPrflePicSec {
        transition: all 0.5s ease 0s;
        position: absolute;
        top: 0;
        width: 100px;
        left: 30%;
        cursor: pointer;
    }
}

@media only screen and (min-width: 1366px) and (max-width: 1439px) {
    .edtPrflePicSec {
        transition: all 0.5s ease 0s;
        position: absolute;
        top: 0;
        width: 100px;
        left: 29%;
        cursor: pointer;
    }
}

@media only screen and (min-width: 1280px) and (max-width: 1365px) {
    .edtPrflePicSec {
        transition: all 0.5s ease 0s;
        position: absolute;
        top: 0;
        width: 100px;
        left: 27%;
        cursor: pointer;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1279px) {
    .edtPrflePicSec {
        transition: all 0.5s ease 0s;
        position: absolute;
        top: 0;
        width: 100px;
        left: 20%;
        cursor: pointer;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .edtPrflePicSec {
        transition: all 0.5s ease 0s;
        position: absolute;
        top: 0;
        width: 100px;
        left: 20%;
        cursor: pointer;
    }

    .lg-img .usrProfImg {
        width: 50px !important;
        height: 50px !important;
        float: none;
        margin: 0px auto;
    }

    .lg-img .no-img-name {
        font-size: 35px !important;
    }
}

.blogmain {
    padding-top: 20px;
    padding-bottom: 20px;
}

.blogmain h1 {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    color: #800080;
    margin-bottom: 5px;
}

.blogmain p {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #333333;
}

.breadcrumb {
    background-color: #fff;
    margin: 0;
}

.breadcrumb li a {
    color: black;
    text-decoration: none;
    cursor: auto
}

.breadcrumb li + li:before {
    padding-left: 8px;
    color: #000;
    content: "\f105";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
}

.breadcrumb li .active {
    color: #800080;
}

.breadcrumb li span {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #000000;
}

.maincontent a {
    padding: 7px 14px;
    margin: 12px auto;
    display: inline-block;
}

.maincontent table td {
    border: 1px solid #ededed;
    padding: 2px 8px;
}

.maincontent p {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
    color: #333333;
}

.tagsdiv {
    clear: both;
}

.td-tags {
    margin: 10px 0;
    display: table;
    line-height: 20px;
    font-weight: 600;
    clear: left;
    height: 25px;
    padding-left: 4px;
}

.td-tags li {
    list-style: none;
    display: inline-block;
    line-height: 20px;
    margin-left: 4px;
    float: left;
    margin-bottom: 4px;
}

.td-tags li span {
    background-color: #222;
    padding: 5px 9px;
    color: #fff;
    display: block;
    text-transform: uppercase;
    line-height: 10px;
    float: left;
    height: 20px;
    font-size: 12px;
}

.td-tags li a {
    display: block;
    float: left;
    border: 1px solid #ededed;
    line-height: 8px;
    color: #111;
    padding: 5px 8px;
    height: 20px;
    font-size: 12px;
}

.tabslist {
    padding: 20px 10px;
}

.nav-tabs {
    border: none;
    margin-bottom: 5px;
}

.nav-tabs li a {
    padding: 8px 5px;
    margin: 0 5px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    font-weight: 600;
    line-height: 150%;
    color: #333333;
    text-decoration: none;
}

.nav-tabs li a:hover,
.nav-tabs li.active a {
    text-decoration: none;
    color: #800080;
    border-bottom: 2px solid #800080;
}

.nav-tabs .dropdown-menu {
    padding: 0;
}

.nav-tabs .dropdown-menu li a {
    width: 100%;
    padding: 8px;
    display: block;
    border-bottom: 2px solid #ffffff;
    margin: 0;
}

.nav-tabs .dropdown-menu li a:hover {
    background: #800080;
    color: #fff;
}

.tabslist .nav-tabs .dropdown-toggle {
    padding: 0;
    border: 0;
}

.tabslist .nav-tabs .dropdown-toggle::after {
    display: inline-block;
    margin: 0;
    content: "\f107";
    border: none;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    position: relative;
    top: 2px;
    font-size: 14px;
    font-weight: 600;
    background: #f5f5f5;
    color: #333;
    padding: 5px 10px;
    border-radius: 5px;
}

.maincontent p {
    font-family: Open Sans, sans-serif !important;
    color: #000000 !important;
    font-size: 13pt !important;
}

.maincontent ul li {
    font-family: Open Sans, sans-serif !important;
    color: #000000 !important;
    font-size: 13pt !important;
}

.maincontent table td {
  border: 1px solid black;
  border-collapse: collapse;
}