h1,
h2,
h3,
h4,
p,
a,
input,
button {
    font-family: 'Tajawal', sans-serif;
}

.xtb-seminar-navbar#top-strip {
    height: 80px;
    background-color: #020002;
    top: 0;
}

.xtb-seminar-navbar#top-strip .col-md-12 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 73px;
}

.xtb-seminar-header {
    text-align: center;
}

.xtb-seminar-header.horizontal {
    background: url(../../images/ar/xtb-seminar-bg_3.jpg) top center no-repeat;
}

.xtb-seminar-header.vertical {
    /* background: url(../../images/ar/xtb-seminar-bg.jpg) top center no-repeat; */
    background: url(../../images/ar/topfx-seminar-bg_6.jpg) bottom center no-repeat;
    padding-bottom: 50px;
    background-size: cover;
}

.xtb-seminar-header .row {
    padding-top: 80px;
}

.xtb-seminar-header [class^="col-"] h3.green-text {
    color: #1bd550;
    font-size: 20px;
    font-weight: 700;
    margin: 55px 0 15px;
}

.xtb-seminar-header [class^="col-"] h2 {
    font-size: 30px;
    color: #ffffff;
    font-weight: 700;
    margin: 0 auto 15px;
    background: none;
    max-width: 600px;
    line-height: 40px;
}

.xtb-seminar-header [class^="col-"] h3 {
    font-size: 20px;
    color: #ffffff;
    position: relative;
}

.xtb-seminar-header [class^="col-"] h3:nth-of-type(2)::after {
    content: "";
    position: absolute;
    left: 43%;
    bottom: -20px;
    display: block;
    width: 150px;
    height: 2px;
    background-color: #fd5a27;
}

.xtb-seminar-header.vertical [class^="col-"] h3:nth-of-type(2)::after {
    left: 40%;
}

.xtb-seminar-header [class^="col-"] h3:last-of-type {
    font-weight: 700;
    line-height: 18px;
}

.xtb-seminar-header [class^="col-"] h4 {
    font-size: 25px;
    color: #ffffff;
    margin: 40px 0 15px;
    font-weight: 700;
}

.xtb-seminar-header [class^="col-"] ul {
    list-style-type: none;
}

.xtb-seminar-header [class^="col-"] ul li {
    font-size: 18px;
    color: #ffffff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 30px;
    font-family: 'Tajawal', sans-serif;
}

.xtb-seminar-header [class^="col-"] ul li i {
    margin-left: 10px;
}

.xtb-seminar-header [class^="col-"] ul li span {
    margin: 0 5px;
}

.xtb-seminar-header [class^="col-"] ul li:last-of-type,
.xtb-seminar-header [class^="col-"] ul li:last-of-type span {
    margin-left: 0;
}

.xtb-seminar-header [class^="col-"] ul li span {
    font-weight: 700;
}

.xtb-seminar-header [class^="col-"] .list-2 {
    margin-top: 20px;
}
.xtb-seminar-header [class^="col-"] .list-2 li {
    gap: 8px;
}

.xtb-seminar-header [class^="col-"] .list-2 li::before {
    content: "";
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background:#fd5a27;
}

.xtb-seminar-header [class^="col-"] p {
    font-size: 15px;
    color: #eeeeee;
}

.attend-form {
    background-color: #ffffff;
    border: 1px solid #e1e1e1;
    border-top: 3px solid #fd5a27;
    border-radius: 0 0 5px 5px;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
    margin-top: 30px;
}

.attend-form.vertical {
    padding: 30px 35px 25px;
    border-radius: 0;
}

.attend-form.vertical h2 {
    font-size: 20px;
    color: #333333;
    margin: 0 0 10px;
}

.attend-form.vertical h3 {
    color: #969595;
    font-size: 14px;
    position: relative;
    margin: 0 0 35px;
}


.attend-form.vertical h3::after {
    content: "";
    position: absolute;
    left: 38%;
    bottom: -15px;
    display: block;
    background-color: #fd5a27;
    width: 80px;
    height: 2px;
}

.attend-form.vertical form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    text-align: right;
}
.alert-danger {
    position: relative;
}
.attend-form.vertical .select2-container .select2-choice,
.attend-form.vertical .checkbox .cr,
.attend-form.vertical form input {
    border-radius: 0;
}

.attend-form.vertical .select2-container .select2-choice {
    height: 50px;
}

.attend-form.vertical .select2-container {
    width: 100%;
    margin-bottom: 20px;
}

