html {
    scroll-behavior: smooth;
}

/* Fonts  */

@font-face {
    font-family: Raleway;
    src: url(../media/fonts/Raleway-Regular.ttf);
}

@font-face {
    font-family: Raleway-Bold;
    src: url(../media/fonts/Raleway-Bold.ttf);
}

@font-face {
    font-family: Raleway-BoldItalic;
    src: url(../media/fonts/Raleway-BoldItalic.ttf);
}

@font-face {
    font-family: Raleway-Italic;
    src: url(../media/fonts/Raleway-Italic.ttf);
}

@font-face {
    font-family: Raleway-LightItalic;
    src: url(../media/fonts/Raleway-LightItalic.ttf);
}

@font-face {
    font-family: Raleway-Light;
    src: url(../media/fonts/Raleway-Light.ttf);
}

@font-face {
    font-family: Raleway-ExtraLight;
    src: url(../media/fonts/Raleway-ExtraLight.ttf);
}

/* Fonts ends  */

/* Main styles  */

body {
    margin: 0;
}

body * {
    box-sizing: border-box;
    font-family: serif;
    font-family: Raleway;
    font-size: 18px;
    color: #151641;
}

h1, h2, h3, h4, h5, h6, p, ul {
    margin: 0;
    padding: 0;
}

input:focus, button:focus, textarea:focus, select:focus {
    outline: none
}

textarea {
    resize: none;
}

li {
    list-style-type: none;
}

a {
    text-decoration: none;
}

.title__blue {
    font-size: 40px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: bold;
    line-height: 56px;
    color: #151641;
}

.main-small-btn {
    height: 43px;
    border-radius: 25px;
    padding: 4px 33px 0 25px;
    background-color: #FFC10E;
    box-shadow: 3px 3px 6px #0000002e;
    display: flex;
    align-items: center;
    color: #151641;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: bold;
    transition: .2s
}

.join-contact__left p sup {
    font-family: Raleway-Light;
    color: #fff;
    font-size: 16px;
}

.main-small-btn svg {
    position: relative;
    margin-right: 5px;
    bottom: 2px;
}

.main-small-btn:hover {
    background-color: #FFC10E;
    box-shadow: 3px 3px 6px #0000007a;
}

.main-small-btn--white {
    background-color: #151641;
    color: #fff;
    padding: 4px 25px 0 25px;
}

.main-small-btn--white:hover {
    background-color: #151641;
    box-shadow: 3px 3px 6px #0000007a;
}

.read-more-btn {
    border-radius: 24px;
    color: #151641;
    width: 141px;
    height: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color:#FFC10E;
    text-transform: uppercase;
    font-family: Raleway-Bold;
    margin-top: 10px;
    transition: .2s;
}

.read-more-btn:hover {
    background-color: #ce9d0f;
}

/* Main styles ends  */

/* Header styles  */

.header__up-block {
    background-color: #fff;
    height: 37px;
}

.header__up-block__social img {
    width: 21px;
    height: 21px;
}

.header__up-block__social li {
    margin-right: 12px;
    display: flex;
    align-items: center;
}

.header__up-block__social li a {
    font-size: 12px;
    transition: .2s;
    font-family: Raleway-Bold;
}

.header__up-block__social li a:hover {
    filter: brightness(0.8);
}

.header__up-block__btn p {
    font-size: 14px;
    line-height: 16px;
}

.header__up-block__btn p a {
    color: #F79421;
    font-size: 14px;
    line-height: 16px;
    text-decoration: underline;
    font-family: Raleway-BoldItalic;
}

.header__up-block__btn p a:hover {
    text-decoration: none;
}

.header__up-block__btn__login {
    height: 24px;
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #FFC10E;
    font-size: 14px;
    border-radius: 14px;
    font-family: Raleway-Bold;
    color: #151641;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 11px;
    margin-right: 11px;
    letter-spacing: 1px;
    transition: .2s;
    line-height: 32px;
}

.header__up-block__btn__login:hover {
    background-color: #ce9d0f;
}

.user-img__header img {
    width: 18px;
    margin-right: 6px;
}

.header__up-block__btn__login img {
    margin-right: 6px;
}

.header-sign_up {
    background-color: #151641;
    width: 110px;
    height: 24px;
    color: #fff;
    border-radius: 24px;
    font-size: 14px;
    font-family: Raleway-Bold;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #151641;
    transition: .2s;
    letter-spacing: 1px;
    line-height: 32px;
}

.header-sign_up img {
    margin-right: 6px;
}

.header-sign_up:hover {
    background-color: #fff;
    color: #151641;
    border: 1px solid #151641
}

.header__up-block__btn__register {
    color: #F79421;
    text-decoration: underline;
    font-size: 16px;
    line-height: 19px;
    font-family: Raleway-Bold;
}

.header__up-block__btn__register:hover {
    text-decoration: none;
}

.header__middle-block {
    background-color: #151641;
    display: flex;
}

.header__middle-block__conf {
    height: 36px;
    background-color: #ffffff20;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 10px;
}

.header__middle-block__conf p {
    color: #fff;
    text-align: center;
}

.header__middle-block__conf p a {
    color: #fff;
    display: flex;
    text-decoration: underline;
    margin-left: 10px;
}

.header__nav-block {
    margin-top: 5px;
    background-color: #FFC10E;
}

.header__nav-block .nav-link {
    padding: 0;
    font-size: 16px;
    color: #151641;
    font-family: Raleway-Bold;
    margin-right: 18px;
    display: flex;
    align-items: center;
}

.header__nav-block .nav-link svg {
    margin-right: 10px;
}

.header__nav-block__time-zone {
    font-size: 16px;
    color: #151641;
    line-height: 19px;
}

.header__nav-block__time-zone a {
    color: #151641;
    font-family: Raleway-Bold;
    text-decoration: underline;
    font-size: 16px;
}

.header__nav-block__time-zone a:hover {
    text-decoration: none;
}

.header__nav-block .nav-item {
    position: relative;
    padding-top: 13px;
    padding-bottom: 14px;
}

.header__nav-block .nav-item::after {
    content: "";
    height: 7px;
    background-color: #151641;
    position: absolute;
    width: 0%;
    bottom: 0px;
    left: 0;
    transition: .2s;
}

/* .header__nav-block .dropdown::after {
    background-color: #1E75BB;
} */

.header__nav-block .nav-item:hover::after {
    width: 100%;
} 

.header__nav-block .nav-item.active:after{
    content: "";
    height: 7px;
    background-color: #151641;
    position: absolute;
    width: 100%;
    bottom: 0px;
    left: 0;
}

.header__up-block__grey {
    background-color: #EEEEEE;
}

.header__banner__left {
    background-color: #151641;
    padding-top: 188px;
    padding-bottom: 190px;
}

.header__banner__left h1 {
    font-size: 44px;
    color: #fff;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 300;
}

.header__banner__left h2 {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 82px;
    color: #fff;
    font-weight: bold;
}

.header__banner__left p {
    max-width: 368px;
    color: #fff;
    font-size: 26px;
    margin-bottom: 20px;
    margin-top: 15px;
    line-height: 30px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 300;
}

.header__banner__left p span {
    font-weight: bold;
    color: #fff;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 26px;
}

.main-btn {
    background-color: #FFC10E;
    border-radius: 25px;
    color: #151641;
    height: 51px;
    font-size: 26px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
    justify-content: center;
    transition: .2s;
    line-height: 26px;
    padding-top: 5px;
}

.main-btn img {
    margin-right: 4px;
    position: relative;
    bottom: 3px;
}

.main-btn:hover {
    background-color: #ce9d0f;
}

.header__banner__right {
    background-image: url(../media/images/apipa-banner-image.png);
    background-size: cover;
    background-position: center;
}

.header__banner__right-sign-in {
    background-image: url(../media/images/non-reg-bg-image1.png);
    background-size: cover;
    background-position: center;
}

.header__banner__left--text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;

}

.course-solo_sign-in-item {
    max-width: 674px;
    margin: 0 auto;
    border-bottom: 2px solid #151641;
    padding-bottom: 40px;
    margin-bottom: 40px;
    width: 100%;
}

