/* ================================================ */

/* ----------------RaiseyourIQ------------------ */

/* ================================================ */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    /* font-family: 'Merriweather', serif; */
    position: relative;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Merriweather', serif;
}

a {
    color: rgb(185, 185, 185);
    transition: all 0.3s;
    position: relative;
}

a:hover {
    color: #323232;
    text-decoration: none;
}

p {
    color: #808080;
}

p, button, span {
    font-family: 'Open Sans', sans-serif;
}

body {
    overflow-x: hidden;
}
.faq-inner-right {
height: 100%;
}
.client-img-outer {
    display: flex;
    margin-top: 30px;
}
.mobile-li {
    display: none;
}
.list-box-content { 
text-align: center;
}
.new_head-style {
    font-weight: 600;
    margin-bottom: 20px;
    text-align: left;
}

/*.custom-signup p {
    color: #212529;
    font-size: 15px;
}**/
.navbar.navbar-expand-md.main-navbar.blog-navbar.top-header-nav .navbar-nav.navbar-right.ml-auto li a {
    font-size: 15px;
    padding-right: .5rem;
    padding-left: .5rem;
}
.personal-back {
    background: url(../images/smart-school-back.jpg) !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #FFF;
    position: relative;
}

.blog-main_outer.brain-memory-banner .blog-outer {
    background: url(../images/brain-header.jpg) !important;
    background-size: cover !important;
}

.section-space {
    padding-top: 70px;
}

.section-space:last-child {
    padding-bottom: 70px;
}

/* .big_img.brain-memmory-custom {
    width: 40%;
} */

.big_img.brain-memmory-custom {
    width: 50%;
    margin-top: 30px !important;
}

.fields-div.start-btn-div.text-right {
    /* text-align: left !important; */
    /* margin-bottom: 20px; */
}

.free-bonus {
    color: #ea0303 !important;
}

.register-icon {
    /* width: 30px; */
    width: 80px;
    margin-right: 10px;
}

.free-credit {
    color: #fb002d;
    font-weight: 600;
}

.fields-div.start-btn-div.text-right {
    /* text-align: left !important; */
}

.free-span {
    color: #19b2e5;
}

.custom-heading_title {
    padding: 0px;
}

.privacy-btns-outer a {
    color: #5DAA11;
    font-size: 15px;
    font-weight: bold;
}

.privacy-btns-outer a:hover {
    color: #ffc125;
}

.pricing-btn {
    float: left;
}

.signup1-btn {
    float: right;
}

.conginitive-outer {
    width: 100%;
    float: left;
    margin-top: 30px;
}

.conginitive-title {
    font-family: 'Merriweather', serif;
    font-size: 20px;
    margin-bottom: 10px;
    color: #ffc125;
    margin-top: 20px;
}

.conginitive-outer a {
    color: rgb(0, 0, 177);
    font-size: 15px;
    font-weight: bold;
}

.conginitive-outer a:hover {
    color: rgb(0, 0, 93);
}

.copy_ul li a {
    color: #808080;
}

.blog-about_text h4, .blog-about_text h3 {
    font-weight: 600;
    margin-bottom: 20px;
    text-align: left;
}
/* 
.custom-heading_title h2 {

    font-size: 45px;
    font-weight: bold;
    margin-bottom: 30px;
} */
.custom-heading_title h2 {
    /*  font-size: 25px;  */
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 30px;
}
.custom-heading_title p {
    display: block;
    margin: 16px 0 0;
    font-size: 17px;
    color: #595959;
}

/* ================ */

/* ----------Home---------- */

/* ==================== */

/* -----------Header---------- */

header {}

.main-navbar {
    z-index: 1;
    position: absolute;
    width: 100%;
    padding: 20px 0;
    font-family: 'Open Sans', sans-serif;
}

.navbar-content {}

.header-nav ul li {
    margin-right: 10px;
    list-style: none !important;
}

.header-nav ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    transition: all 0.3s;
}

.header-nav ul li a:hover {
    color: #FFC125;
}

/* --------------Banner---------- */

.slick-dots {
    display: none !important;
}

.banner-inner {}

#banner {
    position: relative;
    top: 0;
    /* z-index: 0 */
}

.home-slides {
    margin: 0 !important;
}

.home-slides .slider-home img {
    width: 100%;
    height: 80vh;
    object-fit: cover;
}

.light-blue {
    color: #19b2e5;
}

.slider-home {
    position: relative;
    top: 0;
    left: 0;
}

.center-home_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
}

.center-home_text h2 {
    font-size: 70px;
    font-weight: 700;
}

.center-home_text p {
    font-size: 24px;
    color: #fff;
    margin: 20px 0;
}

.banner-btn {
    /* background: rgba(59, 59, 59, 0.157); */
    border-radius: 0;
    /* border: 1px solid #000; */
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    width: 150px;
    padding: 10px 0;
    margin: 0px 10px 0;
    height: 50px;
    transition: all 0.3s;
    ;
}

.yellow_btn {
    background: #FFC125;
}

.green_btn {
    background: #5DAA11;
}

.yellow_btn:hover {
    background: rgba(0, 0, 0, 0.479);
    color: #FFC125;
}

.green_btn:hover {
    background: rgba(0, 0, 0, 0.479);
    color: #5DAA11;
}

.arrows .prevarrow, .arrows .nextarrow {
    position: absolute;
    z-index: 22;
}

.arrows img {
    width: 60px;
    transition: all 0.3s;
}

.arrows img:hover {
    opacity: 0.6;
}

.arrows .prevarrow {
    top: 50%;
    left: 2%;
    transform: translate(0%, -50%);
}

.arrows .nextarrow {
    top: 50%;
    right: 2%;
    transform: translate(0%, -50%);
}

.center-home_text {
    animation: movingTopToBottom 2s ease;
    -webkit-animation: movingTopToBottom ease 2s;
    position: absolute;
    width: 70%;
    margin: 0 auto
}

@keyframes movingTopToBottom {
    0% {
        top: 53%;
    }
    100% {
        top: 50%;
    }
}

.banner-bottom_fields {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.479);
    padding: 30px;
    font-family: 'Open Sans', sans-serif;
}

.banner-bottom_fields .fields-div select {
    height: 50px;
    font-size: 16px;
    margin-left: 30px;
    padding: 10px;
    background-color: #fff;
    width: 270px;
    color: #323232;
    box-shadow: none;
    border: 1px solid #fff;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* height: 38px;
	line-height: 36px;
	padding: 0;
	font-family: inherit;
	font-size: 12px;
	color: grey;
	background-color: #fff;
	border: 1px solid #f2f2f2;
	border-radius: 0;
	box-sizing: border-box;
	cursor: pointer;
	user-select: none;
	-webkit-user-select: none; */
}

.banner-bottom_fields .fields-div select option:hover {
    background-color: #19b2e5;
}

.fields-div button {
    background-color: #19b2e5;
    margin-left: 30px;
}

.field_btn {
    /* background: rgba(59, 59, 59, 0.157); */
    border-radius: 0;
    /* border: 1px solid #000; */
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    width: 150px;
    padding: 10px 0;
    margin: 0px 10px 0;
    height: 50px;
    transition: all 0.3s;
    ;
}

.fields-div button:hover {
    background-color: #fff;
    color: #19b2e5;
}

.fields-div select:focus .main-opt {
    background-color: #000;
    color: #fff;
}

.banner-bottom_fields .fields-div select::-ms-expand {
    display: none;
}

.fields-div .select-field {
    position: relative;
    top: 0;
    left: 0;
}

/* 
.fields-div .angle_down{
    position: absolute;
    top:50%;
    right: 10px;
    transform: translate(-50%, -50%);
    font-size: 22px;
    color:#323232;
}  */

.select-field:after {
    content: '>';
    font: 22px "Consolas", monospace;
    color: #323232;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    /*Adjust for position however you want*/
    padding: 0 0 2px;
    /*left line */
    position: absolute;
    top: 25%;
    right: 20px;
    pointer-events: none;
}

/* -----------How-it-works--------------------- */

.from-blog_section {
    /* background-image: url(../images/howitworks.png); */
    background-repeat: no-repeat;
    background-position: center top;
    /* background-color: #f5f5f5a6; */
    /* padding-bottom: 40px; */
}

.contimg {
    padding-top: 70px;
    /* padding-bottom: 70px; */
}

.contimg img {
    width: 100%;
    height: auto;
    border: 8px solid #ddd;
}

.howitworkstitle h2 {
    font-size: 45px;
    font-weight: bold;
    margin-bottom: 30px;
}

ul.howitworkslisting li span {
    width: 35px;
    height: 35px;
    display: block;
    background-color: #19b2e5;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    line-height: 16px;
    font-weight: bold;
    float: left;
    border-radius: 50%;
    padding: 10px 0;
}

ul.howitworkslisting li p {
    padding-left: 60px;
}

.howitworkscontent {
    padding-top: 20px;
    /* padding-bottom: 50px; */
    /* border-top: 6px solid #62AC18; */
}

