:root {
    --black-color: #383836;
    --orange-color: #FF9E0C;
    --bg-color: #B4C6E7;
    --white: #fff;
    --text-color: #2D2F1D;
}

body {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    font-family: "Quicksand", sans-serif!important;
}

img {
    max-width: 100%;
}

.navigation {
    animation: slideUp 0.35s ease-in;
    position: absolute;
    width: 100%;
    top: 0;
}

.navigation.is-sticky {
    position: fixed;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
    /* backdrop-filter: blur(10px); */
    background: #022E46;
    animation: slideDown 0.35s ease-out;
    width: 100%;
    z-index: 100;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}

.navigation .navbar {
    padding: 20px 0;
}

.navigation .navbar ul.navbar-nav>li>a {
    color: var(--white) !important;
    font-size: 19px;
    font-weight: 500;
    padding: 0 22px;
    position: relative;
}

.navigation .navbar.my-account-navbar,
.navigation .navbar {
    /* background-color: #fff; */
    z-index: 1000;
}

.navbar-nav .nav-link.active,
.navbar-nav .show>.nav-link {
    color: var(--white);
}

.navigation .navbar .navbar-nav {
    gap: 45px;
    /* padding-left: 70px; */
}

.navigation .navbar ul li a.dropdown-toggle {
    position: relative;
    padding-right: 30px;
}

.dropdown-toggle::after {
    content: "";
    border: 0 none;
    margin: 0;
    position: absolute;
    background: url(../img/dd-arrow.svg) 0 0 no-repeat;
    width: 12px;
    height: 8px;
    background-size: 100%;
    right: 5px;
    top: 12px;
}

ul.dropdown-menu {
    border-radius: 15px;
    background: #012538;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.49);
    padding: 12px 24px;
    width: 218px;
}

ul.dropdown-menu li a {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 45px;
    border-bottom: 1px solid #174352;
    /* background: url('../img/right-arrow.svg') right 50% no-repeat; */
    padding: 0;
}

ul.dropdown-menu li:last-child a {
    border-bottom: 0 none;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: rgba(0, 0, 0, 0) !important;
    color: #fff !important;
}

.nav-item.for-mobile {
    display: none;
}

.login-btn>a,
.login-btn>button {
    border: 1px solid #fff;
    background-color: rgba(0, 0, 0, 0);
    color: #fff;
    display: inline-flex;
    text-decoration: none;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    padding: 10px 15px;
    font-size: 19px;
    font-weight: 500;
}

.login-btn>a img,
.login-btn>button img {
    margin: 0 10px 0 0;
    filter: brightness(200);
    -webkit-filter: brightness(200);
}

.navigation.light-nav .login-btn>a img,
.navigation.light-nav .login-btn>button img {
    filter: brightness(0);
    -webkit-filter: brightness(0);
}

.header-section {
    background: #002336 url("../img/banner-bg.svg") 50% 0 no-repeat;
    /* height: 1000px; */
    background-size: 100%;
    padding: 100px 0 0;
    display: flex;
    align-items: center;
    position: relative;
}

.bottom-diamond {
    position: absolute;
    bottom: -20px;
    left: calc(50% - 20px);
    max-width: 40px;
    z-index: 1;
}

.header-section .container, .container, .container-fluid {
    /* max-width: 1500px; */
    max-width: 95%;
}