.course-solo_sign-in-item:last-child {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.course-solo_sign-in-item a {
    margin-top: 15px;
    width: 170px;
    height: 41px;
    background-color: #151641;
    border-radius: 25px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Raleway-Bold;
    font-size: 18px;
    line-height: 21px;
    transition: .2s
}

.course-solo_sign-in-item a:hover {
    background-color: #12145d;
}

.course-solo_sign-in-item a img {
    margin-right: 6px;
}

.header__banner__left--img {
    margin-right: 45px;
}

.course-solo_sign-in-item h2 {
    font-family: Raleway-Bold;
    font-size: 24px;
    line-height: 24px;
    color: #151641;
    max-width: 527px;
}

.course-solo_sign-in-item p {
    font-family: Raleway;
    font-size: 24px;
    line-height: 24px;
    color: #151641;
}

/* Header Styles Ends  */

/* Page title styles  */

.page-title-sect {
    padding-top: 42px;
    padding-bottom: 42px;
    border-bottom: 6px solid #FFC10E;
    background-image: url(../media/images/about-apipa-bg.png);
    background-repeat: no-repeat;
    background-position: right 5% top -67px;
}

.page-title-sect h2 {
    font-size: 40px;
    color: #151641;
    font-weight: bold;
    font-family: 'Josefin Sans', sans-serif;
}

.page-title-sect h2 img {
    margin-right: 15px;
    width: 50px;
    height: 50px;
}

/* Page title styles  */

/* Contact page styles  */

.contact-us__section {
    padding-top: 44px;
    padding-bottom: 75px;   
}

.title__blue--mb {
    margin-bottom: 37px;
}

.contact-us__section__input input {
    width: 100%;
    height: 51px;
    border-radius: 25px;
    border: 2px solid #151641;
    margin-bottom: 18px;
    background-repeat: no-repeat;
    background-position: left 22px center;
    padding-left: 40px;
}

.contact-us__section__input input:focus, .contact-us__section__input textarea:focus {
    border-color: #F05A2B;
}

.contact-us__section__input textarea {
    width: 100%;
    border-radius: 25px;
    border: 2px solid #151641;
    height: 178px;
    background-repeat: no-repeat;
    background-position: left 22px top 19px;
    padding: 10px 40px;
    margin-bottom: 35px;
    background-image: url(../media/images/comment-textarea.svg);
}

.contact-us__section__input textarea::placeholder {
    color: #151641;
}

.contact-us__section__input input::placeholder {
    color: #151641;
}

.contact-us__section__input .contact-us__section__input--name {
    background-image: url(../media/images/name-input-icon.svg);
}

.contact-us__section__input .contact-us__section__input--email {
    background-image: url(../media/images/email-input.svg);
}

.contact-us__section__input .contact-us__section__input--phone {
    background-image: url(../media/images/phone-input.svg);
}

.contact-us__section__smb {
    border-radius: 24px;
    background-color: #FFC10E;
    height: 47px;
    width: 189px;
    border: none;
    color: #fff;
    font-family: Raleway-Bold;
    text-align: center;
    cursor: pointer;
    box-shadow: 3px 3px 6px #0000002e;
    transition: .2s;
}

.contact-us__section__smb:hover {
    background-color: #ce9d0f;
}

.contact-us__pins {
    padding-left: 45px;
}

.contact-us__pins__item .contact-us__pins__title {
    font-family: Raleway-Bold;
    font-size: 26px;
}

.contact-us__pins__item li a {
    font-size: 18px;
}

.contact-us__pins__item li a:hover {
    text-decoration: underline;
}

.contact-us__pins__item li.cstm-fz {
    font-size: 14px;
}

.contact-us__pins__item img {
    width: 37px;
    height: 37px;
    border-radius: 50%;
    margin-right: 20px;
}

.contact-us__pins__item:last-child {
    border-bottom: 1px solid #151641;
    padding-bottom: 45px;
}

.contact-us__social-bottom li {
    margin-right: 14px;
}

.contact-us__social-bottom  {
    margin-top: 40px;
}

.contact-us__social-bottom a {
    transition: .2s;
}

.contact-us__social-bottom a:hover {
    filter: brightness(0.9);
}

.contact-us__social-bottom img {
    width: 37px;
    height: 37px;
}

footer {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #151641;
}

.footer__logo img {
    width: 95px;
    height: 95px;
}

.footer__logo {
    margin-right: 100px;
}

.footer__left p {
    color: #fff;
    font-size: 16px;
    line-height: 19px;
    max-width: 470px;
    display: flex;
    align-items: center;
}

.footer__right img {
    width: 30px;
    height: 30px;
}

.footer__right a {
    transition: .2s;
} 

.footer__right a:hover {
    filter: brightness(0.7);
}

.footer__right li {
    margin-right: 10px;
}


/* Contact page styles Ends  */

/* Homepage styles  */

.virtual__conf {
    padding-top: 90px;
    padding-bottom: 90px;
    background-image: url(../media/images/conf-virtual.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.virtual__conf h2 {
    font-size: 40px;
    line-height: 56px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: bold;
}

.virtual__conf h2 span {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 300;
    font-size: 40px;
}

.virtual__conf p {
    /* margin-top: 15px;
    margin-bottom: 15px; */
}

.conf-begin-timer {
    background-color: #FFC10E;
    padding-top: 30px;
    padding-bottom: 30px;
}

.conf-begin-timer h2 {
    font-size: 24px;
    color: #151641;
    font-family: Raleway-Light;
    margin-bottom: 25px;
}

.conf-begin-timer__item__count {
    font-size: 60px;
    line-height: 58px;
    margin-bottom: 10px;
    font-family: Raleway-Bold;
    color: #151641;
}

.conf-begin-timer__item {
    margin-right: 45px;
}

.conf-begin-timer__item__text {
    color: #151641;
    font-family: Raleway-Light;
    text-transform: uppercase;
}

.welcome-sect {
    margin-top: 12px;
    background-image: url(../media/images/welcome-sect-bg.png);
    padding-top: 80px;
    padding-bottom: 110px;
    background-position: center;
    background-size: cover;
}

.yellow-line{
    height: 8px;
    background-color: #FFC10E;
    width: 100%;
}

.welcome-sect img {
    width: 100%;
    max-width: 460px;
}

.meet-instructors {
    padding-top: 90px;
    background-image: url(../media/images/meet-instructors-bg--img.png);
    padding-bottom: 60px;
    background-repeat: no-repeat;
    background-size: 700px;
    background-position: 60% 100%;
}

.cstm-font {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 20px;
}

.meet-instructors__item {
    width: 100%;
   position: relative;
   z-index: 2;
}

.meet-instructors__item__wrapper {
    max-width: 170px;
    width: 100%;
    border-radius: 50%;
    position: relative;
}

.meet-instructors__item__wrapper::after {
    content: " ";
    background-color: #FFC10E;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}

.wrapper-top-left::after {
    left: -6px;
    top: -8px;
}

.wrapper-top-right::after {
    right: -6px;
    top: -6px;
}

.wrapper-bottom-left::after {
    left: -7px;
    bottom: -2px;
}

.meet-instructors__name {
    margin-top: 11px;
    font-size: 18px;
    font-family: Raleway-Bold;
    line-height: 21px;
    margin-bottom: 5px;
    text-align: center;
}

.meet-instructors__location {
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    margin-bottom: 30px;
}

.join-contact__left {
    background-image: url(../media/images/join-conf.png);
    padding-top: 65px;
    padding-bottom: 90px;
}

.join-contact__right {
    background-image: url(../media/images/footer-yellow-bg.png);
    background-size: cover;
    background-position: center;
}

.join-contact__left h2, .join-contact__right h2 {
    font-family: Raleway-ExtraLight;
    font-size: 32px;
    line-height: 42px;
    color: #151641;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 15px;
    max-width: 510px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: bold;
}

.join-contact__right h2 {
    max-width: 585px
}

.join-contact__left p {
    font-family: Raleway-Light;
    font-size: 22px;
    line-height: 26px;
    color: #fff;
    text-align: center;
    max-width: 450px;
    margin-bottom: 30px;
}

.join-contact__left h2 {
    color: #fff;
}


.join-contact {
    margin-bottom: 15px;
}

#header-middle {
   opacity: 0;
   visibility: hidden;
   height: 0;
   transition: 1s;
}

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%; 
    z-index: 2222;
    background-color: #fff;
}

.visibility-true {
    visibility: visible;
    opacity: 1;
    height: auto;
    transition: .5s;
}

.unvisible-title {
    visibility: hidden;
    opacity: 0;
    height: 0;
}

#header-middle.visible-title {
    display: flex;
    visibility: visible;
    height: auto;
    opacity: 1;
    background-color:#151641;
    padding-top: 9px;
}

.pt288 {
    padding-top: 600px;
}



/* Homepage styles ends  */

/* Courses page styles  */

.courses-section {
    padding-top: 45px;
    padding-bottom: 75px;
}

.courses-section h2 {
    margin-bottom: 25px;
}

.courses-section .nav-link {
    width: 200px;
    height: 51px;
    border-radius: 26px;
    background-color: #fff;
    border: 2px solid #F79421;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    color: #F79421;
    font-size: 18px;
    line-height: 21px;
    font-family: Raleway-Bold;
}

.courses-section .general-track {
    border-color: #1E75BB;
    color: #1E75BB;
}

.courses-section .technical-track {
    color: #F05A2B;
    border-color: #F05A2B;
}

.courses-section .nav-link.active {
    background-color: #F79421;
    border-color: #F79421;
    color: #fff;
}

.courses-section .general-track.active {
    background-color: #1E75BB;
    border-color: #1E75BB;
}

.courses-section .technical-track.active {
    background-color: #F05A2B;
    border-color: #F05A2B;
}

.nav-tabs {
    margin-top: 35px;
    margin-bottom: 30px;
}

.btn-collapse {
    border-radius: 26px;
    background-color: #EEEEEE;
    width: 100%;
    padding: 10px 45px 10px 15px; 
    position: relative;
}

.rotate-img-collapse {
    position: absolute;
    right: 15px;
    transition: .3s;
}

.collapse-number {
    background-color: #F05A2B;
    min-width: 31px;
    height: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    border-radius: 50%;
    margin-right: 10px;
}

.plenary-card .collapse-number {
    background-color: #F79421;
}

.track-card .collapse-number {
    background-color: #1E75BB;
}

.collapse-info--item {
    height: 28px;
    background-color: #151641;
    padding-left: 15px;
    padding-right: 15px;
    color: #fff;
    font-size: 14px;
    font-family: Raleway-Bold;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 17px;
    white-space: nowrap;
    margin-right: 5px;
}

.collapse-info--item svg {
    margin-right: 6px;
}

.collapse-header__btn p {
    font-size: 16px;
    padding-right: 10px;
}

.btn-collapse[aria-expanded="true"] .rotate-img-collapse {
    transform: rotate(180deg);
}

.btn-collapse[aria-expanded="true"] .rotate-img-collapse svg path {
    fill: #fff;
}

.collapse-btns a {
    background-color: #FFC10E;
    border-radius: 24px;
    height: 47px;
    font-size: 18px;
    font-family: Raleway-Bold;
    color: #151641;
    padding: 0 20px 0 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    transition: .2s;
}

.collapse-btns a:hover {
    background-color: #ce9d0f;
}

.collapse-btns a img {
    margin-right: 10px;
}

.collapse-text {
    margin-top: 35px;
}

.collapse--info .collapse-name {
    font-family: Raleway-Bold;
    font-size: 26px;
}

.collapse__border {
    border: 2px solid #151641;
    border-radius: 30px;
}

.collapse__border {
    border: 2px solid #151641;
    border-radius: 30px;
    position: relative;
    z-index: 1;
    margin-top: -45px;
    padding-top: 45px;
}

.card-header-rel {
    position: relative;
    z-index: 2;
}

.collapse__border .card-body {
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 40px;
}

.btn-collapse[aria-expanded="true"] {
    background-color: #151641;
}

.btn-collapse[aria-expanded="true"] p {
    color: #fff;
}

.btn-collapse[aria-expanded="true"] .collapse-info--item {
    background-color: #FFFFFF;
    color: #151641;
}

.btn-collapse[aria-expanded="true"] .collapse-info--item svg path {
    fill: #151641;
}

.logo--white {
    display: none;
}

/* Courses page styles Ends  */

/* Instructors page styles  */

.instructors__sect {
    padding-top: 45px;
    padding-bottom: 32px;
}

.instructors__sect .meet-instructors__item__wrapper {
    max-width: 256px;
}

.instructors__name {
    font-size: 26px;
    font-family: Raleway-Bold;
    margin-top: 25px;
    text-align: center;
    line-height: 29px;
}

.instructors__location {
    font-size: 14px;
}

.cstm-mt__instr {
    margin-top: 75px;
}

.cstm-mt__instr p {
    color: #000000;
    font-size: 16px;
    line-height: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cstm-mt__instr p a {
    color: #F79421;
    text-decoration: underline;
    line-height: 19px;
    font-size: 16px;
    font-family: Raleway-Bold;
    margin-left: 10px;
}

.instructors__sect .collapse-number {
    background-color: #1E75BB;
}

.instructors__sect .collapse-info--item {
    background-color: #F05A2B;
}

.instructors__sect .btn-collapse[aria-expanded="true"] {
    background-color: #F05A2B;
}


.instructors__sect .collapse__border {
    border-color: #F05A2B;
}

.meet-instructors-solo {
    background-image: url(../media/images/meet-instructors-solo-redesign.png);
    background-size: cover;
    margin-bottom: 15px;
    margin-top: 65px;
}

.meet-instructors-solo .title__blue, .meet-instructors-solo .meet-instructors__location, .meet-instructors-solo .meet-instructors__name {
    color: #fff;
}

.instructors__sect .accordion-redesign .collapse-info--item {
    background-color: #FFC10E;
    color: #151641;
}

/* Instructors page styles ends  */

/* About page styles  */

.about-sect {
    padding-top: 45px;
    padding-bottom: 90px;
}

.about-row {
    margin-top: 45px;
}

.about-row p {
    line-height: 24px;
}

.about-row img {
    border-radius: 20px;
    width: 100%;
    max-width: 570px;
}

.about-row__list {
    margin-top: 30px;
    padding-left: 45px;
    margin-bottom: 85px;
}

.about-row__list li {
    position: relative;
    line-height: 24px;
    margin-bottom: 10px;
}

.about-row__list li::before {
    content: " ";
    width: 10px;
    height: 10px;
    background-color: #fff;
    border: 2px solid #F79421;
    position: absolute;
    top: 7px;
    left: -20px;
    border-radius: 50%;
}

.about-row__paragraph {
    line-height: 24px;
}

.about-row__paragraph a {
    font-family: Raleway-Bold;
    font-size: 18px;
    line-height: 24px;
    color: #F79421;
}

.about-row__paragraph a:hover {
    text-decoration: underline;
}

.about-row__paragraph {
    margin-bottom: 25px;
}

/* About page styles Ends  */

/* Register 2-1 page Styles  */

.page-title-sect--circle {
    background-image: url(../media/images/circles2.png);
}

.register-sect {
    padding-top: 45px;
    padding-bottom: 95px;
}

.title-register span {
    min-width: 31px;
    height: 31px;
    background-color: #FFC10E;
    border-radius: 50%;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 3px;
    margin-right: 15px;
    color: #151641;
}

.title-register {
    font-size: 32px;
    margin-top: 35px;
    margin-bottom: 20px;
}

.apipa-input {
    border: 2px solid #151641;
    height: 51px;
    background-color: #fff;
    border-radius: 25px;
    padding-left: 13px;
    padding-right: 13px;
}

.apipa-input::placeholder {
    color: #151641;
}

.apipa-input__icon {
    padding-left: 38px;
    background-image: url(../media/images/icon-input.svg);
    background-repeat: no-repeat;
    background-position: left 17px center ;
}

.apipa-input__icon--email {
    background-image: url(../media/images/email-input.svg);
}

.register-input-row {
    margin-top: 45px;
}

.apipa-input__icon--address {
    background-image: url(../media/images/location-input.svg);
}

.apipa-input__icon--city {
    background-image: url(../media/images/city-input.svg);
}
div.container-drp {
    width: 100%;
    background-color: transparent;
  }
  
  div.dropdown {
    position: relative;
  }
  
  div.dropdown > div.caption {
    background-color: #fff;
    border-radius: 3px;
    cursor: pointer;
    width: 100%;
    border-radius: 24px;
    border: 2px solid #151641;
    color: #00376D;
    display: flex;
    align-items: center;
    background-image: url(../media/images/arrow-down-collapse.svg);
    padding-left: 22px;
    height: 51px;
    background-repeat: no-repeat;
    background-position: 95%;
    z-index: 22223;
    position: relative;
  }
  
  div.dropdown > div.list {
    position: absolute;
    background-color: #fff;
    width: 100%;
    display: none;
    top: 26px;
    z-index: 22222;
    border: 3px solid #00376D;
    padding-top: 23px;
  }
  
  div.dropdown > div.list > div.item {
    padding: 8px 24px;
    cursor: pointer;
    color: #00376D;
    font-size: 14px;
    font-family: Raleway-Bold;
    transition: .2s;
  }

  div.dropdown > div.list > div.item:hover {
      background-color: #e68d1c;
      color: #fff;
  }
  
  div.dropdown > div.list > div.item.selected {
    font-weight: bold;
  }
  
  div.dropdown.open > div.list {
    display: block;
  }

  div.dropdown.open .caption {
      background-color: #00376D;
      color: #ffffff;
      background-image: url(../media/images/arrow-down-collapse-white.svg);
  }

  div.dropdown > div.pdd-cstm_dropdown {
      padding-left: 40px;
  }

  div.dropdown > div.caption.caption_before {
      padding-left: 38px;
  }

  div.dropdown > div.caption.caption_before::before {
    position: absolute;
    content: " ";
    background-image: url(../media/images/time-zone-icon.svg);
    width: 14px;
    height: 14px;
    left: 20px;
  }
  
div.dropdown.open .caption.caption_before::before {
    background-image: url(../media/images/time-zone-icon-white.svg);
}

.apipa-input__icon--tel {
    background-image: url(../media/images/tel-input.svg);
}

div.dropdown > div.caption__aqua {
    background-color: #fff;
    color: #151641;
    background-image: none;
}

div.dropdown.open .caption__aqua {
    background-color: #fff;
    background-image: none;
    color: #151641;
}

div.dropdown > div.list-aqua > div.item:hover {
    background-color: #151641;
    color: #fff;
    font-family: Raleway-Bold;
}

div.dropdown > div.list-aqua > div.item {
    font-size: 18px;
    font-family: Raleway;
    color: #151641;
}

div.dropdown > div.list-aqua {
    border-bottom-left-radius: 26px;
    border-bottom-right-radius: 26px;
    padding-bottom: 20px;
}

div.dropdown > div.list.cstm-list_z-index1 {
    z-index: 33335;
}
div.dropdown > div.caption.cpt--z-index1 {
    z-index: 33336;
}

div.dropdown > div.list.cstm-list_z-index2 {
    z-index: 33333;
}

div.dropdown > div.caption.cpt--z-index2 {
    z-index: 33334;
}

div.dropdown > div.caption.cpt--z-index3 {
    z-index: 33332;
}

div.dropdown > div.list.cstm-list_z-index3 {
    z-index: 33331;
}

.continue-small {
    background-color: #FFC10E;
    padding-left: 13px;
    padding-right: 13px;
    border-radius: 19px;
    height: 32px;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #151641;
    font-size: 14px;
    font-family: Raleway-Bold;
    letter-spacing: .5px;
    margin-top: 15px;
    box-shadow: 3px 3px 6px #0000002e;
    transition: .2s;
}

.continue-small__cstm {
    border-radius: 25px;
    height: 51px;
    font-size: 26px;
    font-family: Raleway-Light;
    text-transform: uppercase;
    padding-left: 30px;
    padding-right: 30px;
}

.continue-small:hover {
    background-color: #ce9d0f;
}

.continue-small img {
    margin-right: 6px;
}

.continue-small__cstm img {
    width: 25px;
}

.time-zone-register {
    margin-top: 30px;
}

.time-zone-register p {
    display: flex;
    align-items: center;
    color: #000000;
}

.time-zone-register p img {
    margin-right: 7px;
}

.time-zone-register p a {
    height: 32px;
    background-color: #FFC10E;
    border-radius: 16px;
    font-size: 16px;
    font-family: Raleway-Bold;
    color: #151641;
    width: 102px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 15px;
    transition: .2s;
}

.time-zone-register p a:hover {
    background-color: #ce9d0f;
}

.register-week__item__header {
    background-color: #151641;
    border-radius: 20px;
    height: 40px;
    padding-right: 25px;
    padding-left: 25px;
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 26px;
    font-family: Raleway-Bold;
    position: relative;
    z-index: 2;
}

.register-week__list {
    margin-top: 40px;
}

.register-week__item__body__item__date {
    margin-right: 70px;
}

.register-week__item__body__item__date img {
    margin-right: 10px;
    min-width: 27px;
    height: 27px;
}

.register-week__item__body__item__date h2 {
    font-family: Raleway-Bold;
    color: #000;
    line-height: 21px;
}

.register-week__item__body__item__date p {
    color: #000;
    line-height: 21px;
}

.register-week__item__body__item {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
}

.register-week__item__body__item--br {
    padding-top: 20px;
    padding-bottom: 20px;
}

.register-week__item__body__item--br__grey {
    background-color: #EEEEEE;
}

.register-week__item__body__item:last-child {
    border-bottom: none;
}

.register-week__item__body {
    z-index: 1;
    position: relative;
    margin-top: -35px;
    border: 2px solid #151641;
    border-radius: 22px;
    padding: 30px 20px 10px 20px
}

.container-register {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 18px;
    color: #000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    display: flex;
    user-select: none;
    padding-right: 45px;
}

.container-register .container-register__count {
    min-width: 28px;
    height: 28px;
    font-size: 14px;
    font-family: Raleway-Bold;
    line-height: 16px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 11px;
    background-color: #F79421;
}

.container-register .container-register__count--orange {
    background-color: #F05A2B;   
}

.container-register .container-register__count--blue {
    background-color: #1E75BB;
}

.container-register input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark-register {
    position: absolute;
    top: 5px;
    left: 0;
    height: 17px;
    width: 17px;
    background-color: #fff;
    border: 2px solid #151641;
}

.checkmark-register::after {
    content: "";
    position: absolute;
    display: none;
}

.container-register input:checked ~ .checkmark-register::after {
    display: block;
}

.container-register .checkmark-register::after {
    left: 4px;
    top: 1px;
    width: 6px;
    height: 10px;
    content: "";
    border: solid #151641;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.register-week__item__body__item__checkbox {
    margin-left: 40px;
    width: 100%;
}

.register-week__item__body__item__type p {
    color: #000;
    width: 100%;
    min-width: 158px;
    max-width: 200px;
    font-size: 16px;
}

.container-register .link-icon--table {
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
}

.container-register .link-icon--table svg {
    width: 14px;
}

.register-week__item__body__item__type h3 {
    font-family: Raleway-Bold;
    font-size: 16px;
    color: #000;
}

.register-week__item__body__item__date {
    width: 100%;
    max-width:  210px;
}

/* Register 2-1 page styles Ends  */

/* Gallery page styles  */

.gallery-sect {
    padding-top: 45px;
    padding-bottom: 60px;
}

.gallery-sect__row {
    margin-top: 30px;
}

.gallery-sect__img {
    padding: 5px 8px 7px 8px;
    box-shadow: 3px 3px 6px #0000002e;
}

.gallery-sect__img img {
    transition: .2s;
}

.gallery-sect__title {
    margin-top: 20px;
    font-size: 26px;
    line-height: 26px;
    font-family: Raleway-Bold;
    text-align: center;
    transition: .2s;
}

.gallery-sect a:hover .gallery-sect__img img {
    transform: scale(1.04);
}

.gallery-sect a:hover .gallery-sect__title {
    color: #FFC10E;
    text-decoration: underline;
}

.cancel__course {
    text-transform: uppercase;
    border-radius: 24px;
    height: 47px;
    width: 122px;
    color: #151641;
    background-color: #fff;
    font-family: Raleway-Bold;
    box-shadow: 3px 3px 6px #00000029;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    letter-spacing: 1px;
    padding-left: 23px;
    padding-right: 23px;
    margin-top: 25px;
    min-width: 200px;
    transition: .2s;
}

.cancel__course:hover {
    box-shadow: 3px 3px 6px #0000007a;
}

/* Gallery page styles Ends  */

/* Landinng Page 2.1 styles  */

.course-begin-timer {
    background-color: #EEEEEE;
}

.course-begin-timer h2, .course-begin-timer .conf-begin-timer__item__text, .course-begin-timer .conf-begin-timer__item__count {
    color: #151641;
}

.course-begin-timer h2 {
    margin-bottom: 0px;
}

.double-sect {
    padding-top: 40px;
    padding-bottom: 130px;
}

.double-sect__left h1 {
    color: #F05A2B;
    font-family: Raleway-Bold;
    font-size: 20px;
}

.double-sect__left-pl  span {
    min-width: 32px;
    height: 32px;
    background-color: #151641;
    color: #fff;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 10px;
    margin-top: 12px;
}

.double-sect__left-pl .collapse-info {
    margin-top: 15px;
}

.double-sect__left-pl h3 {
    font-size: 26px;
    line-height: 32px;
}

.course-description h2 {
    font-size: 32px;
    margin-bottom: 35px;
    display: flex;
    align-items: center;
}

.course-description p {
    line-height: 24px;
}

.course-description h2 img {
    margin-right: 10px;
    width: 32px;
    height: 32px;
}

.sign-in__block h2 {
    font-size: 32px;
    font-family: Raleway;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px;
}

.course-description {
    margin-top: 60px;
}

.sign-in__block {
    box-shadow: 2px 2px 10px #00000036;
    border-radius: 20px;
    padding: 35px 20px 40px 20px;
}

.sign-in__block input {
    width: 100%;
    height: 51px;
    border: 2px solid #151641;
    padding-left: 25px;
    padding-right: 10px;
    border-radius: 25px;
    margin-bottom: 13px;
}

.sign-in__block .sign-in__block--sbm {
    background-color: #FFC10E;
    border-color: #FFC10E;
    color: #151641;
    width: 161px;
    padding: 0;
    font-family: Raleway-Bold;
    height: 47px;
    letter-spacing: 1px;
}

.sign-in__block .sign-in__block--sbm:hover {
    background-color: #ce9d0f;
    border-color: #ce9d0f
}

.sign-in__block input::placeholder {
    color: #151641;
}

.sign-in__block a {
    color: #151641;
    text-decoration: underline;
}

.sign-in__block a:hover {
    text-decoration: none;
}

.double-sect__right__bottom-block {
    padding: 25px 24px 45px 24px; 
    margin-top: 35px;
    box-shadow: 2px 2px 10px #00000036;
    border-radius: 20px;
    
}

.double-sect__col img {
    width: 32px;
    height: 32px;
    margin-bottom: 8px;
}

.double-sect__col p {
    font-family: Raleway-Bold;
    font-size: 14px;
    line-height: 16px;
}

.double-sect__col p span {
    font-size: 14px;
    line-height: 16px;
}

.double-sect__col {
    flex-direction: column;
    align-items: center;
    display: flex;
    margin-bottom: 25px;
}

.devider___blue {
    width: 100%;
    height: 1px;
    background-color: #151641;
    margin-top: 10px;
    margin-bottom: 35px;
}

.double-sect__col a {
    font-family: Raleway-BoldItalic;
    color: #F79421;
    text-decoration: underline;
    font-size: 14px;
    line-height: 16px;
}

.double-sect__right--btn button {
    background-color: #FFC10E;
    border-radius: 24px;
    height: 47px;
    padding-left: 23px;
    padding-right: 23px;
    border: none;
    margin-bottom: 13px;
    text-transform: uppercase;
    font-family: Raleway-Bold;
    color: #151641;
    transition: .2s
}

.double-sect__right--btn button:hover {
    background-color: #ce9d0f;
}

.double-sect__right--btn button img {
    margin-right: 8px;
}

.instructor-grey-sect {
    background-color: #EEEEEE;
    padding: 70px 0 105px 0;
}

.instructor-grey-sect__img {
    width: 100%;
    max-width: 252px;
    margin-top: 35px;
    position: relative;
}

.instructor-grey-sect__img img {
    position: relative;
    z-index: 2;
    width: 252px;
    height: 252px;
    border-radius: 50%;
}

.instructor-grey-sect__img::after {
    content: " ";
    background-color: #FFC10E;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    left: -10px;
    top: -8px;
}

.instructor-grey-sect--right h2 {
    font-size: 22px;
    font-family: Raleway-Bold;
    margin-bottom: 25px;
}

.instructor-grey-sect--right h4 {
    font-size: 26px;
    margin-bottom: 20px;
}

.course-description__item p {
    font-size: 16px;
    font-family: Raleway-Bold;
    line-height: 19px;
    display: flex;
    align-items: center;
}

.course-description__item .min-width__p {
    min-width: 110px;
}

.course-description__item {
    border-radius: 36px;
    padding: 10px 18px 10px 16px;
    box-shadow: 1px 2px 7px #00000036;
    margin-bottom: 18px;
}

.course-description__item p img {
    min-width: 30px;
    height: 30px;
    margin-right: 17px;
}

.course-description__item a {
    height: 32px;
    width: 122px;
    background-color: #FFC10E;
    border-radius: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #151641;
    font-size: 12px;
    font-family: Raleway-Bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: .2s;
}

.course-description__item a:hover {
    background-color: #ce9d0f;
}

.course-description__item a img {
    margin-right: 5px;
}

.colored-btn a {
    padding-right: 21px;
    padding-left: 15px;
    height: 47px;
    border-radius: 24px;
    background-color: #F05A2B;
    color: #fff;
    font-family: Raleway-Bold;
    display: flex;
    align-items: center;
    margin-right: 20px;
    justify-content: center;
    transition: .2s
}

.colored-btn a img {
    margin-right: 8px;
    width: 20px;
    height: 20px;
    min-width: 20px;
    border-radius: 50%;
}

.colored-btn a:hover {
    background-color: #ce4f28;
}

.colored-btn a.btn-evaluation {
    background-color: #FFC10E;
    color: #151641;
}

.colored-btn a.btn-evaluation:hover {
    background-color: #ecb411;
}

.colored-btn a.btn-certificate {
    background-color: #1E75BB;
}

.colored-btn a.btn-certificate:hover {
    background-color: #135c96;
}

.colored-btn {
    margin-bottom: 45px;
}

.sign-in__block-right p {
    font-size: 22px;
    font-family: Raleway-Bold;
    line-height: 25px;
}

.sign-in__block-right a {
    color: #F05A2B;
    font-family: Raleway-BoldItalic;
    text-decoration: underline;
    font-size: 16px;
}

.sign-in__block-right a:hover, .double-sect__col a:hover {
    text-decoration: none;
}

.sign-in__block-left img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 15px;
}

.devider___blue--mt {
    margin-top: 37px;
}

.accept-p p {
    display: flex;
    font-size: 14px;
    align-items: center;
    font-family: Raleway-Bold;
}

.accept-p p img {
    width: 32px;
    height: 32px;
    min-height: 32px;
    border-radius: 50%;
    margin-right: 10px;
}

.big-read-more {
    border-radius: 24px;
    background-color: #FFC10E;
    height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 161px;
    color: #fff;
    font-family: Raleway-Bold;
    margin-top: 20px;
    transition: .2s;
}

.big-read-more:hover {
    background-color: #ce9d0f;
}

/* Landing page 2.1 stylles Ends  */

/* FAQ page styles  */

.questions-block {
    background-color: #FFC10E;
    border-radius: 20px;
    padding: 25px 25px 45px 25px;
}

.questions-block h2 {
    font-size: 40px;
    color: #151641;
    font-weight: bold;
    font-family: 'Josefin Sans', sans-serif;
    line-height: 56px;
    margin-bottom: 10px;
}

.questions-block p {
    color: #151641;
    line-height: 24px;
    margin-bottom: 25px;
}

.questions-block a {
    border-radius: 25px;
    color: #151641;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-family: Raleway-Bold;
    background-color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    height: 37px;
    box-shadow: 0px 3px 6px #0000002e;
    transition: .2s;
}

.questions-block a:hover {
    box-shadow: 0px 3px 6px #0000007d;
}

.questions-block img {
    margin-right: 7px;
}

.questions-under-sect {
    background-color: #EEEEEE;
    margin-top: 40px;
    border-radius: 20px;
    padding: 25px 25px 45px 25px;
}

.ul-orange-circle {
    margin-top: 20px;
}

.ul-orange-circle li {
    line-height: 24px;
    padding-left: 20px;
    position: relative;
    margin-bottom: 10px;
}

.ul-orange-circle li span {
    font-family: Raleway-Bold;
}

.ul-orange-circle li::after {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: transparent;
    border: 2px solid #F79421;
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
}

.double-sect__pb {
    padding-bottom: 70px;
}

.double-sect__subtitle {
    font-size: 32px;
    margin-top: 15px;
}

.ul-orange-circle__ml {
    margin-left: 25px;
}

.ul-orange-circle__ml li {
    margin-bottom: 20px;
}

.sign-in__img {
    width: 85%;
}

.ul-orange-circle__ml ul {
    margin-top: 15px;
}

.ul-orange-circle__ml ul li {
    margin-left: 15px;
}

.ul-orange-circle__ml ul li::after {
    border: none;
    border-radius: 0;
    background-repeat: no-repeat;
    background-image: url(../media/images/arrow-right-new-icon.svg);
}

.double-sect__left p>span {
    font-family: Raleway-Bold;
}

.questions-block__orange {
    background-color: #F79421;
}

.questions-block__orange a {
    color: #F79421;
    font-size: 18px;
}

/* FAQ page styles  Ends */

/* Edit account styles  */

.edit-account__left {
    border-radius: 20px;
    box-shadow: 2px 2px 10px #00000036;
    padding: 20px 25px 65px 25px;
}

.edit-account__left .nav-link {
    border-radius: 22px;
    padding-left: 8px;
    padding-right: 20px;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    box-shadow: 0px 3px 6px #00000029;
    margin-right: 15px;
    color: #151641;
    font-family: Raleway-Bold;
}

.edit-account__left .nav-link svg {
    margin-right: 7px;
}

.edit-account__left .nav-link.active {
    color: #151641;
    background-color: #FFC10E;
}

.edit-account__left .nav-link.active svg circle {
    fill: #151641;
}

.edit-account__left .nav-link.active svg path {
    fill: #FFC10E;
}

.edit-account__left .nav-tabs {
    padding-bottom: 22px;
    border-bottom: 1px solid #151641;
}

.edit-account__title {
    color: #000000;
    font-family: Raleway-Bold;
    display: flex;
    align-items: center;
}

.edit-account__title img {
    margin-right: 20px;
    width: 32px;
    height: 32px;
}

.edit-account__image {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: relative;
    margin-top: 25px;
}

.edit-account__image a {
    position: absolute;
}

.edit-account__image .edit-account__image--edit {
    top: 0;
    right: 0;
}

.edit-account__image .edit-account__image--delete {
    bottom: 0;
    right: 0;
}

.input-edit-row {
    margin-top: 25px;
}

.input-edit-row input {
    width: 100%;
    border: 3px solid #00376D;
    height: 47px;
    border-radius: 24px;
    font-size: 14px;
    font-family: Raleway-Bold;
    padding-left: 15px;
    margin-bottom: 15px;
    color: #00376D;
}

.input-edit-row input::placeholder {
    color: #00376D;
}

.input-edit-row input.with_bg {
    padding-left: 40px;
    background-image: url(../media/images/user-edit.svg);
    background-repeat: no-repeat;
    position: relative;
    background-position: left 17px center;
}

.input-edit-row input.with_bg.password_bg {
    background-image: url(../media/images/password-icon.svg);
}

.input-edit-row input.with_bg.with_bg_date--ino {
    background-image: url(../media/images/date-input.svg);
}

.input-edit-row input.with_bg_date {
    background-image: url(../media/images/date-input.svg);
    text-transform: uppercase;
}

.input-edit-row input.tel-ino {
    background-image: url(../media/images/tel-ino.svg);
}

.input-edit-row input.mail-ino {
    background-image: url(../media/images/email-ino.svg);
}

.input-edit-row input.address-ino {
    background-image: url(../media/images/address-ino.svg);
}

::-webkit-calendar-picker-indicator {
    opacity: 0;
    padding-right: 15px;
    color: transparent;
    background: none;
    z-index: 1;
}

.input-edit-row div.dropdown > div.caption {
     width: 100%;
    border: 3px solid #00376D;
    height: 47px;
    border-radius: 24px;
    font-size: 14px;
    font-family: Raleway-Bold;
    padding-left: 15px;
    margin-bottom: 15px;
    color: #00376D;
}

.input-edit-row div.dropdown.open .caption {
    color: #fff;
}

.input-edit-row div.dropdown div.caption.with_bg {
    padding-left: 40px;
}

.input-edit-row div.dropdown div.caption.with_bg::before {
    background-image: url(../media/images/time-zone-icon.svg);
    content: " ";
    position: absolute;
    top: 13px;
    left: 19px;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
}

.with_bg_date--ino::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 10px;
    background-image: url(../media/images/arrow-down-collapse.svg);
    right: 14px;
    top: 16px;
    background-repeat: no-repeat;
}

