#mySidenav {
    overflow-y: auto;
    /* padding: 15px 30px; */
}

#mySidenav::-webkit-scrollbar {
    display: none;
}
.a:hover {
    color: black;
}
.nav-link:focus,
.nav-link:hover {
    color: #a1619c;
}
.heading-nav {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
}
.closebtn {
    font-size: 56px;
}

.sidenav #line {
    background-color: rgb(153, 153, 153);
    width: 90%;
    height: 1px;
    margin-top: 20px;
}

.phone {
    display: block;
    color: #6c757d;
    font-size: 17px;
}
.head-text {
    display: block;
    color: #6c757d;
    font-size: 18px;
}
.callus {
    color: black;
    font-size: 20px;
    font-weight: 500;
}
.getsocial {
    color: #000;
    font-size: 20px;
    font-weight: 500;
}
.nav-link {
    font-size: 16px;
    color: black;
    font-weight: 400;
}
.social-icons img {
    width: 32px;
    height: 32px;
    margin-right: 10px;
}

.sidenav a {
    text-decoration: none;
    color: black;
    display: block;
    transition: 0.3s;
    margin-right: 30px;
    font-weight: 500;
}
.side-nav:hover {
    color: #a1619c;
    text-decoration: 1px solid #a1619c;
    text-decoration: #a1619c underline;
}
.about:hover {
    color: #a1619c;
    text-decoration: 1px solid #a1619c;
    text-decoration: #a1619c underline;
}
.navbox {
    background: #000;
    opacity: 0.8;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    display: none;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    background-color: white;
    overflow: hidden;
    padding-top: 15px;
    transition: 0.5s;
}

.sidenav p {
    color: black;
}

.about {
    font-size: 18px;
    color: rgb(201, 146, 201);
    text-decoration: underline;
    font-weight: 600;
    text-decoration: none;
    display: block;
    transition: 0.3s;
}

.sidenav {
    right: -0px;
}

.x1 {
    padding: 0 25px!important;
}

.nav1 {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100vh;
    left: 0;
    background: white;
}

.side-nav {
    font-size: 18px;
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    width: 100%;
    min-height: 100vh;
}

.login {
    padding: 10px;
    background-image: linear-gradient(to right, #f6844b, #2c1fe8);
    border-radius: 10px;
    color: #fff!important;
    font-weight: 600;
    border: none;
    top: 0;
    height: 42px;
    text-decoration: none;
}
@media screen and (min-width: 320px) and (max-width:768px) {
    #mob-des{
        display:flex!important;
        width:56%!important;
    }
    #navmob-menu{
        display:block!important;
    }
}
@media screen and (min-width: 992px) and (max-width:2600px) {
    #mob-des{
        display:flex!important;
        width:38%!important;
    }
    
        #navmob-menu{
        display:none!important;
    }
}
@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}

@media screen and (max-width: 768px) {
}

@media (max-width: 320px) {
}
@media (max-width: 360px) {
}
@media (max-width: 480px) {
}
@media (max-width: 768px) {
    #mySidenav {
        padding: 0px;
    }
    .social-icons img {
        width: 22px;
        height: 22px;
        margin-right: 10px;
    }
    #contents {
        display: none;
    }

    .x1 {
        padding: 0 10px;
        margin: 0 10px;
    }
    .social-icons img {
        width: 22px;
        height: 22px;
        margin-right: 10px;
        margin-bottom: 10px;
    }
    .login {
        margin-top: 20px !important;
    }
    .background .header-nav {
        padding: 0 !important;
    }
    .background .header-nav .mobile-nav {
        position: absolute;
    }
    .background .header-nav .mobile-nav .container {
        padding: 0px;
    }
}