.attend-form.vertical form > div {
    width: 100%;
}
.attend-form.vertical .mobile-code {
    padding-top: 0;
    margin: 0;
}
.attend-form.vertical .mobile-col {
    width: 62%;
    padding-right: 0;
    padding-left: 8px;
}
.attend-form.vertical .code-col {
    width: 38%;
    padding-left: 0;
    padding-right: 8px;
}
#mail-suggest-vaildation {
    top: -18px;
}

.attend-form.vertical .checkbox {
    text-align: right;
}

.attend-form.vertical button {
    width: 100%;
    border-radius: 0;
}

.attend-form.vertical form input {
    margin-bottom: 15px;
    width: 100%;
    height: 50px;
}

.attend-form form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 40px 30px 15px;
}

.attend-form form input {
    height: 45px;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    font-size: 14px;
    padding: 5px 10px;
    width: 195px;
}

.attend-form form input::placeholder {
    color: #777777;
    font-size: 14px;
}

.attend-form form input:focus {
    outline: none;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08), 0 0 8px rgba(240, 147, 117, 0.6);
}

.attend-form button {
    background-color: #fd5a27;
    color: #ffffff;
    border: 0;
    border-radius: 5px;
    width: 228px;
    height: 45px;
    font-size: 18px;
    font-weight: 700;
}

.attend-form button:hover {
    opacity: 0.8;
}

.attend-form input[type=number]::-webkit-inner-spin-button,
.attend-form input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.attend-form input[type=number] {
    -moz-appearance: textfield;
}

.attend-form input[type="text"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.attend-form .checkbox {
    padding-right: 0;
    margin-bottom: 10px;
}

.attend-form .checkbox label {
    color: #969595;
    width: auto;
    font-size: 12px;
}

.attend-form .checkbox input[type="checkbox"] {
    height: 15px;
    width: 15px;
    margin-right: -30px;
}

.attend-form .checkbox label:after {
    content: '';
    display: table;
    clear: both;
}

.attend-form .checkbox .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #e1e1e1;
    border-radius: 0;
    width: 18px;
    height: 18px;
    float: right;
    margin-left: 8px;
    background-color: #ffffff;
    border-radius: 3px;
}

.attend-form .checkbox .cr .cr-icon {
    position: absolute;
    font-size: 13px;
    line-height: 0;
    top: 50%;
    right: 20%;
}

.attend-form .checkbox label input[type="checkbox"] {
    display: none;
}

.attend-form .checkbox label input[type="checkbox"] + .cr > .cr-icon {
    -webkit-transform: scale(3) rotateZ(-20deg);
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    color: #fd5a27;
}

.attend-form .checkbox label input[type="checkbox"]:checked + .cr > .cr-icon {
    -webkit-transform: scale(1) rotateZ(0deg);
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}


.attend-form .select2-container .select2-choice .select2-arrow {
    border-right: 0;
    border-radius: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 35px;
}

.attend-form .select2-container .select2-choice .select2-arrow b {
    background: url(../../images/ar/chevron-down.png) no-repeat;
    width: 13px;
    height: 8px;
}

.attend-form .select2-container .select2-choice .select2-arrow,
.attend-form .select2-container .select2-choice {
    background-color: #ffffff;
}


.attend-form .select2-container {
    display: inline-block;
    width: 220px;
}

.attend-form .select2-container .select2-choice {
    height: 45px;
    border-radius: 5px;
    border: 1px solid #e1e1e1;
}


.attend-form .select2-container .select2-choice > .select2-chosen {
    color: #777777;
    margin-top: 10px;
    font-size: 14px;
}



/*************** schedule ***********************/

.seminar-schedule {
    padding: 40px 0 50px;
}

.seminar-schedule .seminar-schedule-title {
    height: auto;
}

.seminar-schedule .seminar-schedule-title h2,
.seminar-info h2 {
    font-size: 35px;
    color: #000000;
    font-weight: 700;
    background: none;
    text-align: center;
    margin: 0 0 15px;
    padding-right: 0;
}

.seminar-schedule .seminar-schedule-title h3 {
    color: #555;
    font-size: 16px;
    position: relative;
    text-align: center;
}


.seminar-schedule .seminar-schedule-title h3::after {
    content: "";
    position: absolute;
    left: 46%;
    bottom: -20px;
    display: block;
    background-color: #fd5a27;
    width: 83px;
    height: 2px;
}

.seminar-schedule .schedule-table {
    text-align: center;
    margin-top: 40px;
}