.custom-switch.custom-switch-lg {
    padding-bottom: 1rem;
    padding-left: 2.25rem;
}

.custom-switch.custom-switch-lg .custom-control-label {
    padding-left: 39px;
    padding-top: 9px;
}

.custom-switch.custom-switch-lg .custom-control-label::before {
    border-radius: 1rem;
    height: 1.5rem;
    width: 2.5rem;
}
.custom-switch.custom-switch-lg .custom-control-label::after {
    width: 23px;
    height: 23px;
    top: 12px;
    left: -28px;
}

.custom-switch.custom-switch-lg .custom-control-label::after {
    border-radius: 0.65rem;
    height: calc(1.5rem - 4px);
    width: calc(1.5rem - 4px);
}

.custom-switch.custom-switch-lg .custom-control-label::before {
    border: 3px solid #00376D;
    border-radius: 25px;
    width: 62px;
    height: 36px;
}

.custom-switch.custom-switch-lg .custom-control-label::before {
    border: 3px solid #00376D;
    border-radius: 25px;
    width: 62px;
    height: 36px;
}

.custom-switch.custom-switch-lg .custom-control-input:checked ~ .custom-control-label::after {
    transform: translateX(24px);
}

.custom-switch.custom-switch-lg .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #00376D;
}

.custom-control-input:checked ~ .custom-control-label::before {
    background-color: #fff;
}

