:root {
    --theme-color:#e91e63;
    --theme-color-light: #e91e6326;
}
/* @font-face {
    font-family: "Uniform Light";
    src: url("../template2/fonts/Uniform.ttf\ Light.ttf");
}
@font-face {
    font-family: "Uniform";
    src: url("../template2/fonts/Uniform.ttf");
} */
/* @font-face {
    font-family: "Uniform Medium";
    src: url("../template2/fonts/Uniform.ttf\ Medium.ttf");
} */
/* @font-face {
    font-family: "Uniform Black";
    src: url("../template2/fonts/Uniform.ttf\ Black.ttf");
}
@font-face {
    font-family: "Uniform Bold";
    src: url("../template2/fonts/Uniform.ttf\ Bold.ttf");
}
@font-face {
    font-family: "Uniform Ultra";
    src: url("../template2/fonts/Uniform.ttf\ Ultra.ttf");
} */

html {
    scroll-behavior: smooth;
}

body {
    /* font-family: 'Uniform Medium'; */
    font-family: 'Uniform', sans-serif;
    margin: 0 auto;
    color: #555555;
    text-decoration: none;
    max-width: 525px;
    text-align: center;
    box-shadow: 1px 2px 15px #48484833;
    padding-bottom: 3.6rem;
    background-image: url('bgwood.jpg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-left: 15px;
    padding-right: 10px;
    /* padding-top: 3rem; */
    background-blend-mode: color;
    background-color: rgba(0,0,0,.5)!important;
}
@media(max-width:768px){
    body {
        padding-left: 0%;
        padding-right: 0%;
        overflow-x: hidden;
    }
}

button, button:hover, button:active, button:focus{border: none!important; outline: none!important; transition: all 0.4s;}
button:hover{transform: scale(0.98);}

a {
    text-decoration: none;
    color: var(--theme-color);
}

strong, b {
    font-family: 'Uniform Medium';
}

.upper {
    display: flex;
    justify-content: center;
    /*align-items: center;*/
    flex-direction: column;
    padding: 0 10%;
    padding-top: 50px;
    padding-bottom: 10px;
    margin: 0 auto;
    position: relative;
    background-color:#fab21d;
    /*border: 6px solid #032e79;*/
    /*background-image: url('bg4.jpg');*/
    /*box-shadow: inset 0px 0px 10px rgba(0,0,0,0.5);*/
}

.views-label {
   transform: translate(-50%, 0);
    padding: 5px 6px;
    position: absolute;
    color: #fff;
    left: 50%;
    top: -5px;
    font-weight:600;
    border: 1px solid transparent;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    font-size: 14px;
    margin-bottom: 0px;
    border-top: 0;
    background:rgba(187, 147, 61, .9);
}

/*.upper::before {
    content: ' ';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-top: 7px solid var(--theme-color);
    border-left: 7px solid var(--theme-color);;
}

.upper::after {
    content: ' ';
    width: 45px;
    height: 84px;
    position: absolute;
    right: 0;
    top: 0;
    border-top: 7px solid #F17D3A;
    border-right: 7px solid #F17D3A;;
}*/

.profile-pic-img {
    width: 120px;
    border-radius: 8px;
    border: 2px solid var(--theme-color);
    margin-bottom: 15px;
}

.firmname {
    font-family: 'Uniform Medium';
    margin: 10px 0;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    color: #727B93;
    letter-spacing: 0.4px;
}

.name {
    font-family: 'Uniform Medium';
    margin: 10px 0 0;
    color: #727B93;
    font-size: 15px;
    font-weight: 550;
    letter-spacing: 0.4px;
}

/*.curve {
    background-image: url(./curve.svg);
    background-position: center top;
    background-size: 150px 16px;
    background-repeat: repeat-x;
    height: 14px;
}*/

.lower {
    /*background-color:;*/
    color: #ffffff;
    padding:5px 6px;
    padding-bottom:10px;
    /*margin-top: -1px;*/
}

.round-contact-buttons {
    display: flex;
    margin-bottom:0px;
    margin-top: 10px;
}

.round-contact-buttons a {
    margin: 0 10px;
    text-align:center;
}

.contact-buttons-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    /* display: block;
    vertical-align: middle; */
    width: 40px;
    height: 40px;
    text-align: center;
    margin: 0 auto;
    box-shadow: 1px 1px 5px rgba(107, 128, 168, 0.2);
    border-radius: 100px;
    margin-bottom: 10px;
    background-color: var(--theme-color);
    color: #ffffff;
}

