

@import url("https://mheducation-k12intl.github.io/bts-2025/assets/web-fonts/font.css");
/*
 *****************************************
    >>> | 01 Browser Reset & Common CSS|
 *****************************************
*/
html, body{
    height: 100%;
}
body {
    font-family: 'Proxima Nova', ProximaNova-Regular, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: #000000;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a:focus,
a:hover,
a:visited,
input,
.bootstrap-select>.dropdown-toggle,
input:hover,
.bootstrap-select>.dropdown-toggle:hover,
input:focus,
.bootstrap-select>.dropdown-toggle:focus,
input:active,
.bootstrap-select>.dropdown-toggle:active,
select {
    text-decoration: none;
    outline: none;
}

button:focus{
    outline: 0px;
}

img {
    max-width: 100%;
}

a {
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

a:hover {
    text-decoration: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    /* font-family: 'Proxima Nova bold'; */
    margin: 0 0 15px;
    /* letter-spacing: -1px; */
}

#article-content h5{
    font-weight: normal !important;
    margin: 0 0 15px;
}

/* font-family: 'Proxima Nova Lt'; */
/*
 *****************************************
 >>> | 03. navigation css Start
 *****************************************
*/

.container{
    max-width: 1260px;
}
.show__mobile{
    display: none;
}

.header__area {
    background-size:  cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    height: 680px;
    padding: 50px 0px;
    position: relative;
    padding-bottom: 0;
    overflow: hidden;
}

.article__area{
    background-size:  cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    height: 480px;
    padding: 50px 0px;
}

.banner__rightImg {
    position: absolute;
    right: 0;
    top: 0;
    height: 688px;
    overflow: hidden;
}

.banner__rightImg img {
    height: 681px;
}

.banner__title img {
    margin-left: -64px;
    margin-top: 40px;
}

.banner__title p {
    color: #fff;
    margin-top: 25px;
}

b {
    font-weight: 700;
    /* font-family: 'Proxima Nova bold'; */
}

a.btn__Global {
    height: 60px;
    width: 190px;
    display: inline-flex;
    border: 1px solid #fff;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    /* font-family: 'Proxima Nova bold'; */
}

.banner__btn {
    display: flex;
    gap: 20px;
    margin-top: 35px;
}

a.btn__Global.resources {
    color: #E31B22;
    background: #fff;
}

a.btn__Global.resources:hover {
    color: #fff;
    background: none;
}

a.btn__Global:hover {
    background: #fff;
    color: #E31B22;
}

.section__title h2 {
    color: #000;
    font-size: 36px;
}

.school__area {
    padding-top: 60px;
}

.school__slider {
    padding-top: 35px;
}

.school__cardTxt p {margin-bottom: 0;}

.school__cardTxt h4 {
    margin-bottom: 10px;
    font-size: 22px;
}

.school__singleSlide .school__cardTxt {
    background: #fff;
    padding: 37px;
}

.program__resource {
    background: #FFDB45;
    padding-top: 315px;
    margin-top: -262px;
}

.brand__grid {
    /* display: flex; */
    gap: 20px;
    /* float: left; */
    /* overflow-x: scroll; */
    /* max-width: 1200px; */
    /* margin-left: 10%; */
}

.single__brand {
    height: 286px;
    width: 286px;
    background: #fff;
    padding: 25px;
    padding-top: 55px;
    margin: 20px 10px;
    flex-direction: column;
    display: inline-flex;
    justify-content: center;
    gap: 85px;
}

.brand__link div {
    color: #000;
    /* font-family: 'Proxima Nova bold'; */
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 700;
}

.brand__link img {
    width: 36px;
    height: 30px;
    transition: .4s;
}

.brand__link:hover img {
    transform: translateX(5px);
}

.company__brand {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    width: auto;
    padding-left: 10%;
    padding-bottom: 80px;
}

.company__brand::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #828282;
}

.company__brand::-webkit-scrollbar {
    height: 6px;
    background-color: #828282;
}

/* .company__brand::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #FFDB45;
}

.company__brand::-webkit-scrollbar {
    height: 6px;
    background-color: #FFDB45;
} */

.company__brand::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background-color: #E31B22;
}

.platform__area {
    padding-top: 80px;
}

.video__carouselTxt {
    background: #F6F7F2;
    padding: 30px;
}

