/*Sidebar*/
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

    .sidenav a {
        padding: 15px 10px;
        text-decoration: none;
        font-size: 18px;
        color: #818181;
        display: block;
        transition: 0.3s;
        margin: 0px 20px;
    } 

        .sidenav a:hover {
            color: #A82424;
        } 

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 0px;
        font-size: 26px;
        margin-left: 50px;
    }

.sidebarName {
    font-size: 24px;
    color: #A82424;
}

.borderGrey {
    border-bottom: 1px solid #d6d6d6;
}

.sideBarArrw {
    float: right;
    font-size: 12px;
    margin-top: 7px;
}

.paddingCustom2{
    padding:0px 5px !important;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }
}
/*Sidebar*/

/*Tab*/
.tab {
    overflow: hidden;
    border: 0px solid #ccc;
    margin-bottom:10px;
}


    /* Style the buttons that are used to open the tab content */
    .tab button {
        background-color: inherit;
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 14px 20px;
        border-radius:5px;
        transition: 0.3s;

    }

        /* Change background color of buttons on hover */
        .tab button:hover {
            background-color: #ddd;
        }

        /* Create an active/current tablink class */
        .tab button.active {
            background-color: #fff;
            box-shadow: 0px 0px 5px #9e9e9e;
        }

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 0px;
    border: 0px solid #ccc;
    background-color:#fff;
    box-shadow: 0px 0px 5px #9e9e9e;
    border-radius:10px;
    border-top: none;
    margin-bottom: 100px;
    animation: fadeEffect 1s; /* Fading effect takes 1 second */
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
/*Tab*/

.joinBtn {
    width: 100%;
    background-color: #A82424;
    color:#fff;
    border-radius:5px;
    border:none;
    padding:10px;
    font-size:14px;
    margin-top:10px;
}


.maxWidthCustom {
    max-width: 500px;
}

.headerBox {
    width: 100%;
    padding: 10px;
    background-color: #fff;
    border-top: 10px solid #2766AF;
    border-bottom: 1px solid grey;
    margin-bottom: 40px;
}

.pummLogo {
    width: 100px;
}

.fsCustom {
    font-size: 24px;
}

.iconRow {
    position: absolute;
    right: 25px;
    margin-top: -30px;
}

.content {
    padding: 10px 25px;
    background-color: #fff;
}

.profileBox {
    width: 100px;
    height: 100px;
    border-radius: 5%;
    background-color: #000;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: 0px 0px 5px #b5b5b5;
}