ul.howitworkslisting li {
    display: block;
    width: 100%;
    margin-bottom: 30px;
    min-height: 60px;
}

/* ----Blog-section------- */

.rs_custom_padding {
    padding: 90px 0;
}

.rs_heading_padding {
    padding-top: 90px;
}

.blog-inner_text {
    margin-top: 50px;
}

.blog-inner_text h3 a {
    color: #FFC125;
}

.blog-inner_text h3 a:hover {
    color: #5DAA11;
}

.blog-inner_text a {
    color: #5DAA11;
}

.blog-inner_text a:hover {
    color: #FFC125;
}

.blog-content {
    /* padding-bottom: 80px; */
}

.blog-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-imghome img {
    width: 85%;
    float: right;
}

/*---------------Popular-course------------------- */

.margin-space {
    margin: 20px 0 25px;
    transition: ease-in-out 0.2s;
}

.margin-space:hover {
    translate: translateY(-3);
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
}

.box-list {
    transition: ease-in-out 0.4s;
    background-color: #fff;
    border: 1px solid rgb(218, 218, 218);
}
.list-box-content h5 a {
    color: #212529;
    font-size: 20px;
    font-weight: 600;
}
/* .list-box-content h5 a {
    color: #323232;
    font-size: 20px;
    font-weight: 600;
} */

.list-box-content h5 a:hover {
    color: #FFC125;
}

.list-box-content p {
    font-size: 15px;
    line-height: 1.6em;
    color: #616161;
    margin: 13px 0;
    transition: color 0.2s ease-in-out;
}

.list-box-content { 
    position: relative;
    padding: 20px 0px;
    min-height: 200px;
}
.blog-inner_text h3 a {
    color: #FFC125;
    font-size: 23px;
}


.list-box-content .down_para {
    color: rgb(185, 185, 185);
}

.list-box-content .down_para:hover {
    color: #323232;
}

.box-list img {
    height: 170px;
}
.box-list img:hover {
    opacity: .8;
    }

/* position: absolute;
display: block;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 1;
 */

.price-holder {
    position: absolute;
    right: 20px;
    top: 20px;
    color: #fff;
    background-color: #19b2e5;
    border-radius: 30px;
    padding: 2px 20px;
    font-size: 12px;
}

.language-span {}

.trans-img {
    transition: all 0.3s;
}

.list-img {
    position: relative;
    z-index: 11;
    margin: 0 auto;
    text-align: center;
}

.list-img i {
    position: absolute;
    top: 20px;
    right: 10px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    letter-spacing: 1px;
    opacity: 0;
    transition: 0.3s ease-in-out;
    border-radius: 10px;
}

.list-img i {
    opacity: 1;
}

.box-list:hover .trans-img {
    width: 100%;
    height: 100%;
    background: rgba(165, 165, 165, 0.315);
    position: absolute;
    top: 0;
    left: 0;
}

.box-list .full-link {
    position: absolute;
    display: block;
    width: 100%;
    /* height: 100%; */
    top: 0px;
    left: 0px;
}



.language-span {
    transition: all 0.3s;
    font-weight: 600;
    padding-left: 0px;
    font-size: 13px;
}

.box-down_icon span {
    color: rgb(185, 185, 185)
}

.box-down_icon .language-span:hover span {
    color: #323232;
}

/* --------------- */

.about-icon-content {
    background-color: #3BAEE2;
    padding-top: 100px;
    padding-bottom: 100px;
}

.text-box-circle {
    color: #fff;
    text-align: center;
}

.text-box-circle i {
    color: #fff;
    font-size: 36px;
    margin-bottom: 30px;
    text-align: center;
    border: 1px dashed #fff;
    border-radius: 100px;
    width: 100px;
    height: 100px;
    padding: 30px 20px 20px;
    transition: .3s ease-in-out;
}

/* ---------fitness-option_div------------ */

.fitness-option_div p {
    margin-bottom: 20px;
}

.fit-option_div {
    margin: 0 0 35px 0;
}

.fit-option_div h4 {
    font-weight: 600;
}

.fit-option_div .color-text {
    color: #5DAA11;
    font-family: 'Merriweather', serif;
}

.fit-option_div .find-link_btn {
    color: #FFC125;
    font-weight: 600;
}

.fit-option_div .find-link_btn:hover {
    color: #5DAA11;
}

.center-div {
    /* display: flex;
    align-items: center; */
}

/* -------------number-section----------------- */

.rsiq-counter-title {
    font-size: 18px;
    margin: 14px 0 0;
}

.number-icons-section .rsiq-icon-element {
    margin-bottom: 10px;
}

/* -------------circle-img-section----------------- */

.circle-img_section {
    background-image: url(../images/process-bg-locate.png);
    background-position: center;
    background-repeat: no-repeat;
    /* background-size: cover; */
    padding-bottom: 70px;
}

.circle-img-div h4 {
    margin: 30px 0 20px;
    font-weight: 600;
}

.circle-img_section .circle-img-div img {
    border: 1px solid rgb(236, 236, 236);
    padding: 10px;
    border-radius: 50%;
}

.circle-img_section .circle-img-div {
    margin-top: 55px;
}

.big-circle_div img {
    /* transform: scale(1.5); */
    width: 280px;
    /* height: ; */
    margin-top: -38px
}

/* ------------------Team-div---------------- */

.team_section {
    background-color: #FCFCFC;
    padding-bottom: 70px;
}

.team-outer {
    min-height: 90px;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 20px 20px;
    background: #fff;
    border: 1px solid rgb(216, 216, 216);
    transition: all 0.4s;
}

.team-outer:hover {
    border: 1px solid #5daa11;
}

.team-div {
    margin-right: 20px;
}

.team-outer p {
    margin: 0;
    font-size: 14px;
}

.team-outer h6 a {
    color: #323232;
    font-weight: 600;
    transition: all 0.3s;
}

.team-outer h6 :hover {}

.team-div img {
    width: 70px;
    border-radius: 50%;
    margin-right: 15px;
    ;
}

.team-outer:hover a {
    color: #5daa11;
    translate: translateY(-3);
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
}

/* ---------------Testimonial----------- */

.testimonial-section {
    background-image: url(../images/map-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    padding: 70px 0;
}

.col-center {
    margin: 0 auto;
    float: none !important;
}

.carousel {
    margin: 50px auto;
    /* padding: 0 70px; */
}

.carousel .item {
    color: #fff;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    min-height: 290px;
}

.carousel .item .img-box {
    width: 135px;
    height: 135px;
    margin: 0 auto;
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 50%;
}

.carousel .img-box img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
}

.carousel .testimonial {
    padding: 30px 0 10px;
    color: #fff;
    margin: 19px 0 0;
    font-size: 18px;
    line-height: 30px;
}

.carousel .overview {
    /* font-style: italic; */
    font-weight: 600;
}

.carousel .overview b {
    text-transform: uppercase;
    color: #7AA641;
}

.carousel .carousel-control {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    top: 50%;
    background: none;
}

.carousel-control i {
    font-size: 68px;
    line-height: 42px;
    position: absolute;
    display: inline-block;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000;
}

.carousel .carousel-indicators {
    bottom: -40px;
}

.carousel-indicators li, .carousel-indicators li.active {
    width: auto;
    border: 8px solid #fff;
    height: auto;
    margin: 1px 6px;
    border-radius: 50%;
}

.carousel-indicators li {
    background: #fff;
    border-color: transparent;
    box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.2);
}

.carousel-indicators li.active {
    background: #fff;
    box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.2);
}

.slide-name h4 {
    margin: 30px 0 20px
}

.slide-name p {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 50px;
}

/* ---------custom-icons_section----------- */

.custom-icons_section {
    background-color: #FCFCFC;
    padding: 70px 0;
}

.vector-img_div {
    margin-top: 30px;
}

/* -------------------------Event-Section--------------------- */

.event_section {}

.event-img {
    position: relative;
}

.zoom {
    width: 100%;
    /* <!--  height: 100%; ---> */
    overflow: hidden;
}

.event-img img {
    width: 100%;
    transform: scale(1);
    transition: all 0.5s;
}

.event-img img:hover {
    transform: scale(1.03);
}

.event-img .date-p {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #000;
    color: #fff;
    font-size: 20px;
    margin-bottom: 0;
    padding: 10px;
    text-align: center;
}

.event-img .date-p span {
    margin-top: 10px;
    display: block;
    font-size: 16px;
}

.price-holder_event {
    color: #fff;
    background-color: #FFC125;
    border-radius: 30px;
    padding: 2px 20px;
    font-size: 13px;
    text-transform: uppercase;
    margin-left: auto;
}

.down-event-link {
    display: flex;
    align-items: center;
    padding: 30px 0;
    border-bottom: 1px solid rgb(218, 218, 218);
}

.down-event-link h4 a {
    color: #323232;
}

.down-event-link h4 a:hover {
    color: #FFC125;
}

.bottom-event_content {
    margin: 15px 0;
}

.bottom-event_content .event-time {
    font-weight: 600;
    color: #808080;
}