.banner-text {
    margin: 0;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.banner-text h2 {
    color: #FFF;
    font-size: 65px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -1.46px;
    margin: 0 0 30px;
    line-height: 1;
}

.banner-text h3 {
    color: #D5D5D5;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    margin: 0 0 20px;
    line-height: 1.4;
}

.banner-text p {
    color: #D5D5D5;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    margin: 0 0 35px;
    line-height: 1.4;
}

.mp-btn-primary {
    border-radius: 20px;
    background: linear-gradient(108deg, #00897B 12.98%, #04796D 80.33%);
    box-shadow: 4px 3px 8px 0px rgba(0, 0, 0, 0.25);
    color: #FFF !important;
    font-family: Quicksand;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 45px;
    /* 145.161% */
    text-decoration: none;
    padding: 10px 35px;
    display: inline-flex;
}

.mp-btn-secondary {
    border-radius: 20px;
    background: #003E62;
    box-shadow: 4px 3px 8px 0px rgba(0, 0, 0, 0.25);
    color: #FFF !important;
    font-family: Quicksand;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 45px;
    /* 145.161% */
    text-decoration: none;
    padding: 10px 35px;
    display: inline-flex;
}

.btn-wrap-banner>a,
.btn-wrap-banner>button {
    margin: 0 15px 0 0;
}

.what-is-myprompt-section {
    background: url('../img/bg-bottom.png') 0 0 no-repeat;
    padding: 210px 0 0 0;
    background-size: 100%;
}

/* .what-is-myprompt-section .container {
    max-width: 1500px;
} */

.why-my-prompt {
    margin: 0 0 0 50px;
}

.why-my-prompt h2 {
    color: #022E46;
    font-size: 55px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -1.46px;
}

.why-my-prompt h2 span {
    color: #018A7B;
    font-size: 55px;
}

.why-my-prompt p {
    color: #164A65;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
}

.btns-why-my-prompt {
    margin: 30px 0;
}


/* TESTIMONIALS */

.testimonial-wrap {
    padding: 190px 0 80px;
}

.testi-box {
    border-radius: 40px;
    background: #FFF;
    box-shadow: -10px 10px 0 #018A7B;
    padding: 25px;
    margin: 45px 15px;
    position: relative;
}

.testi-img {
    margin: 0 auto;
    width: 80px;
    height: 80px;
    position: relative;
    top: -60px;
    margin-bottom: -40px;
}

.testi-img img {
    max-width: 100%;
}

.testi-box h2 {
    color: #018A7B;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
}

.testi-box p {
    color: #193449;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
}

.testi-box h3 {
    display: flex;
    align-items: center;
    color: #193449;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
}

.testi-box h3 img {
    max-width: 25px;
    margin: 0 15px 0 0;
}

.testi-box h3 i {
    color: #193449;
    font-size: 19px;
    font-style: normal;
    font-weight: 900;
    display: inline-flex;
    margin: 0 0 0 5px;
}

.owl-nav {
    display: none;
}

.owl-dots {
    text-align: center;
    padding-top: 15px;
}

.owl-dots button.owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    background: #ccc;
    margin: 0 3px;
}

.owl-dots button.owl-dot.active {
    background-color: #000;
}

.owl-dots button.owl-dot:focus {
    outline: none;
}

.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}


/* span {
    font-size: 70px;
    position: relative;
    top: -5px;
} */

.owl-nav button:focus {
    outline: none;
}


/* TESTIMONIALS */


/* can-myprompt-help-wrap */

.can-myprompt-help-wrap {
    padding: 80px 0 120px;
}

.can-myprompt-help-wrap h2 {
    color: #022E46;
    font-size: 55px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -1.46px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.can-myprompt-help-wrap h2 span {
    color: #018A7B;
    font-size: 55px;
    top: 0;
    margin: 0 10px;
}

.why-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.plain-text {
    color: #164A65;
    text-align: center;
    font-size: 18.5px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    max-width: 75%;
    margin: 25px auto 35px;
}

.can-myprompt-help-wrap h3 {
    font-style: italic;
    color: #164A65;
    font-size: 18px;
    font-weight: 700;
    line-height: 32px;
    text-align: center;
}

.why-box {
    border-radius: 30px;
    background: #F6F6F6;
    padding: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 250px;
    margin: 0 0 30px;
}

.why-box img {
    max-width: 100%;
    margin: 0 0 10px;
}

.why-box h4 {
    color: #164A65;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px;
}


/* can-myprompt-help-wrap */


/* FOOTER */

.footer {
    padding: 282px 0 350px;
    /* border-top: 1px solid #E6E6E6; */
    /* background: url("../img/footer-bg.svg") 50% 100% no-repeat; */
    background: url("../img/footer-bg.webp") 50% 75% no-repeat;
}

.footer-logo a {
    display: inline-flex;
}

.footer-logo p {
    color: #C5C5C5;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.footer-logo ul {
    padding: 0;
    margin: 0;
}

.footer-logo ul li {
    display: inline-block;
    padding: 18px 4px;
}

.footer-logo ul li a {
    color: #b0b0b5;
    font-size: 24px;
}

.footer-logo .form-select {
    border-radius: 7px;
    border: 1px solid #B6C067;
    padding: 14px 25px 14px 45px;
    width: 100%;
    max-width: 200px;
    font-size: 15px;
    font-weight: 600;
    color: var(--orange-color);
    position: relative;
    background-color: transparent;
}

.footer-logo .form-select::before {
    width: 25px;
    height: 25px;
    background: url(../img/lang.png) top left no-repeat;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
}

.footer-link h4 {
    font-size: 17px;
    font-weight: 600;
    color: var(--orange-color);
    margin: 0 0 20px 0;
}

.footer-link ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-link ul li {
    padding: 0;
    margin: 0 0 25px;
}

.footer-link ul li a {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    text-decoration: none;
    /* background: url("../img/footer-link-arrow.svg") right 50% no-repeat; */
    display: flex;
    position: relative;
}

.footer-link ul li.is-child a {
    padding-left: 17px;
}

.footer-link ul li.is-child a::before {
    content: "";
    background: url("../img/child-icon.svg") right 50% no-repeat;
    width: 10px;
    height: 10px;
    position: absolute;
    left: 0;
    top: 2px;
}

.copy-right {
    padding: 0;
    text-align: left;
}

.copy-right span {
    font-size: 13px;
    font-weight: 500;
    color: #C5C5C5;
}
button.navbar-toggler{
    border: 0;
}
button.navbar-toggler .navbar-toggler-icon{
    background: url(../img/menue_01.png) no-repeat center center;
        width: 30px;
    height: 25px;
}

/* FOOTER */


/* CUSTOM CHECKBOX */

.container-check {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 20px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #797979;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.15px;
    min-width: 20%;
}

.container-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.container-check .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border: 2px solid #DFDFDF;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.container-check:hover input~.checkmark {
    background-color: #fff;
}