.update-info-btn {
    background-color: #FFC10E;
    border-radius: 22px;
    color: #151641;
    font-family: Raleway-Bold;
    height: 44px;
    width: 187px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 43px;
    transition: .2s;
}

.update-info-btn:hover {
    background-color: #ce9d0f;
}

.update-info-btn img {
    margin-right: 6px;
}

.edit-info__right {
    border-radius: 20px;
    box-shadow: 2px 2px 10px #00000036;
    padding: 20px 25px 30px 25px;
}

.edit-info__right--image img {
    width: 70px;
    height: 70px;
}

.edit-info__right h2 {
    font-family: Raleway-Bold;
    font-size: 22px;
}

.edit-info__right h3 {
    font-family: Raleway;
    color: #F79421;
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 5px;
}

.edit-info__right p {
    font-size: 16px;
    line-height: 19px;
}

.edit-info__right__border {
    padding-bottom: 30px;
    border-bottom: 1px solid #00376D;
    margin-bottom: 30px;
}

.edit-info__right__border__item {
    margin-bottom: 20px;
}

.edit-info__right__border__item--left {
    font-family: Raleway-Bold;
    font-size: 16px;
    line-height: 28px;
}

.edit-info__right__border__item--left img {
    margin-right: 10px;
}

.edit-info__right__border__item--right {
    font-size: 20px;
    font-family: Raleway-Bold;
}