.bottom-event_content p i {
    font-weight: 500;
    color: #808080;
    padding-right: 10px;
}

/* ------------footer---------------- */

.footer-main_outer {
    background: #222222;
    color: #fff;
    margin-top: 70px;
    clear: both; 
}

.footer_outer {
    padding: 100px 0;
}

.footer-content h4 {
    margin: 0 0 20px 0;
    font-size: 20px;
}

.footer-content p {
    font-size: 14px;
    color: #cecece;
    margin-bottom: 20px;
}

.footer-ul li {
    line-height: 30px;
    /* padding:0 0 20px 0; */
    list-style: none;
    font-family: 'Open Sans', sans-serif;
}

.footer-ul li a {
    font-size: 14px;
    color: #cecece;
}

.footer-ul li a i {
    padding-right: 15px;
}

.icon_foot li a {
    color: #fff !important;
}

.icon_foot li a:hover {
    /* color:#fff ; */
}

.icon_foot li a:hover i, .footer-ul li h6 a:hover, .footer-ul li a:hover {
    color: #FFC125
}

.footer-ul li .foot-text_link {
    font-size: 14px;
}

.footer-ul li .foot-text_link:hover {
    color: #707070
}

.copyright-div {
    display: flex;
    padding: 30px 0;
    border-top: 1px solid rgb(66, 66, 66);
    font-family: 'Open Sans', sans-serif;
}

.right-copyright, .right-copyright ul {
    margin-left: auto;
}

.copy_ul {
    display: flex;
    align-items: center;
}

.copy_ul li {
    margin-left: 20px;
    list-style: none;
}

.copy_ul span {
    font-size: 16px;
    color: #808080
}

/* ======================================== */

/* -------------The-Science------------- */

/* ======================================= */

.blog-outer {
    background: url(../images/blog-banner1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #fff;
    position: relative;
}

.blog-navbar {
    position: static;
    background-color: rgba(0, 0, 0, 0.863);
    margin: 0;
    border-radius: 0;
}

.blog-head_content {
    padding: 100px 0px 100px 0px;
    text-align: center;
}

.blog-head_content p {
    color: #fff;
    font-size: 18px;
}

.blog-head_content ul {
    font-family: 'Open Sans', sans-serif;
}

.blog-head_content ul li {
    display: flex;
    align-items: center;
}

.blog-head_content ul li a {
    color: #fff;
    font-size: 13px
}

.top-img_head {
    margin: 0px 0 20px;
}

.top-img_head h3 {
    font-weight: 600;
}

.about-main-outer {
    padding-top: 20px;
}

.top-img_head .price-holder {
    font-size: 16px;
    font-weight: 600;
}

.border-side {
    border-left: 1px solid rgb(214, 214, 214);
    /* padding: 0 20px; */
}

.top-img-content {
    display: table;
    padding: 0 30px;
}

.top-img-content p {
    font-size: 14px;
    margin-bottom: 5px;
}

.top-img-content a {
    font-size: 14px;
}

.top-img-inner_content {
    display: table-cell;
    vertical-align: middle;
    padding: 10px 0;
}

.start-btn-div button {
    width: 175px;
    font-size: 16px;
    margin: 0;
    border: 1px solid #FFC125;
    background: #FFC125;
    color: #fff;
}

.start-btn-div button:hover {
    color: #FFC125;
}

.rating-icons {
    align-items: center;
}

.rating-icons a {
    padding: 3px;
    /* font-size: 20px; */
    margin-right: 4px;
    color: orange;
    text-decoration: none;
}

.rating-icons span {
    font-size: 14px;
    color: rgb(185, 185, 185)
}

.down-tab-content {
    display: flex;
    align-items: center;
}

.down-tab-content h6 a {
    color: #323232;
    padding-right: 15px;
}

.blog-about_text h3 {
    margin: 60px 0 20px;
}

.blog-about_text p {
    font-size: 16px;
}

.team-outer_div {
    width: 100%;
    margin: 10px 0;
    display: flex;
    align-items: center;
    padding: 20px 20px;
    background: #fff;
    border: 1px solid rgb(236, 236, 236);
    transition: all 0.4s;
}

.team-outer_div h6 a:hover {
    color: #FFC125
}

.sell-div {
    border: none;
    font-family: 'Merriweather', serif;
}

.sell-q {
    /*    background: #fff;*/
    border: 1px solid rgb(207, 207, 207) !important;
    margin: 10px 0 0 0 !important;
    padding: 20px 20px;
}

.card-header.sell-q.collapsed {
    border: 1px solid rgb(207, 207, 207) !important;
}

.card-header.sell-q {
    /* border-bottom-color: transparent !important; */
    transition: all 1s;
}

.sell-answer {
    border-top: 0;
    border-left: 1px solid rgb(207, 207, 207) !important;
    border-right: 1px solid rgb(207, 207, 207) !important;
    /* background-color: #f7f7f7; */
    border-bottom: 1px solid rgb(207, 207, 207) !important;
    background-color: #f7f7f7;
    transition: all 0.7s;
    /* border: 1px solid rgb(207, 207, 207) !important; */
    background-color: #f7f7f7;
}

.down-tab-content p {
    font-size: 18px;
    color: #323232;
    ;
    font-weight: 600;
}

.down-tab-content ul li .click_btn {
    color: #5DAA11;
    color: #5DAA11;
    margin: 10px 0px 0;
    /*  */
    padding: 0;
    text-align: center;
}

.down-tab-content ul li .click_btn:hover {
    color: #FFC125;
}
/******************9-11-2020***************************/
/*
.down-tab-content ul li {
	 margin-right: 40px; --comment
	padding: 0 20px;
	text-align: center;
}
*/
.down-tab-content ul li {
	/* margin-right: 40px; */
	padding: 0 10px;
	text-align: center;
	margin-bottom: 25px;
}
.down-tab-content ul li:first-child {
padding-left: 0px !important;
}
/******************9-11-2020 end***************************/
.right-side_bar {
    font-family: 'Open Sans', sans-serif;
}

.right-side_bar h5 {
    padding-bottom: 0px;
    /*    padding-top: 30px;*/
    font-weight: 600;
    letter-spacing: 1.2px;
}

.right-side_bar .see_btn {
    text-decoration: underline;
    color: #5DAA11;
}

.right-side_bar .see_btn:hover {
    color: #FFC125;
}

.bottom-sidebar {
    /* background-color: #f1f1f1;
    border-top:1px solid #ddd; */
    padding: 25px 0px;
    margin: 60px 0 30px;
}

.sidebar-outer {
    border-left: 1px solid #ddd;
    padding-left: 25px;
}

.bottom-sidebar h5 {}

.custom-right-inner {
    align-items: center;
    margin: 20px 0;
}

.custom-right-inner img {
    height: 70px;
    margin-right: 10px;
    /* border-radius: 50%; */
    object-fit: cover;
}

.custom-right-inner a {
    /* font-size: px; */
    line-height: 2em;
    font-weight: 600;
    margin: 0 0 0 20px;
    display: block;
    color: #FFC125;
}

.custom-right-inner a:hover {
    color: #5DAA11;
}

/*----------Blog-Content-----------*/

.space-up {
    margin: 65px 0;
    vertical-align: middle;
}

.blog-body {
    margin: 0 0 50px 0;
    font-family: 'Open Sans', sans-serif;
}

.blog-content h2 {
    font-size: 30px;
    font-weight: 700;
    color: #444;
    /*text-shadow: 0px 1px 2px #555;*/
}

.stylist-text {
    display: inline-block;
    font-size: 17px;
    margin: 12px 0;
}

.blog-content .big_img {
    /* margin:0 0 50px 0;  */
    margin: 0 0 0px 0;
}

.blog-content p {
    line-height: 1.6em;
    text-align: justify;
}

.sell-div .card-body {
    padding: 20px 50px;
    margin-bottom: 0;
}

/*  .read-btn button{
    color:#555;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    padding-left:0;
    background: none;
    text-decoration: none;
   
  }*/

.blog-btn {
    margin-top: 30px;
    margin-right: 15px;
    background-color: #f7941d;
    padding: 5px 30px;
    border: 2px solid #f7941d;
    color: #000;
    font-size: 17px;
    transition: 0.3s all ease-in-out;
}

.blog-btn:hover {
    background-color: transparent;
    color: #f7941d;
}

.right-side-bar {
    background: #F6F6F6;
    padding: 50px 40px;
    margin: 50px 0;
}

.right-side-bar h3 {
    color: #444;
    font-size: 22px;
    font-weight: 600;
    padding: 0 0 15px 0;
    margin-top: 0;
}

.side-list {
    padding: 0;
}

.side-list li {
    display: -webkit-box;
    flex-wrap: wrap;
    border-bottom: 1px solid #dfddd9;
    padding: 10px 0;
    list-style: none;
}

.side-list li, .side-list li a {
    color: #727272;
    font-size: 17px;
    margin: 5px 0;
    display: block;
    text-decoration: none;
}

.side-list li a:hover {
    color: #323232;
}

.search-box {
    border: 2px solid #000;
    display: flex;
}

.search-box input {
    border: none;
    width: 100%;
    padding: 15px 15px 15px 20px;
    font-size: 18px;
    outline: none;
    display: flex;
}

.search-box button {
    font-size: 20px;
    padding: 0px 15px 0 0;
    background: none;
    outline: none;
    border: none;
}

.content-off li {
    border-bottom: none;
    width: 90%;
}

.step-numbers {
    margin-top: 50px;
}

.list-number {
    font-size: 35px;
    color: #555;
    margin: 10px 15px 0 0;
}

#comment-section {
    border: 1px solid #ccc;
    border-radius: 7px;
    padding: 0px 30px 20px;
    margin-top: 30px;
}

