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);
}

/* Fonts ends  */

/* Global Styles  */

body {
    margin: 0;
}

body * {
    box-sizing: border-box;
    color: #000000;
    font-size: 16px;
    font-family: Raleway;
}

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

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

li {
    list-style-type: none;
}

.mt-20 {
    margin-top: 20px;
}

a {
    text-decoration: none;
}

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

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

.main-h2 {
    font-size: 34px;
    line-height: 40px;
    font-family: Raleway-Bold;
}

.italic-p {
    font-size: 22px;
    line-height: 26px;
    font-family: Raleway-Italic;
}

/* Global styles ends  */

/* Header styles  */

.social-media-ul a:hover {
    filter: brightness(.8);
}

.header-cont_up {
    background-color: #DCDCDC;
    height: 38px;
}

.social-media-ul li {
    margin-right: 8px;
}

.social-media-ul a {
    color: #00376D;
    font-size: 12px;
    font-family: Raleway-Bold;
    line-height: 32px;
    transition: .2s;
}

.fix-font-szize, .fix-font-szize tspan  {
    font-size: 34px;
}

.ul-right-side a {
    font-family: Raleway-Bold;
    color: #C50035;
    font-size: 14px;
    line-height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .2s;
    letter-spacing: 1px;
    white-space: nowrap;
}

.ul-right-side .sign_in-header:hover {
    text-decoration: underline;
}

.ul-right-side .welcome_user:hover {
    text-decoration: underline;
}

.ul-right-side .register-btn {
    background-color: #C50035;
    color: #fff;
    border-radius: 14px;
    width: 123px;
    height: 24px;
    margin-left: 15px;
    transition: .2s;
}

.ul-right-side .register-btn:hover {
    background-color: #ab0330;
}

.ul-right-side a img {
    margin-right: 5px;
}

.navbar-menu-ul {
    background-color: #00376D;
}

.navbar-menu-ul li {
    color: #fff;
    margin-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.navbar-brand {
    padding-top: 40px;
    padding-bottom: 40px;
}

.w-cstm-100 {
    width: 100%;
}

.navbar-menu-ul .navbar-nav .nav-link {
    padding-bottom: 0;
    padding-top: 0px;
    display: flex;
    align-items: center;
    height: 100%;
    margin-right: 0;
}

.navbar-menu-ul .navbar-nav .nav-link:hover {
    text-decoration: underline;
    text-decoration-color: #fff;
}

.navbar-menu-ul .navbar-nav .nav-link span {
    color: #FFFFFF;
    font-family: Raleway-Bold;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 32px;
    letter-spacing: 1px;
    position: relative;
    padding-right: 28px;
    border-right: 1px solid #fff;
    top: 1px;
}

.navbar-menu-ul .navbar-nav .nav-link svg {
    margin-right: 10px;
}

.time-zone {
    font-size: 14px;
    line-height: 32px;
}

.time-zone a {
    font-size: 14px;
    line-height: 32px;
    text-decoration: underline;
    font-family: Raleway-Bold;
    display: flex;
    margin-left: 10px;
    color: #fff;
}

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

.navbar-brand {
    margin-right: 0;
}

/* Header Styles Ends */

/* Main styles  */

.first-sect_wih-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}

.first-sect_wih-img h2 {
    font-family: Raleway-Bold;
    font-size: 42px;
    line-height: 48px;
    text-align: center;
    color: #FFFFFF;
}

.countdown-sect {
    background-color: #C50035;
    height: 220px;
}

.next-session {
    font-size: 42px;
    line-height: 48px;
    font-family: Raleway-Bold;
    color: #fff;
    text-align: center;
}

.count-date {
    font-family: Raleway-Bold;
    font-size: 100px;
    line-height: 98px;
    color: #fff;
    letter-spacing: 2px;
    padding-right: 35px;
    margin-right: 35px;
    border-right: 2px solid #fff;
}

.counts {
    font-family: Raleway-Bold;
    font-size: 100px;
    line-height: 98px;
    color: #fff;
    letter-spacing: 2px;
}

.count-date:last-child {
    border-right: 0;
    margin-right: 0;
    padding-right: 0;
}

.count-date p {
    font-family: Raleway-Bold;
    font-size: 26px;
    color: #fff;
    line-height: 32px;
    margin-top: 10px;
    letter-spacing: 2px;
}

.next-session {
    margin-right: 75px;
}

.first-sect_wih-img a {
    width: 320px;
    height: 60px;
    color: #00376D;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Raleway-Bold;
    background-color: #fff;
    border-radius: 30px;
    margin-top: 50px;
    transition: .2s
}

.first-sect_wih-img a:hover {
    color: #fff;
    background-color: #00376D;
}

.first-sect_wih-img a svg {
    margin-right: 15px;
}

#Path_169, #Path_170 {
    transition: .2s
}

.first-sect_wih-img a:hover #Path_169, .first-sect_wih-img a:hover #Path_170 {
    fill: #fff;
}

.audit {
    font-family: Raleway-Bold;
    color: #000000;
    font-size: 24px;
    line-height: 34px;
}

.audit img {
    margin-right: 15px;
}

.audit-bl {
    margin-top: 60px;
}

.audit-bl h1 {
    font-family: Raleway-Bold;
    font-size: 38px;
}

.small-line {
    width: 127px;
    height: 7px;
    background-color: #C50035;
    margin-top: 30px;
    margin-bottom: 30px;
}

.border-audit {
    padding: 25px 20px;
    background-image: url(../../media/images/border-block.svg);
    background-size: 100% 100%;
    min-height: 544px;
}

.border-audit_header-right h2 {
    font-size: 22px;
    font-family: Raleway-Bold;
    color: #00376D;
}

.border-audit_header-right a {
    color: #C50035;
    text-decoration: underline;
    text-decoration-color: #C50035;
    font-size: 16px;
}

.border-audit_header-right a:hover {
    text-decoration: none;
}

.audit_body-right a:hover {
    text-decoration: none;
}

