@charset "UTF-8";
:root {  --blue: #007bff;
 --indigo: #6610f2;
 --purple: #6f42c1;
 --pink: #e83e8c;
 --red: #dc3545;
 --orange: #f4623a;
 --yellow: #ffc107;
 --green: #28a745;
 --teal: #20c997;
 --cyan: #17a2b8;
 --white: #fff;
 --gray: #6c757d;
 --gray-dark: #343a40;
 --primary: #f4623a;
 --secondary: #6c757d;
 --success: #28a745;
 --info: #17a2b8;
 --warning: #ffc107;
 --danger: #dc3545;
 --light: #f8f9fa;
 --dark: #343a40;
 --breakpoint-xs: 0;
 --breakpoint-sm: 576px;
 --breakpoint-md: 768px;
 --breakpoint-lg: 992px;
 --breakpoint-xl: 1200px;
}
*, *::before, *::after { box-sizing: border-box; }
@font-face {
    font-family: "drescher-grotesk";
    src: url("../fonts/drescher-grotesk-bt-bold-wxx-rg-font.woff") format('woff');
    src: url("../fonts/drescher-grotesk-bt-bold-wxx-rg-font.woff2") format('woff2');
    font-weight: 800;
}
@font-face {
    font-family: "drescher-grotesk";
    src: url("../fonts/drescher-grotesk-bt-book-wxx-rg-font.woff") format('woff');
    src: url("../fonts/drescher-grotesk-bt-book-wxx-rg-font.woff2") format('woff2');
    font-weight: bold;
}
@font-face {
    font-family: "drescher-grotesk";
    src: url("../fonts/drescher-grotesk-bt-demi-wxx-rg-font.woff") format('woff');
    src: url("../fonts/drescher-grotesk-bt-demi-wxx-rg-font.woff2") format('woff2');
    font-weight: 600;
}
@font-face {
    font-family: "drescher-grotesk";
    src: url("../fonts/drescher-grotesk-bt-light-wxx-rg-font.woff") format('woff');
    src: url("../fonts/drescher-grotesk-bt-light-wxx-rg-font.woff2") format('woff2');
    font-weight: 300;
}
@font-face {
    font-family: "drescher-grotesk";
    src: url("../fonts/drescher-grotesk-bt-semi-bold-wxx-rg-font.woff") format('woff');
    src: url("../fonts/drescher-grotesk-bt-semi-bold-wxx-rg-font.woff2") format('woff2');
    font-weight: 500;
}
@font-face {
    font-family: "DrescherGroteskBTSmallSizesWXX";
    src: url("../fonts/drescher-grotesk-bt-small-wxx-rg-font.woff") format('woff');
    src: url("../fonts/drescher-grotesk-bt-small-wxx-rg-font.woff2") format('woff2');
}
@font-face {
    font-family: "DrescherGroteskBTWXX-Roman";
    src: url("../fonts/drescher-grotesk-bt-wxx-rg-roman-font.woff") format('woff');
    src: url("../fonts/drescher-grotesk-bt-wxx-rg-roman-font.woff2") format('woff2');
}
@font-face {
    font-family: "bantayog-light";
    src: url("../fonts/bantayog-light.woff") format('woff');
    src: url("../fonts/bantayog-light.woff2") format('woff2');
}
@font-face {
    font-family: "bantayog-semilight";
    src: url("../fonts/bantayog-semilight.woff") format('woff');
    src: url("../fonts/bantayog-semilight.woff2") format('woff2');
}
@font-face {
    font-family: "bantayog-regular";
    src: url("../fonts/bantayog-regular.woff") format('woff');
    src: url("../fonts/bantayog-regular.woff2") format('woff2');
}


@font-face {
    font-family: "aventra-bold";
    src: url("../fonts/aventra-bold.ttf") format('truetype');
}

@font-face {
    font-family: "aventra-regular";
    src: url("../fonts/aventra-regular.otf") format('opentype');
}
@font-face {
    font-family: "zing-rust";
    src: url("../fonts/zing.rust-demo-base.otf") format('opentype');
}


@font-face {
    font-family: "Poppins";
    src: url("https://db.onlinewebfonts.com/t/8e85c24067e0c4f54318abf16531ece7.eot");
    src: url("https://db.onlinewebfonts.com/t/8e85c24067e0c4f54318abf16531ece7.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/8e85c24067e0c4f54318abf16531ece7.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/8e85c24067e0c4f54318abf16531ece7.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/8e85c24067e0c4f54318abf16531ece7.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/8e85c24067e0c4f54318abf16531ece7.svg#Poppins")format("svg");
}