.edit-info__right__border__item--right p {
    font-size: 12px;
    font-family: Raleway-Bold;
    color: #151641;
}

.edit-info__right__border__item--right .text-form__timezone {
    font-size: 14px;
    font-family: Raleway-Bold;
}

.edit-info__right__border__item--right .text-form__timezone span {
    font-family: Raleway;
    font-size: 14px;
}

.edit-info__right__border__item--right .text-form__timezone a {
    font-size: 14px;
    color: #F79421;
    font-family: Raleway-BoldItalic;
    text-decoration: underline;
}

.edit-info__right__border__item--right .text-form__timezone a:hover {
    text-decoration: none;
}

.tab-pane__edit .collapse-header span {
    width: 31px;
    min-width: 31px;
    height: 31px;
    border-radius: 50%;
    background-color: #F79421;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #fff;
    margin-right: 10px;
}

.tab-pane__edit .collapse-header span.yellow-edit--orange {
    background-color: #F05A2B;
}

.tab-pane__edit .btn-collapse[aria-expanded="true"] {
    background-color: #EEEEEE;
}

.tab-pane__edit .btn-collapse[aria-expanded="true"] p {
    color: #151641;
}

.tab-pane__edit .btn-collapse[aria-expanded="true"] .collapse-info--item {
    background-color: #151641;
    color: #fff;
}

.tab-pane__edit .btn-collapse[aria-expanded="true"] .collapse-info--item svg path {
    fill: #fff;
}

.tab-pane__edit .btn-collapse[aria-expanded="true"] .rotate-img-collapse svg path {
    fill: #151641;
}

.tab-pane__edit .collapse__border {
    border: none;
    background-color: #EEEEEE;
}

.tab-pane__edit .collapse-text {
    border-top: 1px solid #151641;
}

.tab-pane__edit .collapse__border .card-body {
    padding-left: 15px;
    padding-right: 15px;
}

.tab-pane__edit .collapse-text {
    padding-top: 22px;
}

.collapse-btns a.white-bg {
    background-color: #fff;
    color: #151641;
    text-transform: uppercase;
    box-shadow: 3px 3px 6px #0000002e;
    transition: .2s;
}

.collapse-btns a.white-bg:hover {
    box-shadow: 3px 3px 6px #0000007a;
}

.modal-open .modal {
    background-color: #00036f69;
}

.blur-item {
    filter: blur(0);
}

.modal-open .blur-item {
    filter: blur(10px);
}

.modal-body {
    padding: 60px 35px 45px 35px;
}

.modal-body h2 {
    font-size: 26px;
    font-family: Raleway-Bold;
    color: #00376D;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 10px;
}

.main-p {
    line-height: 28px;
}

.modal-form {
    margin-top: 30px;
}

.continue-btn {
    width: 129px;
    height: 32px;
    background-color: #FFC10E;
    border-radius: 19px;
    color: #151641;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 3px 3px 6px #0000002e;
    font-family: Raleway-Bold;
    font-size: 14px;
    letter-spacing: 1px;
    margin-top: 40px;
    transition: .2s;
}

.continue-btn:hover {
    background-color: #ce9d0f;
}

.continue-btn img {
    margin-right: 6px;
}

.modal-body-apipa {
    border-top: 9px solid #FFC10E;
}

.modal-content {
    border-radius: 0;
    border: none;
}

.modal-close {
    opacity: 1;
    position: absolute;
    top: 31px;
    right: 38px;
    cursor: pointer;
    z-index: 2222;
}

.modal-close:hover {
    opacity: 1;
}

/* Edit account styles Ends  */

/* Schedule page styles  */

.schedule-section {
    padding: 45px 0 85px 0;
}

.schedule-section p {
    line-height: 24px;
    font-family: Raleway-Bold;
}

.schedule-section p a {
    font-size: 18px;
    color: #F79421;
    line-height: 24px;
    font-family: Raleway-BoldItalic;
}

.schedule-section p a:hover {
    text-decoration: underline;
}

.time-zone-schedule img {
    width: 32px;
    height: 32px;
    margin-right: 7px;
}

.time-zone-schedule .change__btn {
    height: 32px;
    width: 102px;
    background-color: #FFC10E;
    border-radius: 16px;
    font-family: Raleway-Bold;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #151641;
    margin-left: 15px;
    transition: .2s
}

.time-zone-schedule .change__btn:hover {
    background-color: #ce9d0f;
}

.download-pdf {
    background-color: #fff;
    color: #151641;
    font-size: 16px;
    line-height: 19px;
    font-family: Raleway-Bold;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    width: 207px;
    transition: .2s;
    box-shadow: 0px 3px 6px #0000002e;
    border-radius: 25px;
    transition: .2s;
}