.border-audit_header-left img {
    margin-right: 20px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.border-audit_header, .border-audit_body {
    border-bottom: 1px solid #00376D;
    padding-bottom: 30px;
    margin-bottom: 20px;
}

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

.audit_body-right p {
    font-size: 16px;
    line-height: 20px;
    font-family: Raleway-Bold;
}

.audit_body-right a {
    font-size: 16px;
    line-height: 16px;
    color: #C50035;
    text-decoration: underline;
    display: flex;
    margin-top: 5px;
    text-decoration-color: #C50035;
}

.border-audit_body-solo-bl {
    margin-top: 20px;
    align-items: center;
}

.border-audit_footer a {
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 39px;
    border-radius: 19px;
    background-color: #00376D;
    color: #fff;
    font-family: Raleway-Bold;
    font-size: 14px;
    letter-spacing: 1px;
    transition: .2s;
}

.border-audit_footer a:hover {
    background-color: #012950;
}

.border-audit_footer a img {
    margin-right: 7px;
}

.border-audit_footer a:last-child {
    margin-top: 10px;
}

.border-audit-footer {
    padding-bottom: 40px;
}

.main-h3 {
    font-family: Raleway-Bold;
    font-size: 28px;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-h3 img {
    margin-right: 15px;
}

.courses-bl {
    margin-top: 35px;
}

.courses-sect {
    margin-top: 70px;
}

.courses-solo {
    border-radius: 36px;
    padding: 15px 35px;
    justify-content: space-between;

}

.courses-solo:nth-child(odd) {
    background-color: #F5F5F5;
}

.courses-left img {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    margin-right: 10px;
}

.courses-left p, .courses-middle p {
    font-family: Raleway-Bold;
    font-size: 16px;
    color: #000000;
    text-transform: uppercase;
}

.courses-left {
    min-width: 160px;
}

.courses-right p {
    color: #000000;
    font-size: 16px;
}

.courses-right a {
    background-color: #C50035;
    border-radius: 32px;
    display: flex;
    font-size: 14px;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-family: Raleway-Bold;
    letter-spacing: 1px;
    height: 32px;
    width: 131px;
    margin-left: 40px;
    transition: .2s;
}

.courses-right a img {
    width: 15px;
    margin-right: 3px;
}

.courses-right a:hover {
    background-color: #ab0330;
}

.red-line {
    margin-top: 70px;
    background-color: #C50035;
    height: 13px;
    margin-bottom: 13px;
}

.blue-line {
    background-color: #00376D;
}

.blue-sect {
    background-color: #00376D;
    padding-top: 74px;
}

.blue-sect .main-h3 {
    color: #fff;
    margin-bottom: 55px;
}

.panelists-left img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin-right: 30px;
}

.panelists-right * {
    color: #fff
}

.registered-course {
    display: flex;
    align-items: center;
    font-family: Raleway-Bold;
    font-size: 18px;
    color: #000000;
    margin-top: 30px;
}

.registered-course img {
    margin-right: 10px;
}

.read-more {
    width: 141px;
    height: 32px;
    background-color: #C50035;
    border-radius: 19px;
    font-size: 14px;
    font-family: Raleway-Bold;
    margin-top: 20px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 1px;
    transition: .2s
}

.read-more img {
    width: 10px!important;
    margin-left: 5px!important;
    height: auto!important;
    margin-top: 0!important;
    margin-bottom: 0!important;
}

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

.panelists-row .col-lg-6 {
    margin-bottom: 90px;
}

.grey-sect {
    background-color: #EBEBEB;
    padding-top: 65px;
    padding-bottom: 75px;
}

.grey-sect-img img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin-top: 30px;
    margin-bottom: 25px;
}

.grey-sect-img .italic-p {
    margin-top: 10px;
    margin-bottom: 20px;
}

.title-sign-in {
    font-size: 26px;
    color: #00376D;
    font-family: Raleway-Bold;
}

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

.border-audit_header-right input::placeholder {
    font-family: Raleway-Bold;
    font-size: 14px;
    color: #00376D;
}

.border-audit_header-right .sign-in_sbm {
    background-color: #C50035;
    background-image: url(../../media/images/sign-in_icon_white.svg);
    border-radius: 19px;
    background-repeat: no-repeat;
    background-position: 13px 10px;
    border: none;
    color: #fff;
    padding-left: 10px;
    font-size: 14px;
    font-family: Raleway-Bold;
    letter-spacing: 1px;
    width: 121px;
    height: 32px;
    margin-top: 5px;
    padding-right: 0;
    transition: .2s
}

.border-audit_header-right .sign-in_sbm:hover {
    background-color: #ab0330;
}

.non-bord {
    border: 4px solid #00376D;
    background-image: none;
    position: relative;
}

.pos_abs_red {
    position: absolute;
    top: -8px;
    right: -8px;
    padding: 4px;
    background-color: #fff;
}

.non-bord form {
    margin-top: 15px;
}
.grey-sect * {
    text-align: center;
}

.welcome_user img {
    width: 23px;
    height: 23px;
    border-radius: 50%;
    margin-right: 5px;
}

.welcome_user {
    font-family: Raleway-Bold;
}

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

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

.modal-body img {
    max-width: 353px;
}

.modal-form input::placeholder {
    font-size: 14px;
    letter-spacing: 1px;
    font-size: 14px;
    color: #00376D;
}

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

.modal-form input {
    width: 322px;
    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 .red-btn_sbm {
    width: 121px;
    height: 32px;
    border-radius: 19px;
    margin-top: 5px;
    background-color: #C50035;
    text-transform: uppercase;
    color: #fff;
    background-image: url(../../media/images/sign-in_icon_white.svg);
    background-repeat: no-repeat;
    background-position: 15px 9px;
    padding-left: 37px;
    border: none;
}

.mt-40 {
    margin-top: 40px;
}

.modal-form .red-btn_sbm:hover {
    background-color: #ab0330;
}

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

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

.modal-open .modal {
    background-color: #0007e217;
}

.img-sect_ul li {
    color: #fff;
    font-family: Raleway-Bold;
    line-height: 20px;
    color: #fff;
    margin-right: 40px;
}

.img-sect_ul li:last-child {
    margin-right: 0;
}

.img-sect_ul li img {
    margin-right: 10px;
}



/* Main styles Ends  */

/* Registration page styles  */

.img-sect-h5 {
    color: #fff;
    font-family: Raleway-Bold;
    font-size: 36px;
}

.form-sect-white_sign-in .form-sect_inp:focus, .form-sect_sign-in .form-sect_inp:focus, .full-w-form .form-sect_inp:focus, .full-w-form .bl_rtipl-select:focus, .account-form input:focus {
    border-color: #ab0330;
}

/* Registration page styles end  */
.red-warning-sect {
    background-color: #C50035;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 15px;
}

.img-sect_ul a {
    background-color: transparent;
    width: unset;
    height: unset;
    color: #fff;
    font-family: Raleway;
    margin-left: 5px;
    margin-top: 0;
    font-size: 16px;
    display: inline-block;
    line-height: 20px;
    text-decoration: underline;
}

.img-sect_ul a:hover {
    background-color: unset;
    text-decoration: none;
}

.red-warning-sect p {
    font-family: Raleway-Bold;
    color: #fff;
}

.red-warning-sect p img {
    margin-right: 5px;
}

.form-sect {
    padding-top: 50px;
    padding-bottom: 70px;
}

.form-sect_sign-in {
    background-color: #EEEEEE;
    padding: 30px 30px 75px 30px;
}

.form-sect-white_sign-in {
    background-color: #fff;
    padding: 30px 30px 75px 30px;
    border: 3px solid #00376D;
    height: 100%;
}

.form-title {
    color: #00376D;
    font-size: 26px;
    font-family: Raleway-Bold;
    line-height: 30px;
    text-align: center;
}

.form-description {
    color: #00376D;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 40px;
    font-family: Raleway-Bold;
}

.form-sect_inp {
    border-radius: 24px;
    border: 3px solid #00376D;
    background-color: transparent;
    width: 100%;
    color: #00376D;
    height: 47px;
    font-size: 14px;
    font-family: Raleway-Bold;
    margin-bottom: 17px;
    padding-left: 40px;
    padding-right: 20px;
    background-image: url(../../media/images/mail_icon.svg);
    background-repeat: no-repeat;
    background-position: 16px 16px;
}

.form-sect_inp.password {
    background-image: url(../../media/images/password_icon.svg);
    background-position: 16px 14px;
}

.form-sect_inp::placeholder {
    color: #00376D;
}

.form-sect_btn {
    width: 133px;
    transition: .2s;
    height: 40px;
    border-radius: 19px;
    background-color: #C50035;
    border: none;
    color: #fff;
    font-size: 14px;
    font-family: Raleway-Bold;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 1px;
}

.form-sect_btn:hover {
    background-color: #ab0330;
}

.form-sect_btn img {
    margin-right: 7px;
}

.cstm_mr-g7 {
    margin-top: 70px;
}

.full-w-form {
    border: 3px solid #00376D;
    padding: 25px 40px 8px 50px;
}

.full-w-form-half-bl_solo {
    width: calc(50% - 5px);
}

.user-inp {
    background-image: url(../../media/images/user.svg);
    background-position: 16px 14px;
}

.full-w-form-half-bl_rtipl {
    width: calc(33.3333333% - 5px);
}

.bl_rtipl-select {
    width: 100%;
    border: 3px solid #00376D;
    height: 47px;
    border-radius: 24px;
    padding-left: 16px;
    color: #00376D;
    font-family: Raleway-Bold;
    margin-bottom: 17px;
    font-size: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../../media/images/arrow-down.svg);
    background-position: 93% 15px;
    background-repeat: no-repeat;
}