.tab__area {
    padding-top: 5px;
}

.tab__content {
    background: #F6F7F2;
}

.tab__content li.nav-item button {
    /* font-family: 'Proxima Nova bold'; */
    text-align: left;
    padding: 20px 0px;
    margin: 0 30px;
    font-weight: 700;
}

.tab__content .nav {
    flex-wrap: nowrap;
    border-bottom: 1px solid #D3D3D3;
    padding-bottom: 1px;
}

.tab__content .nav-tabs .nav-link.active, .tab__content .nav-tabs .nav-link {background: #F6F7F2;border: none;color: #000;}

.tab__content .nav-tabs .nav-link.active {
    border-bottom: 4px solid #E31B22;
}

.tab__grid {
    padding: 30px;
    display: grid;
    grid-template-columns: 6fr 6fr;
}

.tab__singleTxt li a {
    color: #000;
    display: inline-block;
    border-bottom: 1px solid #000;margin: 5px 0px;
    padding: 0px 5px;
    position: relative;
    padding-left: 10px;
    transition: .1s;
}

.tab__singleTxt li {
    display: block;
}

.tab__singleTxt li a:after {
    position: absolute;
    left: 1px;
    top: 11px;
    height: 3px;
    width: 3px;
    background: #000;
    content: "";
    border-radius: 100px;
}

.tab__singleTxt li a:hover {
    border-bottom: 1px solid transparent;
}

.cta__grid {
    display: grid;
    grid-template-columns: 6fr 6fr;
}

.cta__left {
    background: #FFDB45;
    padding: 30px;
}

.join__table {
    background: #F6F7F2;
    padding: 30px;
    padding-right: 15px;
}

a.btn__Global.bg__red {
    background: #E31B23;
    border: 1px solid transparent;
    width: 249px;
}

.join__table__row {
    display: grid;
    grid-template-columns: 4fr 7fr 3fr;
    border-top: 1px solid #000;
    padding: 7px 0px;
}

.join__tableTxt {
    overflow-x: hidden;
    overflow-y: scroll;
    white-space: nowrap;
    width: auto;
    height: 300px;
    padding-right: 20px;
}

a.btn__Global.bg__red:hover {
    color: #fff;
}

.join__ctaArea a.btn__Global.bg__red {
    margin-top: 30px;
}


.join__tableTxt::-webkit-scrollbar-track {
    /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
    border-radius: 10px;
    /* background-color: #F5F5F5; */
}

.join__tableTxt::-webkit-scrollbar {
    width: 5px;
    /* background-color: #F5F5F5; */
}

.join__tableTxt::-webkit-scrollbar-thumb {
    border-radius: 10px;
    /* -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3); */
    background-color: #E31B22;
}

.join__ctaArea {
    padding-top: 80px;
    margin-bottom: -170px;
    z-index: 222222;
    position: relative;
}

.section__title h1 {
    color: #fff;
    font-size: 40px;
}

.educator__area p {
    color: #fff;
    margin-bottom: 30px;
}

.educator__area {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    padding-top: 300px;
    position: relative;
    height: 780px;
    overflow: hidden;
}

.educator__img {
    position: absolute;
    bottom: 0;
    left: 0;
}

.educator__img img {
    height: 760px;
}

.educator__area .section__title {
    position: relative;
    z-index: 2;
}

.team__area .nav {
    justify-content: center;
    margin-bottom: 50px;
}

.team__area {
    padding-top: 60px;
}

.school__cardTxt a {
    color: #000;
    display: block;
}

.using__area {
    height: 520px;
    overflow: hidden;
    position: relative;
    padding: 50px 0px;
}

.using__img {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
}

.using__img img {
    height: 520px;
}



.webinar__grid__default .bdr__dashed, 
.webinar__grid__parent .bdr__dashed {
    width: 1px;
    background: #D3D3D3;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 25px;
}

.webinar__item a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #E31B22;
    font-weight: 700;
    font-size: 24px;
    /* font-family: 'Proxima Nova bold'; */
    font-weight: 700;
}

.webinar__item img {
    height: 30px;
    transition: .2s;
}

.webinar__item p {
    margin-bottom: 0;
}
.webinar__item a img {
    transform: translateX(-6px);
}
.webinar__item a:hover img {
    transform: translateX(0px);
}

