@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');
:root {
    --primary: #5D2F91;
    --hover: #F1673F;
}


@font-face {
	font-family: 'mindsetregular';
	src: url('../fonts/mindsetregular.eot');
	src: url('../fonts/mindsetregular.eot?#iefix') format('embedded-opentype'), 
         url('../fonts/mindsetregular.woff') format('woff'), 
         url('../fonts/mindsetregular.ttf') format('truetype'), 
         url('../fonts/mindsetregular.svg') format('svg');
	
}

@font-face {
    font-family: 'Gochi Hand';
    src: url('../fonts/GochiHand-Regular.eot');
    src: url('../fonts/GochiHand-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GochiHand-Regular.woff2') format('woff2'),
        url('../fonts/GochiHand-Regular.woff') format('woff'),
        url('../fonts/GochiHand-Regular.ttf') format('truetype'),
        url('../fonts/GochiHand-Regular.svg#GochiHand-Regular') format('svg');
    font-weight: normal;
    font-style: normal;

}


html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
}

body {
    line-height: 1;
    margin: 0;
    padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

nav ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}


::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #a6a6a6; font-family: 'Articulat md';
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #a6a6a6; font-family: 'Articulat md';
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #a6a6a6; font-family: 'Articulat md';
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #a6a6a6; font-family: 'Articulat md';
}

ul, li{font-family: 'Poppins', sans-serif;}



input,
select {
    vertical-align: middle;
}