.address-inp {
    background-image: url(../../media/images/address-iccon.svg);
    background-position: 16px 14px;
}

.full-w-form-half-bl_row {
    width: calc(66.6666% - 5px);
}

.w-35 {
    width: calc(35% - 5px);
}

.w-30 {
    width: calc(30% - 5px);
}

.none-bg {
    background-image: none;
    padding-left: 16px;
}

.tel-inp {
    background-image: url(../../media/images/tel_icon.svg);
    background-position: 16px 14px;
}

.select_with-bg {
    padding-left: 40px;
    position: relative;
}

.btn-form_nsf {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #C50035;
    color: #fff;
    border-radius: 19px;
    width: 173px;
    height: 40px;
    font-family: Raleway-Bold;
    border: none;
    font-size: 14px;
    margin-top: 35px;
    transition: .2s;
    letter-spacing: 1px;
}

.btn-form_nsf:hover {
    background-color: #ab0330;
}

.btn-form_nsf img {
    width: 18px;
    margin-right: 8px;
}

.img-abs_select {
    position: absolute;
    z-index: 22225;
    top: 15px;
    left: 19px;
}

/* Registration page Styles Ends   */

/* Evetns Page Styles  */

.filer-sect {
    padding-top: 15px;
    padding-bottom: 30px;
}

.filer-sect li {
    font-size: 18px;
    font-family: Raleway-Bold;
    color: #000000;
    display: flex;
    align-items: center;
    margin-right: 40px;
}

.filer-sect li img {
    margin-right: 8px;
}

.filter-bl p {
    font-size: 28px;
    line-height: 34px;
    color: #000000;
    font-family: Raleway-Bold;
    margin-right: 80px;
}

.filter-bl .form-sect_inp {
    background-image: url(../../media/images/search.svg);
    background-position: 16px 15px;
    margin-bottom: 0;
    margin-right: 30px;
    max-width: 370px;
}

.filter-bl .bl_rtipl-select {
    margin-bottom: 0;
    max-width: 370px;
}

.filter-bl {
    margin-top: 40px;
}

.filter-bl_form {
    width: calc(100% - 200px);
}

.event-month {
    background-color: #C50035;
    padding-top: 10px;
    padding-bottom: 10px;
}

.events-solo {
    padding-top: 55px;
    padding-bottom: 50px;
}

.events-solo:nth-child(odd) {
    background-color: #EEEEEE;
}

.event-month p {
    font-size: 38px;
    color: #fff;
    font-family: Raleway-Bold;
}

.course-p {
    background-color: #C50035;
    margin-top: 5px;
    padding-left: 70px;
    color: #fff;
    font-size: 18px;
    font-family: Raleway-Bold;
}

.course-p img {
    position: absolute;
    left: 15px;
    top: -9px;
}

.events-ul li {
    font-size: 16px;
    font-family: Raleway-Bold;
    display: flex;
    align-items: center;
}

.events-ul li img {
    margin-right: 10px;
}

.events-ul li a {
    color: #C50035;
    text-decoration: underline;
    text-decoration-color: #C50035;
    margin-left: 5px;
}

.events-ul li a:hover {
    text-decoration: none;
}

.events-red-line {
    background-color: #C50035;
    width: 127px;
    height: 7px;
    margin-top: 30px;
    margin-bottom: 35px;
}

.events-solo-blue .course-p {
    background-color: #0053A5;
}

.events-solo-blue .events-red-line {
    background-color: #0053A5;
}

.events-solo-orange .course-p {
    background-color: #E68E1C;
}

.events-solo-orange .events-red-line {
    background-color: #E68E1C;
}

.events-solo-aqua .course-p {
    background-color: #17AAB4;
}

.events-solo-aqua .events-red-line {
    background-color: #17AAB4;
}


/* Events Page styles Ends  */

/* Instructor solo page styles  */

.instructors-single {
    padding-top: 65px;
    padding-bottom: 80px;
}

.instructors-single-img img {
    max-width: 273px;
    width: 100%;
    border-radius: 50%;
}

.instructors-single-txt h2 {
    font-size: 36px;
    color: #00376D;
    font-family: Raleway-Bold;
}

.instructors-single-txt h6 {
    font-family: Raleway-Italic;
    color: #C50035;
    font-size: 26px;
}

.time-zone-p {
    font-size: 16px;
    font-family: Raleway-Bold;
    margin-top: 5px;
}

.time-zone-p a {
    color: #C50035;
    text-decoration: underline;
}

.card-header {
    background-color: #EEEEEE;
    border-radius: 36px;
    border: none;
}

.btn-collapse-div {
    padding: 4px 22px;
    background-color: #00376D;
    border-radius: 16px;
    margin-right: 15px;
    color: #fff;
}

.btn-collapse-div:last-child {
    margin-right: 40px;
}

.card {
    margin-bottom: 20px;
}

.collapse-frst-sect img {
    margin-right: 15px;
}

.collapse-frst-sect p {
    font-family: Raleway-Bold;
}

.course-listing_item .card-body {
    border: 1px solid #EEEEEE;
    border-top: none;
    position: relative;
    top: -30px;
    padding-top: 50px;
}

.collapse-icon {
    transition: .2s;
}

.button-collapse[aria-expanded="false"] .collapse-icon {
    transform: rotate(0deg)
}

.button-collapse[aria-expanded="true"] .collapse-icon {
    transform: rotate(180deg)
}

.course-listing_bl{
    margin-top: 50px;
}

.red-card .btn-collapse-div {
    background-color: #C50035;
}

.card-body_btn a {
    background-color: #C50035;
    color: #fff;
    font-family: Raleway-Bold;
    font-size: 14px;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 19px;
    padding: 5px 20px;
    margin-right: 15px;
}

.card-body_btn a img {
    margin-right: 5px;
}

.card-body_btn {
    margin-bottom: 25px;
}

/* Instructor solo page styles Ends  */

/* Archive Instructor pages styles  */

.red-line-instructor {
    margin-top: 15px;
}

.full-w-form .dropdown {
    margin-bottom: 25px;
}

.instructors-item .main-h2 {
    color: #00376D;
    margin-top: 30px;
    margin-bottom: 5px;
    text-align: center;
}