.contact-buttons-text {
    color: #000000;
    text-decoration: none;
    font-size: 13px;
    font-family: 'Uniform Medium';
    font-weight:600;
}

.contact-buttons {
    text-align: center;
    width: calc(100% + 40px);
    margin-top: 20px;
}

.contact-button {
    padding: 8px 10px;
    border-radius: 50px;
    min-width: 70px;
    display: inline-block;
    font-size: 12px;
    box-shadow: 1px 1px 5px rgba(107, 128, 168, 0.2);
    /*box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2), 0 0 40px rgba(255, 251, 251, 0.1) inset;*/
    text-align: center;
    background-color: var(--theme-color);
    color: #fff;
    /*border: 2px solid #424242;*/
    margin-right: 5px;
    margin-bottom: 10px;
}

.contact-button i {
    margin-right: 5px;
}

.contact-action-table {
    -webkit-border-vertical-spacing: 10px;
    text-align:left;
}

.contact-action-table td {
    padding: 0;
}

.contact-action-container-icon {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: var(--theme-color);
    background-color: #ffffff;
    font-size: 16px;
    border-radius: 100px;
}

.contact-action-container-text {
    /* color: #ffffff;
    margin-left: 10px;
    font-size: 14px;
    margin-right: 10px;
    display: inline-block;
    font-family: 'Uniform Medium'; */

    color: #ffffff;
    margin-left: 10px;
    font-size: 13px;
    margin-right:0px;
    display: inline-block;
    font-family: 'Uniform Medium';
    word-break: break-word;
}
.contact-action-container-text:hover{color:#ffffff!important}
.whatsapp-input {
    text-align: left;
    display: flex;
}

.whatsapp-input input {
    -webkit-appearance: none;
    background-color: rgba(255, 255, 255, 0.9);
    border: none;
    padding: 10px;
    outline: none;
    font-size: 12px;
    width: 100%;
    color: rgba(0, 0, 0, 0.6);
    padding-left: 40px;
}
@media(max-width:768px){.whatsapp-input input{width:100%}}
@media(min-width:769px){.whatsapp-input input{width:100%}}

.whatsapp-button {
    -webkit-appearance: none;
    padding: 10px;
    font-size: 13px;
    background-color: #51B14D;
    opacity: 0.9;
    color: #fff;
    border: none;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2), 0 0 40px rgba(255, 251, 251, 0.1) inset;
    margin-left: 10px;
    display: flex;
    align-items: center;
}

.whatsapp-button i {
    font-size: 16px;
    margin-right: 10px;
}

.input-wrapper {
    position: relative;
    flex: 1;
}

.input-wrapper label {
    position: absolute;
    left: 10px;
    top: 10px;
    color: rgba(0, 0, 0, 0.6);
    font-size: 13px;
}

.shadow-buttons {
    display: flex;
    justify-content: center;
    margin: -5px;
}

.shadow-button {
    text-align:center;
    font-weight:700;
    padding: 10px 2px;
    font-size: 13px;
    color:#000000!important;
    margin: 5px;
    background:rgb(250, 250, 250);
    flex: 1;
    border-left:6px solid #5ca47a;
    /*border-bottom: 6px solid #37393A;*/
    display: inline-block;
    box-shadow:0 0 1px 0 #000000;
}

.shadow-button .shadow-button-icon {
    color:#5ca47a;
    vertical-align: middle;
    font-size: 15px;
    margin-right: 10px;
    margin-top: -2;
}

