.dropbtn {
  background-color: transparent;
  color: white;
  font-weight: 500;
  font-size: 18px;
  border: none;
  cursor: pointer;
}
.dropbtn:hover {
  text-decoration: underline;
}
.dropdown-content {
  display: flex;
  align-items: stretch;
  overflow: auto;
  width: 100%;
}
.mega-menu-fluid{
    display: none;
    z-index: 99;
    background-color:transparent;
    padding-bottom: 30px;
    position: absolute;
    left: 0;
    margin-top: 30px;
    padding-top: 22px;
}

.mega-menu-fluid * a{
    text-decoration: none;
}
.mega-menu-container{
    padding-right: 0%;
    background-color: #fbfaf1;
}
.mega-menu-column{
    flex: 33%;
    margin-left: 30px;
}
.icon-text:first-child{
    padding-top: 50px;
}
.icon-text:last-child{
    padding-bottom: 30px;
}
.icon-text{
    display: flex;
    cursor: pointer; 
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #b4b4b4;
}
.icon-text:last-child{
    border-bottom: none;
}
.title-icon {
    width: 25px;
    height: 25px;
}
.title{
    color:  #69297f;
    font-weight: 600;
    font-size: 17px;
}
.title-text{
    color: #707070;
    font-size: 13px;
    line-height: 1.3;
}
.img-mega-column{
    background-image: url(../Images/mega-menu.jpg);
    background-size: cover;
    background-position:70% center;
    opacity: 0.6;
}

@media(max-width:1100px){
    .title-text{
        font-size: 14px;
    }
}
@media(max-width:1000px){
 .img-mega-column{
     display: none;
 }
     .mega-menu-container{
    padding-right: 15px;
}
}
@media(max-width:769px){
.dropdown-content {display: block;}
.mega-menu-column{
    border-bottom: 1px solid black;
}
}
@media (max-width: 600px) {
    .dropdown-content{
        padding-top: 20px;
    }
    .mega-menu-container{
    padding-right: 15px;
}
.mega-menu-column{
    border-bottom: 1px solid black;
}
.dropdown-content {display: block;}
}
.show{
    display: block !important;
}
.mega-menu-fluid  a{
    padding-left: 0;
}

#overlay {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}
.destopmenu{
    z-index: 99;
    position: relative;
    margin-top: 48px;
}

.hovrmenu:hover .mega-menu-fluid{
    display: block !important;
}
.icon-text .pl-2{
    text-align: left;
}
.icon-text .title-icon{
    margin-top: 5px;
}

.hovrmenu:hover #overlay{
    display: block !important;
}

.mega-menu2{
    left: auto !important;
    width: 200px;
}
.title-icon2{
    width: 15px;
    height: 15px;
    margin-top: 10px;
}
.mega-menu2{
    width: 270px;
}
.mega-menu2 .icon-text:first-child{
    padding-top: 30px;
}

.mega-menu2 .icon-text a{
    text-align: left;
    color: #69297f;
    font-weight: 600;
}