.instructors-row {
    margin-top: 40px;
}

.instructors-item img {
    width: 192px;
    height: 192px;
    border-radius: 50%;
}

.instructors-item p {
    text-align: center;
    font-family: Raleway-Italic;
    font-size: 22px;
    color: #C50035;
    line-height: 26px;
}

.instructors-item  {
    margin-top: 45px;
}

.instructors-row .main-h2 {
    font-size: 28px;
    color: #000000;
}

.instructors-row .italic-p {
    color: #C50035;
}

.instructors-row .main-p {
    color: #000000;
}

.instructors-row .col-lg-6 {
    margin-bottom: 0;
    margin-top: 30px;
}

.audit-register {
    background-color: #C50035;
    display: flex;
    align-items: center;
    color: #fff;
    justify-content: center;
    font-family: Raleway-Bold;
    font-size: 16px;
    width: 186px;
    height: 39px;
    border-radius: 19px;
    margin-top: 20px;
    transition: .2s;
}

.audit-register img {
    margin-right: 5px;
}

.audit-register:hover {
    background-color: #ab0330;
}

/* Archive Instructor pages styles Ends */

/* SlideShow page Styles  */

.slide-sect {
    height: calc(100vh - 170px);
}

.carousel, .carousel-inner {
    height: 100%;
}

.slide-abs-bl {
    position: absolute;
    top: 50%;
    z-index: 222;
    left: 50%;
    transform: translate(-50%, -50%);
}

.slide-abs-bl .title-slide {
    font-size: 56px;
    font-family: Raleway-Bold;
    text-align: center;
    color: #fff;
    text-shadow: 2px 3px 8px #000000;
    margin-bottom: 10px;
}

.slider-count-down_item .count-numb {
    font-family: Raleway-Bold;
    font-size: 164px;
    color: #ffffff;
    text-shadow: 2px 3px 8px #000000;
    line-height: 175px;
}

.slider-count-down_item {
    width: 200px;
}

.slider-count-down_item-left {
    padding-right: 60px;
    margin-right: 60px;
    border-right: 2px solid #fff;
    box-sizing: content-box;
}

.footer-slideshow {
    padding: 45px 50px 45px 50px;
    height: 170px;
}

.footer-slideshow img {
    width: 100%;
    max-width: 400px;
}

.slideshow-cont {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
}

.red-line-abs {
    background-color: #C50035;
    position: absolute;
    height: 14px;
    width: 100%;
    bottom: 10px;
    z-index: 2222;

}

.slider-count-down_item .count-text {
    font-family: Raleway-Bold;
    font-size: 40px;
    text-shadow: 2px 3px 8px #000000;
    color: #fff;
    text-transform: uppercase;
}

/* Slideshow page styles Ends  */

/* Account page styles  */

.account-frst-sect {
    background-image: url(../../media/images/Group346.png);
    height: 263px;
    background-size: cover;
    background-repeat: no-repeat;
}

.account-frst-sect h2 {
    font-family: Raleway-Bold;
    font-size: 36px;
    color: #fff;
    text-align: center;
}

.tab-sect {
    padding-top: 40px;
    padding-bottom: 45px;
}

.tab-left {
    padding: 20px 15px 15px 15px;
    border: 3px solid #00376D;
}

.account-user-img {
    height: 70px;
    width: 70px;
    border-radius: 50%;
}

.tab-left h3 {
    font-family: Raleway-Bold;
    font-size: 22px;
    color: #00376D;
    text-align: center;
}

.tab-left h6 {
    color: #C50035;
    font-size: 16px;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 15px;
}

.tab-left>p {
    text-align: center;
}

.tab-left .main-p {
    line-height: 19px;
}

.tab-left_icon-item_left p {
    display: flex;
    align-items: center;
    font-family: Raleway-Bold;
    color: #000000;
    text-align: left;
    white-space: pre-line;
}

.tab-left_icon-item_left p img {
    margin-right: 12px;
    width: 44px;
    height: 44px;
}

.tab-left_icon-item_right img {
    width: 20px;
    height: 20px;
}

.tab-left_icon-item  {
    margin-bottom: 15px;
}

.tab-left_icon-sect {
    padding-top: 30px;
    margin-top: 25px;
    border-top: 1px solid #00376D;
}

.tab_icon-txt {
    color: #00376D;
    font-size: 20px;
    font-family: Raleway-Bold;
    min-width: 25px;
    text-align: center;
}

.tabs-sect-main {
    border: 3px solid #00376D;
    padding: 20px 25px 45px 25px;
}

.tab_icon-small-txt {
    font-size: 12px;
    font-family: Raleway-Bold;
    color: #00376D;
}

.cstm-tabs .nav-link {
    font-size: 22px;
    font-family: Raleway-Bold;
    background-color: #EEEEEE;
    border-radius: 11px;
    padding: 10px 25px 10px 58px;
    color: #00376D;
    display: flex;
    align-items: center;
    background-position: 25px;
    background-repeat: no-repeat;
    justify-content: center;
    margin-right: 15px;
    transition: .2s;
}

.cstm-tabs .nav-link:hover {
    background-color: #dedddd;
}

.session-item .collapse-icon {
    transform: rotate(32deg);
}

.cstm-tabs .edits-acc {
    background-image: url(../../media/images/edit-account.svg);
}

.cstm-tabs .edits-acc.active {
    background-image: url(../../media/images/edit-account-white.svg);
}

.cstm-tabs .courses-tab {
    background-image: url(../../media/images/courses-tab-icon.svg);
}

.cstm-tabs .courses-tab.active {
    background-image: url(../../media/images/courses-tab-icon-white.svg);
}

.cstm-tabs .cert-blue {
    background-image: url(../../media/images/certificate-blue.svg);
}

.cstm-tabs .cert-blue.active {
    background-image: url(../../media/images/certificate-blue-white.svg);
}

.cstm-tabs .nav-link:last-child {
    margin-right: 0;
}

.cstm-tabs .nav-link.active {
    background-color: #C50035;
    color: #fff;
}

.cstm-tabs .nav-link.active:hover {
    background-color: #ab0330;
}

.cstm-tabs .nav-link img {
    margin-right: 15px;
}

.cstm-tabs {
    border: none;
}

.tabs-title {
    font-size: 18px;
    font-family: Raleway-Bold;
    color: #000000;
    display: flex;
    align-items: center;
    margin-top: 25px;
}

.tabs-title img {
    width: 44px;
    height: 44px;
    margin-right: 10px;
}

.user-change-edits {
    margin-top: 22px;
    position: relative;
    display: flex;
}

.user-change-edits::after {

}

.user-change-edits .user-change-image {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    box-shadow: 1px 1px 1px #00000045;
}

.user-change-edits button {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 1px 1px 1px #00000045;
    position: absolute;
}

.user-changes-edit {
    top: 0;
    right: -2px;
}

.user-changes-delete {
    bottom: 0px;
    right: -2px;
}

.account-form {
    margin-top: 45px;
}

.full-w-form-half-bl .container-drp {
    margin-bottom: 20px;
    max-width: unset;
}

.full-w-form-half-bl .dropdown > div.caption {
    max-width: unset;
}