/* Section CSS Starts */
.page-wrapper {
    background:#bb933d;
}
.section-header {
    /*color: var(--theme-color);*/
    color:#bb933d; 
    text-transform: capitalize;
    text-align: center;
    font-size: 1.8rem!important;
}
.section-container {
    text-align: left;
    padding: 20px;
    margin-top: 15px;
    line-height: 22px;
    font-size: 14px;
    position: relative;
    box-shadow: 1px 2px 15px #f58634;
    /* background: #fff; */
    border: 7px solid #bb933d;
    background-image: url('bg4.jpg');
    box-shadow: inset 0px 0px 10px rgba(0,0,0,0.5);
    overflow: hidden;
    word-break: break-word;
}
.section-header-seperator {
    text-align: center;
    width:100%;
    /*background-color: var(--theme-color);*/
    background-color:#bb933d;
    opacity: .4;
    height: 1px;
    margin: 0 auto;
    margin-bottom: 10px;
}
button{width: 100%;}
/* Section CSS Completed */

/* Card CSS Starts */
.card {
    text-align: left;
    background-color: var(--theme-color-light);
    padding: 20px;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
    /* box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2), 0 0 40px rgba(255, 251, 251, 0.1) inset; */
}

.card .card-title {
    font-size: 15px;
    text-align: left;
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
    font-family: 'Uniform Medium';
}
/* Card CSS Completed */

/* About us info classes start */
.about-us-table {
    font-size: 14px;
    /*margin-top: 15px;*/
    border-collapse: separate;
    /*border-spacing: 0 5px;*/
}

.about-us-table .table-row-label {
    text-align: left;
    min-width: 150px;
    vertical-align: top;
}
@media(max-width:768px){
    .about-us-table .table-row-label { min-width: 120px;}
}
.about-us-table .table-row-label .table-row-label-text {
    display: inline-block;
    margin: 0;
    font-family: 'Uniform Medium';
    font-size: 14px;
}

.about-us-table .table-row-label .table-row-label-separator {
    float: right;
}

.speciality-label {
    font-family: 'Uniform Medium';
}

.about-us-text {
    text-align: justify;
    /*max-width: 95%;*/
}

.document-wrapper {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border: 2px solid #555555;
    border-radius: 6px;
    margin-bottom: 10px;
    color: #555555;
}

.document-wrapper .pdf-icon {
    padding: 12px;
    padding-right: 5px;
    font-size: 18px;
}

.document-wrapper .pdf-number {
    padding: 10px;
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.document-wrapper .download-icon {
    font-size: 18px;
    padding: 12px;
    border-left: 2px solid #555555;
    color: #F17D3A;
}

.other-links-wrapper .other-links-header {
    font-family: 'Uniform Medium';
}

.other-links-wrapper .other-links-link {
    display: block;
    line-height: 20px;
    margin-bottom: 10px;
    word-break: break-all;
}

.other-links-wrapper .other-links-link i {
    margin-right: 10px;
}

/* About us info classes completed */

/* Product css starts */
.product-description {
    text-align: justify;
    max-width: 100%;
}
/* Product css completed */

/* Payment CSS Start */
.qr-image {
    max-width: 250px;
    width: 100%;
}
/* Payment CSS Completed */

/* Gallery CSS Starts */
.images-container {
    column-count: 2;
    -webkit-column-count: 2;
    column-gap: 0;
    -webkit-column-gap: 0;
}

.images-container .image-wrapper {
    break-inside: avoid;
    -webkit-column-break-inside: avoid;
    padding: 3px;
}

.images-container .image-wrapper img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

.images-container .image-wrapper img:hover {
    opacity: 0.7;
}
/* Gallery CSS Completed */

/* Feedback form CSS start */
.feedback-form input[type=text],select,textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 6px;
    resize: vertical;
    outline: none;
    font-size: 14px;
    font-family: 'Uniform', sans-serif;
}

.feedback-form input[type=button] {
    background-color: #032e79;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin: 6px 0;
    font-family: 'Uniform', sans-serif;
}

.feedback-form input[type=button]:disabled {
    opacity: 0.3;
}

.feedback-form .feedback-phoneNumber {
    flex: 1;
    margin-right: 5px;
}

.feedback-form .feedback-email {
    flex: 1;
    margin-left: 5px;
}

.feedback-list .feedback-wrapper {
}

.feedback-list .feedback-wrapper .feedback-name-wrapper {
    margin-bottom: 5px;
    display: flex;
    justify-content: space-between;
    font-size: 12px;
}

.feedback-list .feedback-wrapper .feedback-name {
    color: var(--theme-color);
    font-size: 15px;
    font-weight: 500;
}

