﻿body html{
   }
.backgroundImage {
    
   /* background-image:url("../imgs/backgroundImage.png");
    background-size: 100% auto;
    background-position:center;
    background-repeat: no-repeat;*/
   /* height: 100vh;
    width: 100%;*/
}

.mt-0 {
    margin-top: 0 !important;
}

.scrollable-dropdown {
    height: auto;
    max-height: 320px; /* Increase / Decrease value as per your need */
    overflow-x: hidden;
}


@media (max-width: 991px) {
    .tab-content > .tab-pane {
        display: block;
        opacity: 1;
    }
}


