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

body {
    font-family: DroidSans;
    margin: 0;
    background: #F7F7F8;
}
.header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    transition-duration: 0.3s;
}
.header.active {
    background: white;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 50%);
}
.header-content  {
    padding:10px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between; 
}
.header-content .logo {
    width: 180px;
    display: flex;
}
.header-content .logo img {
    width: 100%;
}
.header-content .chat-btn {
    background-image: url(../images/home-desktop/lightbluebutton.png);
    background-size: cover;
    background-position: center;
    width: 320px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: unset;
    font-family: DroidSans-Bold;
    font-size: 18px;
    line-height: 21px;
    color: #00355B;
}
.header-content .chat-btn-mobile {
    display: none;
}
.banner {
    position: relative;
    padding: 70px 20px 100px;
    margin-top: 102px;
    /* -webkit-transition: background-image 0.5s ease-in-out;
    transition: background-image 0.5s ease-in-out; */
}
.banner .banner-content {
    position: relative;
    z-index: 9;
}
.banner .banner-overlap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition-duration: 0.5s;
    opacity: 0;
}
.banner .banner-overlap.first {
    background-image: url(../images/home-desktop/firstlocationbackground.png);
}
.banner .banner-overlap.second {
    background-image: url(../images/home-desktop/secondlocationbackground.png);
}
.banner .banner-overlap.third {
    background-image: url(../images/home-desktop/thirdlocationbackground.png);
}
.banner .banner-overlap.active {
    opacity: 1;
}
.banner .logo {
    width: 640px;
    margin: auto;
}
.banner .logo img {
    width: 100%;
}
.banner .ticket-button {
    background-image: url(../images/home-desktop/greenheaderbutton.png);
    background-size: cover;
    background-position: center;
    width: 554px;
    height: 107px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: unset;
    font-family: DroidSans-Bold;
    font-size: 32px;
    line-height: 38px;
    color: white;
    margin: 15px auto 50px auto;
}
.banner .banner-items {
    max-width: 1260px;
    margin: 50px auto 70px auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 44px;
}
.banner .banner-item {
    opacity: 0.66;
    padding: 33px 5px;
    background-size: 100%;
    background-position: center;
    text-align: center;
}
.banner .banner-item.active {
    opacity: 1;
    cursor: pointer;
}
.banner .banner-item:nth-child(1) {
    background-image: url(../images/home-desktop/firstheaderrectangle.png);
}
.banner .banner-item:nth-child(2) {
    background-image: url(../images/home-desktop/secondheaderrectangle.png);
}
.banner .banner-item:nth-child(3) {
    background-image: url(../images/home-desktop/thirdheaderrectangle.png);
}
.banner .banner-item h1 {
    font-family: DroidSans-Bold;
    font-size: 34px;
    line-height: 40px;
    color: #00355B;
    margin: 0px;
}
.banner .banner-item h2 {
    font-family: DroidSans-Bold;
    font-size: 18px;
    line-height: 21px;
    color: #75D1ED;
    margin: 7px 0;
}
.banner .banner-item p {
    font-size: 18px;
    line-height: 21px;
    color: #00355B;
    margin: 0;
}
.banner-mobile {
    display: none;
}
.home-tier1 {
    padding: 50px 10px;
    position: relative;
}
.home-tier1 .home-tier1-content {
    max-width: 1300px;
    margin: auto;
    text-align: center;
}
.home-tier1 .home-tier1-content .logo {
    width: 44px;
}
.home-tier1 .home-tier1-content .tier-info {
    font-size: 16px;
    line-height: 19px;
    color: #75D1ED;
    margin: 10px 0;
    letter-spacing: 6px;
}
.home-tier1 .home-tier1-content h1 {
    font-family: 'DroidSans-Bold';
    font-size: 32px;
    line-height: 38px;
    margin: 0 0 50px 0;
    color: #00355B;
}
.home-tier1 .home-tier1-items {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    column-gap: 6px;
    position: relative;
    z-index: 9;
}
.home-tier1 .home-tier1-item {
    background: white;
    border: 1px solid #449BC9;
    box-shadow: 0px 0px 12px rgb(0 0 0 / 16%);
    padding: 20px 16px;
}
.home-tier1 .home-tier1-item:nth-child(even) {
    border-color: #75D1ED;
}
.home-tier1 .home-tier1-item .item-logo {
    height: 48px;
}
.home-tier1 .home-tier1-item h2 {
    margin: 15px 0 5px 0;
    font-family: 'DroidSans-Bold';
    font-size: 24px;
    line-height: 28px;
    color: #00355B;
    text-shadow: 1px 0 0 #00355b;
    text-transform: uppercase;
}
.home-tier1 .home-tier1-item .item-sub-title {
    margin: 0 0 25px 0;
    font-size: 14px;
    line-height: 16px;
    color: #449BC9;
    text-transform: uppercase;
    letter-spacing: 4px;
}
.home-tier1 .home-tier1-item .item-info {
    font-size: 11px;
    line-height: 30px;
    margin: 0;
    color: #00355B;
}
.home-tier1 .bk-box {
    position: absolute;
    top: 53px;
    right: 0;
}
.home-tier2 {
    background: #003558;
    padding: 50px 20px;
    text-align: center;
    position: relative;
    z-index: 9;
}
.home-tier2 .tier2-content {
    max-width: 1100px;
    margin: auto;
}
.home-tier2 h1 {
    font-family: 'DroidSans-Bold';
    font-size: 32px;
    line-height: 38px;
    margin: 0;
    color: #75D1ED;
    text-transform: uppercase;
}
.home-tier2 p {
    font-size: 16px;
    line-height: 30px;
    color: #FFFFFF;
    margin: 15px 0 30px 0;
}
.home-tier2 .home-tier2-items {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.home-tier2 .home-tier2-item {
    width: 100%;
    height: 68px;
    text-decoration: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    max-width: 210px;
}
.home-tier2 .home-tier2-item:nth-child(1) {
    background: #449BC9;
}
.home-tier2 .home-tier2-item:nth-child(2) {
    max-width: 418px;
    background: #75D1ED;
}
.home-tier2 .home-tier2-item:nth-child(3) {
    background: #0B507E;
}
.home-tier2 .home-tier2-item img {
    margin-right: 15px;
}
.home-tier2 .home-tier2-item div {
    font-family: 'DroidSans-Bold';
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    color: white;
    text-shadow: 2px 2px 3px rgb(16 16 16 / 33%);
}
.home-tier2 .home-tier2-item div br {
    display: none;
}
.home-tier3 {
    padding: 0 20px 70px 20px;
    position: relative;
}
.home-tier3 .tier3-item {
    max-width: 1260px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.home-tier3 .tier3-item-image {
    width: 540px;
    order: 2;
}
.home-tier3 .tier3-item-content {
    width: calc(100% - 560px);
    max-width: 660px;
}
.home-tier3 .tier3-item:first-child .tier3-item-image {
    order: unset;
    width: calc(100% - 560px);
}
.home-tier3 .tier3-item:first-child .tier3-item-content {
    width: 540px;
}
.home-tier3 .tier3-content-image {
    width: 45px;
}
.home-tier3 .tier3-sub-title {
    font-size: 16px;
    line-height: 19px;
    margin: 13px 0;
    color: #75D1ED;
    letter-spacing: 6px;
}
.home-tier3 h2 {
    font-family: 'DroidSans-Bold';
    font-size: 24px;
    line-height: 28px;
    color: #00355B;
    margin: 0 0 13px 0;
}
.home-tier3 .tier3-item:nth-child(2) h2 {
    margin-bottom: 35px;
}
.home-tier3 .tier3-info {
    font-size: 16px;
    line-height: 30px;
    color: #00355B;
    margin: 0;
}
.home-tier3 .tier3-sub-items {
    margin-top: 28px;
    margin-left: 50px;
}
.home-tier3 .tier3-sub-item {
    display: flex;
    align-items: flex-start;
}
.home-tier3 .tier3-sub-item:nth-child(2) {
    margin: 20px 0;
}
.home-tier3 .tier3-sub-item img {
    width: 22px;
    margin-right: 15px;
}
.home-tier3 .tier3-sub-item p {
    font-size: 14px;
    line-height: 30px;
    margin: 0;
    color: #00355B;
}
.home-tier3 h3 {
    font-family: 'DroidSans-Bold';
    font-size: 14px;
    line-height: 30px;
    margin: 10px 0;
    color: #0FB77D;
    letter-spacing: 4px;
}
.home-tier3 a {
    width: 470px;
    display: block;
    margin-top: 30px;
}
.home-tier3 a.desktop {
    display: block;
    width: 530;
    text-align: center;
    padding: 15px 0;
    background: #0FB77D;
    text-transform: uppercase;
    text-decoration: unset;
    font-family: 'DroidSans-Bold';
    font-size: 24px;
    line-height: 28px;
    color: white;
    text-shadow: 2px 2px 3px rgb(16 16 16 / 33%);
    border: none;
    max-width: 100%;
}
.home-tier3 a.mobile {
    display: none;
}
.home-tier3 a img {
    width: 100%;
}
.home-tier3 .bk-box {
    width: 285px;
    position: absolute;
    left: 0;
    top: -150px;
}
.home-tier3 .tier3-item-mobile {
    display: none;
}
.home-tier4 {
    padding: 70px 20px;
}
.home-tier4 .tier4-content {
    max-width: 890px;
    margin: auto;
    text-align: center;
}
.home-tier4 img {
    width: 45px;
}
.home-tier4 .sub-title {
    font-size: 16px;
    line-height: 19px;
    color: #75D1ED;
    text-transform: uppercase;
    margin: 9px 0 14px 0;
    letter-spacing: 4px;
}
.home-tier4 h2 {
    font-family: 'DroidSans-Bold';
    font-size: 32px;
    line-height: 38px;
    color: #00355B;
    margin: 0 0 70px 0;
}
.home-tier4 .tier4-items {
    display: grid;
    row-gap: 70px;
}
.home-tier4 .tier4-item {
    background: white;
    border: 1px solid #449BC9;
    box-shadow: 0 0 10px rgb(0 0 0 / 16%);
    padding: 30px 35px 20px 35px;
    position: relative;
}
.home-tier4 .tier3-item-header {
    position: absolute;
    left: 0;
    top: -25px;
    width: 100%;
}
.home-tier4 .tier4-item h3 {
    margin: 0;
    min-width: 500px;
    display: inline-block;
    padding: 10px 35px;
    font-family: 'DroidSans-Bold';
    font-size: 18px;
    line-height: 21px;
    color: white;
    letter-spacing: 1.5px;
}
.home-tier4 .tier4-item h3 br {
    display: none;
}
.home-tier4 .tier4-item p {
    font-size: 16px;
    line-height: 30px;
    color: #00355B;
    margin: 0;
}
.home-tier4 .tier4-item:nth-child(1) h3 {
    background: #449BC9;
}
.home-tier4 .tier4-item:nth-child(2) h3 {
    background: #0B507E;
}
.home-tier4 .tier4-item:nth-child(3) h3 {
    background: #75D1ED;
}
.home-tier4 .tier4-item:nth-child(4) h3 {
    background: #00355B;
    padding: 10px 55px;
}
.footer .footer-top {
    background: #00355B;
    padding: 50px 20px;
}
.footer .footer-top-content {
    max-width: 1200px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer .footer-top-left {
    width: 55%;
}
.footer .logo {
    max-width: 300px;
    display: block;
    margin-bottom: 40px;
}
.footer .logo.mobile {
    display: none;
}
.footer .logo img {
    width: 100%;
}
.footer .footer-top-left-items {
    display: grid;
    row-gap: 40px;
}
.footer .footer-top-left-item {
    display: flex;
    align-items: center;
    text-decoration: unset;
}
.footer .footer-top-left-item img {
    width: 24px;
    margin-right: 15px;
}
.footer .footer-top-left-item p {
    font-family: 'DroidSans-Bold';
    font-size: 18px;
    line-height: 36px;
    color: #FFFFFF;
    margin: 0;
}
.footer .footer-top-left-item .lawyer-logo {
    width: 250px;
}
.footer .footer-top-right {
    text-align: center;
    width: 45%;
}
.footer .footer-top-right h2 {
    font-family: 'DroidSans-Bold';
    font-size: 32px;
    line-height: 38px;
    color: white;
    margin: 0;
    text-transform: uppercase;
}
.footer .footer-top-right h3 {
    font-family: 'DroidSans-Bold';
    font-size: 16px;
    line-height: 19px;
    margin: 10px 0 35px 0;
    color: #75D1ED;
}
.footer .footer-top-right form {
    max-width: 85%;
    margin: 0 auto;
}
.footer .footer-top-right input[type="text"],
.footer .footer-top-right input[type="email"] {
    width: 100%;
    background: white;
    border: 2px solid #05A2FF;
    height: 48px;
    padding: 10px;
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 19px;
    color: black;
    outline: none;
    border-radius: 0;
}
.footer .footer-top-right input[type="submit"] {
    background: #0FB77D;
    border: none;
    font-family: 'DroidSans-Bold';
    font-size: 32px;
    line-height: 38px;
    color: white;
    text-shadow: 0px 3px 6px rgb(0 0 0 / 37%);
    padding: 20px 0;
    width: 100%;
    max-width: 350px;
    cursor: pointer;
    border-radius: 0;
    -webkit-appearance: none;
}
.footer .footer-bottom {
    padding: 20px;
    text-align: center;
}
.footer .footer-bottom img {
    width: 183px;
}
.footer .footer-top-right input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000000;/* Firefox */
}

.footer .footer-top-right input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #000000;
}

.footer .footer-top-right input::-ms-input-placeholder { /* Microsoft Edge */
    color: #000000;
}
.banner-form {
    max-width: 1200px;
    margin: auto;
    background: #0B5180;
    padding: 25px 30px;
    position: relative;
}
.banner-form .form-label {
    background-image: url(../images/home-desktop/banner-desktop.png);
    position: absolute;
    left: 5px;
    top: -10px;
    width: 200px;
    height: 174px;
    background-size: cover;
    background-position: center;
    text-align: center;
}
.banner-form .form-label h3 {
    font-family: 'DroidSans-Bold';
    font-size: 19px;
    line-height: 22px;
    margin: 25px 0 0 0;
    color: white;
}
.banner-form .form-fields {
    padding-left: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner-form .form-fields input[type="text"],
.banner-form .form-fields input[type="email"] {
    width: 100%;
    border: 2px solid #75D1ED;
    font-size: 16px;
    color: #003558;
    height: 48px;
    padding: 0 20px;
    margin: 0 10px;
    outline: none;
    border-radius: 0;
}
.banner-form .form-fields input[type="submit"] {
    background: #0FB77D;
    border: none;
    font-family: 'DroidSans-Bold';
    color: white;
    font-size: 24px;
    line-height: 28px;
    height: 68px;
    text-shadow: 2px 2px 3px rgb(16 16 16 / 33%);
    width: 100%;
    margin-left: 10px;
    cursor: pointer;-webkit-appearance: none;
    border-radius: 0;
}
.banner-form .form-fields input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #00355B;/* Firefox */
}
.banner-form .form-fields input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #00355B;
}
.banner-form .form-fields input::-ms-input-placeholder { /* Microsoft Edge */
    color: #00355B;
}
#popup {
    position: absolute;
    z-index: 10;
    padding: 0px;
    font-family: 'DroidSans-Bold';
    max-width: 100%;
    height: auto;
    top: 50%;
    left: 50%;
    background: #58d4f4;
    font-size: 16px;
    transform: translate(-50%, -50%);
}
#popup_content{
    padding: 15px 30px 30px 30px;
}
#close:hover {
    float: right;
    display: inline-block;
    padding: 4px 10px;
    color: #fff;
    cursor: pointer;
}
#close {
    float: right;
    display: inline-block;
    padding: 4px 10px;
}