.tabs-title_mb {
    margin-bottom: 20px;
}


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

  .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 {
    border-radius: 0.65rem;
    height: calc(1.5rem - 4px);
    width: calc(1.5rem - 4px);
  }
  .custom-switch.custom-switch-lg .custom-control-input:checked ~ .custom-control-label::after {
    transform: translateX(1rem);
  }

  .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::after {
    width: 23px;
    height: 23px;
    top: 10px;
    left: -28px;
}

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

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

.red-btn-acc {
    width: 200px;
    height: 44px;
    border-radius: 22px;
    background-color: #C50035;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    letter-spacing: 1px;
    font-family: Raleway-Bold;
    color: #ffffff;
    transition: .2s
}

.red-btn-acc:hover {
    background-color: #ab0330;
}

.red-btn-acc img {
    margin-right: 10px;
}

.z-index_cstm div.dropdown > div.caption {
    z-index: 222;
}

.z-index_cstm div.dropdown > div.list {
    z-index: 221;
}

.z-index_cstm .img-abs_select {
    z-index: 223;
}

.w-38 {
    width: 38%;
}

.w-15 {
    width: 15%;
}

.w-10 {
    width: 10%;
}

.w-25 {
    width: 25%;
}

.w-20 {
    width: 20%;
}

.w-17 {
    width: 17%;
}

.w-13 {
    width: 13%;
}

.w-40 {
    width: 40%;
}

.certificats-item div {
    padding-right: 20px;
}

.certificats-titles p {
    font-size: 12px;
    font-family: Raleway-Bold;
    display: flex;
    align-items: center;
    color: #777777;
}

.certificats-titles p img {
    margin-left: 5px;
}

.icon-sect-acc li {
    margin-right: 10px;
}

.icon-sect-acc li:last-child {
    margin-right: 0;
}

.icon-sect-acc img {
    width: 30px;
    height: 30px;
    border-radius: 50%;

}

.icon-sect-acc a {
    transition: .2s;
}

.icon-sect-acc a:hover {
    filter: brightness(0.9);
}

.certificats-item p {
    font-size: 12px;
    font-family: Raleway-Bold;
    line-height: 16px;
    color: #000000;
}

.certificats-item p img {
    margin-right: 7px;
}

.certificats-item {
    padding: 20px;
    border-radius: 36px;
}

.certificats-item:nth-child(odd) {
    background-color: #EEEEEE;
}

.certificats-titles {
    padding-right: 20px;
    padding-left: 20px;
}

.session-item .btn {
    background-image: url(../../media/images/backgroound-btn.svg);
    width: 100%;
    height: 37px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 0 30px;

}

.session-item .card-header {
    background-color: transparent;
    padding:0;
}

.collapse-left p {
    display: flex;
    align-items: center;
    color: #fff;
    font-family: Raleway-Bold;
}

.collapse-left p img {
    margin-right: 5px;
}

.session-sect {
    margin-top: 25px;
}

.collapse-left .compl_course-collapse {
    font-size: 12px;
    margin-left: 30px;
}

.session-item .h2-collapse {
    font-family: Raleway-Bold;
    font-size: 22px;
    line-height: 26px;
    color: #000000;
}

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

.collapse-ul li img {
    margin-right: 8px;
}

.collapse-ul li {
    font-family: Raleway-Bold;
    color: #000000;
    display: flex;
    align-items: center;
    margin-right: 35px;
}

.collapse-ul li:last-child {
    margin-right: 0;
}

.session-item .collapse-a {
    padding: 10px 15px;
    font-size: 14px;
    font-family: Raleway-Bold;
    color: #fff;
    background-color: #C50035;
    border-radius: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .2s;
    opacity: 1;
    visibility: visible;
}

.session-item .collapse-a img {
    margin-right: 5px;
}

.session-item .btn[aria-expanded="true"] .collapse-icon {
    transform: rotate(0deg);
}

.collapse-a[aria-expanded="true"] {
    opacity: 0;
    visibility: hidden;
}

.red-line-collapse {
    width: 119px;
    height: 5px;
    margin-bottom: 25px;
    background-color: #C50035;
}

.session-item .card-body {
    padding: 0;
}

.h6-collapse {
    color: #000000;
    font-family: Raleway-Bold;
    display: flex;
    align-items: center;
    margin-top: 23px;
}

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

.collapse-part-left img {
    width: 120px;
    height: 120px;
    margin-right: 30px;
    border-radius: 50%;
}

.collapse-part-right h3 {
    font-size: 18px;
    font-family: Raleway-Bold;
}

.collapse-part-right h4 {
    font-family: Raleway-Italic;
    font-size: 18px;
    margin-top: 5px;
    margin-bottom: 10px;
}

.line-full {
    position: relative;
    width: calc(100% - 155px);
}

.line-left {
    width: 70%;
    background-color: #E68E1C;
    height: 11px;
}

.line-right {
    width: 30%;
    background-color: #CCCCCC;
    height: 11px;
}

.abs-0 {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    top: -6px;
    position: absolute;

}

.abs-0-proc {
    left: -24px;
}

.abs-25-proc {
    left: 30%;
}

.abs-50-proc {
    left: calc(60% - -11px);
}

.abs-75-proc {
    left: calc(100% - 37px)
}

.abs-0 div {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #E68E1C;
    border: 3px solid #ffffff;
}

.abs-0 p {
    color: #777777;
    font-family: Raleway-Bold;
    font-size: 12px;
}

.h6-div {
    padding-bottom: 45px;
}

.abs-75-proc div {
    background-color: #CCCCCC;
}

.account-blue_btn div {
    width: 100%;
    height: 53px;
    max-width: 433px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #00376D;
    border-radius: 32px;
    color: #fff;
    font-family: Raleway-Bold;
}

.account-blue_btn div img {
    margin-right: 15px;
}

.line-green .line-left {
    width: 100%;
    background-color: #0BBB28;
}

.line-green .line-right {
    display: none;
}

.line-green .abs-0 div {
    background-color: #0BBB28;
}

.line-red-full .line-left {
    width: 33.3333333%;
    background-color: #C50035;
}

.line-red-full .line-right {
    width: 66.666666666%;
}

.line-red-full-circle div {
    background-color: #C50035;
}

.ine-gre-full-circle div {
    background-color: #CCCCCC;
}

/* Account page styles Ends */

/* Footer styles  */

.footer-cont {
    background-color: #00376D;
    padding-top: 30px;
    padding-bottom: 30px;
}

.footer-bl .logo {
    width: 255px;
    margin-right: 135px;
}

.footer-bl ul li {
    margin-right: 80px;
}

.footer-bl ul li:last-child {
    margin-right: 0;
}

.footer-bl ul a {
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    transition: .2s
}

.footer-bl ul a:hover {
    text-decoration: underline;
}

.footer-bl ul a img {
    margin-right: 10px;
}

.borde-btm {
    border-bottom: 5px solid #C50035!important;
    padding-bottom: 20px;
}

.border-abtm {
    border-bottom: 5px solid #17AAB4!important;
    padding-bottom: 20px;
}

.session-item .btn-bl_blue {
    background-image: url(../../media/images/blue-b.svg);
}

/* Footer styles Ends  */

/* Evaluation page styles  */

.evaluation-sect {
    background-image: url(../../media/images/Piti-viti-evaluation.png);
    height: 263px;
    background-size: cover;
    background-repeat: repeat;
}