.feedback-list .feedback-wrapper .gl-star-rating-stars > span {
    width: 18px;
    height: 18px;
    background-size: 18px;
}

#feedback-section hr {
    border-color: rgba(0, 0, 0, 0.12);
    border-width: 0.5px;
}

.feedback-form {
    margin-bottom: 0;
    padding: 15px;
}

.feedback-form .feedback-form-heading {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 500;
}
/* Feedback form CSS Completed */

/* Enquiry form CSS start */
#phone_number1{padding-left: 0%!important;}
.enquiry-form input[type=text],input[type=email],select,textarea, #phone_number1{
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 6px;
    resize: vertical;
    outline: none;
    font-size: 14px;
    font-family: 'Uniform', sans-serif;
}

.enquiry-form input[type=button] , button {
    background-color:#bb933d;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px!important;
    cursor: pointer;
    margin: 6px 0;
    font-family: 'Uniform', sans-serif;
}

.enquiry-form input[type=button]:disabled {
    opacity: 0.3;
}

.enquiry-form .enquiry-phoneNumber {
    flex: 1;
    margin-right: 5px;
}

.enquiry-form .enquiry-email {
    flex: 1;
    margin-left: 5px;
}
/* Enquiry form CSS Completed */

/* Footer Menu CSS Starts */
.footer {
    position: fixed;
    bottom: -0.3rem; 
    left: 0;
    width: 100%;
    text-align: center;
    transition: all 0.6s;
    z-index: 10000; 
}
/* .footer:hover{bottom: 0%;} */

.footer-menu {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(255, 251, 251, 0.1) inset;
    width: 100%;
    height: auto;
    padding: 0px;
    margin: 0;
    list-style-type: none;
    overflow: auto;
    position: relative;
    /* border-radius: 20px 20px 0 0; */
    display: flex;

    /*background-image: linear-gradient(to right, white, white), linear-gradient(to right, white, white), linear-gradient(to right, rgba(0, 0, 20, .50), rgba(255, 255, 255, 0)), linear-gradient(to left, rgba(0, 0, 20, .50), rgba(255, 255, 255, 0));*/
    /* Shadows */
    /* Shadow covers */
    background-position: left center, right center, left center, right center;
    background-repeat: no-repeat;
    background-color: rgba(255,255,255,.9);
    background-size: 20px 100%, 20px 100%, 20px 100%, 20px 100%;
    background-attachment: local, local, scroll, scroll;
}
@media(min-width:768px){
    .footer-menu {
        padding: 0 18rem;
    }
}
.footer-menu li {
    flex: 1;
    min-width: 90px;
    border: 1px solid rgba(0,0,0,.1);
}

.footer-menu .footer-menu-link {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding:5px;
    box-sizing: border-box;
    color: #555555;
    text-decoration: none;
    transition: all 0.6s;
}
.footer-menu .footer-menu-link:hover{
    /* box-shadow: 0 0 2px 0 #333; */
    transform: scale(0.92);
}

.footer-menu .footer-menu-icon {
    font-size: 24px;
    margin-bottom: 10px;
    color: var(--theme-color);
}

.footer-menu .footer-menu-text {
    font-size: 12px;
    font-weight:600;
}

/* Footer Menu CSS Completed */

/* Copyright css start */
.copyright-wrapper {
    color: rgba(0,0,0, 0.8);
    background-color: #ffffff;
    font-size: 14px;
    line-height: 22px;
    margin-top: 15px;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -22px;
    border-radius: 5px 5px 0 0;
}

.copyright-wrapper-inner {
    background-color: var(--theme-color-light);
    padding: 5px;
    text-align:center;
    color:#000000;
    box-shadow: 0 0 3px 0 #333333;
}

.copyright-wrapper a {
    color:rgb(3, 46, 121);
    font-weight:600;
}
@media(max-width:768px){
    .copyright-wrapper{
        margin-left: 0%;
        margin-right: 0%;
        margin-bottom: -20px;
    }
}

/* Copyright css completed */

