.base-header {
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 99;
}
.base-header .top-bar {
  padding: 12px 60px;
  background: #390d52;
}

.base-header .top-bar .top-bar-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.base-header .top-bar .top-bar-wrap .top-header-left {
  display: flex;
  align-items: center;
  gap: 20px;
}

.base-header .top-bar .top-bar-wrap * {
  margin: 0;
  color: #fff;
}
.base-header .top-bar .top-bar-wrap .email-icon {
  display: flex;
}
.base-header .top-bar .mobile-time {
  display: none;
}

.base-header .top-bar .top-bar-wrap .top-header-right a {
  display: flex;
  gap: 8px;
  align-items: center;
}

.base-header .middle-header {
  display: flex;
  padding: 20px 60px;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.base-header .toogle-menu-mobile {
  display: none;
}

.base-header .middle-header .callus-wrap {
  display: flex;
  gap: 8px;
  align-items: center;
}

.base-header .middle-header .callus-wrap * {
  margin: 0;
}

.base-header .middle-header .callus-wrap p {
  color: #390d52;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
}

.base-header .middle-header .callus-wrap a {
  color: #6d4087;
  font-size: 22px;
  font-weight: 300;
  line-height: 22px;
  text-decoration-line: underline;
  white-space: nowrap;
}

.base-header .bottom-header {
  padding: 2px 60px;
  background: #6d4087;
}
@media screen and (min-width: 768px) {
	.base-header .bottom-header {
  		display: block !important;
	}
}

.base-header .bottom-header ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: center;
}

.base-header .bottom-header ul li a {
  padding: 18px 20px;
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
  text-transform: capitalize;
  display: block;
  transition: all ease 200ms;
}

.base-header .bottom-header ul li a:hover,
.base-header .bottom-header ul li a:active,
.base-header .bottom-header ul li.current-menu-item a {
  background: #fff;
  color: #6d4087;
}

.base-header .mobile-logo {
  display: none;
}

@media screen and (max-width: 1200px) {
  .base-header .top-bar .top-bar-wrap {
    flex-direction: column;
  }
  .base-header .top-bar .mobile-time {
    display: block;
  }

  .base-header .top-bar .top-bar-wrap .top-header-left > span,
  .base-header .top-bar .top-bar-wrap .top-header-left > p:last-of-type {
    display: none;
  }

  .base-header .top-bar .top-bar-wrap .top-header-left {
    border-bottom: solid 1px #705C7B;
    width: 100%;
    padding-bottom: 6px;
    margin-bottom: 6px;
  }
  .base-header .top-bar .top-bar-wrap .top-header-right {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .base-header .bottom-header {
    padding: 2px 20px;
  }
  .base-header .mobile-logo {
    display: block;
  }
  .base-header .desktop-logo {
    display: none;
  }
}
@media screen and (max-width:1023px) {
	.base-header .bottom-header ul li a {
    	font-size: 16px;
  	}
	.base-header .bottom-header ul li a {
   	 padding: 12px 20px;
	}
	.base-header .top-bar {
    padding: 12px 30px;
	}
	.base-header .middle-header {
    padding: 20px 30px;
	}
}
@media screen and (max-width: 767px) {
  .base-header .bottom-header {
    display: none;
  }
  .base-header .toogle-menu-mobile {
    display: flex;
    padding: 0;
    border: unset;
	 width: 60px;
    border-radius: unset;
	  align-items: center;
	  justify-content: center;
	  font-family: 'Montserrat';
	  font-size: 16px;
	  line-height: 16px;
	  font-weight: 600;
	  background: #6d4087;
	  color: #fff
  }
  .base-header .action-button-wrap {
    display: flex;
    gap: 8px;
  }
  .base-header .middle-header {
    padding: 0 0 0 60px;
  }
  .base-header .middle-header .callus-wrap {
    padding: 8px 0;
  }
  .base-header .middle-header .callus-details {
    display: none;
  }

  .base-header .toogle-menu-mobile svg {
    height: 100%;
	width: 100%;
    background: #6d4087;
  }
  .base-header .bottom-header nav > ul {
    flex-direction: column;
  }
  .base-header .bottom-header {
    padding: 0;
    background: #fff;
    position: absolute;
    width: 100%;
    z-index: 1;
  }
  .base-header .bottom-header ul li a {
    color: #000;
  }
}

@media screen and (max-width: 767px) {
  .base-header .top-bar {
    padding: 10px 16px;
  }
  .base-header .middle-header {
    padding: 0 0 0 12px;
  }
  .base-header .top-bar .top-bar-wrap * {
    font-size: 10px;
    line-height: 12px;
  }
  .base-header .top-bar .top-bar-wrap .top-header-right a svg {
    width: 12px;
    height: 12px;
  }
}