.evaluation-sect__frst-block button {
    width: 180px;
    height: 44px;
    border-radius: 22px;
    background-color: #EEEEEE;
    box-shadow: 0px 3px 6px #EEEEEE;
    border: none;
    padding: 0;
    display: flex;
    align-items: center;
    color: #C50035;
    font-family: Raleway-Bold;
    font-size: 16px;
}

.evaluation-sect__frst-block {
    padding-top: 40px;
    padding-bottom: 60px;
}

.evaluation-sect__frst-block h6 {
    font-size: 24px;
    font-family: Raleway-Bold;
    display: flex;
    align-items: center;
}

.evaluation-sect__frst-block h2 {
    font-size: 38px;
    font-family: Raleway-Bold;
    line-height: 50px;
    margin-top: 15px;
    margin-bottom: 55px;
}

.evaluation-sect__frst-block h3 {
    font-size: 34px;
    font-family: Raleway-Bold;
    margin-top: 20px;
}

.evaluation-sect__frst-block .red-txt {
    color: #C50035;
    font-size: 22px;
    line-height: 26px;
    font-family: Raleway-Italic;
}

.evaluation-sect__frst-block  .non-bord {
    padding: 25px 20px;
}

.evaluation-sect__frst-block h6 img {
    margin-right: 15px;
}

.evaluation-sect__frst-block button img  {
    margin-right: 10px;
}

.evaluation-sect h1 {
    font-size: 42px;
    font-family: Raleway-Bold;
    line-height: 48px;
    color: #fff;
    margin-top: 20px;
}

.non-bord_item-right {
    margin-left: 10px;
}

.non-bord_item-right p {
    font-size: 16px;
    font-family: Raleway-Bold;
    line-height: 18px;
    color: #000000;
}

.non-bord_item-right .italic_style {
    font-family: Raleway-Italic;
    font-size: 14px;
    line-height: 18px;
}

.evaluation-sect__frst-block h4 {
    font-size: 28px;
    font-family: Raleway-Bold;
    line-height: 33px;
}

.evaluation-sect__frst-block h4 span {
    width: 56px;
    height: 56px;
    background-color: #C50035;
    font-family: Raleway-Bold;
    padding-bottom: 6px;
    margin-left: 15px;
    display: flex;
    font-size: 24px;
    color: #fff;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    line-height: 29px;
}

.evaluation__item {
    width: 19%;
    height: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #00376D;
    color: #ffffff;
    font-family: Raleway-Bold;
    font-size: 16px;
    line-height: 19px;
}

.evaluation__item--green {
    background-color: #0BBB28;
}

.evaluation__item--orange {
    background-color: #E68E1C;
}

.evaluation__item--red {
    background-color: #C50035;
}

.evaluation__item--light-blue {
    background-color: #00B7F1;
}

.accordion__block .card-header {
   padding: 0;
}

.accordion__block button.collapsed {
    background-color: #cccccc;
    color: #000000;
    position: relative;
    z-index: 2;
}

.accordion__block button {
    padding: 15px 25px;
    position: relative;
    z-index: 2;
    font-size: 24px;
    line-height: 29px;
    color: #fff;
    display: flex;
    font-family: Raleway-Bold;
    align-items: center;
    border-radius: 24px;
    background-color: #00376D;
}

.accordion__block button.collapsed svg {
    transform: rotate(0deg);
    transition: .2s
}

.accordion__block button.collapsed svg path {
    fill: #00376d;
    transition: .2s
}

.accordion__block button svg {
    transform: rotate(180deg);
    transition: .2s
}

.accordion__block .card-body {
    padding: 0;
}

.accordion__block button svg path {
    fill: #fff;
    transition: .2s
}

.accordion__block {
    margin-bottom: 100px;
}

.cart-body__ul {
    position: relative;
    z-index: 1;
    top: -20px;
    padding-top: 20px;
}

.cart-body__ul li {
    padding: 15px 25px;
    font-size: 16px;
    line-height: 19px;
    color: #474747;
    background-color: #fff;
}

.cart-body__ul li:nth-child(even) {
    background-color: #EEEEEE;
}

.evaluation_sect_abs {
    right: 30px;
    position: fixed;
    height: 100%;
    z-index: 222222222;
    max-height: 346px;
    top:50%;
    min-height: 346px;
    display: flex;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
}

.evaluation_sect_abs.show {
    opacity: 1;
    visibility: visible;
}

.evaluation_sect_abs-grey {
    background-color: #EEEEEE;
    min-height: 100%;
    width: 25px;
    border-radius: 25px;
    box-shadow: 3px 3px 6px #EEEEEE;
    padding: 10px 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.evaluation_sect_abs-grey a {
    border-radius: 50%;
    background-color: #777777;
    width: 8px;
    height: 8px;
}

.evaluation_sect_abs-grey a.active {
    background-color: #C50035;
    width: 12px;
    height: 12px;
}

.evaluation_sect_abs-grey a span {
    font-size: 14px;
    color: #777777;
    position: absolute;
    right:30px;
    top: -5px;
    text-align: right;
    white-space: nowrap;
}

.evaluation_sect_abs-grey a.active span {
    color: #C50035;
    font-family: Raleway-Bold;
}

.evaluation_sect_abs-grey .grey-evl {
    height: 12px;
    width: 12px;
}

.evaluation_sect_abs-text {
    padding-right: 10px;
}

.evaluation_sect_abs-text .evaluation_sect_abs-text__red {
    margin-top: 15px;
    text-align: right;
    position: static;
}

.header-newsroom__single-header--desktop{
    opacity: 0;
    height: 0;
    visibility: hidden;
    transition: .2s;
}

.header-newsroom__single-header--desktop.show {
    visibility: visible;
    height: auto;
    opacity: 1;
}

.header-newsroom__single-header--desktop .news-header_social {
    display: flex;
}

/* Evaluatin page styles ends  */

/* Responsive styles  */

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

    .evaluation_sect_abs {
        right: 5px;
    }

    .evaluation_sect_abs-text {
        display: none;
    }

    .evaluation-sect__frst-block {
        padding-right: 50px;
    }

}