.seminar-schedule .schedule-row {
    max-width: 777px;
    margin: 0 auto;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.seminar-schedule .schedule-row > div {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.seminar-schedule .schedule-row .time {
    width: 150px;
    height: 50px;
    background-color: #f9f9f9;
    border-radius: 0 32px 32px 0;
    font-size: 18px;
    color: #333333;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 10px;
}

.seminar-schedule .schedule-row .time i {
    margin-left: 10px;
}

.seminar-schedule .schedule-row .details {
    padding: 5px 15px;
    border: 1px dashed #e3e3e3;
    height: 50px;
    border-radius: 32px 0 0 32px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.seminar-schedule .schedule-row .details h4 {
    font-size: 16px;
    color: #333333;
    font-weight: 700;
    height: 20px;
    line-height: 20px;
    text-align: right;
}

.seminar-schedule .schedule-row .details h4 span {
    color: #fd5a27;
}

/*********** experts ***********/

.xtb-seminar-experts {
    background-color: #f9f9f9;
    padding: 50px 0 85px;
}

.xtb-seminar-experts .experts-title h3 {
    font-size: 16px;
    color: #555;
    text-align: center;
}

.xtb-seminar-experts .experts-title h2 {
    font-size: 30px;
    color: #000;
    background: none;
    padding: 0;
    text-align: center;
    position: relative;
    margin: 15px 0 50px;
    font-weight: 700;
}

.xtb-seminar-experts .experts-title h2::after {
    content: "";
    position: absolute;
    left: 46.5%;
    bottom: -20px;
    display: block;
    background-color: #fd5a27;
    width: 83px;
    height: 2px;
}

.xtb-seminar-experts .col-sm-3 h3 {
    font-size: 16px;
    color: #313131;
    font-weight: 700;
    text-align: center;
}

.xtb-seminar-experts .col-sm-3 p {
    color: #777777;
    font-size: 13px;
    margin: 0;
    text-align: center;
    padding: 0 5px;
}

.xtb-seminar-experts .col-sm-3 .box {
    background-color: #ffffff;
    padding-bottom: 15px;
    height: 100%;
}

.xtb-seminar-experts .col-sm-3 .box:hover {
    box-shadow: 4px 6px 17px rgba(0, 0, 0, 0.08);
}

.xtb-seminar-experts .col-sm-3 img {
    max-width: 100%;
    /* transform: translateX(-50%);
    position: absolute;
    top: 10px;
    left: 50%; */
}
.xtb-seminar-experts .col-sm-3 figure {
    background-color: #e8e2db;
    position: relative;
    max-height: 250px;
    overflow: hidden;
}

/*********** location map ****************/

.xtb-seminar-map iframe {
    width: 100%;
}

.xtb-seminar-map {
    position: relative;
}

.xtb-seminar-map::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
    transition: all 0.15s linear;
}
.xtb-seminar-map:hover::after {
    opacity: 0;
    z-index: -1;
}

.xtb-seminar-map .location-details {
    position: absolute;
    right: 26%;
    top: 60px;
    background-color: #ffffff;
    border-radius: 5px;
    padding: 30px 15px;
    z-index: 3;
}

.xtb-seminar-map .location-details h2 {
    color: #333333;
    font-size: 20px;
    position: relative;
    margin: 0 0 28px;
    background: none;
    padding: 0;
    font-weight: 700;
}

.xtb-seminar-map .location-details h2::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -10px;
    display: block;
    background-color: #fd5a27;
    width: 51px;
    height: 2px;
}

.xtb-seminar-map .location-details h3 {
    font-size: 15px;
    color: #666666;
}

.ltr-text {
    direction: ltr;
    text-align: right;
}

.xtb-seminar-map .location-details a {
    display: inline-block;
    background-color: #fd5a27;
    border-radius: 3px;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    width: 100%;
    padding: 9px 0;
    font-weight: 700;
}

.xtb-seminar-map .location-details a:hover {
    opacity: 0.8;
}

/*********** footer ****************/

.footer-logo {
    background-color: #252525;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}


.footer-risk-warning {
    background-color: #252525;
    text-align: center;
    padding: 25px 0;
}

.footer-risk-warning h2 {
    font-size: 14px;
    background: none;
    color: #ef4e41;
    padding: 0;
    margin: 0 0 10px;
    font-family: tahoma, sans-serif;
}

.footer-risk-warning p {
    font-size: 12px;
    color: #999;
    font-family: tahoma, sans-serif;
}

.copyright-footer {
    background-color: #1f1f1f;
    height: 45px;

}

.copyright-footer .col-sm-12 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 45px;
}

.copyright-footer p {
    margin: 0;
    color: #6f6f6f;
}

.copyright-footer ul {
    list-style-type: none;
    margin: 0;
    max-height: 15px;
}

.copyright-footer ul li {
    display: inline-block;
    max-height: 15px;
    margin-left: 25px;
}

.copyright-footer ul li:last-of-type {
    margin-left: 0;
}

/*********** sprite icons **********/

.xtb-seminar-sprite {
    background: url("../../images/ar/xtb-seminar-sprite.png?v=1234569") no-repeat;
    display: inline-block;
}

.twitter {
    width: 16px;
    height: 14px;
    background-position: -79px -40px;
}

.twitter:hover {
    background-position: -98px -40px;
}

.youtube {
    width: 14px;
    height: 15px;
    background-position: -80px -21px;
}

.youtube:hover {
    background-position: -99px -2px;
}

.facebook {
    width: 15px;
    height: 15px;
    background-position: -61px -2px;
}

.facebook:hover {
    background-position: -61px -21px;
}

.rss {
    width: 15px;
    height: 15px;
    background-position: -80px -2px;
}

.rss:hover {
    width: 15px;
    height: 15px;
    background-position: -61px -40px;
}

.clock-gray {
    width: 22px;
    height: 23px;
    background-position: -27px -32px;
}


.map-pin {
    width: 21px;
    height: 28px;
    background-position: -2px -32px;
}

.clock-orange {
    width: 26px;
    height: 26px;
    background-position: -2px -2px;
}

.calendar {
    width: 25px;
    height: 26px;
    background-position: -32px -2px;
}

.attend-form form div.filled {
    text-align: right;
}

.attend-form.vertical form div.filled {
    position: relative;
    top: -14px;
}

.attend-form.vertical form .checkbox div.filled {
    top : -3px;
}

/* new */
.seminar-schedule  .schedule-section .seminar-schedule-title h2,
.seminar-info h2 {
    text-align: right;
}
.seminar-schedule  .schedule-section .seminar-schedule-title h3 {
    text-align: right;
    margin-top: 15px;
}
.seminar-schedule  .schedule-section .seminar-schedule-title h3::after {
    left: unset;
    right: 0;
    bottom: -25px;
}
.seminar-schedule  .schedule-section .schedule-table {
    margin-top: 55px;
}
.seminar-schedule  .schedule-section .schedule-row {
    max-width: unset;
}
.seminar-schedule  .schedule-section .schedule-row .time {
    height: 60px;
    background-color: #1a3e5d;
    border-radius: 0 10px 10px 0;
    color: #fff;
    margin-left: 0;
}
.seminar-schedule  .schedule-section .schedule-row .time i {
    filter: brightness(10);
}
.seminar-schedule  .schedule-section .schedule-row .details {
    height: 60px;
    border-radius: 10px 0 0 10px;
    background-color: #f9f9f9;
}
.seminar-schedule  .schedule-section .schedule-row .details h4 {
    font-size: 18px;
    color: #000000;
    height: auto;
    line-height: 24px;
    margin: 0;
}
.seminar-info {
    padding: 40px 0 10px;
}
.seminar-info h2::after {
    content: "";
    display: block;
    background: #fd5a27;
    width: 83px;
    height: 2px;
    margin: 30px 0;
}
.seminar-info .list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 20px;
}
.seminar-info .list li {
    display: flex;
    gap: 8px;
    flex: 1 0 100%;
    font-size: 18px;
    color: #000;
    font-weight: 600;
    font-family: 'Tajawal', sans-serif;
}
.seminar-info .list li::before {
    content: "";
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: #fd5a27;
    position: relative;
    top: 9px;
    flex-shrink: 0;
}
#footer-main {
    margin-top: -365px;
}

