.icon-set-title-sc {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
.icon-set-title-sc h2 {
    font-size: 2rem;
    text-align: center;
    font-weight: 600;
}
.icon-set-cntr .inner {
    background: #fff;
    text-align: center;
}
.icon-set-cntr .info-area {
    text-align: left;
}
.main-img-sc {
    border: 1px solid #eaf1f6;
    background: #fff;
}
.main-img-sc .image-view {
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.main-img-sc .details-img-sc {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
}
.main-img-sc .details-img-sc .bottom-btn-sc {
    text-align: center;
}
.main-img-sc .details-img-sc h1 {
    font-size: 2rem;
}
.main-img-sc .icon-details {
    border-left: 1px solid #eaf1f6;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    font-size: 0.875rem;
    font-weight: 300;
    color: #868e96;
}
.main-img-sc .icon-details h4 {
    font-size: 1rem;
    color: #343a40;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}
.main-img-sc .icon-details h4 svg {
    width: 15px;
    margin-right: 5px;
}
.main-img-sc .icon-details ul li {
    padding: 15px 35px;
}
.main-img-sc .icon-details ul li:hover {
    background: #f8f9fa;
}
.main-img-sc .icon-details ul li p {
    margin-bottom: 0;
    padding: 0 20px;
}
.main-img-sc .icon-details ul li ul {
    display: flex;
    margin-left: 20px;
}
.main-img-sc .icon-details ul li li {
    margin-bottom: 5px;
    margin-right: 5px;
    padding: 0;
    border-radius: 3px;
}
.main-img-sc .icon-details ul li.type h4 {
    color: #27bd33;
}
.main-img-sc .icon-details ul li.type h4 svg {
    fill: #27bd33;
}
.main-img-sc .icon-details .user {
    border-bottom: 1px solid #e9ecef;
}
.main-img-sc .icon-details .tags-list ul {
    margin-top: 5px;
}
.main-img-sc .icon-details .tags-list li {
    background: #e9ecef;
    padding: 5px 10px;
    margin-right: 5px;
    cursor: pointer;
}
.main-img-sc .icon-details .tags-list li:hover {
    background: #dee2e6;
}
.main-img-sc .icon-details .user .img {
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 5px;
}
.main-img-sc .icon-details .user img {
    width: 100%;
}
.side-menu-left {
    width: 200px;
    float: left;
    position: -webkit-sticky;
    position: sticky;
    top: 48px;
    z-index: 100;
    background: #fff;
    height: 100vh;
    padding: 20px;
    border-right: 1px solid #eaf1f6;
    overflow: auto;
}
.side-menu-left a {
    transition: all 0.2s ease-in-out;
}
.side-menu-left .filter-type li {
    width: 50%;
}
.side-menu-left .filter-type li a {
    font-size: 0.875rem;
    color: #495057;
    padding: 0.25rem 0.5rem;
    line-height: 1.5;
    background-color: #e9ecef;
    font-weight: 300;
    display: block;
    text-align: center;
}
.side-menu-left .filter-type li a.active {
    background: #16c3bb;
    text-decoration: none;
    color: #fff;
}
.side-menu-left .filter-type li a:hover {
    background: #16c3bb;
    text-decoration: none;
    opacity: 0.8;
    color: #fff;
}
.side-menu-left .filter-type li:first-child a {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}
.side-menu-left .filter-type li:last-child a {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}
.side-menu-left .serch-styles ul li a {
    border-radius: 0.1rem;
    text-align: left;
    margin: 2px 0;
    background-color: #e9ecef;
    font-weight: 300;
    display: block;
    font-size: 0.875rem;
    color: #495057;
    padding: 0.25rem 0.5rem;
}
.side-menu-left .serch-styles ul li a.active {
    background: #16c3bb;
    text-decoration: none;
    color: #fff;
}
.side-menu-left .serch-styles ul li a:hover {
    background: #16c3bb;
    text-decoration: none;
    opacity: 0.8;
    color: #fff;
}
.side-menu-left .clear-filter a {
    font-weight: 300;
    display: block;
    font-size: 0.875rem;
    color: #495057;
    padding: 0.25rem 0.5rem;
    border: 1px solid #e9ecef;
    text-align: center;
    border-radius: 0.1rem;
}
.side-menu-left .clear-filter a:hover {
    border-color: #16c3bb;
    color: #16c3bb;
    text-decoration: none;
}
.side-menu-left .left-menu-ads #carbonads .carbon-wrap {
    flex-direction: column;
}
.side-menu-left .left-menu-ads #carbonads .carbon-wrap img {
    margin: 0 auto;
}
.side-menu-left .left-menu-ads #carbonads .carbon-wrap .carbon-text {
    text-align: center;
}
.side-menu-left::-webkit-scrollbar {
    width: 5px;
}
.side-menu-left::-webkit-scrollbar-track {
    background: #f1f1f1;
}
.side-menu-left::-webkit-scrollbar-thumb {
    background: #dee2e6;
}
.side-menu-left::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.search-result-list {
    margin-left: 220px;
}
body {
    font-family: "Poppins", sans-serif;
}
/* .header {
    background: #3e95e7;
} */
.my-acnt-hdr i {
    color: #000;
}
.my-acnt-hdr .user-pic {
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.3);
}
.home-menu {
    position: relative;
    z-index: 2;
    background: #fff;
    max-width: 100%;
    padding: 0;
    color: #000;
}
.home-menu ul li a {
    color: #000;
}
.home-menu .menu-container {
    max-width: 1530px;
    width: 100%;
    margin: 0 auto;
    min-height: 75px;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    justify-content: center;
    justify-content: space-between;
    align-items: center;
}
.home-menu .menu-container .logo {
    color: #000;
}
.home-search-sc {
    background: #fff;
    position: relative;
}
@media (min-width: 768px) {
    .home-search-sc:after {
        content: "";
        background: #3e95e7;
        height: 100%;
        width: 50%;
        right: 0;
        top: 0;
        position: absolute;
    }
}
.banner-container {
    max-width: 1530px;
    width: 100%;
    margin: 0 auto;
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
}
@media (max-width: 767px) {
    .banner-container .mob-pos-chnage {
        flex-direction: column-reverse;
    }
}
.banner-container h1 {
    text-transform: uppercase;
    color: #000;
    letter-spacing: 3.5px;
    font-size: 45px;
    font-weight: 900;
}
@media (min-width: 768px) {
    .banner-container h1 {
        font-size: 46px;
    }
}
@media (min-width: 992px) {
    .banner-container h1 {
        font-size: 56px;
    }
}
@media (min-width: 1400px) {
    .banner-container h1 {
        font-size: 56px;
    }
}
.banner-container h2 {
    color: #000;
    font-size: 30px;
    letter-spacing: 3px;
    font-weight: 400;
    margin-top: 0px;
    max-width: 620px;
}
@media (min-width: 992px) {
    .banner-container h2 {
        margin-top: 10px;
    }
}
.banner-container h3 {
    font-size: 18px;
    color: #000;
    font-weight: 400;
    margin-top: 10px;
    position: relative;
    padding-left: 10px;
}
.banner-container h3:before {
    width: 5px;
    height: 5px;
    background-color: #000;
    content: "";
    position: absolute;
    left: 0;
    top: 49%;
    border-radius: 50%;
}
.banner-container .left-sc {
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 20px;
    padding-bottom: 20px;
}
@media (min-width: 768px) {
    .banner-container .left-sc {
        height: calc(100vh - 420px);
        min-height: 460px;
    }
}
@media (min-width: 992px) {
    .banner-container .left-sc {
        justify-content: center;
    }
}
.banner-container .right-sc {
    background: #3e95e7;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
.banner-container .right-sc h2 {
    font-size: 52px;
    font-weight: 900;
    letter-spacing: 2.88px;
    color: #fff;
    margin-bottom: 25px;
    margin-top: 0;
}
@media (min-width: 992px) {
    .banner-container .right-sc h2 {
        font-size: 56px;
    }
}
.banner-container .right-sc h2 div {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: normal;
    margin-top: 10px;
}
.banner-container .right-sc .inner-right {
    width: 100%;
    max-width: 600px;
}
.banner-container .right-sc .inner-right .search-form {
    position: relative;
}
.banner-container .right-sc .inner-right .search-form .fa {
    position: absolute;
    right: 30px;
    top: 26px;
    color: #3e95e7;
}
.banner-container .right-sc .inner-right .form-control {
    max-width: 600px;
    width: 100%;
    height: 67px;
    border-radius: 50px;
    border: solid 5px rgba(255, 255, 255, 0.45);
    background-color: #ffffff;
    padding-right: 60px;
    padding-left: 15px;
}
.latest-icon-new-wrp {
    max-width: 100%;
}
.latest-icon-new-cntr {
    background-color: #eff7fe;
    max-width: 1600px;
    margin: 0 auto;
    padding: 40px 30px 20px;
    position: relative;
    overflow: hidden;
}
@media (min-width: 992px) {
    .latest-icon-new-cntr {
        padding: 70px 48px 50px;
    }
}
.latest-icon-new-cntr .listouter {
    max-width: 1200px;
    width: 100%;
}
@media (min-width: 992px) {
    .latest-icon-new-cntr .listouter {
        float: right;
    }
}
.latest-icon-new-cntr .bg-txt {
    position: absolute;
    left: 0px;
    right: auto;
    bottom: 0;
    font-size: 150px;
    line-height: 180px;
    opacity: 0.03;
    font-weight: 900;
    text-transform: uppercase;
    transform: rotate(-90deg) translateY(100%);
    transform-origin: bottom left;
}
.title-sc-new {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
    flex-direction: column;
    align-items: flex-start;
}
@media (min-width: 992px) {
    .title-sc-new {
        align-items: flex-end;
        flex-direction: row;
    }
}
.title-sc-new .viewall-btn {
    align-items: center;
    color: #000;
}
.title-sc-new .viewall-btn svg {
    margin-left: 5px;
}
.title-sc-new h2 {
    font-size: 52px;
    letter-spacing: 0.72px;
    color: #3e95e7;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 45px;
    margin-bottom: 20px;
}
@media (min-width: 992px) {
    .title-sc-new h2 {
        font-size: 72px;
        margin-bottom: 0;
    }
}
.title-sc-new h2 div {
    display: block;
    position: relative;
}
@media (min-width: 992px) {
    .title-sc-new h2 div {
        top: 10px;
    }
}
.title-sc-new h2 span {
    color: #000;
    font-size: 38px;
    letter-spacing: 0.48px;
    font-weight: 400;
    height: auto;
    display: inline-block;
}
@media (min-width: 992px) {
    .title-sc-new h2 span {
        color: #fff;
        padding: 10px;
        background: #000;
        font-size: 48px;
        height: 54px;
        line-height: 35px;
    }
}
.title-sc-new h2 strong {
    font-size: 38px;
    letter-spacing: 0.48px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    font-weight: 900;
}
@media (min-width: 992px) {
    .title-sc-new h2 strong {
        font-size: 48px;
    }
}
.popular-icon-new-cntr {
    background: #fff;
}
.popular-icon-new-cntr .title-sc-new {
    flex-direction: column;
}
@media (min-width: 992px) {
    .popular-icon-new-cntr .title-sc-new {
        flex-direction: row;
    }
}
.popular-icon-new-cntr .title-sc-new h2 span {
    background: none;
    color: #000;
    padding: 0;
}
@media (min-width: 992px) {
    .popular-icon-new-cntr .title-sc-new h2 div {
        top: 5px;
    }
}
.icon-set-cntr .inner img {
    max-width: 100%;
}
.content-listing .icon-wrp {
    position: relative;
}
.content-listing .icon-wrp .icon-list-dwn-svg,
.content-listing .icon-wrp .icon-list-dwn-png {
    position: absolute;
    z-index: 2;
    font-size: 12px;
    padding: 2px 10px;
    border: 1px solid #868e96;
    border-radius: 3px;
    color: #868e96;
    text-decoration: none;
    left: 10px;
    bottom: 10px;
    display: none;
    opacity: 0.5;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}
.content-listing .icon-wrp .icon-list-dwn-svg i,
.content-listing .icon-wrp .icon-list-dwn-png i {
    margin-left: 4px;
}
.content-listing .icon-wrp .icon-list-dwn-svg:hover,
.content-listing .icon-wrp .icon-list-dwn-png:hover {
    opacity: 1;
    border-color: #3e95e7;
    color: #3e95e7;
}
.content-listing .icon-wrp .icon-list-dwn-png {
    right: 10px;
    left: auto;
    bottom: 10px;
}
.content-listing .icon-wrp:hover .icon-list-dwn-svg,
.content-listing .icon-wrp:hover .icon-list-dwn-png {
    display: block;
}
.author-sc {
    border-bottom: 1px solid #ced4da;
    margin-bottom: 30px;
}
.author-sc .author-info-sc .left {
    width: 100%;
}
@media (min-width: 768px) {
    .author-sc .author-info-sc .left {
        width: auto;
    }
}
.author-sc .author-info-sc .author-img img {
    border-radius: 50%;
}
.not-followings {
    background: #fff;
    max-width: 600px;
    text-align: center;
    border: 1px solid #dee2e6;
    padding: 30px 20px;
    margin: 30px auto;
    border-radius: 3px;
}
.not-followings h2 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 25px;
}
.icon-set-type li strong {
    position: relative;
    padding-left: 25px;
    font-size: 1rem;
    color: #000;
}
.icon-set-type li small {
    font-size: 0.875rem;
    display: block;
    padding-left: 25px;
}
.icon-set-type li.selected .radio-style,
.icon-set-type li:hover .radio-style {
    border-color: #2196f3;
}
.radio-style {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #e9ecef;
    padding: 20px;
    border-radius: 3px;
}
.radio-style input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.radio-style input:checked ~ .checkmark {
    background-color: #2196f3;
}
.radio-style input:checked ~ .checkmark:after {
    display: block;
}
.radio-style .checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #eee;
    border-radius: 50%;
}
.radio-style .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.radio-style .checkmark:after {
    top: 5px;
    left: 5px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: white;
}
.radio-style:hover input ~ .checkmark {
    background-color: #2196f3;
}
.uploaded-icn-listing {
    max-width: 800px;
    margin: 0 auto;
    -webkit-box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.08);
    border-radius: 3px;
}
.uploaded-icn-listing.preview-list {
    max-width: 900px;
}
.subscription-plans .inner-cntr {
    max-width: 950px;
    margin: 0 auto;
}
.subscription-plans .inner-cntr .inner {
    background: #fff;
    border-radius: 5px;
    text-align: center;
    overflow: hidden;
    -webkit-box-shadow: 0 0.5rem 1rem rgba(73, 80, 87, 0.25) !important;
    box-shadow: 0 0.5rem 1rem rgba(73, 80, 87, 0.25) !important;
    font-size: 0.875rem;
    padding-bottom: 30px;
}
.subscription-plans .inner-cntr .inner h2 {
    background: #3e95e7;
    padding: 15px;
    color: #fff;
    font-weight: 700;
}
.subscription-plans .inner-cntr .inner .price {
    font-size: 2.5rem;
    letter-spacing: 0.015em;
    color: #000;
    margin: 10px 0;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 30px;
}
.subscription-plans .inner-cntr .inner .price span {
    font-size: 1.5rem;
    text-decoration: line-through;
    font-weight: 300;
    display: block;
}
.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
}
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.switch input:checked + .slider {
    background-color: #2196f3;
}
.switch input:focus + .slider {
    box-shadow: 0 0 1px #2196f3;
}
.switch input:checked + .slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}
.switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.switch .slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.switch .slider.round {
    border-radius: 34px;
}
.switch .slider.round:before {
    border-radius: 50%;
}
.prepayment-sc {
    margin: 0 auto;
    margin-top: 100px;
    max-width: 1000px;
    text-align: center;
}
.prepayment-sc h3 {
    font-weight: bold;
}
.prepayment-sc h4 {
    line-height: normal;
}
.prepayment-sc .prepayment-bx {
    background: #fff;
    padding: 40px 20px;
    -webkit-box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.08);
    border-radius: 5px;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}