/* Modal CSS Start */
/* The Modal CSS (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 100000!important; /* Sit on top */
    padding-top:60px; /* 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 */
}
.close{color:#ffffff!important; opacity:.9!important}

/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
    /*max-width: 700px;*/
}
@media(max-width:768px){ .modal-content{width:100%!important; }  }
@media(min-width:769px){ .modal-content{width:33%!important; } }
/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}
/* Modal CSS Completed */

/* Share Form in modal Start*/
.share-modal {
    padding-top: 0;
    justify-content: center;
    align-items: center;
    background-color: rgba(0,0,0,0.7);
}
.share-form {
    background-color: #F1F1F1;
    padding:15px;
}

.share-form .share-form-header {
    position: relative;
    padding: 20px 0;
}

.share-form .share-form-header .share-form-header-text {
    padding-top: 12px;
    margin: 0;
}

.share-form .share-form-header .close {
    top: 18px;
    color: #555555;
}

.share-form-buttons-container {
    margin-bottom: 40px;
}

.share-buttons-heading {
    position: relative;
    padding: 0 60px;
}

.share-buttons-heading .share-buttons-arrow {
    position: absolute;
    left: 35px;
    top: 16px;
    width: 30px;
    transform: rotateZ(15deg);
}

.share-buttons-heading .share-buttons-heading-text {
    text-align: left;
    font-family: Shadows Into Light;
    line-height: normal;
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
    color: #D34544;
    margin: 10px 0;
}

.share-buttons {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    padding: 0 60px;
    margin: 0;
}

.share-buttons .share-button {
    padding: 4px;
    list-style: none;
}

.share-buttons .share-button i {
    background-image: none;
    box-sizing: border-box;
    position: relative;
    margin: 0;
    overflow: hidden;
    line-height: 1.1em;
    color: #fff;
    display: block;
    cursor: pointer;
    font-size: 24px;
    height: 40px;
    width: 40px;
    text-shadow: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.share-buttons.inprofile {
    padding: 0;
    justify-content:center;
    margin: -4px;
}

.share-buttons.inprofile .share-button {
    padding: 3px;
}

.share-buttons.inprofile .share-button i {
    padding: 0;
    height: 30px;
    width: 30px;
    font-size: 15px;
    border-radius: 50%;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 1), 0 0 40px rgba(255, 251, 251, 0.1) inset;
}

.share-button-whatsapp {
    background-color: #29a71a;
}

.share-button-sms {
    background-color: #1598d5;
}

.share-button-facebook {
    background-color: #3b5998;
}

.share-button-twitter {
    background-color: #2ba9e1;
}

.share-button-skype {
    background-color: #00aff0;
}

.share-button-pinterest {
    background-color: #cb2027;
}

.share-button-linkedin {
    background-color: #007bb6;
}

.share-button-instagram {
    background-color: #F18644;
}

.share-button-youtube {
    background-color: #E63631;
}

.share-button-mail {
    background-color: #939598;
}
/* Share Form in modal Completed*/

/* Animations classes start */
.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}


.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
}
@keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
}

/* Animations Classes Completed */

/* Media query on Smaller Screens */
@media only screen and (max-width: 450px){
    .modal-content {
        width: 100%;
    }

    .share-modal {
        align-items: flex-end;
    }
}

/* Extra util classes */
.p-30 {
    padding-top: 30px;
}

.p-20 {
    padding-top: 20px;
}
.orderedList {
    list-style: decimal;
    padding-left: 16px;
}

.unorderedList {
    list-style: disc;
    padding-left: 16px;
}

.flex {
    display: flex;
}
/* Extra util classes completed */

.pdf {
    padding-bottom: 0;
}


.iti--separate-dial-code .iti__selected-flag, .iti--separate-dial-code .iti__selected-flag:focus, .iti--separate-dial-code .iti__selected-flag:active{
    border:none!important;
    outline: none!important;
}