.comment-text {
    margin-top: 20px;
}

.comment-text p {
    background: #fff;
    box-shadow: 0px 0px 8px #eaeaea;
    padding: 20px 10px;
    font-size: 17px;
    line-height: 1.5em;
}

.stylist-text img {
    border-radius: 50%;
    margin-right: 10px;
}

.rock-text {
    color: #f7941d;
    font-weight: 600;
}

.reply-box {
    display: flex;
}

.reply-btn {
    margin-left: auto;
    margin-top: 20px;
    height: 38px;
    background-color: #f7941d;
    padding: 5px 12px;
    border: 2px solid #f7941d;
    color: #000;
    font-size: 17px;
    transition: 0.3s all ease-in-out;
}

.reply-btn:hover {
    background-color: transparent;
    color: #f7941d;
}

.comment-box h3 {
    color: #000;
    font-weight: bold;
}

.comment-left {
    margin-top: 30px;
}

.comment-title {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 35px;
    color: #000;
}

.comment-form input {
    border: 1px solid #eaeaea;
}

.comment-form textarea {
    border: 1px solid #eaeaea;
}

/*---------------------------------------------*/

.intellectual-ability {
    width: 100%;
    float: left;
}

.smart-right h4 {
    color: #000;
    font-weight: 600;
    font-size: 20px;
    margin: 20px 20px;
    width: 100%;
    clear: both;
    float: left;
}

.smart-right h4 span, .smart-right h3 span {
    color: #19b2e5;
}

.smart-outer {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.smart-1 h5 {
    margin-top: 0px;
    min-height: 45px;
    font-size: 12px;
}

.smart-1 img {
    margin-top: 30px;
}

.smart-1 {
    background-color: #19b2e5;
    width: 18%;
    text-align: center;
    padding: 14px;
    color: #fff;
    margin: 0px 4px;
    float: left;
}

.smart-1.smart-color2 {
    background-color: #cc2818;
}

.smart-1.smart-color3 {
    background-color: #5daa11;
}

.smart-1.smart-color4 {
    background-color: #ffc125;
}

.smart-1.smart-color5 {
    background-color: #0d6d9e;
}

.intellectual-ability ul {
    width: 100%;
    float: left;
    padding: 0px 0px;
    font-family: 'Open Sans', sans-serif;
}

.intellectual-ability ul li {
    background-image: url(/images/e-arrow.png);
    background-position: left top 2px;
    background-repeat: no-repeat;
    padding-left: 50px;
    line-height: 35px;
    list-style: none;
}

.relational-skills {
    width: 100%;
    float: left;
    background-color: #eeefef;
    padding: 40px 1px;
    margin-bottom: 20px;
}

.relational-skills img {
    width: 100%
}

/* .free-trail {
    width: 100%;
    float: left;
    padding: 30px;
    background-color: #19b2e5;
    margin: 30px 0px;
} */

.free-trail {
    width: 100%;
    float: left;
    padding: 30px;
    background-color: #19B2E5;
    margin: 0px 0px 0px 0px;
}

.trial-left {
    width: 50%;
    float: left;
}

.trial-right {
    width: 50%;
    float: right;
}

.trial-left h5 {
    color: #fff;
    font-weight: normal;
    font-size: 18px;
    line-height: 37px;
}

/* .smart-right h2 {
    color: #000;
    font-size: 25px;
    margin-top: 0px;
    font-weight: bold;
    padding: 0px 20px;
} */

.smart-right h2 {
    color: #000;
    font-size: 29px;
    margin: 60px 0px 30px 0px;
    font-weight: bold;
    /*  padding: 0px 20px;  */
}

/* .smart-right h3 {
    background-color: #19b2e5;
    color: #fff;
    padding: 15px;
    font-size: 20px;
    letter-spacing: 0.5px;
    font-weight: bold;
    margin: 20px;
} */

.smart-right h3 {
    background-color: #19B2E5;
    color: #FFF;
    padding: 15px;
    font-size: 20px;
    letter-spacing: 0.5px;
    font-weight: bold;
    margin: 20px 0px;
}

.gray-div {
    background-color: #f4f4f4;
    padding: 20px;
    position: relative;
    max-height: 130px;
}

.gray-div img {
    position: absolute;
    right: 20px;
    bottom: 0px;
}

.gray-div.darkgray-div {
    background-color: #e7e7e7;
}

.gray-div p {
    margin-top: 0px !important;
    font-size: 15px !important;
    padding-right: 90px !important;
}

.smart-right {
    /*padding: 20px 0px;*/
    padding-bottom: 20px;
    /*border: 2px solid gray;*/
    width: 100%;
    float: left;
}

/* ----------23-03-2020------------ */

.featuredlogos img {
    max-width: 160px;
    height: auto;
    display: block;
    margin: 0 auto;
    text-align: center;
}

.readbtnyellow {
    padding: 8px 30px;
    background-color: #FFC125;
    color: #34495e;
    font-weight: bold;
    text-align: center;
    font-size: 0.9em;
    border-radius: 55px;
    border: none;
    margin-top: 4px;
    background-image: url(/images/nextarrow1.png);
    background-repeat: no-repeat;
    background-position: right 18px top 14px;
    transition: all 0.3s ease;
}

.our-mission {
    margin: 20px 0;
}

.mission-left {
    display: flex;
    align-items: center;
}

.mission-left p {
    padding-right: 50px;
    text-align: justify;
}

.client-img img {
    box-shadow: 0px 0px 15px rgb(209, 209, 209);
    border-radius: 50%;
    width: 150px;
    margin: 0 0 20px 0;
}

@media (max-width:1199px) {
    .down-tab-content ul li {
        padding: 0 15px;
    }
    /* .fast-games-path .pathgames .tooltip-container .thumbnail img{
        width: auto;
        height: 10px !important;
        object-fit: cover;
    } */
}

@media only screen and (max-width:991px) {
    .blog-imghome img {
        width: 60%;
        float: none;
        margin: 0 auto;
        display: block;
    }
    .right-side_bar {
        margin-top: 30px;
    }
    .blog-content {
        padding-bottom: 10px;
    }
    .top-img_head h3 {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .right-side_bar h5 {
        font-size: 20px;
    }
    .down-tab-content p {
        margin-bottom: 0px;
    }
    .down-tab-content ul li .click_btn {
        font-size: 14px;
    }
    .border-side {
        border-left: none;
    }
    .blog-about_text h3 {
        font-size: 22px;
    }
    .sell-q {
        padding: 15px 20px;
    }
    .custom-right-inner a {
        line-height: 24px;
    }
    .bottom-sidebar {
        /* padding: 5px 0px;
        margin: 40px 0 30px; */
        padding: 5px 0px;
        margin: 40px 0 0px;
    }
    .blog-about_text p {
        margin-bottom: 10px !important;
    }
    .sochool-register-inputs .teacher-details, .sochool-register-inputs .school-details {
        font-size: 18px;
    }
    .sochool-register-inputs .get-started-btn {
        font-size: 14px !important;
        padding: 11px 8px !important;
    }
    .sochool-register-inputs .download-file_div {
        font-size: 14px !important;
        padding: 11px 11px !important;
    }
    /* --------------06-april-2020-------------- */
    .wrap-login-outer {
         width: 70% !important;
    }
} 

@media only screen and (max-width:767px) {
    form#signup-form {
    float: none !important;
}
    .down-tab-content ul li:first-child {
    padding-left: 15px !important;
}
    .our-team-div {
        margin-top: 30px;
    }
    .topbar {
    display: none;
}
.mobile-li a {
    padding: 7px 0px;
    display: block;
}
    .mobile-li {
    display: block;
}
    .big_img.brain-memmory-custom {
        width: 100%;
    }
    .rotate-col {
        flex-direction: column-reverse;
    }
    .sidebar-offcanvas {
        padding: 0 15px !important;
        margin-bottom: 20px;
    }
    .listgroupsectionswrap {
        float: none !important;
        /* border-radius: 20px 20px 0px 0px !important; */
    }
    .list-ul ul li {
        list-style: none;
        padding: 15px 10px;
    }
    .paypal-img {
        width: auto !important;
    }
    .blog-banner-text {
        width: 100% !important;
    }
    .training-brain img, .about-client img {
        width: 100%;
    }
    .about-client {
        text-align: left;
    }
    /* ------------S--------------- */
    .navbar-collapse.header-nav {
        background-color: #000;
        padding: 10px 30px;
    }
    .fit-option_div img {
        width: 100%;
    }
    /* ------------03-april-2020--------------- */
    .down-tab-content ul li .click_btn {
        text-align: left;
    }
     /* --------------06-april-2020-------------- */
     .wrap-login-outer {
        width: 80% !important;
   }
     /* --------------01-May-2020-------------- */
   .result-row .row{
        margin: 30px 0 0;
        min-height: 300px !important;
    }
    .result-row .position-center.stimulis.active  label{
        font-size: 50px !important;
        padding: 0 !important;
    }
    .result-row .position-center.stimulis.active{
        font-size: 50px !important;
    }
    #start_game_section .stimulis {
        padding: 15px;
    }

    /* -------11-05-2020--------- */
    .col-xs-12.col-sm-6.col-md-3.game-block {
        min-height: auto;
    }

}