.grecaptcha-badge {
    margin-right: -2000px;
    margin-bottom: -50px;
    position: fixed;
    z-index: -1;
    visibility: hidden;
}

.submitButtonHeader {
    background: #0FB77D;
    border: none;
    font-family: 'DroidSans-Bold';
    color: white;
    font-size: 24px;
    line-height: 28px;
    height: 68px;
    text-shadow: 2px 2px 3px rgb(16 16 16 / 33%);
    width: 100%;
    margin-left: 10px;
    cursor: pointer;-webkit-appearance: none;
    border-radius: 0;
}
.submitButtonHeader_m {
    background: #0FB77D;
    border: none;
    font-family: 'DroidSans-Bold';
    color: white;
    font-size: 24px;
    line-height: 28px;
    height: 68px;
    text-shadow: 2px 2px 3px rgb(16 16 16 / 33%);
    width: 100%;
    cursor: pointer;-webkit-appearance: none;
    border-radius: 0;
    margin: 0;
}
.submitButtonFooter {
    background: #0FB77D;
    border: none;
    font-family: 'DroidSans-Bold';
    font-size: 24px;
    line-height: 38px;
    color: white;
    text-shadow: 0px 3px 6px rgb(0 0 0 / 37%);
    padding: 20px 0;
    width: 100%;
    max-width: 350px;
    cursor: pointer;
    border-radius: 0;
    -webkit-appearance: none;
}
.alertinfo {
    color: #ed2939;
    font-weight: 600;
    text-align: center;
}
.form_submit {
    display: none;
}
.navbar {
    background: #003558;
    padding: 25px 22px;
    position: fixed;
    left: 0;
    top: 0;
    width: calc(100% - 44px);
    z-index: 999;
}
.navbar-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.navbar-container img {
    max-width: 100%;
}
.navbar-container .mobile {
    display: none;
}
.navbar-items {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.navbar-item {
    font-family: 'DroidSans-Bold';
    cursor: pointer;
    font-size: 18px;
    line-height: 21px;
    color: #FFFFFF;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 32%);
    margin-right: 45px;
    transition-duration: 0.3s;
}
.navbar-item:hover,
.navbar-item.active {
    color: #75D1ED;
}
.navbar-items a {
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: #FFFFFF;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 32%);
    font-family: 'DroidSans-Bold';
    text-decoration: unset;
    background: #FF003C;
    border-radius: 33px;
    padding: 12px 50px;
    margin-left: 10px;
}
.testimonials {
    padding: 20px 20px 50px 20px;
}
.home-tier1-content {
    max-width: 960px;
    margin: auto;
    text-align: center;
}
.testimonials img {
    width: 44px;
}
.testimonials p {
    font-size: 16px;
    line-height: 19px;
    color: #75D1ED;
    margin: 10px 0;
    letter-spacing: 6px;
}
.testimonials h1 {
    font-family: 'DroidSans-Bold';
    font-size: 32px;
    line-height: 38px;
    margin: 0;
    color: #00355B;
}
.testimonials .info {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    color: #00355E;
    margin: 10px 0 20px 0;
}
.testimonial-video {
    padding-top: 56.25%;
    position: relative;
}
.testimonial-video iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.home-iter5 {
    background: #FF003C;
    padding: 15px;
    text-align: center;
    position: relative;
    z-index: 9;
    margin: 0 -20px;
}
.home-iter5 h2 {
    font-size: 35px;
    line-height: 41px;
    color: #FDFDFD;
    text-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    font-family: 'DroidSans-Bold';
    margin: 0;
}
.home-iter5 a {
    color: #F5FD00;
    text-decoration: unset;
    display: inline !important;
    width: auto !important;
}
.home-tier3 .tier3-item.meet-adam {
    padding-top: 70px;
}
.home-tier6 {
    background: #00355B;
    position: relative;
    z-index: 9;
    padding: 50px;
}
.home-tier6 h2 {
    font-size: 32px;
    line-height: 37px;
    text-align: center;
    text-transform: uppercase;
    color: #75D1ED;
    font-family: 'DroidSans-Bold';
    margin: 0 0 40px 0;
}
.home-tier6-items {
    max-width: 1160px;
    margin: auto;
}
.home-tier6-items p {
    font-size: 24px;
    line-height: 52px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    margin: 0;
}
.home-tier6-items h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 52px;
    text-align: center;
    color: #75D1ED;
    font-family: 'DroidSans-Bold';
    margin: 0;
}

