@charset "utf-8";

/* Top header style start */
.menu {
    margin: 0 !important;
    padding: 12px 0 12px 0 !important;
}
@media (min-width: 576px) {
    .menu.d-inline-block.align-top {
		width: 78%;
        text-align: right;
	}
	.float-sm-start {
        float: left !important;
    }
	
}
@media (min-width: 992px) {
    .navbar-expand-lg {
        float: right !important;
    }
	.logo img {
        width: 235px;
        height: auto;
        margin: -10px 0;
        display: block;
		padding:6px;
    }
	.logo {
		padding: 2px 0px 2px 0 !important;
		width: 22% !important;
	}
}
#logo {
    left: 0;
    height: 78px;
    width: 392px;
}
#slogan {
    font-style: italic;
    color: #333;
    padding-top: 20px;
    padding-left: 15px;
}
#top-navigation {
    float: right;
    padding: 0;
    line-height: 1;
}
#navbar-nav li {
    display: inline-block;
    margin-top: 3px;
    margin-bottom: 1px;
    vertical-align: text-bottom;
}
#navbar-nav > ul > li > a, #footer-bottom li a {
    overflow: hidden;
    height: 54px;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
#navbar-nav a {
    color: #333;
    font-weight: 400;
    text-decoration: none;
    padding: 14px 18px;
    display: block;
    position: relative;
}
span.menu_2line {
    display: inline-block;
    opacity: 1;
    top: 5px;
    line-height: 1.4;
    text-align: center;
    padding: 0px 22px;
}
span.menu_slide, span.main_text {
    display: block;
    position: relative;
    padding: 18px;
}
p.fs-7.fw-bold.text-uppercase.d-none.d-lg-block.lession_result_wpm {
    margin-bottom: 20px;
    border-bottom: 2px solid;
}
/* Top header style end */
/* Heading section start */
.button_box{
    background: #FF7F50;
    border-radius: 20px;
    padding: 25px 35px;
    font-size: 1.1em;
    box-shadow: #444371 4px 5px 6px;
}
.create_acc_box.heading_text {
    text-align: center;
	margin-bottom: 30px;
}
/* Heading section end */
/* Keyboard section */
.user_records_wpm {
    background: #444371;
    /* border: #444371 1px solid; */
    padding: 8px 0 0 5px;
	height: 348px;
	border-radius: 7px;
}
table.j-user{
	margin: 15px 0 0 0px;
	padding: 5px 0 0 6px;
	width:100%;
}

/* span.count_user_wpm { 
	padding-left: 32px;
} */
.button_box.text-white.buttons_section {
    text-align: center;
}
.button_box.text-white.buttons_section button {
	background:#ffffff;
    padding: 14px 50px;
    font-size: 1.4em;
    font-weight: 400;
    letter-spacing: 1px;
    cursor: pointer;
    margin-left: 5px;
    border-radius: 50px;
    display: block;
    margin: 20px auto;
}
.button_box.text-white.buttons_section .d-block a {
    color: #ffffff !important;
}
.button_box b {
    font-size: 1.7em;
    margin-bottom: 4px;
}
p.d-inline-block.align-top.top_signin {
    margin-top: 0px;
}
@media only screen and (max-width: 991px) {
    .keyboard_user_layout {
        min-height: inherit;
    }
	.logo img {
       width: 150px;
       height: auto;
       margin: -10px 0;
       display: block;
    }
	.logo {
		padding: 12px 0px 12px 0 !important;
	}
}
.keyboard_user_layout {
    background: #444371;
    border: #444371 1px solid;
    border-radius: 15px;
    padding: 15px 8px;
	margin-top: 1rem !important;
}
@media (min-width: 992px) {
    .keyboard_user_layout {
        margin-top: 0 !important;
    }
}
/* Keyboard section */
/* Dropdown Menu*/
.dropdown-menu-section {
		display: none;
		opacity: 0;
	}
.dropdown_menu .mobile_dropdown_menu {
		display: none;
		opacity: 0;
	}
@media (min-width: 992px) {
	.navbar-nav .dropdown_menu .dropdown-menu-section{
		position: absolute;
		width: 100%;
		height: auto;
		top: 32px;
		left: 0;
		background: #fff;
		border-top: 4px solid #ff7f50;
		/* overflow: hidden; */
		-webkit-box-shadow: 0 8px 24px -5px #ccc;
		-moz-box-shadow: 0 8px 24px -5px #ccc;
		box-shadow: 0 8px 24px -5px #ccc;
	}
	.navbar-nav .dropdown_menu:hover .dropdown-menu-section {
		display: block;
		opacity: 1;
	}
	
	.navbar-nav .dropdown_menu .dropdown-menu-section:before {
		content: '';
		display: block;
		position: absolute;
		left: 36%;
		top: -20px;
		margin-left: 25px;
		width: 0;
		height: 0;
		border-top: 8px solid transparent;
		border-right: 11px solid transparent;
		border-left: 8px solid transparent;
		z-index: 1;
		border-bottom: 12px #FF7F50 solid;
	}
	div.dropdown-menu-section > div.dropdown_row {
		position: relative;
		width: 100%;
		height: auto;
	}
	div.dropdown-menu-section > div.dropdown_row div.dropdown-column-2 {
		width: 33.33%;
	}
	div.dropdown-menu-section > div.dropdown_row > [class^="dropdown-column"] {
		padding: 16px;
	}
	div.dropdown-menu-section > div.dropdown_row [class^="dropdown-column"] {
		position: relative;
		float: left;
		height: auto;
	}
	ul.navbar-nav > li.dropdown_menu > div ul {
		margin: 0;
		margin-top: 5px;
		margin-bottom: 10px;
	}
	nav.navbar ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	ul.navbar-nav > li.dropdown_menu > div ul li {
		position: relative;
		font-size: 14px;
		line-height: 28px;
		line-height: 28px;
		display: flex;
		width: 100%;
	}
	ul.navbar-nav > li.dropdown_menu > div ul li > a:hover{
		color: #FF7F50;
		text-decoration: underline;
	}
	ul.navbar-nav > li.dropdown_menu > div ul li > a {
		text-decoration: none;
		color: #555;
		display: inline-block;
		float:left;
	}
}
@media only screen and (max-width: 991px) {
    .dropdown_menu a.nav-link.text_blink:after {
		font-family: 'ETmodules';
		content: '+';
		color: #ffffff;
		font-weight: normal;
		position: absolute;
		font-size: 16px;
		right: 30px;
	}
	.dropdown_menu a.nav-link.text_blink.active:after {
        font-family: 'ETmodules';
        content: '-';
        color: #ffffff;
        font-weight: normal;
        position: absolute;
        font-size: 16px;
        right: 30px;
    }
	.dropdown_menu.active .mobile_dropdown_menu {
		display: block;
		opacity: 1;
	}
	ul.navbar-nav > li.dropdown_menu.active .mobile_dropdown_menu a {
        text-decoration: none;
        color: #ffffff;
        display: inline-block;
        float: left;
		font-size:.8em;
    }
	ul.navbar-nav > li.dropdown_menu.active ul.mobile_dropdown_menu > li {
        position: relative;
        font-size: 14px;
        line-height: 28px;
        line-height: 28px;
        width: 100%;
    }
	.menu .navbar-expand-lg .navbar-nav .nav-link {
        text-align: left;
    }
}

/* Dropdown Menu*/