@media only screen and (max-width:575px) {
    .client-img-outer {
        /* display: inherit; */
    }
    .mission-left {
        display: block;
    }
    .blog-detail-img img {
        float: none !important;
        margin-right: 0px !important;
        width: 100% !important;
    }
    .home-slides .slider-home img {
        width: 100%;
        height: 51vh !important;
    }


       /* --------------06-april-2020-------------- */
       .wrap-login-outer {
        width: 100% !important;
   }
   .login-header h5 {
    font-size: 25px !important; 
   }
} 

.modal-custom_new .modal-header {
    background-color: #19b2e5;
    border-radius: 5px 5px 0px 0px;
    color: #fff;
    display: block;
}

.modal-custom_new .close {
    color: #fff;
    opacity: 1;
}

.modal-main-outer {
    background: #000;
    z-index: 100000;
}

/* ---Create an Account----- */

.custom-signup {
    margin: 50px 0;
}

.login-inputs form input {
    width: 100%;
    margin: 0 0 15px!important;
    padding: 11px 18px;
    font-family: inherit;
    font-size: 14px;
    line-height: 21px;
    font-weight: inherit;
    color: grey;
    background-color: transparent;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    outline: 0;
    -webkit-appearance: none;
    cursor: pointer;
    box-sizing: border-box;
}

.custom-signup .chckbox-div input  {
    padding: 0;
    border: none;
    /* display: none; */
}

.custom-signup .form-group {
    margin-left: 0;
}

.login-btn {}

.custom-signup .submit-form .login-btn {
    /* width: 200px; */
    font-size: 18px;
    margin: 0;
    border: 1px solid #FFC125;
    background: #FFC125 !important;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    transition: all 0.3s;
    padding: 11px 18px;
}

.custom-signup .submit-form input:hover {
    background: #fff !important;
    color: #FFC125;
}

.custom-signup .login-inputs .form-horizontal input {
    background-color: transparent;
}

.custom-signup .sign-up-right {
    font-family: 'Open Sans', sans-serif;
}

.custom-signup .sign-up-right li {
    display: flex;
    list-style: none;
    margin: 10px 0;
}

.custom-signup .sign-up-right li i {
    color: #5DAA11;
    padding-right: 10px;
}

/* .custom-signup  .sign-up-right li::before{
    position: absolute;
    top: 0;
    left: 0;
    content: "/f0a4 ";
    display: block;
    background:#000;
    width: 10px ;
    height: 2px;

} */

.login-inner-img img {
    width: 100%;
}
 
.logindown-div {
    margin-top: 30px;
}

.logindown-div .login-btn {
    display: block;
    margin: 20px 0 10px !important;
    width: 200px;
    text-align: center;
}

/* ---------------- */

.chck-boxes .chckbox-div {
    margin: 15px 0;
}

/*Checkboxes styles*/

.chck-boxes  input[type="checkbox"] {
    display: none;
}

.chck-boxes input[type="checkbox"]+label {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 20px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.chck-boxes input[type="checkbox"]+label:last-child {
    margin-bottom: 0;
}

.chck-boxes  input[type="checkbox"]+label:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #5DAA11;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .6;
    -webkit-transition: all .12s, border-color .08s;
    transition: all .12s, border-color .08s;
}

