.spectre .courseDescriptionCont #courseslist>.column {
    height: auto
}

.reviewerName p {
    color: crimson
}

.membership-section {
    margin: auto
}
        #loginLoader {
            position: absolute;
            left: 0;
            right: 0;
            margin-left: auto;
            margin-right: auto;
            width: 100px;
            top: 50%;
        }

        .customSocialBtn {
            display: flex;
            white-space: nowrap;
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 11px 67px;
            position: static;
            left: 0px;
            top: 40px;
            cursor: pointer;
            margin: auto;
            border: none;
            /*width: 364px;
	    	height: 48px;
	      	 background: #000000; */
            /*For New Button Remove Bellow Codes and Uncomment upper Code  */
            background: white;
            border-radius: 4px;
            box-shadow: 0 2px 4px 0 rgb(0 0 0 / 25%);
            width: 245px;
            height: 40px;
        }

        .customSocialBtn img.icon {
            height: 20px;
            width: 20px;
            margin: auto 10px;
        }

        .customSocialBtn span.buttonText {
            width: 145px;
            height: 17px;
            left: 0px;
            top: 0px;
            font-style: normal;
            font-weight: 900;
            font-size: 16px;
            line-height: 120%;
            opacity: 0.9;
            text-align: left;
            font-family: 'Roboto', sans-serif;
            /* color: #F7F7F7; */
            /*For New Button Remove Bellow Codes and Uncomment upper Code  */
            color: #808080;
        }

        
        footer a,
        footer+div a {
            color: var(--footerTextColor) !important;
        }

        footer .socialIcons {
            text-align: right;
        }

        @media (max-width: 600px) {
            footer .linksCont a {
                display: block !important;
            }

            footer .socialIcons {
                text-align: center;
                margin-top: 20px;
            }
        }
        :root {
            --themeColor: #5755d9;
            --themeBGColor: #fff;

            --headerTextColor: #0A0959;
            --headerBGColor: #FDFBFB;
            --footerTextColor: #FAF0F0;
        }