.using__area .section__title {
    padding-top: 25px;
}

.using__area .section__title p {
    margin-top: 25px;
}

.activity__area {
    background: #FFDB45;
    padding: 80px 0px;
}

.activity__card {
    background: #F6F7F2;
    padding: 30px;
}
.activity__card:hover{
    color: #000;
}
.download__link div, 
.download__link a {
    color: #E31B22;
    /* font-family: 'Proxima Nova bold'; */
    font-size: 24px;
    display: flex;
    align-items: center;
    gap: 20px;
    font-weight: 700;
}

.download__link div img, 
.download__link a img {
    height: 30px;
    width: 46px !important;
    transition: .3s;
}
.video__carouselTxt a.btn__Global.resources {
    background: #E31B22;
    color: #fff;
}

.download__link div:hover img, 
.download__link a:hover img {
    transform: translateX(7px);
}
.activity__card{
    display: block;
    color: #000;
}
.download__link {
    margin-top: 20px;
}

.activity__icon {
    margin-bottom: 20px;
    height: 122px;
}
.activity__icon img {
    width: auto !important;
}

.activity__slider {
    margin-top: 50px;
}

.educator__sec {
    padding: 70px 0px;
}

.educato__grid {
    display: grid;
    grid-template-columns: 4fr 8fr;
    background: #F6F7F2;
}

.educator__slide {
    margin-top: 50px;
}

.educator__txt {
    padding: 30px;
}

.educator__thumb img {
    width: 100%;
}

.educator__linkGrid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 70px;
}

.educator__linkGrid .download__link {
    margin: 0;
}

.date__ {
    color: #828282;
    font-size: 24px;
    /* font-family: 'Proxima Nova bold'; */
    font-weight: 700;
}

.vision__area {
    position: relative;
    height: 470px;
    overflow: hidden;
    background: #E31B22;
}

.vision__video {
    position: absolute;
    right: 0;
    top: 0;
    width: 45%;
    height: 470px;
}

.vision__video iframe {
    width: 100%;
    height: 470px;
}

.section__titleWhite {
    color: #fff;
    padding: 30px;
    padding-top: 80px;
    padding-left: 0;
}

.section__titleWhite h2 {
    font-size: 40px;
}

.contact__area {
    background: #F6F7F2;
    padding: 80px 0px;
}

.contact__form input {
    width: 100%;
    border: none;
    box-shadow: 0px 4px 5px #82828208;
    padding: 10px;
    height: 48px;
    font-size: 16px;
    margin-bottom: 30px;
}

.contact__form label {
    font-weight: 600;
}

.contact__form button {
    background: #E31B23;
    height: 60px;
    width: 100%;
    border: none;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
}

.footer__area {
    padding-top: 80px;
    background: #333333;
    padding-bottom: 30px;
}

.foter__item h4 {
    color: #fff;
    text-decoration: underline;
    margin-bottom: 25px;
}

.foter__item a {
    color: #ffffff;
    text-decoration: underline;
    display: inline-block;
    padding: 2px 0px;
}

.foter__item {
    margin-bottom: 26px;
}

.foter__item li {
    display: block;
}

.foter__item a:hover {
    text-decoration: none;
}

.footer__bottom {
    border-top: 1px solid #484747;
}

.terms__privacy {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding-top: 25px;
}

.bdrVerticale {
    height: 15px;
    background: #fff;
    width: 1px;
}

.terms__privacy a {
    color: #fff;
    text-decoration: underline;
}

.terms__privacy a:hover {
    text-decoration: none;
}

.copyright {
    text-align: center;
    margin-top: 30px;
    color: #979797;
    font-size: 15px;
}

.singleVideo__carousel {
    display: grid;
    grid-template-columns: 6fr 6fr;
}

.carosuel__video iframe {
    width: 100%;
    height: 380px;
}

.platform__area .owl-nav button {
    position: absolute;
    right: 30px;
    bottom: 30px;
}

.platform__area .owl-nav .owl-prev {
    right: 55px;
}

.platform__area .owl-nav button img {
    height: 17px;
    width: 17px;
}

.platform__area .owl-dots button {
    height: 10px;
    width: 10px;
    background: #D3D3D3;
    border-radius: 100px;
    display: inline-block;
    margin: 0px 5px;
}