.chck-boxes input[type="checkbox"]:checked+label:before {
    width: 10px;
    top: -5px;
    left: 5px;
    border-radius: 0;
    opacity: 1;
    border-top-color: transparent;
    border-left-color: transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* ==================================== */

/* --------Clinic-Pricing------- */

/* ================================== */

/* --------------Plans------------- */

.clinic-price-section .sign-col_btn {
    margin: 30px 0px 0;
    text-align: center;
}

.clinic-price-section .btn-block {
    font-size: 18px;
    width: auto;
    /* display: inline-block; */
    padding: 8px;
    font-weight: 600;
    border-radius: 0em;
    color: #fff;
    transition: all 0.3s;
}

.clinic-price-section .btn-block:hover {
    background-color: #5DAA11;
    border: 1px solid #5DAA11;
    ;
}

.padding-col-plan {
    padding: 0 5px;
}

.padding-col-plan ul li {
    background-image: url('/theme2/images/tick1.png');
    background-repeat: no-repeat;
    background-position: 10px 20px;
    padding-left: 36px;
}

.sidebar-offcanvas {
    padding: 0px;
    display: flex;
}

.useraccountcontentwrap {
    /* float: left;
    clear: left; */
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px #ccc;
    padding: 0px;
    border-radius: 20px;
}

.badge-title {
    color: #7f7d7d !important;
    border-bottom: 1px solid #ccc !important;
  /*  margin: 0 0 20px 20px; */ 
}

.buy-nowtitle {
    padding: 11px !important;
}

.package-custom {
    box-shadow: 0px 0px 7px 0px #ccc;
    /* margin: 40px 0px; */
    border: 1px solid #ccc;
    clear: both;
    /* float: left; */
    width: 100%;
}

.package-custom ul li img {
    margin-right: 10px;
}

.listgroupsectionswrap {
    /* float: left;
    clear: left; */
    width: 100%;
    background-color: #29B7E7;
    border-radius: 0px 20px 20px 0;
    margin-left: 0px;
    margin-right: 0px;
    padding-bottom: 20px;
}

.row-offcanvas-left .listgroupsectionswrap {
    border-radius:  20px 0px 0px 20px;
}

.list-group {
    margin-bottom: 0px;
}

.listgroupsections {
    float: left;
    clear: left;
    width: 100%;
}

.list_title {
    /* float: left;
    clear: left; */
    width: 100%;
    color: #fff;
    font-size: 1.4em;
    font-weight: bold;
    padding: 20px 20px 20px 20px;
    border-bottom: 1px solid #fff;
}

.headerbtnyellow {
    float: right;
    padding: 12px 36px 12px 22px;
    background-color: #FFC125;
    color: #34495e;
    font-weight: bold;
    text-align: center;
    font-size: 0.9em;
    border-radius: 55px;
    border: none;
    margin-top: 4px;
    background-image: url(/images/nextarrow1.png);
    background-repeat: no-repeat;
    background-position: right 18px top 14px;
    transition: all 0.3s ease;
}

.assesmnet-inner h1 {
    /* float: left; */
    color: #fff;
    margin: 12px 0px;
    font-size: 24px;
    letter-spacing: 0.5px;
    font-weight: bold;
}

.list-ul ul {
    margin-bottom: 0;
}

.list-ul ul li.active {
    background-color: #3cc2ef;
}

.list-ul ul li {
    list-style: none;
    padding: 15px 20px;
    border-bottom: 1px solid #58c9ef;
    font-weight: 600;
}

.list-ul ul li.active a {
    color: #000;
}

.list-ul ul li a {
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.5px;
}

.list-ul ul li a:hover {
    text-decoration: underline;
}

.package-custom h4 {
    background-color: #ffc125;
    margin: 0px;
    text-align: center;
    font-size: 16px;
    letter-spacing: 0.5px;
    font-weight: bold;
    padding: 15px 0px;
    color: #000;
}

.package-custom h2 {
    text-align: center;
    background-color: #34495e;
    color: #fff;
    font-weight: bold;
    padding: 30px 30px;
    margin: 0px;
}

.package-custom ul li a {
    color: #777373;
    font-weight: bold;
}

input, button, a {
    border: none;
    outline: none;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

.package-custom ul li {
    list-style: none;
    padding: 15px 18px 13px 46px;
    border-bottom: 1px solid #ccc;
}

.package-custom h3 {
    text-align: center;
    font-size: 16px;
    color: #000;
    font-weight: bold;
    letter-spacing: 0.5px;
    background-color: #e9e9e9;
    margin: 0px;
    padding: 30px 20px;
    margin-top: 0px;
    line-height: 25px;
    /* width: 100%; */
    /* float: left; */
}

.paypal-img {
    margin: 0 auto;
    float: none;
    display: block;
    border: 4px solid #fff;
    position: relative;
    border-radius: 6px;
    width: 100%;
}

.assesment-outer {
    background-image: url(/images/assesment-back.jpg);
    width: 100%;
    /* float: left; */
    background-size: 100%;
    padding-bottom: 70px;
    background-repeat: no-repeat;
    background-color: #f2f2f2;
}

.assesmnet-inner {
    background-color: #34495e;
    width: 100%;
    /* float: left; */
    border-radius: 0px 0px 25px 25px;
    padding: 0px 20px;
    margin-bottom: 20px;
}

.list-ul ul li a img {
    width: 20px;
    margin-right: 20px;
}

/* ------------- */

/* .howitworkstitle1 h2 {
    font-size: 45px;
    font-weight: bold;
    margin-bottom: 30px;
} */
.howitworkstitle1 h2 {
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 30px;
    }
/* --------------------- */

.signup-rightpadding h4, .signup-rightpadding h3, .sochool-register-inputs h4 {
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 35px;
}

.sochool-register-inputs {
    /* border-top: 2px solid #FFC125;
    padding-top: 25px; */
}

.sochool-register-inputs h5 {
    margin-bottom: 30px;
}

.sochool-register-inputs .teacher-details {
    color: #FFC125;
}

.sochool-register-inputs .school-details {
    color: #5daa11;
}

.sochool-register-inputs input {
    background-color: transparent;
}

.sochool-register-inputs input {
    width: 100%;
    margin: 0 0 15px!important;
    padding: 11px 18px;
    font-family: inherit;
    font-size: 14px;
    line-height: 21px;
    font-weight: inherit;
    color: grey;
    background-color: transparent;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    outline: 0;
    -webkit-appearance: none;
    cursor: pointer;
    box-sizing: border-box;
    transition: all 0.3s;
}

.sochool-register-inputs input:focus {
    border: 1px solid #333
}

.sochool-register-inputs .get-started-btn {}

.sochool-register-inputs .get-started-btn {
    /* width: 200px; */
    font-size: 18px;
    margin: 0;
    border: 1px solid #FFC125;
    background: #FFC125;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    transition: all 0.3s;
    padding: 11px 18px;
}

.sochool-register-inputs .get-started-btn:hover {
    background: #fff;
    color: #FFC125;
}

.sochool-register-inputs .form-group {
    padding: 0;
}

.sochool-register-inputs .download-file_div {
    font-size: 18px;
    margin: 0;
    border: 1px solid #5daa11;
    /* background: #FFC125 ; */
    color: #5daa11;
    font-family: 'Open Sans', sans-serif;
    transition: all 0.3s;
    padding: 11px 18px;
}

.sochool-register-inputs .download-file_div:hover {
    border: 1px solid #5daa11;
    background: #5daa11;
    color: #fff;
}

.team-div, .contentname p {
    display: none;
}

.contentname h6 {
    font-family: 'Open Sans', sans-serif;
}

/* ===================================*/

/* --------Brain-Agility----------- */

/* =========================== */

.agility-banner {
    background: url(../images/brain-agility1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #fff;
    position: relative;
}

.agility-banner h2 span, .blog-banner-text h2 span {
    font-family: 'Merriweather', serif;
}

.yellow-text {
    color: #FFC125;
}

.agility-banner .green-text {
    color: #5DAA11;
}

.training-brain img {
    width: 70%;
}

.training-brain {
    text-align: left;
    margin: auto;
    /* margin-top: 30px; */
}

.top-img_space {
    margin-top: 30px;
}

.blog-about_text {
    margin-top: 30px;
}

/* ================================ */

/* --------------About-US--------- */

/* ================================ */

.blog-outer-single {
    margin-bottom: 30px;
}

.blog-outer-single h4 a {
    color: #323232;
}

.blog-outer-single h4 a {
    color: #323232;
    font-weight: 600;
}

.blog-outer-single h4 a:hover {
    color: #FFC125;
}

.blog-desc {
    text-align: left;
    overflow: hidden;
    padding: 15px 15px 15px 0px;
}

.blog-desc .time-div:hover {
    color: #5DAA11;
}

.blog-desc .time-div {
    color: #afafaf;
    margin: 0px 0 15px 0;
    display: block;
}

.blog-desc p {
    /* min-height: 250px; */
}

.blog-desc h4 {
    color: #000;
    font-size: 17px;
    margin-top: 0px;
    line-height: 24px;
}

.blog-desc p {
    color: #8c8989;
    font-size: 16px;
    line-height: 26px;
}

.blog-banner-text {
    width: 60%;
    text-align: center;
    margin: auto;
}

.blog-img h1 {
    color: #ffc125;
}

.blog-img h1:hover {
    color: #5DAA11
}

.blog-img {
    width: 100%;
    min-height: 250px;
    padding: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.blog-img {
    background-color: #457d18;
    color: #fff;
}

.about-client img {
    width: auto;
    /* width: 50% ; */
    margin-bottom: 15px;
    ;
}

/* ================================ */

/* ----------Our-Blog----------- */

/* ============================== */

.brain-training-right ul li {
    display: inline-block;
    list-style: none;
    padding: 5px 20px;
}

.calender-li img {
    padding-right: 15px;
}

.calender-li {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

/* .brain-training-right{
    text-align: right;
} */

.blog-detail-img img {
    float: left;
    margin-right: 20px;
    width: 40%;
    margin-bottom: 10px;
}

.blog-detail-img p {
    font-size: 15px;
    line-height: 25px;
    color: #7D7B7B;
    text-align: justify;
}

/* ------------Accordion-Icon------------- */

.card-title a::before {}

.card-header>a, .card-title>a:active {
    display: block;
    font-size: 16px;
    cursor: default;
    text-transform: uppercase;
    text-decoration: none;
    margin-bottom: 0;
}

.card-header a:before {
    /* font-family: 'Glyphicons Halflings'; */
    font-family: 'FontAwesome';
    content: "\f078";
    transition: all 0.5s;
    padding-right: 10px;
    color: #ffc125;
}

.card-header.active a:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

/* ---------------------set-up-------------*/

.copyright-div p, .copy_ul, .footer-ul {
    margin-bottom: 0;
}

.team_section {
    padding-bottom: 0;
}

.login-inner .alert-danger p {
    margin-bottom: 0;
    text-align: center;
}



/* ================================== */

/* -------FAQ-page-------- */

/* ================================ */

.faq-banner {
    background-image: url(/theme2/images/faq-banner.jpg)!important;
    min-height: 600px !important;
    margin-bottom: 0px !important;
    background-position: center center;
	margin-top: 0;
	min-height: 600px !important;
}
.bannercontentwrap {
    padding-top: 300px;
}

.search-bar {
    width: 50%;
    float: none;
    margin: 0 auto;
    display: block;
    position: relative;
}

.search-bar input {
    width: 100%;
    padding: 20px;
    border-radius: 40px;
    font-size: 20px;
    border: none;
    font-weight: bold;
    padding-left: 60px;
    background-image: url(/images/file.png);
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: left 20px center;
}

.search-icon {
    position: absolute;
    right: 0px;
    height: 69px;
    width: 69px;
    background-color: #29b7e7;
    padding: 22px;
    border-radius: 100%;
    bottom: 0px;
}

.search-icon i {
    color: #fff;
    font-size: 25px;
}

.faq-tabs {
    margin-top: 20px;
}
/* //////////FAQ End//////////// */


/* ---------S------------ */

.blog-outer.agility-banner.science-banner {
    background: url(../images/science-1.jpg);
}

.blog-content .big_img {}

.login-inner.sign-up-outer h4 {
    font-weight: 600;
}

.improve-skills {
    font-weight: 600;
    margin: 50px 0px 20px 0px;
    float: left;
    width: 100%;
}

.trial-right img {
    width: 60%;
    float: right;
}

.page-item.active .page-link {
    background-color: #19B2E5;
    border-color: #19B2E5;
}

.page-link {
    color: #19B2E5;
}

/* .blog-outer.smart-banner1 {
    background: url(../theme2/images/what-new.jpg) !important;
    background-size: cover;
} */

.blog-outer.smart-banner1 {
    background: url(../images/what-new.jpg) !important;
    background-size: cover;
}

.col-md-7.howitworkscontenthome {
    padding-left: 50px;
}

.enhance-outer {
    background-color: #FBFBFB;
    padding-bottom: 70px;
    }
    .smart-new-out .fit-option_div {
    text-align: center;
    }
    .smart-new-out .fit-option_div p {
    font-size: 15px;
    }
    .smart-new-out .fit-option_div h4 {
    font-size: 20px;
    }
    .from-blog_section {
    padding-bottom: 70px;
    }
    .from-blog_section .blog-inner_text {
    margin-top: 20px;
    }
    .enhance-outer .howitworkscontenthome.fitness-option_div {
    text-align: center;
    }
    .smart-new-out .fit-option_div img {
        margin-bottom: 20px;
    }

 /* ////////S///////// */








.copyright-div .coyright-home {
    color: #ffc125;
}

.copyright-div .coyright-home:hover {
    color: #5daa11;
    /* text-decoration: underline; */
}

.top-para {
    font-size: 18px;
}
/* ------02-april-2020--------- */

.kid-starter h2 a:hover {
    color: #e7a603;
}
/* ------------03-april-2020------- */

.big_img.client-new {
/*    width: 70%;*/
    width: auto !important;
}

.register_para {
    font-size: 20px;
    color: #000;
}
.blog-main_outer.brain-memory-banner .personal-back{
background: url(../images/brain-training-back1.jpg) !important;
background-size: cover !important;
}

 

/* ------------- */
 
.wrap-login-outer {
    display: table;
    width: 50%;
    margin: auto;
    /* height: 75vh; */
}
.wrap-login {
    display: table-cell;
    vertical-align: middle;
}
.login-header h5 {
    color: #F0F8FF;
    font-size: 32px;
    font-weight: 700;
    margin: 10px 0 10px;
}
.back-trans {
    background: #000000de;
    border-radius: 0px;
    padding: 20px 10px;
}
.login-outer {
    width: 70%;
    margin: auto;
}
.login-outer {
    width: 70%;
    margin: auto;
}
 
.login-outer label {
    color: #fff;
    margin-top: 15px;
} 

.login-outer .login-btn {
    /* width: 200px; */
    font-size: 18px;
    border: 1px solid #FFC125;
    background: #FFC125;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    transition: all 0.3s;
    padding: 8px 18px;
    display: block;
    margin: 20px auto 10px;
    width: 150px;
    text-align: center;
}
.login-outer .login-btn:hover {
    background-color: rgb(218, 156, 0);
    border: 1px solid rgb(218, 156, 0);
}

.container-fluid.bannerbg.login-bg.editlogin-div a {
    color: #000;
} 
.editlogin-div {
    background: none;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 20px 0px;
    font-family: 'Open Sans', sans-serif;
}    
.bannerbg.login-bg.editlogin-div h3 {
    margin-top: 20px;
} 

.login-inputs #last_name{
    margin-bottom: 0 !important;
}  


  

    
   
.chckbox-div {
    line-height: 20px;
    display: flex;
    flex-wrap: wrap;

} 
/* Base for label styling */
.chckbox-div input[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  /* position: absolute;
  left: 0; */
  border: none !important;
}
.chckbox-div input[type="checkbox"]:not(:checked) + i + label,
.chckbox-div input[type="checkbox"]:checked + i + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}
   
/* checkbox aspect */
.chckbox-div input[type="checkbox"]:not(:checked) + i + label:before,
.chckbox-div input[type="checkbox"]:checked + i + label:before {
  content: '';
  position: absolute;
  left: 0; top: 0;
  width: 1.25em; height: 1.25em;
  border: 2px solid #ccc;
  background: #fff;
  /* border-radius: 4px; */
  box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
}
/* checked mark aspect */
.chckbox-div input[type="checkbox"]:not(:checked) + i + label:after,
.chckbox-div input[type="checkbox"]:checked + i + label:after {
  content: '\2713\0020';
  position: absolute;
  top: .15em; left: .22em;
  font-size: 1.3em;
  line-height: 0.8;
  color: #5daa11;
  transition: all .2s;
  font-family: 'Lucida Sans Unicode', 'Arial Unicode MS', Arial;
}
/* checked mark aspect changes */
.chckbox-div input[type="checkbox"]:not(:checked) + i + label:after {
  opacity: 0;
  transform: scale(0);
}
.chckbox-div input[type="checkbox"]:checked + i + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
.chckbox-div input[type="checkbox"]:disabled:not(:checked) + i + label:before,
.chckbox-div input[type="checkbox"]:disabled:checked + i + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
.chckbox-div input[type="checkbox"]:disabled:checked + i + label:after {
  color: #999;
}
.chckbox-div input[type="checkbox"]:disabled + i + label {
  color: #aaa;
}
/* accessibility */
.chckbox-div input[type="checkbox"]:checked:focus + i + label:before,
.chckbox-div input[type="checkbox"]:not(:checked):focus + i + label:before {
  border: 2px dotted #FFC125;
}

/* hover style just for information */
label:hover:before {
  /* border: 2px solid #4778d9!important; */
}

 input{  
  
}     
.login-inputs form .chckbox-div input{
    margin-bottom: 0 !important;   
}


.register-modal{ 
    background-color: rgba(0, 0, 0, 0.2);
}


/* -------------07-april-2020------- */
.not-account-div a{
    text-transform: capitalize;
}
.not-account-div a:hover{
color: #5daa11 !important;
text-decoration: underline;
}

/* -------------27-april-2020------- */

.fast-page-text ul { padding: 0px 20px; }


/* ------30-april-2020-------------- */
.result-row  { 
   

}

.result-row .fast-game-completed p {

    color: #000;

}

.result-row{
    background: url(../images/result-back-b.jpg) !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #FFF;
    position: relative;
    /* margin: 50px 0 0; */
    display: flex !important;
    justify-content: center;
    align-items: center;
    /* min-height: 400px !important; */
}

.result-content p:nth-child(3),
.result-content p:nth-child(5){
    background-color: #00B3CB;
}
.result-content h2{
    font-weight: 600;
    width: 70%;
    text-align: center; 
    margin: auto;
}
.result-content p{
    display: flex;
    color: #fff;
    font-size: 18px;
    padding: 10px 10px;

}
.result-content p b{
    margin-left: auto;
}
#block-interval-message {
    /* position: absolute;
    top: 50%; */
    padding: 60px;
    /* display: flex;
    flex-direction: column;
    align-items: center; */
}
#block-interval-message p{
    /* color: #fff; */
    /* padding:50px 0 ; */
}


/* ----------01-May-2020----------- */
.inner-result-back{
    /* background-image: url(/theme2/images/result-back-blur4.jpg);
    background-size: cover;
    border: 10px solid #ffffff73;
    border-radius: 20px; */
}
.result-row .default-score-message p{
    /* color:#fff; */
    font-size: 18px;
}
.result-row .update-btn {
    margin-top: 20px;
    padding: 10px 20px;
}

.result-row {
    position: relative;
}
.result-head{
    background-image: url(/theme2/images/result-head-bg1.jpg);
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    font-weight: 600;
    z-index: 1;
}
#start_game_section .stimulis {
   /* text-align: center;
     padding: 70px 20px; */
}
.result-row .position-center.stimulis.active  label{
    font-size: 70px;
}
.result-row  label.error{
    font-size: 70px ;
}