/************* Media Query **************/

/***** new*************/
@media (min-width:992px) {
    .schedule-section {
        width: calc(100% - 460px);
    }
    .schedule-container {
        position:relative;
    }
    .img-section {
        width: 460px;
        padding: 0;
        padding-right: 40px;
        position: absolute;
        left: 0;
        bottom: 10px;
    }
    .pro-header-join {
        padding-left: 50px;
    }
    .attend-form.vertical {
        margin-top: 0;
    }
    .xtb-seminar-experts .row {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    /* .xtb-seminar-experts .col-sm-3 img {
        max-height: 250px;
    } */
    .seminar-info {
        padding: 40px 0 50px;
    }
    .seminar-info .list li {
        flex: 1 0 calc(50% - 10px);
        max-width: calc(50% - 10px);
    }
}

@media (max-width: 1200px) {
    .xtb-seminar-map .location-details {
        top: 140px;
    }
}

@media (min-width:992px) and (max-width: 1200px) {
    .xtb-seminar-header.vertical {
        padding: 0 15px 50px;
    }
    .img-section {
        padding-right: 25px;
        padding-left: 15px;
    }
}
/*************************************/

@media (max-width:991px) {
    .attend-form form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 15px 15px 5px;
    }

    .attend-form form input {
        margin-bottom: 10px;
    }

    .attend-form form input,
    .attend-form form button,
    .attend-form form div {
        width: 100%;
    }

    .attend-form form .checkbox {
        text-align: right;
    }

    .attend-form .select2-container {
        width: 100%;
        margin-bottom: 20px;
    }
    
    /******* new ******/
    .img-section img {
        margin: 30px auto 0;
        max-width: 100%;
    }
    .xtb-seminar-header.vertical {
        padding-bottom: 0;
        background-position: center -500px;
    }
    .xtb-seminar-experts .col-sm-3 .box {
        margin-bottom: 20px;
    }
    .xtb-seminar-experts .col-sm-3 figure {
        max-height: 300px;
    }
}

