.header {
	position: relative;
    justify-content: space-between;
    background-color: #1c1c84;
    color: white;
    padding: 10px;
	height : 100px;
}
.header a {
    color: white !important;
    margin-right: 40px;
    text-decoration: none !important;
    transition: transform 0.3s;
}
.header a:hover {
    transform: scale(1.2);
}

.phone-section {
	padding-left: 1rem;
}

.phone-img {
	width: 40px;
}

.phone-section .divider {
    margin: 0 5px;
}
.navbar-toggler {
    border-color: white;
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba%28255, 255, 255, 1%29' stroke-width='2' linecap='round' linejoin='round' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.logo {
    padding-right: 1.75rem;
    width: 95px;
}

/* ############################################################################## */

.sidenav {
    align-items: start;
    text-align: start;
    border: 0px black solid;
    height: 100%;
    width: 60%;
    position: fixed;
    z-index: 100;
    top: 0;
    /* right: -2%; */
    background-color: #ffffff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    transform: translateX(100%);
}


.SideBarOptions {
    cursor: pointer;
    right: 0;
    text-decoration: none !important;
    font-size: 15px;
    padding-top: 10px;
    padding-right: 5px;
    color: black;
    display: inline;
    transition: 0.3s;
}


.SideBarOptions:hover {
    color: #2cb7d3;
}

.SideBarOptionsImages {
    width: 80px;
    text-decoration: none;
    padding-right: 50px;
    padding-left: 5px;
    color: black;
}

.sidenav .SideBarCloseBTN {
    color: black;
    position: absolute;
    top: 0;
    font-size: 36px;
    margin-right: 80%;
}

.SideBarCloseBTN:hover {
    color: red;
}


.SOI {
    display: block;
}

.OpenNavbar {
  position: absolute;
  top: 26px;
  right: 32px;
  display: none;
  font-size: 30px;
  cursor: pointer;
  color: white;
}


@media (max-width: 992px) {
    .phone-section {
        display: flex;
    }
    .header {
        justify-content: start;
    }
    .header a {
        display: none;
    }
    .header > div {
        width: 100%;
		height: 100%;
    }
    .logo {
    	padding-right: 0rem;
		width: 75px;
	}
    .OpenNavbar {
        display: inline;
    }
}


@media (max-width: 1200px) {
    .phone-section {
        display: none;
    }
    .logo {
        text-align: center;
    }
}