body {
    background: #fff;
    font-family: 'Articulat normal';
    margin: 0;
    padding: 0;
    color:var(--primary);
    font-size:14px;
}
h2, h3, h4{font-family: 'Poppins', sans-serif; font-weight: bold; color:var(--primary);}
p{font-family: 'Poppins', sans-serif; font-weight: 300; font-size:18px; line-height: 26px; color:var(--primary);}
.mb-0{margin-bottom: 0!important;}
.mb-20{margin-bottom: 20px;}
.mb-30{margin-bottom: 30px;}
.mb-40{margin-bottom: 40px;}
.mb-50{margin-bottom: 50px;}
.mb-60{margin-bottom: 60px;}
.mb-70{margin-bottom: 70px;}
.mt-10{margin-top: 10px;}
.mt-20{margin-top: 20px;}
.mt-30{margin-top: 30px;}
.mt-40{margin-top: 40px;}
.mt-50{margin-top: 50px;}
.mt-60{margin-top: 60px;}
.mt-70{margin-top: 70px;}
.mr-40{margin-right: 40px;}
ul{margin: 0; padding: 0; list-style: none;}
ul li{margin: 0; padding: 0; list-style: none;}
label {font-size: 14px;color: #000;margin: 0 0 10px;}
.container{max-width:1280px; margin: 0 auto; padding: 0 40px;}
.top-bar, .header{display: block;}
.top-bar{color:#000; padding: 10px 0;}
.top-bar ul{display: flex; justify-content: flex-end; align-items: center;}
.top-bar ul li{padding: 0  0 0 20px; display: flex; align-items: center; font-family: 'Poppins', sans-serif; font-weight: 600; font-size:15px; white-space: nowrap; color:var(--primary)}
.top-bar ul li span {
    margin-right: 5px;
}
.top-bar ul li a{color:var(--primary); text-decoration: none;}
.top-bar ul li a:hover{text-decoration: underline; color:var(--primary);}
.top-bar ul li img{margin: 0 6px 0 0;}
.header{background:#F1673F; color:#fff; padding:0;}
.header .navigation-section, .header .nav{display: flex;  padding: 12px 0 0;}
.header .navigation-section{justify-content: space-between;}
.header .nav{justify-content: flex-end; align-items: center;}
.header .nav li a{color:#fff; font-weight:500; text-decoration: none; padding: 8px 14px; font-family: 'Poppins', sans-serif; font-size:17px; transition: all .5s ease; position: relative; display: block;}
.header .nav li a:hover:before{content:""; position:absolute; left:0; bottom:0; width:100%; height: 2px; background:rgba(28, 90, 125, .5); }
.header .nav li a.current.active:before{content:""; position:absolute; left:0; bottom:0; width:100%; height: 2px; background:rgba(28, 90, 125, .5); }
.header.bluebg .nav li a.current.active:before{content:""; position:absolute; left:0; bottom:0; width:100%; height: 2px; background:#f7ce3c; }
.header.bluebg .nav li a:hover:before{background:#f7ce3c;}
.header .nav li.fill-button a{background: rgba(255, 255, 255, .8); margin: 0 0 0 10px; color:var(--primary); font-size:15px; font-weight: 600; display: block;}
.header .nav li.fill-button a:hover{background:var(--primary); color:#fff;}
.header .nav li.fill-button a:hover:before{background:none;}
.two-col-section{display: flex; justify-content: space-between; padding: 80px 0;}
.two-col-section img{margin-right: 20px;}
.two-col-section .for-parents{background:#f0edea; padding: 0 10px 15px 0; width:47%; display: flex; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.two-col-section .for-therapists{background:#f0edea; padding: 0 10px 15px 0; width:47%; display: flex; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box}
.parent-therapists .button-panel .btn{padding-left: 0;}
.parent-therapists .button-panel .btn span{margin-right: 5px;}
.parent-therapists .button-panel .btn:hover{color:#38A8DB;}
.discover{fill:var(--primary);}

.aba-experience .learnmore a span{margin-right: 5px;}
.aba-experience .learnmore a:hover .discover{fill:#38A8DB;}
.aba-experience .learnmore a:hover{color:#38A8DB;}

.parent-therapists .button-panel .btn:hover .discover{fill:#38A8DB;}

.two-col-section h2{ font-weight: 700; font-size: 22px; color:var(--primary); padding: 30px 10px 20px 0; }
.two-col-section p{padding-right:20px; font-weight: 400; font-weight: 16px; line-height: 28px; color:var(--primary);}
.button-panel{display: block; padding: 20px 0; display: flex; align-items: center;}
.btn{font-size: 18px; font-family: 'Poppins', sans-serif; color:var(--primary);  padding: 15px 40px; font-weight: 600; align-items: center; text-decoration: none; line-height: 24px; display: flex; outline: none; -webkit-appearance:none; transition: all .5s ease;}
.btn img{margin-left: 5px;}
.btn-white{background: #fff;}
.btn-white:hover, .btn-white:focus{background: var(--primary); color:#fff;}
/*........toogle menu .................*/

        #nav-icon1 {
            width: 28px;
            height: 22px;
            position: relative;
            margin: 0 auto;
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg);
            -webkit-transition: .5s ease-in-out;
            -moz-transition: .5s ease-in-out;
            -o-transition: .5s ease-in-out;
            transition: .5s ease-in-out;
            cursor: pointer;
            margin-top: 4px;
        }

        #nav-icon1 span,
        #nav-icon3 span,
        #nav-icon4 span {
            display: block;
            position: absolute;
            height: 2px;
            width: 100%;
            background: #fff;
            border-radius: 0;
            opacity: 1;
            left: 0;
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg);
            -webkit-transition: .25s ease-in-out;
            -moz-transition: .25s ease-in-out;
            -o-transition: .25s ease-in-out;
            transition: .25s ease-in-out;
            
        }



#nav-icon1.open span{background: #d1dbdc;}




        #nav-icon1 span:nth-child(1) {
            top: 0px;
        }

        #nav-icon1 span:nth-child(2) {
            top: 10px;
        }

        #nav-icon1 span:nth-child(3) {
            top: 20px;
        }

        #nav-icon1.open span:nth-child(1) {
            top: 10px;
            -webkit-transform: rotate(135deg);
            -moz-transform: rotate(135deg);
            -o-transform: rotate(135deg);
            transform: rotate(135deg);
        }

        #nav-icon1.open span:nth-child(2) {
            opacity: 0;
            left: -60px;
        }

        #nav-icon1.open span:nth-child(3) {
            top: 10px;
            -webkit-transform: rotate(-135deg);
            -moz-transform: rotate(-135deg);
            -o-transform: rotate(-135deg);
            transform: rotate(-135deg);
        }

        .menu-icon {
            padding: 10px;
            background: none;
            display: inline-block;
            float: right;
            z-index: 4;
            position: relative;
            display: none;
        }



   .main-nav {
    margin-top: 6px;
}     
   
 /*........toogle end .................*/
.challenge-section{/*background: url("../images/challenges-pic.png") no-repeat left top;*/ display: block; text-align: center; position: relative; padding: 100px 0 0 0;}
.challenge-section .challenge-image{position: absolute; left:0; bottom:0;}
.challenge-section h2{font-size:50px; margin: 0 0 30px 0; font-style: italic; line-height: 62px;}
.challenge-section p{font-size:18px;}
.challenge-section h4{font-size:20px; margin-top:40px; line-height: 28px;}
.challenge-section .content{max-width: 600px; margin: 0 auto; padding-bottom: 120px;}
.challenge-section .down-arrow{display: flex; justify-content: flex-end; position: absolute; margin-bottom: -45px; bottom:0; left:70%; transform:translateX(-50%)}           
.what-we-do{padding: 100px 0; background: #efedea; display: block; text-align: center; overflow: hidden;}
.what-we-do .customize-we-do{flex-wrap:wrap; justify-content: center;}
.what-we-do .customize-we-do .col-list{width:30%; margin-bottom: 50px;}


.title-section h2{font-size:36px; text-transform: uppercase;}
.title-section p{max-width:780px; margin: 20px auto;}
.three-col-section{display: flex; justify-content: space-between; margin: 80px 0 0 0; position: relative;}
.three-col-section h2{font-family: 'mindsetregular'; font-size:22px;  margin-bottom: 30px; font-weight: normal;}
.three-col-section .image-panel img{margin-bottom: 20px;}
.three-col-section h2 span{font-style: italic; font-weight: normal;}
.three-col-section .col-list{padding: 0;}
.counter-section .count{font-weight: 400;}
.what-we-do .three-col-section p{padding: 0 40px;}
.aba-therapy-section .container{max-width: 930px; padding-top: 100px; padding-bottom: 100px;}
.aba-therapy-section .content{padding: 0; display: flex; justify-content: space-between; padding-bottom: 40px;}
.aba-therapy-section h2{font-size:30px; font-weight: 700; margin: 40px 0 30px;}
.aba-therapy-section ul{margin: 0 0 20px 0;}
.aba-therapy-section ul li{font-family: 'mindsetregular'; font-size:21px; margin: 0 0 10px 0; display: block; position: relative; padding-left: 26px;}
.aba-therapy-section ul li img{position: absolute; left:0; top:5px;}
.aba-therapy-section ul li span{font-family: 'mindsetregular';}
.aba-therapy-section  .left-panel{width:30%;}
.aba-therapy-section  .right-panel{width:70%;}
.aba-therapy-section  .right-panel p{padding-left: 40px; padding-right: 20px;}
.what-client-saying{background:var(--primary)  url("../images/testimonial-bg.jpg") no-repeat right top; display: block; }
.what-client-saying{ display: block; text-align: center; position: relative;}
.what-client-saying h2{color:#fff; font-size:26px;}
.what-client-saying .testimonials-section{text-align: left; max-width: 500px;}

.what-client-saying h2.normalfont{font-family: 'Poppins', sans-serif; font-size:24px; font-weight: 700; font-style: normal;}



.testimonials-section h2{font-size:42px; font-weight:400;  font-family: 'mindsetregular'; color:#fff; margin: 50px 0 20px 0;}
.testimonials-section p{font-size:16px; color:#fff;}
.testimonials-section h4.testi-name{font-style: italic; color:#fff; margin: 20px 0 0 0; font-weight: normal;}
.what-client-saying .container{position: relative; padding: 60px 40px 100px;}
.what-client-saying .quotes{position:absolute; right:10%; bottom:0;}
.therapy-benefit{background: none;}
.therapy-benefit h4{font-size:32px; font-family: 'mindsetregular'; margin-bottom: 20px; font-weight: normal;}
.therapy-benefit h2{font-size:30px; text-transform: inherit; font-weight: normal;}
.therapy-benefit p{font-size:14px;}
.therapy-benefit h2{font-size:24px; font-family: 'mindsetregular';  line-height: 30px;}
.therapy-benefit .title-section h2{font-size:18px; font-family: 'mindsetregular';  line-height: 26px;}


.therapy-benefit .three-col-section{flex-wrap:wrap;}
.therapy-benefit .three-col-section .col-list {margin-bottom: 80px; width:31%;}
.therapy-benefit .three-col-section .col-list p{ max-width: 300px; margin: 0 auto; padding: 0 10px;}
.therapy-benefit .three-col-section h2{margin-bottom: 20px;}
.how-it-works{padding-bottom: 80px;}
.how-it-works .title-section{display: block; text-align: center;}
.how-it-works {background: #efedea; position: relative; overflow: hidden;}
.four-col-section{display: flex; justify-content: space-between; margin: 80px 0 0 0; text-align: center;}
.four-col-section h2{font-family: 'Poppins', sans-serif; font-size:22px; font-weight: 600; margin-bottom: 30px;}
.four-col-section .image-panel img{margin-bottom: 30px;}
.four-col-section h2 span{font-style: italic; font-weight: 700;}
.four-col-section .col-list{padding: 0 20px;}
.how-it-works .button-panel{display: block; text-align: center; margin: 60px 0 0 0;}
.how-it-works .button-panel .btn{display: inline-block; font-size:15px; text-transform: uppercase;}
.how-it-works .four-col-section p{font-size:16px; max-width:220px; margin: 0 auto;}
.how-it-works .container{position: relative;}
.helping-child-section{max-width: 195px; text-align: center; display: flex; justify-content: flex-end; flex-wrap:wrap; float:right; margin:-40px 0 0 0; transform:rotate(15deg); position: absolute; right:0;}
.helping-child-section p{font-size:14px; line-height: 14px; }
.helping-child-section img{margin-bottom: 10px; width: 55px;}
.two-col{display: flex; justify-content: space-between; align-items: center;}
.what-client {
    background: rgb(255,201,77);
    background: linear-gradient(94deg, rgb(255 171 67) 0%, rgb(253 170 64) 100%);
    padding: 60px 0 0;
    color: var(--primary);
}


.home-based-therapy .image-panel img{border:7px solid #F1673F;}




.what-client.greybg{background: none; background:#f0edea; overflow-y: hidden; position: relative;}
.what-client{ display: block; text-align: center;}
.what-client .image-panel{ margin-left: -60px; display: flex; align-self: flex-end;}
.what-client .image-panel img{max-width: 100%;}
.what-client.greybg .two-col{max-width: 1000px; margin: 0 auto;}
.what-client h2{color:var(--primary); font-size:26px; margin-bottom: 40px;}
.what-client .testimonials-section{ text-align: left; }
.what-client .testimonials-section h2{font-size:40px; font-weight:300; font-style: italic; font-family: 'mindsetregular'; color:var(--primary);  margin:40px 0 20px 0;}

.what-client .testimonials-section h2.normalfont{font-family: 'Poppins', sans-serif; font-weight: 700; font-size:24px;}


.what-client.greybg .testimonials-section h2{margin: 0 0 20px 0;}
.what-client .testimonials-section p{font-size:16px; color:var(--primary); font-style: italic;}
.what-client .testimonials-section h4.testi-name{font-style: italic; color:var(--primary); margin: 20px 0 60px 0; font-weight: normal;}
.what-client .whatclientsaying{width:100%; padding-left: 5%;}
.calltoaction{padding: 100px 0; display: block;}
.calltoaction.greybg{background: #f0edea;}
.calltoaction .container{display: flex; justify-content: space-between; max-width: 1000px;}
.calltoaction .text-panel{max-width: 650px;}

.calltoaction .text-panel.full{max-width:90%; margin: 0 auto;}

.text-center{text-align: center;}

.helping-child-section img {
    margin-bottom: 10px;
    width: 55px;
    transform: rotate(342deg);
    margin-left: -125px;
}




.calltoaction .text-panel h2{font-size:30px; margin-bottom: 20px; font-weight: 700; line-height: 42px;}
.calltoaction .text-panel p{font-size:16px;}
.calltoaction .button-panel{margin-top: 10px;}
.calltoaction .btn{padding: 15px 25px; background: var(--primary); font-size:15px; color:#fff; font-weight: 600; transition: all .5s ease; white-space: nowrap;}
.calltoaction .btn:hover{background: #38a8db;}
.footer{background: var(--primary); color:#fff; padding: 60px 0;}
.footer .container{display: flex; justify-content: space-between; align-items: flex-start;}
.footer ul{margin: 0; padding: 0; list-style: none; padding-left: 45px;}
.footer ul li{margin: 0; padding: 0; list-style: none;}
.footer ul li a{color:#fff; text-decoration: none; padding: 10px 0 3px; display: block; font-family: 'Poppins', sans-serif; font-size:18px; line-height: 22px;}
.footer ul li a:hover{text-decoration: underline;}


.social-section ul{display: flex; justify-content: space-between; padding: 0;  padding-right: 0;}
.social-section ul li{ margin: 0; padding: 0;}
.social-section ul li a{margin: 0; padding: 0; width: 34px; height:34px; border-radius: 100%; background: #fff; display: flex; justify-content: center; align-items: center;}
.social-section ul li a:hover{background: #fff;}
.footer .button-panel .btn{background: #fff; color:var(--primary);  padding: 10px 20px;     white-space: nowrap; }
.footer .button-panel .btn:hover{background: #d2dee5;}
.social-section h2{color:#fff; font-size:20px; font-weight: 500; margin-bottom: 10px; padding-top: 10px;}
.footer .links-info, .footer .social-section{padding-bottom: 15px; height: 150px;}
.footer .links-info.noimg{background: none;}
.footer .social-section{padding-left: 45px;}
.flex-wrapper{display: flex; justify-content: space-between; align-items: center; width:100%; position: relative;}
.orange{background: #feb701;}
.orange-light{background: #FDB23B;}
.bluebg{background: var(--primary);}
.yellowbg{background: #feb72b;}
.bluebg-pattern{background:#fd9900;}
.banner-bg-2{background:#f7ce3c url("../images/home-based-therapy.png") no-repeat right top;}
.banner-bg-3{background:#f1b230 url("../images/banner-bg3.jpg") no-repeat right top; background-size:cover;}
.yellowdarkbg{background:#f9cc34 url("../images/banner-bg4.jpg") no-repeat right top; background-size:cover;}
.contactBg{background:#91cbe3 url("../images/contact-background-img.jpg") no-repeat left top; background-size:cover;}


.home-page-banner-new{background:#aa92d0 url("../images/home-page-banner2.jpg") no-repeat left top; background-size:cover;}



.contactBgSecond{background:#9da4e8 url("../images/contact-background.jpg") no-repeat left top; background-size:cover;}




.always-help{background:#91cbe3 url("../images/always-help-bg.jpg") no-repeat left top; background-size:cover;}


.referfriendBg{background:#91cbe3 url("../images/referal-form-banner.jpg") no-repeat right top; background-size:cover;}

.help-banner{background:#94D1FF url("../images/banner-puzzle.jpg") no-repeat right top; background-size:cover;}


.resource-banner{background:#94D1FF url("../images/resources-bg.jpg") no-repeat right top; background-size:cover;}

.banner-main .banner-image.hidedesktophomebanner{display: none;}



.banner-main{ padding: 0; height: 800px; overflow: hidden; display: flex;
  flex-direction: column; position: relative;}

.abaBanner{background:#f9cc34 url("../images/pigi-bank-img.jpg") no-repeat right top; background-size:cover;}
.insurance-banner{background:#fe8f02 url("../images/pigi-bank-bg.jpg") no-repeat right top; background-size:cover;}


.mission-content .hideDesktop{display: none;}

.mission-content h3.hideDesktop{display: none;}




.banner-main h1{font-size:36px;  font-family: 'Poppins', sans-serif; font-weight: normal; font-weight: 700; color:var(--primary); line-height: 42px; margin-bottom: 15px;}
.banner-main p{padding-right: 20px;}

.banner-main p.head-title{font-family: 'mindsetregular'; font-size:24px; color:#fff; margin-bottom: 15px;}


.centerbased.banner-main p{padding-right: 100px;}

.banner-main p.white_txt{color:#fff;  }
.banner-main p.white_txt.lg{font-family: 'mindsetregular'; font-size:24px; font-style:italic;  margin-bottom: 20px;}
.banner-main.resource-banner .banner.single_res_banner .flex-wrapper { position: initial; }
.banner-main .banner-text{ max-width: 500px; padding-left: 120px; position: relative; z-index: 1;}
.banner-main .banner-text .btn{background:rgba(255, 255, 255, 1); padding: 15px 20px; line-height: 20px; margin-top:30px;}
.banner-main .banner-text .btn:hover{background:rgba(255, 255, 255, .9);}

.banner-main .banner-image{display: flex; align-self: flex-end; margin-right:-80px; position: relative;}

.banner-main.resource-banner .banner-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%; 
}
.banner-thumbnail-mobile {
    display: none;
}
.banner-main .banner-text .button-panel{padding-top: 0!important;}

.img-responsive{max-width: 100%;}

.banner-main img{margin: 0; padding: 0; }
.banner-main .banner-text span.yellow{color:#f7cf3c; font-weight: 600;}
.banner-main.bluebg h1{color:#fff;  margin-bottom: 20px;}
.banner-main.bluebg p{color:#fff;}
.banner-main .banner{height:100%;}
.resource-banner.banner-main img {
    height: auto;
    object-fit: cover;
}
.banner.contact{height: 100%;}


.banner-bg-3 .mobimage{display: none;}



/*.banner-main .banner:before{content:""; position: absolute; left:0; top:0; width:100%; height: 100%; background: rgba(255, 255, 255, .8)}*/


.banner-main .banner .container, .banner-main .banner .flex-wrapper{height: 100%;}
.banner-main.resources-detail-page-banner { background: #a1ddff; }
.mission-content{padding: 100px 0; background: #f0edea  url("../images/child-img.jpg") no-repeat left bottom;}
.mission-content p{margin-bottom: 30px;}
.mission-content .title-section{display: block; text-align: center;}
.mission-content h2{font-size:36px; font-family: 'Poppins', sans-serif; margin-bottom: 40px; }
.mission-content h3{font-size:42px; margin-bottom: 40px; font-family: 'mindsetregular'; font-weight: normal;}
.mission-content h4{font-size: 20px; margin: 20px 0 0 0;}
.banner.contact .banner-image{position: relative; margin-left: -150px; margin-right:0;}
.banner.contact h1{font-size:57px; line-height: 60px;}
.mission-content .content{max-width: 850px; margin: 0 auto; display: block; text-align: center;}
.mission-content .content .hideDesktop{display: none;}
.mission-content .content .hideDesktop img{max-width: 100%;}
.mission-content .down-arrow {
    display: flex;
    justify-content: flex-end;
    position: relative;
    margin-bottom: -150px;
}
.how-we-helping{padding: 0 0 150px;}
.how-we-helping h3{font-size:70px; color:#F1673F; font-family: 'mindsetregular';}
.how-we-helping p{color:var(--primary); font-weight: 400; font-size:18px; line-height: 22px; }
.how-we-helping .col-list p{font-weight: 600;}
.how-we-helping .container{max-width: 900px; display: block; text-align: center;}
.time-clock{max-width: 1300px; margin: 0 auto;}
.time-clock img{margin-bottom: -100px;}
.how-we-helping .three-col-section{margin-top: 0;}
.how-we-helping .down-arrow{ margin: -80px 0 40px; display: flex; justify-content: flex-end;}
.testimonials-section .testi-list{padding-bottom: 20px;}
.testimonials-section .testi-list .button-panel{margin-top:10px;}
.what-client-saying-large{background:none;  display: block; text-align: left; padding: 80px 0 0;}

.what-client-saying-large.darkBlueColor{ background: var(--primary);}

.what-client-saying-large .testimonials-section {max-width: 590px;}
.what-client-saying-large .container{padding: 0;}
.what-client-saying-large h2{font-size:28px;color:#fff;}
.what-client-saying-large .testimonials-section h2{margin-top: 0;}
.what-client-saying-large .testimonials-section p, .what-client-saying-large .testimonials-section h4{color:#fff;}
.what-client-saying-large .image-section{display: flex; align-self: self-end;}
.slider-section{padding: 80px 0; position: relative;}
.slider-section .title-section{text-align: center; padding-bottom: 50px;}
.slider-item-list{display: flex; justify-content: space-between; padding: 100px 0; background: #f0edea; align-items: center; position: relative;}
.slider-item-list .text-content{width:50%; padding-left:20px; padding-right: 50px;}
.slider-item-list .image-panel{border:4px solid #F1673F; width:43%;}
.slider-item-list h2{font-size:28px; font-family: 'mindsetregular'; margin-bottom: 20px; font-weight: normal;}
.slider-item-list p{font-size:18px; margin-bottom: 20px;}
#testimonials-slider {
    padding: 0 80px 0 140px;
    background: #f0edea; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;
}

.owl-nav{position: static; }
.owl-nav .owl-prev{left:55px;  position: absolute; top:50%; transform:translateY(-50%)}
.owl-nav .owl-next{right:18px; position: absolute; top:50%; transform:translateY(-50%)}
.owl-nav .owl-prev.disabled, .owl-nav .owl-next.disabled{opacity: .5;}
.getstartedbanner{background: #f0edea  url("../images/big-heart-bg.jpg") no-repeat center center; background-size:cover; padding: 200px 0;}
.getstartedbanner h2{font-size:45px; line-height: 60px; font-family: 'mindsetregular'; font-weight: normal;}
.getstartedbanner .text-panel{max-width: 400px;padding-left: 100px;}
.getstartedbanner .btn{padding: 15px 20px; background: var(--primary); font-size:15px; color:#fff; font-weight: 600; margin-top:20px;}
.getstartedbanner .btn:hover{background: #38a8db; color:#fff;}
.aba-experience{padding: 100px 0;}
.aba-experience h2{font-size:26px; display: block; text-align: center; margin-bottom: 20px; }
.aba-experience .col-list{padding: 0; width:31.5%; margin-top:40px}
.aba-experience .col-list .internal{  text-align: center; margin: 0 10px; padding-bottom: 40px;}
.aba-experience .col-list .internal .image-panel img{width:100px; margin-top:25px;}
.aba-experience .col-list{position: relative;}
.aba-experience .col-list #yellowBorder1, .aba-experience .col-list #yellowBorder2, .aba-experience .col-list #yellowBorder3 { width:100%; height:100%; position: absolute; left:0; top:0; z-index: -1;  padding-bottom:90%;}
.aba-experience .customize-col{justify-content: center;}
.aba-experience .customize-col .col-list{padding: 0; width:33%; margin: 40px 20px 0;}


.aba-experience .three-col-section h2{font-family: 'mindsetregular';  font-size: 18px; font-weight: normal;}


.st0{fill:#FFFFFF;}
.st1{fill:#F1673F;}
.aba-experience .three-col-section{ margin: 0; }
.aba-experience .three-col-section .image-panel img {margin-bottom: 20px;}
.aba-experience h2{font-size:21px; font-weight: 700; color:var(--primary); }
.aba-experience h2.large{font-size:36px; font-weight: 700; color:var(--primary);}


.aba-experience p{font-size:16px; padding: 0 40px;}
.aba-experience .learnmore{ margin-top:20px;}
.aba-experience .learnmore a{font-size:16px; font-weight: 700; font-family: 'Poppins', sans-serif;  display: flex; align-items: center; justify-content: center;} 
.aba-experience .learnmore img{margin-left: 10px;}
.aba-experience .learnmore a{text-decoration: none; color:var(--primary); padding: 10px 0 0;}
.aba-experience .learnmore a:hover{color:#38A8DB;}
.child-struggle h2{ margin-bottom: 0; min-height: 55px;}
.child-struggle p{font-size:16px; padding: 0 20px;}
.child-struggle .text-content{max-width: 900px; margin: 0 auto;}
.child-struggle .text-content p{padding: 60px 0 0 0; font-weight: 700; font-size:22px;}
.aba-list-section{display: block;  padding: 100px 0;  }
.aba-list-section .title-section h2{font-size:30px;  padding: 0 20px; text-transform: inherit; }
.aba-list-section .title-section{display: block; text-align: center; margin-bottom: 60px;}
.aba-list-section .title-section p{font-size:16px;}
.aba-list-section .aba-list-panel{display: flex; justify-content: space-between; align-items: center;}
.aba-list-section .aba-list-panel .text-content{padding-left: 40px;}
.aba-list-section .aba-list-panel{max-width: 930px; margin: 0 auto;}
.aba-list-section .aba-list-panel.reverse{flex-direction:row-reverse;}
.aba-list-section .aba-list-panel.reverse  .text-content{padding-left: 0; padding-right: 40px;}
.aba-list-section .aba-list-panel .text-content h2{font-size:18px; font-weight: 700; margin-bottom: 10px; color:var(--primary);}
.aba-list-section .aba-list-panel .text-content p{font-size:16px; font-weight: 400; color:var(--primary);}
.read-faq-section{background: #fdc441; padding: 0; position: relative; overflow: hidden;}
.read-faq-section .container{max-width: 1000px; margin: 0 auto;}
.read-faq-section .image-section {
    display: flex;
    align-self: self-end;
    margin-top:80px;
}
.read-faq-section .info-section {
    padding: 100px 0 100px 100px;
}
.read-faq-section h2{font-size:42px; font-family: 'mindsetregular'; margin-bottom: 30px; font-weight: normal;}
.read-faq-section p{font-size:18px; margin-bottom: 10px;}
.read-faq-section .button-panel .btn{background: rgba(255, 255, 255, .8); padding: 15px 20px;}
.read-faq-section .button-panel .btn:hover{background: #fff;}
.our-process{display: block; padding: 100px 0; background:#f0edea; }
.our-process .title-section{display: block; text-align: center;}
.our-process .title-section h2{}
.our-process .title-section p{}
.home-based-therapy{background: var(--primary); padding: 80px 0;}
.home-based-therapy .container{max-width: 1100px;}
.home-based-therapy .home-list-panel{display: flex; justify-content: space-between; align-items: center; margin-bottom: 80px;}
.home-based-therapy .home-list-panel.reverse{flex-direction: row-reverse;}
.home-based-therapy .home-list-panel .image-panel{width:50%; padding-right:5%; display: flex; align-self: flex-start;}
.home-based-therapy .home-list-panel.reverse .image-panel{padding: 0;   }
.home-based-therapy .home-list-panel .image-panel img{max-width: 100%;}
.home-based-therapy .home-list-panel .text-content{width:45%;}
.home-based-therapy h2{font-size:42px; font-family: 'mindsetregular';color:#fff; margin-bottom: 40px;  line-height: 50px; font-weight: normal;}
.home-based-therapy p{font-weight: 18px; color:#fff; padding-right: 40px;}
.home-based-therapy .btn{padding: 10px 20px; background: #fff; font-size:15px; margin-top:30px;}
.home-based-therapy .btn:hover{background:#F1673F; color:#fff;}  
.get-started-section-2{background: #ccc;padding: 60px 0 0; background: rgb(209,204,200);
background: linear-gradient(94deg, rgba(209,204,200,1) 0%, rgba(255,255,255,1) 100%); padding: 30px 0 0; color:var(--primary); overflow: hidden;}
.get-started-section-2 .container{max-width: 1120px;}
.get-started-section-2.reverse .flex-wrapper{flex-direction: row-reverse;}
.get-started-section-2 h2{font-size:42px; font-family: 'mindsetregular'; font-weight: normal; }
.get-started-section-2 .btn{background: #fff; padding: 10px 20px; margin-top: 30px;}
.get-started-section-2 .btn:hover{background:var(--primary); color:#fff;}
.get-started-section-2.reverse .flex-wrapper .image-section{display: flex; align-self: flex-end;}
.play-peers-program{display: block; text-align: center; padding: 60px 0;}
.play-peers-program h2{font-size:42px; font-family: 'mindsetregular'; text-transform: inherit; line-height: 50px;  }
.play-peers-program .three-col-section{display: flex; flex-wrap: wrap;}
.play-peers-program .three-col-section .col-list {
    padding: 0 20px; width:30%; margin-bottom: 20px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;
}
.play-peers-program .three-col-section .col-list img{margin-bottom:10px;}
.play-peers-program .three-col-section .col-list h2{font-size:26px; font-family: 'mindsetregular'; text-transform: inherit; line-height: 27px; }
.safe-space-meets{padding: 0 0 80px; background: #38a8db; display: block; text-align: center; color:#fff;}
.safe-space-meets .two-col-section{padding: 40px 0 20px;}
.safe-space-meets h2{color:#fff;}
.safe-space-meets p{color:#fff; padding: 0 20px;}
.safe-space-meets .two-col-section img{border:4px solid #f7ce3c;}
.safe-space-meets .container {max-width: 1190px;}
.safe-space-meets .arrow-bottom{display: flex; justify-content: flex-end; }
.safe-space-meets .arrow-bottom img{position: relative; margin-top:-80px;}
.supportive-envoirment{padding: 80px 0; display: block; text-align: center;}
.supportive-envoirment h2{font-size:42px; font-family: 'mindsetregular'; text-transform: inherit; line-height: 50px;  margin-bottom: 40px;}
ul.flex-col-list{display: flex; justify-content: space-between; margin:40px 0 0 0;}
.your-place-section{padding: 80px 0 0; display: block;  background: #f0edea;}
.your-place-section .two-col-section .image-panel{width:45%; margin-right: 20px;}
.your-place-section .two-col-section .text-panel{width:50%;}




.your-place-section .title-section{display: block; text-align: center;}
.your-place-section  h3{font-size:26px; font-family: 'mindsetregular'; text-transform: inherit; line-height: 27px;  margin: 30px 0 20px;}
.your-place-section  p{padding-right: 40px;}
.your-place-section  .image-panel img{margin-top: 20px; max-width: 100%;}
.get-started-section-3 { background: #ffcc54; display: block; text-align: center; padding: 100px 0;}
.get-started-section-3 .container{max-width: 1040px;}
.get-started-section-3 h2{font-size:42px; font-family: 'mindsetregular'; text-transform: inherit; line-height: 50px;  margin-bottom: 40px; text-align: center; display: flex; justify-content: space-around; align-items: flex-start;}
.get-started-section-3 h2 span{display: block; margin: 40px -80px 0;}
.get-started-section-3 .flex-section{display: flex; justify-content: space-around; align-items: flex-end; margin-top:-40px;}
.get-started-section-3 .button-list{display: flex; }
.remoate-resources {background: yellow;}
.get-started-section-3 .btn{padding: 10px 20px; background: #fff; margin: 0 20px;}
.get-started-section-3 .btn:hover{background: var(--primary); color:#fff;}
.telehealth-section{display: block; position: relative;}
.telehealth-section.pt60{ padding: 60px 0 0;}
.telehealth-section.yellow{background: #ffcc54;}
.telehealth-section.darkorange{background: #F1673F;}
.telehealth-section.darkorange h2, .telehealth-section.darkorange p{color:#fff;}



.telehealth-section.greybg{background: #efece9; position: relative; overflow: hidden;}
.telehealth-section .telehealth-list{display: flex; justify-content: space-between; align-items: center;}
.telehealth-section.reverse .telehealth-list{flex-direction: row-reverse;}
.telehealth-section .telehealth-list .text-content{max-width: 452px;}
.telehealth-section.reverse .telehealth-list .text-content{padding-left: 120px;}
.telehealth-section .telehealth-list .image-panel{align-self: flex-end; display: flex;}
.telehealth-section .telehealth-list h2{ font-size:36px; margin-bottom: 30px; font-weight: bold;}
.telehealth-section .telehealth-list p{margin-bottom: 20px; padding-right: 60px;}
.get-started-section-center{padding: 80px 0; display: block; text-align: center;}
.get-started-section-center h2{font-size:42px; font-family: 'mindsetregular'; text-transform: inherit; line-height: 50px;  margin-bottom: 40px; text-align: center; display: flex; justify-content: space-around; align-items: flex-start; font-weight: normal;}
.get-started-section-center .flex-wrapper{display: flex; justify-content: center;}
.get-started-section-center .btn{background:var(--primary); color:#fff; padding: 10px 20px; }
.get-started-section-center .btn:hover{background:#38a8db; color:#fff;}

.get-started-section-center .button-panel{display: flex; justify-content: center;}
.deskjob-content{padding: 100px 0 40px;}
.deskjob-content p{margin-bottom: 30px;}
.deskjob-content .title-section{display: block; text-align: center;}
.deskjob-content h2{font-size:36px; font-family: 'Poppins', sans-serif; margin-bottom: 40px; font-weight: bold;}
.deskjob-content h3{font-size:42px; margin-bottom: 0; font-family: 'mindsetregular'; font-weight: normal;}
.deskjob-content h4{font-size: 20px; margin: 20px 0 0 0;}
.deskjob-content .content{max-width: 850px; margin: 0 auto; display: block; text-align: center;}
.deskjob-content .down-arrow {
    display: flex;
    justify-content: flex-end;
    position: relative;
    margin-bottom: -150px;
    z-index: 1;
}
.deskjob-content .flex-content{display: flex; justify-content: center; align-items: flex-end; margin:40px 0 40px;}
.whats-important{padding: 100px 0; background: var(--primary); position: relative; }
.deskjob-content .down-arrow {
    display: flex;
    justify-content: flex-end;
    position: relative;
    margin-bottom: -150px;
    z-index: 1;
}

.whats-important h2{font-size:46px; display: block; text-align: center;  text-transform: uppercase; color: #fff;}
.whats-important .title-section h4{font-size:22px; display: block; text-align: center; margin: 40px 0; text-transform: uppercase; color: #fff;}
.whats-important .title-section p{color:#fff; text-align: center; padding: 0 40px;}
.whats-important .col-list{padding: 0; width:20%; margin-top:40px}
.whats-important .col-list .internal{  text-align: center; margin: 0 10px; padding-bottom: 40px; position: relative; z-index: 1;}
.whats-important .col-list .internal .image-panel img{width:100px; margin-top:25px;}
.whats-important .col-list{position: relative;}
.whats-important .col-list #yellowBorder1, .whats-important .col-list #yellowBorder2, .whats-important .col-list #yellowBorder3 { width:100%; height:100%; position: absolute; left:0; top:0;   padding-bottom:90%;}
.four-col-section{display: flex; justify-content: space-between; margin: 80px 0 0 0; position: relative;}
.whats-important .four-col-section{margin:0;}
.four-col-section h3{font-family: 'mindsetregular'; font-size:24px;  margin-bottom: 15px; line-height: 30px; font-weight: normal;}
.four-col-section .image-panel img{margin-bottom: 20px;}
.four-col-section h3 span{font-style: italic; font-weight: 700;}
.four-col-section .col-list{padding: 0 20px; box-shadow: border-box; -webkit-box-shadow: border-box; -moz-box-shadow: border-box;}




.help-children{background: #583f80 url("../images/help-main-bg.jpg") no-repeat left bottom; background-size:cover;  padding: 100px 0;}


.help-children h2{font-size:36px; line-height: 46px; font-weight: 700; max-width: 800px; margin: 0 auto; text-align: center; color:#fff; text-transform: inherit;}

.help-children .flex-container{display: flex; justify-content: flex-end;  }

.help-children .flex-container .text-content{max-width: 600px; margin:100px 0 40px;}

.help-children h4{font-size:26px; font-family: 'mindsetregular'; text-transform: inherit; line-height: 32px;  color: #fff; margin: 0 0 20px 0; font-weight: normal;}

.help-children p{ color: #fff;}
.help-children .listing{margin: 0 0 60px 0;}


.testimonials-double{background: #F1673F; padding: 60px 0;}


.testimonials-double .flex-container{display: flex; justify-content: space-between; align-items: center;}


.resource-banner .mobile-resource-img{display: none;}




.testimonials-double .testimonials-list{width:80%; }

.slider-text-list p {font-style: italic; padding-right:20px; color:#fff;}

.slider-text-list p.name{margin-top:30px;}

.process-diagram{margin-top:70px;}

.sticky-fixed{position: fixed; top:0; z-index: 99; background:var(--primary);}

.sticky-fixed .logo img{height:34px; }
.sticky-fixed .logo svg {
    height: 38px;
    margin: 5px 0;
    width:auto;
}

.sticky-fixed .main-nav {
    margin:10px 0;
}

.sticky-fixed.full-navigation {
    padding: 0;
}



.header .navigation-section, .header .nav{padding: 0;}



.full-navigation{width:100%; padding: 10px 0;position: relative; z-index: 2;}

.fixed-nav-space{display: none;}


.helpMobile{display: none;}




.time-clock
{	animation: floating_plane 3s ease-in-out infinite;
	-webkit-animation: floating_plane 3s ease-in-out infinite;
	
}

@keyframes floating_plane {
    from { transform: translate(0,  0px); }
    65%  { transform: translate(0, 25px); }
    to   { transform: translate(0, -0px); }    
}
@-webkit-keyframes floating_plane {
    from { transform: translate(0,  0px); }
    65%  { transform: translate(0, 25px); }
    to   { transform: translate(0, -0px); }    
}


.contact-section label.error {
    font-size: 12px;
    color: red;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
}

.success_message,
.dynamic {
    background: #000;
    padding: 10px 20px;
    display: none;
}

.success_message{
    margin: 10px 0 0 0;
  width: 100%;
  text-align: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.success_message h5,
.dynamic h5 {
    padding: 0;
    margin: 0;
        color: #fff;
    font-family: 'Poppins', sans-serif;
}

.contact-section input.error{border-color:red;}
.contact-content .container{max-width: 1050px;}
.contact-content{padding: 120px 0; background: #efedea;}
.contact-content .content{display: flex; justify-content: space-between;}
.contact-content {font-size:18px;}
.contact-content .left-content{width:40%}
.contact-content .right-content{width:400px;}
.contact-content .left-content p{margin-bottom: 20px;}
.contact-content .left-content a{text-decoration: none; color:var(--primary);}
.contact-content .left-content a:hover{text-decoration: underline;}
.contact-content .internal{}
.contact-content .form-group{display: block; width:100%; margin-bottom: 15px;}
.contact-content input, .contact-content textarea{width:100%; border:1px solid var(--primary);}
.contact-content .form-group input, .contact-content .form-group textarea{display: block; padding: 10px; box-sizing: border-box;  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; font-family: 'Poppins', sans-serif; background:none; font-size:16px; -webkit-appearance:none; outline: none;}


.contact-content .form-group select{display: block; padding: 10px; box-sizing: border-box;  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; font-family: 'Poppins', sans-serif; background:none; font-size:16px; width:100%; color:var(--primary); -webkit-appearance:none; outline: none; border: 1px solid var(--primary);}

.contact-content .form-group select{background: url("../images/arrow-down-form2.png") no-repeat center right; }






.contact-content .form-group textarea{height:150px;  color:var(--primary);}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: var(--primary); font-family: 'Poppins', sans-serif;
}
::-moz-placeholder { /* Firefox 19+ */
  color: var(--primary); font-family: 'Poppins', sans-serif;
}
:-ms-input-placeholder { /* IE 10+ */
  color: var(--primary); font-family: 'Poppins', sans-serif;
}
:-moz-placeholder { /* Firefox 18- */
  color: var(--primary); font-family: 'Poppins', sans-serif;
}

.hour-operation{padding: 20px 0;}

.hour-operation h2{margin-bottom: 15px; font-size: 20px; line-height: 28px;}

.hour-operation ul, .hour-operation ul li{margin: 0; padding: 0; list-style:none;}

.hour-operation ul li {font-family: 'Poppins', sans-serif; font-size:16px; margin-bottom: 10px;}
.hour-operation ul li span{font-weight: 500;}

.contact-content .btn{background: var(--primary); color:#fff; border:0; cursor: pointer; margin-top: 20px;}

.contact-info-mob{display: none;}

.faqbanner{background:#692fa8 url("../images/faq-banner-img.png") no-repeat center top; background-size:cover;}

.faqbanner .banner-text {
    max-width: 100%;
    display: block;
    width: 100%;
}
.faqbanner .banner-text  h1{font-size:46px;}
.faqbanner .banner-text  p{font-size:18px;}

.faqbanner h1, .faqbanner p{color:#fff;}



.referfamily{background:#fd8c00 url("../images/refer-family-banner-img-desktop.jpg") no-repeat center top; background-size:cover;}
.referfamily h1{color:var(--primary);}



.alwayshere{background:var(--primary) url("../images/GBA-get-aba-services-banner-img.jpg") no-repeat center top; background-size:cover;}
.alwayshere h1{color:var(--primary);}



ul.accordion-list {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  list-style: none;

}
ul.accordion-list li {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 20px 0 10px;
  margin: 0 auto 15px auto;
  border: 1px solid #eee;
  border-radius: 5px;
  cursor: pointer;
   background: url("../images/borderlinefaq.png") no-repeat left bottom;
}
ul.accordion-list li.active h2:after {
  transform: rotate(45deg);
}
ul.accordion-list li h2 {
  font-weight: 700;
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 0 0 0 0;
  margin: 0;
  font-size: 18px;
  letter-spacing: 0.01em;
  cursor: pointer;
  margin-bottom: 30px;
  line-height: 26px;

}

ul.accordion-list li h2 span{display: block; padding-right: 100px;}
ul.accordion-list li h2:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    color: #Fcc110;
    transition: all 0.3s ease-in-out;
    font-size: 18px;
    background: url(../images/accordian-arrow.svg) no-repeat right center;
    width: 50px;
    height: 36px;
}
ul.accordion-list li div.answer {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
ul.accordion-list li div.answer p {
  position: relative;
  display: block;
  font-weight: 300;
  padding: 10px 0 0 0;
  cursor: pointer;
  line-height: 150%;
  margin: 0 0 15px 0;
  font-size: 16px;
}




.logocb{fill:#FFFFFF;}

.header.faqbanner .logocb{fill:var(--primary);}

.header.faqbanner .sticky-fixed .logocb{fill:#fff;}


.header.faqbanner .sticky-fixed .nav li a {
    color: #fff;
}

.header .sticky-fixed .nav li.fill-button  a:hover {
    background: #fff; color: var(--primary);
}


.header.faqbanner .sticky-fixed .nav li.fill-button a {
    color: var(--primary);
}



.faq-ask-us{background:#ec7a17 url(../images/faq-img-2.jpg) no-repeat right top;}
.faq-ask-us h2 {
    font-size: 42px;
   font-family: 'mindsetregular';
    font-weight: normal;
    margin-bottom: 40px;
}


.faq-ask-us .flex-wrapper{padding: 100px 0;}


.faq-ask-us .image-section{display: none;}

.faq-ask-us .btn{background: #fff; color:var(--primary); margin-top:40px;}


.mission-content.aba-covered{background: none; background: #f0edea; padding: 100px 0; }

.aba-covered .button-panel{justify-content: center;}

.aba-covered .btn{background: #fff; display: flex; justify-content: center;}

.aba-covered .btn:hover{background: var(--primary); color:#fff;}



.your-paperwork {
    background: none;
    background: #ffe35d;
    display: block;
    padding: 40px 0;
}

.your-paperwork h2 {
    font-size:42px;
    font-weight: 500;
    font-family: 'mindsetregular';
    color: var(--primary);
    margin: 40px 0 20px 0;
    text-align: left;
}

.your-paperwork p{color: var(--primary);}


.your-paperwork .btn{background: #fff; display: flex; justify-content: center;}
.your-paperwork .btn:hover{background: var(--primary); color:#fff;}
.your-paperwork .testimonials-section{max-width: 500px;}



ul.insurance_logo {
    margin: 20px 0 0 0; display: flex; justify-content: center; flex-wrap:wrap;
}


ul.insurance_logo, ul.insurance_logo li {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.insurance_logo li {
    display: inline-block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: 15px 15px 20px;
    position: relative;
}



ul.insurance_logo li img {
    vertical-align: top;
    max-width: 100%;
    width:100%;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 10%);
     -moz-box-shadow: 0 0 10px rgb(0 0 0 / 10%); 
}


ul.insurance_logo li .title{
    padding: 20px 0;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    color:var(--primary);
}

ul.insurance_logo li a{text-decoration: none;}



ul.insurance_logo li:hover img{
    
   box-shadow: 0 0 20px rgb(0 0 0 / 15%);
    -webkit-box-shadow: 0 0 20px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0 0 20px rgb(0 0 0 / 15%); 
    
}

ul.insurance_logo li:hover a{text-decoration: underline;}


.insurance-providers{display: block; padding: 100px 0;}


.insurance-providers h2{font-size:36px; display: block; text-align: center; color:var(--primary); margin-bottom: 80px; line-height: 42px;}

ul.insurance_logo li.hide-mob a{cursor: default;}




.help-child{padding: 100px 0; display: block;}
.help-child .container{max-width: 1100px;}

.help-child .col-list .image-panel img{width:100%; border:5px solid transparent;}

.help-child .col-list .image-panel img:hover{ border:5px solid rgba(255,201,77, 1);}

.help-banner .banner-text p{max-width: 430px;}

.help-child .share-links{display: flex; justify-content: space-around; margin:15px 0 0 0;}
.help-child .share-links a{position: relative; transition: all .5s ease;}
.help-child .share-links > a{width: 100%;}

.help-child .share-links a .sthelp{fill:var(--primary);}
.help-child .share-links li svg{transition: all .5s ease;}
.help-child .share-links li.download:hover svg{transform:rotate(45deg);}

.help-child .share-links li span{box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none;}

.help-child .share-links a:hover .sthelp{fill:#37A8DA;}

.help-child .share-links a span{font-size:16px; font-weight: 600; font-family: 'Poppins', sans-serif; color:#F1673F; position:absolute; display: none; bottom:20px;     bottom: -23px;
    text-align: center;
    width: 100%;}

.help-child .share-links a:hover span{display: block;}

.help-child .flex-wrapper{flex-wrap:wrap;}




.help-child .flex-wrapper .col-list{margin-bottom: 90px;}


.help-banner .banner-img-help img{max-width: 100%; width:100%;}

.child-banner-img{display: none;}

.banner-image.relsection{position: relative;}
.banner-image.relsection .icon-graphics {
    position: absolute;
    top: 42%;
    left: 45%;
    z-index: 1;
}
.banner-image.relsection .icon-graphics img{height:117px;}


.banner-image.relsection .image-panel {
    display: flex;
    align-items: flex-end;
}


.header .nav li{position: relative;}





ul.dropdown {
    position: absolute;
    left: 0;
    top: 100%;
    background: #F1673F;
    width: 300px;
    z-index: 2;
    display: none;
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0 0 10px rgb(0 0 0 / 15%);
}

.header .nav li:hover ul.dropdown{display: block;}
.header .nav ul.dropdown li a:hover:before{display: none;}

.header .nav ul.dropdown li a {
    font-size: 14px;
    position: relative;
    line-height: 20px;
    padding: 15px 20px;
    display: block;
    font-weight: 300;

}

.header .nav ul.dropdown li a:hover{background: #41275F;}


.toogleMenu{display: none;}
.process-diagram-mob{display: none;}

.bottom-fotter {
    background: #F1673F;
    display: inline-block;
    width: 100%;
    padding: 18px 0 15px;
    font-family: 'Poppins', sans-serif;
}
    
.copyright {
    display: inline-block;
    width: auto;
    color: #fff;
    font-size: 12px;
}
    
.privacy-polcy {
    float: right;
    width: auto;
}
    
.privacy-polcy ul {
    display: inline-block;
    width: auto;
    padding: 0;
    margin-bottom: 0;
}
    
.privacy-polcy ul li {
    display: inline-block;
    margin: 0 5px 5px;
    border-right: 1px solid #fff;
    padding-right: 15px;
    line-height: 15px;
}
    
.privacy-polcy ul li:last-child {
    border-right: none;
}    
    
.privacy-polcy ul li strong {
    font-weight: 300;
    color: #fff;
}    

.privacy-polcy ul li a {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}

.privacy-polcy ul li a:hover{text-decoration: underline;}

ul.insurance_logo li img.noshadow{box-shadow: none;  -webkit-box-shadow: none; -moz-box-shadow: none;}




.delayedPopup {
    display: none;
    position: fixed;
    padding: 20px 30px 30px;
    text-align: center;
    width: 100%;
    max-width: 450px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    background-color: #fff;
    z-index: 999999;
    border-radius: 0;
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
}


.delayedPopup h2{font-size:28px;  margin-bottom: 30px; text-align: left;}
        
.delayedPopup p{font-size:13px;  margin-bottom: 15px; display: block;}        
        
.delayedPopup p span{font-weight: bold; }        
        
.delayedPopup h2 {
    margin: 0;
    padding: 0;
    color: var(--primary);
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 20px;
}



.delayedPopup .btn {
    color: #fff;
    border: none;
    cursor: pointer;
    margin-top: 10px;
    text-decoration: none;
}
      
        
        

.backgroundOverlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    background: rgba(0,0,0,.7);
    z-index: 99999;
    display: none;
}

.delayedPopup .button-panel {
    display: flex;
    margin-top:10px;
    justify-content: center;
}

#btnClose {
    position: absolute;
    right: -10px;
    top: -10px;
    color: #ff9064;
    font-size: 25px;
    opacity: 1;
    border: 1px solid #ccc;
    border-radius: 100%;
    padding: 11px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    background: #fff;
}

#btnClose img{max-width: 100%;}

#btnClose:hover{opacity: 1;}

h4.footer-head {
    color: #fff;
    margin-top: 19px;
    font-weight: 700;
    font-size: 18px;
}



.contact-content.request-location-section {
    padding: 0;
    background: none;
    text-align: left;
}


.contact-content.request-location-section label.error {
    font-size: 12px;
    color: red;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
}

.contact-content.request-location-section input.error {
    border-color: red;
}

.hour-operation .day_txt {
    margin-top: 20px;
    display: block;
}


.careers-banner{background: #5aceee url(../images/career-banner-bg.jpg) repeat-x right top;}

.your-careers{padding: 80px 0; display: block; text-align: center; background: #f0edea;}

.your-careers h2{margin-bottom: 20px;}

.career_content_jazz{padding-top: 40px;}


.careers-banner .white_txt{color:#fff;}

.mission-content.aba-covered.careers-content{background: none;}
.sharetastic__sprite {
    position: absolute;
}    
.sharetastic > a {
    border: 1px solid var(--primary);
    padding: 0;
    display: inline-block;
    border-radius: 100%;
    margin: 6px 8px;
    color:var(--primary);
    transition: all .5s ease;
    width: 35px;
    height: 35px;
    line-height: 35px;
}
    .sharetastic > a svg{fill:var(--primary)}
    
    .sharetastic > a:hover{background: var(--primary)}   
    .sharetastic > a:hover svg{fill:#fff}
    
    .help-child .share-links a:hover span {
    background: #fff;
    
}

#resumator-job-frame{margin-top: 60px;}
.loader-body {
	 -webkit-font-smoothing: antialiased;
	 text-rendering: optimizeLegibility;
	 -webkit-user-select: none;
	 background: #e8e5df;
	 overflow: hidden;
	 position: fixed;
	 height: 100%;
	 width: 100%;
	 top: 0;
	 left: 0;
	 z-index: 999;
}
 .loader-body * {
	 -webkit-transition: all 0.3s;
	 -moz-transition: all 0.3s;
	 -o-transition: all 0.3s;
	 transition: all 0.3s;
}
 .loader-body .vertical-centered-box {
	 position: absolute;
	 width: 100%;
	 height: 100%;
	 text-align: center;
}
 .loader-body .vertical-centered-box:after {
	 content: '';
	 display: inline-block;
	 height: 100%;
	 vertical-align: middle;
	 margin-right: -0.25em;
}
 .loader-body .vertical-centered-box .content {
	 -webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
	 box-sizing: border-box;
	 display: inline-block;
	 vertical-align: middle;
	 text-align: left;
	 font-size: 0;
}
 .loader-body .vertical-centered-box .content svg {
	 display: block;
}
 .loader-body .loader-circle {
	 position: absolute;
	 left: 50%;
	 top: 50%;
	 width: 120px;
	 height: 120px;
	 border-radius: 50%;
	 box-shadow: inset 0 0 0 4px rgba(148, 204, 227, 0.25);
	 margin-left: -60px;
	 margin-top: -60px;
}
.loader-body .loader-line-mask {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 60px;
    height: 120px;
    margin-left: -60px;
    margin-top: -60px;
    overflow: hidden;
    -webkit-transform-origin: 60px 60px;
    transform-origin: 60px 60px;
    -webkit-mask-image: -webkit-linear-gradient(top, #000000, rgba(0, 0, 0, 0));
    mask-image: -webkit-linear-gradient(top, #000000, rgba(0, 0, 0, 0));
    -webkit-animation: rotate 1.2s infinite linear;
    animation: rotate 1.2s infinite linear;
}
 .loader-body .loader-line-mask .loader-line {
	 width: 120px;
	 height: 120px;
	 border-radius: 50%;
	 box-shadow: inset 0 0 0 4px rgba(56, 168, 219, 0.5);
}

.contact-section h2{margin-bottom: 30px;}



.center-based-aba-banner .banner-text{padding-left: 0;}


.sharetastic.sharetastic--initialized {
    min-width: 55px;
    display: block;
    background: #ffff;
    padding: 5px 0;
}


#testimonials-double-slider .owl-nav .owl-prev{left:0;}

.banner-main .banner-text span.title {
    display: inline-block;
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 35px;
    font-family: 'mindsetregular';
    font-weight: normal;
    color:#F1673F;
}



.banner-main .banner-text  span.white_txt_banner{color:#fff;}








.banner-main.contactBg{height:500px;}

.banner-main.contactBg img{height:550px;z-index: 1;}

ul.contactinfo {
    margin-bottom: 20px;
    display: block;
    clear: both;
}
ul.contactinfo li {
    position: relative;
    padding-left: 36px;
    margin-bottom: 20px;
}
ul.contactinfo li img{position: absolute; left:0; }

.how-we-helping h3 .countText {
    font-size: 42px;
    font-weight: normal;
}



 @-webkit-keyframes rotate {
	 0% {
		 -webkit-transform: rotate(0deg);
	}
	 100% {
		 -webkit-transform: rotate(360deg);
	}
}
 @-moz-keyframes rotate {
	 0% {
		 -moz-transform: rotate(0deg);
	}
	 100% {
		 -moz-transform: rotate(360deg);
	}
}
 @-o-keyframes rotate {
	 0% {
		 -o-transform: rotate(0deg);
	}
	 100% {
		 -o-transform: rotate(360deg);
	}
}
 @keyframes rotate {
	 0% {
		 -webkit-transform: rotate(0deg);
		 -moz-transform: rotate(0deg);
		 -ms-transform: rotate(0deg);
		 transform: rotate(0deg);
	}
	 100% {
		 -webkit-transform: rotate(360deg);
		 -moz-transform: rotate(360deg);
		 -ms-transform: rotate(360deg);
		 transform: rotate(360deg);
	}
}
 

    


#resource_tabs {
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    
}    
.resrc_sidebar  .share_items li.social-icons a span.icons{
    display:none;
}
.resrc_sidebar  .share_items li.social-icons a:hover span.icons{
    display:block;
}
.resrc_sidebar  .share_items li.social-icons a:hover img{
    display:none;
}


ul.banner-bullet-list{list-style: none; margin-top:20px; margin-left:10px;}

ul.banner-bullet-list li{list-style: none; position: relative; display: block; margin:0 0 15px 0; color:var(--primary); padding-left: 20px; font-size:18px; line-height: 24px; text-align: left;}

ul.banner-bullet-list li:before{content:url("../images/star-bullet-2.svg"); position: absolute; left:0; top:2px; width:12px;  height: 12px; border-radius: 100%; }



.full-navigation.sticky-fixed{position: fixed; top:0; width:100%;}

.footer .logo-section{ margin: 0 40px 0 0;}
.footer ul {padding: 0 20px 0 20px;}
.social-section ul{padding: 0;}
.footer .social-section {padding-left: 20px;}
.seprator-section{display: flex; align-self: center; justify-content: center;}
.social-section ul li{margin: 0 8px 0 0;}
.ace-logo {margin: 0 0 0 40px;display: flex;align-self: center;} 
.ace-logo img{max-width: 100%;}


.banner-main .mobile-referfamily-img{display: none;}

 .partner {
    font-size: 14px;font-weight: 600;background: #F1673F; position: absolute;
    left: 0;
    top: 0;
    padding: 5px 15px;
    color: #fff;
    border-bottom-right-radius: 15px;
}

 



  .katie-beckett-medicaid{padding: 100px 0; background: #f0edea;}
    .katie-beckett-medicaid .title-section{text-align: center;}
    .katie-beckett-medicaid .image-panel-logo{margin: 10px 0 0 0;}
    .katie-beckett-medicaid h2 {
    font-size: 36px;
    display: block;
    text-align: center;
    color: var(--primary);
    margin-bottom: 60px;
    line-height: 42px;
}
  
    .medicaid-program p{margin-bottom: 30px; padding: 0 80px; }
    .download-section {
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
        -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
        transition: all .5s ease;
}
    .download-section:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .4);
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
        -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
}

.medicaid-program .download-section img{max-width:100%;}
    .medicaid-program .download-section a{background: #6e3c91; color:#fff; display: block; text-decoration: none;}
    .medicaid-program .download-section span{ padding: 20px 20px; font-family: 'Poppins', sans-serif;}
    .medicaid-program .flex-sections{display: flex; justify-content: center;}
    .download-section{text-align: center; margin: 20px;}
    .download-section span{display: block;}
    .medicaid-program .additional-info{ margin: 40px 0 0 0;}
   .medicaid-program .additional-info p b {
    font-weight: 600;
    display: block;
    font-size: 32px;
    margin-top: 20px;
}
    
    .medicaid-program .download-section a:hover{text-decoration: underline;}
    .medicaid-program .additional-info p a{color:#e84813; text-decoration: none; font-family: 'Poppins', sans-serif;}   
    .medicaid-program .additional-info p a:hover{text-decoration: underline;}

.katie-beckett-medicaid h2.flex-v-center {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 333px;
    margin: 0 auto;
    background: #ececec;
    padding: 10px 20px;
    margin-bottom: 30px;
    border: 3px solid #fff;
     font-size: 28px;
     line-height: 31px;
    text-align: left;
}

.katie-beckett-medicaid .image-panel-logo img {
    height: 100px;
    margin-right: 14px;
}

.footer .links-info ul li a{font-size:16px; padding: 0 0 10px 0}
.social-section h2{padding-top: 0;}
.footer .links-info, .footer .social-section{height: auto;}
.seprator-section, .ace-logo{align-self: flex-start;}
.footer {padding: 60px 0 30px;}

.resource_tabs h2 {
    font-size: 24px;
    margin: 0 0 20px 0;
}


 #resource_tabs {
        display: flex;
        column-gap: 40px;
        row-gap: 40px;
    }
    #resource_tabs .resource_tabs {
        /*display: none;*/
        flex-wrap: wrap;
        column-gap: 0px;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    #resource_tabs .resource_tabs[aria-hidden="false"] {
        display: flex;
    }
    #resource_tabs .resrc_tab_items {
        width: 275px;
        min-width: 275px;
        max-width: 100%;
    }    
    #resource_tabs .resrc_tab_items .tabs_button {
        min-height: 100px;
        display: inline-flex;
        box-sizing: border-box;
        padding: 15px 25px;
        align-items: center;
        text-decoration: none;
        width: 100%;
        font-size: 22px;
        font-weight: 600;
        color: var(--primary);
        border-bottom: 3px solid #f7cf3c;
        transition: all 0.3s;
    }
    #resource_tabs .resrc_tab_items .tabs_button:hover, #resource_tabs .resrc_tab_items .tabs_button.active_catg {
        background: var(--primary);
        color: #fff;
    }
    #resource_tabs .tabs_inner, #resource_tabs .tabs_inner .resource_block {
        width: 100%;
        display: inline-block;
    }
    #resource_tabs .tabs_inner {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        row-gap: 40px;
    }
    #resource_tabs .resource_block .block_inner {
        display: flex;
        flex-wrap: wrap;
        column-gap: 30px;
    }
    #resource_tabs .resource_block .block_inner .image_side {
        width: 200px;
        max-width: 100%;
    }
    #resource_tabs .resource_block .block_inner .image_side .img_inner {
        padding-top: 100%;
        position: relative;
    }
    #resource_tabs .resource_block .block_inner .image_side img {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: top;
    }
    #resource_tabs .resource_block .cont_side {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    #resource_tabs .resource_block .cont_side .content_resrc {
        margin: auto 0px;
        padding: 15px 0px;
    }
    #resource_tabs .resource_block .cont_side .content_resrc .book_title, #resource_tabs .resource_block .cont_side .content_resrc .book_subtitle {
        font-size: 18px;
        display: inline-block;
        width: 100%;
    }
    #resource_tabs .resource_block .cont_side .content_resrc .book_title {
        margin-bottom: 10px;
    }
    #resource_tabs .resource_block .cont_side .view_more_btn {
        display: inline-block;
        padding: 10px;
        font-family: 'Poppins', sans-serif;
        font-size: 15px;
        font-weight: 700;
        background: var(--primary);
        color: #fff;
        max-width: 150px;
        box-sizing: border-box;
        line-height: 1.6;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        transition: all 0.3s;
    }
    #resource_tabs .resource_block .cont_side .view_more_btn:hover,
    .butn:hover
    {
        background: var(--hover);
    }

.copyright a{text-decoration: none; color:#fff; text-decoration: none;}
.copyright a:hover{text-decoration: underline;}
 .main-nav {
    display: flex;
    align-items: center;
}
        .privacy-policy-wrapper{padding: 80px 0;}
        .privacy-policy-wrapper h1,
        .privacy-policy-wrapper h2,
        .privacy-policy-wrapper h3 {
            margin: 0;
            padding: 0;
            padding: 15px 0;
            font-family: 'Poppins', sans-serif;
        }

        .privacy-policy-wrapper h1 {
            font-size: 36px;
        }

        .privacy-policy-wrapper h2 {
            font-size: 24px;
        }

        .privacy-policy-wrapper h3 {
            font-size:19px;
            font-weight: 600;
            margin: 0;
        }

        .privacy-policy-wrapper p {
            font-size: 16px;
            font-family: 'Poppins', sans-serif;
            font-weight: 300;
            padding: 10px 0;
            line-height: 22px;
            color: var(--primary);
        }

        .privacy-policy-wrapper ul {
            margin: 0;
            padding: 0 0 0 30px;
            list-style: circle;
        }

        .privacy-policy-wrapper ul li {
            margin: 0 0 15px 0;
            padding: 0;
            list-style: disc;
            font-family: 'Poppins', sans-serif;
            font-weight: 300;
            font-size:16px; line-height: 22px;
        }
        /* 11/12/024 */
        .daterangepicker.show-calendar .drp-buttons {
            display: flex!important;
        }
        .daterangepicker .drp-buttons .btn {
            border: unset!important;
        }
       
        
        @media(max-width: 1100px){

            .privacy-policy-wrapper{padding: 50px 0;}
             .privacy-policy-wrapper h1 {
            font-size: 32px;
        }

        .privacy-policy-wrapper h2 {
            font-size: 22px;
        }

        .privacy-policy-wrapper h3 {
            font-size:17px;
            font-weight: 600;
            margin: 0;
        }
            .privacy-policy-wrapper p, .privacy-policy-wrapper ul li {font-size:15px;}
            
        }


.sticky-wrapper-mobile{display: none; background: #FFFFFF; box-shadow: 0 0 10px rgba(0, 0, 0, .1); position: sticky; bottom:0; left:0; width:100%; z-index: 999;}
.sticky-wrapper-mobile ul.sticky-content, .sticky-wrapper-mobile ul.sticky-content li{margin: 0; padding: 0; list-style: none; font-family: 'Poppins', sans-serif;}
.sticky-wrapper-mobile ul.sticky-content{display: flex; align-items: center; justify-content: center; padding: 0; grid-column-gap: 10px;}
.sticky-wrapper-mobile ul.sticky-content a{text-decoration: none; padding-top:6px; padding-bottom: 6px; display: block; transition: all .5s ease; white-space: nowrap;}
.sticky-wrapper-mobile ul.sticky-content a span.icon img{height: 11px; margin-right:3px;}
.sticky-wrapper-mobile ul.sticky-content a span em.icon-text{font-size:9px;color:#fff; line-height: 9px; font-style: normal;}

.sticky-wrapper-mobile ul.sticky-content a span.large{font-size:11px; color:#5D2F91; font-weight: 700;}
.sticky-wrapper-mobile ul.sticky-content a span.icon{padding: 6px 7px; display: inline-flex; align-items: center; justify-content: flex-start; vertical-align: middle; background: #5D2F91;}
.sticky-wrapper-mobile ul.sticky-content a:hover span.icon{background: #F1673F;}
.sticky-wrapper-mobile ul.sticky-content a:hover span.large{color:#F1673F;}


   .sticky-calltoaction {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
z-index: 999;
display: none;
}
.calltoaction-wraper{background: #fff; padding: 8px; box-shadow: 0 0 5px rgba(0, 0, 0, .1); -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .1); -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .1);}
.calltoaction-wraper .center-content{display: flex; justify-content:center; align-items: center;}
.calltoaction-wraper p{font-size:13px; line-height: 16px; font-weight: 500; margin: 0; padding: 0; color:var(--primary); padding-right: 30px; font-family: 'Poppins', sans-serif;}
.calltoaction-wraper a{background: var(--primary); display: flex; align-items: center; color:#fff; text-decoration: none; font-family: 'Poppins', sans-serif; font-weight: 700; font-size:14px;}
.calltoaction-wraper a span.icon{width:44px; height: 44px; min-width:44px; min-height: 44px; background:#F1673F; display: flex; justify-content: center; align-items: center;}
.calltoaction-wraper a span.phone{padding: 0 25px;}

    .disclaimer-text {
    padding: 0 0 15px 33px; position: relative;
}
    
    .disclaimer-text p {
    font-size: 14px;
    line-height: 26px;
        margin:0; padding: 0;
}


 
    
    
    
    
    .disclaimer-text .form-groups {
  display: block;
  margin-bottom: 15px;
        
}

.disclaimer-text .form-groups input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  cursor: pointer;
}

.disclaimer-text .form-groups label {
 
  cursor: pointer;
}

.disclaimer-text .form-groups label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid var(--primary);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: absolute;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
    left:0;
    top:6px;
}

.disclaimer-text .form-groups input:checked ~ label:after {
  content: '';
  display: block;
  position: absolute;
  top: 9px;
  left: 8px;
  width: 5px;
  height: 11px;
  border: solid var(--primary);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.disclaimer-text label.error:before {
    border-color:red;
    
}

.disclaimer-text label.error {
    display: none!important;
    
}

.disclaimer-text input.error ~ label:before{
    border-color:red;
}

.disclaimer-text label.error {
    display: none!important;
}


.disclaimer-text.white .form-groups label:before{
    border-color:#fff;
}

.disclaimer-text.white .form-groups input:checked ~ label:after  {
    border-color:#fff;

}

 .youtube-video{margin: 0 auto; margin-bottom:90px; max-width: 1000px; }
        .hs-responsive-embed-youtube {
position: relative;
padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
padding-top: 25px;
}
.hs-responsive-embed-youtube iframe {
position: absolute;
width: 100%!important;
height: 100%!important;
}


.how-works-aba .right-col img{max-height: 592px;}

 @media(max-width:575px){
     .sticky-calltoaction{display: block;}
   .calltoaction-wraper .center-content{justify-content: space-between;}
    .calltoaction-wraper p{padding-right: 10px;}
      .youtube-video{margin-bottom:50px; }
}

@media(max-width:400px){
    .calltoaction-wraper p{font-size:11px; line-height: 15px;}
    .calltoaction-wraper a{font-size:13px;}
}

 @media(max-width:360px){
    .calltoaction-wraper a span.phone{padding: 0 16px;}
}
/* 10/09/2024 */
.team .image-panel { width: 160px;}
.team .image-panel img { width: 100%;height: 100%; aspect-ratio: 1; object-fit: cover; min-height: 223px; max-height: 223px;  min-width: 160px;}

 @media(max-width:575px){
     .sticky-calltoaction{display: block;}
   .calltoaction-wraper .center-content{justify-content: space-between;}
    .calltoaction-wraper p{padding-right: 10px;}
}

@media(max-width:400px){
    .calltoaction-wraper p{font-size:11px; line-height: 15px;}
    .calltoaction-wraper a{font-size:13px;}
}

 @media(max-width:360px){
    .calltoaction-wraper a span.phone{padding: 0 16px;}
}




.teams{background:var(--primary); padding: 120px 0 72px;}
.teams .container{display: flex; flex-wrap:wrap;  justify-content: center; grid-column-gap: 80px; grid-template-columns: 1fr 1fr 1fr; display: grid;}
.teams  .team-list{display: flex; align-items: center; color:#fff; width:30%; margin: 0 0 48px 0; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
.teams  .team-list .image-panel{margin: 0 25px 0 0;}
.teams  .team-list h4, .teams  .team-list p{color:#fff;}
.teams  .team-list h4{
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
}
.teams  .team-list p{
    font-size: 18px;
    line-height: 28px;
    margin: 8px 0 0 0;
}
.team-list .image-panel img{
        max-width:160px;
    }
.banner-team {
    height: 532px;
}
.banner-team  h1{margin-bottom: 50px;} 










    .contact-content.kbs-sidebar-form{padding: 70px 0; background: none; min-width: 400px;}
    .banner-main.kbs-main-banner{background:#fdbe0e url("../images/kbs-banner-bg.jpg") no-repeat right top; background-size:cover; height: auto;  }

.banner-main.kbs-main-banner .banner-text span.title{color:#fff;}
    .kbs-banner-img{
    margin-right: -20px;
    display: flex;
    justify-content: flex-end;
    }    
    .top-text-banner{
    max-width:480px;
    }
    .top-text-banner{
    padding-top: 60px;
    }

    .who-we-are-kbs{padding:100px 0; }

    .who-we-are-kbs .title-section{
    text-align: center;
    }

    .video-section-who-we-are{
     
    max-width: 1100px; margin: 0 auto; margin-top:64px;
    }

    .our-services-kbs{
    padding:100px 0 100px;
    }

    .our-services-kbs .title-section{
    text-align: center;
    }

    .our-services-kbs  h3{
    margin-top: 50px; font-size:24px;
    }

    .trangle-wrapper-section{margin: 60px 0 0 0; padding-left: 200px;  box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }

.trangle-wrapper-section img{
    max-width: 100%;
}

    .what-client.what-eductor-wrapper{background: #EFEDEA; padding-top: 24px;}

    .what-client.what-eductor-wrapper .image-panel img{max-width:inherit;} 
    .team-kbs{ padding:80px 0 80px; background:var(--primary); }
    .team-kbs .flex-content-panel{grid-column-gap: 80px; grid-template-columns: 1fr 1fr 1fr; display: grid; grid-row-gap: 40px;}
    .team-kbs  .team-list{display: flex; align-items: center; color:#fff; width:100%;  box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }

    .team-kbs h2{color:#fff;}
    .team-kbs .title-section{text-align: center; margin: 0 0 60px 0}

    .team-kbs   .team-list h4, .team-kbs  .team-list p{color:#fff;}
    .team-kbs  .team-list h4{
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    }
    .team-kbs  .team-list p{
    font-size: 18px;
    line-height: 28px;
    margin: 8px 0 0 0;
    }
    .team-kbs .team-list .image-panel img{
    max-width:160px;
    }

    .team-kbs  .team-list .image-panel {
    margin: 0 25px 0 0;
    }


    .contact-content.kbs-contact {
    padding: 80px 0 0;
    } 


.youtube-embed {
  position: relative;
  padding-bottom: 56%;
  width: 100%;
  text-align: left;
}

.youtube-embed iframe {
  width: 100%;
  position: absolute;
  height: 100%;
  overflow: hidden;
}

#tier1, #tier2, #tier3,  #tier1-line, #tier2-line, #tier3-line {
   opacity: 0; animation-delay: .5s;

}

.trangle-animation{
    max-width: 1100px;
}


 .trangle-animation.animated #tier1-line{
  animation: .5s ease-in 1s  fade-in-1 normal forwards;
     animation-delay: 1s;
}



.trangle-animation.animated #tier2-line{

 animation: .5s ease-in  1s  fade-in-2 normal forwards;
      animation-delay: 3s;
} 


.trangle-animation.animated #tier3-line {

 animation: .5s ease-in  1s  fade-in-3 normal forwards;
     animation-delay: 5s;
}


.trangle-animation.animated #tier1{
    animation: .5s ease-in 1s  fade-in-4 normal forwards;
     animation-delay: 2s;
      
}


.trangle-animation.animated #tier2{

   animation: .5s ease-in 1s  fade-in-5 normal forwards;
       animation-delay: 4s;
} 




.trangle-animation.animated #tier3{

      animation: .5s ease-in 1s  fade-in-6 normal forwards;
        animation-delay: 6s;
}



@keyframes fade-in-1 {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@keyframes fade-in-2 {
  0% { opacity: 0; }
  100% { opacity: 1; }
}


@keyframes fade-in-3 {
  0% { opacity: 0; }
  100% { opacity: 1; }
}


@keyframes fade-in-4 {
  0% { opacity: 0; }
  100% { opacity: 1; }
}


@keyframes fade-in-5 {
  0% { opacity: 0; }
  100% { opacity: 1; }
}



@keyframes fade-in-6 {
  0% { opacity: 0; }
  100% { opacity: 1; }
}


 .trangle-animation.mobile{
        display: none;
    }


.trangle-main-mobile{
    display: block; text-align: center; max-width:480px; margin: 0 auto;
}

 ul.trangle-main-mobile > li, ul.trangle-main-mobile > li .list-tier{
    display: block; text-align: center;
}

ul.trangle-main-mobile > li .list-tier{
    display: flex; justify-content: center; cursor: pointer; 
}

.list-tier-wrapper ul{
    font-size:14px; color:#000; line-height: 18px; padding: 10px 0; display: none;
}


ul.trangle-main-mobile li svg{display: flex; justify-content: center; align-content: center;}


.list-tier-wrapper{
 padding: 4px 0; background: #fff; color:#fff; 

}

.list-tier-wrapper ul li{color: #fff; margin:0;}

.trangle-main-mobile li.active .list-tier-wrapper.yellow{
    background: #F2C34A
}

.trangle-main-mobile li.active .list-tier-wrapper.orange{
    background: #EB9035
}

.trangle-main-mobile li.active .list-tier-wrapper.purple{
    background: #450849
}

.what-eductor-wrapper  .two-col{ position: relative; max-width: 100%; width:100%;}


.what-eductor-wrapper .testimonials-section h4.testi-name{
    margin-bottom: 30px;
}

.what-eductor-wrapper .testimonials-section{
    padding-left: 0;
}


.what-eductor-wrapper .owl-dots{
    display: flex; justify-content: flex-start;
}

.owl-theme .owl-dots{
    width:auto!important; position: absolute; left:40px; bottom:-10px;
}

.owl-theme .owl-dots .owl-dot span{
    margin: 5px 3px;
}

.whatclientsaying{
    padding-bottom:50px;
}

.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span {
    background: #F1673F
}


.custom-flex-container{
    display: flex; justify-content: space-between; align-items: center;
}


.custom-flex-container .image-panels{
    width:45%; display: flex; align-self: flex-end;
}

.custom-flex-container .right-panel-flex{
    width:55%;
}

.custom-flex-container .right-panel-flex{
   padding-bottom:80px;
}

.custom-flex-container .image-panels img{
    max-width: 100%;
}

.testimonials-slider{padding: 0 0 0 40px; box-sizing: border-box; -webkit-box-sizing: border-box;  -moz-box-sizing: border-box;  }
.custom-flex-container .title-section{padding-left: 40px;}
.custom-flex-container .title-section h2{text-align: left;  margin: 0; padding: 0; padding-top: 40px; }

.what-eductor-wrapper .custom-flex-container h2 {
  color: var(--primary);
  font-size: 26px;
  margin-bottom: 40px;
}

.what-eductor-wrapper .custom-flex-container h3.sub-head{
  font-size: 40px;
  font-weight: 300;
  font-style: italic;
  font-family: 'mindsetregular';
  color: var(--primary);
  margin: 40px 0 30px 0;
    text-align: left;
    font-style: normal;
}

.contact-image-section-kbs{display: flex;}


.banner-main.kbs-main-banner .banner-text{display: flex; align-self: flex-end;}

 .other-option{position: relative; padding-top:5px;}
.otherValue{position: absolute; left:10px; top:-5px; font-family: 'Poppins', sans-serif; background: none; font-size: 13px; background:#f0ba19; color:#4C004B;}


body .help-child .container {
  max-width: 1280px;
}

#resource_tabs .tabs_inner {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  grid-column-gap: 40px;
  position: relative;
  padding-bottom: 60px;
  grid-row-gap: 80px;
}

#resource_tabs .resource_block .block_inner .image_side {
  width: 100%;
}

#resource_tabs .resource_block .cont_side .content_resrc {
  margin: auto 0px;
  padding: 15px 0 0;
}

#resource_tabs .tabs_inner{
   grid-row-gap: 60px; 
}

#resource_tabs .resource_block .cont_side .content_resrc .book_title{
    line-height: 24px;
}


.your-partner-community{ background: #D6CBE3;}
.your-partner-community .flex-content{display: flex; align-items: center; grid-column-gap: 40px; justify-content: space-between;}
.your-partner-community .image-section{padding-top: 15px;}
.your-partner-community .image-section img{max-width: 100%;display: flex; max-height: 500px;}

.your-partner-community .btn {
padding: 15px 25px;
background: var(--primary);
font-size: 15px;
color: #fff;
font-weight: 600;
transition: all .5s ease;
white-space: nowrap;
width: auto;
display: inline-block;
margin-top:5px;
}



.banner-image-service{display: flex; justify-content: center;}
.banner-image-service img{
    max-width: 365px;
}

.school-based-services-banner .banner-text{
    display: flex; align-self: flex-end; padding-left: 0; max-width: 100%; width:100%;
}

.banner-main .banner.school-based-services-banner{
    padding-top: 120px;
}

.school-based-services-banner .banner-text h1{
    max-width: 450px; color:#fff;
}

.school-based-services-banner .banner-image-panel{
    width:100%;
}



@media(max-width:991px){
    .your-partner-community .flex-content{flex-wrap:wrap; justify-content: center;}
    .your-partner-community .text-section{width:100%; text-align: center; padding-top: 60px;}
    .your-partner-community .image-section{margin: 40px 0 0;}
}
    


@media(max-width: 767px){
    .your-partner-community .text-section{ padding-top: 50px;}
    #resource_tabs .resrc_tab_items {
  width: 100%;
  min-width: inherit;
  max-width: 100%;
}
    #resource_tabs .resource_tabs{
        margin-top:20px;
    }
    #resource_tabs .resrc_tab_items .tabs_button{
        min-height: 80px;
    }
    
    #resource_tabs .tabs_inner{
        padding-bottom: 0;
    }
    
}


.privacy-policy{padding: 100px 0}
    .privacy-policy h1 {
  margin: 0 0 18px 0;
  font-size: 36px;   
        line-height: 42px;
        font-family: 'Poppins', sans-serif;
        font-weight: 700;
}
    
    
    
    
    .privacy-wrapper .privacy-policy {
    max-width: 1200px;
    margin: 0 auto;
}

.what-aba .banner .banner-text {
    max-width: 600px;
}


.privacy-policy .title-section {
    display: block;
    text-align: center;
    margin-bottom: 50px;
}

.privacy-policy em {
    font-weight: 500;
}

.privacy-policy .last-updated {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 13px;
}

.privacy-policy .last-updated span {
    margin-left: 5px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

.privacy-policy .paragraph-text {
    margin: 0 0 40px 0;
}

.privacy-policy .paragraph-text p {
    margin: 0 0 10px 0;
    font-weight: 500;
}



.privacy-policy h2 {
    font-size: 28px;
    margin-bottom: 20px;
    margin-top: 40px;
    font-weight: 500;
}

.privacy-policy h3 {
    font-size: 24px;
    margin-top: 60px;
    font-weight: normal;
    margin-bottom: 25px;
    text-transform: uppercase;
    font-weight: 500;
}

.privacy-policy h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}
.privacy-policy h4.normal{
    font-weight: normal;
}


.privacy-policy p {
    margin: 0 0 15px 0;
}

.privacy-policy p.bold-text {
    font-weight: 700;
    margin-top: 20px;
}

.privacy-policy ul.bullet-list {
    list-style: none;
    margin: 20px 0 20px 20px;
    display: block;
}

.privacy-policy ul.bullet-list li {
    position: relative;
    list-style: none;
    padding-left: 16px;
    margin-bottom: 15px;
    font-size: 17px;
    line-height: 25px;
}

.privacy-policy ul.bullet-list li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: #21409A;
}

.bullet-list-alphabet {
    list-style: lower-alpha;
    padding-left: 16px;
    margin: 20px 0 20px 20px;
    display: block;
}

.bullet-list-alphabet li {
    list-style: lower-alpha;
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 25px;
}

.bullet-list-alphabet li strong {
    display: block;
}

.privacy-policy a {
   color: var(--primary);
}
    




@media(max-width: 767px){
      .privacy-policy{padding: 60px 0}
}



.top-bar .flex-containers{
    display: flex;
    justify-content: flex-end;
  grid-column-gap: 20px;
}
.language-dropdown{width:100px; font-family: 'Poppins', sans-serif; box-shadow: 0 0 10px rgba(0, 0, 0, .1); position: relative;}
.language-dropdown .select-language{width:100%; padding:8px 12px 8px 12px; font-size:14px; line-height: 16px; font-weight: 600; color:#fff; display: flex; justify-content: space-between; align-items: center; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; background: var(--primary); cursor: pointer;}
.language-dropdown .select-language.active b{transform:rotate(180deg);}
.language-dropdown .select-language b{font-weight: normal; display: flex;}
.language-dropdown .select-language span{display: flex;}
.language-dropdown .lang-item{margin: 0; padding: 0; display: block;}
.language-dropdown .language-nav{ width:100%; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.language-dropdown .lang-item input[type="radio"]{opacity: 0; visibility: hidden; display: none;}
.language-dropdown .lang-item input[type="radio"] ~ label{cursor: pointer;  font-size:14px; line-height: 16px;padding:8px 12px 8px 12px; display: block; background: #fff; width:100%; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; color:var(--primary); font-family: 'Poppins', sans-serif; background: #fff; font-weight: 400; margin: 0;}
.language-dropdown .lang-item input[type="radio"]:checked ~ label{background:#E4D0FB;}
.language-dropdown .lang-item input[type="radio"]:hover ~ label{background:var(--primary); font-weight: 600; color:#fff;}
.language-nav{display: none; position: absolute;
  top: 100%; z-index: 999; background: #fff;}


body.sticky .language-dropdown-wrapper{
    position: fixed; right: 20px; top:10px; z-index: 99;
}

body.sticky .language-dropdown .select-language, body.sticky .language-dropdown .lang-item input[type="radio"]:hover ~ label{
    background: #F1673F;
}
    

#google_translate_element {
visibility: hidden;
height: 0px;
overflow: hidden;
}


.skiptranslate{ opacity: 0!important; height: 0px!important;}
body{top:0!important;} 

 .join-culture-wrapper{padding:100px 0;}

 .ui-widget input[type="text"] {
min-width: 323px;
font-size: 18px;
background: #fff;
padding: 0 32px;
font-size: 18px;
color: var(--primary);
border:0;
border: 1px solid var(--primary);;
outline: none;
    font-weight: 700;
border-radius: 32px;
    height: 50px;
     box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;

}
    .ui-menu-item{
        color: var(--primary); color: #5D2F91; font-weight: 500;
    }

.search-content-panel{display: flex; justify-content: center; width:323px; position: relative; margin:0 auto; padding: 20px 0;}
.ui-autocomplete {
max-height: 200px;
overflow-y: auto;
overflow-x: hidden;
}

.ui-widget.ui-widget-content {
border: 1px solid #c5c5c5;
border-radius: 10px;
padding: 20px 0;
}

.ui-menu .ui-menu-item-wrapper{padding: 12px 20px!important;}
    
 .search-content-panel ::placeholder {
    color: #5d3090;
    font-weight: 300;
    font-size: 16px;
}  

    
    @media(max-width: 1100px){
         .language-dropdown-wrapper{
        position: absolute;
      top: 20px;
      z-index: 99;
      right: 90px;
    }
    
    body.sticky .language-dropdown-wrapper{
    right: 90px;  top:9px;
}
        
    }
    
    @media (max-width: 480px) {
  .language-dropdown-wrapper {
    top: 15px;
    right: 60px;
  }
    
     body.sticky .language-dropdown-wrapper {
    right: 60px;
  }
}
    
    @media(max-width: 365px){
   
    .language-dropdown-wrapper {
    right: 54px;
  }
  
  .language-dropdown .select-language {
    padding: 6px 10px 6px 10px;
  }
  
  .language-dropdown {
  width: 82px;
  
  }
  
  .language-dropdown .select-language{
  font-size:12px;
  }
  
   .logo svg {
    height: 30px;
  }
    
      .sticky-fixed .logo svg {
    height: 30px;
  }
    
    body.sticky .language-dropdown-wrapper {
    right: 54px;
  }
    
}



.thank-you-wrpper {
    height: calc(100vh - 150px);
    min-height: 600px;
    display: flex;
    align-items: center;
}

.thank-you-wrpper .flex-container {
    display: flex;
    justify-content: center;
    text-align: center;
    max-width: 1100px;
    margin: 0 auto;
}

.thank-you-panel {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
}

.thank-you-panel .center-panel {
    max-width: 780px;
    margin: 0 auto;
}

.thank-you-panel h1 {
    margin: 0 0 30px 0;
    font-size: 44px;
    line-height: 56px;
}

.thank-you-panel p {
    font-size: 20px;
    line-height: 26px;
    padding: 0 60px;
}

.thank-you-panel p.large {
    font-size: 24px;
    line-height: 30px;
    margin: 25px 0 0;
    padding: 0 60px;
    font-family: 'mindsetregular';
}

.thank-you-panel p a{
    color: var(--primary); text-decoration: none;
}

.thank-you-panel .button-two-col {
    justify-content: center;
    display: flex;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin: 30px 0 0;
}

.thank-you-panel .btn {
    background: #fff;
}

.thanks.banner-main .banner-text {
    padding: 0 !important;
}


.thanks.banner-main .btn-secondary {
    background: var(--primary);
    color: #fff;

}

.thanks.banner-main .btn-secondary:hover {
    background: #F1673F;
}


@media(max-width: 800px) {
    .thank-you-wrpper {
        height: auto;
        padding: 80px 0;
        min-height: inherit;
    }

    .thank-you-panel p.large {
        font-size: 22px;
    }

    .thank-you-panel h1 {
        font-size: 42px;
    }
}

@media(max-width: 575px) {
    .thank-you-panel .button-two-col {
        flex-wrap: wrap;
    }

    .thank-you-panel p,
    .thank-you-panel p.large {
        padding: 0;
    }

    .thank-you-wrpper {
        padding: 60px 0;
        min-height: inherit;
    }

}

@media(max-width: 480px) {
    .thank-you-panel .btn {
        width: 100%;
        text-align: center;
        justify-content: center;
    }

    .thank-you-panel p {
        font-size: 18px;
    }

    .thank-you-panel p.large {
        font-size: 20px;
        line-height: 26px;
    }

    .thank-you-panel h1 {
        font-size: 38px;
        line-height: 42px;
        margin-bottom: 20px;
    }
}