/***************************/

@media (max-width: 767px) {
    .xtb-seminar-header [class^="col-"] p {
        text-align: justify;
        text-align-last: center;
    }

    .xtb-seminar-header [class^="col-"] ul li {
        margin: 0 0 10px 10px;
        font-size: 16px;
    }

    .seminar-schedule .schedule-row .details {
        height: 67px;
    }

    /************ new *************/
    .seminar-schedule  .schedule-section .schedule-row .time {
        width: 130px;
        font-size: 16px;
    }
    .seminar-schedule  .schedule-section .schedule-row .time,
    .seminar-schedule  .schedule-section .schedule-row .details {
        height: 70px;
    }
    .seminar-schedule .schedule-section .schedule-row .time i {
        transform: scale(0.9);
        margin-left: 5px;
    }
    .seminar-schedule  .schedule-section .schedule-row .details h4 {
        font-size: 16px;
        line-height: 24px;
    }
    .seminar-schedule  .schedule-section .seminar-schedule-title h2 {
        font-size: 30px;
        text-align: center;
        margin-top: 0px;
    }
    .seminar-schedule  .schedule-section .seminar-schedule-title h3 {
        text-align: center;
        line-height: 24px;
    }
    .seminar-schedule  .schedule-section .schedule-table {
        margin-top: 45px;
    }
    .seminar-schedule  .schedule-section .seminar-schedule-title h3::after {
        left: 39%;
        right: unset;
    }
    /********************************************/
    
    .seminar-schedule .schedule-row .details h4 {
        font-weight: 500;
        height: initial;
    }

    .xtb-seminar-header.horizontal {
        background-size: cover;
    }

    .xtb-seminar-header.horizontal {
        padding-bottom: 20px;
    }

    .xtb-seminar-header [class^="col-"] h3.green-text {
        margin-top: 20px;
        line-height: 26px;
    }

    .xtb-seminar-header [class^="col-"] h3 {
        line-height: 24px;
    }
    .xtb-seminar-header [class^="col-"] h3:nth-of-type(2)::after {
        left: 31%;
    }

    .xtb-seminar-header.vertical [class^="col-"] h3:nth-of-type(2)::after {
        left: 30%;
    }

    .seminar-schedule .seminar-schedule-title h3::after {
        left: 38%;
    }

    .xtb-seminar-experts .experts-title h2::after {
        left: 39%;
    }

    .seminar-schedule .col-md-12 {
        padding: 0;
    }

    .seminar-info h2 {
        font-size: 24px;
    }
    .seminar-info .list li {
        font-size: 16px;
    }

    .xtb-seminar-experts {
        padding: 15px 0 20px;
    }

    .xtb-seminar-experts .col-md-3 {
        margin-bottom: 20px;
    }

    .xtb-seminar-map .location-details {
        right: 20px;
    }

    .copyright-footer {
        height: auto;
    }

    .copyright-footer .col-sm-12 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: auto;
        padding: 15px;
    }

    .copyright-footer ul {
        margin-top: 15px;
    }
    .seminar-info .list li::before {
        top: 6px;
    }
    #footer-main {
        margin-top: -122px;
    }
}

@media(max-width: 575px) {
    .xtb-seminar-header.vertical {
        background: transparent;
    }
    .xtb-seminar-header .row {
        padding-top: 0;
    }
    .xtb-seminar-header .pro-header-join {
        padding: 80px 15px 30px;
        background: url(../../images/ar/topfx-seminar-bg_6.jpg) bottom center no-repeat;
        background-size: cover;
        background-position-x: -180px;
    }
    .attend-form {
        margin-top: 0;
    }
}

@media(max-width: 400px) {
    .xtb-seminar-map .location-details {
        top: 100px;
    }
}

@media(max-width: 370px) {
    .xtb-seminar-header [class^="col-"] h2 {
        font-size: 28px
    }
}
