    .body {
        min-height: 100vh;
        display: flex;
        flex-direction: column;
    }
    
    .footer {
        margin-top: auto;
        
    }

     .btn-outline-primary:hover {
        color: #ffffff !important; 
        background-color: #007bff !important;
        box-shadow: 0 0 3px 3px #2d79fc4a;
    }
    
    .inner-div {
        border-radius: 6px;
        box-shadow: 0 0 12px #000;
    }
    
    a:hover {
        text-decoration: none !important;
    }
    
    button:focus {
        outline: none !important;
        outline: none !important;
    }
    
    element.style {
        opacity: 1;
        display: block;
    }
    
    .sweet-alert {
        background: #000 !important;
        z-index: inherit 99999999;
    
    background-color: #fff;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    width: 478px;
    padding: 17px;
    border-radius: 5px;
    text-align: center;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -256px;
    margin-top: -200px;
    overflow: hidden;
    display: none;
    z-index: 99999;
   
    }
    
    .sweet-alert .sa-icon.sa-success .sa-fix,
    .sweet-alert .sa-icon.sa-success::before,
    .sweet-alert .sa-icon.sa-success::after {
        background: #000 !important;
    }
    
    .outer-div {
        color: #ffffff;
        background-color: #f4f6ff;
        padding: 5px 30px 30px 30px;
    }
    
    .inner-div {
        margin: 0 auto;
        max-width: 700px;
        background-color: #f4f6ff;
        /* background-color: #9093a0; */
        border-radius: 7px;
    }
    
    .inner-div-div {
        width: 100%;
        padding: 0px 15px;
    }
    
    .center-div {
        margin: 26% auto;
        max-width: 700px;
        background-color: #f4f6ff;
        border-radius: 3px;
    }
    
    .logo-title {
        font-size: 40px;
        font-weight: 800;
        color: #ffffff;
        font-family: ethnocentric;
        text-align: center;
    }
    
    .title {
        color: #ffffff;
        font-size: 55px;
        font-weight: 800;
        font-family: ethnocentric;
    }
    
    .logo-middle {
        margin-top: 40px;
        margin-bottom: 25px;
        padding: 20px 0;
    }
    
    .border-section {
        padding-bottom: 50px;
        padding-top: 50px;
        border-top: 1px solid #ffe700;
        border-bottom: 1px solid #ffe700;
    }
    
    input[type=text],
    select {
        width: 40%;
        padding: 12px 20px;
        margin: 8px 0;
        display: inline-block;
        border: 1px solid #ccc;
        /*border-radius: 4px;*/
        box-sizing: border-box;
    }
    
    .input-field {
        position: relative;
    }
    
    .input-field i {
        position: absolute;
        top: 10px;
        padding: 9px 6px;
        color: #aaa;
        transition: 0.3s;
    }
    
    @font-face {
        font-family: ethnocentric;
        src: url("../font/ethnocentric.regular.ttf");
    }
    
    .headText {
        text-align: center;
        background-color: #e6e6e6;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        padding: 10px;
    }
    
    .headText p {
        margin-bottom: 0px;
        text-align: center;
        color: #000000;
        font-size: 23px;
    }
    
    .lg-margin {
        margin-bottom: 15%;
    }
    
    .txt-align {
        text-align: right!important;
    }
    
    .form-style-2 label {
        display: block;
        margin: 0px 0px 15px 0px;
    }
    
    .form-style-2 label>span {
        /*width: 150px;*/
        width: 260px;
        font-weight: bold;
        float: left;
        padding-top: 14px;
        padding-left: 65px;
        color: #ffffff;
        text-align: left;
    }
    
    .form-style-2 input.input-field {
        width: 48%;
        height: 39px;
    }
    
    .form-style-2 .textarea-field {
        height: 100px;
        width: 55%;
    }
    
    .textarea-sec {
        margin-left: 0px;
        margin-top: 10px;
    }
    
    .form-style-2 input.input-field,
    .form-style-2 .tel-number-field,
    .form-style-2 .textarea-field,
    .form-style-2 .select-field {
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        border: 1px solid #C2C2C2;
        padding: 7px;
        outline: none;
    }
    
    .form-style-2 .input-field:focus,
    .form-style-2 .textarea-field:focus,
    .form-style-2 .select-field:focus {
        border: 1px solid #0c0;
    }
    
    .form-style-2 .chk-field {
        width: 20px;
        height: 19px;
    }
    
    .form-style-3 {
        margin-left: 238px;
    }
    
    .form-style-3 label>span {
        margin-left: 10px;
        margin-right: 10px;
    }
    
    .btm-margin {
        margin-bottom: 25px;
    }
    
    .form-style-3 input.input-field1 {
        width: 145px;
    }
    
    .form-style-3 input.input-field2 {
        width: 190px;
    }
    
    .form-style-3 input.input-field3 {
        width: 336px;
    }
    
    .zip-left-margin {
        margin-left: -48px!important;
    }
    
    .subhead {
        text-align: left;
        margin-left: 94px;
        color: #ffffff;
    }
    
    .btn-w {
        width: 100px;
        /*max-height: 40px;*/
    }
    
    .bttn:hover {
        background-color: #f4f6ff!important;
        color: #ffffff!important;
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25)!important;
    }
    
    .main-btn {
        padding: 7px 41px;
        margin-left: 398px;
    }
    
    .opt-btn {
        padding: 7px 5px;
        width: 24%;
        margin: 3px 0px 3px -368px;
    }
    
    .fixed-width {
        padding: 7px 7px;
        margin: 3px 0px 5px 3px;
        width: 31%;
    }
    
    .auto-width {
        padding: 7px 15px;
        margin: 3px 0px 3px 3px;
    }
    
    .btn-left-margin {
        margin-left: 67px;
    }
    
    .btn-top-margin {
        margin-top: 10px;
    }
    
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    i {
        columns: #000000;
        ;
    }
    
    .ctg-marg {
        margin-right: 53px;
    }
    
    .image-upload {
        padding: 0 5px;
    }
    
    .image-upload>input {
        display: none;
    }
    
    .image-upload img {
        width: 20px;
        cursor: pointer;
    }
    
    .profile-img-sec {
        width: 160px;
        background: #fff;
        margin-bottom: 11px;
    }
    
    .pro-img img {
        width: 100%;
    }
    
    .enable-btn-sec {
        margin-top: 23px;
        float: left;
        margin-left: 65px;
        /*margin-right: 15px;*/
        margin-right: -115px;
    }
    
    .switch-btn {
        width: 80px;
        height: 30px;
        background: #e5e5e5;
        position: relative;
        cursor: pointer;
    }
    
    .switch-btn:before {
        position: absolute;
        width: 36px;
        height: 25px;
        top: 2px;
        left: 2px;
        background-color: #fff;
        content: '';
    }
    
    input[type=checkbox]:checked+.switch-btn:before {
        left: 42px;
    }
    
    input:checked+.switch-btn {
        background-color: #f4f6ff;
    }
    
    .yes {
        display: none;
    }
    
    .yes,
    .no {
        color: white;
        position: absolute;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 28%;
        font-size: 10px;
        font-family: Verdana, sans-serif;
    }
    
    input:checked+.switch-btn .yes {
        display: block;
    }
    
    input:checked+.switch-btn .no {
        display: none;
    }
    
    .sw>.switch input {
        opacity: 0;
    }
    
    .footer-link {
        font-weight: 100;
        padding: 0 20px;
    }
    
    .footer-ver-line {
        border-left: 2px solid #ffffff;
    }
    
    .item::after {
        color: transparent;
        background-clip: text;
        -webkit-background-clip: text;
    }
    
    .item.green.blue.purple::after {
        content: "●●●●";
        font-size: 30px;
        background-image: linear-gradient( to right, #FECC43 29%, #DB4E42 3%, #1CA161 59%, #478BF4 67%);
    }
    
    .form-policy {
        padding: 0px 80px;
        margin-top: 15px;
    }
    
    .form-policy-section {
        border: 1px solid #ffffff;
        display: block;
        width: 70%;
        display: inline-flex;
    }
    
    .form-policy-section1 {
        padding-top: 10px;
        padding-left: 30px;
        width: 85%;
        text-align: left;
    }
    
    .form-policy-section2 {
        position: absolute;
        left: 10px;
    }
    
    .form-policy-section2:hover {
        font-size: 20px;
    }
    
    .form-border {
        position: relative;
        border-left: 1px solid #ffffff;
    }
    
    .pro-wid {
        width: 62%;
    }
    
    .pro-sec-wid {
        width: 78%;
    }
    
    .uploadFile {
        position: relative;
        overflow: hidden;
    }
    
    .uploadFile>input {
        position: absolute;
        font-size: 50px;
        opacity: 0;
        right: 0;
        top: 0;
    }
    
    .button-cover {
        background-color: #D3D3D3;
        border-radius: 4px;
    }
    
    .button-cover:before {
        counter-increment: button-counter;
        position: absolute;
        right: 0;
        bottom: 0;
        color: #d7e3e3;
        font-size: 12px;
        line-height: 1;
        padding: 5px;
    }
    
    .button-cover,
    .knobs,
    .layer {
        /*position: absolute;*/
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
    
    .button-cover,
    .knob,
    .layer {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
    
    .button {
        position: relative;
        top: 50%;
        width: 100px;
        height: 35px;
        margin: 0px auto 0 auto;
        overflow: hidden;
    }
    
    .button.r,
    .button.r .layer {
        border-radius: 100px;
    }
    
    .button.b2 {
        border-radius: 5px;
    }
    
    .checkbox {
        position: relative;
        width: 100%;
        height: 100%;
        padding: 0;
        margin: 0;
        opacity: 0;
        cursor: pointer;
        z-index: 3;
    }
    
    .knobs {
        z-index: 2;
    }
    
    .knob {
        z-index: 2;
    }
    
    .layer {
        width: 100%;
        background-color: #ebf7fc;
        transition: 0.3s ease all;
        z-index: 1;
    }
    /* Button 16 */
    
    #button-16 .knobs:before {
        content: 'Enable';
        position: absolute;
        top: 1px;
        left: 1px;
        width: 50px;
        height: 33px;
        color: #fff;
        font-size: 12px;
        font-weight: bold;
        text-align: center;
        line-height: 1;
        padding: 9px 4px;
        background-color: #27AE60;
        border-radius: 4px;
        transition: 0.3s ease all, left 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15);
    }
    
    #button-16 .knob:before {
        content: 'Yes';
        position: absolute;
        top: 1px;
        left: 1px;
        width: 50px;
        height: 33px;
        color: #fff;
        font-size: 12px;
        font-weight: bold;
        text-align: center;
        line-height: 1;
        padding: 9px 4px;
        background-color: #27AE60;
        border-radius: 4px;
        transition: 0.3s ease all, left 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15);
    }
    
    #button-16 .checkbox:active+.knobs:before {
        width: 46px;
    }
    
    #button-16 .checkbox:active+.knob:before {
        width: 46px;
    }
    
    #button-16 .checkbox:checked:active+.knobs:before {
        margin-left: -26px;
    }
    
    #button-16 .checkbox:checked:active+.knob:before {
        margin-left: -26px;
    }
    
    #button-16 .checkbox:checked+.knobs:before {
        content: 'Disable';
        left: 50px;
        background-color: #F44336;
    }
    
    #button-16 .checkbox:checked+.knob:before {
        content: 'No';
        left: 50px;
        background-color: #F44336;
    }
    
    #button-16 .checkbox:checked~.layer {
        background-color: #fcebeb;
    }
    
    button.confirm {
        border: 1px solid #007BFF !important;
        color: #007BFF !important;
        background: #0000 !important;
        background-color: #0000 !important;
    }
    
    button.confirm:hover {
        border: 1px solid #007BFF !important;
        color: #fff !important;
        background: #007BFF !important;
        background-color: #007BFF !important;
    }
    
    a.btn.btn-outline-success {
        border: 1px solid #007BFF !important;
        color: #007BFF !important;
        background: #0000 !important;
        background-color: #0000 !important;
    }
    
    a.btn.btn-outline-success:hover {
        border: 1px solid #007BFF !important;
        color: #fff !important;
        background: #007BFF !important;
        background-color: rgb(0, 123, 255) !important;
    }
    
    .btn-outline-success.focus,
    a.btn.btn-outline-success:focus {
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
    }
    
    .white-st {
        border-radius: 50% !important;
    }
    
    .dropdown-menu.show {
        width: max-content;
    }
    
    input.form-control.border.border-secondary {
        margin: 0px 0;
    }
    
    .sweet-alert .sa-icon.sa-success .sa-placeholder {
        border: 4px solid rgb(165 220 134) !important;
    }
    
    hr {
        /* margin-top: 1rem; */
        margin-bottom: 1rem;
        border: none !important;
    }
    
    .swal2-icon.swal2-success .swal2-success-ring {
        border: 0.25em solid rgb(191 255 155) !important;
    }
    
    .sweet-alert h2 {
        color: #ffffff !important;
      
    }
    
    .sweet-alert p {
        color: #ffffff !important;
    }
    
    .modal {
        background-color: rgb(30 129 251 / 89%) !important;
        padding: 10px 0 !important;
        z-index: 99999 !important;
        overflow-y: auto !important;
    }
    
    .swal2-container {
        z-index: 9999999 !important;
    }
    
    .newClass {
        overflow: hidden;
    }
    
    .font-weight-bold {
        font-weight: 600!important;
        font-size: 25px;
    }
    
    @media only screen and (max-width: 1200px) {
        nav.navbar.navbar-expand-lg.navbar-light.bg-blue.mb-5.clone {
            display: none;
        }
    }
    
    @media only screen and (max-width: 800px) {
        .card-img-overlay {
            position: relative;
        }
    }
    
    @media only screen and (max-width: 600px) {
        .mobileshow {
            display: block !important;
        }
        .mobilehide {
            display: none;
        }
        .mobile_br {
            display: none;
        }
        .seperator {
            display: block !important;
        }
        .float-l-m {
            float: left;
        }
        .float-r-m {
            float: right;
        }
        .mobile-center {
            text-align: center;
        }
        
        .searchHeader {
            font-size: 24px;
        }
    }
    
    @media only screen and (max-width: 999px) {
        .mobile-center {
            text-align: center;
        }
    }
    
    @media only screen and (max-width: 900px) {
        .mobile-right {
            text-align: right;
        }
    }
    
    .mobileshow {
        display: none;
    }
    
    .messagelabel {
        margin: 0.2rem 0 0;
    }
    
    .card-hov {
        border: none !important;
        width: 100%;
        margin: auto;
        transition: 0.5s;
        box-shadow: 0px 0px 3px #1b1a16 !important;
    }
    
  
    
    .btn.search-btn {
        color: #fff;
        border-color: #fff;
        background-color: #5682ff;
        box-shadow: 0px 0px 5px;
        
        width: 100%;
        margin: auto !important;
        
    }
    
    .btn.search-btn:hover {
        color: #146ffc;
        border-color: #146ffc;
        background: #fff;
        box-shadow: 0px 0px 7px;
    }
    
    .outer-container {
        position: absolute;
        display: table;
        width: 100%;
        /* This could be ANY width */
        height: calc(100vh - 260px);
        /* This could be ANY height */
    }
    
    .inner-container {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }
    
    .centered-content {
        display: inline-block;
        text-align: left;
    }
    
    .upimage {
        width: 100%;
        max-height: 300px;
        object-fit: contain;
        padding: 0 20px 20px;
    }
    
    p.text-danger1 {
        font-weight: 500;
        color: #007BFF;
        font-size: 10px;
        margin: 0;
        font-weight: 400;
    }
    
    .btn:hover p.text-danger1 {
        color: red;
    }
    
    .red-st {
        width: 20px;
        height: 20px;
        border: 2px solid red;
        border-radius: 50%;
        margin: auto;
        background-color: red;
        display: inline-block;
    }
    
    .consumer_img {
        width: 120px;
        height: 120px;
        cursor: pointer;
        margin: auto;

        background-position: center;
        border-radius: 50%;
        background-size: cover;
        transition: .3s;
    }
    
    .seperator {
        width: fit-content;
        display: none;
        float: left;
        margin: 0 4px;
    }
    
    .consumer_img:hover {
        transition: .3s;
    }
    
    .close {
        right: 0;
        padding: 0px 10px 9px;
        font-size: 2.5 rem;
        font-weight: 700;
        line-height: 1;
        color: #fff;
        position: absolute;
        opacity: 1;
        cursor: pointer;
        transition: .3s;
        background: #0000;
    }
    
    .border-b {
        border-bottom: 1px solid #aeaeae;
    }
    
    .border-l {
        border-left: 1px solid #aeaeae;
    }
    
    .border-r {
        border-right: 1px solid #aeaeae;
    }
    
    .border-t {
        border-top: 1px solid #aeaeae;
    }
    
    .btn.focus,
    .btn:focus {
        outline: 0;
        box-shadow: none !important;
    }
    
    .boxi-1 {
        width: auto;
        height: auto;
        background-color: #F1D3A1;
        padding: 20px;
        position: relative;
        margin: 0px 30px;
        transition: 0.3s;
        /*float: left;*/
    }
    
    .boxi-1.arrowi-bottom-1:after {
        content: " ";
        position: absolute;
        right: 70px;
        bottom: -30px;
        border-top: 30px solid #F1D3A1;
        border-right: 30px solid transparent;
        border-left: 30px solid transparent;
        border-bottom: none;
        z-index: 1;
    }
    
    .boxi-2 {
        width: auto;
        height: auto;
        background-color: #E3DBD9;
        padding: 20px;
        position: relative;
        margin: 0px 30px;
        /*float: left;*/
    }
    
    .boxi-2.arrowi-bottom-2:after {
        content: " ";
        position: absolute;
        right: 70px;
        bottom: -30px;
        border-top: 30px solid #E3DBD9;
        border-right: 30px solid transparent;
        border-left: 30px solid transparent;
        border-bottom: none;
        z-index: 1;
    }
    
    .boxi-3 {
        width: auto;
        height: auto;
        background-color: #E6EFF6;
        padding: 20px;
        position: relative;
        margin: 0px 30px;
        /*float: left;*/
    }
    
    .boxi-3.arrowi-bottom-3:after {
        content: " ";
        position: absolute;
        right: 70px;
        bottom: -30px;
        border-top: 30px solid #E6EFF6;
        border-right: 30px solid transparent;
        border-left: 30px solid transparent;
        border-bottom: none;
        z-index: 1;
    }
    
    .boxi-1:hover,
    .boxi-2:hover,
    .boxi-3:hover {
        box-shadow: 0px 0px 19px 0px rgb(175 175 175);
        transition: 0.3s;
        z-index: 2;
    }
    
    #button-16 .checkbox:checked+.knobs:before {
        left: 50%;
        background-color: #F44336;
    }
    
    #button-16 .knobs:before {
        width: 50%;
    }
    
    .toggle-button-cover {
        width: 100%;
    }
    
    .button {
        width: 100%;
    }
    
    #button-16 .knob:before {
        width: 50%;
    }
    
    #button-16 .checkbox:checked+.knob:before {
        left: 50%;
    }
    
    .label-padding {
        padding-top: calc(.375rem + 1px);
        padding-bottom: calc(.375rem + 1px);
    }
    
    .profile-img-sec {
        width: 200px;
    }
    
    #button-16 .checkbox:checked+.knobs:before {
        left: 50%;
        background-color: #F44336;
    }
    
    #button-16 .knobs:before {
        width: 50%;
    }
    
    .toggle-button-cover {
        width: 100%;
    }
    
    .button {
        width: 100%;
    }
    /**/
    
    .tools {
        margin: 20px 0px 10px;
    }
    
    .tools span {
        width: 100%;
        display: inline-block;
        padding: 5px 0px;
        background-color: #007BFF;
        color: #fff;
        cursor: pointer;
        margin-bottom: 10px;
    }
    
    .clearfix {
        *zoom: 1;
    }
    
    .clearfix:before {
        content: " ";
        display: table;
    }
    
    .clearfix:after {
        content: " ";
        display: table;
        clear: both;
    }
    
    .cropPoint {
        position: absolute;
        height: 8px;
        width: 8px;
        background-color: rgba(255, 255, 255, 0.7);
        cursor: pointer;
    }
    
    .upload-wapper {
        position: relative;
        height: 26px;
        line-height: 26px;
        width: 100%;
        background-color: #0083ff;
        color: #fff;
        text-align: center;
        overflow: hidden;
        cursor: pointer;
    }
    
    #upload-file {
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
        filter: alpha(opacity=0);
        width: 100%;
        height: 26px;
        cursor: pointer;
    }
    
    .modal-content {
        max-width: 700px !important;
        margin: auto !important;
        width: 96% !important;
    }
    
    .close {
        font-size: 2.1rem !important;
    }
    
    .btn.back {
        max-width: 300px;
        margin: 5px auto !important;
        width: 100%;
    }
    
    .btn.attach-del {
        max-width: fit-content;
        margin: 5px auto;
        width: fit-content;
    }
    
    .red-st {
        width: 21px;
        height: 21px;
        border: 2px solid red;
        border-radius: 50%;
        margin: auto;
        background-color: red;
        display: inline-block;
    }
    
    .green-st {
        width: 21px;
        height: 21px;
        border-radius: 50%;
        border: 1px solid #000000;
        margin-bottom: -4px;
        background-color: #30d411;
        display: inline-block;
    }
    
    .white-st {
        width: 21px;
        height: 21px;
        border-radius: 50%;
        border: 1px solid #000000;
        margin-bottom: -4px;
        background-color: #ffffff;
        display: inline-block;
    }
    
    .btn-link:hover,
    .btn-link.focus,
    .btn-link:focus {
        text-decoration: none !important;
    }
    
    .chat_img {
        float: left;
        width: 11%;
    }
    
    #myImg {
        /*border-radius: 5px;*/
        cursor: pointer;
        transition: 0.3s;
    }
    
    #myImg:hover {
        opacity: 0.7;
    }
    /* The Modal (background) */
    
    .modal {
        display: none;
        /* Hidden by default */
        position: fixed;
        /* Stay in place */
        z-index: 1;
        /* Sit on top */
        padding-top: 100px;
        /* Location of the box */
        left: 0;
        top: 0;
        width: 100%;
        /* Full width */
        height: 100%;
        /* Full height */
        overflow: auto;
        /* Enable scroll if needed */
        background-color: rgb(0, 0, 0);
        /* Fallback color */
        background-color: rgba(0, 0, 0, 0.9);
        /* Black w/ opacity */
    }
    /* Modal Content (image) */
    
    .modal-content {
        margin: auto;
        display: block;
        width: 80%;
        max-width: 700px;
    }
    /* Caption of Modal Image */
    
    #caption {
        margin: auto;
        display: block;
        width: 80%;
        max-width: 700px;
        text-align: center;
        color: #ccc;
        padding: 10px 0;
        height: 150px;
    }
    /* Add Animation */
    
    .modal-content,
    #caption {
        -webkit-animation-name: zoom;
        -webkit-animation-duration: 0.6s;
        animation-name: zoom;
        animation-duration: 0.6s;
    }
    
    @-webkit-keyframes zoom {
        from {
            -webkit-transform: scale(0)
        }
        to {
            -webkit-transform: scale(1)
        }
    }
    
    @keyframes zoom {
        from {
            transform: scale(0)
        }
        to {
            transform: scale(1)
        }
    }
    /* The Close Button */
    
    .modal-header .close {
        position: absolute;
        top: 0px !important;
        right: 10px !important;
        color: #000;
        font-size: 35px;
        font-weight: bold;
        transition: 0.3s;
        opacity: 1;
        padding: 7px 13px;
        margin: 0 -10px 0 0 !important;
    }
    
    .close:hover,
    .close:focus {
        color: red;
    }
    /* 100% Image Width on Smaller Screens */
    
    @media only screen and (max-width: 700px) {
        .modal-content {
            width: 100%;
        }
    }
    
    .title-pen {
        color: #333;
        font-family: "Coda", sans-serif;
        text-align: center;
    }
    
    .title-pen span {
        color: #55acee;
    }
    
    .user-profile {
        margin: auto;
        width: 100%;
        /*height: 11em;*/
        background: #fff;
        border-radius: .3em;
    }
    
    .username {
        margin: auto;
        margin-top: 10px;
        margin-left: 30px;
        color: #658585;
        font-size: 16px;
        font-weight: bold;
    }
    
    .bio {
        /* margin: auto; */
        /* display: inline-block; */
        margin-left: 30px;
        color: #e76043;
        font-size: 15px;
        margin-top: -19px;
    }
    
    .description {
        /* margin: auto; */
        /* margin-top: 1.35em; */
        margin-left: 30px;
        width: 100%;
        color: #7c9494;
        font-size: 14px;
    }
    
    .seperator {
        width: fit-content;
        display: none;
        float: left;
        margin: 0 4px;
    }
    
    .avatar {
        padding: 7px;
        margin-left: 3px;
        margin-top: 3px;
        border-radius: 50%;
    }
    
    .card .card-body .row .col-sm-12 {
        overflow: auto;
    }
    
    .border-r {
        border-right: 1px solid #aeaeae;
    }
    
    .border-l {
        border-left: 1px solid #aeaeae;
    }
    
    .border-t {
        border-top: 1px solid #aeaeae;
    }
    
    .border-b {
        border-bottom: 1px solid #aeaeae;
    }
    
   


    
    @media only screen and (max-width: 2550px) and (min-width: 767px) {
        .mobilehide {
            display: block;
        }
        
        .consumer_img {
            position: relative;
            margin-top: 10px;
            background-position: center;
            border-radius: 50%;
            background-size: cover;
            
    }
        .mobileshow {
            display: none;
        }
        #mobile_hide {
            display: show;
        }
        #mobilehide2 {
            display: show;
        }
        #mobilehide3 {
            display: show;
        }
        #mobilehide4 {
            display: show;
        }
        #mobilehide5 {
            display: show;
        }
        #mobilehide6 {
            display: show;
        }
    }
    
    @media only screen and (max-width: 766px) and (min-width: 125px) {
        .mobilehide {
            display: none;
        }
        
        .consumer_img {
            position: relative;
            margin-top: 10px;
            background-position: center;
            border-radius: 50%;
            background-size: cover;
            
    }
        #mobile_hide {
            display: none;
        }
        .mobileshow {
            display: block;
            text-align: left;
        }
        .white-st.float-r-m,
        .green-st.float-r-m {
            float: right;
        }
        #mobilehide2 {
            display: none;
        }
        #mobilehide3 {
            display: none;
        }
        #mobilehide4 {
            display: none;
        }
        #mobilehide5 {
            display: none;
        }
        #mobilehide6 {
            display: none;
        }
        .mobile_br {
            display: none;
        }
        .flo_right_mob {
            float: right;
        }
        .mobile-margin {
            margin-top: 10px;
        }
        .border-t-m {
            border-top: 1px solid #aeaeae;
        }
        .seperator {
            width: fit-content;
            display: block;
        }
    }
    
    .atag {
        color: #212529;
    }
    
    .atag:hover {
        color: #007BFF;
    }
    
    .gm-style-iw {
        color: #000000 !important;
    }
    
    .fa-envelope-o,
    .fa-phone,
    .fa-map-marker {
        margin: 6px 5px;
    }
    
    #button-16 .checkbox:checked+.knobs:before {
        background-color: #4a8bf6 !important;
    }
    
    .received_withd_msg p {
        background: #969696 none repeat scroll 0 0 !important;
    }
    
    p.text-danger,
    .text-danger2 {
        margin-bottom: 0;
        text-align: left;
        font-size: 14px !important;
        font-weight: 400 !important;
    }
    
    a,
    button,
    select,
    p,
    h2 {
        -webkit-appearance: none !important;
        -moz-appearance: none !important;
        appearance: none !important;
    }
    
    textarea {
        padding: 0 7px;
    }
    
    .copied {
        width: max-content;
        position: absolute;
        right: 25%;
    }
    
    option {
        color: #000 !important;
    }
    
    .slick-slide img {
        display: block;
        height: 100%;
        max-height: 350px;
        width: 100%;
        object-fit: cover;
    }
    
    .boxi-1,
    .boxi-2,
    .boxi-3 {
        cursor: pointer;
    }
    /* Hide the default checkbox */
    
    .checkboxc {
        visibility: hidden;
    }
    /* Creating a custom checkbox

    based on demand */
    
    .geekmark {
        position: absolute;
        /* top: 0; */
        /* left: 0; */
        height: 15px;
        width: 15px;
        border-radius: 3px;
        margin-left: -18px;
        margin-top: 5px;
    }
    /* Specify the background color to be

    shown when hovering over checkbox */
    
    .checkboxc~.geekmark {
        background-color: rgb(231, 231, 231);
        border: 1px solid #767676;
    }
    /* Specify the background color to be

    shown when checkbox is active */
    
    .checkboxc:active~.geekmark {
        background-color: red;
    }
    /* Specify the background color to be

    shown when checkbox is checked */
    
    .checkboxc:checked~.geekmark {
        background-color: #0075ff;
    }
    /* Checkmark to be shown in checkbox */
    /* It is not be shown when not checked */
    
    .geekmark:after {
        content: "";
        position: absolute;
        display: none;
    }
    /* Display checkmark when checked */
    
    .checkboxc:checked~.geekmark:after {
        display: block;
    }
    /* Styling the checkmark using webkit */
    /* Rotated the rectangle by 45 degree and 

    showing only two border to make it look

    like a tickmark */
    
    .main .geekmark:after {
        left: 4px;
        bottom: 3px;
        width: 6px;
        height: 11px;
        border: solid white;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    
    i.fa.fa-paperclip {
        color: #000 !important;
    }
    /* @media (min-width: 1023px) {
    .navbar-expand-lg .navbar-collapse {
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto !important;
        flex-basis: auto !important;
    }
 */
    
    .table-striped .row.py-3:nth-of-type(odd) {
        background-color: #F2F2F2 !important;
    }
    
    .switch {
        position: relative;
        display: inline-block;
        width: 14px;
        height: 16px;
        margin: 0px auto 15px auto !important;
    }
    
    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }
    
    .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #ccc;
        -webkit-transition: .4s;
        transition: .4s;
    }
    
    .slider:before {
        position: absolute;
        content: "";
        height: 12px;
        width: 12px;
        left: 2px;
        bottom: 2px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }
    
    input:checked+.slider {
        background-color: #00E359;
    }
    
    input:focus+.slider {
        box-shadow: 0 0 1px #00E359;
    }
    
    input:checked+.slider:before {
        -webkit-transform: translateX(26px);
        -ms-transform: translateX(26px);
        transform: translateX(26px);
    }
    /* Rounded sliders */
    
    .slider.round {
        border-radius: 34px;
        width: 42px;
        padding-left: 0px;
    }
    
    .slider.round:before {
        border-radius: 50%;
    }
    
    button#updatecomsumerProfile {}
    
    div#Records .card-body div#result table#example tbody tr {
        margin-bottom: 0.5rem !important;
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: center;
        align-content: center;
        border: 1px solid #dddddd !important;
    }
    
    div#Records .card-body div#result table#example tbody tr td {
        border: none !important;
        width: 100%;
    }
    
    .card-body .table-bordered {
        border: none !important;
    }