.result-content{
    margin-top: 70px;
}
.result-content h2{
    margin-bottom: 20px;
}

.col-xs-12.pathwayName {
   margin: -1px 0px;
    background: #34495e;
    color: #fff;
}
 .fast-games-path .game-block {

    margin-bottom: 20px;
    margin-top: 25px;

}


/* ---------------------4-may-2020 */

.row.row-offcanvas.row-offcanvas-left{
    border-radius: 1px ;
    /* border: 1px solid rgb(218, 218, 218); */
}

.padding-col_s{
    padding: 0 !important;
}

#fast-game-stimuli{
    display: flex;
    justify-content: center;
    align-items: center ;
}
.center-col{
    /* display: flex;
    align-items: center;
    justify-content: center; */
}

.useraccountcontentwrap .useraccountplay{
    /* box-shadow: 0px 0px 10px 0px #ccc; */
    border-radius: 20px !important;
    padding:0 !important;
}
/* ---------11-05-2020--------- */
.fast-games-path .pathgames .tooltip-container .thumbnail img{
    width: auto;
    height: 120px;
    object-fit: cover;
}
.fast-games-path .pathgames .tooltip-container .thumbnail .status img{
    width: auto !important;
    height: auto !important;
}

.useraccountcontentwrap .sidebar-offcanvas{
    padding: 0 15px 0 0 !important;
}

.modal-content {
    display: inline-block; 
}

.assesment-left  .carousel {
    margin: auto;
}

.assesment-left .carousel .item {
    min-height: 50px; 
}

.yaellowBar {
    /* width: 100%; */
    /* background: #ffc125; */
    /* margin: 0 auto; */
    /* padding: 0 7%; */
    text-align: left;
    margin: 0px;
}
.yaellowBar.yello-right {
    text-align: right;
}
.yaellowBar.yello-right li {
    padding: 6px 15px;
}
.topbar {
    width: 100%;
    background: #ffc125;
    /* float: left; */
    position: inherit;
}

.yaellowBar li a {
    color: #222;

}
.yaellowBar li {
    display: inline-block;
    padding: 10px 12px;
    font-size: 20px;
}

.yaellowBar.yello-right li a img {
    width: 38px;
    margin-right: 5px;
}
.yaellowBar a:hover, .yaellowBar li:hover, .yaellowBar li:hover a {
    color:#fff;
    background: #19b2e5;
}

.custom-heading_title h1 { 
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: left;
}

p.left { text-align:left } 


.personal-input {  
    color: #7f7d7d;
    font-size: 18px;
    letter-spacing: 0.5px;
    margin: 0px;
    padding: 10px 0px;

}
 