.download-pdf:hover {
    box-shadow: 3px 3px 6px #0000007a;
}

.download-pdf img {
    margin-right: 7px;
}

.schedule__table h2 {
    color: #151641;
    font-size: 25px;
    font-family: Raleway-Bold;
    margin-bottom: 25px;
}

.schedule__table .dark-grey-sect {
    background-color: #777777;
    color: #fff;
    font-family: Raleway-Bold;
    text-align: center;
    line-height: 21px;
    padding-top: 12px;
    padding-bottom: 12px;
    border: 2px solid #151641;
}

.schedule__table .light-grey-sect {
    background-color: #EEEEEE;
    font-family: Raleway-Bold;
    text-align: center;
    line-height: 21px;
    padding-top: 8px;
    padding-bottom: 8px;
    border: 2px solid #151641;
}

.schedule__table .colored-sect {
    height: 22px;
    background-color: #F79421;
    border: 2px solid #151641;
}

.schedule__table .colored-sect--orange {
    background-color: #F05A2B;
}

.schedule__table .colored-sect--blue {
    background-color: #1E75BB;
}

.link-icon--table {
    width: 18px;
    height: 18px;
    background-color: #F79421;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    bottom: 13px;
    right: 13px;
}

.link-icon--table svg {
    width: 9px;
}

.link-icon--table--blue {
    background-color: #1E75BB;
}

.link-icon--table--orange {
    background-color: #F05A2B;
}

.schedule__table .bg-transparent {
    background-color: transparent;
    border-color: transparent;
    color: transparent;
}

.schedule__table .gen, .schedule__table .tech {
    font-family: Raleway-Bold;
    min-height: 178px;
    background-color: #ededed;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #151641;
    color: #fff;
    height: 50%;
}

.schedule__table .tech {
    background-color: #bebfbf;
}

.grey-sect-long {
    font-family: Raleway-Bold;
    border: 2px solid #151641;
    min-height: 356px;
    padding: 0 10px;
    position: relative;
    transition: .2s;
    height: 100%;
}

.schedule__more-info--btn {
    background-color: #fff;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 19px;
    display: flex;
    justify-content: center;
    color: #F05A2B;
    font-family: 'Raleway-Bold';
    padding: 2px 0;
    width: 96px;
    font-size: 13px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    transition: .2s;
}

.white-sect_large a, .grey-sect-long a, .white-sect_small a {
    transition: .2s
}

.white-sect_small a:hover, .white-sect_large a:hover, .grey-sect-long a:hover {
    text-decoration: underline;
}

.schedule__more-info--btn:hover {
    box-shadow: 0px 3px 10px #0000007b;
}

.grey-sect-long:hover .schedule__more-info--btn, .white-sect_large:hover .schedule__more-info--btn, .white-sect_small:hover .schedule__more-info--btn {
    opacity: 1;
    visibility: visible;
}

.white-sect_large:hover a, .grey-sect-long:hover p, .grey-sect-long:hover a,  .grey-sect-long:hover span, .white-sect_large:hover span, .white-sect_small:hover a, .white-sect_small:hover span {
    color: #fff!important;
}

.grey-sect-long:hover .schedule__more-info--btn, .white-sect_large:hover .schedule__more-info--btn, .white-sect_small:hover .schedule__more-info--btn{
    color: #F05A2B!important;
    text-decoration: none;
}

.grey-sect-long p {
    font-family: Raleway-Bold;
    transition: .2s;
}

.cell-border {
    height: 24px;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #F79421;
    position: absolute;
    border-bottom: 2px solid #151641;
}

.cell-border--orange {
    background-color: #F05A2B;
}

.cell-border--blue {
    background-color: #1E75BB;
}

.cell-number {
    background-color: #F79421;
    color: #fff;
    border-radius: 50%;
    padding: 5px 5px;
    font-size: 14px;
    font-family: Raleway-Bold;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: 25px;
    height: 25px;
}

.schedule-section--cont p, .schedule-section--cont span {
    transition: .2s;
}

.cell-number--orange {
    background-color: #F05A2B;
}

.cell-number--blue {
    background-color: #1E75BB;
}

.white-sect_large {
    padding: 25px 10px 40px 10px;
    border: 2px solid #151641;
    min-height: 240px;
    transition: .2s;
    border-top: 0;
}

.white-sect_large.white-sect_big {
    min-height: 525px;
}

.white-sect_large p {
    font-family: Raleway-Bold;
    transition: .2s;
}

.plenary-hover:hover{
    background-color: #F79421;
}

.audit-hover:hover {
    background-color: #F05A2B;
}

.finance-hover:hover {
    background-color: #1E75BB;
}

.white-sect_small {
    background-color: #fff;
    border: 2px solid #151641;
    padding: 25px 10px 40px 10px;
    min-height: 285px;
    transition: .2s;
}

.white-sect_small p {
    transition: .2s;
    font-family: Raleway-Bold;
}

.cstm__height {
    height: 100%;
}

.modal--first {
    display: flex;
}

.modal--disapear {
    display: none;
}

.modal--disapear1 {
    display: none;
}

.modal--first.hide {
    display: none;
}

.modal--disapear.active {
    animation: scale-display .3s;
    display: flex!important;
}

.modal--disapear.hide {
    display: none!important;
}

.modal--disapear1.active {
    animation: scale-display .3s;
    display: flex!important;
}

.modal--disapear_steps {
    display: none;
}

.modal--disapear1_steps {
    display: none;
}

.modal--disapear2_steps {
    display: none;
}

.modal--disapear3_steps {
    display: none;
}

.modal--disapear4_steps {
    display: none;
}

.modal--first_steps.hide {
    display: none;
}

.modal--disapear_steps.active {
    animation: scale-display .3s;
    display: flex!important;
}

.modal--disapear_steps.hide {
    display: none!important;
}



.modal--disapear1_steps.active {
    animation: scale-display .3s;
    display: flex!important;
}

.modal--disapear2_steps.active {
    animation: scale-display .3s;
    display: flex!important;
}

.modal--disapear3_steps.active {
    animation: scale-display .3s;
    display: flex!important;
}

.modal--disapear4_steps.active {
    animation: scale-display .3s;
    display: flex!important;
}

.modal_p-text span {
    font-family: Raleway-Bold;
}

.modal--disapear1_steps.hide {
    display: none!important;
}

.modal--disapear2_steps.hide {
    display: none!important;
}

.modal--disapear3_steps.hide {
    display: none!important;
}

.modal-form {
    margin: 20px;
    max-width: 405px;
    width: 100%;
}

.modal-form input {
    width: 100%;
    height: 47px;
    border: 2px solid #00376D;
    font-family: Raleway-Bold;
    border-radius: 24px;
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 10px;
    font-size: 14px;
    letter-spacing: 1px;
    font-size: 14px;
    color: #00376D;
}

.modal-form input::placeholder {
    color: #00376D
}

.modal_sbm button {
    border: none;
    background-color: #F05A2B;
    width: 109px;
    height: 32px;
    border-radius: 19px;
    color: #fff;
    font-family: 'Raleway-Bold';
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 3px 3px 6px #0000002e;
    transition: .2s;
}