.container-check input:checked~.checkmark {
    background-color: #fff;
}

.container-check .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.container-check input:checked~.checkmark:after {
    display: block;
}

.container-check .checkmark:after {
    left: 7px;
    top: 3px;
    width: 7px;
    height: 12px;
    border: solid #FF9E0C;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* CUSTOM CHECKBOX */


/* CUSTOM RADIO */

.container-radio {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    min-width: 20%;
    color: #797979;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.15px;
}

.container-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.container-radio .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #DFDFDF;
}

.container-radio:hover input~.checkmark {
    background-color: #fff;
}

.container-radio input:checked~.checkmark {
    background-color: #fff;
}

.container-radio .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.container-radio input:checked~.checkmark:after {
    display: block;
}

.container-radio .checkmark:after {
    top: calc(50% - 6.25px);
    left: calc(50% - 6.25px);
    width: 12.5px;
    height: 12.5px;
    border-radius: 50%;
    background: #FF9E0C;
}


/* CUSTOM RADIO */


/* ABOUT */

.navbar-brand>img {
    /* filter: brightness(200); */
}

.light-nav .navbar-brand>img {
    /* filter: brightness(0);
    -webkit-filter: brightness(0); */
}

.navigation.light-nav .navbar ul.navbar-nav>li>a {
    color: #022E46 !important;
}

.navigation.light-nav.is-sticky .navbar ul.navbar-nav>li>a {
    color: #fff !important;
}

.navigation.light-nav.is-sticky .navbar-brand>img {
    /* filter: brightness(200); */
}

.navigation.light-nav .login-btn>a,
.navigation.light-nav .login-btn>button {
    border: 1px solid #022E46;
    color: #022E46;
}

.navigation.light-nav.is-sticky .login-btn>a,
.navigation.light-nav.is-sticky .login-btn>button {
    border: 1px solid #fff;
    color: #fff;
}

.navigation.light-nav.is-sticky .login-btn>a img,
.navigation.light-nav.is-sticky .login-btn>button img {
    filter: brightness(200);
}

.header-section-light {
    background: #fff url("../img/light-header-bg.jpg") 50% 0 no-repeat;
    background-size: 100%;
    padding: 220px 0 130px 0;
    display: flex;
    align-items: center;
    position: relative;
    height: 565px;
}

.header-section-light h2 {
    color: #00897B;
    text-align: center;
    font-family: Quicksand;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 38px;
    /* 158.333% */
}

.header-section-light h3 {
    color: #022E46;
    text-align: center;
    font-family: Quicksand;
    font-size: 73px;
    font-style: normal;
    font-weight: 700;
    line-height: 69px;
    /* 94.521% */
}

