@font-face {
    font-family: 'RobertBlack';
    src: url(../fonts/Roboto-Black.ttf);
}

@font-face {
    font-family: 'RobertRegular';
    src: url(../fonts/Roboto-Regular.ttf);
}

.heading1 {
    font-size: 24px;
    color: white;
}

.heading2 {
    font-size: 33px;
    color: #4D5567;
}

.text0 {
    font-size: 14px;
    color: #4D5567;
}

.text1 {
    font-size: 16px;
    color: #4D5567;
    line-height: 1.225;
}

.text2 {
    /* 19px */
    font-size: 19px;
    color: #4D5567;
}

.text3 {
    font-size: 20px;
    color: white
}

.text4 {
    /* 21px */
    font-size: 21px;
    color: #4D5567;
}

.app-container {
    /* margin-left: auto; */
    /* margin-right: auto; */
    /* max-width: 1366px; */
    /* overflow-x: auto */
}

.footer-accordion {
    /* background-color: #E0CBF6; */
    color: #444;
    cursor: pointer;
    padding: 8px;
    margin-top: 2px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    transition: 0.4s;
    /* font-weight: 600; */
}

.footer-panel {
    /* padding: 0 18px; */
    /* background-color: white; */
    max-height: 0;
    overflow: hidden;
    outline: none;
    transition: max-height 0.2s ease-out;
}

body {
    padding-top: 0px !important;
    font-family: 'RobertRegular';
}

/* =======================  Start Contact Us Css ====================== */

select {
    color: #9A9CA2
}

svg {
    color: #9A9CA2;
}

.after-list::before {
    content: url(../images/contactUs/violetRound.png);
    margin-left: -20px;
    margin-right: 10px;
}

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    /* border: 1px #DCDCDC solid; */
    /* border-style: solid; */
}