.fa-line-chart, .fa-bar-chart { font-size:18px; margin-right: 20px; }

.fast-games-container {
    border: 2px solid #29b7e7;
    border-radius: 20px;
    margin-bottom: 20px;
}
.fast-page-text img {
    /* width: 160px; */
    width: auto !important;
    margin-bottom: 32px;
}
/***************************08-09-2020**********/
ul.pagination {
    width: 100%;
 
}
span.fast-span {
    font-style: italic;
    margin-right: 8px;
}
#description {
	background-color: #000;
padding: 8px 18px;
	border: 1px solid #000 !important;
	color: #fff;
}
#info {
	background-color: #ffc125;
	border: 1px solid #ffc125 !important;
	margin: 0px 10px;
	padding: 8px 18px;
}
#begin{
    padding: 8px 18px !important;
    margin-left: 0px !important;
    border: 1px solid #5cb85c !important;
}
#description:hover, #info:hover, #begin:hover{
    background-color: transparent !important;
    border: 1px solid #000 !important;
    color: #000 !important;
}
.assesment-outer .row.timer-row .assesment-left .welcome-desc p {
	color: #000;
	line-height: 26px;
	text-align: justify;
}
.assesment-outer .row.timer-row .assesment-left .welcome-desc {
    padding-left: 42px;
    padding-bottom: 20px;
}
.assesment-outer .row.timer-row .assesment-left .welcome-desc h1 {
	margin-top: 0px;
}
.assesment-outer .row.timer-row .assesment-left .start-test.dashboard-startbtn {
	float: left;
	margin-top: 0px;
	margin-right: 35px;
}
/******************9-11-2020***************************/
.useraccountcontentwrap p {
	padding: 0px 20px 20px !important;
}
.privacy-btns-outer .pricing-btn, .privacy-btns-outer .signup1-btn {
    color: #fff !important;
    padding: 11px 20px;
}
.privacy-btns-outer .pricing-btn{
background-color: #FFC125;
border: 1px solid #FFC125;
}
.privacy-btns-outer .signup1-btn{
background-color: #5DAA11;
border: 1px solid #5DAA11;
}
.privacy-btns-outer .pricing-btn:hover, .privacy-btns-outer .signup1-btn:hover{

background-color: #000;
border: 1px solid #000;
}
/*.big_img {
    margin-top: 35px !important;
}*/
.pricing-paypal {
    width: 100%;
    padding: 17px;
}
.blog-img1 img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}


div#tabs-section button.btn.field_btn {
    color: #fff;
    font-size: 14px;
    border-radius: 3px;
}

.homepga_brain {
    background-color: #fbfbfb;
    padding: 60px 0px 50px;
    margin-bottom: 50px;
}


.privacy-btns-outer a.pricing-btn,
.start-btn-div button , div#tabs-section button.btn.field_btn , .home_sign{
    box-shadow: inset 0 -0.5em 0.5em #febc13bd, inset 0 -0.5em 0.125rem 0.5em #ffb807;
	background: linear-gradient(#ffc125, #fecf57 50%) content-box, linear-gradient(#ffc125, #ffc83e) border-box;
	color: #fff !important;
	text-shadow: 1px 1px var(--c-sh-txt, rgb(255, 193, 37));
}
.privacy-btns-outer a.signup1-btn {
	box-shadow: inset 0 -0.5em 0.5em #81da29, inset 0 -0.5em 0.125rem 0.5em #77e907;
	background: linear-gradient(#81e61b, #99f73e 50%) content-box, linear-gradient(#87ed24, #6cc810) border-box;
	color: #fff !important;
	text-shadow: 1px 1px var(--c-sh-txt, rgb(135, 240, 31));
}
.privacy-btns-outer a.signup1-btn, .privacy-btns-outer a.pricing-btn, .start-btn-div button {
	position: relative;
	margin: .5em;
	border: solid 4px transparent !important;
	padding: 10px 0px !important;
	border-radius: 1em;
    border-radius: 52px;
	min-width: 160px;
	text-align: center;
	font: 900 1.5em !important;
	filter: contrast(-0.35);
	transition: .2s ease-out;
	cursor: pointer;
	
}
.privacy-btns-outer a.signup1-btn::before, .privacy-btns-outer a.pricing-btn::before, .start-btn-div button::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.1875em;
    background: radial-gradient(closest-side, rgb(255 255 255 / 49%), rgba(48, 162, 221, 0)) 50%/75% 100% no-repeat;
    content: "";
}
.privacy-btns-outer a.pricing-btn:hover, .start-btn-div button:hover, .privacy-btns-outer a.signup1-btn:hover , div#tabs-section button.btn.field_btn:hover ,button.btn.home_sign:hover{
        transition: all ease 1s;
    transform: scale(1.1);
    filter: brightness(0.9);
}
/*
.privacy-btns-outer a.pricing-btn,
.start-btn-div button , div#tabs-section button.btn.field_btn , .home_sign{
    background: #FFC125;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(27, 188, 194, 1)), to(rgba(24, 163, 168, 1)));
    background: -webkit-linear-gradient(#ffd877 0%, #FFC125 100%);
    background: -moz-linear-gradient(#ffd877 0%, #FFC125 100%);
    background: -o-linear-gradient(#ffd877 0%, #FFC125 100%);
    background: linear-gradient(#ffd877 0%, #FFC125 100%);
    border: 1px solid #ebb120 !important;
    border-bottom: 4px solid #e9aa0d !important;
}
.privacy-btns-outer a.signup1-btn {
    background: #5DAA11;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(27, 188, 194, 1)), to(rgba(24, 163, 168, 1)));
    background: -webkit-linear-gradient(#70c81a 0%, #5DAA11 100%);
    background: -moz-linear-gradient(#70c81a 0%, #5DAA11 100%);
    background: -o-linear-gradient(#70c81a 0%, #5DAA11 100%);
    background: linear-gradient(#70c81a 0%, #5DAA11 100%);
    border: 1px solid #559714 !important;
    border-bottom: 4px solid #498013 !important;
}

.privacy-btns-outer a.signup1-btn,
.privacy-btns-outer a.pricing-btn,
.start-btn-div button  {
    border-radius: 4px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
    color: white;
    padding: 10px 30px;
    display: inline-block;
    position: relative;
    text-decoration: none;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1bbcc2', endColorstr='#18a3a8', GradientType=0);
}


.privacy-btns-outer a.pricing-btn:hover, .start-btn-div button:hover, .privacy-btns-outer a.signup1-btn:hover , div#tabs-section button.btn.field_btn:hover ,button.btn.home_sign:hover{
    background: rgb(0, 0, 177) !important;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(27, 188, 194, 1)), to(rgba(24, 163, 168, 1)));
    background: -webkit-linear-gradient(#70c81a 0%, #5DAA11 100%) !important;
    background: -moz-linear-gradient(#70c81a 0%, #5DAA11 100%) !important;
    background: -o-linear-gradient(#70c81a 0%, #5DAA11 100%) !important;
    background: linear-gradient(rgb(107 107 206) 0%, rgb(0, 0, 177) 100%) !important;
    border: 1px solid rgb(16 16 122) !important;
    border-bottom: 4px solid rgb(13 13 101) !important;
    color: #fff !important;
}
*/

.tabs.down-tab-content button.btn.field_btn {
    color: #000;
}
.down-tab-content ul li {
    width: 25%;
}

button.btn.home_sign {
    color: #fff;
}
.common-banner {
    width: 100%;
}
.common-banner ul.nav.nav-pills {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/**************************/
.video_play {
    margin: 50px 0px 0px;
    background-color: #19b2e5;
    padding: 35px;
    border: 5px solid #1194c0;
    border-radius: 32px;
}
.video_play .top-img_head {
    text-align: center;
}
.video_play .top-img_head h3 {
    color: #fff;
    line-height: 41px;
}
.video_play .list-img img {
    width: 100px;
}

.start-btn-div button.btn.field_btn {
    height: auto;
}
.lets-connect {
	margin-top: 50px !important;
}
.bannerbg {
    float: none !important;
}
form#signup-form {
    float: left !important;
}
.privacy-btns-outer a, .privacy-btns-outer a button {
    color: #5DAA11;
    font-size: 15px;
    font-weight: bold;
}
@media only screen and (max-width:767px) {
    form#signup-form {
    float: none !important;
}
    .down-tab-content ul li:first-child {
    padding-left: 15px !important;
}
}


.nospace {
    margin-top: -18px;
    font-weight: 600;
    font-style: italic;
}

.fields-div.d-flex.start-btn-div {
    margin-top: 10px !important;
}
.game-error-message p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 0px;
    margin-top: 5px;
    background-color: #ff00008c;
    padding: 10px;
    border-radius: 5px;
    margin-top: 20px;
}
.fields-div.d-flex.start-btn-div .nav-link.click_btn.mr-3 {
    margin: 0 auto !important;
    display: block;
    text-align: center;
}

.assesment-left .carousel-inner p { padding: 20px; } 