.platform__area .owl-dots {
    position: absolute;
    left: 55%;
    transform: translateX(-55%);
    bottom: 28px;
}

.platform__area .owl-dots button.active {
    background: #E31B22;
}

.carosuel__video {
    background: #F6F7F2;
}

.video__carousel {
    margin-top: 60px;
}

.team__single {
    width: auto !important;
}

.team__area .owl-nav button, 
.educator__sec .owl-nav button {
    position: absolute;
    left: -50px;
    top: 45%;
    transform: translateY(-45%);
}

.team__area .owl-nav button.owl-next, 
.educator__sec .owl-nav button.owl-next {
    left: auto;
    right: -50px;
}

.team__area .owl-dots button, 
.educator__sec .owl-dots button {
    height: 10px;
    width: 10px;
    background: #D3D3D3;
    display: inline-block;
    margin: 0px 5px;
    border-radius: 100px;
}

.team__area .owl-dots, 
.educator__sec .owl-dots {
    text-align: center;
    margin-top: 30px;
}

.team__area.tab__content {
    padding-bottom: 80px;
}

.team__area .owl-dots button.active, 
.educator__sec .owl-dots button.active {
    background: #E31B22;
}

.banner__left {
    position: relative;
    z-index: 22;
}

.team__area .owl-nav button {
    top: 35%;
    transform: translateY(-36%);
}

.tab__area .card {
    border: none;
    background: #F6F7F2;
}

.tab__area .card h5 button {
    font-size: 18px;
    color: #000;
   font-weight: 700;
}

.card-header {
    background: #F6F7F2;
    border-bottom: 1px solid #D3D3D3 !important;
    position: relative;
}

.card-header:first-child {
    border-radius: 0px;
}

.tab__area .card .collapse.show {
    border-bottom: 1px solid #D3D3D3 !important;
}

.tab__area .card:last-child .card-header {
    border-bottom: none;
}