.modal_sbm .modal-redirect {
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.modal_sbm a {
    background-color: #fff;
    color: #F05A2B;
    min-width: 133px;
    height: 32px;
    border-radius: 19px;
    font-family: 'Raleway-Bold';
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 3px 3px 6px #0000002e;
    transition: .2s;
    padding-left: 15px;
    padding-right: 15px;
}

.modal-open .modal-bg {
    background-color: #151641;
}

.modal_troubles {
    margin-top: 15px;
}

.modal_troubles p {
    text-align: center;
    font-size: 16px;
    color: #000000;
}

.modal_troubles ul {
    margin-top: 15px;
}

.modal_troubles ul li {
    border-right: 1px solid #707070;
    padding-top: 5px;
    padding-bottom: 5px;
}

.modal_troubles ul a {
    font-family: Raleway-BoldItalic;
    font-size: 16px;
    color: #F05A2B;
    line-height: 26px;
    display: flex;
    align-items: center;
    text-decoration: underline;
}

.class-modal--h3 {
    font-size: 26px;
    line-height: 26px;
    font-family: Raleway-Bold;
    color: #00376D;
    margin-bottom: 15px;
}

.modal__blue-sect {
    background-color: #1E75BB;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}

.modal__blue-sect p {
    font-size: 18px;
    color: #fff;
    line-height: 26px;
    text-align: center;
}

.modal__blue-sect p span {
    font-family: Raleway-Bold;
    font-size: 18px;
    color: #fff;
}

.chart {
    position: relative;
    width: 74px;
    height: 74px;
    border-radius: 50px;
    margin-top: 40px;
}

.percent {
    position: absolute;
    width: 37px;
    height: 74px;
    overflow: hidden;
    left: 37px;
    transform-origin: left center;
    border-width: 1px;
}

.percent:before {
    content: "";
    position: absolute;
    width: 37px;
    height: 74px;
    left: -37px;
    border-radius: 50px 0 0 50px;
    transform-origin: right center;
}

.filler {
    position: absolute;
    width: 58px;
    height: 58px;
    left: 8px;
    top: 8px;
    color: #F05A2B;
    background: white;
    border-radius: 42px;
    text-align: center;
    line-height: 55px;
    font-size: 37px;
    font-family: 'Raleway-Bold';
}

.max__w-img {
    align-items: flex-start;
}

.modal--first_steps .modal-form {
   margin: 20px auto;
}

.modal--first_steps .modal_sbm button, .modal--disapear1_steps .modal_sbm button {
    width: auto;
    padding-right: 15px;
    padding-left: 11px;
}

.modal--disapear2_steps button, .modal--disapear3_steps button  {
    width: auto;
    padding-left: 11px;
    padding-right: 17px;
    text-transform: uppercase;
}

.modal--disapear1_steps .container-drp {
    max-width: 570px
}

.modal_sbm .button__modal-steps2 {
    text-transform: uppercase;
    padding-left: 11px;
    padding-right: 17px;
    width: auto;
}

.logo--blue {
    width: 91px;
}

.schedule-section--cont__blue {
    background-color: #151641;
    padding: 20px 50px;
    margin-top: 40px;
}

.schedule-section--cont__blue--left img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-right: 30px;
}

.schedule-section--cont__blue--left {
    font-size: 32px;
    color: #fff;
}

.schedule-section--cont__blue--left span {
    font-family: Raleway-Bold;
    font-size: 32px;
    color: #fff;
}

.week-count h2 {
    font-family: Raleway-Bold;
    font-size: 18px;
    text-transform: uppercase;
}

.schedule-section .schedule-section--cont__blue--right--date {
    font-size: 14px;
    line-height: 15px;
    font-family: Raleway;
}

.schedule-section__colored-btn .schedule-section__colored-btn--item {
    height: 31px;
    padding: 0 10px;
    background-color: #F79421;
    border-radius: 19px;
    text-transform: uppercase;
    font-family: Raleway-Bold;
    display: flex;
    align-items: center;
    color: #fff;
    min-width: 130px;
    justify-content: center;
}

.schedule-section__colored-btn .schedule-section__colored-btn--item--blue {
    background-color: #1E75BB;
}

.schedule-section__colored-btn .schedule-section__colored-btn--item--orange {
    background-color: #F05A2B;
}

.link-icon svg {
    width: 15px;
}

.link-icon__p p {
    font-size: 12px;
    font-family: Raleway-Bold;
    line-height: 14px;
    color: #fff;
}

.link-icon {
    background-color: #fff;
    padding: 5px;
    display: flex;
    border-radius: 50%;
    margin-right: 8px;
}

.week-count {
    background-color: #fff;
    padding: 5px 10px;
    display: flex;
    align-items: flex-end;
    border-radius: 18px;
    justify-content: space-between;
}

.schedule-section__linkable {
    padding-left: 10px;
    display: flex;
    align-items: center;
}

.week-descr {
    background-color: #151641;
    font-size: 24px;
    line-height: 30px;
    padding: 5px 0;
    color: #fff;
    text-align: center;
}

.week-descr span {
    font-family: Raleway-Bold;
    font-size: 24px;
    color: #fff;
    line-height: 30px;
}

.collapse-header.collapse-header__btn>.d-flex.align-items-center {
    align-items: flex-start!important
}

.collapse-header.collapse-header__btn>.d-flex.align-items-center--imp {
    align-items: center!important;
}

.grey-sect-long p a, .schedule-section .white-sect_small a,  .schedule-section .white-sect_large a {
    color: #fff;
    font-family: Raleway-Bold;
    color: #151641;
}

.about-collapse-sect__left {
    width: 100%;
    max-width: 280px;
    font-size: 22px;
    font-family: Raleway-Bold;
    color: #151641;
    line-height: 26px;
    min-width: 280px;
}

.about-collapse-sect button {
    background-color: #EEEEEE;
    border-radius: 37px;
    height: 73px;
    padding-left: 20px;
    padding-right: 20px;
}

.card-body-item__left img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.card-body-item__left {
    margin-right: 20px;
}

.about-collapse-sect button .about-collapse-sect__right img {
    transition: .3s;
}

.about-collapse-sect button[aria-expanded="true"] .about-collapse-sect__right img {
    transform: rotate(180deg);
}

.about-collapse-sect .card {
    margin-bottom: 15px;
}

.about-collapse-sect__left img {
    margin-right: 15px;
}

.about-collapse-sect__center {
    white-space: nowrap;
}

.card-body-item__right h2 {
    font-size: 22px;
    font-family: Raleway-Bold;
    color: #151641;
    line-height: 26px;
    margin-top: 20px;
    margin-bottom: 5px;
}

.card-body-item__right h3 {
    margin-bottom: 20px;
    font-size: 22px;
    color: #151641;
    font-family: Raleway-Italic;
    line-height: 26px;
}

.card-body-item__right__links {
    margin-top: 25px;
}

.card-body-item__right__links a {
    display: flex;
    align-items: center;
    font-size: 18px;
    line-height: 21px;
    color: #151641;
    font-family: Raleway-Bold;
    margin-bottom: 12px;
}

.card-body-item__right__links a img {
    margin-right: 12px;
}

.about-collapse-sect button[aria-expanded="true"] {
    background-color: #fff;
    border: 2px solid #151641;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: 0;
}

.about-collapse-sect .collapse-transition {
    border: 2px solid #151641;
    border-radius: 37px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: -2px; 
    transition: 0.4s;
    background-color: #fff;
    border-top: 0;
}

.about-collapse-sect .card-body-item {
    border-top: 1px solid #151641;
}

.contact-main {
    min-height: calc(100vh - 410px);
}

@keyframes scale-display {
	0% {
		opacity: 0;
		transform: scale(0);
    -webkit-transform: scale(0);
	}

	100% {
		opacity: 1;
		transform: scale(1);
    -webkit-transform: scale(1);
	}
}

/* Schedule page styles Ends  */

/* Registered page styles  */

.registered__half {
    background-color: #151641;
    background-image: url(../media/images/pexels-picjumbocom-461077.png);
    min-height: 369px;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 50%;
}

.registered__half h1 {
    font-family: Raleway-Bold;
    font-size: 40px;
    line-height: 47px;
    color: #fff;
}

.registered__half p {
    font-size: 22px;
    line-height: 26px;
    font-family: Raleway-Lightv;
    color: #fff;
    margin-top: 15px;
}

.whats-next h2 {
    font-size: 40px;
    line-height: 47px;
    color: #151641;
    font-family: Raleway-Bold;
}

.whats-next p {
    margin-top: 12px;
    color: #151641;
    font-size: 18px;
    line-height: 22px;
}

.whats-next {
    padding-top: 72px;
    padding-bottom: 97px;
}

.whats-next .my-courses__btn a {
    width: 245px;
    height: 51px;
    background-color: #FFC10E;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    color: #151641;
    font-family: Raleway-Bold;
    font-size: 26px;
    margin-top: 45px;
    line-height: 30px;
    box-shadow: 3px 3px 6px #0000002e;
    transition: .2s;
}

.whats-next .my-courses__btn a:hover {
    background-color: #ce9d0f;
}

.whats-next .my-courses__btn a img {
    margin-right: 15px;
}

.share-mews {
    background-color: #EEEEEE;
    padding-bottom: 105px;
    position: relative;
}

.share-mews ul {
    margin-top: 35px;
}

.share-mews ul a svg path {
    transition: .2s;
}

.share-mews ul a:hover svg path {
    fill: #F79421;
}

.share-new__abs {
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 84px;
    font-family: Raleway-BoldItalic;
    color: #151641;
    z-index: 2;
}

.join-contact--registered .col-lg-6 {
    min-height: 461px;
}

.join-contact-events {
    background-image: url(../media/images/current-events.png);
}

.join-contact-events .main-small-btn--white {
    color: #151641;
}

.join-contact-events h2 {
    max-width: 456px
}

.join-contact-events h2.title-for-share {
    font-family: Raleway-Light;
    font-size: 36px;
    line-height: 42px;
    color: #fff;
}

div.dropdown > div.caption.cstm_z-index {
    z-index: 650011;
}

div.dropdown > div.list.cstm-list_z-index {
    z-index: 650010 !important;
}

div.dropdown > div.caption.cstm_z-index23 {
    z-index: 22228;
} 

div.dropdown > div.list.cstm-list_z-index23 {
    z-index: 22227;
}

.input-edit-row div.dropdown.open div.caption.with_bg::before {
    background-image: url(../media/images/tome-zione-bg-active.svg);
}

.join-contact-events--cstm .main-small-btn--white {
    background-color: #fff;
    color: #151641;
}

div.dropdown > div.caption.aqua-index {
    z-index: 650009;
}

div.dropdown > div.list.aqua-index2 {
    z-index: 650008;
}

div.dropdown > div.caption.aqua-index3 {
    z-index: 650007;
}

div.dropdown > div.list.aqua-index4 {
    z-index: 650006;
}

div.dropdown > div.caption.aqua-index5 {
    z-index: 650005;
}

div.dropdown > div.list.aqua-index6 {
    z-index: 650004;
}

.questions-blue {
    background-color: #151641;
}

.questions-blue h2 {
    color: #fff;
}

.questions-blue p {
    color: #fff;
}

.grey-sect-date {
    padding-bottom: 12px;
    padding-top: 8px;
    background-color: #EEEEEE;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #151641;
    font-family: Raleway-Bold;
    font-size: 18px;
    line-height: 21px;
    border-left: 2px solid #151641;
    border-right: 2px solid #151641;
    border-bottom: 2px solid #151641;
}

.shedule-gen-block-left {
    background-color: #F05A2B;
    color: #fff;
    border: 2px solid #151641;
    font-size: 18px;
    line-height: 24px;
    font-family: Raleway-Bold;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 204px;
}

.shedule-gen-block-left--blue {
    background-color: #1E75BB;
}

.grey-sect-long--bg {
    background-color: #EEEEEE;
}

/* Registered page styles ends  */

.about-collapse-sect__left img {
    max-width: 40px !important;
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label, .error {
    color: #a94442;
}

/* Responsive styles  */


@media only screen and (min-width: 991px) {

    .mainmenu .collapse ul li:hover> ul {
        display: block;
    }

    .mainmenu .collapse ul ul {
        position: absolute;
        top: 100%;
        left: 0;
        min-width: 250px;
        display: none;
    }

    .dropdown-menu {
        box-shadow: 3px 3px 6px #00000024;
        padding: 0;
        margin: 0;
        border: 0 solid transition!important;
        border: 0 solid rgba(0,0,0,.15);
        border-radius: 0;
    }

    .mainmenu .collapse ul ul li {
        position: relative;
    }

    .mainmenu li .dropdown-menu a {
        background-color: #fff;
        color: #1E75BB;
        font-size: 16px;
        font-family: Raleway-Bold;
        line-height: 16px;
        padding: 10px 0;
        text-transform: uppercase;
        display: flex;
        padding-left: 15px;
        padding-right: 15px;
        transition: .2s
    }

    .mainmenu .collapse ul ul li:hover a {
        background-color: #1E75BB;
        color: #fff;
    }
    
}

@media only screen and (max-width: 1200px) {

    #header-middle {
        display: none;
        height: auto;
        visibility: visible;
        opacity: 1;
        transition: .2s;
    }

    .header__nav-block .nav-item {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .edit-account__left .nav-link {
        font-size: 15px;
    }

    .collapse-btns a {
        font-size: 14px;
    }

    .double-sect__col p {
        text-align: center;
    }

    .double-sect__right--btn button {
        font-size: 16px;
    }

    .header__banner__left--img {
        max-width: 50%;
        display: flex; 
        align-items: center;
    }

    .header__banner__left--img img {
        width: 100%;
        max-width: 175px;
    }

    .header__middle-block {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .header__nav-block {
        padding-top: 0;
        padding-bottom: 0;
        margin-top: 0;
    }

    .header__nav-block .nav-item.active:after{
        display: none;
    }

    #header-banner {
        display: none;
    }

    #header-middle {
        display: flex;
        position: fixed;
        width: 100%;
        z-index: 333;
        top: 0;
        left: 0;
    }

    main.pt288 {
        padding-top: 0px;
    }

    main.pt_cstm {
        padding-top: 159px;
    }

    .header__nav-block__pos {
        padding-top: 159px;
    }

    .header__nav-block__pos ul {
        padding-top: 30px;
    }
    
    .header__nav-block__pos p {
        padding-bottom: 30px;
    }

    .fixed-header_mobile {
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 2222;
        background-color: #fff;
    }

    .logo--white {
        display: none;
    }

    .w-51p {
        width: 51px;
    }

    .instructor-grey-sect__img img {
        width: 100%;
        height: auto;
    }

    .edit-info__right__border__item--left {
        white-space: nowrap;
    }

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

}

@media only screen and (max-width: 991px) {

    .registered__half {
        background-image: none;
    }

    .register-week__item__body__item {
        flex-direction: column;
    }

    .register-week__item__body__item__date {
        margin-bottom: 15px;
    }

    .register-week__item__body__item--br {
        flex-direction: column;
    }

    .double-sect__pb .rotate-img-collapse {
        top: 6px;
    }

    .edit-info__right {
        margin-top: 30px;
    }

    .edit-account__left .nav-link {
        margin-bottom: 15px;
    }

    .colored-btn {
        flex-direction: column;
        align-items: center;
    }

    .questions-block {
        margin-top: 40px;
    }

    .colored-btn a {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .caption__aqua {
        padding-right: 22px;
    }

    .about-row__list {
        margin-bottom: 30px;
    }

    .about-row__paragraph-list {
        margin-top: 30px;
    }

    .rotate-img-collapse {
        top: 15px;
    }

    .footer__left p {
        padding-right: 20px;
    }

    .logo--white {
        display: block;
    }

    .page-title-sect {
        background-image: none;
    }
    
    .header__banner__left {
        padding-top: 30px;
        padding-bottom: 35px;
    }

    .header__banner__left--text {
        align-items: center;
    }

    .header__banner__left--text h1 {
        font-size: 28px;
    }

    .header__banner__left--text h2 {
        font-size: 53px;
    }

    .header__banner__left--text p {
        font-size: 20px;
        text-align: center;
    }

    .main-btn {
        font-size: 18px;
        height: 32px;
        padding-left: 18px;
        padding-right: 18px;
    }

    .virtual__conf {
        background-image: none;
    }

    .virtual__conf .col-lg-5 {
        justify-content: center;
        margin-top: -150px;
        margin-bottom: 30px;
    }

    .main-btn__with-img {
        height: 51px;
        font-size: 26px;
    }

    .virtual__conf h2 {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    #header-middle{
        display: flex;
        background-color:#fff;
    }

    #header-middle.visible-title {
        display: flex;
        background-color:#151641;
    }

    #header-middle .header__middle-block__conf {
        background-color: #EEEEEE;
    }

    #header-middle.visible-title .header__middle-block__conf {
        background-color: #ffffff20;
    }

    #header-middle .header__middle-block__conf p {
        color: #151641;
    }

    #header-middle .header__middle-block__conf p a {
        color: #151641;
    }

    #header-middle.visible-title .header__middle-block__conf p {
        color: #fff;
    }

    #header-middle.visible-title .header__middle-block__conf p a {
        color: #fff;
    }

    #header-middle .cstm-burger-white {
        display: none;
    }

    #header-middle .cstm-burger-blue {
        display: block;
    }

    #header-middle.visible-title .cstm-burger-white {
        display: block;
    }

    #header-middle.visible-title .cstm-burger-blue {
        display: none;
    }

    .logo--blue {
        display: none;
    }

    #header-middle.visible-title .logo--white{
        display: none;
        width: 91px
    }

    #header-middle.visible-title .logo--blue {
        display: block;
        width: 91px;
    }

    .welcome-sect {
        background-image: none;
        background-color: #151641;
    }

    .join-contact__right {
        padding-top: 60px;
        padding-bottom: 75px;
    }

    .join-contact {
        margin-bottom: 0;
    }

    .welcome-sect h2 {
        text-align: center;
    }

    .collapse-header__btn {
        flex-direction: column;
    }

    .collapse-info {
        padding-left: 40px;
        margin-top: 8px;
    }

    .double-sect__left-pl .collapse-info {
        padding-left: 0;
    }

    .sign-in__block {
        margin-top: 40px;
    }

    .instructor-grey-sect .col-lg-3 {
        justify-content: center;
        margin-bottom: 25px;
    }

    .header__banner__right-sign-in {
        padding-top: 50px;
        padding-bottom: 100px;
    }

}