.profileBox2 {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-color: #000;
    border: 3px solid #A82424;
    position: absolute;
    margin-top: -33px;
    margin-left:-1px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.profileBox3 {
    width: 150px;
    height: 100%;
    background-color: #000;
    margin-left: -1px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
}

.sidebarIcon {
    position: absolute;
    right: 25px;
    top: 10px;
}

.maps {
    width: 100%;
    height: 300px;
}

.lineHeight1 {
    line-height: 1.0;
}

.imageBox {
    background-color: #bcedf8;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.imageBox2 {
    background-color: #bcedf8;
    width: 100%;
    height: 110px;
    border-radius: 10px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 10%;
    cursor: pointer;
}

.btnWebLink {
    width: 100%;
    height: 50px;
    background-color: #A82424;
    border-radius: 10px;
    text-align: left;
    color: #fff;
    padding: 10px 30px;
}

    .btnWebLink:hover {
        color: #fff;
    }

.bgBlue {
    background-color: #2766AF;
}

.bgRed {
    background-color: #A82424;
}

.bgGreen {
    background-color: #52CD6B;
}

.bgOrange {
    background-color: #f18116;
}

.rightArrw {
    color: #fff;
    position: absolute;
    right: 30px;
    margin-top: 6px;
}

.btnWaze {
    width: 100%;
    height: 40px;
    background-color: #33CCFF;
    border-radius: 10px;
    color: #fff;
    box-shadow: 0px 0px 6px #cfcfcf;
}

.btnGoogle {
    width: 100%;
    height: 40px;
    background-color: #3B7DE2;
    border-radius: 10px;
    color: #fff;
    box-shadow: 0px 0px 6px #cfcfcf;
}

.mapBtnIcon {
    width: 22px;
    height: 22px;
    margin-top: -2px;
}

.contactIcon {
    width: 55px;
    height: 55px;
}

.contactIcon:focus{
    outline:none !important;
}

.grid-container {
    display: grid;
    grid-template-columns: 20% 20% 20% 20% 20%;
    grid-gap: 0px;
    padding: 10px 0px;
}

    .grid-container > div {
        background-color: #fff;
        text-align: center;
        font-size: 30px;
    }

.qrCode {
    width: 80%;
}

.grey {
    color: #707070;
}

    .grey.active {
        color: #A82424;
    }

.cursor {
    cursor: pointer;
    outline:none;
}

.fs12 {
    font-size: 12px;
}

.fs14 {
    font-size: 14px;
}

.fs16 {
    font-size: 16px;
}

.fs18 {
    font-size: 18px;
}

.fs20 {
    font-size: 20px;
}

.fs22 {
    font-size: 22px;
}

.fs24 {
    font-size: 24px;
}

.footer {
    position: fixed;
    bottom: 0;
    max-width: 500px;
    height: 50px;
    background-color:#fff;
    border-top-left-radius: 15px;
    border-top-right-radius: 10px;
    box-shadow: 0px -3px 5px #d8d8d8;
}
}

/*image Modal*/
* {
    box-sizing: border-box;
}

.row > .column {
    padding: 0 8px;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

.column {
    float: left;
    width: 25%;
}

/* The Modal (background) */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 80%;
    max-width: 1200px;
}

/* The Close Button */
.close {
    color: darkgray;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: #999;
        text-decoration: none;
        cursor: pointer;
    }

.mySlides {
    display: none;
}


.cursor {
    cursor: pointer;
}

.contactBox {
    width: 90%;
    overflow: auto;
    padding: 30px;
    height: 450px;
    background-color: #fff;
    position: fixed;
    z-index: 9;
    bottom: 0;
    left: 5%;
    right: 5%;
    border-radius: 10px;
    box-shadow: 0px 0px 6px #9e9e9e;
    margin-bottom: -500px;
    transition: margin-bottom 0.3s;
}

    .contactBox.active {
        margin-bottom: 0px;
    }

.contactBoxJason {
    width: 90%;
    overflow: auto;
    padding: 30px;
    height: 450px;
    background-color: #fff;
    position: fixed;
    z-index: 9;
    bottom: 0;
    left: 5%;
    right: 5%;
    border-radius: 10px;
    box-shadow: 0px 0px 6px #9e9e9e;
    margin-bottom: -500px;
    transition: margin-bottom 0.3s;
}

    .contactBoxJason.active {
        margin-bottom: 0px;
    }

.contactBoxSk {
    width: 90%;
    overflow: auto;
    padding: 30px;
    height: 450px;
    background-color: #fff;
    position: fixed;
    z-index: 9;
    bottom: 0;
    left: 5%;
    right: 5%;
    border-radius: 10px;
    box-shadow: 0px 0px 6px #9e9e9e;
    margin-bottom: -500px;
    transition: margin-bottom 0.3s;
}

    .contactBoxSk.active {
        margin-bottom: 0px;
    }

.contactBoxSK {
    width: 90%;
    overflow: auto;
    padding: 30px;
    height: 450px;
    background-color: #fff;
    position: fixed;
    z-index: 9;
    bottom: 0;
    left: 5%;
    right: 5%;
    border-radius: 10px;
    box-shadow: 0px 0px 6px #9e9e9e;
    margin-bottom: -500px;
    transition: margin-bottom 0.3s;
}

    .contactBoxSK.active {
        margin-bottom: 0px;
    }