.header-section-light h3 span {
    color: #018A7B;
}

.header-section-light p {
    color: #164A65;
    text-align: center;
    font-family: Quicksand;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 38px;
    /* 158.333% */
}

.about-section-two {
    background: linear-gradient(180deg, #FFF 0%, #FBFBFB 100%);
    padding: 80px 0;
}

.about-section-two-data h2 {
    color: #022E46;
    font-family: Quicksand;
    font-size: 55px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2em;
    /* 106.154% */
}

.about-section-two-data h2 span {
    color: #018A7B;
}

.about-section-two-data p {
    color: #164A65;
    font-family: Quicksand;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4em;
}

.highlight-text {
    border-radius: 0px 20px 20px 20px;
    background: #FFD547;
    padding: 25px;
    display: flex;
    margin: 25px 0;
    align-items: center;
}

.highlight-text img {
    margin: 0 20px 0 0;
}

.highlight-text p {
    margin: 0;
    color: #164A65;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3em;
}

.about-section-three {
    background: #fff;
    padding: 80px 0;
}


/* ABOUT */


/* GET STARTED */

.get-started-wrap {
    padding: 80px 0;
}

.gsw-box {
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.gsw-box a {
    display: inline-flex;
}

.grey-testi-wrap .testimonial-wrap {
    padding: 80px 0;
}

.grey-testi-wrap .testimonial-wrap .testi-box {
    background-color: #F6F6F6;
}


/* GET STARTED */


/* CONATCT */

.contact-part-section {
    padding: 120px 0;
}

.contat-data {
    margin: 0 100px 0 0;
}

.contat-data h2 {
    color: #018A7B;
    font-family: Quicksand;
    font-size: 47px;
    font-style: normal;
    font-weight: 700;
    line-height: 58px;
    margin: 0 0 25px;
    /* 123.404% */
}

.contact-box {
    border-radius: 30px;
    background: #F6F6F6;
    padding: 25px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 0 0 25px;
}

.contact-box img {
    margin: 0 10px 0 0;
}

.contact-box>span {
    display: flex;
    flex-direction: column;
}

.contact-box>span>em {
    display: inline-flex;
    color: #164A65;
    font-family: Quicksand;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 18px;
    margin: 0 0 5px;
}

.contact-box>span>a {
    display: inline-block;
    color: #164A65;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    text-decoration-line: underline;
}

.social-media-wrap {
    margin: 0;
}

.social-media-wrap>a {
    display: inline-flex;
    margin: 0 10px 0 0;
    font-size: 30px;
    color: #00897B;
    text-decoration: none;
}

.contat-form {
    margin: 0;
}

.contat-form h2 {
    color: #022E46;
    font-family: Quicksand;
    font-size: 47px;
    font-style: normal;
    font-weight: 700;
    line-height: 58px;
    /* 123.404% */
    margin: 0 0 25px;
}

.contat-form h2 span {
    color: #018A7B;
}

.send-btn {
    border-radius: 20px;
    background: linear-gradient(108deg, #00897B 12.98%, #04796D 80.33%);
    box-shadow: 4px 3px 8px 0px rgba(0, 0, 0, 0.25);
    color: #FFF;
    font-family: Quicksand;
    font-size: 31px;
    font-style: normal;
    font-weight: 700;
    line-height: 45px;
    /* 145.161% */
    border: 0 none;
    padding: 15px 25px;
    width: 275px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.form-control {
    border: 0 none;
    border-bottom: 1px solid #6F8FA1;
    border-radius: 0;
    color: #6F8FA1;
    font-family: Quicksand;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 42px;
    /* 210% */
    padding: 10px 0;
}

.form-control:focus,
.form-select:focus {
    outline: none;
    box-shadow: none;
    border-bottom: 1px solid #6F8FA1;
}

.form-select {
    border: 0 none;
    border-bottom: 1px solid #6F8FA1;
    border-radius: 0;
    color: #6F8FA1;
    font-family: Quicksand;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 42px;
    /* 210% */
    padding: 10px 0;
}

textarea.form-control {
    resize: none;
}

.btn-wrap {
    margin: 25px 0 0;
}


/* CONATCT */


/* WORKPLACE */

.header-section-dark {
    background: #002336 url("../img/dark-header-bg.jpg") 50% 0 no-repeat;
    background-size: 100%;
    padding: 220px 0 130px 0;
    display: flex;
    align-items: center;
    position: relative;
    height: 565px;
}
.header-section-dark-common-template{
    background: #002336 url("../img/dark-header-bg.jpg") 50% 0 no-repeat;
    background-size: 100%;
    padding: 220px 0 130px 0;
    display: flex;
    align-items: center;
    position: relative;
    height: 300px;
}

.header-section-dark,.header-section-dark-common-template h2 {
    color: #00897B;
    text-align: center;
    font-family: Quicksand;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 38px;
    /* 158.333% */
}

.header-section-dark h3 {
    color: #fff;
    text-align: center;
    font-family: Quicksand;
    font-size: 73px;
    font-style: normal;
    font-weight: 700;
    line-height: 69px;
    /* 94.521% */
}

.header-section-dark h3 span {
    color: #D5D5D5;
}

.header-section-dark h4 {
    color: #D5D5D5;
    text-align: center;
    font-family: Quicksand;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4em;
    margin: 0 0 25px;
    /* 158.333% */
}

.header-section-dark p {
    color: #D5D5D5;
    text-align: center;
    font-family: Quicksand;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4em;
    /* 158.333% */
}

.workplace-section-two {
    background: #F6F6F6;
    padding: 120px 0;
}

.workplace-section-two h2 {
    color: #022E46;
    font-size: 55px;
    font-style: normal;
    font-weight: 700;
    margin: 0 0 25px;
}

.workplace-section-two h2 span {
    color: #018A7B;
}

.workplace-section-two p {
    color: #164A65;
    font-family: Quicksand;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4em;
}

.workplace-section-three {
    background: #fff;
    padding: 120px 0;
}

.workplace-section-three h2 {
    color: #022E46;
    font-size: 55px;
    font-style: normal;
    font-weight: 700;
    margin: 0 0 25px;
}

.workplace-section-three h2 span {
    color: #018A7B;
}

.workplace-section-two p {
    color: #164A65;
    font-family: Quicksand;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4em;
}

.highlight-text-dark {
    border-radius: 0px 20px 20px 20px;
    background: #164A65;
    padding: 25px;
    display: flex;
    margin: 25px 0;
    align-items: center;
}

.highlight-text-dark img {
    margin: 0 20px 0 0;
}

.highlight-text-dark p {
    margin: 0;
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3em;
}

.workplace-section-three .workplace-image {
    margin: 0 80px 0 0;
}

.workplace-section-four {
    background: #fff;
    padding: 50px 0 120px;
}

.workplace-section-four h2 {
    color: #022E46;
    font-size: 55px;
    font-style: normal;
    font-weight: 700;
    margin: 0 0 25px;
}

.workplace-section-four h2 span {
    color: #018A7B;
}

.workplace-section-four p {
    color: #164A65;
    font-family: Quicksand;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4em;
}

p.quotes {
    color: #164A65;
    font-family: Quicksand;
    font-size: 18px;
    font-style: italic;
    font-weight: 700;
    line-height: 32px;
    /* 177.778% */
    position: relative;
    padding-left: 50px;
    margin-top: 25px;
}

p.quotes::before {
    content: "";
    width: 2px;
    height: 90%;
    background: #00897B;
    position: absolute;
    left: 0;
    top: 15px;
}

p.quotes>span {
    display: flex;
    width: 100%;
    color: #018A7C;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 45px;
    margin: 15px 0 0;
}

.download-wrap {
    margin: 50px 0 80px;
}

.download-wrap>a {
    border-radius: 20px;
    background: #F6F6F6;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 25px;
    text-decoration: none;
    box-shadow: -8px 8px 0 0 #037E72;
}

.download-wrap>a span {
    display: flex;
    color: #164A65;
    font-family: Quicksand;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 133.333% */
    align-items: center;
}

.download-wrap>a span img {
    margin: 0 15px 0 0;
}

.get-started-btn {
    border-radius: 20px;
    background: linear-gradient(108deg, #00897B 12.98%, #04796D 80.33%);
    box-shadow: 4px 3px 8px 0px rgba(0, 0, 0, 0.25);
    color: #FFF;
    font-family: Quicksand;
    font-size: 31px;
    font-style: normal;
    font-weight: 700;
    line-height: 45px;
    /* 145.161% */
    border: 0 none;
    padding: 15px 25px;
    width: 275px;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* WORKPLACE */


/* COACHING */

.coaching-section-two {
    padding: 100px 0;
    background: url("../img/bg-coaching.svg") 50% 0 no-repeat;
}

.coaching-section-two>h2 {
    color: #022E46;
    text-align: center;
    font-family: Quicksand;
    font-size: 34px;
    font-style: italic;
    font-weight: 700;
    line-height: 69px;
    /* 202.941% */
}

.custom-tab-wrap {
    margin: 0;
}

.custom-tab-wrap .nav.nav-tabs {
    justify-content: center;
}

.custom-tab-wrap .nav.nav-tabs li.nav-item {
    position: relative;
    top: 20px;
    margin: 0 10px;
}

.custom-tab-wrap .nav.nav-tabs li.nav-item .nav-link {
    border-radius: 30px;
    background: #FFF;
    box-shadow: -4px 4px 0 0 #037E72;
    color: #164A65;
    text-align: center;
    font-family: Quicksand;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    border: 0 none !important;
    padding: 8px 25px;
}

.custom-tab-wrap .nav.nav-tabs li.nav-item .nav-link.active {
    background-color: #018A7B;
    box-shadow: -4px 4px 0 0 #FFD447;
    color: #fff;
}

.custom-tab-wrap .container {
    padding: 80px 0;
}

.right-data h2 {
    color: #022E46;
    font-size: 65px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.4em;
    margin: 0 0 25px;
}

.right-data em {
    color: #164A65;
    font-family: Quicksand;
    font-size: 18px;
    font-style: italic;
    font-weight: 700;
    line-height: 32px;
    /* 177.778% */
    margin: 0 0 25px;
    display: block;
}

.right-data p {
    color: #164A65;
    font-family: Quicksand;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    margin: 0 0 25px;
}

.coaching-section-two .highlight-text-dark p {
    font-weight: 400;
    font-size: 18px;
}

.text-yellow {
    color: #FFD447 !important;
}
/* COACHING */
/* added by santosh*/
.three-row-wrap {
    display: flex;
    justify-content: space-between;
    margin: 5% 0 0;
}
.left-box-wrap {
    width: calc(50% - 100px);
}

.left-box-wrap h2 {
    /* color: #fff; */
    font-family: Quicksand;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.drag-drop-box {
    border-radius: 6px;
    border: 2px solid #00897b;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px;
    position: relative;
}

.drag-drop-box::before {
    content: "";
    position: absolute;
    border-radius: 6px;
    border: 2px dashed rgba(0, 137, 123, 0.6);
    width: calc(100% - 20px);
    left: 10px;
    height: calc(100% - 20px);
    top: 10px;
    pointer-events: none;
}

.drag-drop-box>img {
    margin: 0 0 15px;
}

.drag-drop-box p {
    /* color: #000; */
    text-align: center;
    font-family: Quicksand;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    max-width: 75%;
}

.drag-drop-box span {
    position: relative;
    /* color: #fff; */
    font-family: Quicksand;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: inline-block;
    padding: 0 10px;
}

.drag-drop-box span::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 1px;
    left: -100px;
    top: 50%;
    background-color: #fff;
}

.drag-drop-box span::after {
    content: "";
    position: absolute;
    width: 100px;
    height: 1px;
    right: -100px;
    top: 50%;
    background-color: #fff;
}

.center-box-wrap {
    width: 200px;
    /* color: #fff; */
    font-family: Quicksand;
    font-size: 42.4px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    /* color: #fff; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom-file-wrap {
    margin: 10px 0 0;
    overflow: hidden;
    display: inline-block;
    position: relative;
}

.custom-file-wrap .btn {
    border: 2px solid gray;
    color: gray;
    background-color: white;
    padding: 8px 20px;
    border-radius: 8px;
    font-size: 20px;
    font-weight: bold;
}

.custom-file-wrap input[type="file"] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.help-text {
    /* color: #fff; */
    font-family: Quicksand;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 15px 0 0;
}

.right-box-wrap {
    width: calc(50% - 100px);
}

.right-box-wrap h2 {
    /* color: #fff; */
    font-family: Quicksand;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.payment-box {
    border-radius: 6px;
    border: 2px solid #00897b;
    padding: 30px;
}

.payment-box-wrap {
    display: flex;
}

.left-payment-box {
    width: 185px;
    margin: 0 25px 0 0;
}

.right-payment-box {
    width: calc(100% - 210px);
}

.right-payment-box h2 {
    color: #fff;
    font-family: Quicksand;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0 0 15px;
}

.right-payment-box p {
    color: #fff;
    font-family: Quicksand;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.btn-wrap-right {
    margin: 15px 0 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.btn-purchase {
    color: #fff !important;
    text-align: center;
    font-family: Quicksand;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 5.828px;
    background: #00897b;
    padding: 20px 30px;
    border: 0 none;
    text-decoration: none;
}

.pdf-list-box {
    border-radius: 6px;
    border: 2px solid #00897b;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px;
    position: relative;
}

.pdf-list-box::before {
    content: "";
    position: absolute;
    border-radius: 6px;
    border: 2px dashed rgba(0, 137, 123, 0.6);
    width: calc(100% - 20px);
    left: 10px;
    height: calc(100% - 20px);
    top: 10px;
    pointer-events: none;
}

.pdf-list-wrap {
    display: flex;
    width: 100%;
    padding: 10px;
    position: relative;
    border-radius: 4px;
    border: 2px solid #fff;
    align-items: center;
    margin: 0 0 100px;
}

.pdf-list-wrap .doc-img {
    width: 46px;
    margin: 0 20px 0 0;
}

.pdf-list-wrap .doc-name {
    color: #fff;
    font-family: Quicksand;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    width: calc(100% - 66px);
}

.pdf-list-wrap .close-icon {
    position: absolute;
    right: 15px;
    top: 8px;
    z-index: 1;
    cursor: pointer;
}

.pdf-list-wrap .close-icon img {
    max-width: 100%;
}

.pdf-list-box .btn-wrap-right {
    width: 100%;
}

.payment-msg {
    text-align: center;
}

.payment-msg img {
    margin: 0 0 30px;
    max-width: 100%;
}

.payment-msg h2 {
    margin: 0 0 30px;
}

.payment-msg p {
    margin: 0 0 30px;
}

.payment-btns-wrap {
    margin: 5% 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.payment-wrap {
    margin: 3% auto 0;
    max-width: 1111px;
    width: 100%;
    padding: 0;
    border-radius: 4px;
    background: #fff url("../img/payment-bg.jpg") 50% 0 repeat-y;
    display: flex;
}

.payment-left {
    margin: 0;
    width: 50%;
    padding: 50px;
}

.back-payment {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    margin: 0 0 30px;
}

.back-payment>span {
    width: 30px;
    height: 30px;
    display: inline-flex;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    box-shadow: 0px 4px 3px 0px rgb(0 0 0 / 23%);
    margin: 0 10px;
}

.payment-data {
    margin: 0 0 50px;
}

.payment-data h2 {
    font-size: 18px;
    font-weight: 500;
    color: #00897B;
    line-height: 1.4em;
    margin: 0;
}

.payment-data h3 {
    font-size: 36px;
    font-weight: 700;
    color: #000;
    line-height: 1.4em;
    margin: 0;
}

.payment-img {
    margin: 0 0 80px;
}

.payment-img img {
    max-width: 100%;
}

.powered-by {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    color: #00897B;
}

.powered-by i {
    display: inline-flex;
    margin: 0 5px;
    font-size: 24px;
    position: relative;
    top: 0px;
}

.powered-by a {
    display: inline-flex;
    padding: 0 5px;
    color: #000;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
}

.payment-right {
    margin: 0;
    width: 50%;
    padding: 50px;
}

.payment-right h2 {
    font-size: 22px;
    font-weight: 600;
}

.payment-right .form-group {
    margin: 0 0 20px;
}

.payment-right .form-group>label {
    font-size: 14px;
    color: #00897B;
    display: block;
    margin: 0 0 10px;
    font-weight: 500;
}

.payment-input {
    width: 100%;
    padding: 8px;
    border-radius: 7px;
    border: 1px solid #e5e5e5;
    box-shadow: 0 5px 3px rgb(0 0 0 / 12%);
}

.payment-input:focus {
    outline: none;
}

.card-input {
    width: 100%;
    padding: 0;
    border-radius: 7px;
    border: 1px solid #e5e5e5;
    box-shadow: 0 5px 3px rgb(0 0 0 / 12%);
    overflow: hidden;
}

.card-input-top {
    width: 100%;
}

.card-input-top input {
    background: #fff url("../img/cards-icon.jpg") right 10px center no-repeat;
    background-size: 100px;
    width: 100%;
    border: 0 none;
    padding: 8px;
    border-bottom: 1px solid #e5e5e5;
}

.card-input-bottom {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.card-input-bottom input {
    min-width: 50%;
    border: 0 none;
    padding: 8px;
}

.card-input-bottom input.input-cvv {
    border-left: 1px solid #e5e5e5;
    background: #fff url("../img/cvv-icon.jpg") right 10px center no-repeat;
    background-size: 30px;
}

.card-input-top input:focus,
.card-input-bottom input:focus,
.country-region select:focus,
.country-region input:focus {
    outline: none;
}

.country-region {
    width: 100%;
    padding: 0;
    border-radius: 7px;
    border: 1px solid #e5e5e5;
    box-shadow: 0 5px 3px rgb(0 0 0 / 12%);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.country-region select {
    border: 0 none;
    padding: 8px 5px;
}

.country-region input {
    border: 0 none;
    padding: 8px;
    border-top: 1px solid #e5e5e5;
}

.custom-check-wrap {
    margin: 0 0 30px;
}

.custom-check-wrap>label {
    width: 100%;
    padding: 10px;
    border-radius: 7px;
    border: 1px solid #e5e5e5;
    box-shadow: 0 5px 3px rgb(0 0 0 / 12%);
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.custom-check-wrap>label>input {
    position: relative;
    margin: 0 10px 0 0;
    top: 3px;
}

.custom-check-wrap span {
    display: flex;
    flex-direction: column;
}

.custom-check-wrap span>strong {
    font-size: 16px;
    line-height: 1.2;
    display: inline-flex;
    margin: 0 0 5px;
}

.custom-check-wrap span>em {
    font-size: 16px;
    display: inline-flex;
    font-style: normal;
    line-height: 1.2;
    color: #00897B;
    margin: 0 0 10px;
}

.payment-btn-wrap {
    margin: 0;
}

.btn-pay {
    background-color: #0074d4;
    color: #fff !important;
    width: 100%;
    padding: 10px 25px;
    font-size: 18px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border: 0 none;
    width: 100%;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.logout-bar {
    background: #00897b;
    padding: 30px 0;
}

.logout-bar .container {
    justify-content: flex-end;
    display: flex;
    align-items: center;
    color: #fff!important;;
}
.password-field {
    position: relative;
}

.password-field span {
    position: absolute;
    right: 20px;
    bottom: 22px;
    /* color: #fff; */
    font-size: 24px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
/*end*/

@media (min-width:992px) and (max-width:1280px){

    .navigation .navbar .navbar-nav{
      gap:5px;
    }
    .navigation .navbar ul.navbar-nav>li>a{
      padding: 0 10px;
      font-size: 15px;
    }
    .login-btn>a, .login-btn>button{
      font-size: 15px;
      align-items: center;
    }
    .dropdown-toggle::after{
      top: 9px;
      right: -8px;
    }
    .banner-text{
      padding: 0 0 15px 0;
    }
    .custom-tab-wrap .nav.nav-tabs li.nav-item .nav-link{
        padding: 8px 19px;
    }
  
  }
  @media (max-width:991px){
    .custom-tab-wrap .nav.nav-tabs li.nav-item .nav-link{
        padding: 8px 12px;
        font-size: 16px;
    }
    .navbar.navbar-expand-lg{
        background-color: #002336;
    }
    .mp-btn-secondary, .mp-btn-primary{
        padding: 10px 20px;
    }
    .banner-text{
        padding: 0 0 15px 0;
    }
    .contat-data {
        margin: 0 30px 0 0;
    }
  }
  @media (max-width:767px){
    .header-section-dark{
      padding:80px 0;
    }
    .coaching-section-two{
      padding: 30px 0;
    }
    .get-started-wrap {
      padding: 0 0 30px 0;
  }
  .grey-testi-wrap .testimonial-wrap{
    padding: 0 0 30px 0;
  }
  .footer{
    padding-top: 50px;
  }
  }