.tpoffcanvas {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: fixed;
    top: 0;
    right: -100%;
    width: 480px;
    bottom: 0;
    box-shadow: 0 16px -32px 0 rgba(0, 0, 0, 0.8);
    background-color: #5e548e;
    z-index: 9999;
    padding: 50px;
    scrollbar-width: none;
    opacity: 0;
    visibility: hidden;
    transition: 0.45s ease-in-out;
    overflow-y: scroll;
}

.tpoffcanvas.opened {
    opacity: 1;
    visibility: visible;
}

@media (max-width: 767px) {
    .tpoffcanvas {
        width: 300px;
        padding: 40px 35px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tpoffcanvas {
        width: 400px;
        padding: 40px;
    }
}

.tpoffcanvas.opened {
    right: 0;
    -webkit-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition-duration: 0.6s;
}

.tpoffcanvas__logo {
    margin-bottom: 40px;
}

@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tpoffcanvas__logo {
        padding-top: 0;
    }
}

.tpoffcanvas__logo img {
    width: 157px;
    height: 100%;
}

.tpoffcanvas__instagram {
    margin-bottom: 50px;
}

@media (max-width: 767px) {
    .tpoffcanvas__instagram {
        text-align: left;
    }
}

.tpoffcanvas__instagram img {
    width: 80px;
    margin: 0px 5px;
    margin-bottom: 15px;
}

.tpoffcanvas__instagram-title h4 {
    color: #FFFFFFFF;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.tpoffcanvas__close-btn button {
    position: absolute;
    right: 0px;
    top: 0px;
    transition: 1s;
    -webkit-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition-duration: 0.3s;
    height: 50px;
    width: 50px;
    background-color: #FFFFFFFF;
    color: #5e548e;
}

.tpoffcanvas__close-btn button i {
    font-weight: 300;
    font-size: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tpoffcanvas__close-btn button {
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    .tpoffcanvas__close-btn button {
        font-size: 28px;
    }
}

.tpoffcanvas__content {
    margin-bottom: 30px;
}

.tpoffcanvas__content p {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 25px;
}

.tpoffcanvas__content span {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
    display: inline-block;
}

.tpoffcanvas__content a {
    font-size: 30px;
    line-height: 51px;
    font-weight: 700;
    color: #FFFFFFFF;
    display: inline-block;
}

@media (max-width: 767px) {
    .tpoffcanvas__content a {
        font-size: 27px;
    }
}

.tpoffcanvas__social .social-icon a {
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    background-color: #FFFFFFFF;
    color: #6865FFFF;
    margin-right: 15px;
    transition: 0.3s;
    display: inline-block;
    border-radius: 10px;
}

@media (max-width: 767px) {
    .tpoffcanvas__social .social-icon a {
        margin-right: 3px;
    }
}

.tpoffcanvas__social .social-icon a:hover {
    background-color: #6865FFFF;
    color:  #FFFFFFFF;
}

.tpoffcanvas__info {
    margin-bottom: 40px;
}

.tpoffcanvas__info .offcanva-title {
    color: #FFFFFFFF;
    padding-bottom: 5px;
}

.tpoffcanvas__info a {
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.2;
}

/*  menu style start here  */

.mobile-menu {
    margin-bottom: 30px;
}

.offcan-social-title {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
    display: inline-block;
}

.tpoffcanvas-social {
    height: 100%;
    display: flex;
    flex-direction: column;
}


/* mean menu customize */
.sidenav {
    background: none;
    overflow-x: hidden;
    padding-top: 20px;
}

/* Style the sidenav links and the dropdown button */
.sidenav a, .dropdown-btn {
    padding: 6px 8px 6px 16px;
    text-decoration: none;
    font-size: 16px;
    color: #ffffff;
    display: block;
    border: none;
    background: none;
    width: 100%;
    text-align: right;
    cursor: pointer;
    outline: none;
}

/* On mouse-over */
.sidenav a:hover, .dropdown-btn:hover {
    color: #f5eaa1;
}


/* Add an active class to the active dropdown button */
.active {

    color: #ffe000;
}

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
    display: none;
    background-color: #e05151;
    padding-right: 8px;
}

/* Optional: Style the caret down icon */
.fa-caret-down {
    float: left;
    left: 8px;
}