/*  */
[type='color'] {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    padding: 0;
    width: 100%;
    height: 24px;
    border: none;
    box-shadow: 0 0 2px 0 #000000;
  }
  
  [type='color']::-webkit-color-swatch-wrapper {
    padding: 0;
  }
  
  [type='color']::-webkit-color-swatch {
    border: none;
  }

  /* @media(max-width:768px){
    .color-picker{
        width: 100%;
        left: 0%!important;
        right: 0%!important;
        bottom: 2.2rem!important;
        z-index: 100000!important;
        background-color: #f8f9f9e6!important;
    }
  }
  .color-picker{
    display: none;
    padding: 7px 30px;
    border-radius: 3px;
    border: none;
    background-color:transparent;
    position: fixed;
    left: 5rem;
    bottom: 0%;
    z-index: 200000;
    text-align: center;
    justify-content: center;
  } */
  #myColorPicker .modal-body label{
      margin-bottom: 0%;
      width: 100%;
  }
  #myColorPicker .close{
    color: #000000!important;
    right: 1rem;
    left: auto;
    padding: 0;
    margin: 0;
    float: none;
    text-align: right;
    /* z-index: 1; */
  }
  #myColorPicker .close:hover{
    padding: 0%!important;
    margin: 0%!important;
  }
  #myColorPicker button{
    width: auto!important;
  }

  /* width */
  @media(min-width:768px){
    ::-webkit-scrollbar {
        width: 3px;
    }
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #888;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
  .modal-title{
      /* width: 85%; */
  }
  .modal-dialog{
    max-width: 100%!important;
  }
  .modal-footer{
    padding: 0rem 0.6rem!important;
  }

  #colorresponse{display: none;}


  .valign-center{
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

/* header bar */ 
.cst-header{
    background-color: #e9ebee7a;
    border-radius: 0;
    box-shadow: 0 0 2px 0 #e9ebef;
    position: fixed;
    top: -2px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 100000;
    /* display: none; */
}
.cst-nav{
    padding: 0 50px!important;
}
.navbar-expand-md .navbar-nav .nav-link{
    padding-right: 1.5rem!important;
    padding-left: 1.5rem!important;
}

.cst-header .material-icons {
    position: relative;
    line-height: 0.9;
    top: 5px;
}

.bg-light {
    background-color: #ffffff!important;
}

.navbar-light .navbar-toggler {
    box-shadow: none!important;
    color: rgba(0,0,0,.5)!important;
    width: auto;
}

@media(max-width: 768px){
    .bg-light {
        background-color: #ffffff!important;
        box-shadow: 0 0 2px 0 #000000;
    }
    .navbar-brand {
        margin-right: 0%!important;
    }
    .navbar {
        padding: 0 16px!important;
        border-radius: 5px;
    }
    .navbar-toggler {
        font-size: 16px!important;
        padding: 8px 0!important;
        outline: none!important;
        border: none!important;
    }
}

.input-group-append {
    margin: 6px 0 6px 0!important;
}
.input-group>.input-group-append>.btn{
    border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important;
} 
.btn-secondary {
    color: #fff!important;
    background-color: #6c757d!important;
    opacity: .6;
}
::-webkit-input-placeholder { /* Edge */
    font-size: 14px!important;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-size: 14px!important;
}
::placeholder {
    font-size: 14px!important;
}

@media(min-width: 768px){
    .cst-searchbar {
        width: 480px!important;
        left: 80px;
    }
    .cst-width{
        width: 100%;
    }
}

.modal-dialog{
    margin:0%!important;
}

@media (min-width: 768px){
    .dropdown-menu {
        top: 98%!important;
        background: #f8f9fadb!important;
        border: none!important;
        min-width: 15rem!important;
        padding-top: 1px!important;
    }
}

.nav-tabs .nav-link.active{
    color: #ffffff!important;
    background-color: #eca1a8!important;
    border: none!important;
}

.dropdown-item {
    color: rgba(0,0,0,.5)!important;
}

.dropdown-item:focus, .dropdown-item:hover{
    border: none!important;
    background-color: transparent!important;
}

.nav-tabs {
    border: none!important;
}

/* .modal{z-index: 100000!important;} */

#cst-headbar{
    transition: top 0.3s;
}

.material-icons{font-size: 20px; display:inline-block!important;}
/* header bar */ 


.navbar-collapse {
    border-top: 1px solid rgba(0,0,0,.1);
    padding-top: 5px;
}

@media(max-width:768px){
    .navbar-expand-md .navbar-nav .nav-link{
        padding-right: 0%!important;
        padding-left: 0%!important;
    }
}