.tab__area .card h5 button {
    width: 100%;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tab__area .card h5 button img {
    height: 18px;
    width: 18px;
    transition: .3s;
}

.tab__area .card h5 button.collapsed img {
    transform: rotate(0deg);
}

.tab__area .card h5 button img {
    transform: rotate(90deg);
}

.article__area {
    padding: 0;
    overflow: hidden;
}

.articles__bg {
    text-align: center;
}

.articles__bg img {
    height: 480px;
}

.container .banner__left {
    position: relative;
}

.article__area .banner__left .logo {
    position: absolute;
    left: 0;
    top: 50px;
}

.blog__area .container{
    max-width: 840px;
}

.blog__area {
    padding-top: 40px;
}

.blog__content h2 {
    font-size: 40px;
    /* letter-spacing: -1px; */
    font-weight: 700;
    margin-bottom: 30px;
}

.blog__content h5 {
    margin-bottom: 30px;
    font-size: 24px;
    /* letter-spacing: -1px; */
    /* font-family: 'Proxima Nova Rg'; */
    font-weight: 700;
}

.blog__content p {
    margin-bottom: 30px;
    /* letter-spacing: -1px; */
}

.single__img {
    margin-bottom: 30px;
}

.blog__content h4 {
    margin-bottom: 30px;
    /* letter-spacing: -1px; */
}

.link {
    color: #000;
    text-decoration: underline;
}

.blog__content hr {
    margin-bottom: 30px;
    border-color: #828282;
}

.blog__content h6 {
    font-size: 18px;
    margin-bottom: 25px;
}

.quote__ {
    background: #F6F7F2;
    padding: 30px;
    padding-left: 40px;
    margin-bottom: 30px;
}

.quote__ li {
    list-style: disc;
    /* letter-spacing: -1px; */
    padding: 2px 0px;
}

.cta__section {
    background: #FFDB45;
    padding: 30px;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.cta__section h2 {
    margin-bottom: 20px;
}

.cta__section p {
    margin-bottom: 20px;
}

/* new css */
.banner__left a.btn__Global.resources {
    background: #FFDB45;
    border-color: #FFDB45;
    color: #000000;
}
.banner__left a.btn__Global.resources:hover{
    background: #fff;
    color: #E31B22;
    border-color: #fff;
}

.brand__grid .single__brand span br {display: none;}

.brand__logo {
    height: 115px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.brand__grid {
    display: inline-flex;
}

.single__brand {
    gap: 0;
    padding-top: 0;
}
.brand__logo {
    margin-bottom: 125px;
    padding-top: 115px;
}

.program__resource{
    padding-bottom: 60px;
}
.company__brand {
    padding-bottom: 35px;
    position: relative;
    z-index: 1;
}

.using__area:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 48%;
    content: "";
    background: url(assets/img/program-img.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

.using__area {
    position: relative;
    z-index: 1;
    /* height: 470px; */
}
.team__slider .school__cardTxt h4 {
    margin-top: 20px;
    margin-bottom: 5px;
}

.team__single .school__cardTxt a {
    text-decoration: underline;
    text-decoration-color: #E21A23;
    color: #E21A23;
}


.school__area .school__card a {
    color: #000;
}


/*form css*/
.contact__form select {
    height: 48px;
    border: none;
}

.contact__form textarea {
    width: 100%;
    border: none;
}



.contact__form .mktoForm .mktoFormCol {
    float: none;
}

.contact__form div {
    float: none !important;
    padding-left: 0 !important;
}

.contact__form label {
    float: none !important;
    width: 100% !important;
    display: flex;
    align-items: center;
    gap: 5px;
    font-family: 'FONTSPRING DEMO - Proxima Nova';
    font-size: 16px;
    font-weight: 500;
}

.contact__form input, .contact__form textarea, .contact__form select {
    float: none !important;
    width: 100% !important;
    font-size: 15px !important;
    padding: 10px 10px !important;
}

.mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
   background: #E31B23;
    border: none !important;
    width: 100% !important;
    font-size: 24px !important;
    font-weight: 700;
    font-family: 'FONTSPRING DEMO - Proxima Nova';
    background-color: #E31B23 !important;
    background-image: none !important;
    margin-top: 20px;
}

.contact__form div span {
    margin: 0px !important;
}

.contact__form div.mktoButtonRow {
    width: 100%;
}

.contact__form input::placeholder, 
.contact__form message::placeholder, 
.contact__form select {
    color: #828282;
}

.mktoForm .mktoOffset {
    display: none;
}

.mktoFormRow:nth-child(2), .mktoFormRow:nth-child(3) {
    display: inline-block;
    width: 50%;
}

.mktoFormRow:nth-child(2) {
    padding-right: 1%;
}

.mktoFormRow:nth-child(3) {
    padding-left: 1% !important;
}

.contact__form form {
    width: 100% !important;
}

.contact__form label {
    display: none !important;
}

.contact__form input[type="radio"] {
    width: auto !important;
    height: auto;
    display: inline-block;
    margin-bottom: 15px;
    transform: scale(1.2);
}

.contact__form  .mktoRadioList {
    width: 205px !important;
}

.contact__form .mktoRadioList label {
    display: inline !important;
    margin-left: 8px !important;
}
.contact__form {
    margin-top: -10px;
}

.contact__form input, .contact__form textarea, .contact__form select {
    height: auto !important;
}

.contact__form {
padding: 0 !important;
}

.contact__form .mktoRadioList {
width: 215px !important;
}

.school__singleSlide .mktoGen.mktoImg {
display: block;
}

.program__resource {
margin-top: -300px;
padding-top: 370px;
}

.team__area .owl-dots {
display: flex;
align-items: center;
justify-content: center;
flex-direction: row-reverse;
}

.school__singleSlide .school__cardTxt {
min-height: 300px;
}

.school__card .school__cardTxt h4 {
font-size: 22px;
}
@media only screen and (max-width: 767px){
.program__resource {
margin-top: -300px;
padding-top: 355px;
}
}

/* Large Layout: 1253px. */
@media only screen and (min-width: 1000px) and (max-width: 1253px){
.school__slider .school__cardTxt h4 {
font-size: 22px;
}



.school__singleSlide .school__cardTxt {
padding: 20px;
min-height: 280px;
}



.program__resource {
margin-top: -280px;
padding-top: 340px;
}



.activity__slider .school__cardTxt h4 {
font-size: 20px;
}
.activity__card {
padding: 20px;
}



.activity__singleSlide .school__cardTxt {
min-height: 225px;
position: relative;
}
.activity__singleSlide .school__cardTxt .download__link {
position: absolute;
bottom: 0;
width: 100%;
left: 0;
}
}

@media only screen and (min-width: 768px) and (max-width: 999px){
.school__singleSlide .school__cardTxt {
padding: 20px;
min-height: 270px;
}
}



@media only screen and (min-width: 661px) and (max-width: 767px){
.activity__card .school__cardTxt {
min-height: 225px;
padding-bottom: 25px;
}

.activity__slider .download__link {
position: absolute;
bottom: 20px;
}
}

@media only screen and (min-width: 732px) and (max-width: 894px){
.school__singleSlide .school__cardTxt {
padding: 20px;
min-height: 270px;
}
div#RESOURCES {
padding-top: 360px;
margin-top: -311px;
}
}

@media only screen and (max-width: 600px){
    div#RESOURCES {
        margin-top: -383px;
        padding-top: 385px;
    }

}

.webinar__grid__parent {
    overflow-x: scroll;
    overflow-y: hidden;
    /* white-space: nowrap; */
    width: auto;
    position: relative;
}

.webinar__grid {
    display: inline-flex;
    padding-bottom:30px;
    gap: 30px;
    margin-top: 32px;
}
.webinar__grid__parent .webinar__item {
    min-width: 250px;
}

.webinar__grid__parent::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #828282;
}

