/****** tabs sections - start ******/
.tabs {
    margin-bottom: 2.25rem;
}

.tab {
    position: relative;
    width: 33.3%;
    height: 0.5rem;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    background-color: #E0E0E0;
    text-align: center
}

.tabs-bar {
    width: 100%;
    height: 0.5rem;
    background-color: #E0E0E0;
}

.tab-seperator {
    background-color: rgba(0, 0, 0, 0.4);
    height: 0.5rem;
    width: 5px;
    position: absolute;
    right: 0;
    top: 0;
}

.active-tab {
    background-color: #5A67D8;
}

.tab-title {
    font-size: 1rem;
    font-weight: 400;
    cursor: pointer;
    position: relative;
    top: -1.5rem;
}

.new-updates-icon {
    width: 1.5rem;
    height: 1.75rem;
    position: relative;
    top: -2.5rem;
}

.active-tab-title {
    color: #5A67D8;
}

.active-section {
    display: flex;
    flex-direction: column;
}

.lrg-screen{
    display: inline;
}

.sml-screen{
    display:none;
}

/* @media screen and (max-width: 3000px) {
    .tab {
        width: 20rem !important;
    }
	
	.tab-title {
		top: -1.5rem !important;;
	}
} */

@media screen and (max-width: 1800px) {
    /* .tab {
        width: 14rem !important;
    } */
	
	.tab-title {
		top: -2rem !important;;
	}
}

@media screen and (max-width: 850px) {
    /* .tab {
        width: 7rem !important;
    } */
	
	.tab-title {
		top: -3rem ;;
	}
}

@media screen and (max-width: 450px) {
	
	.tab-title {
		top: -2rem;
	}
}

@media screen and (max-width: 450px) {
    /* .tab {
        width: 5rem !important;
    } */

    .tab-title {
        font-size: 16px;
    }

    .sml-screen{
        display:inline;
    }

    .lrg-screen{
        display:none;
    }
    
}

@media screen and (max-width: 450px) {
     .tabs {
         margin-bottom: 1.875rem;
    }

	/*.tab-title {
		top: -3rem !important;;
	}*/
}

/****** tabs sections - end ******/