.bantayog-light {font-family: "bantayog-light" !important;}
.bantayog-regular {font-family: "bantayog-regular" !important;}
.bantayog-semilight {font-family: "bantayog-semilight" !important;}
body { max-width: 100% !important; margin: auto; overflow-x: hidden;}
.badge { border: 1px solid #000; }
.table { border-collapse: collapse !important; }
.table td, .table th { background-color: #fff !important; }
.table-bordered th, .table-bordered td { border: 1px solid #dee2e6 !important; }
.table-dark { color: inherit; }
.table-dark th, .table-dark td, .table-dark thead th, .table-dark tbody + tbody { border-color: #dee2e6; }
.table .thead-dark th { color: inherit; border-color: #dee2e6; }
body, html { width: 100%; height: 100%; max-width: 1440px; margin: auto; }
hr.divider { max-width: 3.25rem; border-width: 0.2rem; border-color: #f4623a; }
hr.light { border-color: #fff; }
.btn { font-family: "DrescherGroteskBTSmallSizesWXX";  }
.btn-xl { padding: 1.25rem 2.25rem; font-size: 0.85rem; font-weight: 700; text-transform: uppercase; border: none; border-radius: 10rem; }
.page-section { padding: 50px 0; max-width: 1440px; margin: auto; }
#mainNav .navbar-brand { color: #fff;}
header.masthead {background: #242D8C;}
.bbconnect-page header.masthead {background: #242D8C;padding-bottom: 50px !important;}
.bbconnect-page header.masthead .container {max-width: 1050px; margin-top: 30px; margin-bottom: 20px; }

.header-split-bg header.masthead { padding-top: 10rem; padding-bottom: calc(10rem - 4.5rem); padding-bottom: 100px;background: linear-gradient(to right, #242D8C 60%, #fff 60%, #fff);}
.header-split-bg.inner-page header.masthead { background: linear-gradient(to right, #242D8C 50%, #fff 50%, #fff);}
.text-right {text-align: right !important;}






header.masthead h1 { color: #fff;font-size: 50px; }
header.masthead h1 span {color: #fff;}
.container-fluid {padding-left: 97px;padding-right: 97px;}
.heading-font {font-family: "DrescherGroteskBTSmallSizesWXX";}
.regular-font {font-family: "DrescherGroteskBTWXX-Roman";}

/* Bestbrains Styles */
nav.navbar { position: fixed; z-index: 1000; width: 100%;  margin: auto;}
nav.navbar .container-fluid {max-width: 1440px;}
.navbar-dark .navbar-nav .nav-item .nav-link { height: auto; line-height: 50px; }
.navbar-dark .navbar-nav .nav-item:first-child .nav-link, .navbar-dark .navbar-nav .nav-item:nth-child(2) .nav-link { color: #fff !important; }
.navbar-dark .navbar-nav .nav-item:last-child .nav-link { background: #FFD81F; border-radius: 5px; height: 50px; }
nav .container-fluid { padding-left: 40px; padding-right: 40px; }
.navbar-light .navbar-toggler { color: #fff; font-size: 30px; }
nav.navbar-scrolled { background: #FFFFF8; box-shadow: 0 0 10px #aaaa99; width: 100%; border-bottom: 1px solid #c2c2c2;}
nav.navbar-scrolled .navbar-toggler { color: #000; }
nav button.navbar-toggler:focus { outline: none; }
.nav-close-btn { float: right; }
nav.navbar .navbar-brand .color-logo { display: none; }
nav.navbar.navbar-scrolled .navbar-brand .white-logo { display: none; }
nav.navbar.navbar-scrolled .navbar-brand .color-logo { display: block; }
.navbar-dark.navbar-scrolled .navbar-nav .nav-item:first-child .nav-link, .navbar-dark.navbar-scrolled .navbar-nav .nav-item:nth-child(2) .nav-link, .navbar-dark.navbar-scrolled .navbar-nav .nav-item:nth-child(3) .nav-link { color: #080B23 !important; }
.navbar-collapse ul.navbar-nav li a { font-family: "DrescherGroteskBTSmallSizesWXX"; font-size: 20px; color: #080B23 !important; display: inline-block; width: auto; padding: 0 20px !important; }
.navbar-collapse ul.navbar-nav li .dropdown-menu a { font-family: "DrescherGroteskBTWXX-Roman"; font-size: 20px; color: #fff; text-decoration: none; display: block; line-height: 40px; }
.navbar-collapse ul.navbar-nav .dropdown-menu .dropdown-submenu { line-height: 60px; }
.dropdown-submenu .dropdown-menu { padding-top: 0; margin-top: 0; }
nav.navbar .container-fluid { width: 100%; }
nav.navbar.white-bg { background: #FFFFF8; }
nav.navbar.white-bg .logo-color, nav.navbar.white-bg .menu-icon-dark { display: block !important; }
nav.navbar.white-bg .logo-white, nav.navbar.white-bg .menu-icon { display: none !important; }
.megamenu { min-width: 1069px; margin-left: -390px; padding: 20px 5px 20px 50px; border: 4px solid #FFD260; border-radius: 20px; margin-top: 15px !important; }
.dropdown-menu { border: 4px solid #FFD260; border-radius: 10px; }
.megamenu h6 { font-size: 20px; }
nav ul.navbar-nav .megamenu .list-unstyled li a { font-size: 20px; padding: 0 !important; line-height: 25px; margin-top: 8px; }
nav ul.navbar-nav .megamenu .list-unstyled li a:hover { color: #6481f5 !important; }
nav ul.navbar-nav .megamenu .megamenu-block { width: auto; margin-right: 48px; max-width: 188px; padding: 0; }
.navbar-dark .navbar-toggler, nav button.navbar-toggler:focus { border-color: transparent; box-shadow: none; }
nav ul.navbar-nav .franchise-link {margin-right: 15px;margin-left: 20px}
nav ul.navbar-nav .franchise-link a.nav-link {padding: 0 15px !important;}
.text-center {text-align: center;}
.h1-font { font-size: 40px; line-height: 46.27px; font-family: "DrescherGroteskBTSmallSizesWXX"; }
.h2-font { font-size: 36px; line-height: 41.7px; font-family: "DrescherGroteskBTSmallSizesWXX"; }
.sub-heading { font-size: 30px; line-height: 34px; font-family: "DrescherGroteskBTWXX-Roman"; }
p { font-family: "DrescherGroteskBTWXX-Roman"; }
p.text1 { font-size: 26px; line-height: 31px; }
.aitems-center { align-items: center !important; }
.bg-purple2 { background: #8C75EB; }
.bg-blue2 { background: #6481F5; }
.bg-teal { background: #7BDAD4; }
.bg-yellow { background: #FFD260; }
.mtop5 { margin-top: 5px; }
.mtop20 { margin-top: 20px; }
.mtop40 { margin-top: 40px; }
.mtop70 { margin-top: 70px; }
.mtop80 { margin-top: 80px; }
.mtop100 { margin-top: 100px; }
.ptop120 { padding-top: 120px; }
.ml-70 { margin-left: -70px; }
.mauto { margin: auto; }
.mwidth400 { max-width: 400px !important; }
.mwidth900 { max-width: 900px !important; }
.mbottom30 { margin-bottom: 30px; }
.mbottom50 { margin-bottom: 50px; }
.pbottom50 { padding-bottom: 50px !important; }
.ptop0 { padding-top: 0; }
.no-padding { padding: 0 !important; }
.no-margin { margin: 0 !important; }
.w200 {width: 200px !important;}
.btn { font-size: 22px; line-height: 35px; max-width: 480px; height: 50px; }
.btn-small { font-size: 18px; line-height: 32px; height: 46px; }
.btn-big { width: 230px; }
.btn-full { width: 100%; }
.btn-red { background: #ED1A3B; color: #fff; }
.btn-yellow { background: #FFD81F; color: #080B23; }
.btn-yellow-2 { background: #FFD260; color: #080B23; }
.btn-white { background: #fffff8; color: #000; }
.btn-blue { background: #242D8C; color: #fffff8; }
.btn-purple { background: #7558EB; color: #fff; }
.btn-border { background: none; border: 4px solid #fff; color: #fff; }
.btn-yellow:hover { box-shadow: 0px 0px 15px #8c75eb; }
.btn-yellow-2:hover { box-shadow: 0px 0px 15px #FFD260; }
.btn-white:hover { box-shadow: 0px 0px 15px #fffff8; }
.btn-blue:hover { box-shadow: 0px 0px 15px #242D8C; }
.btn-purple:hover { box-shadow: 0px 0px 15px #7558EB; }
.btn-yellow:active { background: #FBC400; }
.btn-yellow-2:active { background: #FBC400; }
.btn-white:active { background: #fffff8; color: #000; }
.btn-blue:active { background: #242D8C; color: #fffff8; }
.btn-purple:active { background: #7558EB; color: #fff; }



.align-items-center {align-items: center;}


.banner-content-block { max-width: 50%; padding-left: 50px; float: left; padding-bottom: 15px; }
.banner-content-block hr { max-width: 230px; }
.banner-content-block .input-group { max-width: 392px; }
.banner-images { display: inline-block;     margin-top: 10px;}
.banner-images .banner-image { position: relative; }
.banner-images .banner-image img { max-width: 500px; }
.banner-images .banner-dots { position: relative; left: 60px; top: 60px; }
.banner-images .banner-teacher { position: absolute; right: 20px; }
.home-page header.masthead {margin-top: 50px;background: transparent;}
.home-page header.masthead .container-full {background: #242D8C;border-radius: 50px;padding: 50px 20px;}
.home-page header.masthead .container-full .row {align-items: center;}
.home-page .bars-animation { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -o-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); display: inline-block; margin-left: -50px; }
.home-page .banner-animation { background: #7BDAD4; border: 4px solid #FFD260; height: 80px; font-size: 30px; color: #fff; }
.banner-animation { background: #7BDAD4; border: 4px solid #FFD260; height: 91px; font-size: 28px; color: #fff; }
.home-page header.masthead { padding-top: 80px; padding-bottom: 50px }
.home-page header .container-full { max-width: 1440px; margin: auto; }
.home-page header.masthead h1 { font-weight: 400; margin-bottom: 17px !important; }
.home-page .masthead hr { border-top: 1px solid #fff; margin: 25px 0; }
.home-page header.masthead p { margin-bottom: 10px; color: #fff; font-size: 26px; line-height: 30px; }
.home-page header.masthead .input-group input, .home-page header.masthead .input-group input:active {padding-right: 30px;
    height: 52px;
    border: 4px solid #255fae !important;
    border-radius: 10px !important;
    background: #fff !important;
    padding-left: 10px !important;
    font-size: 17px;
    font-family: poppins;
    font-weight: 600;}
.home-page header.masthead .input-group input::placeholder, .home-page .nearest-center input::placeholder {color: #9196c2; opacity: 1; }
.home-page header.masthead .input-group input:-ms-input-placeholder, .home-page .nearest-center input:-ms-input-placeholder { color: #9196c2; }
.home-page header.masthead .input-group input::-ms-input-placeholder, .home-page .nearest-center input::-ms-input-placeholder { color: #9196c2; }
.home-page header.masthead .input-group button { border-radius: 5px; margin-left: 4px; color: #242D8C; }





/* START FREE REGISTRATION BANNER CSS */
/* .home-page header.masthead .container-full {background: #FFDBDB !important;padding-bottom: 0 !important;}
.home-page header.masthead h1 {color: #7558EB !important; font-weight: 500;}
.home-page header.masthead p {color: #000 !important;}
.home-page header.masthead p b {font-size: 22px;display: block;margin-top: 8px;}
.home-page header.masthead .btn-yellow {background: #7BDAD4; padding: 8px 35px; border-radius: 25px;margin-top: 20px;}
.home-page header.masthead .terms-note {text-align: center;}
.home-page header.masthead .terms-note p {font-size: 20px;}
.home-page header.masthead .flowers-img { position: absolute;}
.home-page header.masthead .banner-images > img {margin-left: 65%;}
.banner-content-block {z-index: 1}
@media all and (max-width: 650px) and (min-width: 250px) {
	.home-page header.masthead .btn-yellow {padding: 8px 20px;}
}
@media (max-width: 575px) { 
	.banner-content-block {margin-bottom: 30px;}
} */
/* END FREE REGISTRATION BANNER CSS */

nav.navbar a.navbar-brand img.logo-white, nav.navbar .navbar-toggler img.menu-icon { display: block; }
nav.navbar a.navbar-brand img.logo-color, nav.navbar .navbar-toggler img.menu-icon-dark { display: none; }
nav.navbar.navbar-scrolled a.navbar-brand img.logo-white, nav.navbar.navbar-scrolled .navbar-toggler img.menu-icon { display: none; }
nav.navbar.navbar-scrolled a.navbar-brand img.logo-color, nav.navbar.navbar-scrolled .navbar-toggler img.menu-icon-dark { display: block; }
.mfp-iframe { border-radius: 10px; }
.slider-inside-center .gallery-slider, .slider-video-testimonials .video-slider { max-width: 480px; margin: auto; }
.video-block .video-play-btn { margin-left: -35px; }
.video-block .video-play-btn .video-play-icon { background: rgba(123, 218, 212, 0.8); width: 68px; height: 68px; border-radius: 50%; display: inline-block; box-shadow: 0 0 0 rgba(0,0,0, 0.8); animation: pulse 2s infinite; }
.home-page .slider-video-testimonials .video-play-btn .video-play-icon { background: rgba(45,128,93,0.4); width: 68px; height: 68px; border-radius: 50%; display: block; box-shadow: 0 0 0 rgba(0,0,0, 0.8); animation: pulse 2s infinite; }
.video-block .video-play-btn .video-play-icon img { margin-left: 27px; margin-top: 23px; }
.slider-video-testimonials .video-block .video-play-btn .video-play-icon img { margin-left: 5px; margin-top: 24px; }
 @-webkit-keyframes pulse { 0% {
-webkit-box-shadow: 0 0 0 0 rgba(0,0,0, 0.8);
}
 70% {
-webkit-box-shadow: 0 0 0 15px rgba(0,0,0, 0);
}
 100% {
-webkit-box-shadow: 0 0 0 0 rgba(0,0,0, 0);
}
}
@keyframes pulse { 0% {
-moz-box-shadow: 0 0 0 0 rgba(0,0,0, 0.8);
box-shadow: 0 0 0 0 rgba(0,0,0, 0.4);
}
 70% {
-moz-box-shadow: 0 0 0 15px rgba(0,0,0, 0);
box-shadow: 0 0 0 10px rgba(0,0,0, 0);
}
 100% {
-moz-box-shadow: 0 0 0 0 rgba(0,0,0, 0);
box-shadow: 0 0 0 0 rgba(0,0,0, 0);
}
}
.zipcode-input-group button { margin: 0 !important; padding: 0 15px; border-left: none; border-radius: 0 10px 10px 0; background: #4d70ff; color: #fff; }
span.inline-block { display: inline-block; }
.home-video-block .row { align-items: center; }
.home-video-block .row .thumb-img { max-width: 500px; border: 5px solid #7BDAD4; border-radius: 20px; }
.slider-video-testimonials .row .thumb-img { max-width: 500px; border: 5px solid #7BDAD4; border-radius: 20px; padding: 30px 0; }
.home-video-block .video-block, #splide-testimonials .video-block { position: relative; }
.home-video-block .video-block .video-play-btn, #splide-testimonials .video-block .video-play-btn { position: absolute; top: 50%; left: 50%; transform: translate(0%, -50%); }
.bb-difference .container-fluid { padding: 0 100px; }
.bb-difference .col-sm-4 p { width: 280px; }
.bb-difference .video-play-btn span.fa-icon { color: #fff; font-size: 30px; position: absolute; top: 40px; left: 60px; }
.bb-difference .col-12 { margin-top: 20px; text-align: left; }
.bb-difference .col-12 .icons { margin-bottom: 20px; }
.bb-difference .col-12 .icons img { margin: 0 6px }
.bb-difference .col-12 p { max-width: 370px; display: block; font-size: 22px; line-height: 26.5px; margin-top: 20px; }
.video-block { display: inline-block; width: auto; }
.home-video-text { display: inline-block; max-width: calc(100% - 575px); width: 575px; text-align: left; }
.home-video-text h2 { margin-bottom: 30px; }
.home-video-text p { font-size: 22px; line-height: 26px; }
.nearest-center .text-block { display: inline-block; float: right; }
.nearest-center.center-results .text-block { max-width: 100%; }
.nearest-center h2 { color: #000; font-size: 55px; margin: auto; letter-spacing: 3px; }
.nearest-center h4 { margin-bottom: 30px; }
.nearest-center form { margin-bottom: 15px !important; }
.nearest-center .row { background: #ffd81f; padding: 10px 0; border-radius: 20px; min-height: 430px; align-items: center; position: relative; max-width: 1246px; margin: auto; }
.cta-banner1 .row { min-height: 380px; }
.cta-banner1 .row img.family-img { width: 320px; }
.cta-banner1 .row .search-btn { background: #7bdad4; }
.cta-banner1 .row .icon-right { max-width: 150px; position: absolute; right: -30px; bottom: -30px; }
.cta-banner1.center-results .text-block { margin-bottom: 50px; text-align: left !important; }
.cta-banner1.center-results h2 { margin-top: 25px; margin-left: 0; }
.cta-banner1.center-results h4 { display: none; text-align: left !important; }
.cta-banner1.center-results form { margin-top: 20px; }
.cta-banner2 .row { padding-top: 70px !important }
.cta-banner2 .container-fluid .row { background: #F8D101; padding: 0 15px; border-radius: 20px; }
.cta-banner2 .row h2 { font-size: 45px; line-height: 50px; margin: auto; margin-top: 25px; }
.cta-banner2 .row h2 span { display: inline-block; }
.cta-banner2 .row a { color: #fff; letter-spacing: 2px; background: #01528F; border-radius: 25px; height: 45px; padding: 5px 20px; }
.cta-banner3 .row { background: #01559a; padding: 10px 0; border-radius: 20px; min-height: 430px; align-items: center; position: relative; max-width: 1246px; margin: auto; }
.cta-banner3 .row .text-block { position: relative; z-index: 1; max-width: calc(100% - 500px); text-align: left; padding-left: 70px; }
.cta-banner3 .row img.cta-image { margin-left: -12px; border-radius: 20px; position: absolute; bottom: 0; right: 0; }
.cta-banner3 h2 { color: #fff; margin-bottom: 30px; font-size: 30px; }
.cta-banner3 h2 span { color: #FFD81F; font-size: 70px; }
.cta-banner3 .text-icon { position: absolute; bottom: 140px; }
.cta-banner3 a.btn { background: #ff881e; font-size: 25px; letter-spacing: 3px; padding: 7px 22px; color: #fff; }
.nearest-center .row img.image1 { margin-left: -12px; border-radius: 20px; position: absolute; bottom: 0; }
.nearest-center .row form { max-width: 400px; margin: auto; }
.nearest-center .row input { height: 50px; background: #fff; border: 4px solid #000; border-radius: 5px; font-size: 19px; color: #9196c2; width: 320px; display: inline-block; font-weight: 500; padding: 5px;}
.nearest-center .row button { width: 155px; }
.nearest-center .image2 { float: right; margin-top: -45px; }
.nearest-center .image2.bottom-dots { position: absolute; right: 33px; bottom: 16px; }
.nearest-center.center-results .col-lg-12 { padding-left: 60px; padding-right: 60px; }
.nearest-center.center-results .image1 { display: none; }
.nearest-center.center-results .text-block h2 { float: left; }
.nearest-center.center-results .text-block form { display: inline-block;  }
.nearest-center.center-results .nearest-center-result .center-block .center-details { max-width: 498px; text-align: left; float: left; }
.more-btn-div { max-width: 498px; }
.nearest-center.center-results .nearest-center-result .center-block h3 { font-size: 30px; margin-bottom: 10px; }
.nearest-center.center-results .nearest-center-result .center-block h3 a { font-size: 28px !important; text-decoration: underline !important; }
.nearest-center.center-results .nearest-center-result .center-block .center-details a { display: block; text-decoration: none; color: #080B23; font-size: 22px; }
.nearest-center.center-results .nearest-center-result .center-block .center-details .social-links { padding: 0; }
.nearest-center.center-results .nearest-center-result .center-block .center-details .social-links a { display: inline-block; }
.nearest-center.center-results .nearest-center-result .center-block .center-details h3 a { display: inline-block; }
.home-page .nearest-center.center-results .nearest-center-result .center-block .center-details .btn-yellow-2 { height: 50px; }
.home-page .nearest-center.center-results .nearest-center-result .center-block .center-details .btn-yellow-2 a { margin: 0; }
.nearest-center.center-results .nearest-center-result a.btn.btn-border { left: 0; }
.nearest-center.center-results .nearest-center-result .center-block .center-details a span { width: 30px; display: inline-block; }
.nearest-center.center-results .nearest-center-result .center-block .map { width: 540px; display: inline-block; }
.nearest-center.center-results #map-canvas { height: 420px; width: 100%; border: 4px solid #FFD260; }
.nearest-center-result h2 { margin-bottom: 29px; margin-top: 21px; }
.nearest-center-result .center-block .center-details { background: #fff; border-radius: 20px; padding: 40px 20px 40px 30px; text-align: center; }
.nearest-center-result .center-block p { max-width: 480px; margin-left: 0; font-size: 22px; }
.nearest-center-result .center-block p span { display: inline-block; vertical-align: top }
.nearest-center-result .center-block p.working-hours span { display: block; }
.nearest-center-result .center-block a { margin: 10px 0; font-size: 20px; border-radius: 10px; }
.nearest-center-result a.btn-border { margin: 33px 0; }
.nearest-center-result .center-block a.email-btn { font-size: clamp(14px, 4vw, 20px); }
.nearest-center-result p.btn-yellow-2 { padding: 10px 0; border-radius: 10px; margin-top: 10px; }
.nearest-center-result p.btn-yellow-2 b { padding-bottom: 10px; }
.nearest-center-result p.btn-yellow-2 span { display: block; margin: auto; font-size: 16px; }
.nearest-center .nearest-center-result .image2 { margin-top: -70px; }
.home-circle-blocks { width: 1240px; margin: auto; }
.home-circle-blocks .container-fluid { padding: 0; }
.home-circle-blocks .container-fluid .col-lg-12 { position: relative }
.home-circle-blocks .container-fluid img.img-fluid { position: absolute; }
.home-circle-blocks .circle-yellow { background: #FFD260; border-radius: 50%; max-width: 350px; width: 350px; height: 350px; display: inline-block; margin: auto; }
.home-circle-blocks .circle-yellow.first-block { left: 0; }
.home-circle-blocks .circle-yellow.second-block { top: 230px; right: 0; }
.home-circle-blocks .circle-yellow.third-block { left: 230px; top: 550px; }
.home-circle-blocks .last-block { position: absolute; left: 455px; top: 1140px; }
.home-circle-blocks .last-block h3 { margin-bottom: 30px; }
.home-circle-blocks .first-line { left: 430px; top: 170px; }
.home-circle-blocks .second-line { left: 680px; top: 530px; }
.home-circle-blocks .third-line { left: 500px; top: 926px; }
.home-circle-blocks .col-sm-12 img { margin-bottom: 15px; }
.underline { display: inline-block; border-bottom: 3px solid #080B23; }
.home-circle-blocks h2 { margin-bottom: 38px; }
.home-circle-blocks .col-xl-3.first-block .content, .home-circle-blocks .col-xl-3.second-block .content { padding-top: 70px; }
.home-circle-blocks .col-xl-3.third-block .content { padding-top: 50px; }
.home-circle-blocks .col-xl-3.last-block .content a { margin-top: 18px; width: 148px; padding: 11px; }
.home-circle-blocks .col-xl-3.first-block h3 { }
.home-circle-blocks .col-xl-3.first-block p, .home-circle-blocks .col-xl-3.second-block p { width: 218px; }
.home-circle-blocks .col-xl-3 h3 { font-size: 22px; margin-top: 30px; color: #080B23; width: 190px; margin: auto; line-height: 26.4px; }
.home-circle-blocks .col-xl-3 p { font-size: 20px; line-height: 24px; width: 206px; margin: auto; margin-top: 13px; }
.home-circle-blocks .border-image { margin-top: -260px; margin-left: -15px; }
.home-circle-blocks .content { display: block; height: 350px; margin-top: -10px; width: 350px; margin-left: -10px; margin-top: 0; background-size: cover; }


.home-circle-blocks .content:before {content: "";width: 350px;height: 350px;display: block; border: 5px solid #F4801F; border-radius: 50%; margin-top: -10px; position: absolute; margin-left: -2px;}
.home-circle-blocks .second-block .content:before { border: 5px solid #02528F;}
.home-circle-blocks .content > div { width: 350px; height: 350px; display: table-cell; vertical-align: middle; align-items: center; z-index: 1000; position: relative;}
.home-circle-blocks .content h3 { font-size: 30px; max-width: 290px; margin: auto; margin-bottom: 20px; }
.home-circle-blocks .content p { max-width: 332px; margin: auto; line-height: 31px; font-size: 20px; font-family: "DrescherGroteskBTSmallSizesWXX"; }
.home-circle-blocks-2 .col-xl-3 { background: #FFD260; border-radius: 50%; max-width: 269px; width: 269px; height: 269px; margin: 25px auto; }
.home-circle-blocks-2 .col-xl-3:nth-child(2) { margin-top: 150px; }
.home-circle-blocks-2 .col-xl-3:nth-child(4) { margin-top: 150px; }


/* .home-circle-blocks .content h3 { font-size: 30px; max-width: 290px; margin: auto; margin-bottom: 25px; }
.home-circle-blocks .content p { max-width: 332px; margin: auto; line-height: 31px; font-size: 26px; }
.home-circle-blocks-2 .col-xl-3 { background: #FFD260; border-radius: 50%; max-width: 269px; width: 269px; height: 269px; margin: 25px auto; }
.home-circle-blocks-2 .col-xl-3:nth-child(2) { margin-top: 150px; }
.home-circle-blocks-2 .col-xl-3:nth-child(4) { margin-top: 150px; } */
.home-circle-blocks-2 .content { display: block; background: url(https://cdn.bestbrains.com/images/home-circle-blocks-border.svg) no-repeat; background-size: contain; height: 269px; margin-top: -15px; width: 269px; margin-left: -13px; padding-top: 50px; }
.home-circle-blocks-2 .content h3 { font-size: 30px; line-height: 34.7px; width: 143px; margin: auto; }
.home-results-blocks h2 { margin-bottom: 50px; }
.home-results-blocks .block-content h2 { font-size: 200px; text-align: center; font-weight: 800; line-height: 100px; opacity: 1; font-family: "drescher-grotesk"; letter-spacing: -6px; }
.home-results-blocks .first-block .block-content h2 {opacity: 0.3;}
/* .home-results-blocks .block-content p { font-weight: bold; } */
.home-results-blocks .col-lg-12.d-md-flex { margin-bottom: 40px; align-items: center; padding: 0 50px; }
.home-results-blocks .result-block-text { max-width: 500px; display: inline-block; font-size: 26px; line-height: 31.2px; text-align: left; }
.home-results-blocks .result-block { max-width: 442px; width: 442px; height: 150px; margin: 15px auto; padding: 0 15px; margin-right: 0; }
.home-results-blocks .result-block.first-block { background-image: url(../images/icons/results-bg-1.svg); background-size: contain; background-position: top; background-repeat: no-repeat; }
.home-results-blocks .result-block.second-block { background-image: url(../images/icons/results-bg-2.svg); background-size: contain; background-position: top; background-repeat: no-repeat; }
.home-results-blocks .result-block.third-block { background-image: url(../images/icons/results-bg-3.svg); background-size: contain; background-position: top; background-repeat: no-repeat; }
.home-results-blocks .result-block .content { padding-top: 15px; }
.home-results-blocks .result-block p { font-size: 26px; color: #fff; max-width: 337px; margin: auto; line-height: 30px; }
.home-results-blocks .results-block .block-content { text-align: center; padding: 30px; color: #fff; font-size: 25px; border-radius: 20px; line-height: 32px; padding-top: 50px; }
.home-results-blocks .results-block.first-block .block-content { background: #1f1e7b; }
.home-results-blocks .results-block.second-block .block-content { background: #f4811f; }
.home-results-blocks .results-block.third-block .block-content { background: #0090ff; }
.home-results-blocks .results-block.first-block .block-content img, .home-results-blocks .results-block.third-block .block-content img { margin-bottom: 50px; }
.home-results-blocks .results-block.second-block .block-content p { margin-top: 50px; }
.home-results-blocks .results-block.second-block .block-content img { position: absolute; bottom: 40px; }
.programs-block p.sub-heading, .home-circle-blocks-2 p.sub-heading, .slider-inside-center p.sub-heading { margin: auto; margin-bottom: 50px; }

.programs-block .block-clr-1, .programs-block .block-clr-2 { display: inline-block; width: 100%; text-align: center; }
.programs-block .block-clr-1 .content { color: #8C75EB; border: 4px solid #035290; border-radius: 20px; height: 260px; margin: 15px auto; display: table; width: 100%; }
.programs-block .block-clr-2 .content { color: #6481F5; border: 4px solid #F3811F; border-radius: 20px; height: 260px; margin: 15px auto; display: table; width: 100%; }
.programs-block .block-clr-1 a { font-size: 36px; color: #035290; display: table-cell; vertical-align: middle; text-decoration: none; line-height: 41px; }
.programs-block .block-clr-2 a { font-size: 36px; color: #F3811F; display: table-cell; vertical-align: middle; text-decoration: none; line-height: 41px; }
.programs-block .block-clr-1.active-block .content { background: #035290; }
.programs-block .block-clr-1.active-block .content a { color: #fff; }
.programs-block .block-clr-2.active-block .content { background: #F3811F; }
.programs-block .block-clr-2.active-block .content a { color: #fff; }
.programs-block .programs-list-clr-1 .program a span { color: #8C75EB; }
.programs-block .programs-list-clr-2 .program a span { color: #6481F5; }
.programs-block .programs-list-clr-1 .program a span { color: #035290; }
.programs-block .programs-list-clr-2 .program a span { color: #F3811F; }

/* .programs-block .block-clr-1, .programs-block .block-clr-2 { display: inline-block; width: 100%; text-align: center; }
.programs-block .block-clr-1 .content { color: #8C75EB; border: 4px solid #8C75EB; border-radius: 20px; height: 260px; margin: 15px auto; display: table; width: 100%; }
.programs-block .block-clr-2 .content { color: #6481F5; border: 4px solid #6481F5; border-radius: 20px; height: 260px; margin: 15px auto; display: table; width: 100%; }
.programs-block .block-clr-1 a { font-size: 36px; color: #8C75EB; display: table-cell; vertical-align: middle; text-decoration: none; line-height: 41px; }
.programs-block .block-clr-2 a { font-size: 36px; color: #6481F5; display: table-cell; vertical-align: middle; text-decoration: none; line-height: 41px; }
.programs-block .block-clr-1.active-block .content { background: #8C75EB; }
.programs-block .block-clr-1.active-block .content a { color: #fff; }
.programs-block .block-clr-2.active-block .content { background: #6481F5; }
.programs-block .block-clr-2.active-block .content a { color: #fff; }
.programs-block .programs-list-clr-1 .program a span { color: #8C75EB; }
.programs-block .programs-list-clr-2 .program a span { color: #6481F5; }
.programs-block .programs-list-clr-1 .program a span { color: #8C75EB; }
.programs-block .programs-list-clr-2 .program a span { color: #6481F5; } */
.programs-block .programs-list { text-align: center; }
.programs-block .programs-list .program { width: 180px; display: inline-block; text-align: center; margin: 0 0 40px 0; }
.programs-block .programs-list .program a { color: #7558EB; font-size: 26px; line-height: 30.8px; font-family: "DrescherGroteskBTSmallSizesWXX"; text-decoration: none; display: block; padding: 40px 0; }
.programs-block .programs-list .program a:active { background: #d4d4d4; }
.programs-block .programs-list .program a span { display: block; margin-top: 13px; }
.signup-for-test .row .text-block { float: left; }
.signup-for-test .row img.image1 { right: 0; }
ul.splide__pagination { display: none; }
.splide__arrow svg { display: none; }
.splide__arrows { bottom: -60px; position: absolute; display: inline-block; margin: auto; width: 240px; margin-left: -100px; }
.splide__arrows button.splide__arrow { width: 100px; height: 25px; background-position: top; border-radius: 0; opacity: 1; position: sticky; display: inline-block; margin: 0 10px; }
.splide__arrows button.splide__arrow.splide__arrow--prev { background: url(https://cdn.bestbrains.com/images/icons/slider-left-arrow.svg); }
.splide__arrows button.splide__arrow.splide__arrow--next { background: url(https://cdn.bestbrains.com/images/icons/slider-right-arrow.svg); }
#splide-gallery .splide__slide img { margin: 0 20px; border-radius: 20px; }
#splide-gallery .splide__slide img { border: 5px solid #fff; max-width: 94vw; }
#splide-gallery .splide__slide.is-active img { border: 5px solid #ffd71f; }
.slider-video-testimonials .video-block .video-play-btn { position: absolute; top: 130px; left: 250px; }
.home-page .gallery-slider, .home-page .video-slider { margin-bottom: 70px; }
.home-page .gallery-slider .carousel-item img, .home-page .video-slider .carousel-item img { max-width: 100%; }
.home-page .gallery-slider .carousel-indicators, .home-page .video-slider .carousel-indicators { bottom: -60px; }
.home-page .gallery-slider .carousel-indicators li { width: 18px; height: 18px; border-radius: 50%; background-color: #fff; border: 2px solid #242D8C; opacity: 1; background-clip: border-box; }
.home-page .gallery-slider .carousel-indicators li.active { background-color: #242D8C; }
.home-page .video-slider .carousel-indicators li { width: 18px; height: 18px; border-radius: 50%; background-color: #fff; border: 2px solid #7BDAD4; opacity: 1; background-clip: border-box; }
.home-page .video-slider .carousel-indicators li.active { background-color: #7BDAD4; }
.slider-video-testimonials h2 { margin-bottom: 70px; }
.testimonial-block { background: #FFD260; max-width: 530px; float: right; padding: 55px; text-align: left; border-radius: 20px; margin-right: 50px; margin-bottom: 20px; }
.testimonial-block:after { content: ""; background-image: url('https://cdn.bestbrains.com/images/testimonial-arrow.png'); width: 57px; height: 16px; display: block; bottom: -70px; position: relative; }
.testimonial-text { font-size: 26px; line-height: 31px; }
.testimonial-name { font-size: 26px; line-height: 31px; font-family: "DrescherGroteskBTSmallSizesWXX"; }
.slider-video-testimonials .splide__arrows { bottom: -80px; display: none; }
.success-story-block .row { background: #8C75EB; min-height: 378px; overflow: hidden; }
.corner-circle { position: absolute; top: 35px; right: 47px; }
.success-story-block .circles-2 { position: absolute; top: 30px; left: 420px; }
.success-story-block .row h2 { max-width: 415px; }
.inner-page.programs-page header.masthead, .inner-page.careers-page header.masthead { padding-bottom: 80px; padding-top: 150px; }
.programs-page .banner-image img, .careers-page .banner-image img { border-radius: 25px; border: 4px solid #FFD81F; padding: 50px; }
.banner-content { max-width: 560px; margin-left: 0; padding-left: 20px; }
.programs-page .highlights-block h2.h1-font { max-width: 540px; margin: auto; margin-bottom: 50px; }
.programs-page .highlights-block.benefits-block h2.h1-font { max-width: 570px; }
/*WHY US PAGE*/
.whyus-page header.masthead .col-sm-6:nth-child(2) { text-align: right; padding-right: 50px; }
.inner-page header.masthead { padding-top: 120px; margin-bottom: 35px; padding-bottom: 0; }
.whyus-page header.masthead h1 {font-size: 60px !important;line-height: 70px !important;}
.inner-page.elearning-page header.masthead, .inner-page.whyus-page header.masthead, .inner-page.bbconnect-page header.masthead { padding-bottom: 100px; }
.inner-page header h1 { margin: 13px 0; }
.inner-page header p { margin-bottom: 40px; font-size: 26px; line-height: 31.2px; }
.inner-page .bars-animation { -webkit-transform: rotate(270deg); -moz-transform: rotate(270deg); -o-transform: rotate(270deg); -ms-transform: rotate(270deg); transform: rotate(270deg); display: inline-block; margin-left: 60px; }
.highlight-points.list-numbers { list-style-type: none; counter-reset: css-counter 0; }
.highlight-points.list-numbers p { counter-increment: css-counter 1; }
.highlight-points.list-numbers p:before { content: counter(css-counter); background: #6481F5 content-box; padding: 6px; border: 1px solid #000; color: #fff; font-size: 20px; width: 40px; height: 40px; line-height: 26px; border-radius: 50%; display: block; }
.highlight-points.list-numbers p span { padding-left: 15px; }
.highlights-block h2 { margin-bottom: 26px; }
.highlights-block .highlight-points p { align-items: center; margin-top: 30px; font-size: 30px; line-height: 34px; display: flex; }
.highlights-block .highlight-points p:first-child { margin-top: 10px; }
.highlights-block .highlight-points span { display: inline-table; padding-right: 5px; width: calc(100% - 50px); text-align: left; }
.highlights-block .highlight-points span.dot { width: 23px; height: 23px; border-radius: 25px; margin-right: 19px; float: left; }
.highlights-block .highlight-points span.clr-blue { background: #242D8C; }
.highlights-block .highlight-points span.clr-teal { background: #7BDAD4; }
.highlights-block .highlight-points span.clr-yellow { background: #FFD260; }
.highlights-block .highlight-points span.clr-green { background: #44BE8C; }
.highlights-block-2 h2 { margin-bottom: 26px; }
.highlights-block-2 .highlight-points p { display: flex; align-items: center; margin-top: 50px; font-size: 22px; line-height: 26.4px; }
.highlights-block-2 .highlight-points span { display: inline-table; padding-right: 5px; }
.highlights-block-2 .highlight-points span.dot { width: 23px; height: 23px; border-radius: 25px; margin-right: 19px; }
.highlights-block-2 .highlight-points span.clr-blue { background: #242D8C; box-shadow: 0px 0px 20px #242D8C; margin-right: 24px; }
.highlights-block-2 .highlight-points span.clr-teal { background: #7BDAD4; box-shadow: 0px 0px 20px #7BDAD4; margin-right: 24px; }
.highlights-block-2 .highlight-points span.clr-yellow { background: #FFD260; box-shadow: 0px 0px 20px #FFD260; margin-right: 24px; }
.highlights-block-2 .highlight-points span.clr-green { background: #44BE8C; box-shadow: 0px 0px 20px #44BE8C; margin-right: 24px; }
.highlights-block .highlight-points span.clr-purple { background: #9B51E0; margin-right: 19px; }
.highlights-block .highlight-points span.clr-blue2 { background: #6481F5; margin-right: 19px; }
.inner-page .home-circle-blocks-2 .col-sm-4 p { font-size: 30px; line-height: 34px; max-width: 350px; margin: auto; }
.inner-page .footer-enroll-dialog-box { padding-bottom: 100px; }
.inner-page .footer-enroll-dialog-box .container-fluid .row .col-lg-12 { background: #242D8C; padding: 52px 150px; border-radius: 20px; }
.inner-page .footer-enroll-dialog-box h2 { color: #fff; margin: 0; line-height: 50px; }
.inner-page .footer-enroll-dialog-box h2 > span { max-width: calc(100% - 190px); display: inline-block; }
.inner-page .footer-enroll-dialog-box a { float: right; }
.inner-page .footer-more-programs-dialog-box {padding-top: 0;}
.inner-page .footer-more-programs-dialog-box .container-fluid .row .col-lg-12 { background: #6481F5; padding: 52px 150px; border-radius: 20px; text-align: center;}
.inner-page .footer-more-programs-dialog-box h2 {color: #fff;text-align: center;margin-bottom: 30px;}
.inner-page .footer-more-programs-dialog-box a {background: #fff; margin: 0 7px;}
.mwidth500 { max-width: 500px; }
/* PROGRAMS PAGE */
.inner-page header.masthead h1 { font-size: 100px; padding: 0 0 35px 0; margin-top: 0; line-height: 110px; font-family: "DrescherGroteskBTSmallSizesWXX"; }
.inner-page.bbconnect-page header.masthead h1 { font-size: 60px; line-height: 75px; padding-left: 40px; }
.programs-page.careers-page header.masthead h1 { font-size: 80px; line-height: 90px; }
.programs-page .about-program-img { max-height: 560px; margin-bottom: -90px; }
.programs-page .about-program p { font-size: 30px; line-height: 34px; }
.programs-page .about-program .about-program-btn { background: #7558EB; border: 4px solid #7BDAD4; font-size: 40px; line-height: 50px; border-radius: 50px; color: #fff; padding: 16px 45px 24px 45px; text-decoration: none; float: right; position: relative; }
.programs-page .about-program h2 { margin-bottom: 30px; }
.sample-pages-block { background: #bec1d8; border-radius: 20px; padding: 46px 50px; margin-top: 30px; }
.programs-page .slider-inside-center.multi-sample-pages-block .container-fluid { padding-left: 0; padding-right: 0; }
.multi-sample-pages-block .sample-pages-block { background: none; border-radius: 20px; padding: 46px 30px; margin-top: 30px; }
.multi-sample-pages-block .sample-pages-block .col-md-4 { padding: 0 5px; }
.multi-sample-pages-block .sample-pages-block a { max-width: 160px; display: inline-block; margin: auto; position: relative; }
.multi-sample-pages-block .sample-pages-block a:first-child { -ms-transform: rotate(20deg); transform: rotate(-6deg); margin-right: -40px; }
.multi-sample-pages-block .sample-pages-block a:nth-child(2) img { margin-top: -40px; }
.multi-sample-pages-block .sample-pages-block a:nth-child(3) { -ms-transform: rotate(20deg); transform: rotate(6deg); margin-left: -40px; }
.multi-sample-pages-block .sample-pages-block .text-block { background: #fff; box-shadow: 0px 0px 10px #ccc; max-width: 300px; padding: 20px; margin: auto; margin-top: -30px; position: relative; }
.multi-sample-pages-block .sample-pages-block .text-block h3 { }
.multi-sample-pages-block .sample-pages-block .text-block p { font-size: 18px; }
.multi-sample-pages-block .sample-pages-block .text-block p b { font-size: 20px; }
.sample-pages-block a img { transition: transform 0.5s; max-width: 90%; border: 2px solid #242D8C; border-radius: 5px; }
.sample-pages-block a img:hover { transform: scale(1.2); }
.inner-page .programs-block .programs-list .program:hover a {background:#d4d4d4; }
.inner-page.mfp-zoom-out-cur { overflow: hidden; left: 0; position: absolute; }
.inner-page.mfp-zoom-out-cur .mfp-wrap { overflow: auto; }
.inner-page .mfp-bg { background: #0d0d0d; opacity: 0.8;}
.inner-page .mfp-bottom-bar .mfp-counter { display: none; }
img.mfp-img {padding: 40px 0 60px !important;}
.mfp-bottom-bar {margin-top: -55px !important;}
.inner-page .mfp-close {font-size: 60px;color: #fff !important;opacity: 1;}
.mfp-figure:after {bottom: 60px !important;}
.inner-page .mfp-bottom-bar .mfp-title { display: block; padding: 8px; background: #fff; border: 4px solid #FFD260; border-radius: 10px; color: #080B23; font-size: 20px; line-height: 26px; text-align: center; }
.slider-bg .carousel-inner { background: #bec1d8; padding: 40px 0; border-radius: 20px; }
.slider-bg .carousel-indicators { bottom: -50px; }
.slider-bg .carousel-indicators li { width: 18px; height: 18px; border-radius: 50%; background-color: #fff; border: 2px solid #242D8C; opacity: 1; background-clip: border-box; }
.slider-bg .carousel-indicators li.active { background-color: #242D8C; }
.image-and-animation { position: relative; margin: auto; margin-top: 38px; margin-bottom: 40px; }
.image-and-animation img { float: left; }
.image-and-animation svg { position: absolute; float: right; bottom: 0; right: -30px; }
.mtop30 { margin-top: 30px; }
.fs16 { font-size: 16px !important; }
.fs20 { font-size: 20px !important; line-height: 22px; }
.fs22 { font-size: 22px !important; }
.fs23 { font-size: 23px !important; }
.fs26 { font-size: 26px !important; }
.fs28 { font-size: 28px !important; }
.fs30 { font-size: 30px !important; line-height: 34.7px; }
.careers-page { background: #fffff8; }
.careers-page .masthead .row { align-items: center; }
.careers-page .masthead .col-sm-6:first-child { padding-left: 100px; }
.careers-page .masthead .col-sm-6 .banner-image { max-width: 650px; }
.careers-page .career-better-future p { font-size: 20px; text-align: left; line-height: 26px; margin-bottom: 40px; margin-top: 40px; }
.careers-page .career-better-future h2.heading { font-size: 50px; padding: 0 20px; max-width: 600px !important; text-align: right; line-height: 30px; }
.careers-page .career-opportunities-section table tr { border-top: 1px solid #cecece; border-bottom: 1px solid #cecece; }
.careers-page .career-opportunities-section table tr td { border: none; line-height: 35px; text-align: center; font-size: 25px; background-color: transparent !important; width: 33.3%; padding: 20px 0; }
.careers-page .reg-form .career-form-btn { text-align: right; }
.careers-page .reg-form .career-form-btn button { margin: 0; background: #8C75EB; color: #fff; width: 190px; }
.career-opportunities-section { margin-top: 50px; }
.career-opportunities-table-block { position: relative; margin-top: 80px; }
.career-opportunities-table-block img { position: absolute; }
.career-table-top-image { top: -230px; right: -150px; }
.career-table-top-dot { top: -20px; left: 20px; }
.career-table-bottom-image { bottom: -150px; left: -130px; }
.career-table-bottom-dot { bottom: -20px; right: -10px; }
.why-teach-bestbrains { padding: 120px 0 50px 0; }
.why-teach-bestbrains h2 img { float: right; }
.why-teach-bestbrains .highlight-points { margin-top: 40px; }
.why-teach-bestbrains p { font-size: 25px; margin-bottom: 30px; line-height: 30px; }
.why-teach-bestbrains p img { float: left; margin-right: 12px; }
.why-teach-bestbrains p span { display: inline-block; width: calc(100% - 40px); }
.why-teach-bestbrains-block2 p { font-size: 25px; }
.inquiries-page .page-section.content { background: linear-gradient(170deg, #fff 45%, #6481F5 45%); margin-bottom: 200px; }
.inquiries-block { max-width: 900px; margin: auto; padding: 120px 70px; box-shadow: 0 0 10px #dcdcdc; background: #fff; margin-top: 70px; }
.inquiries-block p span { font-size: 30px; display: inline-block; min-width: 370px; }
.inquiries-block p a { font-size: 22px; color: #242D8C; }
/* Locations Page */
.locations-page .search-block { padding: 80px 50px; }
.locations-page .nearest-locations-section { padding: 0; }
.locations-page .search-block .container-fluid { background: #6481F5; border-radius: 20px; padding: 50px; }
.locations-page .search-block h1 { max-width: 786px; color: #fff; margin: auto; }
.locations-page .search-block input { max-width: 350px; margin: 40px auto 5px auto; height: 50px; font-size: 26px; font-family: "DrescherGroteskBTSmallSizesWXX"; }
.locations-page .search-block input::placeholder { font-size: 22px; }
.locations-page .search-block button { max-width: 173px; font-family: "DrescherGroteskBTSmallSizesWXX"; margin-top: 25px; }
.locations-page header.masthead { background: #6481F5; }
.locations-page header.masthead .banner-image img { margin-bottom: 50px; }
.locations-page header.masthead h1 { max-width: 340px; margin: auto; margin-bottom: 30px; }
.locations-page header.masthead form input { height: 50px; font-size: 26px; color: #080B23; margin-bottom: 50px; }
.locations-page .nearest-center-result .center-blocks { display: flex; }
.locations-page .nearest-center-result .center-block { border: 3px solid #242D8C; margin: 0 10px; display: inline-block; padding: 20px; border-radius: 15px; flex-grow: 1; flex-basis: 0; max-width: 34%; }
.locations-page.location-details-page .nearest-center-result .center-block { margin: 0; max-width: 100%; }
.locations-page .nearest-center-result .center-block h3 { text-align: left; margin-bottom: 10px; }
.locations-page .nearest-center-result .center-block h3 a { display: inline-block; font-size: 1.75rem; text-decoration: underline; line-height: 30px; }
.locations-page .nearest-center-result .center-block h3 a:hover { color: #0d6efd; }
.locations-page .nearest-center-result .center-block:first-child { border-color: #FFD260; }
.locations-page .nearest-center-result .center-block:nth-child(2) { border-color: #7BDAD4; }
.locations-page .nearest-center-result .center-block:last-child { border-color: #7558EB; }
.locations-page .nearest-center-result .center-block p { font-size: 22px; margin: initial; }
.locations-page .nearest-center-result .center-block p.address { min-height: 67px; font-family: "DrescherGroteskBTWXX-Roman"; }
.locations-page .nearest-center-result .center-block a.center-url { line-height: 26px; font-family: "DrescherGroteskBTSmallSizesWXX"; }
.locations-page .nearest-center-result .center-block .btn-yellow-2 { padding: 12px 0; margin-bottom: 5px; }
.locations-page .nearest-center-result .center-block .btn-yellow-2 a { margin: 0; font-size: 22px; }
.locations-page .nearest-center-result .center-block a { color: #080B23; text-decoration: none; line-height: 20px; margin: 20px 0; display: block; word-break: break-word; }
.locations-page .nearest-center-result .center-block a span { width: 30px; display: inline-block; }
.locations-page .nearest-center-result .center-block a img { max-width: 100%; }
.locations-page #map-canvas { height: 530px; margin-top: 60px; }
.locations-page .locations-list-block h3 { font-size: 28px; margin-top: 30px; }
.locations-page .locations-list-block a.corporate-location { font-size: 26px; color: #212529; text-decoration: none;margin-top: 15px; display: inline-block;}
.locations-page .locations-list-block ul { padding: 0; column-count: 5; }
.locations-page .locations-list-block ul li { list-style: none; font-size: 26px; cursor: pointer;  }
.locations-page .locations-list-block ul li:hover { color: #0d6efd; text-decoration: underline;}
.locations-page .no-locations-block {padding-top: 0;}
.locations-page .no-locations-block .container-fluid .row { background: #6481F5; border-radius: 20px; padding: 20px 0;max-width: 670px; margin: auto;}
.locations-page .no-locations-block .col-12 { max-width: 600px; margin: auto;}
.locations-page .no-locations-block img {}
.locations-page .no-locations-block .text-content {text-align: center;}
.locations-page .no-locations-block .text-content p {font-size: 40px; color: #fff;font-weight: 500;margin-bottom: 7px}
.locations-page .no-locations-block .text-content a {background: #FFD81F;color: #050933;font-size: 22px;padding: 12px 25px;border-radius: 5px;text-decoration: none;font-weight: 400;display: inline-block;letter-spacing: 0.5px;}
.working-hours { cursor: pointer; }
.working-hours b:after { display: inline-block; margin-left: 15px; vertical-align: middle; content: ""; border-top: 0.3em solid; border-right: 0.3em solid transparent; border-bottom: 0; border-left: 0.3em solid transparent; }
.working-hours.active b:after { border-bottom: 0.3em solid; border-right: 0.3em solid transparent; border-top: 0; border-left: 0.3em solid transparent; }
.location-details-page .targetDiv { margin-top: 30px; max-height: 350px; overflow-y: auto; padding-right: 20px;font-size: 22px;}
.location-details-page .targetDiv .default-about-content p { font-size: 22px; line-height: 27px; }
.locations-page.location-details-page .nearest-center-result .center-block:last-child { width: 100% }
.about-show-more-btn {text-align: center; height: 60px; padding-top: 10px;box-shadow: 0 -20px 20px -24px #333;}
.about-show-more-btn span {font-size: 16px; padding: 7px 10px;cursor: pointer;font-weight: 600;text-transform: uppercase;letter-spacing: 1px;  width: 150px; background: #FFD81F; border-radius: 5px; margin: auto;display: block;}
.location-details-page .targetDiv::-webkit-scrollbar {
width: 4px;
}
.location-details-page .targetDiv::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.4);
border-radius: 10px;
}
.location-details-page .targetDiv::-webkit-scrollbar-thumb {
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.8);
}
.location-details-page .enroll-subjects-info-block .col-xl-3 .content { font-family: 'drescher-grotesk', sans-serif; max-width: 280px; float: left; padding: 45px 25px; text-align: center; font-size: 25px !important; margin: 5px; border-radius: 10px; width: 100%; color: #fff; font-weight: 600 }
.location-details-page .enroll-subjects-info-block .col-xl-3:first-child .content { background: #7558EB; }
.location-details-page .enroll-subjects-info-block .col-xl-3:nth-child(2) .content { background: #242D8C; }
.location-details-page .enroll-subjects-info-block .col-xl-3:nth-child(3) .content { background: #6481F5; }
.location-details-page .enroll-subjects-info-block .col-xl-3:last-child .content { background: #7BDAD4; }
.location-details-page .enroll-subjects-info-block .col-xl-3 .content p { margin-bottom: 0; }
.location-details-page .enroll-subjects-info-block .col-xl-3 .content span { display: inline-block; }
.locations-page .social-links a { display: inline-block !important; width: auto; }
.locations-page .map-block .btn { width: 100%; margin-top: 10px }
.elearning-page header .banner-image { max-width: 720px; margin: auto; margin-top: 120px; }
.elearning-page header .banner-image svg { float: left; position: absolute; }
.elearning-page header .banner-image img { float: right; margin-top: -70px; z-index: 0; }
.elearning-page .about-program h2 { font-size: 30px; line-height: 35px; margin-bottom: 30px; }
.elearning-page .about-program p { font-size: 22px; line-height: 27px; }
.elearning-page .video-block img.img-fluid { width: auto; }
.elearning-page .video-block .video-play-btn { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }
.elearning-page .video-block .video-play-btn .video-play-icon img { margin-left: 4px; margin-top: 24px; }
.elearning-page .color-block { color: #fff; border-radius: 20px; padding: 45px 70px 10px 70px; margin-bottom: 30px; max-width: 443px; display: inline-block; }
.elearning-page .color-block h2 { font-size: 30px; margin-bottom: 10px; font-family: "DrescherGroteskBTSmallSizesWXX"; }
.elearning-page .color-block h2 span { font-size: 40px; display: block; }
.elearning-page .color-block p { font-size: 22px; line-height: 27px; }
.elearning-page .white-blocks h2.h1-font { margin-bottom: 60px; }
.elearning-page .white-blocks .white-block { border: 4px solid #FFD260; border-radius: 20px; padding: 40px 28px 20px 28px; margin-bottom: 30px; max-width: 330px; display: inline-block; }
.elearning-page .white-blocks .white-block h2 { font-size: 30px; line-height: 35px; margin-bottom: 40px; }
.elearning-page .white-blocks .white-block p { font-size: 22px; line-height: 27px; margin-bottom: 0; }



.bbconnect-page header .bbconnect-banner-text {font-family: "bantayog-semilight";}
.bbconnect-page header .bbconnect-banner-text h2 {color: #ffd820;margin-bottom: 0;font-weight: 600;letter-spacing: 1px;font-size: 38px;}
.bbconnect-page header .bbconnect-banner-text h3 {color: #fff; font-weight: 600; letter-spacing: 4px; font-size: 65px;margin-left: 10px;line-height: 65px;}
.bbconnect-page header .bbconnect-banner-text span {color: #fff;font-family: 'Parisienne', cursive;font-size: 40px; letter-spacing: 5px; line-height: 26px;}
.bbconnect-page header .bbconnect-banner-text h1 {color: #000;background: #ffd820;padding-bottom: 0;font-weight: bold;font-family: "bantayog-semilight";letter-spacing: 1px;position: relative;}
.bbconnect-page header .bbconnect-banner-text h1 .banner-image {position: absolute; left: -315px; top: -190px;}

.bbconnect-page header .banner-image svg { float: left; position: absolute; }
.bbconnect-page header img.banner-image { z-index: 0;display: block; margin: auto; max-width: 100%;}
.bbconnect-page header img.banner-text-image { position: relative; top: -40px; left: -15px; }
.bbconnect-page header .bbconnect-banner-btn {color: #000;background: #7bdad4;padding: 7px 25px;text-decoration: none;font-size: 23px;font-weight: bold; border-radius: 50px; letter-spacing: 1px; margin-top: 10px; display: inline-block; }
.bbconnect-page .about-program h2 { font-size: 30px; line-height: 35px; margin-bottom: 30px; }
.bbconnect-page .about-program p { font-size: 22px; line-height: 27px; }
.bbconnect-page .video-block img.img-fluid { width: auto; }
.bbconnect-page .video-block .video-play-icon {text-align: center !important;}
.bbconnect-page .video-block .video-play-btn { position: absolute; right: 20%; top: 50%; transform: translate(-50%, -50%); }
.bbconnect-page .video-block .video-play-btn .video-play-icon img { margin-left: 4px; margin-top: 24px; }
.bbconnect-page .color-blocks {background: #F0F4F7;}
.bbconnect-page .color-blocks .container-fluid {padding: 0 30px;}
.bbconnect-page .color-blocks .container-fluid .col-sm-3 {padding: 0 8px; background: #fff; box-shadow: 0px 0px 5px #c4c4c4; border: 2px solid #ccc; margin: 0 0.5%; width: 24%;border-radius: 8px;}
.bbconnect-page h2 {margin-bottom: 30px;}
.bbconnect-page .color-block { padding: 20px; }
.bbconnect-page .color-block h2 { font-size: 25px; margin-bottom: 10px; font-family: "DrescherGroteskBTSmallSizesWXX"; color: #242D8C;margin-top: 10px}
.bbconnect-page .color-block h2 span { font-size: 30px; display: block; width: 58px; height: 58px; line-height: 58px; margin: auto; margin-bottom: 20px;border-radius: 30px;}
.bbconnect-page .col-sm-3:first-child .color-block h2 span {background: #C1CDFB;}
.bbconnect-page .col-sm-3:nth-child(2) .color-block h2 span {background: #CAF0EE;}
.bbconnect-page .col-sm-3:nth-child(3) .color-block h2 span {background: #D1C8F7;}
.bbconnect-page .col-sm-3:last-child .color-block h2 span {background: #C1CDFB;}

.bbconnect-page .highlight-points {padding-top: 0;}
.bbconnect-page .highlight-points .col-lg-12 {max-width: 1150px;margin: auto;}
.bbconnect-page .highlight-points p {font-size: 22px;}
.bbconnect-page .highlight-points table {border: 2px solid #F0F0F0;width: 100%;}
.bbconnect-page .highlight-points table tr {background: #F8F8F8; font-size: 20px;color: #000;}
.bbconnect-page .highlight-points table tr td {padding: 10px;}
.bbconnect-page .highlight-points table tr:nth-child(odd) {background: #F0F4F7;}
.bbconnect-page .highlight-points table tr img { padding: 5px 10px 5px 0px; width: 38px; }
.bbconnect-page .multi-sample-pages-block a.border-btn { max-width: 300px; border: 2px solid #FFD81F;border-radius: 10px;display: block;margin: auto;}


@media (min-width: 768px) and (max-width: 991.98px) { 
	.bbconnect-page .video-block .video-play-btn { right: 10%; }
	.bbconnect-page header .bbconnect-banner-text h1 .banner-image {left: -260px;}
}



@media (max-width:767.98px) {
.bbconnect-page .video-block .video-play-btn { right: 40%; bottom: 20%; top: auto !important; left: auto !important; }
	
}

@media (max-width:480px) {
	.bbconnect-page header .bbconnect-banner-btn { display: block; text-align: center; margin: auto; width: 93%;}
	.bbconnect-page .video-block .video-play-btn { right: 30%; bottom: 150px;}
}
@media (max-width:375px) {	
	.bbconnect-page .video-block .video-play-btn { right: 30%; bottom: 100px;}	
}
 @media (max-width:991px) {
	.bbconnect-page .color-blocks .container-fluid .col-sm-3 {width: 49%;margin: 3px 0.5%;}
	.bbconnect-page .why-bbconnect .why-bbconnect-content {border: none !important; position: inherit !important;}
}
@media (min-width: 992px) and (max-width: 1099.98px) { 
	.bbconnect-page .why-bbconnect .why-bbconnect-content {max-width: 670px !important; top: 60px !important;}
}
	
@media (min-width: 576px) and (max-width: 767.98px) { 
	.bbconnect-page header .bbconnect-banner-text h1 .banner-image { top: -90px !important; left: -200px !important; width: 230px !important; }
}

 @media (max-width:480px) {
	.bbconnect-page .color-blocks .container-fluid .col-sm-3 {width: 99%;margin: 3px 0.5%;}
	/* .bbconnect-page header .bbconnect-banner-text {margin-top: 50px;}
	.bbconnect-page header .bbconnect-banner-text h1 .banner-image { top: -380px !important;z-index: -1;left:0 !important;  width: 160px !important; } */
}

 @media (max-width:575.98px) {
	.bbconnect-page .why-bbconnect .why-bbconnect-content {border: none !important; position: inherit !important;}
	.bbconnect-page header .bbconnect-banner-text h1 .banner-image { position: absolute; left: 60%; top: 130px; width: 180px; }
	.bbconnect-page header .row .col-sm-8 {margin-top: 0;padding-bottom: 40px; }
	.bbconnect-page header.masthead {margin-bottom: 70px !important;}
}


.bbconnect-page .color-block p { font-size: 20px; line-height: 27px;color: #000; }
.bbconnect-page .white-blocks .row {max-width: 900px; margin: auto; }
.bbconnect-page .white-blocks h2.h1-font { margin-bottom: 60px; }
.bbconnect-page .white-blocks .white-block { border: 4px solid #FFD81F; border-radius: 20px; padding: 20px 0 0 0; margin-bottom: 30px; display: inline-block; }
.bbconnect-page .white-blocks .white-block h2 { font-size: 30px; line-height: 35px; margin-bottom: 20px; color: #242D8C; }
.bbconnect-page .white-blocks .white-block p { font-size: 22px; line-height: 27px; margin-bottom: 0; padding: 0 20px }
.bbconnect-page .why-bbconnect .bg-color {background: #F0F4F7;color: #050933; padding-right: 50px; padding-left: 50px;}
.bbconnect-page .why-bbconnect .row {align-items: center;}
.bbconnect-page .why-bbconnect .why-bbconnect-content {padding: 20px; max-width: 800px; }
.bbconnect-page .why-bbconnect .why-bbconnect-content .h1-font {font-size: 30px;margin-bottom: 15px;color: #444444}
.bbconnect-page .why-bbconnect .why-bbconnect-content p {font-size: 22px;}

.bbconnect-page .white-blocks a.border-btn, .bbconnect-page .white-blocks span {border: 2px solid #FFD81F; margin-top: 40px;border-radius: 0 0 14px 14px; padding: 5px 10px;font-size: 20px; height: auto;background: #FFD81F;width: 100%;max-width: 100%;display: block;cursor: pointer;color: #000;}
.bbconnect-page .white-blocks span img { float: right; margin-top: 8px; }

/* .bbconnect-page .white-blocks span {color: #242D8C;font-weight: bold;border-bottom: 1px solid #242D8C; display: block; width: 120px; margin: 10px auto 0 auto; cursor: pointer;} */
.bbconnect-page .multi-sample-pages-block .container-fluid {padding: 0;}
.bbconnect-page .multi-sample-pages-block {display: none;padding-top: 0;}
.bbconnect-page .multi-sample-pages-block .text-block {min-height: 275px}
.bbconnect-page .faq-section {background: #F0F4F7;}
.bbconnect-page .faq-section .accordion-item {margin: 8px 0;border-radius: 3px;}
.bbconnect-page .faq-section .accordion-item:not(:first-of-type) {border-top:1px solid rgba(0, 0, 0, 0.125) } 
.bbconnect-page .faq-section .accordion-item h2 {margin: 0;padding: 0 10px;}
.bbconnect-page .faq-section .accordion-collapse {margin: 0 10px;}
.bbconnect-page .faq-section .accordion-item h2 button {font-size: 20px;color: #000; font-weight: 500; font-family: "DrescherGroteskBTSmallSizesWXX";}
.bbconnect-page .accordion-button:not(.collapsed) {background: #fff; color: #383192 !important;}
.bbconnect-page .accordion-button:not(.collapsed) button {color: #383192;}
.bbconnect-page .accordion-body {font-size: 22px;}
.bbconnect-accordian-popup-btn {display: inline-block;background: #005191; color: #fff;font-size: 20px;padding: 10px 20px;border-radius: 10px;cursor: pointer;text-decoration: none;}
.bbconnect-accordian-popup-btn:hover {color: #fff;}
.bbconnect-page .mfp-wrap figcaption {display: none;}
.bbconnect-page .mfp-wrap.mfp-gallery figcaption {display: block;}


/* Answer Keys Page */
.answerkeys-page nav.navbar {padding-top: 0}
.answerkeys-page nav.navbar .container-fluid { background: #242D8C; padding-bottom: 10px;}
.answerkeys-page nav.navbar.navbar-scrolled .container-fluid { background: #fff; padding-bottom: 0;}
.answerkeys-page .search-form-section {padding-top: 97px;}
.answerkeys-page .search-form-section .container-fluid {background: #F8F8F8;padding: 20px 30px}
.answerkeys-page .search-form-section form > * , .answerkeys-page .search-form-section form .form-fields > * {float: left;font-family: "DrescherGroteskBTSmallSizesWXX";}
.answerkeys-page .search-form-section img {height: 38px;}
.answerkeys-page .search-form-section span {color: #194A79;font-size: 20px;padding: 0 10px;margin-right: 150px;font-weight: 500;font-family: "DrescherGroteskBTSmallSizesWXX";line-height: 50px;}
.answerkeys-page .search-form-section select {padding: 9px 5px;font-weight: 500;font-size: 20px;color: #555555;margin: 0 7px;border-radius: 4px; border: 1px solid #959595; background-image: url(https://cdn.bestbrains.com/images/icons/select-dropdown.svg); background-position: calc(100% - 0.75rem) 20px; background-repeat: no-repeat; -webkit-appearance: none; -moz-appearance: none; appearance: none;}
.answerkeys-page .search-form-section select#subject {display: none;}
.answerkeys-page .search-form-section button {background: #0F4F8D;border: none;border: 3px;padding: 6px 25px;color: #fff;font-weight: 500;border-radius: 4px;}
.answerkeys-page .search-form-section button img {width: 25px;padding-left: 5px;}

.answerkeys-page .weekheading {color: #242D8C; padding: 10px 30px;}
.answerkeys-page .weekheading img {height: 15px !important; padding: 0 6px;margin-top: -1px;}
.answerkeys-page #ahtmlpage .table .row {background: #F8F8F8;border: 1px solid #CDCDCD; margin: 0; padding: 25px 50px;display: inline-block;min-height: 400px;width: 100%;}
.answerkeys-page #ahtmlpage .table .row .column {display: inline-flex;width: auto;border: 1px solid #C6C6C6;border-radius: 5px;background: #fff;margin: 6px;font-size: 18px;}
.answerkeys-page #ahtmlpage .table .row .column label {color: #F58634;font-weight: 500;font-size: 19px;padding: 2px 10px 2px 0;}
.answerkeys-page #ahtmlpage .table .row .column label::after {content: " )";font-weight: 500;font-size: 21px;}
.answerkeys-page #ahtmlpage .table .row p {font-size: 20px;}
.answerkeys-page .search-form-section #ahtmlpage {min-height: 450px;}
.answerkeys-page .search-form-section #ahtmlpage span {margin-right: 0;color: #1D5B94;line-height: 40px;padding: 0;}
.answerkeys-page .search-form-section #ahtmlpage img {height: auto;}
.answerkeys-page .icon-angle-right {}


@media all and (max-width: 1199px) and (min-width: 1130px) {
	.answerkeys-page .search-form-section { padding-top: 86px; }
}

@media all and (max-width: 1129px) and (min-width: 992px) {
	.answerkeys-page .search-form-section { padding-top: 64px; }
}

@media all and (max-width: 992px) and (min-width: 768px) {
	.answerkeys-page .search-form-section span {margin-right: 10px;}
	.answerkeys-page .search-form-section select {width: 150px !important;margin: 0 5px;}
	.answerkeys-page .search-form-section form .form-fields {float: right;}
}

@media all and (max-width: 767px) and (min-width: 480px) {
	.answerkeys-page .search-form-section {text-align: center;}
	.answerkeys-page .search-form-section form > *  {float: none;}
	.answerkeys-page .search-form-section form .answer-keys-heading {display: block;}
	.answerkeys-page .search-form-section form .form-fields {margin-top: 10px;}
	.answerkeys-page .search-form-section form .form-fields > * {float: none;}
	.answerkeys-page .search-form-section span {margin-right: 10px;}
	.answerkeys-page .search-form-section select {width: 150px !important;margin: 0 1px;    padding: 6px 5px;}
	.answerkeys-page .search-form-section .container-fluid {padding: 10px;}
	.answerkeys-page .search-form-section button { padding: 3px 17px;}
}
@media all and (max-width: 479px) and (min-width: 320px) {
	.answerkeys-page .search-form-section {text-align: center;}
	.answerkeys-page .search-form-section form > *  {float: none;}
	.answerkeys-page .search-form-section form .answer-keys-heading {display: block;}
	.answerkeys-page .search-form-section form .form-fields {margin-top: 10px;}
	.answerkeys-page .search-form-section form .form-fields > * {float: none;}
	.answerkeys-page .search-form-section span {margin-right: 10px;}
	.answerkeys-page .search-form-section select {width: 120px !important;margin: 0 1px; padding: 8px 5px;font-size: 16px; background-image: none; -webkit-appearance: auto; -moz-appearance: auto; appearance: auto; }
	.answerkeys-page .search-form-section select#week {width: 80px !important;}
	.answerkeys-page .search-form-section .container-fluid {padding: 10px 2px !important;}
	.answerkeys-page .search-form-section button { padding: 0 7px;}
}

@media (max-width: 319px) {
	.answerkeys-page .search-form-section { padding-top: 85px; }
	.answerkeys-page .search-form-section select { width: 100% !important; margin: 0 0 5px 0; padding: 8px 5px; font-size: 16px; background-image: none; -webkit-appearance: auto; -moz-appearance: auto; appearance: auto; }
	.answerkeys-page .search-form-section button { padding: 0 7px; width: 100%;}
	.answerkeys-page .search-form-section span {margin-right: 0;}
	
}


.workbooks-page .about-program p { font-size: 30px; line-height: 34px; }
.blog-page .search-block {padding-bottom: 0;}
.blog-page .blog-search-form {max-width: 98%; }
.blog-page .blog-search-form input, .blog-page .blog-search-form button {max-width: 98%; border-radius: 5px; border: 1px solid #a9a9a9; height: 46px; line-height:32px; font-size: 18px; }
.blog-page .blog-search-form input:focus, .blog-page .blog-search-form button:focus {box-shadow: none;}
.blog-page .blog-search-form input {border-right: none; max-width: 280px;}
.blog-page .blog-search-form button {border-left: none;}
.blog-page .blog-search-form button.btn-search { border-radius: 0 5px 5px 0 !important; background: #FFD81F; color: #000; border:1px solid #FFD81F; border-left: 1px solid #a9a9a9;}
.blog-page .blog-search-form button.btn-clear { margin-left: 10px !important; border-radius: 5px !important; background: #6481f5; color: #fff;border: 2px solid #6481f5;}
.blog-page .no-search-results {margin-top: 100px;}
.blog-single.active {width: 33% !important;}



.blog-page .most-read-blog-list .blog-single { width: 24%; display: inline-block; }
.blog-page .most-read-blog-list .blog-single:first-child, .blog-page .most-read-blog-list .blog-single:nth-child(2) { width: 50%; }
.blog-page .blog-single { margin: 20px 0; }
.blog-page .blog-single .blog-topic { display: inline-block; padding: 4px 21px; border-radius: 10px; color: #fff; font-size: 12px; margin-top: 10px; }
.blog-page .blog-single h4 { margin: 10px 0 50px 0; color: #000; min-height: 53px; font-size: 22px; margin-bottom: 0; line-height: 28px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.blog-page .blog-single a { text-decoration: none; }
.blog-page .blog-single:last-child h4 { margin-bottom: 0; }
.blog-page .blog-topics-list h2 { margin-bottom: 30px; }
.blog-page .blog-topics-list p { display: inline-block; font-family: 'drescher-grotesk', sans-serif; margin-bottom: 20px; margin-right: 10px; }
.blog-page .blog-topics-list a { padding: 10px 22px; display: block; width: 100%; border-radius: 10px; margin: 0; color: #080B23; font-size: 16px; text-decoration: none; font-family: "DrescherGroteskBTSmallSizesWXX"; }
.blog-page .blog-topics-list p.topic-btn-1 a { border: 3px solid #8C75EB; }
.blog-page .blog-topics-list p.topic-btn-2 a { border: 3px solid #6481F5; }
.blog-page .blog-topics-list p.topic-btn-3 a { border: 3px solid #FFD260; }
.blog-page .blog-topics-list p.topic-btn-4 a { border: 3px solid #7BDAD4; }
.show-more-btn { background: #FFD81F; border-radius: 5px; width: 100%; color: #080B23; }
.show-less-btn { background: #fffff8; border-radius: 5px; width: 200px; color: #f55346 !important; border: 2px solid #ff2500; margin: auto; }
.blog-page .latest-blog-list .blog-single { width: 32%; display: inline-block; margin: 20px 0; vertical-align: top; }
.blog-page .latest-blog-list .blog-single .blog-topic { display: inline-block; padding: 4px 21px; border-radius: 10px; color: #fff; font-size: 12px; margin-top: 10px; }
.blog-page .latest-blog-list .blog-single h4 { margin: 10px 0 50px 0; color: #000; min-height: 53px; font-size: 22px; margin-bottom: 0; line-height: 28px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; max-width: 283px; margin-right: 10px; }
.blog-page .latest-blog-list .blog-single a { text-decoration: none; }
.blog-page .latest-blog-list .blog-single:last-child h4 { margin-bottom: 0; }
.blog-page .blog-collections-list h2 { margin-bottom: 20px; }
.blog-page .blog-collections-list p { font-family: 'drescher-grotesk', sans-serif; max-width: 280px; float: left; padding: 45px 25px; text-align: center; font-size: 22px; margin: 5px; border-radius: 10px; min-height: 270px; width: 97% }
.blog-page .blog-collections-list span { display: block; color: #fff; }
.blog-page .blog-collections-list p span { line-height: 50px; min-height: 130px; font-size: 36px; max-width: 180px; margin: auto; }
.blog-page .blog-collections-list a { display: inline-block; color: #fff; border-bottom: 1px solid #fff; line-height: 20px; background: #fff; color: #242D8C; text-decoration: none; padding: 12px 30px; border-radius: 5px; }
.blog-page .blog-collections-list .collection-btn-1 p { background: #7558EB; }
.blog-page .blog-collections-list .collection-btn-2 p { background: #242D8C; }
.blog-page .blog-collections-list .collection-btn-3 p { background: #6481F5; }
.blog-page .blog-collections-list .collection-btn-4 p { background: #7BDAD4; }
.blog-page .blog-collections-list span.show-more-btn, .blog-page .blog-collections-list span.show-less-btn { clear: both; margin-top: 20px; }
.blog-page .blog-collections-list .slider-blog-collections .splide__arrows { bottom: auto; top: -50px; right: 0; }
.blogs-by-articles .blog-single { width: 33%; display: inline-block; }
.blogs-by-articles .blog-single:first-child, .blogs-by-articles .blog-single:nth-child(2) { width: 49%; }
.blogs-by-collections .blog-single { width: 33%; display: inline-block; }
.blogs-by-collections .blog-single:first-child, .blogs-by-collections .blog-single:nth-child(2) { width: 49%; }
.article-page h4 { margin-top: 50px }
.article-page .more-blogs h3 { margin: 30px 0 10px 0; font-size: 36px; }
.article-page .more-blogs .blog-single:last-child:after { content: none; }
.article-page .blog-single h4 { margin-bottom: 30px; }
.article-page .share-post { border-bottom: 1px solid #000; }
.article-page .share-post .addthis_toolbox { float: right; }
.article-page .article-overview { margin-top: 40px; }
.article-page .article-overview .article-banner-img { width: 49%; display: inline-block; }
.article-page .article-overview .article-overview-text { width: 49%; display: inline-block; padding-left: 40px; }
.article-page .article-overview .collection-name { font-size: 26px; line-height: 31px; margin-bottom: 10px; }
.article-page .article-overview h2 { margin-bottom: 50px; }
.article-page .article-overview .author-details { font-size: 26px; line-height: 31px; }
.article-page .article-overview .author-details span { display: block; }
.article-page .blog-content .col-12 { max-width: 750px; margin: auto; font-size: 22px; line-height: 27px; margin-top: 45px; }
.article-page .blog-content .col-12 h2 { font-size: 26px; line-height: 30px; font-family: "DrescherGroteskBTSmallSizesWXX"; margin-bottom: 15px; }
.article-page .blog-content .col-12 p, .article-page .blog-content .col-12 ul li { font-size: 22px; line-height: 30px; font-family: "DrescherGroteskBTWXX-Roman"; }
.article-page .blog-content .col-12 p:first-child img { display: none; }
.article-page.location-blog-page .blog-content .col-12 p:first-child img { display: inline-block; }
.article-page .more-blogs { padding-bottom: 130px; padding-top: 0px !important;}

.blog-page.location-details-page .blog-single {max-width: 25%;padding: 0}
.blog-page.location-details-page .blog-single img {border-radius: 5px;}
.blog-page.location-details-page .blog-single a {display: block;padding: 10px;position: relative;}
.blog-page.location-details-page .blog-single a:hover { box-shadow: 2px 2px 10px #ccc;border-radius: 5px;}
.blog-page.location-details-page .blog-single a span.featured  { position: absolute; top: 15px; right: 10px; color: #fff; font-size: 13px; font-weight: 500; width: 80px; height: 10px; border-right: 20px solid #f58735; border-top: 15px solid #f58735; border-left: 13px solid transparent; border-bottom: 15px solid #f58735; line-height: 0; text-align: right; padding-left: 8px; }
.blog-page.location-details-page .blog-single a span.posted-date {background: #efefef;border-radius: 5px;padding: 8px;color: #000;display: inline-block;font-weight: 500;font-size: 14px;margin-top: 8px;}
.blog-page.location-details-page .blog-single a span {}
.blog-page.location-details-page .blog-single h4 {font-size: 18px;}


.location-blog-page.article-page .location-article-content {width: calc(100% - 350px);display: inline-block;padding: 0;}
.location-blog-page.article-page .location-article-content .article-banner-img {position: relative;}
.location-blog-page.article-page .location-article-content span.featured { position: absolute; top: 15px; right: 10px; color: #fff; font-size: 13px; font-weight: 500; width: 80px; height: 10px; border-right: 20px solid #f58735; border-top: 15px solid #f58735; border-left: 13px solid transparent; border-bottom: 15px solid #f58735; line-height: 0; text-align: right; padding-left: 8px; }
.location-blog-page.article-page .more-blogs {max-width: 340px;width: 340px;display: inline-block;padding: 0;float: right; background: #f6f6f6;margin-top: 10px;padding-bottom: 15px;}
.location-blog-page.article-page .more-blogs h3 {margin-top: 0;font-size: 22px;margin-left: 8px;padding-top: 15px; display: inline-block; border-bottom: 2px solid #F58735; padding-bottom: 6px; }
.location-blog-page.article-page .more-blogs .blog-single img {width: 110px;float: left;}
.location-blog-page.article-page .more-blogs .blog-single h4 {margin: 0; font-size: 15px; line-height: 19px;min-height: 35px; margin-top: -4px; padding-left: 5px; }
.location-blog-page.article-page .more-blogs .blog-single span {color: #000;font-size: 14px;padding-left: 5px; }


.location-blog-page.article-page.blog-page .latest-blog-list .blog-single {max-width: 100%;width: 100%;margin: 5px 0;}
.location-blog-page.article-page .blog-content .col-12 {width: 100%;max-width: 100%;margin-top: 20px;}
.location-blog-page.article-page .share-post {border-bottom: none;}
.location-blog-page.article-page .article-overview {margin-top: 10px;}
.location-blog-page.article-page .article-overview .article-overview-text {padding-left: 10px;}
.location-blog-page.article-page .article-overview h2 {margin-bottom: 25px; font-size: 33px; line-height: 40px;}
.location-blog-page.article-page .article-overview .author-details { font-size: 18px;font-weight: 500;}

.location-blog-page.article-page .article-back-btn {text-decoration: none; display: block;margin-bottom: 10px;color: #000;font-size: 18px;font-weight: 600;}




.videos-page .videos-list .video-single .video-block { position: relative; }
.videos-page .videos-list .video-single { width: 50%; margin-bottom: 50px; }
.videos-page .videos-list .video-single h4 { margin-top: 15px; }
.videos-page .videos-list .video-single .video-collection { display: inline-block; padding: 4px 21px; border-radius: 10px; color: #fff; font-size: 12px; margin-top: 10px; }
.videos-page .videos-list .video-single .video-play-btn { position: absolute; left: 50%; top: 40%; }
.videos-page .videos-list .video-single .video-block img { display: block; }
.videos-page .video-collections-list h2 { margin-bottom: 40px; }
.videos-page .video-collections-list #collections-list { display: flex; flex-wrap: wrap; }
.videos-page .video-collections-list #collections-list p { font-family: "DrescherGroteskBTWXX-Roman"; color: #fff; padding: 25px 15px 25px 15px; border-radius: 10px; width: 23%; display: inline-block; /*height: 350px;*/ margin: 25px 1%; min-height: 350px; }
.videos-page .video-collections-list #collections-list p.collection-btn-1 { background: #6481F5; }
.videos-page .video-collections-list #collections-list p.collection-btn-2 { background: #7558EB; }
.videos-page .video-collections-list #collections-list p.collection-btn-3 { background: #7BDAD4; }
.videos-page .video-collections-list #collections-list p.collection-btn-4 { background: #242D8C; }
.videos-page .video-collections-list #collections-list p > span { font-size: 20px; display: block; min-height: calc(100% - 70px); line-height: 23px; margin-bottom: 10px; }
.videos-page .video-collections-list #collections-list p span span { display: block; font-size: 26px; margin-bottom: 10px; font-family: "DrescherGroteskBTSmallSizesWXX"; min-height: 70px; line-height: 35px }
.videos-page .video-collections-list #collections-list p a { color: #fff; display: inline-block; margin-top: 10px; font-size: 26px; border-bottom: 1px solid #fff; line-height: 20px; position: relative; bottom: 0; }
.videos-page .video-collections-list #collections-list p a:active { font-weight: 600; }
form .error-msg, .error-block .error-msg { text-align: left; line-height: 30px !important; margin-top: 0; margin-bottom: 0; color: #CF2015 !important; font-family: "DrescherGroteskBTSmallSizesWXX"; font-size: 12px !important; font-weight: bold !important; letter-spacing: 0.5px !important; }
form.reg-form { max-width: 950px; margin: auto; margin-bottom: 50px; background: #fff; padding: 50px; border: 5px solid #efefef; border-radius: 20px; }
form .block50 { width: 49.5%; display: inline-block; padding: 0 25px; margin-bottom: 20px; vertical-align: text-top; }
form .block50.pleft0 { padding-left: 0; }
form .block50.pright0 { padding-right: 0; }
form .block100 { width: 100%; display: inline-block; padding: 0; margin-bottom: 20px; }
.reg-form label { color: #414651; font-size: 22px; line-height: 27px; font-family: "DrescherGroteskBTWXX-Roman"; margin-bottom: 8px; }
.reg-form input.form-control, form.reg-form select.form-control { border-radius: 10px; border: 2px solid #D5D7DA; height: 46px; font-size: 22px; }
.reg-form textarea { height: 110px; border-radius: 10px; border: 2px solid #080B23; font-size: 22px; }
.reg-form input:focus, form.reg-form textarea:focus, form.reg-form select:focus { border: 2px solid #6481F5; box-shadow: none; }
.field-focus label { color: #6481F5 !important; }
input:focus::placeholder, textarea:focus::placeholder { color: transparent; }
.reg-form select { background-image: url(https://cdn.bestbrains.com/images/icons/select-dropdown.svg); background-position: calc(100% - 0.75rem) 17px; background-repeat: no-repeat; }
.reg-form input[type="checkbox"], form.reg-form input[type="radio"] { border-radius: 10px; border: 2px solid #080B23; height: 30px; min-width: 30px; margin-right: 15px; }
.checkbox-block { display: flex !important; }
form.checkbox-block label { margin-top: -5px; font-size: 16px; line-height: 19px; }
.reg-form .form-buttons { text-align: center; margin-top: 40px; }
.reg-form button { margin: 0 36px; }
.reg-form .back-btn { width: 172px; border: 3px solid #6481F5; }
.reg-form .submit-btn { width: 214px; }
.reg-form .input-active label { color: #6481F5; }
.reg-form .input-active input, .reg-form .input-active select, .reg-form .input-active textarea { border: 2px solid #6481F5; box-shadow: none; }
.nav-pills { border: 4px solid #6481F5; border-radius: 5px; margin-bottom: 50px; }
.nav-pills li { flex-grow: 1; flex-basis: 0; text-align: center; }
.nav-pills li button { width: 100%; display: block; font-size: 26px; line-height: 32px; }
.nav-pills .nav-link.active, .nav-pills .show > .nav-link { background: #6481F5; border-radius: 0px; }
.careers-page .careers-text { max-width: 790px; margin: auto; text-align: left; margin-bottom: 60px; }
.careers-page .careers-text p { font-size: 22px; line-height: 27px; }
.interactive-workbooks-form-block .block50, .interactive-workbooks-form-block .block100 { padding: 0 5px; }
.interactive-workbooks-form-block form.reg-form input[type="checkbox"] { height: 30px; min-width: 30px; float: left; }
.note-text { font-size: 20px; color: #222; margin-bottom: 0; font-weight: 500; background: #e9e9e9; padding: 5px;width: 100%;}
.careers-page .note-text span {color: #CF2015 !important;}
.explanation-field { margin-top: 15px; }
.form-field-file .click-text { position: relative; float: none; width: calc(100% - 150px); height: 50px; text-decoration: underline; color: #242D8C; font-weight: 700; -webkit-appearance: none; -moz-appearance: none; appearance: none; text-transform: uppercase; letter-spacing: 2px; cursor: pointer; transition: background 0.25s ease-in-out; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; }
.form-field-file .click-text.file-selected { font-size: 20px; }
.form-field-file .click-text:hover, .form-field-file .click-text:active { background: shade(#336699, 34%); }
.form-field-file .click-text:after { position: absolute; top: 0; z-index: 2; display: block; font-family: 'FontAwesome'; }
.form-field-file input[type="file"] { position: absolute; z-index: -1; width: 0.1px; height: 0.1px; opacity: 0; overflow: hidden; }
.careers-page .form-field-file #displayname { border-radius: 10px !important; height: 50px; }
.careers-page .form-field-file .click-text { background: #242D8C; color: #fff; text-transform: none; text-decoration: none; line-height: 50px !important; padding: 0 20px; width: auto; border-radius: 10px !important; margin-left: 10px !important; font-weight: 400; }
.privacy-page .heading h1 { font-size: 50px; line-height: 60px; border-bottom: 1px solid #000; text-align: center; padding-bottom: 20px; margin-top: 30px; font-weight: 400; margin-bottom: 60px; }
.privacy-page .policy-content { max-width: 800px; }
.privacy-page .policy-content h2 { font-size: 30px; line-height: 34px; text-transform: uppercase; font-family: "DrescherGroteskBTWXX-Roman" !important; margin-top: 60px; }
.privacy-page .policy-content h3 { font-size: 30px; line-height: 35px; font-weight: 400; margin-top: 20px; font-family: "DrescherGroteskBTSmallSizesWXX" !important; }
.privacy-page .policy-content h4 { font-size: 30px; line-height: 34px; font-family: "DrescherGroteskBTWXX-Roman" !important; display: inline-block; border-bottom: 1px solid #000; }
.privacy-page .policy-content p { font-size: 22px; line-height: 26px; margin-bottom: 20px; display: table; }
.privacy-page .policy-content p a { text-decoration: none; color: #6481f5; }
.privacy-page .policy-content p span:first-child { width: 180px; display: table-cell; font-family: "DrescherGroteskBTSmallSizesWXX" !important; font-size: 20px; padding-right: 20px; }
.privacy-page .policy-content p span:last-child { }
.privacy-page .policy-content ul li { font-size: 22px; }
.privacy-page .policy-content .btn-outline { border: 3px solid #6481F5; border-radius: 5px; min-width: 49%; margin: 5px 0; }
.workbook-levels-block { padding-bottom: 0; }
.workbook-levels-block h3 { font-size: 22px; margin-bottom: 25px; margin-top: 20px; }
.interactive-workbooks-form-block { max-width: 620px; margin: auto; padding-top: 150px; }
footer { margin-top: 60px; }
footer, footer p { font-family: "DrescherGroteskBTSmallSizesWXX" !important; font-size: 20px !important; }
footer section.page-section { padding: 20px 0; }
footer .footer-blocks { display: inline-block; float: left; margin-left: 80px; }
footer .footer-blocks a { text-decoration: none; }
footer .footer-contact-details-block { background: #242D8C; border-radius: 20px; padding: 25px 60px; width: 328px; margin-left: 0; }
footer .footer-franchise-block { max-width: 240px; }
footer .footer-franchise-block li a {line-height: 27px;}
footer .footer-franchise-block p { font-family: "DrescherGroteskBTWXX-Roman" !important; border-bottom: 0.5px solid #080B23; margin-bottom: 0; padding-bottom: 10px; color: #4D516F; }
footer .footer-contact-details-block p { color: rgba(255, 255, 248, 0.8); font-size: 16px; margin: 0; }
footer .footer-contact-details-block a { color: #FFFFF8; }
footer .footer-contact-details-block .email { border-bottom: 1px solid #FFFFF8; display: block; padding-bottom: 15px; }
footer .footer-contact-details-block .phone { display: block; padding-top: 15px; }
footer .footer-links ul { padding: 0; }
footer .footer-links ul li { list-style: none; line-height: 20px; padding-top: 15px; }
footer .footer-links ul li.footer-links-heading { color: #080B23; display: inline-block; border-bottom: 1px solid #080B23; }
footer .footer-links ul li a { color: #4D516F; }
footer .footer-social-links a { margin: 0 15px; }
.footer-copyrights p { font-size: 16px !important; }
.footer-social-links { display: inline-block; float: right; margin-top: -40px; margin-left: 390px; width: auto; }
.success-page .content-block, .error-page .content-block { margin: 120px auto; }
.success-page h1, .error-page h1 { color: #6481F5; font-size: 180px; line-height: 210px; opacity: 0.6; }
.success-page hr.underline, .error-page hr.underline { max-width: 473px; margin: auto; color: #6481F5; opacity: 0.7; height: 2px; margin-top: 15px; }
.success-page h2, .error-page h2 { color: #080B23; font-size: 30px; line-height: 35px; }
.success-page p, .error-page p { color: #080B23; font-size: 26px; line-height: 32px; opacity: 0.7; max-width: 680px; margin: auto; margin-top: 15px; }
.success-page .btn-outline { border: 3px solid #6481F5; border-radius: 5px; min-width: 220px; margin: 40px 0 5px 0; }
.error-page .btn-outline { border: 3px solid #6481F5; border-radius: 5px; min-width: 220px; margin: 50px 0 5px 0; }
.underline-heading { border-bottom: 1px solid #000; padding-bottom: 20px; margin-bottom: 100px; margin-top: 25px; }
.tests-by-state-block { border: 2px solid #080B23; padding: 0; border-radius: 10px; display: flex; }
.tests-by-state-block .tests-by-state-list { width: 400px; display: inline-block; float: left; padding: 20px 15px 10px 15px; border-right: 2px solid #080B23; }
.tests-by-state-block .tests-by-state-data { width: calc(100% - 400px); display: inline-block; padding: 10px 55px; }
.tests-by-state-block .tests-by-state-data h3 { text-align: center; }
.tests-by-state-block .tests-by-state-list .nav-pills { display: block; border: none; margin-top: 20px; margin-bottom: 0; height: 330px; overflow: auto; }
.tests-by-state-block .tests-by-state-list .nav-pills::-webkit-scrollbar {
width: 4px;
}
.tests-by-state-block .tests-by-state-list .nav-pills::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.4);
border-radius: 10px;
}
.tests-by-state-block .tests-by-state-list .nav-pills::-webkit-scrollbar-thumb {
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.8);
}
.tests-by-state-block .tests-by-state-list .nav-pills li { text-align: left; }
.tests-by-state-block .tests-by-state-data li { font-size: 22px; }
.tests-by-state-block .tests-by-state-data li a { text-decoration: none; color: #6481F5; }
.tests-by-state-block .tests-by-state-list .nav-pills .nav-link { color: #080B23; text-align: left; font-size: 26px; line-height: 32px; width: auto; background: none; padding: 5px 0 5px 27px; }
.tests-by-state-block .tests-by-state-list .nav-pills .nav-link.active { text-decoration: underline; }
.tests-by-state-block .tests-by-state-list .form-control { border: 2px solid #6481F5; border-radius: 10px !important; height: 60px; width: 100%; font-size: 22px; padding-left: 25px; }
.tests-by-state-block .tests-by-state-list .input-group { display: block; }
.tests-by-state-block .tests-by-state-list .input-group .input-group-addon { position: absolute; right: 25px; top: 0; line-height: 60px; font-size: 22px !important; }
.gallery { background: #EEE; }
.gallery-cell { width: 66%; height: 200px; margin-right: 10px; background: #8C8; counter-increment: gallery-cell; }
.header-split-bg .navbar-dark.navbar-scrolled .navbar-nav .nav-item:first-child .nav-link { color: #080B23 !important; }
.banner-animation { margin-left: -100px; /* height: 240px; */ overflow: hidden; font-family: 'Lato', sans-serif; font-size: 35px; line-height: 91px; color: #ecf0f1; z-index: 1; display: inline-block; border-radius: 50px; width: 266px; position: absolute; margin-top: 30px; }
.whyus-page .banner-animation { margin-left: -150px; margin-top: 120px; width: 250px; }
.whyus-page.inner-page header p { font-size: 30px; line-height: 35px; margin-top: 20px; }
.content__container { font-weight: 600; overflow: hidden; height: 60px; padding: 0 60px; }
.content__container:before { content: '['; left: 0; }
.content__container:after { content: ']'; position: absolute; right: 0; }
.content__container:after, .content__container:before { position: absolute; top: 0; color: #16a085; font-size: 42px; line-height: 60px; -webkit-animation-name: opacity; -webkit-animation-duration: 2s; -webkit-animation-iteration-count: infinite; animation-name: opacity; animation-duration: 2s; animation-iteration-count: infinite; }
.content__container__text { display: inline; float: left; margin: 0; }
.content__container__list { margin-top: 0; text-align: left; list-style: none; -webkit-animation-name: change; -webkit-animation-duration: 10s; -webkit-animation-iteration-count: infinite; animation-name: change; animation-duration: 10s; animation-iteration-count: infinite; padding-left: 0; }
.content__container__list__item { line-height: 60px; text-align: center; margin: 0; }

.home-page header .banner-animation {    height: 60px;}

 @-webkit-keyframes opacity {  0%, 100% {
opacity: 0;
}
 50% {
opacity: 1;
}
}
 @-webkit-keyframes change {  0%, 20%, 100% {
transform: translate3d(0, 0, 0);
}
 25%, 45% {
transform: translate3d(0, -25%, 0);
}
 50%, 70% {
transform: translate3d(0, -50%, 0);
}
 75%, 95% {
transform: translate3d(0, -75%, 0);
}
}
 @-o-keyframes opacity {  0%, 100% {
opacity: 0;
}
 50% {
opacity: 1;
}
}
 @-o-keyframes change {  0%, 20%, 100% {
transform: translate3d(0, 0, 0);
}
 25%, 45% {
transform: translate3d(0, -25%, 0);
}
 50%, 70% {
transform: translate3d(0, -50%, 0);
}
 75%, 95% {
transform: translate3d(0, -75%, 0);
}
}
 @-moz-keyframes opacity {  0%, 100% {
opacity: 0;
}
 50% {
opacity: 1;
}
}
 @-moz-keyframes change {  0%, 20%, 100% {
transform: translate3d(0, 0, 0);
}
 25%, 45% {
transform: translate3d(0, -25%, 0);
}
 50%, 70% {
transform: translate3d(0, -50%, 0);
}
 75%, 95% {
transform: translate3d(0, -75%, 0);
}
}
 @keyframes opacity {  0%, 100% {
opacity: 0;
}
 50% {
opacity: 1;
}
}
 @keyframes change {  0%, 20%, 100% {
transform: translate3d(0, 0, 0);
}
 25%, 45% {
transform: translate3d(0, -25%, 0);
}
 50%, 70% {
transform: translate3d(0, -50%, 0);
}
 75%, 95% {
transform: translate3d(0, -75%, 0);
}
}
.alert, .bfixed, .fixed-btn img { position: fixed !important; }
.alert .alert-text { z-index: 100; }
.alert .bg-close-click { position: absolute; width: 100%; height: 100vh; cursor: url(https://cdn.bestbrains.com/images/icons/popup-close-icon.svg), auto; opacity: 0.5;}
#failure, #success, .alert, .othermanagecenter-input { display: none }
.alert h4 { margin-top: 0; color: inherit }
.alert { background: rgba(50,50,50,.5)!important; color: #7e7e7e; box-shadow: 0 0 10px 1px rgba(0,0,0,.3); z-index: 100000!important; width: 100%; height: 100%; top: 0; border-radius: 0; left: 0; }
.alert h3 { margin-top: 0; color: #000; line-height: 35px; font-size: 35px; margin-bottom: 15px; }
.alert-text { width: 46%!important; height: auto; background: #fff; margin: auto; border-radius: 10px; box-shadow: 0px 0px 11px #a1a1a1; max-width: 510px; }
#failure .error-sign { margin-top: 40px; margin-bottom: 40px; }
#failure .error-msg { padding-bottom: 100px !important; margin-top: 0; }
#loading, #success { background-color: rgba(0,0,0,.3)!important; border-color: transparent }
.alert-text .close { opacity: .8 }
.alert-text .close:focus, .alert-text .close:hover { opacity: 1 }
#loading .loading-icon { background-image: url(https://cdn.bestbrains.com/images/icons/loader.gif); background-repeat: no-repeat; width: 230px; height: 230px; margin: 8% auto; }
.alert-box.show-alert { display: block; }
.alert-box { background-color: rgba(0,0,0,.9)!important; border-color: transparent; color: #f45252; overflow-y: auto }
.alert-box h3 { color: #dc3545; font-family: "DrescherGroteskBTSmallSizesWXX"; }
.alert-box button.close { background: transparent; color: #dc3545; font-size: 50px; font-weight: 500; cursor: pointer; float: right; border: 0; line-height: 33px; }
.alert-box .alert-msg { padding-top: 10px; border-top: 2px solid #dedede; color: #333; font-size: 16px; margin-top: 1%; padding-bottom: 30px }
.alert-box .alert-msg h5 { color: #3b3b3b; margin: 10px 0 20px 0; }
.alert-box .alert-msg .btn { font-size: 16px; line-height: 20px; height: 40px; padding: 5px 15px; margin-top: 10px; }
#success { background: 0 0; color: #2ecc71 }
#success .alert-text { border: 5px solid #66d273 }
#success h3 i { color: #66d273; margin-right: 5px }
#success button.close { background: #66d273; width: 36px; height: 36px; color: #fff; font-size: 28px; font-weight: 400; cursor: pointer }
#success .success-msg { padding-top: 10px; border-top: 2px solid #dedede; color: #333; font-size: 16px; margin-top: 1%; font-weight: 700 }
#failure { background-color: rgba(255,255,255,.9)!important; border-color: transparent; color: #f45252; overflow-y: auto; justify-content: center; align-items: center; text-align: center; min-height: 100vh; }
#state-locations { background-color: rgba(255,255,255,.9)!important; border-color: transparent; color: #f45252; overflow-y: auto; justify-content: center; align-items: center; min-height: 100vh; }
#state-locations .alert-text { width: 75% !important; max-width: none !important; padding: 20px; }
#state-locations .alert-text h3 { border-bottom: 1px solid #ccc; padding-bottom: 10px; font-weight: 400; font-size: 30px; margin-bottom: 20px; }
#state-locations .alert-text h3 span { font-weight: 500; }
#state-locations .locations-msg { text-align: left; }
#state-locations .locations-msg p { font-size: 28px; font-weight: 600; margin-bottom: 0; color: #222; }
#state-locations .locations-msg ul { padding-left: 0; column-count: 3;list-style: none;}
#state-locations .locations-msg li a { color: #000; text-decoration: none; font-size: 24px; line-height: 45px; }
#state-locations .locations-msg li a:hover { color: #0d6efd; }
#state-locations button.close { background: none; color: #555; font-weight: 400; cursor: pointer; border: none; position: absolute; right: 10px; top: 10px; }
#failure h3 i { color: #ff4f2d; margin-right: 5px }
#failure button.close { background: none; color: #555; font-weight: 400; cursor: pointer; border: none; position: absolute; right: 10px; top: 10px; }
#failure .error-msg { padding-top: 0; color: #000; font-size: 18px; padding-bottom: 30px }
#failure .error-msg ul { padding: 0; }
#failure .error-msg li { list-style: none; line-height: 25px; margin-bottom: 10px; }
 @media (max-width:979px) {
	.alert-text { width: 80%!important }
}
.highlight-points p span b { font-size: 26px; }
.enroll-page .payment-step .reg-form .col-md-7 { border-right: 1px solid #D8DCDE; }
.enroll-page .col-md-5 .enroll-center-info-block { margin-top: 0; border-radius: 0px; background: #F0F4F7; margin-bottom: 20px; padding: 30px 50px 50px 50px; }
.enroll-page .enroll-center-info-block { background: rgba(100, 129, 245, 0.2); border-radius: 10px; margin-bottom: 50px; margin-top: 30px; }
.enroll-page .highlights-block .highlight-points p { display: inline-block; width: 24%; }
.enroll-page .reg-form.full-width { max-width: 100%; }
.enroll-page .home-circle-blocks-2 .col-xl-3 { max-width: 150px; width: 150px; height: 150px; margin-top: 0 !important; }
.enroll-page .home-circle-blocks-2 .content { height: 150px; margin-top: 0; width: 150px; padding-top: 10px; }
.enroll-page .home-circle-blocks-2 .content h3 { font-size: 18px; width: 110px; padding-top: 30px; line-height: 24px; }
.enroll-page form.reg-form button { margin: 5px 10px; }
.enroll-page .dob-block label, .enroll-page .package-type label { width: 100%; display: block; }
.enroll-page .dob-block select { display: inline-block; padding: 0 5px; }
.enroll-page .dob-block select.form-control:first-of-type { width: 150px; }
.enroll-page .dob-block select.form-control:nth-of-type(2) { width: 80px; }
.enroll-page .dob-block select.form-control:last-of-type { width: 90px; }
.enroll-page .dob-block button { margin: 10px 0 !important; }
.ach-payment-step .reg-form { max-width: 780px; }
.card-payment-step .reg-form { max-width: 780px; }
.student-step form.reg-form .col-md-7 p { font-size: 22px; line-height: 26px; font-family: "DrescherGroteskBTWXX-Roman"; }
.student-step form.reg-form .col-md-7 p:nth-child(2n) b { width: 65px; }
.student-step form.reg-form .col-md-7 h4 { font-size: 18px; font-family: "DrescherGroteskBTSmallSizesWXX"; }
.student-step .row .col-md-7 { border-right: 1px solid #080B23; }
.student-step .enroll-students-info-block { height: 620px; overflow-y: auto; width: 90%; margin: auto; padding-right: 15px; }
.student-step .enroll-students-info-block::-webkit-scrollbar {
width: 4px;
}
.student-step .enroll-students-info-block::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.4);
border-radius: 10px;
}
.student-step .enroll-students-info-block::-webkit-scrollbar-thumb {
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.8);
}
.card-payment-step .students-details.enroll-students-info-block { height: 400px; overflow-y: auto }
.card-payment-step .students-details.enroll-students-info-block::-webkit-scrollbar {
width: 4px;
}
.card-payment-step .students-details.enroll-students-info-block::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.4);
border-radius: 10px;
}
.card-payment-step .students-details.enroll-students-info-block::-webkit-scrollbar-thumb {
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.8);
}
.enroll-students-page .student-step .col-md-5 .student-details .block100 { padding: 0; }
.enroll-page.enroll-students-page .enroll-center-info-block { padding: 30px; }
.enroll-center-info-block table tr td { padding-right: 20px; }
table.student-single { border: 1px solid #D8DCDE; }
table.student-single thead, table.payment-info thead { font-weight: bold; font-size: 22px; }
table.student-single td, table.student-single th, table.payment-info td, table.payment-info th { background-color: transparent !important; }
table.student-single tfoot, table.payment-info tfoot { font-family: "DrescherGroteskBTWXX-Roman"; font-weight: bold; font-size: 22px; }
table.student-single tfoot td:first-child { text-align: right; }
table.student-single th { padding: 23px 0 12px 20px; }
table.student-single td { padding: 6px 20px; font-size: 22px; }
table.student-single td:last-child { width: 130px; }
table.student-single tbody tr:last-child td { padding-bottom: 15px; }
table.student-single tfoot { border-top: 1px solid #D8DCDE; }
table.student-single tfoot td { padding: 10px 20px; }
table.payment-info th { padding: 0.5rem 0; }
table.payment-info td { padding: 0.5rem 0; font-size: 22px; }
table.payment-info td:last-child { width: 100px; }
table.payment-info tbody tr:last-child td { padding-bottom: 25px; }
table.payment-info tfoot { border-top: 1px solid #000000; }
table.payment-info tfoot td { padding-top: 15px }
.enroll-page .col-md-5 .block100, .enroll-page .col-md-5 .form-group { padding: 0 20px 0 50px; }
.form-group .btn { margin: 5px !important; }
.enroll-page .col-md-5 .input-group input { border-radius: 2px; height: 33px; border: 1px solid #48494A; line-height: 18px; width: 170px; margin-right: 8px; }
.enroll-page .col-md-5 .input-group input.btn { background: #242D8C; color: #fff; padding: 2px; font-size: 16px; }
.enroll-page .apply-coupon-input .input-group .btn-link { background: transparent !important; color: red !important; border: none; text-decoration: underline; padding: 1px !important; width: 150px; height:  25px; }
.enroll-center-info-block { background: rgba(100, 129, 245, 0.2); border-radius: 10px; padding: 20px; margin-bottom: 50px; margin-top: 30px; }
.enroll-center-info-block p { font-size: 20px; font-family: "DrescherGroteskBTWXX-Roman"; width: 49%; display: inline-block; margin: 0; }
.enroll-center-info-block p b { width: 110px; display: inline-block; font-size: 16px; font-family: "DrescherGroteskBTSmallSizesWXX"; }
.error-msg { color: red; text-align: center; line-height: 40px; margin-top: 50px; }
.error-msg a { text-decoration: none; border-bottom: 2px solid #0d6efd; }
.enroll-subjects-info-block { margin-top: 50px; }
.enroll-subjects-info-block .content h3 span { display: inline-block; }
.disclaimer { font-size: 16px !important; font-weight: 500; }
.enroll-students-info-block.payments-block { height: 500px; overflow-y: auto; padding-right: 35px; }
.enroll-students-info-block.payments-block::-webkit-scrollbar {
width: 4px;
}
.enroll-students-info-block.payments-block::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.4);
border-radius: 10px;
}
.enroll-students-info-block.payments-block::-webkit-scrollbar-thumb {
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.8);
}
form .block100.checkbox-block { padding-left: 0; }
.enroll-students-info-block.students-details .student-details { margin-top: 40px; width: 49%; display: inline-block; }
.enroll-students-info-block .student-details { margin-top: 40px; }
.enroll-students-info-block .student-details p span:first-child { width: 120px; display: inline-block; font-size: 22px; font-family: "DrescherGroteskBTWXX-Roman"; }
.enroll-students-info-block .student-details p span:last-child { display: inline-block; font-family: "DrescherGroteskBTSmallSizesWXX"; font-size: 20px; }
.enroll-page .get-started-step form.reg-form .checkbox-block label { line-height: 19px; font-size: 16px; font-family: "DrescherGroteskBTSmallSizesWXX"; }
.enroll-page .student-step .student-details { border-top: 1px solid #080B23; margin-top: 15px; padding-top: 40px; }
.enroll-page .student-step .student-details:first-child { border: none; padding-top: 0; margin-top: 0; }
.enroll-payment-info-block p span:first-child { width: 150px; display: inline-block; font-size: 22px; font-family: "DrescherGroteskBTWXX-Roman"; }
.enroll-payment-info-block p span:last-child { display: inline-block; font-family: "DrescherGroteskBTSmallSizesWXX"; font-size: 20px; }
.enroll-payment-info-block hr { margin-top: 30px; margin-bottom: 30px; }
.enroll-payment-info-block .apply-coupon-btn { width: 100%; margin: 0; height: 40px; background: #6481F5; border-radius: 10px; line-height: 25px; color: #fff; font-size: 18px; margin-top: 15px; }
.pay-later-btn { color: #6481F5; font-size: 22px; display: block; margin: 40px 0 20px 0; text-decoration: none; }
.pay-later-btn:hover { color: #6481F5; }
.pay-later-btn img { margin-right: 15px; }
.pay-later-btn span { border-bottom: 2px solid #6481F5; }
.enroll-page .fortebtn { background-color: #FFD81F; color: #080B23 !important; border: 1px solid transparent !important; }
.enroll-page .payment-step .payment-details { border-bottom: 1px solid #000; padding-bottom: 25px; padding-top: 25px; }
.enroll-page .payment-step .single-student-details:last-child .payment-details { border-bottom: 2px solid #000; }
.enroll-page .payment-step .payment-details p:last-child { margin: 0; }
.enroll-page .payment-step .payment-details hr { border-top: 1px solid #000; }
.enroll-page .payment-step .enroll-payment-info-block { padding-top: 40px; }
.enroll-page .payment-step .enroll-payment-info-block hr { border-top: 1px solid #000; }
.enroll-page .payment-step .enroll-payment-info-block { }
.enroll-page .success-step { text-align: center; }
.enroll-page .success-step h2 { color: rgba(100, 129, 245, 0.6); font-size: 80px; border-bottom: 1px solid #6481F5; line-height: 94px; padding-bottom: 20px; }
.enroll-page .success-step h4 { margin-top: 50px; }
.enroll-page .success-step p { font-size: 22px; font-family: "DrescherGroteskBTSmallSizesWXX"; color: rgba(8, 11, 35, 0.6); }
.enroll-page.enroll-payments-page .checkbox-block label input { float: left; width: 26px; height: 26px; min-width: 26px; }
.enroll-page.enroll-payments-page .checkbox-block label { font-size: 20px }
.elearning-page .color-blocks .container-fluid .row { display: flex; font-size: 0; flex-wrap: wrap; }
.elearning-page .color-blocks .container-fluid .row .col-sm-6 { display: inline-block; margin: 70px 0 0 10px; flex-grow: 1; width: calc(100% * (1/2) - 10px - 1px);
}
.elearning-page .color-block { height: 100%; }
.elearning-page .white-blocks .container-fluid .row { display: flex; font-size: 0; flex-wrap: wrap; }
.elearning-page .white-blocks .container-fluid .row .col-sm-6 { display: inline-block; margin: 70px 0 0 10px; flex-grow: 1; width: calc(100% * (1/3) - 10px - 1px);
}
.elearning-page .white-block { height: 100%; }
.coupon-input { border-radius: 10px !important; height: 40px !important; width: 230px; }
.enroll-students-info-block .student-details h2 { font-size: 26px; line-height: 26px; margin-bottom: 23px; }
form.reg-form .enroll-students-info-block .student-details input[type="checkbox"], form.reg-form .enroll-students-info-block .student-details input[type="radio"] { width: 30px; height: 30px; float: left; }
form.reg-form .enroll-students-info-block .student-details .form-buttons { margin-top: 30px; }
.enroll-students-info-block .payment-details h2 { font-size: 20px; }
.enroll-students-info-block .payment-details p span:first-child, .enroll-students-info-block .student-details p span:first-child { font-size: 20px; }
.enroll-students-info-block .payment-details p span:last-child, .enroll-students-info-block .student-details p span:last-child { font-size: 18px; font-family: "DrescherGroteskBTSmallSizesWXX"; }
.nav-clr-dark nav.navbar-dark.navbar-scrolled .navbar-nav .nav-link { color: #fff !important; }
.slider-upcoming-events-collections .splide__arrows { display: none; }
.kids-alliance .splide__slide { background: #6481F5; max-width: 283px; margin: 0 13px !important; color: #fff; border-radius: 5px; padding: 40px; font-size: 26px; line-height: 30px; }
.kids-alliance .splide__slide span { display: block; }
.kids-alliance .splide__slide a { color: #fff; margin-top: 90px; display: inline-block; margin-bottom: 20px; }
html, body.exam-page { height: 100%; }
.exam-page .container { height: 94%; }
.exam-page .test-details { width: 500px; border-right: 2px solid #ccc; }
.exam-page .test-details img { width: 150px; margin-bottom: 15px; }
.exam-page h1 { font-size: 36px; line-height: 36px; color: #242D8C; font-family: "DrescherGroteskBTSmallSizesWXX"; }
.exam-page h3 { font-size: 26px; line-height: 28px; font-family: "DrescherGroteskBTWXX-Roman"; }
.exam-page h3 span { font-family: "DrescherGroteskBTSmallSizesWXX"; }
.exam-page a.start-test-btn { background: #242D8C; color: #fff; padding: 15px 25px; text-decoration: none; border-radius: 50px; display: inline-block; font-size: 22px; }
.exam-page .end-all-test-btn { background: #ffd81f; color: #080b23; margin-top: 20px; padding: 10px 35px; text-decoration: none; border-radius: 50px; display: inline-block; font-size: 22px; border: none; }
.exam-page p.note-text { font-size: 14px; color: #ff0000; line-height: 17px; max-width: 300px; padding-left: 15px; font-family: "DrescherGroteskBTSmallSizesWXX"; }
.exam-page a.start-test-btn img { margin-left: 45px }
.exam-page a.end-tests-btn { border: 1px solid #CF2015; padding: 15px 20px; border-radius: 40px; color: #080B23; text-decoration: none; display: inline-block; font-family: "DrescherGroteskBTSmallSizesWXX"; margin-top: 40px; float: right; }
.exam-page footer { margin: 0; }
.exam-page .test-complete-text { font-size: 26px; line-height: 28px; color: #242D8C; font-family: "DrescherGroteskBTSmallSizesWXX"; }
.student-details { margin-right: 0 !important; }
.exam-buttons { margin-left: 0 !important; }
.exam-page .container { }
.questions-page .test-details { margin: 50px 0 35px 0; }
.questions-page .test-details h1 { color: #242D8C; font-size: 36px; }
.questions-page .test-details .btn { font-size: 12px; line-height: 28px; height: 30px; padding: 0 21px; }
.questions-page .test-details .timer-btn { background: #242D8C; }
.questions-page .student-details { background: #F2F2F2; padding: 10px 0; }
.questions-page .student-details .student-info span { color: #000; font-size: 12px; font-family: "DrescherGroteskBTSmallSizesWXX"; margin-right: 30px; }
.questions-page .student-details .note-text { border: 1px solid #BDBDBD; padding: 10px 30px; max-width: 350px; color: #6A6466; font-size: 12px; line-height: 14px; font-family: "DrescherGroteskBTSmallSizesWXX"; }
.questions-page .questions-details { padding-top: 50px; padding-bottom: 40px; }
.questions-page .questions-details .row { border-bottom: 1px solid #ccc; padding: 15px 0; }
.questions-page .questions-details .row:last-of-type { border-bottom: none; }
.questions-page .questions-details .row p, .questions-page .questions-details .row input { margin-bottom: 0; }
.questions-page .questions-details .questions { max-width: 900px; margin: auto; }
.questions-page .questions-details .questions h2 { color: #242D8C; font-size: 25px; margin-bottom: 30px; }
.questions-page .questions-details .pagination { background: #F2F2F2; padding: 40px 10px; }
.questions-page .questions-details .buttons { margin: 40px 0; }
.questions-page .questions-details .buttons .skip-btn { font-size: 22px; line-height: 23px; color: #242D8C; text-decoration: underline; padding: 13px 33px; margin: 0 3px; }
.questions-page .questions-details .buttons .back-btn { font-size: 22px; line-height: 23px; color: #242D8C; border: 1px solid #242D8C; padding: 13px 33px; margin: 0 3px; }
.questions-page .questions-details .buttons .next-btn { font-size: 22px; line-height: 23px; background: #242D8C; color: #fff; padding: 13px 33px; margin: 0 3px; }
.questions-page .questions-details span.serial-numbers { margin-right: 10px; float: left; line-height: 32px; font-weight: 400; font-size: 20px; }
.questions-page .questions-details .added-question { display: inline-block; width: calc(100% - 40px); font-size: 20px; }
.questions-page .answer .form-control { display: inline-block; width: calc(100% - 40px); }
.questions-page .payment-success { box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1); padding: 50px 0; }
.questions-page.success-page h2, .questions-page.error-page h2 { margin: 60px 0; }
.questions-page .payment-success h1 { color: #11A029; font-size: 40px; line-height: 40px; margin-top: 15px; }
.questions-page.error-page .payment-success h1 { color: #CF2015 }
.questions-page .payment-success h3 { color: #000; font-size: 30px; line-height: 30px; }
.questions-page .payment-success a.btn { font-size: 22px; line-height: 25px; background: #242D8C; padding: 15px 30px; margin-top: 50px; height: 57px; }
.questions-page .pagination .page-numbers span.title { margin-right: 17px; }
.questions-page .pagination .page-numbers span a { text-decoration: none; border: 1px solid #242D8C; border-radius: 50px; width: 24px; height: 24px; display: inline-block; color: #242D8C; text-align: center; margin-right: 6px; line-height: 23px; font-size: 12px; }
.questions-page .pagination .page-numbers span.active a { background: #242D8C; color: #fff; }
.location-details-page .map-block {margin-bottom: 20px; }
.location-details-page .fb-block {margin: auto;text-align: center;}
/*  Location Details Page */ 
.loc-details-second-nav {margin: 0 auto 30px auto; position: sticky; z-index: 100; top: 104px;}
.loc-details-second-nav {background: #6481f5; border-radius: 15px;padding: 20px 20px; text-align: center;}
.loc-details-second-nav .col-lg-12 h2 {display: inline-block;margin: 0 !important;color: #fff;/* width: 220px;text-align: right;font-size: 20px; */ font-size: 25px;}
.loc-details-second-nav .col-lg-12 ul {display: block;margin: auto;}
.loc-details-second-nav .col-lg-12 ul li {display: inline-block; padding: 7px 15px;}
.loc-details-second-nav .col-lg-12 ul li a {color: #fff;}
.loc-details-second-nav .col-lg-12 .dropdown .dropdown-menu {display: none;}

.loc-details-second-nav .col-lg-12 .dropdown .dropdown-menu li {display: block;}
.loc-details-second-nav .col-lg-12 .dropdown .dropdown-menu li a {color: #000;text-decoration: none;font-size: 18px !important;padding: 0 !important; display: block;border: none;}

@media (min-width: 992px) {
.loc-details-second-nav .col-lg-12 .dropdown .dropdown-toggle { border: none; background: transparent; color: #fff; font-size: 18px; font-weight: 500; font-family: "DrescherGroteskBTSmallSizesWXX"; padding: 0 1px; }
.loc-details-second-nav .col-lg-12 .dropdown:hover a, .loc-details-second-nav .col-lg-12 .dropdown a.active { border-bottom: 2px solid #FFD81F; color: #FFD81F;}
.loc-details-second-nav .col-lg-12 .dropdown:hover .dropdown-menu {display: block;margin-top: 5px; min-width: 250px; }	
}
@media (max-width: 991.98px) {
	.loc-details-second-nav .col-lg-12 ul li {text-align: left;}
	.loc-details-second-nav .col-lg-12 .dropdown:hover a {border: none;color: #fff;}
	.loc-details-second-nav .col-lg-12 .dropdown .dropdown-menu li a {color: #fff;}
	.loc-details-second-nav .col-lg-12 .dropdown .dropdown-menu { text-align: center;display: none; position: absolute; width: 250px; right: 0;background: #242D8C;margin-top: 17px; padding: 15px}
	.loc-details-second-nav .col-lg-12 ul.dropdown-menu.show { display: block; position: initial !important; transform: none !important; width: auto; text-align: left;margin-top: 0 !important;padding-left: 5px;min-height: auto;}
	.loc-details-second-nav .col-lg-12 ul li {display: block; padding: 8px;height: 50px}
	.loc-details-second-nav .col-lg-12 ul li a {color: #fff;font-family: "DrescherGroteskBTSmallSizesWXX";}
	.loc-details-second-nav .col-lg-12 ul li a.nav-link.dropdown-toggle {text-align: left; padding: 0; font-size: 18px; font-weight: 500; font-family: "DrescherGroteskBTSmallSizesWXX";}
	.loc-details-second-nav .col-lg-12 ul li a.nav-link.dropdown-toggle::after { vertical-align: 0px;}

}

.location-details-page .nearest-center-result .about-sidebar {min-width: 330px !important;}
.location-details-page .nearest-center-result .about-content {max-width: calc(100% - 330px) !important;}


/*  Teachers  */
.our-team { padding: 0; position: relative }
.our-team .sec-title { margin-bottom: 10px }
.our-team .item-list .single-team { position: relative; margin-top: 33px; text-align: center; display: inline-block; padding: 20px; background-size: contain; background-position: center center; background-repeat: no-repeat; background-clip: padding-box; width: 100%;cursor: pointer;}
.our-team .item-list .single-team img, .teacher-details img { width: auto; max-width: 100%;max-height: 250px;margin: auto;}
.our-team .item-list .single-team .image-block {height: 250px;margin-bottom: 20px;background: url(https://cdn.bestbrains.com/images/bb-logo-gallery-bg.png);display: flex; }
.teacher-details .col-md-3 { text-align: center }
.our-team .item-list .column:nth-child(4n + 1) .single-team { border: 2px solid #3498db }
.our-team .item-list .column:nth-child(4n + 2) .single-team { border: 2px solid #fd7114 }
.our-team .item-list .column:nth-child(4n + 3) .single-team { border: 2px solid #6eacb9 }
.our-team .item-list .column:nth-child(4n) .single-team { border: 2px solid #add546 }
.our-team .item-list .column:nth-child(4n + 1) .single-team:hover { transition: .5s; background-color: #3498db }
.our-team .item-list .column:nth-child(4n + 2) .single-team:hover { transition: .5s; background-color: #fd7114 }
.our-team .item-list .column:nth-child(4n + 3) .single-team:hover { transition: .5s; background-color: #6eacb9 }
.our-team .item-list .column:nth-child(4n) .single-team:hover { transition: .5s; background-color: #add546 }
.our-team .item-list .single-team .img-holder .overlay .social a i:before, .our-team .item-list .single-team .img-holder .overlay .social a svg { font-size: 20px; color: #fff; margin: 0 0 -30px -35px; width: 40px; height: 40px; border-radius: 50%; position: absolute; line-height: 60px; bottom: 50% }
.our-team .item-list .single-team .img-holder { position: relative; overflow: hidden }
.our-team .item-list .single-team .img-holder .overlay { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(34,34,34,.46); text-align: center; opacity: 0; transition: all .3s ease }
.our-team .item-list .single-team:hover .img-holder .overlay { opacity: 1 }
.our-team .item-list .single-team .img-holder .overlay .social { display: table-cell; vertical-align: middle; position: absolute; top: 0; right: 0; left: 0; bottom: 0 }
.our-team .item-list .single-team .img-holder .overlay .inner { display: table; width: 100%; height: 100%; position: relative }
.our-team .item-list .single-team .content-holder h3 { transition: .5s; font-size: 20px; font-weight: 500; color: #222; transition: .5s; text-decoration: none;}
.our-team .item-list .single-team:hover h3 {color: #fff;}
.our-team .item-list .single-team .content-holder .teacher-description {display: none;}
.our-team .item-list .single-team:hover .content-holder h3 a, .our-team .item-list .single-team:hover .content-holder p { color: #fff; transition: .5s }
.our-team .item-list .single-team .content-holder .social { margin-top: 20px }
.our-team .item-list .single-team .content-holder .social li a { color: #848484; margin-right: 15px; font-size: 17px; transition: .5s }
.our-team .item-list .single-team:hover .content-holder .social li a { color: #fff; transition: .5s }
.list_inline li, .social li, .thm-btn { display: inline-block }
.social li a { color: #fff; -webkit-transition: .5s ease-in-out; transition: .5s ease-in-out }
body.popup-open {overflow-y: hidden; }
.teacher-details-popup {position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1050; -webkit-overflow-scrolling: touch; outline: 0; overflow-x: hidden; overflow-y: auto;background: rgba(0,0,0,0.5); display: none;}
.teacher-details-popup .teacher-details-block {position: relative;width: 90%;margin: 50px auto;max-width: 1000px;}
.teacher-details-popup .teacher-details-block .teacher-details-block-header { background: #3498db; color: #fff; text-align: center; border-bottom: none;}
.teacher-details-popup .teacher-details-block .teacher-details-block-header h3 { margin-bottom: 0; line-height: 50px;}
.teacher-details-popup .teacher-details-block .teacher-details-block-header button { position: absolute; right: 0; top: 0px; background: transparent; border: none; color: #fff; font-size: 40px; line-height: 40px; }
.teacher-details-popup .teacher-details-block .teacher-details-block-content {background: #fff;display: flex; align-items: center;padding: 20px;}
.teacher-details-popup .teacher-details-block .teacher-details-block-content img { max-width: 250px; margin-right: 20px;max-height: 250px;}
.teacher-details-popup .teacher-details-block .teacher-details-block-content p {font-size: 20px;}
.post-content blockquote { padding: 15px 5px 15px 15px; width: 32%; margin: 10px 0.5%; overflow: hidden; background: #fff; border: 0; border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; box-shadow: 2px 2px 10px #cecece; -moz-box-shadow: 2px 2px 10px #cecece; -webkit-box-shadow: 2px 2px 10px #cecece;display: inline-block; float: left; font-family: "DrescherGroteskBTWXX-Roman";text-align: left; border: 2px solid #cccbcb;}
.post-content blockquote:hover { box-shadow: 0px 0px 15px #a6a6a6; -moz-box-shadow: 0px 0px 15px #a6a6a6; -webkit-box-shadow: 0px 0px 15px #a6a6a6} 
.post-content .col-lg-12 { display: contents;}
#main_menu .btn-success { color: #fff!important; background-color: #1abc9c; border-color: #11a587; padding: 8px 12px!important; top: 12px; position: relative }
.post-content blockquote b { color: #242D8C; font-size: 22px; font-weight: 500; }
.post-content blockquote p { line-height: 30px; font-size: 20px; max-height: 210px; overflow-y: auto; padding-right: 15px;}
.post-content blockquote img {margin-bottom: 15px;}
.post-content blockquote p::-webkit-scrollbar {
	width: 4px;
}
.post-content blockquote p::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.4);
	border-radius: 10px;
}
.post-content blockquote p::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.8);
}
.location-details-page section.page-section .fade:not(.show) { display: none;}
.secondary-nav button.nav-link {border: none; background: transparent; color: #111; font-size: 18px; font-weight: 500; font-family: "DrescherGroteskBTSmallSizesWXX"; padding: 0 1px;}
.secondary-nav button.nav-link.active, .secondary-nav button.nav-link:hover { border-bottom: 2px solid #FFD81F;color: #FFD81F;}
.week-day {display: flex !important;}
.working-hours.active .week-day, .location-details-page .week-day {margin-bottom: 8px;}
.week-day .day {min-width: 45px;margin-right: 15px;}
.timings .time {}
.gallery-images {margin-top: 30px;display: flex;  flex-wrap: wrap;}
.gallery-images a { max-width: 24%; width:24%; flex-grow: 1; margin: 10px 0.5%;box-shadow: 2.5px 4.33px 30px 0 rgb(64 87 191 / 10%); -moz-box-shadow: 2.5px 4.33px 30px 0 rgba(64,87,191,.1); -webkit-box-shadow: 2.5px 4.33px 30px 0 rgb(64 87 191 / 10%);transition: transform 0.5s; border: 1px solid #ccc; box-shadow: 2px 2px 10px #cecece; -moz-box-shadow: 2px 2px 10px #cecece; -webkit-box-shadow: 2px 2px 10px #cecece; display: grid; position: relative;background:  url(https://cdn.bestbrains.com/images/bb-logo-gallery-bg.png);align-items: center; overflow: hidden;}
.gallery-images a span { position: absolute; width: 100%; height: 100%; color: #fff; background: rgba(0,105,162,0.5); display: none;transition: transform 1s;}
.gallery-images a:hover span {display: block;z-index: 1;}
.gallery-images a span i, .gallery-images a span svg {height: inherit;font-size: 20px;}
.gallery-images a img {max-height:250px;margin: auto;transition: transform 0.5s;}
.gallery-images a:hover { /* transform: scale(1.1); */ box-shadow: 0px 0px 15px #a6a6a6; -moz-box-shadow: 0px 0px 15px #a6a6a6; -webkit-box-shadow: 0px 0px 15px #a6a6a6; }
.gallery-images a:hover img {transform: scale(1.3) rotate(-2deg);}
.location-details-page figcaption {display: none;}
.location-details-page button.mfp-arrow {bottom: 25px;top: auto;height: 40px;width: 100px;opacity: 1;position: relative !important;display: inline-block !important;}
.location-details-page .mfp-arrow:before, .location-details-page .mfp-arrow:after {margin-top: 0 !important;}
.location-details-page .mfp-wrap {padding: 50px;}
.location-details-page .mfp-image-holder .mfp-close {text-align: center;right: 0;padding-right: 0; text-shadow: 1px 1px 4px #000;cursor: pointer !important;}
.location-details-page figure {padding-top: 60px !important;padding: 40px 0 40px;}
.location-details-page img.mfp-img {border: 2px solid #757575; padding: 0 !important;box-shadow: 2px 2px 20px #474747;border-radius: 10px; max-height: calc(100vh - 200px) !important;}
.location-details-page .mfp-container {position: initial; height: auto; width: fit-content; margin: auto; }
.location-details-page .mfp-content {width: 100%;}
.location-details-page .mfp-figure:after {background: transparent;box-shadow: none;}


/* Podcasts Page */
.podcast-page .podcast-block {max-width: 1000px; padding: 15px 5px 15px 15px; margin: 0 auto 70px auto; overflow: hidden; background: #fff; border: 0; border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; box-shadow: 2px 2px 10px #cecece; -moz-box-shadow: 2px 2px 10px #cecece; -webkit-box-shadow: 2px 2px 10px #cecece; font-family: "DrescherGroteskBTWXX-Roman"; text-align: left; border: 2px solid #cccbcb; }
.podcast-page .podcast-block img {float: left;margin-right: 20px;display: inline-block;}
.podcast-content {width: calc(100% - 270px);display: inline-block;}
.podcast-content p {font-size: 20px}
@media (max-width: 767.89px) {
	.podcast-page .podcast-block {padding: 15px 0;margin-bottom: 30px}
	.podcast-page .podcast-block img {float: none;margin-right: 0;display: block;margin-bottom: 15px;}
	.podcast-content {width: 100%;display: block;}
	.podcast-content p {font-size: 20px}	
}

/* Blog Search */
.blog-pagination { display: flex; padding: 10px 5px; align-items: center; }
.blog-pagination p {margin: 0;font-size: 20px;}
.blog-pagination nav {margin-left: auto;}
.blog-pagination ul {margin: 0}
.blog-pagination ul li {margin: 0 3px}
.blog-pagination ul li a {color: #000; border: 1px solid #B9B9B9; border-radius: 5px; min-width: 40px; text-align: center;}
.search-blogs .blog-single { width: 33%; display: inline-block; }
.blog-pagination ul li a.active {background: #6481F5; color: #fff; }
    



/* Promotions Page */
.promotions-page .promotion-content {padding: 20px 0;}
.promotions-page .promotion-content p {font-size: 22px}
.promotions-page .promotion-content ul li {font-size: 20px}





@media (max-width: 374.99px) {
	.success-page h1, .error-page h1 { font-size: 85px; line-height: 90px; }
	.success-page h2, .error-page h2 { font-size: 20px; line-height: 30px; }
	.success-page .btn-outline { margin: 50px 0 5px 0; }
	nav.navbar .navbar-brand img { max-width: 170px; }
	nav.navbar .container-fluid { padding-left: 20px; padding-right: 20px; }
	.careers-page .nav-pills { border: 2px solid #6481F5; display: block; }
	.careers-page .nav-pills li button { width: 100%; display: block; font-size: 23px; line-height: 40px; padding: 0; height: 40px; }
	.banner-images .banner-image img { width: 100%;margin-top: -15px; }
	.home-page .banner-content-block .input-group { display: block; }
	.home-page .banner-content-block .input-group input { width: 100%; }
	.home-page .banner-content-block .input-group .btn { width: 98%; }
	.whyus-page .banner-animation { height: 62px; width: 200px; }
	.content__container__list__item { line-height: 60px !important; font-size: 30px; }
	.whyus-page header.masthead .col-sm-6:nth-child(2) { padding-right: 0; text-align: center; }
	.whyus-page header.masthead img { max-width: 230px; }
	.whyus-page .banner-animation { height: 62px; width: 200px; margin-left: 10px; margin-top: -30px; }
	.content__container__list__item { line-height: 60px !important; font-size: 25px; }
	.workbooks-page .interactive-workbooks-form-block .nav-pills li button { font-size: 16px; padding: 10px 0; }
	.inquiries-block { padding: 20px 10px; }
	.inquiries-block p { margin-bottom: 30px; }
	.inquiries-block p span { min-width: 250px; font-size: 25px; }
	.inquiries-block p a img { max-width: 100%; }
	.cta-banner2 .row .col-md-7 { padding-left: 0; padding-right: 0;}
	.cta-banner2 .row a { font-size: 15px;letter-spacing: 0px; padding-left: 10px;padding-right: 10px; }
	.cta-banner2 .row h2 {font-size: 30px; line-height: 35px;margin-top: 0;}
	.cta-banner2 .container-fluid .row {padding-top: 0 !important;}
	.cta-banner3 h2 { font-size: 23px !important;}
	.cta-banner3 h2 span { font-size: 35px; max-width: 210px; display: block; line-height: 40px; }
	.cta-banner3 a.btn { font-size: 20px; padding: 7px 20px; }
	.careers-page .form-field-file .click-text {width: 100%;margin-left: 0px !important;margin-top: 5px;text-align: center;}
	.enroll-page form.reg-form button {padding: 0 15px;}
	.student-step .enroll-students-info-block {margin-left: 0 !important; margin-right: 0 !important;width: 100%;}
	.enroll-page .dob-block select.form-control:first-of-type, .enroll-page .dob-block select.form-control:nth-of-type(2), .enroll-page .dob-block select.form-control:last-of-type {width: 31%;font-size: 15px;}
	.enroll-page.enroll-payments-page form.reg-form .form-group button {font-size: 18px;width: 100% !important;}
}
@media (min-width: 375px) and (max-width: 479.98px) {
	.banner-images .banner-image img { width: 100%;margin-top: -40px; }
	.whyus-page header.masthead .col-sm-6:nth-child(2) { padding-right: 10px; }
	.whyus-page header.masthead img { max-width: 230px; }
	.whyus-page .banner-animation { height: 62px; width: 200px; margin-left: -130px; margin-top: 50px; }
	.content__container__list__item { line-height: 60px !important; font-size: 30px; }
	.workbooks-page .interactive-workbooks-form-block .nav-pills li button { font-size: 20px; padding: 10px 0; }
	.inquiries-block { padding: 50px 40px; }
	.inquiries-block p { margin-bottom: 30px; }
	.inquiries-block p span { min-width: 250px; font-size: 27px; }
	.inquiries-block p a img { max-width: 100%; }
	.success-page h1, .error-page h1 { font-size: 100px; line-height: 100px; }
	.cta-banner2 .row .col-md-7 { padding-left: 0; padding-right: 0;}
	.cta-banner2 .row a { font-size: 17px;letter-spacing: 0px; padding-left: 20px;padding-right: 20px; }
	.cta-banner2 .row h2 {font-size: 35px; line-height: 38px;margin-top: 0;}
	.cta-banner2 .container-fluid .row {padding-top: 30px !important;}
	.cta-banner3 h2 { font-size: 23px !important;}
	.cta-banner3 h2 span { font-size: 35px; max-width: 210px; display: block; line-height: 40px; }
	.cta-banner3 a.btn { font-size: 20px; padding: 7px 20px; }
	.enroll-page.enroll-payments-page form.reg-form .form-group button {font-size: 17px;margin: 5px 1px !important;}
	.enroll-page.enroll-payments-page form.reg-form .form-group button.back-btn {width: 90px;padding: 6px 8px;}
	.enroll-page.enroll-payments-page form.reg-form .form-group button.btn-info {width: 180px;padding: 5px 8px;}
	.enroll-page.enroll-payments-page form.reg-form .form-group button.submit-btn {width: 130px;padding: 6px 8px;}
	.location-details-page .enroll-subjects-info-block .col-xl-3 { width: 50% !important; padding: 5px; }
	.location-details-page .enroll-subjects-info-block .col-xl-3 .content {padding: 15px;font-size: 20px !important;}
}
@media (max-width: 479.98px) {
	.programs-page header.masthead .row { display: flex; flex-wrap: wrap; }
	.programs-page header.masthead .row .col-sm-7 { order: 2; text-align: center; }
	.programs-page header.masthead .row .col-sm-5 { order: 1; }
	.inner-page header.masthead h1 { font-size: 35px !important;    line-height: 44px !important; padding-bottom: 15px; margin-top: 20px; }
	.programs-page.careers-page header.masthead h1 { font-size: 40px; line-height: 50px; }
	.programs-page .banner-image img { padding: 10px; }
	.cta-banner3 .row { min-height: 370px; padding-bottom: 0; }
	.cta-banner3 .row .col-lg-12 { padding-right: 0; }
	.cta-banner3 .row .text-block { max-width: 100%; padding-left: 0; padding-top: 20px; }
	.cta-banner3 h2 span { font-size: 40px; line-height: 50px; }
	.cta-banner3 .row img.cta-image { max-width: 280px; position: relative; float: right; margin-top: -50px; }
	.cta-banner3 .text-icon { bottom: 120px; }
	.YouTubePopUp-Content { max-width: 320px; }
	.YouTubePopUp-Content iframe { max-width: 320px !important; width: 320px !important; height: 180px !important; }
	.home-page.header-split-bg header.masthead, .header-split-bg.inner-page header.masthead { background: #242D8C; }
	header.masthead .row .col-12 { display: flex; flex-wrap: wrap; }
	header.masthead .row .col-12 .banner-content-block { order: 2; width: 100%; max-width: 100%; }
	header.masthead .row .col-12 .banner-images { order: 1; width: 100%; }
	header.masthead .row .col-12 .banner-images .banner-image { zoom: 1; position: inherit; margin-top: 30px; text-align: center; margin-left: -60px; }
	.home-page header.masthead { padding-bottom: 30px; }
	.nearest-center.center-results .col-lg-12 { padding-left: 10px; padding-right: 10px; }
	.home-results-blocks .result-block .content { padding-top: 8px; }
	.home-results-blocks .block-content h2 {font-size: 45vw;}
	.home-results-blocks .col-lg-12.d-md-flex { padding: 0 10px; }
	.home-results-blocks .result-block p { font-size: 17px; max-width: 320px; line-height: 26px; }
	.home-circle-blocks-2 .col-xl-3:nth-child(2) { margin-top: 0; }
	.home-circle-blocks-2 .col-xl-3:nth-child(4) { margin-top: 0; }
	.home-circle-blocks-2 .content h3 { font-size: 26px; }
	.home-circle-blocks-2 .content { padding-top: 70px; margin-top: -10px; }
	.programs-block .programs-list .program { width: 48%; }
	.success-story-block .row h2 { margin-bottom: 20px; }
	.success-story-block .circles-2 { left: 10px; width: 90px; top: 10px }
	.success-story-block .row { min-height: 400px !important; }
	.corner-circle { bottom: 20px; top: auto; right: 10px; }
	.slider-video-testimonials .video-block { max-width: 100%; float: none; margin: 0; }
	.slider-video-testimonials .video-block .video-play-btn { top: 30%; left: 50%; }
	.slider-video-testimonials .video-block > img { max-width: 100%; }
	.testimonial-block { max-width: 100%; margin-right: 0; padding: 15px; margin-top: 20px; }
	.testimonial-text { line-height: 25px; font-size: 20px; }
	.testimonial-name { margin-bottom: 0; font-size: 21px; }
	.testimonial-block:after { bottom: -30px; }
	footer .footer-blocks { margin-left: 20px; min-height: auto; width: 97%; margin-top: 0; }
	footer .footer-blocks ul { margin-bottom: 0; }
	footer .footer-blocks .mtop40 { margin-top: 0px; }
	footer .footer-contact-details-block { padding: 20px; width: 100%; margin-left: 0; margin-top: 20px; margin-bottom: 10px; }
	footer .footer-franchise-block { min-height: 100px; max-width: 97%; margin-top: 10px; }
	.footer-social-links { margin-left: 15px; margin-top: 0px; }
	.highlights-block .container-full { padding-left: 25px; padding-right: 25px; }
	.highlights-block h2 { margin-bottom: 26px; }
	.blog-page .most-read-blog-list { display: block; }
	.blog-page .most-read-blog-list .blog-single { width: 100%; }
	.blog-page .most-read-blog-list .blog-single:first-child, .blog-page .most-read-blog-list .blog-single:nth-child(2) { width: 100%; }
	.blog-page .most-read-blog-list .blog-single img { display: block; }
	.blog-page .blog-single h4 { min-height: auto; }
	.blog-page .latest-blog-list .blog-single { width: 100% }
	.blog-page .latest-blog-list .blog-single img { display: block; }
	.blog-page .blog-collections-list p { max-width: 100%; }
	.blog-page .slider-blog-collections { margin-top: 50px; }
	.blog-page .blog-collections-list .slider-blog-collections .splide__arrows { bottom: auto; top: -30px; right: 0; }
	.blogs-by-articles .blog-single { width: 100%; }
	.blogs-by-articles .blog-single img { display: block; }
	.blogs-by-articles .blog-single:first-child, .blogs-by-articles .blog-single:nth-child(2) { width: 100%; }
	.blogs-by-collections .blog-single:first-child, .blogs-by-collections .blog-single:nth-child(2) {width: 100%;}
	.blogs-by-collections .blog-single { width: 100%; }
	.blogs-by-collections .blog-single img { display: block; }
	.blogs-by-collections .blog-single:first-child { width: 100%; }
	.locations-page .locations-list-block ul { padding: 0; column-count: 1; }
	.locations-page .search-block { padding: 50px 20px; }
	.locations-page .search-block .container-fluid {padding-left: 10px !important;padding-right: 10px !important;}
	.locations-page .search-block input {font-size: 7vw;padding: 0;}
	.locations-page .search-block h1 {font-size: 23px;line-height: 35px;}
	.locations-page .search-block button {margin-top: 15px;}
	form .block50 { padding: 0; width: 100%; }
	form .block100 { padding: 0; }
	form.reg-form button { margin: 0 5px; width: auto !important; padding: 0 25px; }
	.form-field-file label { line-height: 30px !important; }
	.form-field-file .click-text { width: 100%; line-height: 50px !important }
	.careers-page .nav-pills li button { width: 100%; display: block; font-size: 20px; line-height: 23px; }
	.careers-page .career-opportunities-section table tr td { width: 100%; display: block; }
	.careers-page .form-field-file .click-text { padding: 0 10px; }
	.careers-page .form-field-file #displayname { font-size: 20px; padding: 5px;}
	.multi-sample-pages-block .sample-pages-block a { max-width: 90px; }
	.privacy-page .policy-content .btn-outline {height: auto;width: 100%;}
	.privacy-page .policy-content p span:first-child {width: 100%;display: block;}
	.enroll-page .col-md-5 .input-group {display: block;}
	.enroll-page .col-md-5 .input-group input {font-size: 15px;width: 100%; }
	.enroll-page .col-md-5 .input-group input.btn {width: 100%;margin-top: 5px;}	
	.enroll-page .col-md-5 .enroll-center-info-block {padding: 10px;}
	.locations-page .no-locations-block .text-content p {font-size: 30px;}
	.locations-page .no-locations-block .text-content a {font-size: 15px;padding: 12px;}
	.gallery-images a { max-width: 49%; width:49%;}
}
@media (min-width: 480px) and (max-width: 575.98px) {
	.whyus-page header.masthead img { max-width: 250px; }
	.whyus-page .banner-animation { height: 62px; width: 200px; }
	.content__container__list__item { line-height: 60px !important; font-size: 30px; }
	.success-page h1, .error-page h1 { font-size: 150px; line-height: 150px; }
	.programs-page header.masthead .row { display: flex; flex-wrap: wrap; }
	.programs-page header.masthead .row .col-sm-7 { order: 2; text-align: center; }
	.programs-page header.masthead .row .col-sm-5 { order: 1; }
	.inner-page header.masthead h1 { font-size: 70px; line-height: 70px; padding-bottom: 15px; margin-top: 20px; }
	.programs-page.careers-page header.masthead h1 { font-size: 40px; line-height: 50px; }
	.programs-page .banner-image img { padding: 20px;}
	.cta-banner2 .row a { font-size: 18px; }
	.cta-banner3 .row { min-height: 370px; padding-bottom: 0; }
	.cta-banner3 .row .col-lg-12 { padding-right: 0; }
	.cta-banner3 .row .text-block { max-width: 100%; padding-left: 15px; padding-top: 20px; }
	.cta-banner3 h2 span { font-size: 40px; }
	.cta-banner3 .text-icon {}
	.cta-banner3 .row img.cta-image { max-width: 280px; position: relative; float: right; margin-top: -50px; }
	.banner-images .banner-image img { width: 100%; }
	.home-page .banner-animation, .whyus-page .banner-animation { position: relative; text-align: center; margin: auto; display: block; margin-bottom: -40px; margin-right: 0; margin-left: auto; }
	.home-page.header-split-bg header.masthead, .header-split-bg.inner-page header.masthead { background: #242D8C; }
	.YouTubePopUp-Content { max-width: 420px; }
	.YouTubePopUp-Content iframe { max-width: 420px !important; width: 420px !important; height: 236px !important; }
	.header-split-bg header.masthead .col-sm-5 { flex: 0 0 auto; width: 41.6666666667%; }
	.header-split-bg header.masthead .col-sm-7 { flex: 0 0 auto; width: 58.3333333333%; }
	.home-results-blocks .result-block p { font-size: 25px; max-width: 320px; }
	.home-circle-blocks-2 .col-xl-3:nth-child(2) { margin-top: 100px; }
	.home-circle-blocks-2 .col-xl-3:nth-child(3) { margin-top: -50px; }
	.home-circle-blocks-2 .col-xl-3:nth-child(4) { margin-top: 30px; }
	.home-circle-blocks-2 { max-width: 480px; margin: auto; }
	.home-circle-blocks-2 .col-xl-3 { background: #FFD260; border-radius: 50%; max-width: 250px; width: 200px; height: 200px; margin: 25px auto; }
	.home-circle-blocks-2 .content { display: block; background: url(https://cdn.bestbrains.com/images/home-circle-blocks-border.svg) no-repeat; background-size: contain; height: 200px; margin-top: -10px; width: 200px; margin-left: -13px; padding-top: 60px; }
	.home-circle-blocks-2 .content h3 { font-size: 25px; line-height: 30px; }
	.nearest-center.center-results .col-lg-12 { padding-left: 20px; padding-right: 20px; }
	.programs-block .programs-list .program { width: 48%; }
	.success-story-block .row img.image1 { max-width: 300px; }
	.success-story-block .circles-2 { left: 20px; top: 15px; width: 130px; }
	.success-story-block .row { min-height: 400px !important; }
	.success-story-block .row .text-block { margin-top: 60px !important; max-width: 495px; margin: auto; float: none; display: block; }
	.corner-circle { bottom: 20px; top: auto; }
	.success-story-block .row h2 { max-width: 320px; }
	.slider-video-testimonials .video-block { max-width: 49% }
	.slider-video-testimonials .video-block .video-play-btn { top: 30%; left: 50%; }
	.slider-video-testimonials .video-block > img { max-width: 100%; }
	.testimonial-block { max-width: 49%; margin-right: 0; padding: 15px; }
	.testimonial-text { line-height: 25px; font-size: 20px; }
	.testimonial-name { margin-bottom: 0; font-size: 21px; }
	.testimonial-block:after { bottom: -30px; }
	footer .footer-blocks { margin-left: 20px; min-height: 130px; width: 45%; margin-top: 20px; }
	footer .footer-contact-details-block { padding: 20px; width: 100%; margin-left: 0; margin-top: 20px; }
	footer .footer-franchise-block { height: 120px; width: 100%; max-width: 100%; }
	.footer-social-links { margin-left: 15px; margin-top: 0; }
	.blog-page .most-read-blog-list { display: block; }
	.blog-page .most-read-blog-list .blog-single { width: 49%; }
	.blog-page .most-read-blog-list .blog-single:first-child, .blog-page .most-read-blog-list .blog-single:nth-child(2) { width: 100%; }
	.blog-page .blog-single h4 { min-height: auto; font-size: 18px; }
	.blog-page .latest-blog-list .blog-single { width: 48.5% }
	.blog-page .latest-blog-list .blog-single h4 { font-size: 18px; }
	.blogs-by-articles .blog-single { width: 50%; display: inline-block; }
	.blogs-by-articles .blog-single:first-child { width: 100%; }
	.blogs-by-collections .blog-single { width: 50%; display: inline-block; }
	.blogs-by-collections .blog-single:first-child { width: 100%; }
	.locations-page .locations-list-block ul { padding: 0; column-count: 2; }
	form .block50 { padding: 0 5px; width: 49%; }
	form .block100 { padding: 0 5px; }
	.careers-page .nav-pills { border: 2px solid #6481F5; }
	.careers-page .nav-pills li button { width: 100%; display: block; font-size: 17px; line-height: 32px; padding: 0; }
	.form-field-file .click-text { width: 100%; height: auto; margin-bottom: 0; }
	.form-field-file label { line-height: 30px !important; float: none; }
	.multi-sample-pages-block .sample-pages-block a { max-width: 140px; }
	.workbooks-page .interactive-workbooks-form-block .nav-pills li button { font-size: 23px; }
	.enroll-page.enroll-payments-page form.reg-form .form-group button {font-size: 20px;margin: 5px 1px !important;}
	.enroll-page.enroll-payments-page form.reg-form .form-group button.back-btn {width: 90px;padding: 6px;}
	.enroll-page.enroll-payments-page form.reg-form .form-group button.btn-info {width: 180px;padding: 5px;}
	.enroll-page.enroll-payments-page form.reg-form .form-group button.submit-btn {width: 130px;padding: 6px;}
	.location-details-page .enroll-subjects-info-block .col-xl-3 .content {padding: 15px;}
	.location-details-page .enroll-subjects-info-block .col-xl-3 { width: 50% !important; padding: 5px; }
	.locations-page .no-locations-block .text-content p {font-size: 36px;}
	.locations-page .no-locations-block .text-content a {font-size: 21px;padding: 12px;}
	.gallery-images a { max-width: 32%; width:32%;}
}
@media (max-width: 575.98px) {
	.page-section { padding: 50px 0; }
	nav .navbar-collapse { max-height: 100vh; overflow-y: auto; }
	nav ul.navbar-nav .megamenu .megamenu-block { min-width: 100%; margin-top: 20px; }
	nav ul.navbar-nav .megamenu .megamenu-block:first-child { margin-top: 0; }
	nav ul.navbar-nav .megamenu { min-width: 250px; margin-left: 0; max-width: 100%; padding: 20px; }
	nav ul.navbar-nav .megamenu .row { margin: 0; }
	.home-page header.masthead { padding-bottom: 50px; }
	.banner-content-block { max-width: 100%; margin-left: 0; margin-top: 20px; }
	.banner-content-block h1 { font-size: 42px !important; }
	.home-video-block .row .thumb-img { max-width: 100%; }
	.slider-video-testimonials .row .thumb-img { max-width: 100%; }
	.testimonial-block { }
	.home-video-block .video-block .video-play-btn { transform: translate(0%, 0%); }
	.home-video-block .video-block .video-play-btn .video-play-icon img { margin-left: 6px; margin-top: 25px; }
	.slider-video-testimonials .video-block .video-play-btn span {margin: auto;}
	.elearning-page .video-block .video-play-btn { transform: translate(0%, 0%); }	
	.home-page .banner-animation { height: 70px; width: 250px; line-height: 90px; position: inherit; margin-right: 0; margin-left: auto; display: block;margin-top:0; }
	.home-page header.masthead .input-group input { margin-bottom: 15px; font-size: 18px; }
	.banner-images .banner-dots { /* display: none; */top: 20px; }
	.banner-images .banner-teacher { display: none; }
	.container-fluid { padding-left: 25px !important; padding-right: 25px !important; }
	.h1-font { font-size: 30px; line-height: 36px; }
	.h2-font { font-size: 25px; line-height: 30px; }
	.sub-heading { font-size: 20px; line-height: 26px; }
	.home-video-text { max-width: 100%; width: 100%; }
	.home-video-text h2 { margin-top: 30px; }
	.cta-banner2 .row h2 { margin-top: 30px; }
	.video-block .video-play-btn { position: absolute; top: 150px; }
	.success-story-block .row img.image1 { max-width: 250px; margin-left: -30px; }
	.success-story-block .row .text-block { margin-top: 60px !important; display: block; float: none; text-align: center; margin: auto; }
	.nearest-center .row { align-items: initial; min-height: 460px; }
	.nearest-center .family-img { display: none; }
	.nearest-center.center-results .text-block form { display: block; }
	.nearest-center h2 { font-size: 30px; line-height: 36px; margin-bottom: 20px; margin-top: 20px; }
	.nearest-center .text-block { float: none; display: block; z-index: 1; position: relative; }
	.nearest-center.center-results .nearest-center-result .center-block .map { width: 330px; }
	.nearest-center.center-results #map-canvas { height: 300px; }
	.nearest-center.center-results .row .text-block { margin-top: 0; margin-bottom: 20px; float: none; }
	.nearest-center.center-results .row input { float: left; }
	.nearest-center.center-results .nearest-center-result .center-block .center-details { max-width: 100%; float: none; margin-bottom: 20px; }
	.more-btn-div { max-width: 100%; }
	.nearest-center.center-results .nearest-center-result .center-block .map { width: 100%; }
	.home-circle-blocks { width: auto; height: auto; }
	.home-circle-blocks img { display: none; }
	.home-circle-blocks .circle-yellow { position: relative; width: 280px; height: 280px; max-width: 280px; margin: auto; margin-bottom: 40px; }
	
	.home-circle-blocks .content { width: 280px; height: 280px; padding-top: 0px; }
/*.home-circle-blocks .second-block .content { padding-top: 65px; }*/
.home-circle-blocks .content:before { width: 280px; height: 280px;}
.home-circle-blocks .content > div { width: 280px; height: 280px;}
.home-circle-blocks .content h3 { font-size: 25px; line-height: 26px; margin-bottom: 10px; }
.home-circle-blocks .content p { font-size: 20px; line-height: 24px; max-width: 250px; }
.home-circle-blocks .circle-yellow.second-block { position: inherit; }
.home-circle-blocks .circle-yellow.third-block { position: inherit; }
.home-circle-blocks .container-fluid .col-lg-12 { position: inherit; display: flex; flex-direction: column; }
.home-circle-blocks .last-block { position: inherit; }
.home-results-blocks .result-block { max-width: 100%; }

	/* .home-circle-blocks .second-block .content { padding-top: 65px; }
	.home-circle-blocks .content h3 { font-size: 25px; line-height: 26px; margin-bottom: 10px; }
	.home-circle-blocks .content p { font-size: 20px; line-height: 24px; max-width: 250px; }
	.home-circle-blocks .circle-yellow.second-block { position: inherit; }
	.home-circle-blocks .circle-yellow.third-block { position: inherit; }
	.home-circle-blocks .container-fluid .col-lg-12 { position: inherit; display: flex; flex-direction: column; }
	.home-circle-blocks .last-block { position: inherit; }
	.home-results-blocks .result-block { max-width: 100%; } */
	.cta-banner2 .container-fluid .row { padding-bottom: 20px; }
	.programs-block .block-clr-1 .content, .programs-block .block-clr-2 .content { height: 150px; }
	.programs-block .row { display: flex; flex-wrap: wrap; }
	.programs-block .row .program-1, .programs-block .row .program-4 { order: 1; }
	.programs-block .row .block1-list, .programs-block .row .block4-list { order: 2; }
	.programs-block .row .program-2, .programs-block .row .program-5 { order: 3; }
	.programs-block .row .block2-list, .programs-block .row .block5-list { order: 4; }
	.programs-block .row .program-3, .programs-block .row .program-6 { order: 5; }
	.programs-block .row .block3-list, .programs-block .row .block6-list { order: 6; }
	.programs-block .col-3 { width: 100%; }
	.programs-block .col-6 { width: 100%; }
	.nearest-center .row input { float: none; display: block; margin: auto; margin-bottom: 15px; width: 100%; }
	.programs-block .block-clr-1 a, .programs-block .block-clr-2 a { font-size: 22px; line-height: 26px; }
	.slider-video-testimonials .splide__track { padding-left: 0 !important; }
	.splide-gallery .splide__track { padding-left: 288px !important; padding-right: 0 !important; }
	.splide-gallery .splide__slide img { max-width: 99vw; margin: 0; }
	.inner-page .home-circle-blocks-2 .col-sm-4 .col-xl-3 { max-width: 230px; width: 230px; height: 230px; padding-top: 10px; }
	.inner-page .home-circle-blocks-2 .col-sm-4 .col-xl-3 .content { max-width: 230px; width: 230px; height: 230px; margin-left: 0px; margin-top: -17px; padding-top: 100px; }
	.inner-page .home-circle-blocks-2 .col-sm-4 .col-xl-3 .content h3 { font-size: 23px; line-height: 23px; width: 220px; }
	.inner-page .home-circle-blocks-2 .col-sm-4 p { font-size: 23px; line-height: 30px; }
	.inner-page .footer-enroll-dialog-box h2 > span { max-width: 100%; }
	.inner-page .footer-enroll-dialog-box .container-fluid .row .col-lg-12 { padding: 52px 30px; }
	.inner-page .footer-enroll-dialog-box h2 { font-size: 32px; text-align: center; }
	.inner-page .footer-enroll-dialog-box a { float: none; margin-top: 20px; }
	.sample-pages-block { padding: 30px 10px }
	.sample-pages-block .col-4 { padding: 0 5px }
	.help-to-develop-img-block p { align-items: center; margin-top: 0; font-size: 22px; line-height: 26.4px; display: flex; }
	.help-to-develop-img-block p span { display: inline-table; padding-right: 5px; width: calc(100% - 50px); }
	.help-to-develop-img-block p span.dot { width: 23px; height: 23px; border-radius: 25px; margin-right: 19px; float: left; }
	.help-to-develop-img-block p span.clr-blue { background: #242D8C; }
	.help-to-develop-img-block p span.clr-teal { background: #7BDAD4; }
	.help-to-develop-img-block p span.clr-yellow { background: #FFD260; }
	.help-to-develop-img-block p span.clr-green { background: #44BE8C; }
	.help-to-develop-img-block .text-left p:first-child { padding-top: 15px; }
	.help-to-develop-img-block img { display: none; }
	.help-to-develop-img-block p { padding: 20px 0; font-size: 20px; font-family: "DrescherGroteskBTSmallSizesWXX"; width: 100%; line-height: 20px; margin-bottom: 0; }
	.elearning-page .color-block { padding: 40px; }
	.locations-page .nearest-center-result .center-blocks { display: block; }
	.locations-page .nearest-center-result .center-block { width: 100%; max-width: 100%; margin-bottom: 30px; }
	.home-video-block .video-block { text-align: center; width: 100%; }
	.video-block .video-play-btn { position: absolute; top: 43% !important; margin-left: auto; margin-right: auto; left: 0 !important; right: 0; text-align: center; }
	.tests-by-state-block .tests-by-state-list { width: 100%; border-right: none; }
	.tests-by-state-block .tests-by-state-list h3 { display: none; }
	.tests-by-state-block .tests-by-state-data { display: none; }
	.tests-by-state-block .tests-by-state-list .nav-pills { height: auto; }
	.tests-by-state-block .tests-by-state-list ul.list { margin-top: 10px; margin-bottom: 30px; }
	.tests-by-state-block .tests-by-state-list ul.list li { font-size: 22px; margin-bottom: 10px; }
	.tests-by-state-block .tests-by-state-list li a { text-decoration: none; color: #6481F5; }
	.videos-page .video-collections-list #collections-list p { width: 100%; min-height: auto; }
	.videos-page .video-collections-list #collections-list p span span { min-height: auto; }
	.elearning-page .color-blocks .container-fluid .row .col-sm-6, .elearning-page .white-blocks .container-fluid .row .col-sm-6 { width: 100% !important; margin-left: 0 !important; }
	.exam-page .test-details { width: auto; border-right: none; }
	.exam-page a.start-test-btn img { margin-left: 20px; }
	.careers-page .career-opportunities-section table tr td { font-size: 20px; }
	.career-table-top-image { display: none; }
	.careers-page .career-better-future h2 { font-size: 30px; }
	.careers-page .career-better-future h2.heading { text-align: center; line-height: 40px; font-size: 40px; }
	.career-opportunities-section { margin-top: 0; }
	.why-teach-bestbrains { padding-top: 30px; }
	.careers-page .masthead .col-sm-6:first-child { padding: 30px; text-align: center; }
	.careers-page .masthead .col-sm-6:first-child .btn { margin: 20px 0; }
	.careers-page .masthead .col-sm-6 h1 { font-size: 35px; line-height: 50px; }
	.careers-page .masthead .col-sm-6 .banner-image img { max-width: 70%; }
	.videos-page .videos-list .video-single { width: 100%; }
	.workbooks-page .highlights-block h2.h2-font { font-size: 33px; }
	.reg-form .submit-btn, .reg-form .back-btn { margin: 5px 0; }
	.location-details-page .enroll-subjects-info-block h3.h1-font { text-align: left !important; padding-left: 25px; }
	.article-page .article-overview {margin-top: 0;}
	.article-page .article-overview .article-banner-img {width: 100%;}
	.article-page .article-overview .article-overview-text {width: 100%;padding-left: 15px;}
	.article-page .article-overview .collection-name {font-size: 22px; line-height: 25px;margin-bottom: 5px;}
	.article-page .article-overview h2 {font-size: 24px;margin-bottom: 10px;line-height: 30px;}
	.article-page .article-overview .author-details {font-size: 21px; line-height: 31px;}
	.enroll-center-info-block p {margin-bottom: 10px; line-height: 30px !important;}	
	.enroll-center-info-block p b { width: 100% !important; line-height: 20px;}
	.post-content blockquote {width: 98%;}
	.post-content blockquote p {max-height: 300px;}
	
	.inner-page.bbconnect-page header.masthead h1 { font-size: 40px; line-height: 70px; padding-bottom: 0; }

	.inner-page.bbconnect-page header.masthead .row { display: flex; flex-direction: column; }
	.inner-page.bbconnect-page header.masthead .col-sm-7 {order: 2;text-align: center;}
	.inner-page.bbconnect-page header.masthead .col-sm-5 {order: 1;}
	.inner-page.bbconnect-page header.masthead .col-sm-5 img { width: 300px; float: none;}
	
	
	.blog-page.location-details-page .blog-single {max-width: 100%;padding: 0}
	
	
	.article-page .article-overview .article-banner-img, .article-page .article-overview .article-overview-text { width: 100%; }
	.location-blog-page.article-page .location-article-content { width: 100%; }
	.location-blog-page.article-page .more-blogs {max-width: 100%; width: 100%;}
	
	
	
}
@media (min-width: 576px) and (max-width: 591.98px) {
	footer .footer-contact-details-block { width: 240px !important; }
}
@media (min-width: 576px) and (max-width: 767.98px) {
	
	
	
	.cta-banner3 .row { min-height: 370px; padding-bottom: 0; }
	.cta-banner3 .row .col-lg-12 { padding-right: 0; }
	.cta-banner3 .row .text-block { max-width: 100%; padding-left: 20px; padding-top: 20px; }
	.cta-banner3 h2 span { font-size: 50px; }
	.cta-banner3 .row img.cta-image { max-width: 280px; position: relative; float: right; margin-top: -50px; }
	.programs-page header.masthead .container { max-width: 90%; }
	.inner-page header.masthead h1 { font-size: 45px; line-height: 50px; padding-bottom: 15px; margin-top: 20px; }
	.inner-page.bbconnect-page header.masthead h1 { font-size: 30px; line-height: 70px; padding-bottom: 0; }
	
	
.bbconnect-page header .bbconnect-banner-text h2 { font-size: 28px;}
.bbconnect-page header .bbconnect-banner-text h3 {font-size: 50px;line-height: 50px;}
.bbconnect-page header .bbconnect-banner-text span { font-size: 35px; line-height: 26px;}
.bbconnect-page header .bbconnect-banner-text h1 { margin-top: 0; }

	
	.whyus-page header.masthead h1 {font-size: 45px !important;line-height: 50px !important;}
	.programs-page.careers-page header.masthead h1 { font-size: 45px; line-height: 50px; }
	.programs-page .banner-image img { padding: 10px; border: 2px solid #FFD81F; }
	.whyus-page header.masthead .col-sm-6:nth-child(2) { padding-right: 10px; }
	.whyus-page header.masthead img { max-width: 200px; }
	.whyus-page .banner-animation { margin-left: -43px; height: 62px; width: 200px; margin-top: -20px; }
	.YouTubePopUp-Content { max-width: 500px; }
	.YouTubePopUp-Content iframe { max-width: 500px !important; width: 500px !important; height: 281px !important; }
	nav ul.navbar-nav .megamenu .megamenu-block { width: 45%; max-width: 45%; margin-right: 10px; margin-bottom: 20px; }
	nav ul.navbar-nav .megamenu { min-width: 500px; margin-left: 0; max-width: 100%; }
	.banner-content-block { max-width: 50%; margin-left: 0; margin-top: 20px; }
	.banner-content-block h1 { font-size: 30px !important; }
	.header-split-bg header.masthead { padding-bottom: 30px; }
	.banner-images .banner-image { left: 10px; zoom: 0.9; }
	.home-page header.masthead .input-group input { margin-bottom: 15px; }
	.banner-images .banner-image { position: relative; left: 10px; }
	.banner-images .banner-image img { width: 100%; }
	.home-page .banner-content-block .input-group { display: block; }
	.home-page .banner-content-block .input-group input { width: 100%; font-size: 19px !important; padding: 3px !important;}
	.home-page .banner-content-block .input-group .btn { width: 98%; }
	.home-page .banner-animation { height: 62px; width: 200px; line-height: 60px; }
	.home-page .banner-animation, .whyus-page .banner-animation { position: relative; text-align: center; margin: auto; display: block; margin-bottom: -20px; margin-right: 0; margin-left: auto; }
	.content__container__list__item { line-height: 60px !important; font-size: 30px; }
	.banner-images .banner-dots { position: relative; left: 0; width: 120px; top: 100px }
	.banner-images .banner-teacher { width: 120px; bottom: 20px; }
	.container-fluid { padding-left: 40px; padding-right: 40px; }
	.bb-difference .col-12 .icons img { margin: 0 1px; }
	.video-block .video-play-btn { position: absolute; top: 200px; }
	.home-video-text { max-width: 100%; width: 100%; }
	.home-video-text h2 { margin-top: 30px; }
	.nearest-center .row { min-height: 460px; }
	.nearest-center .row img.image1 { width: 170px !important; opacity: 0.9; }
	.nearest-center .text-block { max-width: 495px; margin: auto; float: none; display: block; z-index: 1; position: relative; }
	.nearest-center h2 { margin-bottom: 20px; line-height: 40px; font-size: 30px; margin-top: 20px; }
	.nearest-center.center-results h2 { text-align: left !important; }
	.nearest-center.center-results .col-lg-12 { padding-left: 40px; padding-right: 40px; }
	.nearest-center.center-results .row .text-block { margin-top: 0; margin-bottom: 20px; }
	.nearest-center.center-results .nearest-center-result .center-block .center-details { max-width: 100%; float: none; margin-bottom: 20px; }
	.more-btn-div { max-width: 100%; }
	.nearest-center.center-results .nearest-center-result .center-block .map { width: 100%; }
	.home-circle-blocks { width: 500px; }
	.home-circle-blocks .circle-yellow { width: 250px; height: 250px; max-width: 250px; }
	.home-circle-blocks .content { width: 250px; height: 250px; padding-top: 12px; margin-top: -10px; }

.home-circle-blocks .content:before { width: 250px; height: 250px;}
.home-circle-blocks .content > div { width: 250px; height: 250px;}

/*.home-circle-blocks .second-block .content { padding-top: 45px; }
.home-circle-blocks .third-block .content { padding-top: 40px; }*/
.home-circle-blocks .content h3 { font-size: 23px; margin-bottom: 10px; width: 160px; }
.home-circle-blocks .content p { font-size: 18px; line-height: 23px; max-width: 180px; }
.home-circle-blocks .first-line { left: 190px; top: 150px; width: 160px; }
.home-circle-blocks .second-line { left: 240px; top: 320px; width: 110px; }
.home-circle-blocks .third-line { left: 170px; top: 520px; width: 120px; }

	/* .home-circle-blocks .content { width: 250px; height: 250px; padding-top: 55px; margin-top: -10px; }
	.home-circle-blocks .second-block .content { padding-top: 45px; }
	.home-circle-blocks .third-block .content { padding-top: 40px; }
	.home-circle-blocks .content h3 { font-size: 24px; margin-bottom: 10px; width: 160px; }
	.home-circle-blocks .content p { font-size: 20px; line-height: 23px; max-width: 180px; }
	.home-circle-blocks .first-line { left: 190px; top: 150px; width: 160px; }
	.home-circle-blocks .second-line { left: 240px; top: 320px; width: 110px; }
	.home-circle-blocks .third-line { left: 170px; top: 520px; width: 120px; } */
	.home-circle-blocks .circle-yellow.second-block { top: 190px; }
	.home-circle-blocks .circle-yellow.third-block { left: 60px; top: 350px; }
	.home-circle-blocks .last-block { left: 90px; top: 640px }
	.cta-banner2 .row h2 { margin-top: 30px; }
	.cta-banner2 .container-fluid .row { padding-bottom: 20px; }
	.programs-block .block-clr-1 .content, .programs-block .block-clr-2 .content { height: 150px; }
	.programs-block .block-clr-1 a, .programs-block .block-clr-2 a { font-size: 25px; line-height: 30px; }
	.programs-block .programs-list .program { width: 48%; }
	.home-circle-blocks-2 .col-xl-3:nth-child(2) { margin-top: 100px; }
	.home-circle-blocks-2 .col-xl-3:nth-child(3) { margin-top: -50px; }
	.home-circle-blocks-2 .col-xl-3:nth-child(4) { margin-top: 30px; }
	.home-circle-blocks-2 { max-width: 576px; margin: auto; }
	.home-circle-blocks-2 .col-xl-3 { background: #FFD260; border-radius: 50%; max-width: 250px; width: 200px; height: 200px; margin: 25px auto; }
	.home-circle-blocks-2 .content { display: block; background: url(https://cdn.bestbrains.com/images/home-circle-blocks-border.svg) no-repeat; background-size: contain; height: 200px; margin-top: -10px; width: 200px; margin-left: -13px; padding-top: 70px; }
	.home-circle-blocks-2 .content h3 { font-size: 25px; line-height: 30px; }
	.signup-for-test .row .text-block { margin: auto; float: none; margin-top: -200px; }
	.slider-video-testimonials .video-block { max-width: 49% }
	.slider-video-testimonials .video-block .video-play-btn { top: 30%; left: 50%; }
	.slider-video-testimonials .video-block > img { max-width: 100%; }
	.testimonial-block { max-width: 49%; margin-right: 0; padding: 15px; }
	.testimonial-text { font-size: 21px; line-height: 25px; }
	.testimonial-name { margin-bottom: 0; }
	.testimonial-block:after { bottom: -30px; }
	.success-story-block .circles-2 { left: 220px; top: 15px; width: 100px; }
	.success-story-block .row { min-height: 205px; }
	.success-story-block .row img.image1 { width: 250px; }
	.success-story-block .row .text-block { position: absolute; margin: auto; display: inline-block; right: 30px; top: 30px; }
	.corner-circle { bottom: -25px; right: 20px; width: 35px; top: auto; }
	.success-story-block .row h2 { max-width: 320px; }
	footer .footer-blocks { margin-left: 10px; min-height: 130px }
	footer .footer-contact-details-block { padding: 20px; width: 280px; margin-left: 0; margin-top: 10px; }
	footer .footer-blocks ul { margin-bottom: 0; }
	footer .footer-social-links { float: none; display: block; padding: 0; margin-top: 20px; margin-left: 20px; }
	footer .footer-blocks:nth-child(2) { width: 100px; }
	footer .footer-blocks:last-child { min-height: 50px; }
	footer .footer-franchise-block { width: 100%; max-width: 300px; min-height: 100px; }
	footer .footer-blocks:nth-child(3) { min-height: 100px; }
	footer .footer-social-links a { margin: 0 10px; }
	.help-to-develop-img-block { width: 573px; margin: auto; }
	.help-to-develop-img-block .text-left:first-child { float: left; text-align: right; }
	.help-to-develop-img-block img { float: left; height: 180px; margin-left: 14px;}
	.help-to-develop-img-block .text-left:first-child p:first-child span, .help-to-develop-img-block .text-left:first-child p:last-child span { margin-right: -20px; display: block; }
	.help-to-develop-img-block .text-left:last-child p:first-child span, .help-to-develop-img-block .text-left:last-child p:last-child span { margin-left: -20px; display: block; }
	.help-to-develop-img-block .text-left:last-child { float: right; }
	.help-to-develop-img-block p { padding: 10px 0; font-size: 16px; font-family: "DrescherGroteskBTSmallSizesWXX"; width: 160px; line-height: 36px; margin-bottom: 0; }
	.help-to-develop-img-block .text-left p:first-child { padding-top: 16px; }
	.inner-page .home-circle-blocks-2 .col-sm-4 .col-xl-3 { max-width: 149px; width: 149px; height: 149px; padding-top: 10px; }
	.inner-page .home-circle-blocks-2 .col-sm-4 .col-xl-3 .content { max-width: 149px; width: 149px; height: 149px; margin-left: 0px; margin-top: -17px; padding-top: 60px; }
	.inner-page .home-circle-blocks-2 .col-sm-4 .col-xl-3 .content h3 { font-size: 18px; line-height: 23px; }
	.inner-page .home-circle-blocks-2 .col-sm-4 p { font-size: 19px; line-height: 28px; }
	.inner-page .footer-enroll-dialog-box .container-fluid .row .col-lg-12 { padding: 52px 30px; }
	.inner-page .footer-enroll-dialog-box h2 { font-size: 32px; }
	.sample-pages-block { padding: 30px 10px }
	.sample-pages-block .col-4 { padding: 0 5px }
	.whyus-page header.masthead img { margin-left: 0px; }
	.elearning-page .color-block { padding: 20px 10px 20px 10px; }
	.elearning-page .color-block h2 span { font-size: 25px; }
	.elearning-page .color-block h2 { font-size: 22px; }
	.elearning-page .color-block p { font-size: 18px; }
	.elearning-page .white-blocks .white-block { padding: 20px 15px 40px 15px; }
	.elearning-page .white-blocks .white-block h2 { font-size: 24px; margin-bottom: 25px; }
	.elearning-page .white-blocks .white-block p { font-size: 20px; }
	.locations-page .nearest-center-result .center-blocks { display: block; }
	.locations-page .nearest-center-result .center-block { width: 100%; max-width: 100%; margin-bottom: 30px; }
	.locations-page .nearest-center-result .center-block p.address { min-height: auto; max-width: 760px; }
	.blog-page .most-read-blog-list { display: block; }
	.blog-page .most-read-blog-list .blog-single { width: 49%; }
	.blog-page .most-read-blog-list .blog-single:first-child, .blog-page .most-read-blog-list .blog-single:nth-child(2) { width: 100%; }
	.blog-page .blog-single h4 { min-height: auto; font-size: 20px; }
	.blog-page .latest-blog-list .blog-single { width: 32.5% }
	.blog-page .latest-blog-list .blog-single h4 { font-size: 20px; }
	.blogs-by-articles .blog-single { width: 50%; display: inline-block; }
	.blogs-by-articles .blog-single:first-child { width: 100%; }
	.blogs-by-collections .blog-single { width: 50%; display: inline-block; }
	.blogs-by-collections .blog-single:first-child { width: 100%; }
	.article-page .article-overview {margin-top: 0;}
	.article-page .article-overview .article-banner-img {width: 39%;}
	.article-page .article-overview .article-overview-text {width: 59%;padding-left: 0;}
	.article-page .article-overview .collection-name {font-size: 21px; line-height: 21px;margin-bottom: 5px;}
	.article-page .article-overview h2 {font-size: 24px;margin-bottom: 10px;line-height: 30px;}
	.article-page .article-overview .author-details {font-size: 21px; line-height: 31px;}
	.locations-page .locations-list-block ul { padding: 0; column-count: 3; }
	form .block50 { padding: 0 5px; }
	form .block100 { padding: 0 5px; }
	form.reg-form button { margin: 0 13px; }
	.careers-page .nav-pills { border: 2px solid #6481F5; }
	.careers-page .nav-pills li button { width: 100%; display: block; font-size: 20px; line-height: 40px; padding: 0; }
	.form-field-file .click-text { width: 100%; height: auto; margin-bottom: 0; }
	.form-field-file label { line-height: 30px !important; float: none; }
	.tests-by-state-block .tests-by-state-list h3 { display: none; }
	.tests-by-state-block .tests-by-state-list ul.list { display: none; }
	.tests-by-state-block .tests-by-state-list { width: 250px; }
	.tests-by-state-block .tests-by-state-data { width: calc(100% - 250px); padding: 10px; }
	.tests-by-state-block .tests-by-state-list .nav-pills .nav-link { font-size: 23px; padding-left: 5px; }
	.tests-by-state-block .tests-by-state-list .form-control { padding-left: 10px; font-size: 18px; }
	.videos-page .video-collections-list #collections-list p { width: 48%; }
	.elearning-page .white-blocks .container-fluid .row .col-sm-6 { width: 48% !important; margin-left: 0 !important; }
	.exam-page .test-details { width: auto; }
	.exam-page a.start-test-btn img { margin-left: 20px; }
	.careers-page .masthead .col-sm-6:first-child { padding: 30px; }
	.careers-page .masthead .col-sm-6:first-child .btn { margin: 20px 0; }
	.careers-page .masthead .col-sm-6 h1 { font-size: 35px; line-height: 50px; }
	.careers-page .career-better-future h2.heading { font-size: 40px; text-align: center; }
	.workbooks-page .interactive-workbooks-form-block .nav-pills li button { font-size: 23px; }
	.inquiries-block { padding: 70px; }
	.inquiries-block p a { display: block; }
	.enroll-page.enroll-payments-page form.reg-form .form-group button.back-btn {width: 120px;padding: 6px;}
	.enroll-page.enroll-payments-page form.reg-form .form-group button.submit-btn {width: 140px;padding: 6px;}
	.locations-page .locations-list-block ul { column-count: 2; }
	.post-content blockquote { width: 48%; margin: 15px 1%;  }
	.location-details-page .nearest-center-result .map-block {text-align: center;}
	.gallery-images a { max-width: 32%; width:32%;}
	
	
	.blog-page.location-details-page .blog-single {max-width: 50%;padding: 0}
	.article-page .article-overview .article-banner-img, .article-page .article-overview .article-overview-text { width: 100% !important; }
	.location-blog-page.article-page .location-article-content { width: 100%; }
	.location-blog-page.article-page .more-blogs {max-width: 100%; width: 100%;}
	
	
	
}
@media (min-width: 650px) and (max-width: 767.89px) {
	.location-details-page .nearest-center-result .about-sidebar {align-items: center; display: flex;}
	.location-details-page .nearest-center-result .map-block {width: calc(100% - 310px) !important;display: inline-block;margin: 0 !important;}
	.location-details-page .nearest-center-result .map-block #detail-page-map {height: 390px !important;}
	.location-details-page .nearest-center-result .fb-block { max-width: 300px; display: inline-block; }
	
	.blog-page.location-details-page .blog-single {max-width: 50%;padding: 0}
	
	
	
}	


@media (max-width: 767.89px) {
	.bb-difference .col-12 { text-align: center; }
	.bb-difference .col-12 p { margin: auto; }
	.h1-font { font-size: 33px; }
	.underline { border-bottom: none; }
	header.masthead .row .col-12 .banner-content-block { text-align: center; margin: 0; }
	.banner-content-block a, .banner-content-block hr { max-width: 100% }
	.home-page .masthead hr { margin: 15px 0; }
	.cta-banner2 .row { display: flex; flex-direction: column; padding-bottom: 0px !important; }
	.cta-banner2 .row .col-md-5 { order: 2; }
	.cta-banner2 .row .col-md-5 img { width: 250px; margin-top: 20px; }
	.cta-banner2 .row .col-md-7 { order: 1; padding-left: 0;padding-right: 0;}
	.home-results-blocks .results-block .block-content { margin-bottom: 20px;}
	.home-results-blocks .results-block .block-content img { margin-bottom: 20px !important; }
	.home-results-blocks .results-block.second-block .block-content p { margin-top: 10px !important; margin-bottom: 50px; }
	.home-results-blocks .results-block.second-block .block-content img { margin-bottom: 20px !important; }
	.container-full { padding-left: 20px; padding-right: 20px; }
	.home-page header.masthead .container-full { padding: 20px; }
	.home-results-blocks .result-block-text { text-align: center; }
	.home-results-blocks .result-block { margin-right: auto; }
	.nearest-center .row input { text-align: center; width: 100%; margin-bottom: 20px; }
	.nearest-center .row button { width: 100%; }
	.enroll-center-info-block p { width: 100% !important; line-height: 34px !important; }
	.enroll-center-info-block p b { width: 110px; }
	.student-step .row .col-md-7 { border-right: none !important; }
	.enroll-page .highlights-block .highlight-points p { width: 49% !important; }
	.student-step .enroll-students-info-block { max-width: 400px; margin: auto; margin-top: 50px; }
	.enroll-page .highlight-points { max-width: 300px; margin: auto; }
	.enroll-subjects-info-block.home-circle-blocks-2 { max-width: 450px; margin: auto; margin-top: 50px; }
	.enroll-page .payment-step .reg-form .col-md-7 { border-right: none; }
	.why-teach-bestbrains .about-program-img { margin-top: 0px; margin-bottom: 0; }
	.multi-sample-pages-block .sample-pages-block .text-block { padding: 10px; }
	.multi-sample-pages-block .sample-pages-block .col-md-4 { margin-bottom: 50px; }
	.blog-page .blog-topics-list a { padding: 10px; }
	.workbooks-page .interactive-workbooks-form-block .row { padding-left: 20px; padding-right: 20px; }
	.enroll-page.enroll-students-page .enroll-center-info-block { padding: 10px ; }
	.student-step .enroll-students-info-block { height: auto; padding-right: 0;}
	.enroll-page .dob-block select.form-control:first-of-type, .enroll-page .dob-block select.form-control:nth-of-type(2), .enroll-page .dob-block select.form-control:last-of-type { width: 32%; display: inline-block; }
	#state-locations .alert-text {width: 90% !important;}
	#state-locations .locations-msg ul { column-count: 1; }
	.location-details-page .loc-details-second-nav {display: flex;}
	.teacher-details-popup .teacher-details-block .teacher-details-block-content {display: block;text-align: center;}
	.loc-details-second-nav .col-lg-12 {text-align: center;padding: 5px;}
	.loc-details-second-nav .col-lg-12 h2 {display: block;text-align: left;}
	
	
	.loc-details-second-nav .col-lg-12 ul {float: none; display: block;}
	.location-details-page .nearest-center-result .about-content {max-width: 100% !important;}
	.location-details-page .nearest-center-result { display: flex; flex-flow: column; }    
    .about-sidebar { order: 2; }
    .about-content { order: 1; }
	.location-details-page .nearest-center-result .about-sidebar .center-blocks {display: none;}
	.location-details-page .nearest-center-result .about-content .mobile-location-info {display: block;}
	.location-details-page .nearest-center-result .about-content .center-block { border: none; border-left: 3px solid #7558EB; border-radius: 0; }
	.location-details-page .nearest-center-result .clock-icon {display: inline-block !important;}
}
@media (min-width: 768px) {
	
	
	
.loc-details-second-nav nav.navbar { width: auto; position: initial; text-align: center; }
/* .loc-details-second-nav .navbar-expand-lg .navbar-collapse { display: block !important; } */



	.location-details-page .nearest-center-result .about-sidebar .center-blocks {display: block;}
	.location-details-page .nearest-center-result .about-content .mobile-location-info {display: none;}
	.location-details-page .nearest-center-result .clock-icon {display: inline-block !important;}
	.location-details-page .nearest-center-result .about-sidebar .working-hours svg {display: none !important;}
	.loc-details-second-nav .col-lg-12 h2 {max-width:calc(100% - 420px);line-height: 35px;}
	/* .loc-details-second-nav .col-lg-12 { display: flex; justify-content: space-between;align-items: center;} */
}
@media (min-width: 768px) and (max-width: 991.98px) {
	.home-page header.masthead .input-group input {font-size: 17px;padding: 1px;}
	.locations-page .nearest-center-result .center-blocks { display: block; text-align: center; }
	.locations-page .nearest-center-result .center-block { vertical-align: top; text-align: left; }
	.locations-page .nearest-center-result .center-block:first-child { width: 46%; max-width: 46%; }
	.locations-page .nearest-center-result .center-block:nth-child(2) { width: 46%; max-width: 46%; }
	.locations-page .nearest-center-result .center-block:nth-child(3) { width: 60%; max-width: 60%; margin-top: 20px; }
	.locations-page .nearest-center-result .center-block .social-links a img { width: 45px; }
	.locations-page.location-details-page .nearest-center-result .center-block:first-child { width: 100%; max-width: 100%; padding: 10px; }
	.cta-banner3 .row .text-block { max-width: calc(100% - 240px); }
	.cta-banner3 h2 span { font-size: 60px; }
	.cta-banner3 .row img.cta-image { max-width: 310px; }
	.center-results.nearest-center .text-block { width: 100%; }
	.programs-page header.masthead .container { max-width: 90%; }
	.inner-page header.masthead h1 { font-size: 70px; line-height: 75px; padding-bottom: 15px; margin-top: 20px; }
	.inner-page.bbconnect-page header.masthead h1 { font-size: 40px; line-height: 70px;padding-bottom: 0;}
	.whyus-page header.masthead h1 {font-size: 60px !important;line-height: 70px !important;}
	.programs-page.careers-page header.masthead h1 { font-size: 45px; line-height: 55px; }
	.programs-page .banner-image img { padding: 30px; }
	.YouTubePopUp-Content { max-width: 700px; }
	.YouTubePopUp-Content iframe { max-width: 700px !important; width: 700px !important; height: 394px !important; }
	nav ul.navbar-nav .megamenu { min-width: 690px; margin-left: 0; max-width: 100%; }
	nav ul.navbar-nav .megamenu .megamenu-block { width: 31%; max-width: 31%; margin-right: 10px; }
	.banner-content-block { max-width: 47%; margin-left: 20px; margin-top: 20px; }
	.banner-content-block h1 { font-size: 41px !important; }
	.home-results-blocks .block-content h2 { font-size: 170px; }
	.multi-sample-pages-block .sample-pages-block a { max-width: 99px; }
	.home-results-blocks .first-block { width: 50% }
	.home-results-blocks .second-block { width: 50% }
	.home-results-blocks .third-block { width: 100%; margin-top: 20px; }
	.home-results-blocks .results-block.first-block .block-content img, .home-results-blocks .results-block.third-block .block-content img { margin-bottom: 30px; }
	.home-results-blocks .results-block.second-block .block-content p { margin-top: 50px; margin-bottom: 50px; }
	.banner-images .banner-image {  position: relative;  }
	.banner-images .banner-image img { width: 100%; }
	.home-page .banner-animation, .whyus-page .banner-animation { height: 62px; width: 200px; line-height: 60px; margin-left: -60px; position: relative; text-align: center; margin: auto; display: block; margin-bottom: -40px; margin-right: 0; margin-left: auto; }
	.content__container__list__item { line-height: 60px !important; font-size: 30px; }
	.banner-images .banner-dots { position: relative; left: 10px; width: 140px; top: 60px }
	.banner-images .banner-teacher { position: absolute; right: 20px; width: 150px; bottom: 80px; }
	.container-fluid { padding-left: 40px; padding-right: 40px; }
	.bb-difference .container-fluid, .home-results-blocks .container-fluid { padding: 0 40px; }
	.home-circle-blocks { width: 700px; }
	.home-circle-blocks .circle-yellow { width: 237px; height: 237px; max-width: 237px; }
	.home-circle-blocks .content { width: 237px; height: 237px; padding-top: 11px; margin-top: -10px; }

.home-circle-blocks .content:before { width: 237px; height: 237px;}
.home-circle-blocks .content > div { width: 237px; height: 237px;}


/*.home-circle-blocks .second-block .content { padding-top: 45px; }
.home-circle-blocks .third-block .content { padding-top: 40px; }*/
.home-circle-blocks .content h3 { font-size: 23px; margin-bottom: 8px; width: 160px; }
.home-circle-blocks .content p { font-size: 18px; line-height: 23px; max-width: 200px; }
.home-circle-blocks .first-line { left: 250px; top: 140px; width: 230px; }
.home-circle-blocks .second-line { left: 340px; top: 350px; width: 150px; }
.home-circle-blocks .third-line { left: 240px; top: 660px; width: 160px; }
	
	
	/* .home-circle-blocks .content { width: 237px; height: 237px; padding-top: 55px; margin-top: -10px; }
	.home-circle-blocks .second-block .content { padding-top: 45px; }
	.home-circle-blocks .third-block .content { padding-top: 40px; }
	.home-circle-blocks .content h3 { font-size: 23px; margin-bottom: 13px; width: 160px; }
	.home-circle-blocks .content p { font-size: 20px; line-height: 23px; max-width: 200px; }
	.home-circle-blocks .first-line { left: 250px; top: 140px; width: 230px; }
	.home-circle-blocks .second-line { left: 340px; top: 350px; width: 150px; }
	.home-circle-blocks .third-line { left: 240px; top: 660px; width: 160px; } */
	.home-circle-blocks .circle-yellow.second-block { top: 190px; }
	.home-circle-blocks .circle-yellow.third-block { left: 110px; top: 430px; }
	.home-circle-blocks .last-block { left: 185px; top: 805px }
	.video-block img.img-fluid { width: 314px; }
	.videos-page .video-block img.img-fluid { width: 100%; }
	.home-video-text { max-width: calc(100% - 376px); }
	.home-video-text h2 { font-size: 26px; line-height: 31px; margin-bottom: 16px; }
	.nearest-center .row img.image1 { width: 300px !important; }
	.nearest-center .text-block { width: calc(100% - 280px); margin: 0; z-index: 1; position: relative; }
	.nearest-center h2 { font-size: 30px; line-height: 39px; margin-bottom: 20px; }
	.nearest-center .row { min-height: 270px; }
	.nearest-center.center-results .row .text-block.d-lg-flex { margin-bottom: 20px; }
	.nearest-center.center-results .row form { min-width: 418px; }
	.nearest-center.center-results .row input { margin-right: 10px; }
	.nearest-center.center-results .col-lg-12 { padding-left: 15px; padding-right: 15px; }
	.nearest-center.center-results .nearest-center-result .center-block .center-details { width: 55%; padding: 15px 10px; }
	.more-btn-div { max-width: 55%; }
	.nearest-center.center-results .nearest-center-result .center-block .center-details a { font-size: 20px; }
	.nearest-center.center-results .nearest-center-result .center-block .map { width: 44%; }
	.home-results-blocks .result-block-text { max-width: 300px; font-size: 22px; margin-right: 15px; }
	.home-results-blocks .result-block p { margin-top: 5px; font-size: 21px; line-height: 24px; max-width: 250px; }
	.home-results-blocks .result-block .content { padding-top: 3px; }
	.cta-banner2 .row { padding-top: 30px !important; }
	.cta-banner2 .row h2 { margin-top: 10px; font-size: 30px; line-height: 38px; }
	.cta-banner2 .row a { font-size: 18px; }
	.programs-block .block-clr-1 .content, .programs-block .block-clr-2 .content { height: 200px; }
	.programs-block .block-clr-1 a, .programs-block .block-clr-2 a { font-size: 26px; line-height: 34px; }
	.programs-block .programs-list .program { width: 32%; }
	.home-circle-blocks-2 .col-xl-3:nth-child(2) { margin-top: 100px; }
	.home-circle-blocks-2 .col-xl-3:nth-child(3) { margin-top: -20px; }
	.home-circle-blocks-2 .col-xl-3:nth-child(4) { margin-top: 70px; }
	.home-circle-blocks-2 { max-width: 768px; margin: auto; }
	.home-circle-blocks-2 .col-xl-3 { background: #FFD260; border-radius: 50%; max-width: 250px; width: 250px; height: 250px; margin: 25px auto; }
	.home-circle-blocks-2 .content { display: block; background: url(https://cdn.bestbrains.com/images/home-circle-blocks-border.svg) no-repeat; background-size: contain; height: 250px; margin-top: -15px; width: 250px; margin-left: -13px; padding-top: 90px; }
	.signup-for-test .row .text-block h2 { max-width: 340px; }
	.signup-for-test .row img.image1 { width: 400px; }
	.slider-video-testimonials .video-block { max-width: 49% }
	.slider-video-testimonials .video-block .video-play-btn { top: 30%; left: 50%; }
	.slider-video-testimonials .video-block > img { max-width: 100%; }
	.testimonial-block { max-width: 49%; margin-right: 0; padding: 15px; }
	.testimonial-text { font-size: 22px; line-height: 27px; }
	.testimonial-name { margin-bottom: 0; }
	.testimonial-block:after { bottom: -30px; }
	.success-story-block .circles-2 { left: 270px; top: 10px; width: 100px; }
	.success-story-block .row img.image1 { width: 330px; }
	.corner-circle { top: 15px; }
	.success-story-block .row .text-block { margin-right: 120px; }
	.success-story-block .row h2 { max-width: 315px; }
	footer .footer-blocks { margin-left: 40px; min-height: 130px }
	footer .footer-contact-details-block { padding: 20px; width: 300px; margin-left: 0; margin-top: 20px; }
	footer .footer-blocks:nth-child(2) { width: 100px; height: 160px }
	footer .footer-blocks:nth-child(3) { width: 100px; height: 160px }
	.footer-social-links { margin-left: 0; margin-top: 0; }
	footer .footer-franchise-block { height: 120px; }
	footer .footer-franchise-block { width: 100%; max-width: 320px; }
	footer .footer-social-links a { margin: 0 10px; }
	footer .footer-blocks:last-child { min-height: 50px; }
	.help-to-develop-img-block { width: 765px; margin: auto; }
	.help-to-develop-img-block .text-left:first-child { float: left; text-align: right; }
	.help-to-develop-img-block img { float: left; height: 270px; margin-left: 13px;}
	.help-to-develop-img-block .text-left:last-child { float: right; }
	.help-to-develop-img-block p { padding: 32px 0; font-size: 20px; font-family: "DrescherGroteskBTSmallSizesWXX"; width: 224px; line-height: 30px; margin-bottom: 0; }
	.help-to-develop-img-block .text-left p:first-child { padding-top: 24px; }
	.help-to-develop-img-block .text-left:first-child p:first-child span, .help-to-develop-img-block .text-left:first-child p:last-child span { margin-right: -25px; display: block; }
	.help-to-develop-img-block .text-left:last-child p:first-child span, .help-to-develop-img-block .text-left:last-child p:last-child span { margin-left: -25px; display: block; }
	.inner-page .home-circle-blocks-2 .col-sm-4 .col-xl-3 { max-width: 210px; width: 210px; height: 210px; padding-top: 10px; }
	.inner-page .home-circle-blocks-2 .col-sm-4 .col-xl-3 .content { max-width: 210px; width: 210px; height: 210px; margin-left: 0px; margin-top: -20px; }
	.inner-page .home-circle-blocks-2 .col-sm-4 .col-xl-3 .content h3 { font-size: 20px; width: 200px; }
	.inner-page .home-circle-blocks-2 .col-sm-4 p { font-size: 21px; line-height: 28px; }
	.inner-page .footer-enroll-dialog-box .container-fluid .row .col-lg-12 { padding: 52px 30px; }
	.inner-page .footer-enroll-dialog-box h2 { font-size: 32px; }
	.elearning-page .color-block { padding: 20px; }
	.elearning-page .white-blocks .white-block { padding: 20px 15px 40px 15px; }
	.elearning-page .white-blocks .white-block h2 { font-size: 24px; margin-bottom: 25px; }
	.elearning-page .white-blocks .white-block p { font-size: 20px; }
	.blog-page .blog-single h4 { font-size: 19px; }
	.blog-page .latest-blog-list .blog-single h4 { font-size: 18px; }
	.locations-page .locations-list-block ul { padding: 0; column-count: 4; }
	.careers-page .nav-pills { border: 2px solid #6481F5; }
	.careers-page .nav-pills li button { width: 100%; display: block; font-size: 23px; line-height: 40px; padding: 0; }
	.tests-by-state-block .tests-by-state-list h3 { display: none; }
	.tests-by-state-block .tests-by-state-list ul.list { display: none; }
	.tests-by-state-block .tests-by-state-list { width: 300px; }
	.tests-by-state-block .tests-by-state-data { width: calc(100% - 300px); padding: 10px; }
	.tests-by-state-block .tests-by-state-list .nav-pills .nav-link { font-size: 23px; padding-left: 5px; }
	.tests-by-state-block .tests-by-state-list .form-control { padding-left: 10px; font-size: 22px; }
	.videos-page .video-collections-list #collections-list p { width: 31%; }
	.elearning-page .white-blocks .container-fluid .row .col-sm-6 { width: 48% !important; margin-left: 0 !important; }
	.enroll-page .steps .col-md-7 { width: 50%; }
	.enroll-page .steps .col-md-5 { width: 50%; }
	.enroll-page .highlight-points { max-width: 250px; margin: auto; }
	.enroll-page .highlights-block .highlight-points p { width: 49% !important; }
	.student-step .enroll-students-info-block { height: 850px; }
	.student-step .enroll-students-info-block { padding: 0 !important; margin: 0 !important; width: 100%; }
	.enroll-page .col-md-5 .enroll-center-info-block { padding: 20px; }
	.enroll-page .col-md-5 .form-group { padding: 0 20px !important; }
	.enroll-page.enroll-students-page .enroll-center-info-block { padding: 20px; }
	.enroll-students-page .student-step .col-md-5 .student-details .block100 { padding: 0 10px 0 0 !important; }
	.enroll-students-page .student-step .col-md-5 .student-details .block100 label.radio-inline { margin-bottom: 0; }
	.enroll-page .dob-block select.form-control:first-of-type { width: 140px; }
	.enroll-page .dob-block select.form-control:nth-of-type(2) { width: 75px; }
	.enroll-page .dob-block select.form-control:last-of-type { width: 85px; }
	.exam-page .test-details { width: auto; padding-right: 10px; }
	.why-teach-bestbrains .about-program-img { margin-top: 120px; }
	.careers-page .masthead .col-sm-6:first-child { padding-left: 50px; }
	.careers-page .masthead .col-sm-6 h1 { font-size: 45px; line-height: 50px; }
	.careers-page .masthead .col-sm-6 .banner-image img { max-width: 90%; }
	.inquiries-block { padding: 50px; }
	.inquiries-block p span { min-width: 310px; }
	.article-page .article-overview {margin-top: 0;}
	.article-page .article-overview .article-banner-img {}
	.article-page .article-overview .article-overview-text {padding-left: 15px;}
	.article-page .article-overview .collection-name {font-size: 24px; line-height: 25px;margin-bottom: 5px;}
	.article-page .article-overview h2 {font-size: 28px;margin-bottom: 10px;line-height: 35px;}
	.article-page .article-overview .author-details {font-size: 21px; line-height: 31px;}
	.enroll-page .col-md-5 .input-group input {font-size: 15px;width: 150px; }
	.enroll-page.enroll-payments-page form.reg-form .form-group button {width: 100%;}
	.locations-page .locations-list-block ul { column-count: 2; }
	#state-locations .alert-text {width: 90% !important;}
	#state-locations .locations-msg ul {column-count: 2;}
	.post-content blockquote { width: 48%; margin: 15px 1%;  }
	.location-details-page .enroll-subjects-info-block .col-xl-3 .content {padding: 20px;}
	.gallery-images a { max-width: 32%; width:32%;}
	
	
	.blog-page.location-details-page .blog-single {max-width: 33%;padding: 0}	
	.article-page .article-overview .article-banner-img, .article-page .article-overview .article-overview-text { width: 100%; }
	.location-blog-page.article-page .location-article-content { width: calc(100% - 250px); }
	.location-blog-page.article-page .more-blogs {max-width: 230px; width: 230px;}
	.location-blog-page.article-page .more-blogs .blog-single img {width: 100%;margin-bottom: 10px;}
	
}
@media (max-width: 991.89px) {
	
	.loc-details-second-nav .col-lg-12 h2 {max-width:100%;line-height: 35px; text-align: left; display: block;}
	.loc-details-second-nav nav.navbar { position: absolute; left: 0; }
	.loc-details-second-nav nav.navbar .navbar-collapse { position: initial; margin-top: 50px}
	.navbar-toggler1 { right: 0; position: absolute; top: 0; }
	.loc-details-second-nav .col-lg-12 ul li {display: block;     height: 50px;}
	.loc-details-second-nav span.navbar-toggler-icon {display: block;}
	.loc-details-second-nav .col-lg-12 ul { display: none; position: absolute; background: #ccc; width: 100%; left: 0; top: 70px; background: #242D8C; min-height: 300px; padding: 15px; }
    .secondary-nav button.nav-link {color: #fff;}
	.sub-nav-btn {background: transparent; border: none}
	
	
	
	nav.navbar-scrolled { margin-top: 0; }
	.navbar-collapse ul.navbar-nav { padding-top: 50px !important; }
	.navbar-nav .nav-item .nav-link, .header-split-bg .navbar-dark .navbar-nav .nav-item .nav-link, .header-split-bg .navbar-dark .navbar-nav .nav-item:first-child .nav-link { color: #fff !important; padding: 15px !important; height: auto; }
	.navbar-dark.navbar-scrolled .navbar-nav .nav-item:first-child .nav-link, .navbar-dark.navbar-scrolled .navbar-nav .nav-item:nth-child(2) .nav-link, .navbar-dark.navbar-scrolled .navbar-nav .nav-item:nth-child(3) .nav-link { color: #fff !important; }
	.header-split-bg nav.navbar-dark.navbar-scrolled .navbar-nav .nav-item:first-child .nav-link { color: #fff !important; }
	.navbar-dark .navbar-nav .nav-item:last-child .nav-link { background: none; }
	.nav-close-btn { display: block; }
	header .ml-70 { margin-left: 0; }
	.navbar-collapse { background: #fffff8; padding: 10px; }
	nav .navbar-collapse { max-height: 100vh; overflow-y: auto; }    
	.slider-video-testimonials .row .thumb-img { max-width: 100%; }
	.navbar-collapse { position: absolute; height: 100vh; width: 100%; left: 0; top: 0; background: #242D8C; overflow-y: auto; }
	.navbar-light .navbar-toggler { color: #fff; font-size: 30px; }
	nav.navbar-scrolled { background: #FFFFF8; box-shadow: 0 0 10px #aaaa99; width: 100%; }
	nav.navbar-scrolled .navbar-toggler { color: #000; }
	nav button.navbar-toggler:focus { outline: none; }
	.nav-close-btn { float: right; cursor: pointer; }
	.navbar-collapse ul.navbar-nav { padding-top: 100px !important; }
	.navbar-collapse ul.navbar-nav li a { font-family: "DrescherGroteskBTSmallSizesWXX"; font-size: 40px; color: #fff; display: inline-block; width: auto; }
	.navbar-collapse ul.navbar-nav li .dropdown-menu a { font-family: "DrescherGroteskBTWXX-Roman"; font-size: 30px; color: #fff; }
	.navbar-collapse ul.navbar-nav .dropdown-menu .dropdown-submenu { line-height: 60px; }
	.dropdown-submenu .dropdown-menu { padding-top: 0; margin-top: 0; }
	nav.navbar .container-fluid { width: 100%; }
	nav.navbar.white-bg { background: #FFFFF8; }
	nav.navbar.white-bg .logo-color, nav.navbar.white-bg .menu-icon-dark { display: block !important; }
	nav.navbar.white-bg .logo-white, nav.navbar.white-bg .menu-icon { display: none !important; }
	.no-header nav.navbar .navbar-brand img.white-logo { display: none; }
	.no-header nav.navbar .navbar-brand img.color-logo { display: block; }
	.student-step .enroll-students-info-block { min-width: auto !important; }
	.enroll-center-info-block p { width: 100% !important; line-height: 34px !important; }
	.student-step form.reg-form .col-md-7 p:nth-child(2n) b { width: 110px; }
	.success-page h1, .error-page h1 { font-size: 20vw; line-height: 20vw; }
	.enroll-page.enroll-students-page .enroll-center-info-block table tr td { display: block; }
	.enroll-page .col-md-5 .block100, .enroll-page .col-md-5 .form-group {padding: 0;}
}
@media (min-width: 992px) {
	
	.sub-nav-btn {display: none;}
	
	
	nav .navbar-nav .nav-item.franchise-link a.nav-link {border: 1px solid #242D8C;border-radius: 5px;background: #f0f4f7;color: #242D8C !important;line-height: 48px;}
	nav .navbar-nav .nav-item.franchise-link a.nav-link:hover {background: #6481F5 !important; color: #fff !important;}
	.navbar-expand-lg .navbar-nav .dropdown-menu {width: 300px;padding: 0;}
	.navbar-collapse ul.navbar-nav li .dropdown-menu a {line-height: 52px; border-bottom: 1px solid #e9e9e9;}
	.nav-close-btn { display: none; }
	.nav-clr-white .navbar-dark .navbar-nav .nav-link { color: #fff !important; }
	.nav-clr-white .navbar-dark.navbar-scrolled .navbar-nav .nav-link { color: #080B23 !important; }
	.nav-clr-white .navbar-dark .navbar-nav .nav-item:last-child .nav-link { color: #080B23 !important; }
	.nav-clr-dark nav.navbar-dark .navbar-nav .nav-item .nav-link { color: #080B23 !important; }
	.nav-clr-dark nav.navbar-dark.navbar-scrolled .navbar-nav .nav-link { color: #080B23 !important; }
	.nav-clr-dark nav.navbar-dark .navbar-nav .nav-item:last-child .nav-link { color: #080B23 !important; }
	.no-header nav.navbar .navbar-brand img.white-logo { display: none; }
	.no-header nav.navbar .navbar-brand img.color-logo { display: block; }
	.enroll-page .steps .col-md-7 { width: 60%; }
	.enroll-page .steps .col-md-5 { width: 40%; }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
	.container-fluid { padding-left: 50px; padding-right: 50px; }
	.cta-banner1 .row .icon-right { max-width: 135px; }
	.locations-page .nearest-center-result .center-blocks { display: block; text-align: center; }
	.locations-page .nearest-center-result .center-block { vertical-align: top; text-align: left; }
	.locations-page .nearest-center-result .center-block:first-child { width: 47%; max-width: 47%; }
	.locations-page .nearest-center-result .center-block:nth-child(2) { width: 47%; max-width: 47%; }
	.locations-page .nearest-center-result .center-block:nth-child(3) { width: 50%; max-width: 50%; margin-top: 20px; }
	.locations-page .nearest-center-result .center-block .social-links a img { width: 50px; }
	.locations-page.location-details-page .nearest-center-result .center-block:first-child { width: 100%; max-width: 100%; padding: 15px 10px; }
	.cta-banner3 .row .text-block { max-width: calc(100% - 340px); }
	.cta-banner3 h2 span { font-size: 60px; }
	.cta-banner3 .row img.cta-image { max-width: 400px; }
	.home-results-blocks .block-content h2 { font-size: 140px; }
	.programs-page header.masthead .container { max-width: 90%; }
	.inner-page header.masthead h1 { font-size: 80px; line-height: 85px; padding-bottom: 15px; margin-top: 20px; }
	.inner-page.bbconnect-page header.masthead h1 { font-size: 55px; line-height: 70px; padding-bottom: 0;}
	.inner-page.whyus-page header.masthead h1 { padding-right: 50px;}
	.programs-page.careers-page header.masthead h1 { font-size: 65px; line-height: 85px; }
	.programs-page .banner-image img { padding: 30px; }
	.home-results-blocks .results-block.first-block .block-content img, .home-results-blocks .results-block.third-block .block-content img { margin-bottom: 20px }
	.home-results-blocks .results-block.second-block .block-content p { margin-top: 50px; }
	.slider-video-testimonials .row .thumb-img { max-width: 440px; }
	.home-results-blocks .results-block .block-content { padding: 20px 10px; }
	.YouTubePopUp-Content { max-width: 900px; }
	.YouTubePopUp-Content iframe { max-width: 900px !important; width: 900px !important; height: 506px !important; }
	.navbar-dark .navbar-nav .nav-item:nth-child(3) .nav-link { color: #fff !important; }
	.header-split-bg .navbar-dark .navbar-nav .nav-item:first-child .nav-link, .header-split-bg .navbar-dark .navbar-nav .nav-item:nth-child(2) .nav-link { color: #fff !important; }
	.header-split-bg .navbar-scrolled .navbar-nav .nav-item:nth-child(2) .nav-link { color: #080B23 !important; }
	.header-split-bg header.masthead { padding-bottom: 30px; }
	.banner-images .banner-image { position: relative; left: 0px; }
	.banner-images .banner-image img { width: 100%; }
	.home-page .banner-animation, .whyus-page .banner-animation { position: relative; text-align: center; margin: auto; display: block; margin-bottom: -30px; margin-right: 0; margin-left: auto; width: 230px;}
	.banner-images .banner-dots { position: relative; left: 10px; width: 180px; }
	.banner-content-block { max-width: 45%; }
	.banner-images { max-width: 45%; }
	.banner-images .banner-teacher { position: absolute; right: 50px; width: 150px; bottom: 40px; }
	.navbar-collapse ul.navbar-nav li a { padding: 0 12px !important; }
	.video-block img.img-fluid { width: 350px; }
	.videos-page .video-block img.img-fluid { width: 100%; }
	.home-video-text { max-width: calc(100% - 420px); }
	.home-video-text h2 { font-size: 31px; line-height: 38px; }
	.nearest-center h2 { font-size: 32px; line-height: 40px; margin-bottom: 30px; }
	.nearest-center.center-results h2 { margin-bottom: 0; margin-right: 15px; }
	.nearest-center .row { min-height: 320px; }
	.nearest-center .image1 { width: 320px; }
	.nearest-center .text-block { width: calc(100% - 320px); margin: 0; }
	.nearest-center.center-results .text-block { margin-right: 0; width: 100%; margin-bottom: 30px; }
	.nearest-center.center-results form { width: 430px; display: flex !important; }
	.nearest-center.center-results .col-lg-12 { padding-left: 12px; padding-right: 12px; }
	.nearest-center.center-results .nearest-center-result .center-block .center-details { width: 390px; }
	.more-btn-div { max-width: 390px; }
	.nearest-center.center-results .nearest-center-result .center-block .center-details a { font-size: 20px; }
	.nearest-center.center-results .nearest-center-result .center-block .map { width: 460px; }
	.home-results-blocks .result-block-text { max-width: 380px; margin-right: 20px; font-size: 23px; margin-bottom: 0; }
	.home-results-blocks .result-block p { margin-top: 13px; }
	.programs-block .block-clr-1 .content { height: 200px; }
	.programs-block .block-clr-2 .content { height: 200px; }
	.programs-block .programs-list .program { width: 230px; }
	.home-circle-blocks .content { display: block; height: 309px; margin-top: -10px; width: 309px; margin-left: -10px; padding-top: 10px; background-size: cover; }
.home-circle-blocks .content:before {width: 309px; height: 309px;}
.home-circle-blocks .content > div {width: 309px; height: 309px;}

.home-circle-blocks .circle-yellow { max-width: 309px; width: 309px; height: 309px; }
.home-circle-blocks { width: 920px; }
.home-circle-blocks .first-line { left: 315px; top: 210px; width: 330px; }
.home-circle-blocks .circle-yellow.second-block { top: 280px; right: 0; }
.home-circle-blocks .second-line { left: 440px; top: 490px; }
.home-circle-blocks .circle-yellow.third-block { left: 130px; top: 520px; }
.home-circle-blocks .third-line { left: 320px; top: 800px; }
.home-circle-blocks .last-block { left: 290px; top: 1000px; }

	
	/* .home-circle-blocks .content { display: block; background: url(https://cdn.bestbrains.com/images/home-circle-blocks-border.svg) no-repeat; height: 309px; margin-top: -10px; width: 309px; margin-left: -10px; padding-top: 80px; background-size: cover; }
	.home-circle-blocks .circle-yellow { max-width: 309px; width: 309px; height: 309px; }
	.home-circle-blocks { width: 920px; }
	.home-circle-blocks .first-line { left: 315px; top: 210px; width: 330px; }
	.home-circle-blocks .circle-yellow.second-block { top: 280px; right: 0; }
	.home-circle-blocks .second-line { left: 440px; top: 490px; }
	.home-circle-blocks .circle-yellow.third-block { left: 130px; top: 520px; }
	.home-circle-blocks .third-line { left: 320px; top: 800px; }
	.home-circle-blocks .last-block { left: 290px; top: 1000px; } */
	.home-circle-blocks h2 { margin-bottom: 90px; }
	.home-circle-blocks .col-xl-3.first-block .content, .home-circle-blocks .col-xl-3.second-block .content { padding-top: 70px; }
	.home-circle-blocks .col-xl-3.third-block .content { padding-top: 50px; }
	.home-circle-blocks .col-xl-3.last-block .content a { margin-top: 18px; width: 148px; padding: 11px; }
	.home-circle-blocks .col-xl-3.first-block h3 { }
	.home-circle-blocks .col-xl-3.first-block p, .home-circle-blocks .col-xl-3.second-block p { width: 218px; }
	.home-circle-blocks .col-xl-3 h3 { font-size: 22px; margin-top: 30px; color: #080B23; width: 190px; margin: auto; line-height: 26.4px; }
	.home-circle-blocks .col-xl-3 p { font-size: 20px; line-height: 24px; width: 206px; margin: auto; margin-top: 13px; }
	.home-circle-blocks .border-image { margin-top: -260px; margin-left: -15px; }
	.home-circle-blocks .content h3 { font-size: 27px; max-width: 290px; margin: auto; margin-bottom: 15px; }
	.home-circle-blocks .content p { max-width: 275px; margin: auto; line-height: 28px; }
	.home-circle-blocks-2 .col-xl-3 { background: #FFD260; border-radius: 50%; max-width: 200px; width: 200px; height: 200px; margin: 25px auto; }
	.home-circle-blocks-2 .content { display: block; background: url(https://cdn.bestbrains.com/images/home-circle-blocks-border.svg) no-repeat; background-size: contain; height: 200px; margin-top: -10px; width: 200px; margin-left: -13px; padding-top: 60px; }
	.home-circle-blocks-2 .content h3 { font-size: 25px; line-height: 30px; }
	.signup-for-test .row .text-block h2 { max-width: 340px; }
	.signup-for-test .row img.image1 { width: 450px; }
	.success-story-block .circles-2 { left: 330px; top: 10px; width: 100px; }
	.success-story-block .row img.image1 { width: 400px; }
	.help-to-develop-img-block { width: 960px; margin: auto; }
	.help-to-develop-img-block .text-left:first-child { float: left; text-align: right; }
	.help-to-develop-img-block img { float: left; height: 340px; margin-left: 20px;}
	.help-to-develop-img-block .text-left:last-child { float: right; }
	.help-to-develop-img-block p { padding: 43px 0; font-size: 25px; font-family: "DrescherGroteskBTSmallSizesWXX"; width: 280px; line-height: 30px; margin-bottom: 0; }
	.help-to-develop-img-block .text-left p:first-child { padding-top: 37px; }
	.help-to-develop-img-block .text-left:first-child p:first-child span, .help-to-develop-img-block .text-left:first-child p:last-child span { margin-right: -30px; display: block; }
	.help-to-develop-img-block .text-left:last-child p:first-child span, .help-to-develop-img-block .text-left:last-child p:last-child span { margin-left: -30px; display: block; }
	.inner-page .home-circle-blocks-2 .col-sm-4 .col-xl-3 { max-width: 250px; width: 250px; height: 250px; padding-top: 10px; }
	.inner-page .home-circle-blocks-2 .col-sm-4 .col-xl-3 .content { max-width: 250px; width: 250px; height: 250px; margin-left: 0px; margin-top: -20px; padding-top: 110px; }
	.inner-page .home-circle-blocks-2 .col-sm-4 .col-xl-3 .content h3 { font-size: 25px; width: 240px }
	.inner-page .home-circle-blocks-2 .col-sm-4 p { font-size: 25px; line-height: 28px; }
	.inner-page .footer-enroll-dialog-box .container-fluid .row .col-lg-12 { padding: 52px 50px; }
	.inner-page .footer-enroll-dialog-box h2 { font-size: 35px; }
	.elearning-page .color-block { padding: 40px; }
	.elearning-page .white-blocks .white-block { padding: 20px 15px 40px 15px; }
	.elearning-page .white-blocks .white-block h2 { font-size: 28px; margin-bottom: 25px; }
	.elearning-page .white-blocks .white-block p { font-size: 22px; }
	.blog-page .blog-single h4 { font-size: 20px; }
	.blog-page .latest-blog-list .blog-single h4 { font-size: 20px; }
	.locations-page .locations-list-block ul { padding: 0; column-count: 4; }
	.videos-page .video-collections-list #collections-list p { width: 31%; }
	.enroll-page.enroll-students-page .enroll-center-info-block { padding: 15px; }
	.enroll-center-info-block p { margin: 7px 0; line-height: 34px !important; }
	.enroll-center-info-block p b { display: block; line-height: 20px; }
	.highlights-block .highlight-points span.dot { margin-right: 8px; }
	.enroll-page.enroll-payments-page .col-md-5 .enroll-center-info-block { padding: 10px 20px 10px 20px; }
	.multi-sample-pages-block .sample-pages-block a { max-width: 120px; }
	.enroll-page form .block100, .enroll-page .col-md-5 .form-group { padding: 0 10px !important; }
	.exam-page .test-details { width: 450px; }
	.student-step .enroll-students-info-block {width: 100%;}
	.enroll-page .dob-block select.form-control:first-of-type { width: 120px; }
	.enroll-page .col-md-5 .block100, .enroll-page .col-md-5 .form-group {padding: 0;}
	.enroll-page .col-md-5 .input-group input {font-size: 15px;width: 150px; }
	.enroll-page.enroll-payments-page form.reg-form .form-group button {font-size: 17px;margin: 5px 1px !important;}
	.enroll-page.enroll-payments-page form.reg-form .form-group button.back-btn {width: 60px;padding: 6px;}
	.enroll-page.enroll-payments-page form.reg-form .form-group button.btn-info {width: 140px;padding: 5px;}
	.enroll-page.enroll-payments-page form.reg-form .form-group button.submit-btn {width: 100px;padding: 6px;}
	#state-locations .alert-text {width: 95% !important;}
	
	.blog-page.location-details-page .blog-single {max-width: 33%;padding: 0}
	.article-page .article-overview .article-banner-img, .article-page .article-overview .article-overview-text { width: 100%; }
	
	
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
	.cta-banner3 .row .text-block { max-width: calc(100% - 420px); }
	.cta-banner3 h2 span { font-size: 60px; }
	.cta-banner3 .row img.cta-image { max-width: 450px; }
	.home-results-blocks .block-content h2 { font-size: 150px; }
	.YouTubePopUp-Content { max-width: 1000px; }
	.YouTubePopUp-Content iframe { max-width: 1000px !important; width: 1000px !important; height: 563px !important; }
	.banner-images .banner-image { position: relative; text-align: center; }
	.banner-images .banner-image img { width: 100%; }
	.home-page .banner-animation, .whyus-page .banner-animation { position: relative; text-align: center; margin: auto; display: block; margin-bottom: -90px; margin-right: 0; margin-left: auto;width: 230px; }
	.banner-images .banner-dots { position: relative; left: 60px; width: 160px; }
	.banner-images .banner-teacher { position: absolute; right: 20px; }
	.home-video-text h2 { font-size: 37px; }
	.nearest-center .image1 { width: 460px; }
	.nearest-center .text-block { width: calc(100% - 320px); margin: 0; }
	.nearest-center.center-results .text-block { margin-right: 0; width: 100%; margin-bottom: 30px; }
	.nearest-center.center-results h2 { max-width: 480px; margin-bottom: 0; }
	.nearest-center.center-results .nearest-center-result .center-block .center-details { max-width: 440px; }
	.more-btn-div { max-width: 440px; }
	.nearest-center.center-results .nearest-center-result .center-block .map { width: 440px; }
	.nearest-center.center-results form { width: 430px; display: flex !important; }
	.programs-block .programs-list .program { width: 250px; }
	.home-circle-blocks { width: 1160px; }
	.home-circle-blocks .first-line { width: 350px; }
	.home-circle-blocks .second-line { left: 600px; }
	.home-circle-blocks .third-line { left: 430px; }
	.home-circle-blocks .circle-yellow.third-block { left: 190px; }
	.home-circle-blocks .last-block { left: 400px; }
	.home-circle-blocks-2 .col-xl-3 { background: #FFD260; border-radius: 50%; max-width: 250px; width: 250px; height: 250px; margin: 25px auto; }
	.home-circle-blocks-2 .content { display: block; background: url(https://cdn.bestbrains.com/images/home-circle-blocks-border.svg) no-repeat; background-size: contain; height: 250px; margin-top: -15px; width: 250px; margin-left: -13px; padding-top: 90px; }
	.signup-for-test .row img.image1 { width: 580px; }
	.success-story-block .text-block { margin-right: 160px; }
	footer .footer-contact-details-block { margin-left: 0; padding: 25px 40px; width: 300px; }
	.footer-social-links { margin-left: 370px; }
	.help-to-develop-img-block { width: 1180px; margin: auto; }
	.help-to-develop-img-block .text-left:first-child { float: left; text-align: right; }
	.help-to-develop-img-block img { float: left; height: 450px;margin-left: 30px; }
	.help-to-develop-img-block .text-left:last-child { float: right; }
	.help-to-develop-img-block p { padding: 63px 0; font-size: 30px; font-family: "DrescherGroteskBTSmallSizesWXX"; width: 330px; line-height: 30px; margin-bottom: 0; }
	.help-to-develop-img-block .text-left p:first-child { padding-top: 55px; }
	.help-to-develop-img-block .text-left:first-child p:first-child span, .help-to-develop-img-block .text-left:first-child p:last-child span { margin-right: -30px; display: block; }
	.help-to-develop-img-block .text-left:last-child p:first-child span, .help-to-develop-img-block .text-left:last-child p:last-child span { margin-left: -30px; display: block; }
	.inner-page .home-circle-blocks-2 .col-sm-4 .col-xl-3 { max-width: 250px; width: 250px; height: 250px; padding-top: 10px; }
	.inner-page .home-circle-blocks-2 .col-sm-4 .col-xl-3 .content { max-width: 250px; width: 250px; height: 250px; margin-left: 0px; margin-top: -20px; padding-top: 110px; }
	.inner-page .home-circle-blocks-2 .col-sm-4 .col-xl-3 .content h3 { font-size: 23px; width: 220px; }
	.inner-page .home-circle-blocks-2 .col-sm-4 p { font-size: 25px; line-height: 28px; }
	.inner-page .footer-enroll-dialog-box .container-fluid .row .col-lg-12 { background: #242D8C; border: 4px solid #FFD81F; padding: 52px 120px; border-radius: 20px; }
	.enroll-page.enroll-students-page .enroll-center-info-block { padding: 15px; }
	.enroll-center-info-block p { margin: 7px 0; line-height: 34px !important; }
	.enroll-center-info-block p b { display: block; line-height: 20px; }
	.multi-sample-pages-block .sample-pages-block a { max-width: 145px; }
	.enroll-page .col-md-5 .block100, .enroll-page .col-md-5 .form-group {padding: 0;}
	.enroll-page.enroll-payments-page form.reg-form .form-group button {font-size: 18px;margin: 5px 3px !important;}
	.enroll-page.enroll-payments-page form.reg-form .form-group button.back-btn {width: 70px;}
	.enroll-page.enroll-payments-page form.reg-form .form-group button.submit-btn {width: 110px;}
	.nearest-center.center-results .col-lg-12 {padding-left: 45px;padding-right: 45px;}
	#state-locations .alert-text {width: 90% !important;}
	.locations-page .locations-list-block ul { column-count: 4; }
}
@media (min-width: 1440px) {
	.home-page header.masthead {margin-bottom: 0;}
	.header-split-bg .navbar-dark .navbar-nav .nav-item:first-child .nav-link, .header-split-bg .navbar-dark .navbar-nav .nav-item:nth-child(2) .nav-link {color: #080B23 !important}
	.banner-images .banner-dots {left: 100px;top: -60px;}
	.banner-images .banner-image { text-align: center; }
	.home-page .banner-animation, .whyus-page .banner-animation { position: relative; text-align: center; margin: auto; display: block; margin-bottom: -70px; margin-right: 70px; margin-left: auto;width: 230px;
	 
         }
	
	.home-video-text { margin-left: 100px; }
	.home-circle-blocks-2 .col-xl-3 { background: #FFD260; border-radius: 50%; max-width: 269px; width: 269px; height: 269px; margin: 25px auto; }
	.home-circle-blocks-2 .content { display: block; background: url(https://cdn.bestbrains.com/images/home-circle-blocks-border.svg) no-repeat; background-size: contain; height: 269px; margin-top: -15px; width: 269px; margin-left: -13px; padding-top: 90px; }
	.nearest-center .text-block { width: calc(100% - 320px); margin: 0; }
	.header-split-bg .navbar-dark .navbar-nav .nav-item:first-child .nav-link { color: #fff !important; }
	.programs-block .programs-list .program { width: 280px; }
	.nearest-center.center-results .text-block { margin-right: 0; width: 100%; margin-bottom: 50px; }
	.nearest-center.center-results .text-block h2 { margin-bottom: 0; }
	.success-story-block .text-block { margin-right: 250px; }
	.help-to-develop-img-block { width: 1330px; margin: auto; }
	.help-to-develop-img-block .text-left:first-child { float: left; text-align: right; }
	.help-to-develop-img-block img { float: left; margin-left: 30px; }
	.help-to-develop-img-block .text-left:last-child { float: right; width: 360px;}
	.help-to-develop-img-block p { padding: 80px 0; font-size: 30px; font-family: "DrescherGroteskBTSmallSizesWXX"; width: 330px; line-height: 30px; margin-bottom: 0; }
	.help-to-develop-img-block .text-left p:first-child { padding-top: 75px; }
	.help-to-develop-img-block .text-left:first-child p:first-child span, .help-to-develop-img-block .text-left:first-child p:last-child span { margin-right: -40px; display: block; }
	.help-to-develop-img-block .text-left:last-child p:first-child span, .help-to-develop-img-block .text-left:last-child p:last-child span { margin-left: -40px; display: block; }
	.inner-page .home-circle-blocks-2 .col-sm-4 .col-xl-3 { max-width: 270px; width: 270px; height: 270px; padding-top: 10px; }
	.inner-page .home-circle-blocks-2 .col-sm-4 .col-xl-3 .content { max-width: 270px; width: 270px; height: 270px; margin-left: 0px; margin-top: -20px; padding-top: 120px; }
	.inner-page .home-circle-blocks-2 .col-sm-4 .col-xl-3 .content h3 { font-size: 26px; width: 260px; }
	.inner-page .home-circle-blocks-2 .col-sm-4 p { font-size: 30px; line-height: 34px; }
	.enroll-page .col-md-5 .block100, .enroll-page .col-md-5 .form-group {padding-left: 0;}
	.enroll-page.enroll-payments-page form.reg-form .form-group button {font-size: 20px;margin: 5px 3px !important;}
	.enroll-page.enroll-payments-page form.reg-form .form-group button.back-btn {width: 80px;}
	.enroll-page.enroll-payments-page form.reg-form .form-group button.submit-btn {width: 130px;}
	#state-locations .alert-text {width: 90% !important; max-width: 1240px !important;}
	#state-locations .locations-msg ul {column-count: 4;}
}
@media (min-width: 1440px) and (max-width: 1649.98px) {
	.banner-images .banner-dots {top: 0;}
	.banner-images .banner-teacher { position: absolute; right: 120px; top: 590px;}
}
@media (min-width: 1650px) and (max-width: 1899.98px) {
	.banner-images .banner-teacher { position: absolute; right: 240px; top: 590px;}
	.banner-images .banner-dots {top: 0;}
}
@media (min-width: 1900px) {
	.banner-images .banner-teacher { position: relative; right: -370px; top: 70px;}
	.home-page header.masthead .container-full {padding: 50px 20px;}
	.banner-images .banner-dots {top: 10px;}
}
@media (min-width: 992px) and (max-width: 1049.98px) {	
	nav.navbar .container-fluid {padding: 0 20px !important;}
	nav.navbar.navbar-scrolled .container-fluid {padding: 0 10px !important;}
	nav.navbar .navbar-brand img.color-logo, nav.navbar .navbar-brand img.white-logo {width: 140px;}
	.navbar-collapse ul.navbar-nav li a, .navbar-scrolled .navbar-collapse ul.navbar-nav li a { padding: 0 8px !important; font-size: 17px !important;}
	nav ul.navbar-nav .franchise-link {    margin-left: 10px;}
	.slider-video-testimonials .video-block { max-width: 49% }
	.slider-video-testimonials .video-block .video-play-btn { top: 30%; left: 50%; }
	.slider-video-testimonials .video-block > img { max-width: 100%; }
	.testimonial-block { max-width: 49%; margin-right: 0; padding: 25px !important; }
	.testimonial-block:after { bottom: -40px; }
	.testimonial-name { margin-bottom: 0; }
	nav ul.navbar-nav .megamenu { min-width: 950px; margin-left: 10px; max-width: 100%; }
	footer .footer-blocks { margin-left: 25px; min-height: 130px }
	footer .footer-contact-details-block { padding: 20px; width: 300px; margin-left: 0; margin-top: 20px; }
	footer .footer-blocks:nth-child(2) { width: 110px; }
	footer .footer-franchise-block { width: 200px; }
	.megamenu { left: -250px !important; }
	.footer-social-links { margin-left: 330px; }
	nav ul.navbar-nav .megamenu .megamenu-block { margin-right: 30px; }
}
@media (min-width: 1050px) and (max-width: 1129.98px) {
	nav.navbar .container-fluid {padding: 0 20px !important;}	
	nav.navbar .navbar-brand img.color-logo, nav.navbar .navbar-brand img.white-logo {width: 140px;}
	.navbar-collapse ul.navbar-nav li a, .navbar-scrolled .navbar-collapse ul.navbar-nav li a { padding: 0 11px !important; font-size: 17px !important;}
	.megamenu { left: -30px !important; }
	.slider-video-testimonials .video-block .video-play-btn { top: 120px; left: 215px; }
	.slider-video-testimonials .video-block > img { max-width: 420px; }
	.testimonial-block { max-width: 400px; margin-right: 10px; padding: 45px; }
	.testimonial-block:after { bottom: -60px; }
	footer .footer-blocks { margin-left: 60px; min-height: 130px }
	.footer-social-links { margin-left: 360px; }
	footer .footer-contact-details-block { width: 300px; padding: 25px; }
	footer .footer-franchise-block { max-width: 170px; }
	footer .footer-contact-details-block { margin-left: 0; }
	footer .footer-social-links a { margin: 0 5px; }
	.megamenu { margin-left: -210px; min-width: 1000px; }
	nav ul.navbar-nav .megamenu .megamenu-block { margin-right: 42px }
}
@media (min-width: 1050px) and (max-width: 1089.98px) { 
	.navbar-collapse ul.navbar-nav li a { padding: 0 10px !important; }
}
@media (min-width: 1090px) and (max-width: 1129.98px) { 
	.navbar-collapse ul.navbar-nav li a { padding: 0 14px !important; }
	nav ul.navbar-nav .franchise-link {    margin-left: 14px;}
}
@media (min-width: 1130px) and (max-width: 1199.98px) {
	nav.navbar .container-fluid {padding: 0 20px !important;}	
	.navbar-collapse ul.navbar-nav li a, .navbar-scrolled .navbar-collapse ul.navbar-nav li a { padding: 0 11px !important; font-size: 18px !important;}
	nav ul.navbar-nav .franchise-link {    margin-left: 11px;}
	.slider-video-testimonials .video-block > img { max-width: 460px; }
	.testimonial-block { max-width: 420px; margin-right: 10px; }
	footer .footer-contact-details-block { width: 300px; padding: 25px; }
	.footer-social-links { margin-left: 370px; }
	footer .footer-franchise-block { max-width: 190px; }
	footer .footer-contact-details-block { margin-left: 0; }
	footer .footer-social-links a { margin: 0 5px; }
	.megamenu { margin-left: -250px; }
}
@media (min-width: 1200px) and (max-width: 1249.98px) {
	.navbar-collapse ul.navbar-nav li a, .navbar-scrolled .navbar-collapse ul.navbar-nav li a { padding: 0 14px !important; font-size: 18px !important;}
	nav ul.navbar-nav .franchise-link {    margin-left: 14px;}
	.navbar-dark .navbar-nav .nav-item:nth-child(3) .nav-link { color: #fff !important; }
	.header-split-bg .navbar-dark .navbar-nav .nav-item:first-child .nav-link, .header-split-bg .navbar-dark .navbar-nav .nav-item:nth-child(2) .nav-link { color: #fff !important; }
	.header-split-bg .navbar-scrolled .navbar-nav .nav-item:nth-child(2) .nav-link { color: #080B23 !important; }
	.testimonial-block { max-width: 480px; margin-right: 10px; }
	footer .footer-franchise-block { max-width: 250px; }
	footer .footer-contact-details-block { margin-left: 0; }
	.megamenu { margin-left: -220px; }
}
@media (min-width: 1250px) and (max-width: 1299.98px) {
	.navbar-collapse ul.navbar-nav li a, .navbar-scrolled .navbar-collapse ul.navbar-nav li a { padding: 0 15px !important; font-size: 19px !important;}
	nav ul.navbar-nav .franchise-link {    margin-left: 15px;}
	.navbar-dark .navbar-nav .nav-item:nth-child(3) .nav-link { color: #fff !important; }
	.header-split-bg .navbar-dark .navbar-nav .nav-item:first-child .nav-link, .header-split-bg .navbar-dark .navbar-nav .nav-item:nth-child(2) .nav-link { color: #fff !important; }
	.header-split-bg .navbar-scrolled .navbar-nav .nav-item:nth-child(2) .nav-link { color: #080B23 !important; }
	.testimonial-block { max-width: 500px; margin-right: 20px; }
	.megamenu { margin-left: -240px; }
	footer .footer-franchise-block { max-width: 250px; }
	footer .footer-contact-details-block { margin-left: 0; }
}
@media (min-width: 1300px) and (max-width: 1339.98px) {
	.navbar-collapse ul.navbar-nav li a, .navbar-scrolled .navbar-collapse ul.navbar-nav li a { padding: 0 18px !important; font-size: 19px !important;}
	nav ul.navbar-nav .franchise-link {    margin-left: 19px;}
	.navbar-dark .navbar-nav .nav-item:nth-child(3) .nav-link { color: #fff !important; }
	.header-split-bg .navbar-dark .navbar-nav .nav-item:first-child .nav-link, .header-split-bg .navbar-dark .navbar-nav .nav-item:nth-child(2) .nav-link { color: #fff !important; }
	.header-split-bg .navbar-scrolled .navbar-nav .nav-item:nth-child(2) .nav-link { color: #080B23 !important; }
	footer .footer-franchise-block { max-width: 250px; }
	footer .footer-contact-details-block { margin-left: 0; }
	.megamenu { margin-left: -270px; }
}
@media (min-width: 1340px) and (max-width: 1400px) {
	.navbar-collapse ul.navbar-nav li a { padding: 0 14px !important; }
	nav ul.navbar-nav .franchise-link {    margin-left: 14px;}
	.header-split-bg .navbar-dark .navbar-nav .nav-item:first-child .nav-link { color: #fff !important; }
	footer .footer-blocks { margin-left: 80px; }
	footer .footer-franchise-block { max-width: 250px; }
	footer .footer-contact-details-block { margin-left: 0; }
}
@media (min-width: 1400px) and (max-width: 1439.98px) {
	.navbar-collapse ul.navbar-nav li a {padding: 0 17px !important}
}
@media (min-width: 1400px) {
	.header-split-bg .navbar-dark .navbar-nav .nav-item:first-child .nav-link { color: #fff !important; }
	.YouTubePopUp-Content { max-width: 1300px; }
	.YouTubePopUp-Content iframe { max-width: 1300px !important; width: 1300px !important; height: 731px !important; }
}
form .error-block textarea, form .error-block input, form .error-block select { border: 2px solid #CF2015 !important; color: rgba(255, 0, 0, 0.6); }
form .error-block ::placeholder { color: rgba(255, 0, 0, 0.6); opacity: 1; }
form .error-block :-ms-input-placeholder { color: rgba(255, 0, 0, 0.6);}
form .error-block ::-ms-input-placeholder { color: rgba(255, 0, 0, 0.6) }
body.popup-added { overflow: hidden; }
body.popup-added .content { -webkit-filter: blur(5px); -moz-filter: blur(5px); -o-filter: blur(5px); -ms-filter: blur(5px); filter: blur(5px); }
@media (min-width: 500px) {
	iframe #buttons-container .paypal-button-row { margin: 0 2%; width: 45%; max-width: 45%; display: inline-table; }
}
.center-pic { border-radius: 15px; max-width: 100%; }

/* ******* AOS ANIMATION ***** */
[data-aos][data-aos][data-aos-duration="50"],body[data-aos-duration="50"] [data-aos]{transition-duration:50ms}[data-aos][data-aos][data-aos-delay="50"],body[data-aos-delay="50"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="50"].aos-animate,body[data-aos-delay="50"] [data-aos].aos-animate{transition-delay:50ms}[data-aos][data-aos][data-aos-duration="100"],body[data-aos-duration="100"] [data-aos]{transition-duration:.1s}[data-aos][data-aos][data-aos-delay="100"],body[data-aos-delay="100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="100"].aos-animate,body[data-aos-delay="100"] [data-aos].aos-animate{transition-delay:.1s}[data-aos][data-aos][data-aos-duration="150"],body[data-aos-duration="150"] [data-aos]{transition-duration:.15s}[data-aos][data-aos][data-aos-delay="150"],body[data-aos-delay="150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="150"].aos-animate,body[data-aos-delay="150"] [data-aos].aos-animate{transition-delay:.15s}[data-aos][data-aos][data-aos-duration="200"],body[data-aos-duration="200"] [data-aos]{transition-duration:.2s}[data-aos][data-aos][data-aos-delay="200"],body[data-aos-delay="200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="200"].aos-animate,body[data-aos-delay="200"] [data-aos].aos-animate{transition-delay:.2s}[data-aos][data-aos][data-aos-duration="250"],body[data-aos-duration="250"] [data-aos]{transition-duration:.25s}[data-aos][data-aos][data-aos-delay="250"],body[data-aos-delay="250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="250"].aos-animate,body[data-aos-delay="250"] [data-aos].aos-animate{transition-delay:.25s}[data-aos][data-aos][data-aos-duration="300"],body[data-aos-duration="300"] [data-aos]{transition-duration:.3s}[data-aos][data-aos][data-aos-delay="300"],body[data-aos-delay="300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="300"].aos-animate,body[data-aos-delay="300"] [data-aos].aos-animate{transition-delay:.3s}[data-aos][data-aos][data-aos-duration="350"],body[data-aos-duration="350"] [data-aos]{transition-duration:.35s}[data-aos][data-aos][data-aos-delay="350"],body[data-aos-delay="350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="350"].aos-animate,body[data-aos-delay="350"] [data-aos].aos-animate{transition-delay:.35s}[data-aos][data-aos][data-aos-duration="400"],body[data-aos-duration="400"] [data-aos]{transition-duration:.4s}[data-aos][data-aos][data-aos-delay="400"],body[data-aos-delay="400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="400"].aos-animate,body[data-aos-delay="400"] [data-aos].aos-animate{transition-delay:.4s}[data-aos][data-aos][data-aos-duration="450"],body[data-aos-duration="450"] [data-aos]{transition-duration:.45s}[data-aos][data-aos][data-aos-delay="450"],body[data-aos-delay="450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="450"].aos-animate,body[data-aos-delay="450"] [data-aos].aos-animate{transition-delay:.45s}[data-aos][data-aos][data-aos-duration="500"],body[data-aos-duration="500"] [data-aos]{transition-duration:.5s}[data-aos][data-aos][data-aos-delay="500"],body[data-aos-delay="500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="500"].aos-animate,body[data-aos-delay="500"] [data-aos].aos-animate{transition-delay:.5s}[data-aos][data-aos][data-aos-duration="550"],body[data-aos-duration="550"] [data-aos]{transition-duration:.55s}[data-aos][data-aos][data-aos-delay="550"],body[data-aos-delay="550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="550"].aos-animate,body[data-aos-delay="550"] [data-aos].aos-animate{transition-delay:.55s}[data-aos][data-aos][data-aos-duration="600"],body[data-aos-duration="600"] [data-aos]{transition-duration:.6s}[data-aos][data-aos][data-aos-delay="600"],body[data-aos-delay="600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="600"].aos-animate,body[data-aos-delay="600"] [data-aos].aos-animate{transition-delay:.6s}[data-aos][data-aos][data-aos-duration="650"],body[data-aos-duration="650"] [data-aos]{transition-duration:.65s}[data-aos][data-aos][data-aos-delay="650"],body[data-aos-delay="650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="650"].aos-animate,body[data-aos-delay="650"] [data-aos].aos-animate{transition-delay:.65s}[data-aos][data-aos][data-aos-duration="700"],body[data-aos-duration="700"] [data-aos]{transition-duration:.7s}[data-aos][data-aos][data-aos-delay="700"],body[data-aos-delay="700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="700"].aos-animate,body[data-aos-delay="700"] [data-aos].aos-animate{transition-delay:.7s}[data-aos][data-aos][data-aos-duration="750"],body[data-aos-duration="750"] [data-aos]{transition-duration:.75s}[data-aos][data-aos][data-aos-delay="750"],body[data-aos-delay="750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="750"].aos-animate,body[data-aos-delay="750"] [data-aos].aos-animate{transition-delay:.75s}[data-aos][data-aos][data-aos-duration="800"],body[data-aos-duration="800"] [data-aos]{transition-duration:.8s}[data-aos][data-aos][data-aos-delay="800"],body[data-aos-delay="800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="800"].aos-animate,body[data-aos-delay="800"] [data-aos].aos-animate{transition-delay:.8s}[data-aos][data-aos][data-aos-duration="850"],body[data-aos-duration="850"] [data-aos]{transition-duration:.85s}[data-aos][data-aos][data-aos-delay="850"],body[data-aos-delay="850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="850"].aos-animate,body[data-aos-delay="850"] [data-aos].aos-animate{transition-delay:.85s}[data-aos][data-aos][data-aos-duration="900"],body[data-aos-duration="900"] [data-aos]{transition-duration:.9s}[data-aos][data-aos][data-aos-delay="900"],body[data-aos-delay="900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="900"].aos-animate,body[data-aos-delay="900"] [data-aos].aos-animate{transition-delay:.9s}[data-aos][data-aos][data-aos-duration="950"],body[data-aos-duration="950"] [data-aos]{transition-duration:.95s}[data-aos][data-aos][data-aos-delay="950"],body[data-aos-delay="950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="950"].aos-animate,body[data-aos-delay="950"] [data-aos].aos-animate{transition-delay:.95s}[data-aos][data-aos][data-aos-duration="1000"],body[data-aos-duration="1000"] [data-aos]{transition-duration:1s}[data-aos][data-aos][data-aos-delay="1000"],body[data-aos-delay="1000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1000"].aos-animate,body[data-aos-delay="1000"] [data-aos].aos-animate{transition-delay:1s}[data-aos][data-aos][data-aos-duration="1050"],body[data-aos-duration="1050"] [data-aos]{transition-duration:1.05s}[data-aos][data-aos][data-aos-delay="1050"],body[data-aos-delay="1050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1050"].aos-animate,body[data-aos-delay="1050"] [data-aos].aos-animate{transition-delay:1.05s}[data-aos][data-aos][data-aos-duration="1100"],body[data-aos-duration="1100"] [data-aos]{transition-duration:1.1s}[data-aos][data-aos][data-aos-delay="1100"],body[data-aos-delay="1100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1100"].aos-animate,body[data-aos-delay="1100"] [data-aos].aos-animate{transition-delay:1.1s}[data-aos][data-aos][data-aos-duration="1150"],body[data-aos-duration="1150"] [data-aos]{transition-duration:1.15s}[data-aos][data-aos][data-aos-delay="1150"],body[data-aos-delay="1150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1150"].aos-animate,body[data-aos-delay="1150"] [data-aos].aos-animate{transition-delay:1.15s}[data-aos][data-aos][data-aos-duration="1200"],body[data-aos-duration="1200"] [data-aos]{transition-duration:1.2s}[data-aos][data-aos][data-aos-delay="1200"],body[data-aos-delay="1200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1200"].aos-animate,body[data-aos-delay="1200"] [data-aos].aos-animate{transition-delay:1.2s}[data-aos][data-aos][data-aos-duration="1250"],body[data-aos-duration="1250"] [data-aos]{transition-duration:1.25s}[data-aos][data-aos][data-aos-delay="1250"],body[data-aos-delay="1250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1250"].aos-animate,body[data-aos-delay="1250"] [data-aos].aos-animate{transition-delay:1.25s}[data-aos][data-aos][data-aos-duration="1300"],body[data-aos-duration="1300"] [data-aos]{transition-duration:1.3s}[data-aos][data-aos][data-aos-delay="1300"],body[data-aos-delay="1300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1300"].aos-animate,body[data-aos-delay="1300"] [data-aos].aos-animate{transition-delay:1.3s}[data-aos][data-aos][data-aos-duration="1350"],body[data-aos-duration="1350"] [data-aos]{transition-duration:1.35s}[data-aos][data-aos][data-aos-delay="1350"],body[data-aos-delay="1350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1350"].aos-animate,body[data-aos-delay="1350"] [data-aos].aos-animate{transition-delay:1.35s}[data-aos][data-aos][data-aos-duration="1400"],body[data-aos-duration="1400"] [data-aos]{transition-duration:1.4s}[data-aos][data-aos][data-aos-delay="1400"],body[data-aos-delay="1400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1400"].aos-animate,body[data-aos-delay="1400"] [data-aos].aos-animate{transition-delay:1.4s}[data-aos][data-aos][data-aos-duration="1450"],body[data-aos-duration="1450"] [data-aos]{transition-duration:1.45s}[data-aos][data-aos][data-aos-delay="1450"],body[data-aos-delay="1450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1450"].aos-animate,body[data-aos-delay="1450"] [data-aos].aos-animate{transition-delay:1.45s}[data-aos][data-aos][data-aos-duration="1500"],body[data-aos-duration="1500"] [data-aos]{transition-duration:1.5s}[data-aos][data-aos][data-aos-delay="1500"],body[data-aos-delay="1500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1500"].aos-animate,body[data-aos-delay="1500"] [data-aos].aos-animate{transition-delay:1.5s}[data-aos][data-aos][data-aos-duration="1550"],body[data-aos-duration="1550"] [data-aos]{transition-duration:1.55s}[data-aos][data-aos][data-aos-delay="1550"],body[data-aos-delay="1550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1550"].aos-animate,body[data-aos-delay="1550"] [data-aos].aos-animate{transition-delay:1.55s}[data-aos][data-aos][data-aos-duration="1600"],body[data-aos-duration="1600"] [data-aos]{transition-duration:1.6s}[data-aos][data-aos][data-aos-delay="1600"],body[data-aos-delay="1600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1600"].aos-animate,body[data-aos-delay="1600"] [data-aos].aos-animate{transition-delay:1.6s}[data-aos][data-aos][data-aos-duration="1650"],body[data-aos-duration="1650"] [data-aos]{transition-duration:1.65s}[data-aos][data-aos][data-aos-delay="1650"],body[data-aos-delay="1650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1650"].aos-animate,body[data-aos-delay="1650"] [data-aos].aos-animate{transition-delay:1.65s}[data-aos][data-aos][data-aos-duration="1700"],body[data-aos-duration="1700"] [data-aos]{transition-duration:1.7s}[data-aos][data-aos][data-aos-delay="1700"],body[data-aos-delay="1700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1700"].aos-animate,body[data-aos-delay="1700"] [data-aos].aos-animate{transition-delay:1.7s}[data-aos][data-aos][data-aos-duration="1750"],body[data-aos-duration="1750"] [data-aos]{transition-duration:1.75s}[data-aos][data-aos][data-aos-delay="1750"],body[data-aos-delay="1750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1750"].aos-animate,body[data-aos-delay="1750"] [data-aos].aos-animate{transition-delay:1.75s}[data-aos][data-aos][data-aos-duration="1800"],body[data-aos-duration="1800"] [data-aos]{transition-duration:1.8s}[data-aos][data-aos][data-aos-delay="1800"],body[data-aos-delay="1800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1800"].aos-animate,body[data-aos-delay="1800"] [data-aos].aos-animate{transition-delay:1.8s}[data-aos][data-aos][data-aos-duration="1850"],body[data-aos-duration="1850"] [data-aos]{transition-duration:1.85s}[data-aos][data-aos][data-aos-delay="1850"],body[data-aos-delay="1850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1850"].aos-animate,body[data-aos-delay="1850"] [data-aos].aos-animate{transition-delay:1.85s}[data-aos][data-aos][data-aos-duration="1900"],body[data-aos-duration="1900"] [data-aos]{transition-duration:1.9s}[data-aos][data-aos][data-aos-delay="1900"],body[data-aos-delay="1900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1900"].aos-animate,body[data-aos-delay="1900"] [data-aos].aos-animate{transition-delay:1.9s}[data-aos][data-aos][data-aos-duration="1950"],body[data-aos-duration="1950"] [data-aos]{transition-duration:1.95s}[data-aos][data-aos][data-aos-delay="1950"],body[data-aos-delay="1950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1950"].aos-animate,body[data-aos-delay="1950"] [data-aos].aos-animate{transition-delay:1.95s}[data-aos][data-aos][data-aos-duration="2000"],body[data-aos-duration="2000"] [data-aos]{transition-duration:2s}[data-aos][data-aos][data-aos-delay="2000"],body[data-aos-delay="2000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2000"].aos-animate,body[data-aos-delay="2000"] [data-aos].aos-animate{transition-delay:2s}[data-aos][data-aos][data-aos-duration="2050"],body[data-aos-duration="2050"] [data-aos]{transition-duration:2.05s}[data-aos][data-aos][data-aos-delay="2050"],body[data-aos-delay="2050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2050"].aos-animate,body[data-aos-delay="2050"] [data-aos].aos-animate{transition-delay:2.05s}[data-aos][data-aos][data-aos-duration="2100"],body[data-aos-duration="2100"] [data-aos]{transition-duration:2.1s}[data-aos][data-aos][data-aos-delay="2100"],body[data-aos-delay="2100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2100"].aos-animate,body[data-aos-delay="2100"] [data-aos].aos-animate{transition-delay:2.1s}[data-aos][data-aos][data-aos-duration="2150"],body[data-aos-duration="2150"] [data-aos]{transition-duration:2.15s}[data-aos][data-aos][data-aos-delay="2150"],body[data-aos-delay="2150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2150"].aos-animate,body[data-aos-delay="2150"] [data-aos].aos-animate{transition-delay:2.15s}[data-aos][data-aos][data-aos-duration="2200"],body[data-aos-duration="2200"] [data-aos]{transition-duration:2.2s}[data-aos][data-aos][data-aos-delay="2200"],body[data-aos-delay="2200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2200"].aos-animate,body[data-aos-delay="2200"] [data-aos].aos-animate{transition-delay:2.2s}[data-aos][data-aos][data-aos-duration="2250"],body[data-aos-duration="2250"] [data-aos]{transition-duration:2.25s}[data-aos][data-aos][data-aos-delay="2250"],body[data-aos-delay="2250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2250"].aos-animate,body[data-aos-delay="2250"] [data-aos].aos-animate{transition-delay:2.25s}[data-aos][data-aos][data-aos-duration="2300"],body[data-aos-duration="2300"] [data-aos]{transition-duration:2.3s}[data-aos][data-aos][data-aos-delay="2300"],body[data-aos-delay="2300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2300"].aos-animate,body[data-aos-delay="2300"] [data-aos].aos-animate{transition-delay:2.3s}[data-aos][data-aos][data-aos-duration="2350"],body[data-aos-duration="2350"] [data-aos]{transition-duration:2.35s}[data-aos][data-aos][data-aos-delay="2350"],body[data-aos-delay="2350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2350"].aos-animate,body[data-aos-delay="2350"] [data-aos].aos-animate{transition-delay:2.35s}[data-aos][data-aos][data-aos-duration="2400"],body[data-aos-duration="2400"] [data-aos]{transition-duration:2.4s}[data-aos][data-aos][data-aos-delay="2400"],body[data-aos-delay="2400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2400"].aos-animate,body[data-aos-delay="2400"] [data-aos].aos-animate{transition-delay:2.4s}[data-aos][data-aos][data-aos-duration="2450"],body[data-aos-duration="2450"] [data-aos]{transition-duration:2.45s}[data-aos][data-aos][data-aos-delay="2450"],body[data-aos-delay="2450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2450"].aos-animate,body[data-aos-delay="2450"] [data-aos].aos-animate{transition-delay:2.45s}[data-aos][data-aos][data-aos-duration="2500"],body[data-aos-duration="2500"] [data-aos]{transition-duration:2.5s}[data-aos][data-aos][data-aos-delay="2500"],body[data-aos-delay="2500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2500"].aos-animate,body[data-aos-delay="2500"] [data-aos].aos-animate{transition-delay:2.5s}[data-aos][data-aos][data-aos-duration="2550"],body[data-aos-duration="2550"] [data-aos]{transition-duration:2.55s}[data-aos][data-aos][data-aos-delay="2550"],body[data-aos-delay="2550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2550"].aos-animate,body[data-aos-delay="2550"] [data-aos].aos-animate{transition-delay:2.55s}[data-aos][data-aos][data-aos-duration="2600"],body[data-aos-duration="2600"] [data-aos]{transition-duration:2.6s}[data-aos][data-aos][data-aos-delay="2600"],body[data-aos-delay="2600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2600"].aos-animate,body[data-aos-delay="2600"] [data-aos].aos-animate{transition-delay:2.6s}[data-aos][data-aos][data-aos-duration="2650"],body[data-aos-duration="2650"] [data-aos]{transition-duration:2.65s}[data-aos][data-aos][data-aos-delay="2650"],body[data-aos-delay="2650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2650"].aos-animate,body[data-aos-delay="2650"] [data-aos].aos-animate{transition-delay:2.65s}[data-aos][data-aos][data-aos-duration="2700"],body[data-aos-duration="2700"] [data-aos]{transition-duration:2.7s}[data-aos][data-aos][data-aos-delay="2700"],body[data-aos-delay="2700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2700"].aos-animate,body[data-aos-delay="2700"] [data-aos].aos-animate{transition-delay:2.7s}[data-aos][data-aos][data-aos-duration="2750"],body[data-aos-duration="2750"] [data-aos]{transition-duration:2.75s}[data-aos][data-aos][data-aos-delay="2750"],body[data-aos-delay="2750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2750"].aos-animate,body[data-aos-delay="2750"] [data-aos].aos-animate{transition-delay:2.75s}[data-aos][data-aos][data-aos-duration="2800"],body[data-aos-duration="2800"] [data-aos]{transition-duration:2.8s}[data-aos][data-aos][data-aos-delay="2800"],body[data-aos-delay="2800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2800"].aos-animate,body[data-aos-delay="2800"] [data-aos].aos-animate{transition-delay:2.8s}[data-aos][data-aos][data-aos-duration="2850"],body[data-aos-duration="2850"] [data-aos]{transition-duration:2.85s}[data-aos][data-aos][data-aos-delay="2850"],body[data-aos-delay="2850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2850"].aos-animate,body[data-aos-delay="2850"] [data-aos].aos-animate{transition-delay:2.85s}[data-aos][data-aos][data-aos-duration="2900"],body[data-aos-duration="2900"] [data-aos]{transition-duration:2.9s}[data-aos][data-aos][data-aos-delay="2900"],body[data-aos-delay="2900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2900"].aos-animate,body[data-aos-delay="2900"] [data-aos].aos-animate{transition-delay:2.9s}[data-aos][data-aos][data-aos-duration="2950"],body[data-aos-duration="2950"] [data-aos]{transition-duration:2.95s}[data-aos][data-aos][data-aos-delay="2950"],body[data-aos-delay="2950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2950"].aos-animate,body[data-aos-delay="2950"] [data-aos].aos-animate{transition-delay:2.95s}[data-aos][data-aos][data-aos-duration="3000"],body[data-aos-duration="3000"] [data-aos]{transition-duration:3s}[data-aos][data-aos][data-aos-delay="3000"],body[data-aos-delay="3000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="3000"].aos-animate,body[data-aos-delay="3000"] [data-aos].aos-animate{transition-delay:3s}[data-aos][data-aos][data-aos-easing=linear],body[data-aos-easing=linear] [data-aos]{transition-timing-function:cubic-bezier(.25,.25,.75,.75)}[data-aos][data-aos][data-aos-easing=ease],body[data-aos-easing=ease] [data-aos]{transition-timing-function:ease}[data-aos][data-aos][data-aos-easing=ease-in],body[data-aos-easing=ease-in] [data-aos]{transition-timing-function:ease-in}[data-aos][data-aos][data-aos-easing=ease-out],body[data-aos-easing=ease-out] [data-aos]{transition-timing-function:ease-out}[data-aos][data-aos][data-aos-easing=ease-in-out],body[data-aos-easing=ease-in-out] [data-aos]{transition-timing-function:ease-in-out}[data-aos][data-aos][data-aos-easing=ease-in-back],body[data-aos-easing=ease-in-back] [data-aos]{transition-timing-function:cubic-bezier(.6,-.28,.735,.045)}[data-aos][data-aos][data-aos-easing=ease-out-back],body[data-aos-easing=ease-out-back] [data-aos]{transition-timing-function:cubic-bezier(.175,.885,.32,1.275)}[data-aos][data-aos][data-aos-easing=ease-in-out-back],body[data-aos-easing=ease-in-out-back] [data-aos]{transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}[data-aos][data-aos][data-aos-easing=ease-in-sine],body[data-aos-easing=ease-in-sine] [data-aos]{transition-timing-function:cubic-bezier(.47,0,.745,.715)}[data-aos][data-aos][data-aos-easing=ease-out-sine],body[data-aos-easing=ease-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.39,.575,.565,1)}[data-aos][data-aos][data-aos-easing=ease-in-out-sine],body[data-aos-easing=ease-in-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.445,.05,.55,.95)}[data-aos][data-aos][data-aos-easing=ease-in-quad],body[data-aos-easing=ease-in-quad] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quad],body[data-aos-easing=ease-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quad],body[data-aos-easing=ease-in-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-cubic],body[data-aos-easing=ease-in-cubic] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-cubic],body[data-aos-easing=ease-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],body[data-aos-easing=ease-in-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-quart],body[data-aos-easing=ease-in-quart] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quart],body[data-aos-easing=ease-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quart],body[data-aos-easing=ease-in-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos^=fade][data-aos^=fade]{opacity:0;transition-property:opacity,transform}[data-aos^=fade][data-aos^=fade].aos-animate{opacity:1;transform:translateZ(0)}[data-aos=fade-up]{transform:translate3d(0,100px,0)}[data-aos=fade-down]{transform:translate3d(0,-100px,0)}[data-aos=fade-right]{transform:translate3d(-100px,0,0)}[data-aos=fade-left]{transform:translate3d(100px,0,0)}[data-aos=fade-up-right]{transform:translate3d(-100px,100px,0)}[data-aos=fade-up-left]{transform:translate3d(100px,100px,0)}[data-aos=fade-down-right]{transform:translate3d(-100px,-100px,0)}[data-aos=fade-down-left]{transform:translate3d(100px,-100px,0)}[data-aos^=zoom][data-aos^=zoom]{opacity:0;transition-property:opacity,transform}[data-aos^=zoom][data-aos^=zoom].aos-animate{opacity:1;transform:translateZ(0) scale(1)}[data-aos=zoom-in]{transform:scale(.6)}[data-aos=zoom-in-up]{transform:translate3d(0,100px,0) scale(.6)}[data-aos=zoom-in-down]{transform:translate3d(0,-100px,0) scale(.6)}[data-aos=zoom-in-right]{transform:translate3d(-100px,0,0) scale(.6)}[data-aos=zoom-in-left]{transform:translate3d(100px,0,0) scale(.6)}[data-aos=zoom-out]{transform:scale(1.2)}[data-aos=zoom-out-up]{transform:translate3d(0,100px,0) scale(1.2)}[data-aos=zoom-out-down]{transform:translate3d(0,-100px,0) scale(1.2)}[data-aos=zoom-out-right]{transform:translate3d(-100px,0,0) scale(1.2)}[data-aos=zoom-out-left]{transform:translate3d(100px,0,0) scale(1.2)}[data-aos^=slide][data-aos^=slide]{transition-property:transform}[data-aos^=slide][data-aos^=slide].aos-animate{transform:translateZ(0)}[data-aos=slide-up]{transform:translate3d(0,100%,0)}[data-aos=slide-down]{transform:translate3d(0,-100%,0)}[data-aos=slide-right]{transform:translate3d(-100%,0,0)}[data-aos=slide-left]{transform:translate3d(100%,0,0)}[data-aos^=flip][data-aos^=flip]{backface-visibility:hidden;transition-property:transform}[data-aos=flip-left]{transform:perspective(2500px) rotateY(-100deg)}[data-aos=flip-left].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-right]{transform:perspective(2500px) rotateY(100deg)}[data-aos=flip-right].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-up]{transform:perspective(2500px) rotateX(-100deg)}[data-aos=flip-up].aos-animate{transform:perspective(2500px) rotateX(0)}[data-aos=flip-down]{transform:perspective(2500px) rotateX(100deg)}[data-aos=flip-down].aos-animate{transform:perspective(2500px) rotateX(0)}

/* ******* YOUTUBE POPUP ***** */
.YouTubePopUp-Wrap { position: fixed; width: 100%; height: 100%; background-color: rgba(77,81,111,0.8); top: 0; left: 0; z-index: 9999999999999; }
.YouTubePopUp-animation { opacity: 0; -webkit-animation-duration: 0.5s; animation-duration: 0.5s; -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-name: YouTubePopUp; animation-name: YouTubePopUp; }
@-webkit-keyframes YouTubePopUp {  0% { opacity: 0;} 100% { opacity: 1;} }
@keyframes YouTubePopUp {  0% { opacity: 0;} 100% { opacity: 1;} }
body.logged-in .YouTubePopUp-Wrap { top: 32px; z-index: 99998; }
.YouTubePopUp-Content {  display: block; margin: 0 auto; height: 100%; }
.YouTubePopUp-Content iframe {border: none !important; position: absolute; top: 0; bottom: 0; margin: auto 0; }
.YouTubePopUp-Hide { -webkit-animation-duration: 0.5s; animation-duration: 0.5s; -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-name: YouTubePopUpHide; animation-name: YouTubePopUpHide; }
@-webkit-keyframes YouTubePopUpHide {  0% { opacity: 1;} 100% { opacity: 0;} }
@keyframes YouTubePopUpHide {  0% { opacity: 1; } 100% { opacity: 0;} }
.YouTubePopUp-Close { position: absolute; top: 30px; cursor: pointer; bottom: 405px; right: 30px; margin: 0; width: 24px; height: 24px; background: url(https://cdn.bestbrains.com/images/icons/video-close-icon.svg) no-repeat; background-size: 24px 24px; -webkit-background-size: 24px 24px; -moz-background-size: 24px 24px; -o-background-size: 24px 24px; }
.YouTubePopUp-Close:hover { opacity: 0.5; }
@media all and (max-width: 600px) and (min-width: 10px) {
	.YouTubePopUp-Close { bottom: 362px; }
}
@media all and (max-width: 480px) and (min-width: 10px) {
	.YouTubePopUp-Close { bottom: auto; }
}
@media all and (min-width: 992px) {
	.dropdown-menu li { position: relative; 	}
	.nav-item .submenu { display: none; position: absolute; left:100%; }
	.nav-item .submenu-left { right:100%; left:auto; }
	.nav-item .sublinks-block1 .submenu { top:-4px;}
	.nav-item .sublinks-block2 .submenu { top:-4px;}
	.nav-item .sublinks-block3 .submenu { bottom:-57px;}
	.nav-item .sublinks-block4 .submenu { bottom:-4px;}
	.navbar-collapse ul.navbar-nav .dropdown-menu li:hover {background: #6481F5 !important; }
	.navbar-collapse ul.navbar-nav .dropdown-menu li:first-child:hover {border-radius: 7px 7px 0 0;}
	.navbar-collapse ul.navbar-nav .dropdown-menu li:last-child:hover {border-radius: 0 0 7px 7px;}
	.navbar-collapse ul.navbar-nav .dropdown-menu li:hover > a, .navbar-collapse ul.navbar-nav .dropdown-menu li:hover > h6 {color: #fff !important;}
	.dropdown-submenu > h6 {line-height: 52px; border-bottom: 1px solid #e9e9e9; cursor: pointer;padding: 0 20px;margin: 0;}
	.dropdown ul.dropdown-menu li a {padding: 0 20px !important;}
	.dropdown-submenu > h6::after { display: inline-block; margin-left: 0.255em; vertical-align: 0.255em; content: ""; border-top: 0.3em solid; border-right: 0.3em solid transparent; border-bottom: 0; border-left: 0.3em solid transparent; float: right; margin-top: 25px; transform: rotate(270deg); }
	.dropdown-menu > li:hover > .submenu{ display: block; }
}
@media (max-width: 991px) {
	.navbar-collapse ul.navbar-nav .dropdown-menu { margin-top: 15px;}
	.dropdown-submenu .dropdown-menu {border: none;}
	.dropdown-menu .dropdown-submenu .dropdown-menu {margin-top: 0 !important;background: transparent;}
	.dropdown-menu li a {font-size: 21px !important; padding: 0 !important; }	
	.dropdown-submenu > h6 {padding-left: 20px; font-size: 22px; margin-top: 15px;cursor: pointer;line-height: 35px;}
  	.dropdown-submenu > h6::after { display: inline-block; margin-left: 0.255em; vertical-align: 0.255em; content: ""; border-top: 0.3em solid; border-right: 0.3em solid transparent; border-bottom: 0; border-left: 0.3em solid transparent; }
  	.dropdown-menu {min-width: 270px;}
}
.cookies { position: fixed; bottom: 25px; background: #000; width: 320px; color: #fff; padding: 15px; z-index: 1000000; display: inline-block; left: 25px; border-radius: 10px; }
.cookies p {color: #fff; font-size: 22px; line-height: 28px; font-weight: 400; }
.cookies .cookie-close-btn { margin-top: 10px; cursor: pointer; border: none; background: #7558EB; color: #fff!important; padding: 5px 10px; border-radius: 7px; font-size: 20px; font-weight: 400; letter-spacing: 1px;}
#end-exam-confirm .alert-text h3 { padding: 20px; }
#end-exam-confirm .alert-text .alert-msg { padding: 20px; }
#end-exam-confirm .alert-text .btn-sm { margin: 10px; }


.payment-step #paypal-button-container{max-width: 550px; margin: auto;}


.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0 }


.zipcode-block {display:flex; flex-direction:row;}
.zipcode-block input { border-radius: 10px !important;}
.zipcode-block button { border-radius: 10px; margin:0 0 0 4px !important; color: #080B23; background: #f0f4f7; height: 46px; line-height: 30px;}
.zipcode-block button:focus { outline: none !important; }


.geo-coder { max-width: 230px; padding: 3px; height: 56px; line-height: 46px; border: 2px solid #242D8C; border-radius: 10px; margin: -10px 20px 0 20px;}
/* .input-with-left-icon {margin-left: 10px;} */
.input-with-left-icon span {line-height: 43px;z-index: 10;}
.input-with-left-icon input {padding-left: 40px !important;}
.nearest-center .input-with-left-icon input {margin-left: -35px !important}

.locations-page .input-with-left-icon span {padding-left: 10px}
.locations-page .input-with-left-icon { max-width: 350px; margin: auto; text-align: left;margin-top: 40px !important; display: inline-block; margin-bottom: 20px; }
.locations-page .input-with-left-icon input {margin-left: auto !important;margin-top: -48px;height: 56px; line-height: 46px; border: 4px solid #242D8C; border-radius: 10px;padding-left: 30px !important;}


.home-page #locality {border: 5px solid #464646;}

#locality {padding-right: 30px;height: 52px;background: #e7e7e7; border: 5px solid #f9f9f9;font-size: 17px; font-family: poppins; font-weight: 600; }


.locality-block { position: relative; }
.locality-block span {position: absolute;left: 11px; bottom: 7px;}

/* .locality-block img {position: absolute; right: 30px; top: 47px;cursor: pointer;} */

.popup-text { display: none; padding: 10px 15px; background: #dedede; border-radius: 10px; font-weight: 600; color: #000; right: 25px; position: absolute; }




.online-learning-locations li a {color: #212529;text-decoration: none;}
.online-learning-locations li a:hover {color: #0d6efd;}


.online-learning-btn {cursor: pointer;display: inline-block;}
.online-learning-btn:hover { color: #0d6efd; text-decoration: underline; }

#online-locations { background-color: rgba(255,255,255,.9)!important; border-color: transparent; color: #f45252; overflow-y: auto; justify-content: center; align-items: center; min-height: 100vh; }
#online-locations .alert-text { width: 75% !important; max-width: none !important; padding: 20px; }
#online-locations .alert-text h3 { border-bottom: 1px solid #ccc; padding-bottom: 10px; font-weight: 400; font-size: 30px; margin-bottom: 20px; }
#online-locations .alert-text h3 span { font-weight: 500; }
#online-locations .locations-msg { text-align: left; }
#online-locations .locations-msg p { font-size: 28px; font-weight: 600; margin-bottom: 0; color: #222; }
#online-locations .locations-msg ul { padding-left: 0; column-count: 3;list-style: none;}
#online-locations .locations-msg li a { color: #000; text-decoration: none; font-size: 24px; line-height: 45px; }
#online-locations .locations-msg li a:hover { color: #0d6efd; }
#online-locations button.close { background: none; color: #555; font-weight: 400; cursor: pointer; border: none; position: absolute; right: 10px; top: 10px; }

#online-locations .locations-msg ul { column-count: 4; }


@media (max-width: 1020px) {
	#online-locations .locations-msg ul { column-count: 2; }	
}

@media (max-width: 580px) {
	#online-locations .locations-msg ul { column-count: 1; }	
}

 

/* .bbsupport-page header img {float: left;} */

.bbsupport-page header {padding: 80px 0 !important; background-image: radial-gradient(#4F7BBE 0%, #1B4EA2 100%);}
.bbsupport-page header .bbsupport-banner-content {display: flex;justify-content: center;}


.bbsupport-page header .bbconnect-banner-text {font-family: "bantayog-semilight";}
.bbsupport-page header .bbconnect-banner-text h2 {color: #ffd820;margin-bottom: 0;font-weight: 600;font-size: 50px;}
.bbsupport-page header .bbconnect-banner-text h3 {color: #ffd820; font-weight: 600; font-size: 24px;line-height: 30px;font-family: "aventra-bold"}
.bbsupport-page header .bbconnect-banner-text span {color: #fff; font-size: 50px; line-height: 26px;}
.bbsupport-page header .bbconnect-banner-text h1 {color: #000;background: #ffd820;padding-bottom: 0;font-weight: bold;font-family: "bantayog-semilight";letter-spacing: 1px;position: relative;}
.bbsupport-page header .bbconnect-banner-text h1 .banner-image {position: absolute; left: -315px; top: -190px;}

.bbsupport-page header .banner-image svg { float: left; position: absolute; }
.bbsupport-page header img.banner-image { z-index: 0;display: block; margin: auto; max-width: 100%;}
.bbsupport-page header img.banner-text-image { position: relative; top: -40px; left: -15px; }
.bbsupport-page header .bbconnect-banner-btn {color: #000;background: #7bdad4;padding: 7px 25px;text-decoration: none;font-size: 23px;font-weight: bold; border-radius: 50px; letter-spacing: 1px; margin-top: 10px; display: inline-block; }
.bbsupport-page .about-program h2 { font-size: 30px; line-height: 35px; margin-bottom: 30px; }
.bbsupport-page .about-program p { font-size: 20px; line-height: 27px; }
.bbsupport-page .video-block img.img-fluid { width: auto; }
.bbsupport-page .video-block .video-play-icon {text-align: center !important;}
.bbsupport-page .video-block .video-play-btn { position: absolute; right: 20%; top: 50%; transform: translate(-50%, -50%); }
.bbsupport-page .video-block .video-play-btn .video-play-icon img { margin-left: 4px; margin-top: 24px; }
.bbsupport-page .color-blocks {background: #F0F4F7;}
.bbsupport-page .color-blocks .container-fluid {padding: 0 30px;}
.bbsupport-page .color-blocks .container-fluid .col-sm-3 {padding: 0 8px; background: #fff; box-shadow: 0px 0px 5px #c4c4c4; border: 2px solid #ccc; margin: 0 0.5%; width: 24%;border-radius: 8px;}
.bbsupport-page h2 {margin-bottom: 30px; font-family: "aventra-bold";color: #1C4FA2;font-size: 50px}
.bbsupport-page .color-block { padding: 20px; }
.bbsupport-page .color-block h2 { font-size: 25px; margin-bottom: 10px; font-family: "DrescherGroteskBTSmallSizesWXX"; color: #242D8C;margin-top: 10px}
.bbsupport-page .color-block h2 span { font-size: 30px; display: block; width: 58px; height: 58px; line-height: 58px; margin: auto; margin-bottom: 20px;border-radius: 30px;}
.bbsupport-page .col-sm-3:first-child .color-block h2 span {background: #C1CDFB;}
.bbsupport-page .col-sm-3:nth-child(2) .color-block h2 span {background: #CAF0EE;}
.bbsupport-page .col-sm-3:nth-child(3) .color-block h2 span {background: #D1C8F7;}
.bbsupport-page .col-sm-3:last-child .color-block h2 span {background: #C1CDFB;}

.bbsupport-page .highlight-points {padding-top: 0;}
.bbsupport-page .highlight-points .col-lg-12 {max-width: 1150px;margin: auto;}
.bbsupport-page .highlight-points p {font-size: 22px;}
.bbsupport-page .highlight-points table {border: 2px solid #F0F0F0;width: 100%;}
.bbsupport-page .highlight-points table tr {background: #F8F8F8; font-size: 20px;color: #000;}
.bbsupport-page .highlight-points table tr td {padding: 10px;}
.bbsupport-page .highlight-points table tr:nth-child(odd) {background: #F0F4F7;}
.bbsupport-page .highlight-points table tr img { padding: 5px 10px 5px 0px; width: 38px; }
.bbsupport-page .multi-sample-pages-block a.border-btn { max-width: 300px; border: 2px solid #FFD81F;border-radius: 10px;display: block;margin: auto;}


@media (min-width: 768px) and (max-width: 991.98px) { 
	.bbsupport-page .video-block .video-play-btn { right: 10%; }
	.bbsupport-page header .bbconnect-banner-text h1 .banner-image {left: -260px;}
}



@media (max-width:767.98px) {
.bbsupport-page .video-block .video-play-btn { right: 40%; bottom: 20%; top: auto !important; left: auto !important; }
	
}

@media (max-width:480px) {
	.bbsupport-page header .bbconnect-banner-btn { display: block; text-align: center; margin: auto; width: 93%;}
	.bbsupport-page .video-block .video-play-btn { right: 30%; bottom: 150px;}
}
@media (max-width:375px) {	
	.bbsupport-page .video-block .video-play-btn { right: 30%; bottom: 100px;}	
}
 @media (max-width:991px) {
	.bbsupport-page .color-blocks .container-fluid .col-sm-3 {width: 49%;margin: 3px 0.5%;}
	.bbsupport-page .why-bbconnect .why-bbconnect-content {border: none !important; position: inherit !important;}
}
@media (min-width: 992px) and (max-width: 1099.98px) { 
	.bbsupport-page .why-bbconnect .why-bbconnect-content {max-width: 670px !important; top: 60px !important;}
}
	
@media (min-width: 576px) and (max-width: 767.98px) { 
	.bbsupport-page header .bbconnect-banner-text h1 .banner-image { top: -90px !important; left: -200px !important; width: 230px !important; }
}

 @media (max-width:480px) {
	.bbsupport-page .color-blocks .container-fluid .col-sm-3 {width: 99%;margin: 3px 0.5%;}
	/* .bbconnect-page header .bbconnect-banner-text {margin-top: 50px;}
	.bbconnect-page header .bbconnect-banner-text h1 .banner-image { top: -380px !important;z-index: -1;left:0 !important;  width: 160px !important; } */
}

 @media (max-width:575.98px) {
	.bbsupport-page .why-bbconnect .why-bbconnect-content {border: none !important; position: inherit !important;}
	.bbsupport-page header .bbconnect-banner-text h1 .banner-image { position: absolute; left: 60%; top: 130px; width: 180px; }
	.bbsupport-page header .row .col-sm-8 {margin-top: 0;padding-bottom: 40px; }
	.bbsupport-page header.masthead {margin-bottom: 70px !important;}
	.bbsupport-page header .bbsupport-banner-content {display: block;}

	
}


 @media (max-width:767.98px) {
	.bbsupport-page .bbsupport-checklist {margin-top: 20px !important; padding-left: 0;}
	.bbsupport-page header .bbconnect-banner-text, .bbsupport-page header .bbconnect-banner-text span {font-size: 40px;line-height: 42px;}
	
	.bbsupport-page .why-bbconnect .why-bbconnect-content { padding: 30px 0px !important; }
}


.bbsupport-page .color-block p { font-size: 20px; line-height: 27px;color: #000; }

.bbsupport-page .white-blocks h2.h1-font { margin-bottom: 60px;line-height: 60px; }
.bbsupport-page .white-blocks .white-block { border: 17px solid #FFD81F; padding: 20px 0 0 0; margin-bottom: 30px; display: inline-block; }


 
.bbsupport-page .white-blocks .white-block h2 { font-size: 30px; line-height: 35px; margin-bottom: 20px; color: #242D8C;padding: 0 20px }
.bbsupport-page .white-blocks .white-block p { font-size: 20px; line-height: 30px; margin-bottom: 0; padding: 0 20px; font-family: "Poppins";}
.bbsupport-page .why-bbconnect .bg-color {background: #F0F4F7;color: #050933; padding-right: 30px; padding-left: 30px; border: 1px solid #ccc;}
.bbsupport-page .why-bbconnect .row {align-items: center;}
.bbsupport-page .why-bbconnect .why-bbconnect-content {padding: 70px 20px; }
.bbsupport-page .why-bbconnect .why-bbconnect-content .h1-font {font-size: 30px;margin-bottom: 15px;color: #444444}
.bbsupport-page .why-bbconnect .why-bbconnect-content p {font-size: 20px;}

.bbsupport-page .white-blocks a.border-btn, .bbsupport-page .white-blocks span {border: 2px solid #FFD81F; margin-top: 40px; padding: 5px 10px;font-size: 24px; height: auto;background: #FFD81F;width: 100%;max-width: 100%;display: block;cursor: pointer;color: #000;}
.bbsupport-page .white-blocks span i { float: right; margin-top: 8px; }


.bbsupport-page .white-blocks .subjects-block1 .white-block {border: 17px solid #F57C21;}
.bbsupport-page .white-blocks .subjects-block2 .white-block {border: 17px solid #3252A5;}
.bbsupport-page .white-blocks .subjects-block1 a.border-btn, .bbsupport-page .white-blocks .subjects-block1 span {border: 2px solid #F57C21; background: #F57C21;color: #fff;font-family: "Poppins";padding-top: 17px;}
.bbsupport-page .white-blocks .subjects-block2 a.border-btn, .bbsupport-page .white-blocks .subjects-block2 span {border: 2px solid #3252A5; background: #3252A5;color: #fff;font-family: "Poppins";padding-top: 17px;}


/* .bbconnect-page .white-blocks span {color: #242D8C;font-weight: bold;border-bottom: 1px solid #242D8C; display: block; width: 120px; margin: 10px auto 0 auto; cursor: pointer;} */
.bbsupport-page .multi-sample-pages-block .container-fluid {padding: 0;}
.bbsupport-page .multi-sample-pages-block {display: none;padding-top: 0;}
.bbsupport-page .multi-sample-pages-block .text-block {min-height: 275px}
/* .bbsupport-page .faq-section {background: #F0F4F7;} */



.bbsupport-page .faq-section .accordion-item:nth-child(odd), .bbsupport-page .faq-section .accordion-item:nth-child(odd) button {background: #F1F5F8;}
.bbsupport-page .faq-section .accordion-item:nth-child(even), .bbsupport-page .faq-section .accordion-item:nth-child(even) button {background: #F8F8F8;}

 
.bbsupport-page .faq-section .accordion-item h2 {margin: 0;padding: 0;}
.bbsupport-page .faq-section .accordion-collapse {margin: 0;}
.bbsupport-page .faq-section .accordion-item h2 button {font-size: 22px;color: #000; font-weight: 400; font-family: "Poppins";padding: 20px 10px;}
.bbsupport-page .faq-section .accordion-item h2 button img {padding: 0 15px;}
.bbsupport-page .accordion-button:not(.collapsed) {background: #fff; color: #383192 !important;}
.bbsupport-page .accordion-button:not(.collapsed) button {color: #383192;}
.bbsupport-page .accordion-body {font-size: 22px;padding-left: 75px;padding-right: 30px}
.bbsupport-accordian-popup-btn {display: inline-block;background: #005191; color: #fff;font-size: 20px;padding: 10px 20px;border-radius: 10px;cursor: pointer;text-decoration: none;}
.bbsupport-accordian-popup-btn:hover {color: #fff;}
.bbsupport-page .mfp-wrap figcaption {display: none;}
.bbsupport-page .mfp-wrap.mfp-gallery figcaption {display: block;}


.bbsupport-page p {font-family: poppins;}

.bbsupport-page .bbsupport-btn { border-radius: 50px; width: 200px; font-family: "aventra-bold"; background: #ED1A3B; color: #fff; text-decoration: none; display: inline-block; padding: 9px 20px; text-align: center; font-size: 22px !important; border: 2px solid #FFE401; line-height: 33px !important; cursor: pointer; }

.bbsupport-page .why-bbconnect-content h2 {font-size: 30px;}
.bbsupport-page .bbsupport-checklist {max-width: 900px;margin: auto;margin-top: 60px;}
.bbsupport-page .bbsupport-checklist li {list-style: none;font-family: poppins;font-size: 24px;line-height: 36px;padding: 7px 0;}
.bbsupport-page .bbsupport-checklist li img {margin-right: 10px;}

.bbsupport-page .bbsupport-app-links .col-md-6:first-child {border-right: 1px solid #ccc;}
.bbsupport-page .bbsupport-app-links .col-md-6 {display: flex;align-items: center;}
.bbsupport-page .bbsupport-app-links .col-md-6 p { margin-bottom: 0; margin-top: 50px; }



header.masthead .container-full {background: url(https://cdn.bestbrains.com/test/banner-bg.jpg) no-repeat !important; background-position: right; background-size: cover !important; padding-bottom: 0px !important;}
.home-page .banner-animation {background: #fff;color: #234886;border: 4px solid #3c77d8;    font-family: zing-rust;}

.home-page header.masthead .banner-content-block h1 {margin-bottom: 0px !important;font-family: zing-rust;font-size: 65px;color: #f7cf00;line-height: 55px;}
.banner-subheading {}

.banner-search-label {margin-bottom: 0px !important;margin-top: 30px;}


.gradient-border { border: 4px solid; border-image: linear-gradient(to right, #255fae, #4c88f5, #255fae) 1; border-radius: 10px !important; background: #fff !important; }
.nearest-locations-blocks {margin-bottom: 40px;margin-top: 40px;}
.nearest-locations-blocks hr {margin-top: 40px;}
.nearest-locations-blocks .location-info {border: 2px solid #E9EAEB; border-radius: 10px;padding: 15px 10px;display: flex;cursor: pointer;}
.nearest-locations-blocks .location-info.selected {border: 2px solid #6481F5;}

.nearest-locations-blocks .location-info img {width: 30px;border: 1px solid #ccc; padding: 2px; border-radius: 5px;box-shadow: 0px 0px 2px #ccc;height: 30px;margin-right: 5px;}
.nearest-locations-blocks .location-info p { line-height: 22px; font-size: 16px; padding-left: 5px; color: #535862; font-family: "Inter", serif;margin-bottom: 0;}
.nearest-locations-blocks .location-info p b {color: #414651;font-weight: 600;}
.nearest-locations-blocks .location-info input {height: 16px;margin-right: 0;border: #E9EAEB;}


/* .locality-block .input-with-left-icon img {position: absolute; right: 30px; top: 47px;cursor: pointer;} */

.locations-search-block {display: flex;align-items: end;}

.locations-search-block .input-with-left-icon {padding-right: 30px; border-right: 2px solid #ccc;}
.locations-search-block .locality-block {width: calc(100% - 250px); display: inline-block;}
.locations-search-block .nearest-location-block {width: 240px; display: inline-block;padding-left: 30px;}
.nearest-location-block .geo-coder {font-size: 14px; font-weight: 600;margin: 0;height: 52px;}
.nearest-location-block .geo-coder img {width: 15px;}

.form-heading h2 { font-family: 'Poppins'; font-weight: 700; color: #fff; font-size: 50px; margin:70px auto 25px auto; }
.form-heading p {font-family: 'Poppins'; color: #fff;margin-bottom: 30px; }