.form-control-icon {
    position: absolute;
    top: 50%;
    left: 16px;
    z-index: 20;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.form-control-right-icon {
    position: absolute;
    top: 50%;
    right: 16px;
    z-index: 20;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.red-600 {
    color: #ff4c52 !important;
}

.form-icons .form-control-icon+.form-control {
    padding-left: 30px;
    border-top-left-radius: .215rem;
    border-bottom-left-radius: .215rem;
}

.input-group .form-control, .input-group-addon, .input-group-btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

.form-control {
    appearance: none;
    box-sizing: border-box;
    /* height: 2.573rem; */
    height: 44px;
    /* padding: 15px 28px !important; */
    font-weight: 100;
    border-color: #e4eaec;
    /* box-shadow: none; */
    /* transition: box-shadow .25s linear, border .25s linear, color .25s linear, background-color .25s linear;  */
    -webkit-appearance: none;
    -moz-appearance: none;
    display: block;
    width: 100%;
    padding: .429rem 1rem;
    padding-left: 3rem;
    font-size: 1rem;
    line-height: 1.57142857;
    color: #76838f;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid #e4eaec;
    border-top-color: rgb(228, 234, 236);
    border-right-color: rgb(228, 234, 236);
    border-bottom-color: rgb(228, 234, 236);
    border-left-color: rgb(228, 234, 236);
    /* box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); */
    /* transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; */
}

.contact-body {
    margin: 50px 200px 0 200px
}

.heading-font {
    font-size: 49px;
    font-family: Roboto;
    text-align: center;
}

.horizontal-line {
    padding-top: 2.5rem;
    --border-opacity: 1;
    border-color: #4b5563;
    border-color: rgba(75, 85, 99, var(--border-opacity));
    border-bottom-width: 1px;
    width: 70%;
    margin: auto;
}

.body-content {
    width: 75%;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    padding: 1rem;
    padding-left: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    line-height: 1.5;
}

.subtitle-font {
    /* font-weight: 700; */
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
    color: #7F3E98
}

.content-font {
    color: #4D5567;
    font-size: 19px;
}

.contentfont-color {
    color: #6B6B6B;
}

.contact-form {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    margin-bottom: 40px
}

.upload-label {
    font-size: 14px;
    text-align: center;
    color: #9A9CA2
}

.fileupload-btn {
    display: block;
    --bg-opacity: 1;
    background-color: #EFEFEF;
    text-align: center;
    padding: 4px 12px 4px 12px;
    border: 1px solid grey;
    font-size: 14px;
}

.submit-btn {
    display: block;
    width: 100%;
    --text-opacity: 1;
    color: rgba(255, 255, 255, var(--text-opacity));
    color: #56628c;
    font-weight: 700;
    font-size: 21px;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    background-color: #E0CBF6;
}

.cancel-btn {
    display: block;
    width: 100%;
    --text-opacity: 1;
    color: white;
    font-weight: 700;
    font-size: 21px;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    background-color: #BEBCBC;
}

.floating-panel{
    position: relative;
    margin-top: -187px;
}

/* ======================= header Css =============================== */

.dropdown {
    float: left;
    overflow: hidden;
}

.dropdown .dropbtn {
    border: none;
    outline: none;
    color: #4D5567;
    padding: 14px 16px;
    margin: 0;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #FBF9F9;
    min-width: 120px;
    box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    float: none;
    color: #4D5567;
    padding: 5px 16px;
    text-decoration: none;
    display: block;
    text-align: center;
}

.topnav a:hover, .dropdown:hover .dropbtn {
    color: #C293FC;
}

.dropdown-content a:hover {
    background-color: #ddd;
    color: black;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.inbox {
    position: relative;
}

.new-msg::after {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 9999px;
    background-color: #FB6767;
    right: 0px;
    margin-top: 5px;
    position: absolute;
}

.has-new-msg::after {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 9999px;
    background-color: #FB3030;
    right: -12px;
    top: 0;
    margin-top: 14px;
    position: absolute;
}

/* =======================  End Contact Us Css ====================== */

/* =======================  Start Shop Place Css ====================== */

.subheader-title {
    text-align: center;
    font-size: 21px;
    color: #4D5567;
    margin-bottom: 30px;
}

.register-form {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 40px
}

.login-alt-panel {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 40px
}

.radio-custom {
    padding-left: 20px;
}

.radio-custom {
    padding-left: 20px;
}

.checkbox-custom, .radio-custom {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.radio-custom input[type="radio"] {
    z-index: 1;
    width: 20px;
    height: 20px;
    cursor: pointer;
    opacity: 0;
}

.checkbox-custom input[type="checkbox"], .radio-custom input[type="radio"] {
    position: absolute;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: -20px;
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

.radio-custom label {
    position: relative;
    display: inline-block;
    padding-left: 10px;
    vertical-align: middle;
}

.checkbox-custom label, .radio-custom label {
    min-height: 22px;
    margin-bottom: 0;
    font-weight: 300;
    cursor: pointer;
}

.radio-primary input[type="radio"]:checked+input[type="hidden"]+label::before, .radio-primary input[type="radio"]:checked+label::before {
    border-color: black;
    border-width: 5px;
}

.radio-custom input[type="radio"]:checked+input[type="hidden"]+label::before, .radio-custom input[type="radio"]:checked+label::before {
    border-color: #e4eaec;
    border-width: 10px;
}

.radio-custom label::before {
    position: absolute;
    left: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: -20px;
    content: "";
    background-color: #fff;
    border: 1px solid #e4eaec;
    border-top-color: rgb(228, 234, 236);
    border-top-width: 1px;
    border-right-color: rgb(228, 234, 236);
    border-right-width: 1px;
    border-bottom-color: rgb(228, 234, 236);
    border-bottom-width: 1px;
    border-left-color: rgb(228, 234, 236);
    border-left-width: 1px;
    border-radius: 50%;
    transition: border .3s ease-in-out 0s, color .3s ease-in-out 0s;
}

.radio-primary input[type="radio"]:checked+input[type="hidden"]+label::after, .radio-primary input[type="radio"]:checked+label::after {
    border-color: black;
}

.radio-custom input[type="radio"]:checked+input[type="hidden"]+label::after, .radio-custom input[type="radio"]:checked+label::after {
    -webkit-transform: scale(1, 1);
    /* transform: scale(1,1); */
    color: black;
    border-width: 4px;
}

.radio-custom label::after {
    position: absolute;
    top: 7px;
    left: 7px;
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-left: -20px;
    content: " ";
    background-color: transparent;
    border: 2px solid #76838f;
    border-top-color: rgb(118, 131, 143);
    border-right-color: rgb(118, 131, 143);
    border-bottom-color: rgb(118, 131, 143);
    border-left-color: rgb(118, 131, 143);
    border-radius: 50%;
    transition: .1s cubic-bezier(.8, -.33, .2, 1.33);
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
}

.radio-lable {
    color: #747474;
}

.radio-gray {
    color: black;
}

.radio-group {
    display: flex;
    margin-bottom: 16px;
}

.radio-title {
    color: #747474;
    margin-top: 10px;
    margin-bottom: 10px;
}

.date-group {
    display: flex;
    margin-bottom: 32px;
}

.date-title {
    width: 25%;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    color: #747474;
}

.date-component {
    width: 25%;
    color: #747474;
}

.date-select {
    display: block;
    appearance: none;
    width: 100%;
    --bg-opacity: 1;
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
    border-width: 1px;
    --border-opacity: 1;
    border-color: #9fa6b2;
    border-color: rgba(159, 166, 178, var(--border-opacity));
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    line-height: 1.25;
    color: #9A9CA2;
}

.register-subtilte {
    color: #747474;
    /* margin-top: 12px; */
    margin-bottom: 16px;
    /* font-weight: 700; */
}

.facebook-btn {
    background-color: #8BB7F0;
    font-weight: 700;
    color: white;
    padding-left: 140px !important;
}

.facebook-btn-mobile {
    background-color: #8BB7F0;
    font-weight: 700;
    color: white;
    padding-left: 95px !important;
}

.gmail-btn {
    background-color: #FF8282;
    font-weight: 700;
    color: white;
    padding-left: 140px !important;
}

.gmail-btn-mobile {
    background-color: #FF8282;
    font-weight: 700;
    color: white;
    padding-left: 95px !important;
}

.select-grey {
    display: block;
    appearance: none;
    width: 100%;
    --bg-opacity: 1;
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
    border-width: 1px;
    --border-opacity: 1;
    border-color: #e5e7eb;
    border-color: rgba(229, 231, 235, var(--border-opacity));
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-right: 2rem;
    line-height: 1.25;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    outline: 0;
    color: #9A9CA2;
}

.show-icon {
    z-index: 20;
    position: absolute;
    margin-right: -40px;
    margin-top: 5px;
    right: 0;
}

.tab-active {
    background-color: white;
}

/* =======================  End Shop Place Css ====================== */

/* =======================  Start Login Css ====================== */

.title-violet {
    color: #C293FC
}

/* =======================  End End Login Css ====================== */

/* =======================  Start Order Now Css ====================== */

.img-links {
    margin-left: 3px;
}

/* =======================  End Order Now Css ====================== */

/* ======================= Start Branch Location Css ====================== */

.branch-title {
    /* font-weight: 700; */
    /* font-size: 1.5rem; */
    font-size: 25px;
    /* margin-bottom: 0.5rem; */
    color: #4D5567
}

.chatroom-form {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 40px
}

.branch-tab {
    color: #4D5567;
    font-size: 19px;
    width: 120px;
    /* background-color: #FBF9F9; */
    background-color: #F5F5F5;
    /* margin: auto; */
}

.branch-tab-active{
    color: #4D5567;
    font-size: 19px;
    width: 120px;
    background-color: white;
}

.subcontent-header {
    color: #4D5567;
    font-size: 19px;
}

.input-label {
    font-size: 14px;
    color: #4D5567;
    margin-right: 5px;
}

/* ======================= End Branch Location Now Css ====================== */

.crown::after {
    content: url("../images/header/icons8-crown-48.png");
    right: -1px;
    margin-top: -15px;
    position: absolute;
}

.crown1::after {
    content: url("../images/header/icons8-crown-48.png");
    position: absolute;
    right: -17px;
    top: -12px;
}

.enquiry-sent{
    background-color: #28e8db;
}

.section{
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}

@media (min-width: 1224px) {
    .section {
        width: 90%;
    }
}

@media (min-width: 1440px) {
    .section {
        width: 70%;
    }
}

@media (min-width: 1700px) {
    .section {
        width: 60%;
    }
}