@media only screen and (max-width: 768px) {

    .tab-pane__edit .collapse-info {
        padding-left: 0;
        flex-wrap: wrap;
    }

    .about-collapse-sect button {
        height: auto;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .about-collapse-sect__center {
        margin-top: 8px;
    }

    .week-descr {
        padding: 10px 20px;
    }

    .schedule-section--cont__blue--left img {
        margin-right: 0;
    }

    .schedule-section--cont__blue--left {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .schedule-section--cont__blue {
        flex-direction: column;
        padding: 10px 20px;
    }

    .schedule-section__colored-btn {
        flex-direction: column;
    }

    .tab-pane__edit .collapse-info--item {
        margin-bottom: 10px;
    }

    .tab-pane__edit .collapse-btns {
        border: none;
        padding-top: 0;
    }

    .title-register span {
        position: relative;
        top: 3px;
    }

    .collapse-number{
        min-width: 31px;
    }

    .header__middle-block__conf p a {
        font-size: 14px;
    }

    .footer__logo {
        margin-right: 0;
    }

    .footer__left>div {
        display: flex;
        justify-content: center;
    }

    .footer__left p {
        padding-right: 0;
        margin-top: 15px;
        text-align: center;
    }

    .footer__left {
        align-items: center;
    }

    .footer__right {
        justify-content: center;
        margin-top: 25px;
    }

    .footer__right li {
        margin-right: 18px;
    }

    .page-title-sect h2 {
        justify-content: center;
        font-size: 30px;
    }

    .page-title-sect h2 img {
        width: 43px;
        height: 43px;
    }

    .page-title-sect {
        padding-top: 37px;
        padding-bottom: 20px;
    }

    .header__middle-block__conf p {
        font-size: 14px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .max__w-img img {
        max-width: 320px;
    }

    .virtual__conf {
        padding-bottom: 35px;
    }

    .courses-section .nav-item {
        margin-top: 10px;
    }

    .collapse-btns {
        flex-direction: column;
        align-items: center;
        border-top: 1px solid #151641;
        padding-top: 20px;
    }

    .collapse-btns a {
        margin-top: 12px;
    }

    .btn-collapse[aria-expanded="true"] {
        background-color: #EEEEEE;
    }

    .btn-collapse[aria-expanded="true"] p {
        color: #151641;
    }

    .btn-collapse[aria-expanded="true"] .collapse-info--item {
        background-color: #151641;
        color: #fff;
    }

    .btn-collapse[aria-expanded="true"] .collapse-info--item svg path {
        fill: #fff;
    }

    .btn-collapse[aria-expanded="true"] .rotate-img-collapse svg path {
        fill: #151641;
    }

    .collapse__border {
        background-color: #eeeeee;
        border: none;
    }

    .collapse__border .card-body {
        padding-left: 15px;
        padding-right: 15px;
    }

    .register-week__item__body__item {
        flex-direction: column;
    }

    .register-week__item__body__item__date {
        margin-bottom: 15px;
    }

    .border_ne {
        border-left: 2px solid #151641;
    }

    .schedule__table .border_ne-none>div {
        border-left: none;
    }

}

@media only screen and (max-width: 575px) {

    .card-body-item {
        flex-direction: column;
    }

    .collapse-info {
        flex-wrap: wrap;
    }

    .register-week__item__body__item__checkbox {
        margin-left: 0;
    }

    .register-week__item__body__item__checkbox {
        margin-bottom: 10px;
    }

    .courses-section .nav-tabs {
        flex-direction: column;
        align-items: center;
    }

    .collapse-info--item {
        margin-top: 5px;
    }

    .contact-us__pins {
        padding-left: 0;
    }

    .conf-begin-timer-list {
        flex-wrap: wrap;
    }

    .conf-begin-timer__item {
        width: 50%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .meet-instructors {
        padding-top: 35px;
    }

    .join-contact__left h2, .join-contact__right h2 {
        font-size: 28px;
        line-height: 33px;
    }

    .join-contact__left p {
        font-size: 20px;
        line-height: 24px;
    }

    .header__middle-block__conf {
        height: auto;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .title__blue {
        font-size: 30px;
        line-height: 36px;
    }

    .header__middle-block>a img {
        width: 70px;
        height: 70px;
    }

    .header__nav-block__pos, main.pt_cstm {
        padding-top: 143px;
    }

    .virtual__conf h2 span {
        text-align: center;
    }

    .about-row__list {
        padding-left: 20px;
    }

    .double-sect {
        padding-bottom: 40px;
    }

    .instructor-grey-sect {
        padding-top: 40px;
    }

    .course-description__item {
        flex-direction: column;
        align-items: center;
    }

    .course-description__item>div.d-flex  {
        flex-direction: column;
    }

    .register-week__item__body__item--br {
        padding-left: 10px;
        padding-right: 10px;
    }

    .course-description__item>div.d-flex p:last-child {
        margin-top: 10px;
        margin-bottom: 10px;
        text-align: center;
    }

    .course-description__item .min-width__p {
        width: fit-content;
    }

    .double-sect__subtitle {
        font-size: 28px;
        line-height: 34px;
    }

    .collapse-btns a {
        font-size: 12px;
        height: 38px;
    }

    .modal-close {
        top: 25px;
        right: 16px;
    }   
    
    .border_ne-mobile {
        border-left: 2px solid #151641;
    }

    .schedule__table .border_ne-none-mobile {
        border-left: none;
    }

    .schedule__table .col-lg-2>div {
        padding-left: 5px;
        padding-right: 5px;
    }

    .instructors__name {
        font-size: 18px;
        line-height: 24px;
    }

    .container-register .link-icon--table {
        position: static;
        min-width: 28px;
        margin-left: 10px;
        margin-top: 20px;
    }

    .share-new__abs {
        font-size: 50px;
        bottom: 10px;
    }

}

@media (min-width: 1270px) {
.container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1270px;
}

}

/* Responsive styles Ends  */

.nav-item .dropdown-menu a {
    background-color: #fff;
    color: #151641;
    font-size: 16px;
    font-family: Raleway-Bold;
    line-height: 16px;
    padding: 10px 0;
    text-transform: uppercase;
    display: flex;
    padding-left: 15px;
    padding-right: 15px;
    transition: .2s;
}

.nav-item .dropdown-menu a:hover {
    background-color: #151641;
    color: #fff;
}

#contactSubmit:disabled,
#contactSubmit[disabled] {
    background-color: #ce9d0f;
    cursor: not-allowed;
}