.prepayment-sc .prepayment-bx h2 {
    font-size: 4rem;
    font-weight: bold;
}
.prepayment-sc .prepayment-bx ul {
    display: flex;
    width: 100%;
    border-radius: 3px;
    justify-content: center;
    margin-top: 30px;
}
.prepayment-sc .prepayment-bx ul li {
    padding: 8px 15px;
    background: rgba(62, 149, 231, 0.5);
    border-radius: 3px;
    min-width: 60px;
    margin-right: 4px;
    cursor: pointer;
    font-weight: 500;
    position: relative;
    transition: all 0.2s ease-in-out;
}
.prepayment-sc .prepayment-bx ul li:hover,
.prepayment-sc .prepayment-bx ul li.active {
    background: #3e95e7;
    color: #fff;
    box-shadow: 0 4px 5px 2px rgba(0, 0, 0, 0.1);
    top: -2px;
}
.prepayment-sc .prepayment-bx ul li:last-child {
    margin-right: 0;
}
.prepayment-sc .prepayment-bx .other-sc {
    margin: 0 auto;
    margin-top: 10px;
    max-width: 338px;
}
.prepayment-sc .prepayment-bx .other-sc .input-group {
    position: relative;
}
.prepayment-sc .prepayment-bx .other-sc .form-control {
    padding-left: 50px;
}
.prepayment-sc .prepayment-bx .other-sc .txt {
    background: #ced4da;
    padding: 7px 15px;
    font-weight: 500;
    position: absolute;
    left: 0;
    border-radius: 3px;
}
.prepayment-sc .prepayment-bx .btn-sc {
    margin-top: 20px;
}
.prepayment-sc .prepayment-bx .btn-sc .btn {
    min-width: 150px;
}
.checkout-content-cntr {
    max-width: 1300px;
    margin: 0 auto;
}
.checkout-content-cntr h2 {
    font-size: 2rem;
}
.checkout-content-cntr h3 {
    font-size: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.checkout-content-cntr h3 a {
    float: right;
    font-weight: normal;
    font-size: 0.875rem;
}
.white-bx {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.08);
}
.billing-address-list .top-sc {
    border-bottom: 1px solid #eaf1f6;
}
.billing-address-list .top-sc ul li {
    width: 33%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0px;
    font-size: 1rem;
}
.billing-address-list .top-sc ul li.selected,
.billing-address-list .top-sc ul li:hover {
    border-bottom: 2px solid #3e95e7;
    padding-bottom: 13px;
}
.billing-address-list .top-sc ul li .paypal-icn .checkmark {
    top: 0;
}
.billing-address-list .top-sc ul li label * {
    color: #000;
    font-size: 1rem;
}
.billing-address-list .radio-style {
    border: 0;
    margin: 0;
    padding: 0;
    padding-left: 25px;
}
.billing-address-list .billing-cotent {
    padding: 1.25rem;
}
.billing-address-list .billing-cotent .billing-paypal,
.billing-address-list .billing-cotent .billing-invoice {
    padding: 3rem 0;
}
.billing-address-list .billing-cotent .billing-card {
    padding: 1rem 0;
}
.order-summery h3 {
    border-bottom: 1px solid #eaf1f6;
    padding-bottom: 15px;
}
.order-summery .payment-cnt {
    align-items: center;
    padding: 15px;
    border-bottom: 1px solid #eaf1f6;
}
.order-summery .payment-cnt:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}
.order-summery .payment-cnt .icon {
    border-right: 1px solid #eaf1f6;
    border-radius: 3px;
    padding-top: 5px;
    padding-bottom: 5px;
    min-height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.order-summery .payment-cnt .icon img {
    max-width: 64px;
    width: 100%;
}
.order-summery .payment-cnt .icon.prepayment-icn {
    background: #e9ecef;
}
.order-summery .payment-cnt .icon.prepayment-icn img {
    max-width: 32px;
    opacity: 0.5;
}
.order-summery .payment-cnt .name {
    font-size: 0.875rem;
}
.order-summery .payment-cnt .name strong {
    font-weight: 600;
}
.order-summery .payment-cnt .remove {
    font-size: 0.775rem;
}
.checkout-subscribe {
    box-shadow: 0 0 3px 2px rgba(62, 149, 231, 0.1);
    border: 1px solid #3e95e7;
}
.checkout-subscribe small {
    padding-left: 20px;
    display: block;
}
.checkout-subscribe li {
    margin-bottom: 15px;
}
.checkout-subscribe li:last-child {
    margin-bottom: 0;
}
.order-total li {
    margin-bottom: 15px;
}
.order-total li:last-child {
    margin-bottom: 0;
}
.order-total li.total-sc {
    border-top: 1px solid #eaf1f6;
    padding-top: 15px;
    font-weight: bold;
}
.order-total .discount {
    position: relative;
    margin-bottom: 30px;
}
.order-total .discount .form-control {
    padding-right: 125px;
}
.order-total .discount .btn {
    position: absolute;
    right: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.del-txt {
    text-decoration: line-through;
    color: #ced4da;
    font-weight: normal;
}
.empty-cart-msg {
    max-width: 600px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    background: #fff;
    padding: 50px 30px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.05);
    margin-top: 100px;
}
.payment-msg {
    max-width: 600px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    background: #fff;
    padding: 50px 30px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.05);
    margin-top: 100px;
}
.payment-settings h5 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.payment-settings h5 a {
    float: right;
    font-weight: normal;
    font-size: 0.875rem;
}
.addmembers-sc .members-list {
    margin-bottom: 50px;
}
.addmembers-sc .members-list li {
    margin-bottom: 15px;
}
.table-hover tr:hover {
    background-color: rgba(0, 0, 0, 0.02);
}
