:root {
    --bs-gutter-x: 15px;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Karla', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 19px;
    line-height: 1.3;
    font-weight: 300;
    color: #1f2a51;
    font-size: 25px;
    font-weight: 500;
    line-height: 38px;
}

h1 {
    font-size: 60px;
    line-height: 81px;
}

h2 {
    font-size: 36px;
}

.mt30 {
    margin-top: 30px!important;
}

.mt60 {
    margin-top: 60px;
}

.mb0 {
    margin-bottom: 0px!important;
}
.mb15 {
    margin-bottom: 15px!important
}
.mb30 {
    margin-bottom: 30px!important
}

b,strong {
    font-weight: 700;
}

footer a:hover {
    color: #1f2a51;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    /*    padding-right: 15px;
    padding-left: 15px;*/
}

.txtDataContainer p {
    margin-bottom: 30px;
}

.navigation {
}

.navigation .container {
    position: relative;
}

.navigation .barNav {
    position: relative;
    padding: 30px 0 30px 0;
}

.navigation .logo {
    display: inline-block;
}

.logo {
    width: 300px;
    display: inline-block;
}

.logo img {
    width: 100%;
    height: auto;
}

.navigation .navToggler {
    cursor: pointer;
    position: absolute;
    right: 0;
    bottom: 0;
    margin-bottom: 30px;
    width: 70px;
    height: 40px;
    display: inline-block;
    line-height: 1;
    /* border: 1px solid red; */
    /*overflow: hidden;*/
    user-select: none;
    border-radius: 0px!important;
}

.navigation .navToggler.collapsed {
}

.navigation .navToggler span {
    width: 100%;
    height: 5px;
    border-radius: 4px;
    background: rgb(228,86,84);
    background: linear-gradient(90deg, rgba(228,86,84,1) 0%, rgba(48,47,116,1) 100%);
    display: block;
    position: absolute;
    transform-origin: 50% 50%;
}

.navToggler.collapsed .firstBar {
    top: 0;
    bottom: auto;
    transform: translateY(0%) rotateZ(0deg)!important;
    transition: all 0.3s ease-in-out;
}

.navToggler .firstBar {
    top: 50%;
    transform: translateY(-50%) rotateZ(45deg);
    transition: all 0.3s ease-in-out;
}

.navToggler.collapsed .mddleBar {
    transform: translateX(0%) rotateZ(0deg);
    opacity: 1;
    transition: all 0.2s ease-in-out;
}

.navToggler .mddleBar {
    top: 18px;
    transform: translateY(50%) rotateZ(-45deg);
    bottom: auto;
    opacity: 0;
    transition: all 0.2s ease-in-out;
}

.navToggler .lastBar {
    top: auto;
    bottom: 50%;
    transform: translateY(50%) rotateZ(-45deg);
    opacity: 1;
    transition: all 0.3s ease-in-out;
}

.navToggler.collapsed .lastBar {
    transform: translateY(0%) rotateZ(0deg);
    opacity: 1;
    transition: all 0.3s ease-in-out;
    top: auto;
    bottom: 0%;
}

.navItemsWrapp {
    position: relative;
}

.navItems {
    position: absolute;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 2;
    padding: 0;
}

.navItems ul {
    margin: auto;
    list-style-type: none;
    padding: 15px 0 45px 0;
}

.navItems li {
    display: block;
    opacity: 1;
}

.navItems a {
    text-decoration: none;
    color: inherit;
    font-size: 25px;
    font-weight: 400;
    display: inline-block;
    padding: 5px 0;
    color: #1f2a51;
}

.navItems a:hover {
    color: rgba(228,86,84,1);
}

.header {
    background: url(../img/header.jpg);
    height: 85vh;
    background-size: cover;
    background-position: center;
}

.firstSec {
    position: relative;
    margin-top: -25vh;
}

.firstSec h1 {
    color: #fff;
    font-size: 60px;
    text-align: center;
    font-weight: 800;
    margin-bottom: 60px;
    text-shadow: 2px 2px 4px black;
    position: relative;
    z-index: 1;
    line-height: 70px;
}

.firstSec .txtBox {
    padding: 40px 30px;
    background: #fff;
    position: relative;
    z-index: 2;
}