@media (max-width: 1299px) {
    .navbar-item {
        font-size: 16px;
        line-height: 1;
        margin-right: 20px;
    }
    .navbar-items a {
        font-size: 20px;
        padding: 5px 30px;
    }
}

@media (max-width: 1199px) {
    .banner .banner-items {
        column-gap: 20px;
    }
    .banner .banner-item h1 {
        font-size: 28px;
        line-height: 1;
    }
}

@media (max-width: 991px) {
    .banner {
        padding: 50px 20px 80px 20px;
        margin-top: 48px;
    }
    .banner .logo {
        width: 400px;
    }
    .banner .ticket-button {
        width: 400px;
        height: 77px;
        font-size: 20px;
        margin: 10px auto 30px auto;
    }
    .banner .banner-item {
        padding: 20px 5px;
    }
    .banner .banner-item h1 {
        font-size: 20px;
    }
    .banner .banner-item h2,
    .banner .banner-item p {
        font-size: 14px;
        line-height: 1;
    }
    .home-tier1 .home-tier1-content h1 {
        font-size: 24px;
        line-height: 1;
    }
    .home-tier1 .home-tier1-items {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .home-tier1 .home-tier1-item {
        width: calc(33.3333% - 40px);
        margin-bottom: 6px;
    }
    .home-tier1 .bk-box {
        display: none;
    }
    .home-tier2 .tier2-content {
        max-width: 500px;
    }
    .home-tier2 form {
        display: block;
    }
    .home-tier2 input[type="text"], .home-tier2 input[type="email"],
    .home-tier2 input[type="submit"] {
        width: 100%;
    }
    .home-tier2 input[type="email"] {
        margin: 20px 0 40px 0;
    }
    .home-tier3 {
        padding: 50px 20px;
    }
    .home-tier3 .tier3-item-image {
        width: 280px;
    }
    .home-tier3 .tier3-item-content {
        width: calc(100% - 300px);
    }
    .home-tier3 .tier3-item:first-child .tier3-item-image {
        width: calc(100% - 300px);
    }
    .home-tier3 .tier3-item:first-child .tier3-item-content {
        width: 280px;
    }
    .home-tier3 .tier3-content-image {
        width: 30px;
    }
    .home-tier3 .tier3-sub-title {
        font-size: 14px;
        line-height: 1;
    }
    .home-tier3 h2 {
        font-size: 18px;
        line-height: 1;
    }
    .home-tier3 .tier3-info {
        font-size: 14px;
        line-height: 24px;
    }
    .home-tier3 .tier3-sub-items {
        margin: 15px 0 0 25px;
    }
    .home-tier3 .tier3-sub-item img {
        width: 16px;
        margin-right: 5px;
    }
    .home-tier3 .tier3-sub-item p {
        font-size: 12px;
        line-height: 20px;
    }
    .home-tier3 .tier3-sub-item:nth-child(2) {
        margin: 10px 0;
    }
    .home-tier3 .bk-box {
        display: none;
    }
    .home-tier3 h3 {
        font-size: 12px;
        line-height: 1;
    }
    .home-tier3 a {
        width: 400px;
    }
    .home-tier4 {
        padding: 40px 20px;
    }
    .home-tier4 img {
        width: 30px;
    }
    .home-tier4 .sub-title {
        font-size: 14px;
        line-height: 1;
        margin-bottom: 10px;
    }
    .home-tier4 h2 {
        font-size: 24px;
        line-height: 1;
        margin-bottom: 50px;
    }
    .home-tier4 .tier4-items {
        row-gap: 50px;
    }
    .home-tier4 .tier4-item {
        padding: 20px 20px 10px 20px;
    }
    .home-tier4 .tier3-item-header {
        top: -20px;
    }
    .home-tier4 .tier4-item h3 {
        font-size: 16px;
        line-height: 1;
        min-width: 460px;
    }
    .home-tier4 .tier4-item p {
        font-size: 14px;
        line-height: 28px;
    }
    .home-tier4 .tier4-item:nth-child(4) h3 {
        padding: 10px 20px;
    }
    .footer .logo {
        max-width: 250px;
    }
    .footer .footer-top-left-items {
        row-gap: 25px;
    }
    .footer .footer-top-left-item img {
        width: 18px;
        margin-right: 10px;
    }
    .footer .footer-top-left-item p {
        font-size: 14px;
        line-height: 28px;
    }
    .footer .footer-top-left-item .lawyer-logo {
        width: 200px;
    }
    .footer .footer-top-right h2 {
        font-size: 24px;
        line-height: 1;
    }
    .footer .footer-top-right h3 {
        font-size: 14px;
        line-height: 19px;
        margin-bottom: 20px;
    }
    .footer .footer-top-right form {
        max-width: 100%;
    }
    .footer .footer-top-right input[type="text"], .footer .footer-top-right input[type="email"] {
        height: 40px;
        margin-bottom: 25px;
        font-size: 14px;
    }
    .footer .footer-top-right input[type="submit"] {
        font-size: 24px;
        line-height: 1;
        padding: 15px 0;
    }
    .banner .banner-items {
        margin: 50px auto;
    }
    .banner-form {
        max-width: 500px;
    }
    .banner-form .form-label {
        background-image: url(../images/home-mobile/banner-mobile.png);
        width: 500px;
        height: 120px;
        top: -19px;
        left: calc(50% - 250px);
    }
    .banner-form .form-label h3 br {
        display: none;
    }
    .banner-form .form-label h3 span {
        display: block;
    }
    .banner-form .form-fields {
        padding: 90px 0 0 0;
        display: block;
    }
    .banner-form .form-fields input[type="text"], .banner-form .form-fields input[type="email"] {
        margin: 0 0 25px 0;
    }
    .banner-form .form-fields input[type="submit"] {
        margin: 0;
    }
    .home-tier2 .home-tier2-items {
        display: block;
    }
    .home-tier2 .home-tier2-item {
        margin: auto;
    }
    .home-tier2 .home-tier2-item:nth-child(2) {
        max-width: 290px;
        margin: 35px auto;
    }
    .home-tier2 .home-tier2-item div br {
        display: block;
    }
    .submitButtonHeader {
        margin-left: 0px;
    }
    .submitButtonFooter{
        font-size: 24px;
        line-height: 1;
        padding: 15px 0;
    }
    .navbar-container .mobile {
        display: block;
        font-size: 24px;
        line-height: 28px;
        color: #FFFFFF;
        text-shadow: 1px 1px 1px rgb(0 0 0 / 32%);
        font-family: 'DroidSans-Bold';
        text-decoration: unset;
    }
    .navbar {
        background: #FF003C;
        padding: 10px;
        width: calc(100% - 20px);
    }
    .navbar-container {
        position: relative;
    }
    .navbar-container img {
        max-width: 43px;
    }
    .navbar-items {
        position: absolute;
        top: calc(100% + 10px);
        left: -10px;
        z-index: 99;
        background: #00355B;
        display: none;
        width: 100%;
        text-align: center;
        padding: 20px 10px;
    }
    .navbar.active .navbar-items {
        display: block;
    }
    .navbar-item {
        font-size: 22px;
        line-height: 40px;
        margin: 0;
    }
    .navbar-items a {
        display: none;
    }
    .home-iter5 h2 {
        font-size: 24px !important;
        line-height: 1 !important;
    }
    .home-tier3 a.desktop {
        font-size: 16px !important;
        line-height: 1 !important;
        width: 350px !important;
    }
    .home-tier3 .tier3-item.meet-adam {
        padding-top: 50px;
    }
    .home-iter5 {
        margin-top: 50px;
    }
    .home-tier6 {
        padding: 30px 70px;
    }
    .home-tier6-items p,
    .home-tier6-items h3 {
        font-size: 16px;
        line-height: 32px;
    }
    .slick-prev, .slick-next {
        padding: 10px;
    }
}

@media (max-width: 767px) {
    .header-content .chat-btn {
        display: none;
    }
    .header-content .chat-btn-mobile {
        display: block;
        width: 44px;
    }
    .header-content .chat-btn-mobile img {
        width: 100%;
    }
    .banner {
        display: none;
    }
    .banner-mobile {
        display: block;
        margin-top: 48px;
    }
    .banner-mobile .banner-item {
        background-size: cover;
        background-position: center;
        padding: 30px 0px;
        margin: 0 -20px;
    }
    .banner-mobile .banner-item.first {
        background-image: url(../images/home-mobile/firstlocationbg-mobile.png);
    }
    .banner-mobile .banner-item.second {
        background-image: url(../images/home-mobile/secondlocationbg-mobile.png);
        margin: 15px -20px;
    }
    .banner-mobile .banner-item.third {
        background-image: url(../images/home-mobile/thirdlocationbg-mobile.png);
    }
    .banner-mobile .banner-item .logo {
        margin: 0 20px;
    }
    .banner-mobile .banner-item .logo img {
        width: 100%;
    }
    .banner-mobile .banner-item .ticket-button {
        background-image: url(../images/home-mobile/greenbutton-mobile.png);
        background-size: cover;
        background-position: center;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: unset;
        font-family: DroidSans-Bold;
        font-size: 24px;
        line-height: 28px;
        color: white;
        margin: 25px auto 85px auto;
        width: 100%;
        height: 23.4vw;
    }
    .banner-mobile .banner-item-info {
        margin: 0 30px;
        padding: 30px 10px;
        text-align: center;
        display: block;
        text-decoration: unset;
    }
    .banner-mobile .banner-item-info:before {
        content: "";
    }
    .banner-mobile .banner-item-info h1 {
        font-family: DroidSans-Bold;
        font-size: 34px;
        line-height: 40px;
        color: #00355B;
        max-width: 200px;
        margin: 0 auto;
    }
    .banner-mobile .banner-item-info h2 {
        font-family: DroidSans-Bold;
        font-size: 18px;
        line-height: 21px;
        color: white;
        margin: 6px 0 10px 0;
        text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    }
    .banner-mobile .banner-item-info p {
        font-size: 18px;
        line-height: 21px;
        color: #00355B;
        margin: 0;
    }
    .home-tier1 {
        padding: 35px 10px;
    }
    .home-tier1 .home-tier1-content .tier-info {
        letter-spacing: 6px;
        max-width: 250px;
        margin: 10px auto;
    }
    .home-tier1 .home-tier1-content h1 {
        font-size: 32px;
        line-height: 38px;
    }
    .home-tier1 .home-tier1-items {
        max-width: 300px;
        margin: auto;
    }
    .home-tier1 .home-tier1-item {
        width: 100%;
        margin-bottom: 50px;
    }
    .home-tier1 .home-tier1-item:last-child {
        margin: 0px;
    }
    .home-tier2 {
        padding: 50px 15px;
    }
    .home-tier2 h1 {
        max-width: 340px;
        margin: 0 auto;
    }
    .home-tier2 input[type="text"], .home-tier2 input[type="email"] {
        margin: 0 5px;
        width: calc(100% - 10px);
    }
    .home-tier2 input[type="email"] {
        margin: 20px 5px 40px 5px;
    }
    .home-tier3 .tier3-item {
        display: block;
    }
    .home-tier3 .tier3-item-image {
        width: 100%;
    }
    .home-tier3 .tier3-item-content {
        width: 100%;
        text-align: center;
        margin-top: 25px;
    }
    .home-tier3 .tier3-content-image {
        width: 45px;
    }
    .home-tier3 .tier3-item:first-child .tier3-item-content {
        width: 100%;
        margin-top: 0px;
    }
    .home-tier3 .tier3-item:first-child {
        overflow: hidden;
    }
    .home-tier3 .tier3-item:first-child .tier3-item-image {
        width: 110%;
    }
    .home-tier3 .tier3-item:first-child {
        margin-bottom: 50px;
    }
    .home-tier3 .tier3-sub-title {
        margin: 8px 0;
        font-size: 16px;
        line-height: 19px;
    }
    .home-tier3 h2 {
        font-size: 24px;
        line-height: 28px;
        max-width: 290px;
        margin: 0 auto 8px auto;
    }
    .home-tier3 .tier3-info {
        font-size: 16px;
        line-height: 30px;
        text-align: left;
    }
    .home-tier3 .tier3-sub-items {
        margin: 40px 0 0 0;
        text-align: left;
    }
    .home-tier3 .tier3-sub-item img {
        width: 22;
        margin-right: 12px;
    }
    .home-tier3 .tier3-sub-item p {
        font-size: 14px;
        line-height: 30px;
    }
    .home-tier3 .tier3-sub-item:nth-child(2) {
        margin: 25px 0;
    }
    .home-tier3 .tier3-item-mobile {
        display: block;
        text-align: center;
    }
    .home-tier3 .tier3-item-mobile .tier3-sub-title {
        max-width: 250px;
        margin: 8px auto;
    }
    .home-tier3 .tier3-item:nth-child(2) h2 {
        margin-bottom: 30px;
    }
    .home-tier3 .tier3-item:nth-child(2) .tier3-item-content {
        margin-top: 30px;
    }
    .home-tier3 .tier3-item-desktop {
        display: none;
    }
    .home-tier3 h3 {
        font-size: 14px;
        line-height: 30px;
        text-align: left;
        max-width: 290px;
    }
    .home-tier3 a.desktop {
        display: none;
    }
    .home-tier3 a.mobile {
        display: block;
        width: 100%;
        text-align: center;
        padding: 12px;
        margin-left: -12px;
        background: #0FB77D;
        text-transform: uppercase;
        text-decoration: unset;
        font-family: 'DroidSans-Bold';
        font-size: 24px;
        line-height: 28px;
        color: white;
        text-shadow: 2px 3px 4px rgb(0 0 0 / 34%);
    }
    .home-tier4 img {
        width: 45px;
    }
    .home-tier4 .sub-title {
        font-size: 16px;
        line-height: 19px;
        margin: 14px 0;
    }
    .home-tier4 h2 {
        font-size: 32px;
        line-height: 38px;
        margin-bottom: 80px;
    }
    .home-tier4 .tier4-items {
        margin: 0 10px;
        row-gap: 80px;
    }
    .home-tier4 .tier4-item p {
        font-size: 16px;
        line-height: 30px;
    }
    .home-tier4 .tier3-item-header {
        top: -50px;
        left: -10px;
        width: calc(100% + 20px);
    }
    .home-tier4 .tier4-item h3 {
        font-size: 18px;
        line-height: 21px;
        min-width: unset;
        padding: 0;
        display: block;
        letter-spacing: 0px;
        height: 62px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .home-tier4 .tier4-item:nth-child(4) h3 {
        padding: 0px;
    }
    .home-tier4 .tier4-item h3 br {
        display: block;
    }
    .home-tier4 .tier4-item h3 span {
        display: none;
    }
    .footer .logo.desktop {
        display: none;
    }
    .footer .logo.mobile {
        display: block;
        width: 100%;
        max-width: 100%;
        margin-bottom: 55px;
    }
    .footer .footer-top-content {
        flex-wrap: wrap;
        justify-content: center;
    }
    .footer .footer-top-left {
        width: 100%;
        order: 3;
        max-width: 300px;
    }
    .footer .footer-top-left-items {
        row-gap: 35px;
    }
    .footer .footer-top-left-item img {
        width: 24px;
        margin-right: 15px;
    }
    .footer .footer-top-left-item p {
        font-size: 18px;
        line-height: 28px;
    }
    .footer .footer-top-right {
        width: 100%;
        margin-bottom: 50px;
    }
    .footer .footer-top-right h2 {
        font-size: 32px;
        line-height: 38px;
    }
    .footer .footer-top-right h3 {
        font-size: 16px;
        line-height: 19px;
        margin: 20px 0;
    }
    .footer .footer-top-right input[type="text"], .footer .footer-top-right input[type="email"] {
        height: 48px;
        font-size: 16px;
        padding: 0 15px;
        margin: 0 10px 40px 10px;
        width: calc(100% - 20px);
    }
    .footer .footer-top-right input[type="submit"] {
        font-size: 24px;
        line-height: 28px;
        padding: 25px 0;
    }
    .header-content .logo.desktop {
        display: none;
    }
    .header-content .logo.mobile {
        display: block;
    }
    .banner-mobile {
        padding: 40px 20px 0 20px;
        position: relative;
    }
    .banner-form {
        margin: 40px auto 0 auto;
    }
    .banner-form .form-label {
        width: 300px;
        height: 75px;
        left: calc(50% - 150px);
        top: -13px;
    }
    .banner-form .form-label h3 {
        margin-top: 15px;
    }
    .banner-form .form-fields {
        padding-top: 60px;
    }
    .banner-mobile h4 {
        font-family: 'DroidSans-Bold';
        font-size: 32px;
        line-height: 38px;
        text-align: center;
        margin: 0 0 30px 0;
        color: #449bc9;
    }
    .banner-bk-image {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
    }
    .banner-bk-image img {
        width: 100%;
    }
    .banner-mobile .logo {
        position: relative;
        z-index: 9;
        margin-bottom: 20px;
    }
    .home-tier2 p {
        max-width: 330px;
        margin: 15px auto 30px auto;
    }
    .home-tier1 .home-tier1-item .item-info {
        font-size: 12px;
    }
    .home-tier3 .tier3-item:first-child h2 {
        max-width: unset;
    }
    .home-tier3 .tier3-item:first-child .tier3-item-mobile .tier3-sub-title {
        max-width: 290px;
    }
    .home-iter5 {
        padding: 30px 0;
        margin-top: 30px;
    }
    .home-iter5 h2 {
        max-width: unset;
        font-size: 35px !important;
        line-height: 41px !important;
    }
    .home-iter5 a {
        display: block !important;
        margin-top: 0;
    }
    .home-tier3 .tier3-item.meet-adam {
        padding-top: 30px;
    }
    .home-tier6 {
        padding: 30px 50px;
    }
    .slick-prev {
        left: -35px;
    }
    .slick-next {
        right: -35px;
    }
    .home-tier6 h2 {
        margin-bottom: 20px;
    }
}