* {
    margin: 0;
    padding: 0;
}

body {
    background: linear-gradient(90deg, rgba(233, 233, 240, 1) 48%, rgba(227, 241, 241, 1) 100%);
}

.navbar {
    background: #ee0979;
    background: -webkit-linear-gradient(to right, #ff6a00, #ee0979);
    background: linear-gradient(to right, #ff6a00, #ee0979);
}

.main-div {
    height: auto;
    width: 60%;
    background: white;
    margin: auto;
    border-radius: 20px;
    margin-top: 70px;
    margin-bottom: 70px;
    padding-bottom: 20px;
}

.main-div button {
    width: 80%;
    padding: 15px;
    font-size: 25px;
    font-weight: bold;
    border-radius: 15px;
}


.main-div .md-btn1 {
    margin-top: 80px;
}

.contact-footer {
    height: 120px;

    left: 0;
    bottom: 0;
    width: 100%;
    background: linear-gradient(to right, #ff6a00, #ee0979);
}

@media screen and (max-width:770px) {
  .main-div {
      width: 95%;
  }
 .main-div button {
        width: 80%;
        padding: 15px;
        font-size: 20px;
        font-weight: bold;
        border-radius: 15px;
    }
}

.btn-grad {
    background: #ee0979;
    background: -webkit-linear-gradient(to right, #4B49AC, #7978e9);
    background: linear-gradient(to right, #4B49AC, #7978e9);
}

.btn-grad {
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    margin-top: 20px;
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
}

.btn-grad:hover {
    background-position: right center;
    /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
}


    .nav-bar {
        position: fixed;
        top: 0;
        z-index: 111;
    }

    .social_link {
        display: flex;
        justify-content: space-around;
    }

    .social_link a {
        text-decoration: none;
    }

    .social-icon {
        position: absolute;
        right: 30px;
    }

    .social-icon a {
        font-size: 20px;
        color: #4B49AC;
        transition: .3s;
    }

    .social-icon a:hover {
        color: #000;
        transition: .3s;
    }

    .sidenav {
        height: 100%;
        position: fixed;
        z-index: 1;
        top: 0;
        left: -100%;
        background-color: white;
        overflow-x: hidden;
        transition: 0.5s;
        width: 250px;
        box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }

    .sidenav a {
        padding: 4px 8px 4px 2px;
        text-decoration: none;
        font-size: 16px;
        color: black;
        display: block;
        transition: 0.3s;
        border-bottom: 1px solid #d9dbde;
    }

    .menu {
        border-bottom: 0 !important;
    }

    .sidenav a:hover {
        color: #DF2800;
    }

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 10px;
        margin-left: 50px;
    }

    #close-btn .fa {
        margin-top: 10px;
        color: white;
        font-size: 27px !important;
    }

    .sidenav_home {
        height: 100px;
        width: auto;
        background: rgb(2, 0, 36);
        background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(0, 113, 197, 1) 100%);
        margin: auto;
    }

    .sidenav_home img {
        margin: auto;
        padding: 10px;
        height: 100%;
        width: auto;
    }

    .nav-bar {
        display: grid;
        align-items: center;
        width: 100%;
        height: 60px;
        background: #fff;
        box-shadow: 0px 5px 21px -5px #CDD1E1;
    }

    .nav-item {
        display: flex;
        justify-content: start;
        align-items: center;
    }

    .nav-item img {
        height: 100%;
        width: 100%;
        margin: auto;
        margin-left:10px;
    }

    .category {
        font-size: 20px;
        cursor: pointer;
        color: white;
        padding: 11px;
        z-index: 999;
    }

    .web_logo {
        height: 40px;
        width: auto;
        padding-left: 2px;

    }

    @media screen and (max-height: 450px) {
        .sidenav {
            padding-top: 15px;
        }

        .sidenav a {
            font-size: 18px;
        }
    }

    .sidenav i {
        font-size: 14px;
        margin-bottom: 50px;
    }

    i {
        margin: 0 !important;
        padding: 0px 3px;
        font-size: 18px;
    }

    .logout-btn {
        position: relative;
    }

    .logout-btn:hover a {
        visibility: visible;
        transition: .3s;
    }

    .logout-btn a {
        visibility: hidden;
        position: absolute;
        top: 50px;
        color: #fff;
        right: 2px;
        font-weight: bold;
        text-decoration: none;
        padding: 10px 10px;
        background: red;
        border-radius: 10px;
        transition: .3s;
    }

    .logout-btn img {
        border-radius: 50%;
    }

    .nav_heading {
        margin: auto;
        left: 50%;
        transform: translateX(-50%);
        position: absolute;
        height: auto;
        width: auto;
        padding: 11px;
    }

    .nav_heading h3 {
        text-align: center;
        justify-content: center;
        color: #4B49AC;
        font-size: 25px;
        font-weight: bold;
    }

    #Profile_img {
        height: 40px;
        width: 40px;
    }

    .social_link i {
        font-size: 25px;
    }

    @media only screen and (max-width: 600px) {
        .nav_heading {
            width: 400px;
        }

        .nav_heading h3 {
            font-size: 14px;
            margin-left: 40px;
        }

        .social-icon {
            display: none;
        }
    }
    .contact-footer {
        bottom: 0;
        margin-top: 50px;
        height: auto;
        z-index: 111;
        background: #fff;
    }

    .main-footer-div {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        align-items: center;
        padding: 10px;
    }

    .social_icon {
        margin: auto;
    }

    .social_icon a {
        justify-content: space-between;
        padding: 10px;
        color: #4B49AC;
        text-decoration: none;
        font-size: 26px;
        transition: 0.3s;
    }

    .social_icon a:hover {
        color: #7DA0FA;
        transition: 0.3s;
    }

    .social_links {
        display: flex;
        margin: auto;
        justify-content: center;
    }

    .page_link {
        display: inline;
    }

    .page_link a {
        display: inline;
        margin: auto;
        text-align: left;
        text-decoration: none;
        color: #4B49AC;
        font-size: 12px;
    }

    .copyright p {
        margin-top: 10px;
        font-size: 10px;
        color: #4B49AC;
        text-align: center;
    }

    .Company_detail {
        height: auto;
        width: 100px;
        margin: auto;
    }

    .Company_detail img {
        margin: auto;
        height: auto;
        width: 100%;
        padding-top: 10px;
    }

    .Company_detail p {
        text-align: center;
        color: white;
        font-size: 10px;
    }

    .About_company p {
        font-size: 12px;
        color: #4B49AC;
        text-align: center;
    }

    @media only screen and (max-width: 600px) {
        .main-footer-div {
            display: grid;
            grid-template-columns: 1fr;
            height: auto;
        }

        .Company_detail,
        .social_icon {
            margin-bottom: 10px;
        }
    }
    