@media only screen and (max-width:1200px) {
    .newsroom_fully-item .header-cont {
        display: none;
    }

    .slide-abs-bl {
        top: 20px;
        left: 50%;
        transform: translateX(-50%);
    }

    .btn-collapse-div {
        white-space: nowrap;
    }

    .w-cstm-100 {
        width: auto;
    }

    .header-cont_bottom {
        max-width: 960px;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        margin: 0 auto;
        padding-bottom: 15px;
    }

    .navbar-menu-ul>.container {
        flex-direction: column;
    }

    .navbar-menu-ul {
        background-color: #fff;
    }

    .navbar-nav {
        width: 100%;
    }

    .navbar-menu-ul li {
        color: #00376D;
        margin-right: 0;
    }

    .navbar-menu-ul .navbar-nav .nav-link {
        justify-content: center;
    }

    .navbar-menu-ul .navbar-nav .nav-link span {
        color: #00376D;
        border-right: 0;
        padding-right: 0;
    }

    .time-zone a {
        color: #00376D;
        text-decoration-color: #00376D ;
    }

    #Path_56, #Path_57, #Path_121, #Path_129, #Path_130, #Path_131, #Path_132, #Path_133, #Path_134, #Path_135, #Path_136, #Path_137, #Path_138, .fix-font-szize {
        fill: #00376D;
    }

    .footer-bl {
        flex-direction: column;
    }

    .footer-cont ul {
        margin-top: 30px;
    }

    .border-audit {
        border: 4px solid #02386c;
        background-image: none;
    }

    .footer-cont ul {
        justify-content: center;
    }

    .events-ul li {
        font-size: 14px;
    }

    .tabs-sect-main .nav-link {
        font-size: 18px;
    }

    .certificats-item p {
        display: flex;
    }

    .evaluation__item {
        font-size: 12px;
    }

}

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

    .tabs-sect-main {
        margin-top: 40px;
    }

    .evaluation__item {
        margin-top: 20px;
    }

    .certificats-item p {
        font-size: 11px;
    }

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

    .button-collapse>div:last-child {
        margin-top: 10px;
    }

    .courses-solo {
        flex-direction: column;
    }

    .courses-solo>div {
        justify-content: center;
    }

    .courses-right {
        margin-top: 15px;
    }

    .courses-left {
        min-width: unset;
        margin-right: 30px;
    }

    .border-audit {
        margin-top: 30px;
    }

    .next-session {
        margin-right: 40px;
        font-size: 30px;
        line-height: 32px;
    }

    .count-date, .counts {
        font-size: 60px;
        line-height: 60px;
    }

    .first-sect_wih-img {
        height: auto;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .count-date p {
        font-size: 18px;
        line-height: 22px;
    }

    .first-sect_wih-img {
        height: 360px;
        position: static;
        background-size: 1420px 360px;
        background-image: url(../../media/images/img-sect.png);
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        transform:unset
    }

    .img-abs-Sect {
        display: none;
    }

    .events-solo .col-lg-8 {
        margin-top: 30px;
    }

    .slider-count-down_item .count-numb {
        font-size: 80px;
        line-height: 90px;
    }

    .evaluation-sect__frst-block button {
        margin-top: 20px;
        margin-bottom: 20px;
    }

}

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

    .session-item .btn {
        background-color: #c50235;
    }

    .h6-div {
        flex-direction: column;
        padding-left: 20px;
        padding-right: 20px!important;
    }

    .tabs-certificats {
        overflow-x: scroll;
    }

    .certificats-item p {
        align-items: center;
    }

    .certificats-titles, .acc-min_w {
        min-width: 650px;
    }

    .line-full {
        width: 95%;
        margin-top: 20px;
    }

    .h6-collapse {
        width: 100%;
    }

    .session-item .btn-bl_blue {
        background-color: #02386c;
    }

    .cstm-tabs {
        flex-direction: column;
    }

    .z-index123 {
        z-index: 123!important;
    }

    .z-ind-122 {
        z-index: 122!important;
    }

    .z-index130 {
        z-index: 133!important;
    }

    .z-444 {
        z-index: 225!important;
    }

    .z-443 {
        z-index: 224!important;
    }

    .cstm-tabs .nav-link {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .button-collapse>div:last-child {
        width: 100%;
        justify-content: space-between!important;
    }

    .btn-collapse-div {
        width: 100%;
        margin-bottom: 5px;
    }

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

    .filer-sect ul {
        flex-direction: column;
    }

    .events-ul li {
        margin-top: 15px;
    }

    .filer-sect ul li {
        margin-bottom: 15px;
    }

    .filter-bl {
        flex-direction: column;
        align-items: flex-start!important;
    }

    .filter-bl_form {
        width: 100%;
        margin-top: 15px;
    }

    .events-ul {
        flex-wrap: wrap
    }

    .countdown-bl {
        flex-wrap: wrap;
    }

    .next-session {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .count-date, .counts {
        font-size: 40px;
        line-height: 46px;
    }

    .countdown-sect {
        height: auto;
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .footer-cont ul {
        flex-direction: column;
        align-items: flex-start!important;
    }

    .footer-cont ul li {
        margin-bottom: 15px;
    }

    .header-cont_up>.container {
        flex-direction: column;
    }

    .social-media-ul, .ul-right-side {
        justify-content: center;
        margin-top: 10px;
    }

    .header-cont_up {
        height: auto;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .img-sect-h5 {
        font-size: 24px;
    }

    .img-sect_ul {
        flex-direction: column;
        width: 100%;
    }

    .img-sect_ul li {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .form-sect-white_sign-in {
        margin-top: 20px;
    }

    .full-w-form-half-bl {
        flex-direction: column;
    }

    .full-w-form-half-bl_solo, .full-w-form-half-bl_rtipl, .full-w-form-half-bl_row {
        width: 100%;
    }

    .red-warning-sect p img {
        margin-right: 0px;
        margin-bottom: 5px;
    }

    .red-warning-sect p {
        flex-direction: column;
        text-align: center;
    }

    .filter-bl {
        margin-top: 10px;
    }

    .instructors-single-img {
        display: flex;
        justify-content: center;
    }

    .instructors-single-img img {
        max-width: 220px;
        margin-bottom: 10px;
    }

    .evaluation-sect h1 {
        font-size: 30px;
    }

    .accordion__block button {
        align-items: start;
    }

    .accordion__block button svg {
        margin-top: 8px;
        margin-left: 20px;
    }

    .evaluation__item {
        font-size: 10px;
    }

}

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

    .evaluation-sect__frst-block h4 {
        font-size: 20px;
        line-height: 24px;
    }

    .evaluation-sect__frst-block h6 {
        font-size: 20px;
    }

    .evaluation-sect__frst-block h4 span {
        width: 40px;
        height: 40px;
        font-size: 17px;
        line-height: 25px;
    }

    .evaluation-sect__frst-block h3 {
        font-size: 26px;
    }

    .evaluation-sect__frst-block .red-txt {
        font-size: 18px;
        line-height: 22px;
    }

    .str__agr {
        flex-wrap: wrap;
    }

    .evaluation__item {
        width: 49%;
        margin-top: 8px;
    }

    .cstm-column {
        align-items: center;
    }

    .courses-middle p {
        text-align: center;
    }

    .blur-item .blue-sect .panelists-right {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .blur-item .blue-sect .panelists-right * {
        text-align: center;
    }

    .events-ul {
        flex-direction: column;
    }

    .filter-bl_form {
        flex-direction: column;
    }

    .event-month p {
        font-size: 24px;
        padding-left: 10px;
    }

    .card-body_btn {
        flex-direction: column;
    }

    .card-body_btn a {
        margin-bottom: 5px;
    }

    .filter-bl .bl_rtipl-select {
        margin-top: 15px;
    }

    .first-sect_wih-img {
        background-position: center;
        background-size: 991px 240px;
        height: 240px;
        background-position: -200px;
    }

    .navbar-brand img {
        max-width: 210px;
        width: 100%;
    }

    .first-sect_wih-img h2 {
        font-size: 24px;
        line-height: 30px;
    }

    .first-sect_wih-img a {
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 0px;
        padding: 10px 25px;
        width: unset;
        height: unset;
        margin-top: 20px;
    }

    .first-sect_wih-img a img {
        width: 30px;
    }

    .first-sect_wih-img a img {
        margin-right: 8px;
    }

    .count-date {
        font-size: 30px;
        line-height: 30px;
        letter-spacing: 0px;
        padding-right: 10px;
        margin-right: 10px;
        border-right: 1px solid #fff;
    }

    .counts {
        font-size: 30px;
        line-height: 30px;
        letter-spacing: 0px;
    }

    .count-date p {
        font-size: 13px;
        line-height: 22px;
    }

    .audit-bl h1 {
        font-size: 30px;
    }

    .main-h3 {
        font-size: 22px;
    }

    .courses-left {
        margin-right: 0;
    }

    .cstm-column {
        flex-direction: column;
    }

    .courses-middle {
        margin-top: 10px;
    }

    .courses-right a {
        margin-left: 0;
    }

    .courses-right p {
        text-align: center;
        margin-bottom: 10px;
    }

    .courses-right {
        flex-direction: column;
        justify-content: center;
    }

    .panelists-row .col-lg-6 {
        flex-direction: column;
    }

    .panelists-left img {
        margin-right: 0;
    }

    .panelists-left {
        display: flex;
        justify-content: center;
        margin-bottom: 15px;
    }

    .time-zone {
        font-size: 12px;
    }

    .modal-body img {
        max-width: 300px;
        width: 100%;
    }

    .modal-form {
        width: 100%;
    }

    .modal-form input {
        max-width: 300px;
        width: 100%;
    }

    .modal-body h2 {
        margin-top: 25px;
    }

    .modal-content .main-p {
        font-size: 14px;
        line-height: 20px;
    }

    .modal-body h2 {
        font-size: 24px;
        line-height: 29px;
    }

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

    .modal-body {
        padding-top: 30px;
        padding-bottom: 15px;
    }

    .footer-bl ul li:last-child {
        margin-bottom: 0;
    }

    .footer-bl .logo {
        margin-right: 0;
    }

    .form-sect-white_sign-in, .form-sect_sign-in, .full-w-form {
       padding: 30px 15px;
    }

    .first-sect_mob {
        background-image: none;
        background-color: #00376D;
        height: auto;
    }

    .img-sect_ul a {
        padding: 0;
        margin-top: 0;
    }

    .last-li-img_sect {
        flex-wrap: wrap;
    }

    .img-sect_ul .last-li-img_sect a {
        width: 100%;
        text-align: left;
        margin-left: 53px;
        position: relative;
        top: -12px;
        font-size: 16px;
    }

    .slide-abs-bl .title-slide {
        font-size: 28px;
    }

    .slider-count-down_item .count-numb {
        font-size: 40px;
        line-height: 46px;
    }

    .slider-count-down_item .count-text {
        font-size: 28px;
        line-height: 30px;
    }

    .slider-count-down_item {
        width: 135px;
    }

    .red-line-abs {
        bottom: 0;
    }

    .slider-count-down_item-left {
        padding-right: 30px;
        margin-right: 30px;
    }

    .session-item .btn {
        height: auto;
        padding: 10px;
    }

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

    .collapse-left .compl_course-collapse {
        margin-left: 0;
    }

    .collapse-right {
        display: flex;
    }

    .collapse-part-left {
        display: flex;
        justify-content: center;
        margin-bottom: 10px;
    }

    .h6-div {
        padding-right: 0;
        padding-left: 0;
    }

    .collapse-part-left img {
        margin-right: 0;
    }

    .account-blue_btn div {
        padding: 0 10px;
        text-align: center;
    }

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

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

    .line-full {
        display: none!important;
    }

    .evaluation-sect h1 {
        text-align: center;
        line-height: 36px;
    }

    .evaluation-sect__frst-block h2 {
        font-size: 28px;
        line-height: 34px;
    }

    .accordion__block button {
        line-height: 20px;
        font-size: 18px;
    }



}

/* Responsive styles Ends  */

div.container-drp {
    width: 100%;
    max-width: 370px;
    background-color: transparent;
  }

  div.dropdown {
    position: relative;
  }

  div.dropdown > div.caption {
    background-color: #fff;
    border-radius: 3px;
    cursor: pointer;
    width: 100%;
    max-width: 370px;
    border-radius: 24px;
    border: 3px solid #00376D;
    color: #00376D;
    display: flex;
    align-items: center;
    background-image: url(../../media/images/arrow-down-collapse.svg);
    padding-left: 22px;
    height: 47px;
    font-size: 14px;
    font-family: Raleway-Bold;
    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;
  }


  @media print {

    .non-bord {
        display: flex;
        justify-content: space-between!important;
    }

    .header-cont_bottom {
        display: block!important;
    }

    .non-bord_item {
        margin-top: 0!important;
        align-items: center!important;
    }

    .evaluation-sect__frst-block {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .italic_style {
        display: none;
    }

    .evaluation-sect {
        display: none!important;
    }

    .evaluation-sect__frst-block h6 {
        display: none;
    }

    .evaluation-sect__frst-block h2 {
        text-align: center;
        margin-bottom: 10px;
    }

    .evaluation_sect_abs {
        display: none;
    }

    .evaluation-sect__frst-block button {
        display: none;
    }

    .evaluation-sect__frst-block .non-bord {
        margin-top: 25px;
    }

    .evaluation-sect__frst-block h4 {
        margin-bottom: 25px;
    }

    .collapse {
        display: block!important;
    }

    .header-cont_up, .footer-cont {
        display: none!important;
    }

    .accordion__block button.collapsed {
        background-color: #00376D;
        color: #fff;
    }

    .accordion__block button.collapsed svg {
        transform: rotate(180deg);
    }

    .accordion__block button.collapsed svg path {
        fill: #fff;
    }

    .page-break  { display:block; page-break-before:always; }

  }

.blue-sect__mail {
    margin-top: 20px;
    background-color: #00376D;
    padding: 35px 65px;

}

.blue-sect__mail li , .blue-sect__mail li > span {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    display: inherit;
    align-items: inherit;
}

.blue-sect__mail li img {
    margin-right: 18px;
    position: relative;
    top: 2px;
}

.main__right__mailing-list form .mailing-sect__sbm, .mailing-sect__sbm {
    cursor: pointer;
    text-transform: uppercase;
}

.mailing-sect__sbm {
    max-width: 100%!important;
    width: unset!important;
    padding-left: 10px!important;
    padding-right: 20px!important;
}

.button--trigger_unsubscribe {
    color: #C50035;
    background-color: #fff;
    border-radius: 19px;
    border: none;
    height: 32px;
    cursor: pointer;
    margin-top: 5px;
    line-height: 20px;
    font-family: Raleway-Bold;
    font-size: 14px;
    box-shadow: 3px 3px 6px #0000002e;
    transition: .2s;
    max-width: 100%;
    width: unset;
    padding-left: 10px;
    padding-right: 10px;
}

.unsubscribe__icon--manage {
    width: 52px;
}

.unsubscribe__mail-sect h4 {
    max-width: 540px;
    font-size: 28px;
    line-height: 32px;
    color: #fff;
    text-align: center;
    font-family: Raleway-Bold;
    margin-top: 15px;
    margin-bottom: 15px;
}


.unsubscribe__mail-sect p {
    text-align: center!important;
    font-size: 18px!important;
    line-height: 22px!important;
    color: #fff!important;
    font-family: Raleway!important;
}

.unsubscribe__mail-sect--link {
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    font-family: Raleway-Bold;
    margin-top: 15px;
}

.border-top__pagination {
    border-top: 1px solid #CCCCCC;
}