.webinar__grid__parent::-webkit-scrollbar {
    height: 4px;
    background-color: #828282;
}


.webinar__grid__parent::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background-color: #E31B22;
}


.webinar__grid__default .webinar__grid {
    display: grid;
    grid-template-columns: 5fr 1fr 5fr;
    gap: 30px;
    margin-top: 32px;
}

@media only screen and (max-width: 767px){
    .webinar__grid__parent::-webkit-scrollbar-track, 
    .webinar__grid__parent::-webkit-scrollbar-thumb, 
    .webinar__grid__parent::-webkit-scrollbar {
        display: none;
    }

}


.mktoFormRow:nth-child(5), .mktoFormRow:nth-child(6) {
    display: inline-block;
    width: 50%;
}

.mktoFormRow:nth-child(5) {
    padding-right: 1% !important;
}

.mktoFormRow:nth-child(6) {
    padding-left: 1% !important;
}

/* .contact__form .mktoRadioList {
    width: 100% !important;
}

.contact__form .mktoRadioList label#LblmktoRadio_330724_0 {
    padding-right: 50px;
} */

.contact__form input[type="radio"] {
    transform: scale(1.5) !important;
}

.contact__txt .section__title {
    height: 100%;
    background: #F6F7F2;
    padding-top: 30px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
}

.contact__area {
    background: none;
}
/*
.contact__txt .section__title h2, .contact__txt .section__title p {
    padding-left: 30px;
    padding-right: 30px;
}
*/
.wrap__contactTxt {
    padding-left: 30px;
    padding-right: 30px;
}

.contact__form .mktoFormRow input, 
.contact__form .mktoFormRow textarea, 
.contact__form .mktoFormRow select {
    border: 1px solid #828282;
}

.contact__form .mktoFormRow input, .contact__form .mktoFormRow select {
    height: 46px !important;
}

.contact__form .mktoFormRow input[type="radio"] {
    height: auto !important;
    border: none !important;
}

@media only screen and (max-width: 767px){
    .show__desktop {
        display: none;
    }

}

@media only screen and (max-width: 600px){
    .mktoFormRow:nth-child(2), 
    .mktoFormRow:nth-child(3), 
    .mktoFormRow:nth-child(5), 
    .mktoFormRow:nth-child(6) {
        width: 100%;
        padding: 0 !important;
        display: block !important;
    }

    .contact__txt .section__title h2 {
        text-align: left;
    }

}

@media only screen and (min-width: 601px){
    .contact__form .mktoRadioList {
        width: 100% !important;
    }

    /* .contact__form .mktoRadioList label#LblmktoRadio_330724_0 {
        padding-right: 50px;
    } */

    .contact__form input[type="radio"] {
        transform: scale(1.5) !important;
    }
    .contact__form .mktoFormRow input[type="radio"][value="New"] {
        margin-left: 50px;
    }

}


/*end*/
/* Test purpose */