/*=========== Global Css ==============*/
p:last-child {
    margin-block-end: 0px !important;
    margin-bottom: 0px !important;
}
::-webkit-scrollbar {
	width: 12px;
}
::-webkit-scrollbar-track {
	background-color: #a6a6a66e;
}

::-webkit-scrollbar-thumb {
	background-color: #304278;
	border-radius:5px;
}


/*=========================================================================================================*/
/*                            Media Queries                        */
/*=========================================================================================================*/
@media (max-width:1600px){

}