.gradTtle {
    background: rgb(228,86,84);
    background: linear-gradient(90deg, rgba(228,86,84,1) 0%, rgba(48,47,116,1) 100%);
    font-weight: 800;
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

p:only-child, p:last-of-type {
    margin-bottom: 0px;
}

.txtBox .bold, .txtBox strong {
    font-weight: 800;
}

.text-right {
    text-align: right;
}

.text-right .gradBtn {
    text-align: center;
}

.gradBtn {
    background: rgb(228,86,84);
    background: linear-gradient(90deg, rgba(228,86,84,1) 0%, rgba(48,47,116,1) 100%);
    text-decoration: none;
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    padding: 15px 40px;
    border-radius: 15px;
    display: inline-block;
    position: relative;
}

.gradBtn:hover {
    color: #fff;
    background: linear-gradient(90deg, rgba(228,86,84,1) -50%, rgba(48,47,116,1) 100%);
}

.txtBox .gradBtn {
    margin-top: 30px;
}

.blockBtn {
    width: 100%;
}

.container-max {
    margin: auto;
}

.fiftyFiftyBoxWrapp {
    display: flex;
    justify-content: center;
    align-items: stretch;
}

.fiftyFiftyBoxWrapp .box {
    /* flex: 0 0 50%; */
    width: 50%;
}

.box.boxTxt {
    padding: 80px 80px 80px 30px;
}

.fiftyFiftyBoxWrapp .box.boxIllustrated.trainer {
    background: url(../img/box1.jpg);
    background-position: center;
    background-size: cover;
}

.fiftyFiftyBoxWrapp .box.boxIllustrated.supportIllustrated {
    background: url(../img/bgd_support.jpg);
    background-position: top right;
    background-size: cover;
}

.boxShadow {
    box-shadow: 3px 5px 14px -8px #000;
}

section + section {
    margin-top: 80px;
}

.iconsSection {
}

.iconsSection h1 {
    margin-bottom: 40px;
}

.iconsRow {
    display: flex;
    padding: 0px 0 30px 0;
    justify-content: space-between;
}

.iconsRow + .iconsRow {
    padding-bottom: 0px;
    padding-top: 30px;
}

.iconsRow .iconBox {
    /* flex: 1 0 50%; */
    display: inline-flex;
    align-items: center;
    width: 48%;
    justify-content: center;
}

.iconsRow .iconBox img {
    width: 150px;
    height: auto;
    margin-right: 60px;
}

.iconsRow .iconBox p {
    font-size: 36px;
    margin-bottom: 0px;
    font-weight: 500;
    flex: 0 1 50%;
    line-height: normal;
}

.iconsRow .iconBox strong {
    font-weight: 800;
}

.iconsRow + .iconsRow {
    border-top: 1px solid #1f2a51;
}

.imgSection {
    background: url(../img/bgdImg.jpg)no-repeat;
    background-position: right;
    background-size: cover;
    display: flex;
    align-items: center;
    /* font-size: 27px; */
    /* font-weight: 500; */
    padding: 80px 0;
    line-height: 40px;
}

.imgSection h1 {
    margin-bottom: 30px;
}

.imgSection p {
}

.imgSection .imgSecHalf {
    width: 50%;
}

.imgSecHalf .gradBtn {
    margin-top: 60px;
}

.bulletsSection {
}

.bulletsSection h1 {
    margin-bottom: 40px;
}

.bulletsWrapp {
    display: block;
}

.bulletsWrapp .bulletRow {
    display: flex;
}

.bulletsWrapp .bulletRow + .bulletRow {
    padding-right: 0px ;
    /* margin-top: 0px; */
}

.bulletRow .bullet {
    position: relative;
    padding-left: 90px;
    /* width: 74%; */
    min-height: 70px;
    width: 50%;
    padding-right: 30px
}

.bullet + .bullet {
    padding-right: 0px;
}

.bulletRow .bullet p {
    margin-bottom: 0px;
}

.bulletRow + .bulletRow {
    margin-top: 30px;
}

.bulletRow .bullet:before {
    position: absolute;
    left: 0;
    top: 5px;
    width: 58px;
    height: 58px;
    content: "";
    background: url(../img/bullet.svg)no-repeat;
    background-size: contain;
    background-position: center;
}

a {
    color: inherit;
    text-decoration: none;
}

.supportIllustrated {
    position: relative;
}

.support .boxTxt {
    padding-right: 115px;
}

.gradCrcl {
    background: rgb(228,86,84);
    background: linear-gradient(90deg, rgba(228,86,84,1) 0%, rgba(48,47,116,1) 100%);
    border-radius: 500px;
    color: #fff;
    text-align: center;
    width: 330px;
    height: 330px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 30px;
    left: -105px;
    transform: rotateZ(-8deg);
}

.gradCrcl span {
    font-size: 26px;
    line-height: 30px;
    display: block;
    font-weight: 300;
    margin-bottom: 15px;
}

.gradCrcl h4 {
    position: relative;
    color: #fff;
    margin-bottom: 0px;
    font-size: 30px;
    line-height: 34px;
    padding-top: 15px;
}

.gradCrcl h4:before {
    position: absolute;
    top: 0;
    width: 70%;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    height: 1px;
    background: #fff;
}

footer {
    color: #fff;
    background: rgb(228,86,84);
    background: linear-gradient(90deg, rgba(228,86,84,1) 0%, rgba(48,47,116,1) 100%);
    margin-top: 80px;
    padding: 27px 0;
}

footer ul {
    list-style-type: none;
    padding-left: 0px;
    margin: 0;
}

footer ul li {
    display: inline-block;
    margin-right: 40px;
}

footer a {
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}

.support a {
    text-decoration: underline;
}

.imgSecDsktp {
    display: block;
}

.imgSecMble {
    display: none;
}

.customModal {
}

.customModal .modal-dialog {
    width: 100%;
    margin: 0;
    max-width: unset;
    padding: 30px;
}

.customModal .modal-content {
    background: #ffff;
    border-radius: 0px;
    color: #1f2a51;
    border: none;
}

.customModal h4 {
    margin-bottom: 30px;
    font-weight: 200;
}

.customModal .btn-close {
    background: transparent;
    opacity: 1;
    position: absolute;
    right: 15px;
    top: 15px;
    width: auto;
    height: auto;
    padding: 0;
    line-height: 1;
    z-index: 4;
}

.customModal .gradBtn {
    outline: none;
    box-shadow: none;
    border: none;
}

.customModal .btn-close i {
    color: #1f2a51;
    opacity: 1;
    font-size: 36px;
}

.customModal .form-control {
    background: #e0e0e0;
    border: 1px solid transparent;
    padding: 10px 10px;
}

.customModal .form-select {
    background-color: #e0e0e0;
    border: 1px solid transparent;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

.customModal .modal-body {
    padding: 40px 15px;
}

.customModal form label {
    line-height: normal;
    font-weight: 500;
    margin-bottom: 0px;
}

.customModal form {
    width: 80%;
    margin: 30px auto auto auto;
}

.customModal form a {
    text-decoration: underline;
}

.formBtnFix {
    display: inline-flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.customModal .form-check label {
    font-size: 0.8em;
    line-height: normal;
}

.gcaptcha {
    font-size: 13px;
    margin-top: 15px;
}

.gcaptcha a {
    text-decoration: underline;
}

.wBtn {
    box-shadow: rgb(0 0 0 / 15%) 0px 3px 12px;
    cursor: pointer;
    user-select: none;
    position: relative;
    outline: transparent;
    background-color: rgb(255, 255, 255);
    margin-bottom: 0;
    width: auto;
    height: auto;
    margin-right: 0;
    margin-left: auto;
    border-radius: 20px;
    padding: 10px 30px 10px 30px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    display: inline-flex;
    align-items: center;
}

.wBtn svg {
    height: 20px;
    width: 20px;
    display: inline-block;
    fill: rgb(79, 206, 93) !important;
}

.wBtn .wTxt {
    display: inline-block;
    vertical-align: middle;
    line-height: 20px;
    font-size: 15px;
    font-weight: 700;
    margin-left: 5px;
    color: rgb(79, 206, 93);
}

.wBtn .bble {
    width: 10px;
    height: 10px;
    background-color: rgb(255, 0, 0);
    display: block;
    position: absolute;
    z-index: 1;
    border-radius: 50%;
    right: 10px;
    top: 5px;
}

.wBtn::before, .wBtn::after {
    content: "";
    position: absolute;
    border: 1px solid rgb(79, 206, 93);
    inset: -2px;
    border-radius: 500px;
    opacity: 0;
    z-index: 0;
    animation-name: wPulse;
    animation-duration: 3.5s;
    animation-iteration-count: infinite;
    top: 50%;
    height: 100%;
    left: 50%;
    width: 100%;
    transform: translateX(-50%) translateY(-50%);
    border-top-color: transparent;
    border-bottom-color: transparent;
    animation-timing-function: linear;
}

.wBtn::after {
    animation-delay: 0.3s;
}

@keyframes wPulse {
    0% {
        width: 100%;
        opacity: 0;
    }

    10% {
        width: 105%;
        opacity: 1;
    }

    20% {
        width: 110%;
        opacity: 0;
    }
}

.wChatBox {
    border-radius: 10px;
    position: fixed;
    bottom: 80px;
    right: 20px;
    width: 366px;
    height: auto;
    overflow: hidden;
    box-shadow: rgb(0 0 0 / 15%) 0px 3px 12px;
    transform: translateY(80px);
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    z-index: 99;
}

.wChatBox.wShow {
    transition: 0.3s ease-in-out;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translateY(0);
}

.wChatBox .wHead {
    background: rgb(9, 94, 84);
    padding: 25px 20px;
}

.wAvatar {
    position: relative;
    width: 52px;
    height: 52px;
    border-radius: 100px;
    background: url(../img/wAvatar.jpg)no-repeat;
    background-position: top;
    background-size: cover;
    display: inline-block;
    vertical-align: middle;
}

.wAvatar:after {
    content: "";
    bottom: 0px;
    right: 0px;
    width: 12px;
    height: 12px;
    box-sizing: border-box;
    background-color: rgb(74, 213, 4);
    display: block;
    position: absolute;
    z-index: 1;
    border-radius: 50%;
    border: 2px solid rgb(9, 94, 84);
}

.wInfo {
    display: inline-block;
    vertical-align: top;
    margin: auto 15px;
}

.wInfo .wName {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    color: rgb(255, 255, 255);
    display: block;
}

.wInfo .wStatus {
    display: block;
    font-size: 13px;
    line-height: 18px;
    margin-top: 4px;
    color: rgb(255, 255, 255);
}

.wClose {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 20px;
    height: 20px;
    opacity: 0.4;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    outline: transparent;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

.wClose:hover {
    opacity: 0.8;
}

.wClose::before, .wClose::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 2px;
    background-color: rgb(255, 255, 255);
    display: block;
    border-radius: 2px;
}

.wClose:before {
    transform: rotate(45deg);
}

.wClose:after {
    transform: rotate(-45deg);
}

.wChat {
    padding: 20px 20px 20px 10px;
    background: rgb(230, 221, 212) url(../img/whatsapp.png)no-repeat;
    background-position: top;
    background-size: cover;
    position: relative;
    min-height: 280px;
}

.wMessage {
    padding: 7px 14px 6px 14px;
    background-color: rgb(255, 255, 255);
    border-radius: 0px 8px 8px 8px;
    position: relative;
    z-index: 2;
    box-shadow: rgb(0 0 0 / 13%) 0px 1px 0.5px;
    margin-top: 4px;
    margin-left: 10px;
    max-width: calc(100% - 66px);
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s;
    transform: translateY(40px);
}

.wDots.dotHide + .wMessage {
    visibility: visible;
    opacity: 1;
    transition: all 0.5s;
    transform: translateY(0px);
}

.wMessage:before {
    position: absolute;
    background-image: url(../img/angle.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    top: 0px;
    left: -12px;
    width: 12px;
    height: 19px;
}

.wMessage .wChatName {
    display: block;
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.4);
}

.wMessage p {
    font-size: 14px;
    line-height: 19px;
    margin-top: 4px;
    color: rgb(17, 17, 17);
    font-weight: 400;
}

.wMessage .wTime {
    text-align: right;
    margin-top: 4px;
    font-size: 12px;
    line-height: 16px;
    color: rgba(17, 17, 17, 0.5);
    display: block;
}

.wChatBottom {
    background: #fff;
    padding: 20px;
}

.wChatBottom .wBtn {
    padding: 8px 12px;
    border-radius: 20px;
    border: none;
    background: rgb(79, 206, 93);
    color: rgb(255, 255, 255);
    display: block;
    position: relative;
    box-shadow: none;
    color: #fff;
    left: auto;
    right: auto;
    top: auto;
    transform: none;
    bottom: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wChatBottom .wBtn:before, .wChatBottom .wBtn:after {
    display: none;
}

.wChatBottom .wBtn svg {
    fill: #fff!important;
}

.wChatBottom .wBtn .wTxt {
    color: #fff;
}

.wDots {
    padding: 10px 15px 10px 15px;
    background-color: rgb(255, 255, 255);
    border-radius: 8px;
    position: relative;
    z-index: 2;
    box-shadow: rgb(0 0 0 / 13%) 0px 1px 0.5px;
    margin-top: 4px;
    margin-left: 10px;
    display: inline-block;
    line-height: 1;
    font-size: 0px;
}

p i {
    font-weight: 300;
    font-style: italic;
}

.wDots.dotHide {
    display: none;
}

.wDots span {
    background-color: rgb(158, 157, 162);
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 100px;
    position: relative;
    animation-name: dotUp;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

@keyframes dotUp {
    0% {
        background-color: rgb(158, 157, 162);
    }

    50% {
        background-color: rgb(74 73 76);
    }

    100% {
        background-color: rgb(158, 157, 162);
    }
}

.wDots span + span {
    margin-left: 5px;
    animation-delay: 0.2s;
}

.wDots span + span + span {
    margin-left: 5px;
    animation-delay: 0.4s;
}

.hasError {
    border-color: #c7254e!important;
}

.errorAlert {
    color: #ffffff;
    background-color: #c7254e;
    border-radius: 4px;
    display: none;
    margin-top: 1px;
    padding: 4px 0.75rem;
}

.hasError ~ .errorAlert {
    display: block!important;
}

.gradBtn.isLoading {
    pointer-events: none;
}

.gradBtn.isLoading:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
    border-radius: 18px;
    background: rgb(228,86,84);
    background: linear-gradient(90deg, rgba(228,86,84,1) 0%, rgba(48,47,116,1) 100%);
}

.gradBtn.isLoading:before {
    position: absolute;
    left: 50%;
    right: auto;
    top: 50%;
    bottom: auto;
    content: "";
    width: 26px;
    height: 26px;
    border: 2px solid #fff;
    -webkit-transform: translateX(-50%) translateY(-50%) rotateZ(0deg);
    transform: translateX(-50%) translateY(-50%) rotateZ(0deg);
    z-index: 2;
    border-radius: 1000px;
    border-right-color: transparent;
    -webkit-animation-name: btnSpin;
    animation-name: btnSpin;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes btnSpin {
    to {
        -webkit-transform: translateX(-50%) translateY(-50%) rotateZ(360deg);
        transform: translateX(-50%) translateY(-50%) rotateZ(360deg);
    }
}

@keyframes btnSpin {
    to {
        -webkit-transform: translateX(-50%) translateY(-50%) rotateZ(360deg);
        transform: translateX(-50%) translateY(-50%) rotateZ(360deg);
    }
}

.wToggler {
    text-decoration: underline;
    cursor: pointer;
}

.grecaptcha-badge {
    visibility: hidden;
}

.cookieBanner {
    font-weight: 300;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px 30px;
    z-index: 999;
    color: #fff;
    background: #1f2a51;
    display: none;
    /* background: rgb(228,86,84); */
    /* background: linear-gradient(90deg, rgba(228,86,84,1) 0%, rgba(48,47,116,1) 100%); */
    font-size: 22px;
}

.cookieBanner.show {
    display: block;
}

.cookieContain {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cookieContain span {
    margin: 15px 0;
}

.cookieContain a {
    color: inherit;
}

.cookieContain .btn {
    color: #000;
    background: #fff;
    border-radius: 0px;
    min-width: 100px;
}

#thanksModal {
}

#thanksModal .modal-content {
    padding: 60px;
    text-align: center;
    display: block;
}

#thanksModal h2 {
}

#thanksModal .gradBtn {
    text-align: center;
    display: inline-block;
    width: auto;
}
.form-check.inline{
    display: inline-block;
}
.form-check-label{
    cursor: pointer;
}
@media (min-width: 1400px) {
    .container-max {
        max-width: 90vw;
    }
}

@media (max-width: 1470px) {
    .imgSection .imgSecHalf {
        width: 80%;
    }
}

@media (max-width: 1300px) {
    .firstSec h1 {
        margin-bottom: 40px;
    }

    .trainSection .boxTxt {
        padding: 80px 30px 80px 30px;
    }

    .iconsRow .iconBox img {
        width: 120px;
        margin-right: 30px;
    }

    .iconsRow {
        justify-content: space-between;
    }

    .iconsRow .iconBox {
        justify-content: flex-start;
    }
}

@media (max-width: 1199px) {
    body {
        font-size: 22px;
        line-height: normal;
    }

    h1 {
        font-size: 50px;
        line-height: normal;
    }

    .gradBtn {
        font-size: 24px;
    }

    .iconsRow .iconBox p {
        font-size: 26px;
    }

    .imgSection {
        line-height: normal;
    }

    .bulletRow .bullet {
        padding-left: 65px;
    }

    .bulletRow .bullet:before {
        width: 46px;
        height: 46px;
    }

    .imgSecDsktp {
        display: none;
    }

    .imgSection.imgSecMble {
        display: block;
        background: #fff;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .imgSecMble .illustration {
        background: url(../img/bgdImg_mble.jpg)no-repeat;
        background-position: center top;
        background-size: cover;
        height: 70vh;
        margin-bottom: 30px;
    }

    .imgSecMble .gradBtn {
        margin-top: 60px;
    }
}

@media (max-width: 991px) {
    h1 {
        font-size: 42px;
        line-height: normal;
    }

    h2 {
        font-size: 32px;
        line-height: normal;
    }

    .logo {
        width: 240px;
    }

    .navigation .barNav {
        padding: 30px 0 30px 0;
    }

    .navigation .navToggler {
        margin-bottom: 36px;
        width: 40px;
        height: 35px;
    }

    .navToggler .mddleBar {
        top: 15px;
    }

    .navItems ul {
        padding: 0px 0 30px 0;
    }

    .firstSec h1 {
        margin-bottom: 30px;
        font-size: 50px;
        line-height: normal;
    }

    section + section {
        margin-top: 60px;
    }

    .firstSec .gradBtn {
        display: block;
        width: 100%;
    }

    .fiftyFiftyBoxWrapp {
        display: block;
    }

    .fiftyFiftyBoxWrapp .box {
        width: auto;
    }

    .fiftyFiftyBoxWrapp .box.boxIllustrated {
        height: 64vh;
    }

    .trainSection .box.boxTxt {
        padding: 40px 30px 40px 30px;
    }

    .iconsRow {
        display: block;
    }

    .iconsRow .iconBox {
        width: auto;
    }

    .iconsRow .iconBox + .iconBox {
        margin-top: 40px;
    }

    .iconsRow + .iconsRow {
        border-top: none;
    }

    .imgSection {
        padding: 60px 0;
    }

    .imgSection .imgSecHalf {
        width: 100%;
    }

    .box.boxTxt {
        padding: 40px 30px 40px 30px;
    }

    .bulletsWrapp {
        display: block;
    }

    .bulletsWrapp .bulletRow {
        width: auto;
        padding: 0;
        display: block;
        margin-top: 0;
    }

    .bulletRow .bullet {
        width: auto;
        padding-right: 0px;
        margin-top: 30px;
    }

    .bulletRow:first-of-type .bullet:first-of-type {
        margin-top: 0px;
    }

    .bulletRow .bullet p br {
        display: none;
    }

    .gradCrcl {
        left: 30px;
        width: 200px;
        height: 200px;
    }

    .gradCrcl span {
        font-size: 15px;
        line-height: normal;
        display: block;
        font-weight: 300;
        margin-bottom: 10px;
    }

    .gradCrcl h4 {
        margin-bottom: 0px;
        font-size: 16px;
        line-height: normal;
        padding-top: 10px;
    }

    footer {
        margin-top: 60px;
    }

    .customModal form {
        width: auto;
        margin: 30px auto auto auto;
    }

    .customModal .modal-dialog {
        width: auto;
        padding: 15px 10px;
    }
}

@media (max-width: 767px) {
    body {
        font-size: 18px;
    }

    .firstSec h1 {
        font-size: 28px;
        margin-bottom: 15px;
    }

    h1 {
        font-size: 30px;
        line-height: normal;
    }

    h2 {
        font-size: 24px;
        line-height: normal;
    }

    .logo {
        width: 180px;
    }

    .navItems ul {
        padding: 10px 0 30px 0;
    }

    .navItems a {
        font-size: 22px;
    }

    .navigation .barNav {
        padding: 15px 0 15px 0;
    }

    .navigation .navToggler {
        margin-bottom: 17px;
        width: 40px;
        height: 30px;
    }

    .navToggler .mddleBar {
        top: 12px;
    }

    .gradBtn {
        font-size: 20px;
        padding: 10px 15px;
    }

    .firstSec .txtBox {
        padding: 30px 15px;
    }

    section + section {
        margin-top: 50px;
    }

    .iconsRow .iconBox p {
        font-size: 22px;
        text-align: center;
    }

    .iconsRow {
        padding: 0;
    }

    .iconsRow .iconBox {
        display: block;
    }

    .iconsRow .iconBox img {
        margin: 0 auto 10px auto;
        display: block;
    }

    .iconsSection h1 {
        margin-bottom: 30px;
    }

    .bulletsSection h1 {
        margin-bottom: 30px;
    }

    .bulletRow + .bulletRow .bullet {
    }

    .bulletRow .bullet:before {
        width: 35px;
        height: 35px;
        top: 5px;
    }

    .bulletRow .bullet {
        padding-left: 55px;
        min-height: 45px;
        margin-top: 15px;
    }

    .bulletRow:first-of-type .bullet:first-of-type {
        margin-top: 0px;
    }

    .trainSection .box.boxTxt {
        padding: 30px 15px;
    }

    .box.boxTxt {
        padding: 30px 15px;
    }

    .gradCrcl {
        left: 15px;
        bottom: 15px;
        width: 180px;
        height: 180px;
    }

    footer {
        margin-top: 50px;
        padding: 40px 15px;
    }

    footer ul li {
        display: block;
        margin: auto;
    }

    footer ul li + li {
        margin-top: 10px;
    }

    footer ul li a {
        font-weight: 500;
    }

    .imgSecMble .gradBtn {
        margin-top: 30px;
    }

    .wBtn {
        right: 15px;
    }

    .wChatBox {
        right: 15px;
        left: 15px;
        width: auto;
    }
    .cookieBanner{
        padding: 15px;
        font-size: 18px;
        font-weight: 200;
        line-height: normal;
        line-height: 1.4;
    }
}

.errorMessage {
    max-width: 1320px;
    font-size: 20px;
    width: 95%;
    padding: 15px;
    position: relative;
    border-radius: 4px;
    color: #ffffff;
    background-color: #c7254e;
    border: 1px solid #b32146;
    margin: auto;
}
.errorMessage h2{
    margin-top: 0px;
    padding-right: 30px;
}
.errorMessage p{
    line-height: normal;
}
.successMessage {
    width: 95%;
    font-size: 20px;
    max-width: 1320px;
    padding: 15px;
    position: relative;
    border-radius: 4px;
    background-color: #1cd074;
    color: #fff;
    border: 1px solid #17b564;
    margin: auto;
}
.successMessage h2{
    margin-top: 0px;
    padding-right: 30px;
}
.successMessage p{
    line-height: normal;
}

.successMessage .btn-close, .errorMessage .btn-close {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 10px;
    height: 10px;
    background-size: contain!important;
    z-index: 2;
}
@media (max-width: 767px){
.errorMessage {
    font-size: 16px;
} 
.successMessage {
    font-size: 16px;

}   
}