.shareBox {
    width: 90%;
    overflow: auto;
    padding: 30px;
    height: 250px;
    background-color: #fff;
    position: fixed;
    z-index: 9;
    bottom: 0;
    left: 5%;
    right: 5%;
    border-radius: 10px;
    box-shadow: 0px 0px 6px #9e9e9e;
    margin-bottom: -400px;
    transition: margin-bottom 0.3s;
}

.footerIcon {
    font-size: 20px;
}

.footerText {
    font-size: 12px;
}

@media (max-width:400px) {
    .shareBox {
        padding: 10px;
    }

    .contactBox {
        padding: 10px;
    }

    .btnShare {
        width: 50px;
        height: 50px;
    }

    .footerText {
        font-size: 10px
    }

    .displayNone {
        display: none;
    }

    .fullWidth {
        width: 100% !important;
        flex: 0 0 100%;
        max-width: 100% !important;
    }
}

.shareBox.active {
    margin-bottom: 0px;
}


.displayInline {
    display: inline-flex;
}

.fright {
    float: right;
}


#overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 2;
    cursor: pointer;
}

#overlayJason {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 2;
    cursor: pointer;
}

#overlaySk {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 2;
    cursor: pointer;
}

#overlay2 {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 2;
    cursor: pointer;
}

.btnShare {
    width: 70px;
    height: 70px;
    padding: 10px;
    border-radius: 13px;
    box-shadow: 0px 0px 6px #cfcfcf;
}

.white {
    color: white;
    text-shadow: 0px 0px 5px #5a5a5a;
}

.blue {
    background-image: linear-gradient(#7591e0, #426CE3);
}

.green {
    background-image: linear-gradient(#6de285, #52CD6B);
}

.red {
    background-image: linear-gradient(#f95b81, #D3113F);
}

.black {
    background-image: linear-gradient(#656565, #000000);
}

.borderBtm {
    border-bottom: 1px solid #d4d4d4;
    padding: 5px 0px;
}

.inputCustom {
    width: 100%;
    padding: 10px;
    border-radius: 7px;
    background-color: #fff !important;
    border: 1px solid #c7c7c7 !important;
}

.inputCustom2 {
    width: 100%;
    height:100px;
    padding: 10px;
    border-radius: 7px;
    background-color: #fff !important;
    border: 1px solid #c7c7c7 !important;
}

    .inputCustom:focus {
        border: 1px solid #A82424 !important;
    }

.bg-light {
    background-color: #ffffff !important;
}

.file-upload .image-box {
    margin: 0 auto;
    height: 100px;
    width: 100%;
    background: #fff;
    cursor: pointer;
    overflow: hidden;
    border: 1px dashed #A82424;
}

@media (max-width:360px) {
    .file-upload .image-box {
        height: 70px;
    }

        .file-upload .image-box p {
            top: 40% !important;
        }
}

@media (min-width:361px) and (max-width:420px) {
    .file-upload .image-box {
        height: 85px;
    }

        .file-upload .image-box p {
            top: 41% !important;
        }
}

.file-upload .image-box p {
    position: relative;
    top: 45%;
    color: #A82424;
}

.file-upload .image-box img {
    height:100%;
    display: none;
}

.btnCreate {
    width: 100%;
    background-color: #A82424;
    color: #fff;
    height: 40px;
    border-radius: 5px;
}

.paddingCustom {
    padding: 0px 5px;
}
/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white !important;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

    /* On hover, add a black background color with a little bit see-through */
    .prev:hover,
    .next:hover {
        background-color: rgba(0, 0, 0, 0.8);
    }

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

img {
    margin-bottom: -4px;
}

.caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
}

.demo {
    opacity: 0.6;
}

    .active,
    .demo:hover {
        opacity: 1;
    }

img.hover-shadow {
    transition: 0.3s;
}

.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
/*image Modal*/
