﻿#college-page, #course-page,
#course-page .breadcrumb {
    background: #F2F2FA;
}

#college-page .breadcrumb,
#course-page .breadcrumb {
    text-align: right;
}

#college-page .breadcrumb a,
#course-page .breadcrumb a {
    color: #3366ff;
}

#college-page .breadcrumb .active,
#course-page .breadcrumb .active {
    color: #000099;
}

#college-page .pale {
    background-color: #fff;
}

#college-page .top-contailer {
    background-image: url(../../img/webp/top-image.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    display: flex;
    align-items: center;
}

#college-page .top-contailer h1,
#course-page .top-contailer h1 {
    color: #fff;
    display: block;
    font-family: 'Assistant-Bold';
}

#college-page #categories {
    padding: 0;
}

#college-page #categories ul {
    display: flex;
    justify-content: space-evenly;
    padding: 0;
}

#college-page #categories ul li.item {
    background-color: #3366ff;
    color: #fff;
    text-align: center;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.21);
    cursor: pointer;
}

#college-page .sub-title,
#course-page .box .sub-title {
    color: #000099;
    font-family: 'Assistant-Bold';
    padding: 0;
    margin: 0;
}

#college-page #closest ul {
    display: flex;
    justify-content: space-between;
    padding: 0;
}

#college-page #closest ul li {
    display: flex;
    flex-direction: column;
    background: rgb(0,17,148);
    background: -moz-linear-gradient(90deg, rgba(0,17,148,1) 0%, rgba(0,79,152,1) 75%, rgba(0,204,204,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(0,17,148,1) 0%, rgba(0,79,152,1) 75%, rgba(0,204,204,1) 100%);
    background: linear-gradient(90deg, rgba(0,17,148,1) 0%, rgba(0,79,152,1) 75%, rgba(0,204,204,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#001194",endColorstr="#00cccc",GradientType=1);
}

#college-page #closest ul li .caption p {
    color: #fff;
    overflow: hidden;
}

#college-page #closest ul li p.name {
    font-family: 'Assistant-SemiBold';
}

#college-page #closest ul li .caption .link {
    color: #fff;
    border: 1px solid #fff;
    justify-content: center;
    display: flex;
    align-items: center;
    margin: auto;
}

#college-page #closest ul li .caption .link:hover {
    color: #fff;
}

#college-page .carousel-container {
    background-color: #fff;
    border: 1px solid #000099;
}

#college-page .carousel-container h3,
#course-page .box h3.sub-title {
    color: #3366ff;
}

#college-page .carousel-container .owl-carousel .item {
    border-left: 2px solid #000099;
}

#college-page .carousel-container .owl-carousel .item .item-link {
    color: #000099;
    text-align: right;
}

#college-page .carousel-container .owl-carousel .item .item-link .name {
    overflow: hidden;
    font-family: 'Assistant-Bold';
}

#college-page .carousel-container .owl-carousel .item .item-link .description {
    overflow: hidden;
}

#college-page .carousel-container .owl-theme .owl-nav [class*='owl-'] {
    color: #3366ff;
    text-decoration: none;
    transition: color 300ms linear;
}

#college-page .carousel-container .owl-theme .owl-nav [class*='owl-']:hover {
    background: transparent;
    color: #000099;
    text-decoration: none;
}

#college-page #about .about-text-container p {
    color: #000;
    text-align: right;
}

#college-page #clients .client-row {
    display: flex;
    justify-content: space-around;
}

#college-page #clients .box {
    box-shadow: 0 0px 20px 0px rgba(51, 102, 255, 0.21);
    background-color: #ffffff;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#contact-us {
    background-image: url(../../img/webp/form-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
}

#contact-us .title {
    font-family: 'Assistant-ExtraBold';
    color: #fff;
    text-align: center;
}

#contact-us .title p {
    margin: 0;
}

#contact-us .fields-container {
    display: flex;
    justify-content: center;
}

#contact-us .addisok {
    margin: 0 auto;
    text-align: center;
    display: block;
    width: 100%;
}

#contact-us .addisok .required-check {
    position: relative;
}

#contact-us .addisok .required-check .checkbox {
    margin: 0;
    opacity: 0;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
}

#contact-us .addisok .required-check input:checked ~ .checkmark:after {
    display: block;
}

#contact-us .addisok .required-check .checkmark:after {
    left: 3px;
    top: 0px;
    border: solid #000099;
    border-width: 0 3px 3px 0px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#contact-us .addisok .required-check .checkmark {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #ffffff;
    border: 3px solid #fff;
}

#contact-us .addisok label {
    color: #fff;
}

#contact-us .fields-container .field-input {
    color: #000;
}

#contact-us .fields-container #register-submit {
    color: #fff;
    background-color: #00cc99;
    font-family: 'Assistant-Bold';
    border: none;
    justify-content: center;
    display: flex;
    align-items: center;
}

#contact-us .fields-container #register-submit i {
    vertical-align: middle;
}

.input-error {
    border-color: #F6002C;
}

#course-page {
    color: #000099;
}

#course-page .top-contailer {
    background-image: url(../../img/webp/course-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

#course-page .top-contailer .foremost {
    background-color: rgba(0,0,0,.3);
    width: 100%;
    position: absolute;
    bottom: 0;
}

#course-page .top-contailer .foremost .d-flex {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#course-page .top-contailer .foremost .d-flex a {
    color: #fff;
    border: 1px solid #fff;
}

#course-page .top-contailer .foremost .d-flex a:hover,
#course-page .top-contailer .foremost .d-flex a:focus {
    color: #fff;
}

#course-page .top-contailer .foremost .d-flex a .text {
    font-family: 'Assistant-Bold';
}

#course-page .top-contailer .foremost .d-flex a .fa {
    margin-right: 4px;
}


#course-page .top-contailer .foremost #purchase {
    color: #000099;
    background-color: #00cc99;
    font-family: 'Assistant-Bold';
    border: none;
    border: 5px solid #fff;
}

#course-page .top-contailer .foremost .details {
    display: flex;
    flex-direction: column;
    color: #fff;
    margin: 0;
    padding: 0;
}

#course-page .top-contailer .foremost .details .course-time {
    display: flex;
    justify-content: flex-start;
}

#course-page .top-contailer .foremost .details .text {
    vertical-align: middle;
}

#course-page .top-contailer .foremost .details .price {
    margin-left: 4px;
}

#course-page #course-description .sub-title {
    font-family: 'Assistant-Bold';
}

#course-page .box .container {
    box-shadow: 0 0px 20px 0px rgba(51, 102, 255, 0.21);
    background-color: #ffffff;
}

#course-page .box ul {
    padding: 0;
}

#course-page #lecturers ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#course-page #lecturers ul li img {
    border-radius: 50%;
    max-width: 100%;
}

#course-page #lecturers ul li .caption {
    text-align: center;
}

@media only screen and (min-width: 320px) {
}

@media only screen and (min-width: 768px) {
}

@media only screen and (min-width: 1024px) {
    #college-page section,
    #course-page section {
        padding: 30px 0;
    }

    #college-page .breadcrumb,
    #course-page .breadcrumb {
        font-size: 13px;
    }

    #college-page .top-contailer {
        height: 348px;
    }

    #college-page .top-contailer .college-logo {
        height: 50px;
    }

    #college-page .top-contailer h1 {
        font-size: 42px;
        line-height: 42px;
        margin-top: 30px !important;
        padding: 0 60px;
    }

    #college-page #categories ul {
        margin: -22px 0 0 0;
    }

    #college-page #categories ul li.item {
        width: 208px;
        height: 44px;
        font-size: 18px;
        line-height: 34px;
        border: 3px solid #fff;
        border-radius: 22px;
    }

    #college-page .sub-title,
    #course-page .box .sub-title {
        font-size: 30px;
        line-height: 30px;
    }

    #college-page #closest ul {
        margin: 30px 0 0 0;
    }

    #college-page #closest ul li {
        width: 30%;
        height: 538px;
        border-radius: 20px 20px 15px 15px;
    }

    #college-page #closest ul li img {
        border-radius: 15px 15px 0 0;
    }

    #college-page #closest ul li .caption {
        padding: 15px;
    }

    #college-page #closest ul li .caption p {
        font-size: 16px;
        line-height: 22px;
    }

    #college-page #closest ul li p.date {
        height: 22px;
        margin-bottom: 8px;
    }

    #college-page #closest ul li p.name {
        height: 38px;
        margin-bottom: 8px;
        font-size: 17px;
        line-height: 19px;
    }

    #college-page #closest ul li p.description {
        height: 200px;
        margin-bottom: 20px;
    }

    #college-page #closest ul li .caption .link {
        font-size: 18px;
        line-height: 36px;
        border-radius: 19px;
        width: 170px;
        height: 38px;
        display: block;
    }

    #college-page #closest ul li .caption .link i {
        font-size: 14px;
        margin-right: 4px;
        line-height: 36px;
    }

    #college-page .carousel-container {
        border-radius: 15px;
        padding: 15px;
        margin: 30px 0;
    }

    #college-page .carousel-container .owl-carousel {
        margin: 15px 0 0 0;
    }

    #college-page .carousel-container .owl-carousel .item {
        padding: 0 10px;
        margin: 0 10px;
    }

    #college-page .carousel-container .owl-carousel .item .item-link .name {
        font-size: 18px;
        line-height: 20px;
        height: 40px;
    }

    #college-page .carousel-container .owl-carousel .item .item-link .description {
        font-size: 15px;
        line-height: 19px;
        height: 57px;
    }

    #college-page .carousel-container .owl-theme .owl-nav [class*='owl-'] {
        margin: 0px 8px;
        font-size: 20px;
        line-height: 20px;
    }

    #college-page #about .about-text-container,
    #college-page #clients .container {
        margin-top: 70px;
    }

    #college-page #about .about-text-container p {
        font-size: 18px;
        line-height: 24px;
    }

    #college-page #clients .client-row {
        margin-bottom: 30px;
    }

    #college-page #clients .box {
        width: 152px;
        height: 88px;
        border-radius: 15px;
    }

    #college-page #clients .box img {
        max-width: 120px;
        height: auto;
    }

    #course-page .top-contailer .foremost .d-flex a {
        margin-top: 30px;
        padding: 6px 18px;
    }

    #course-page .top-contailer .foremost .d-flex a .text {
        font-size: 24px;
    }

    #course-page .top-contailer .foremost .d-flex a .fa {
        font-size: 24px;
    }

    #contact-us {
        height: 180px;
        padding: 30px 0;
    }

    #contact-us .title {
        font-size: 24px;
        line-height: 24px;
    }

    #contact-us .fields-container {
        margin: 20px 0 10px 0;
    }

    #contact-us .addisok .label {
        padding-right: 30px;
    }

    #contact-us .addisok label {
        font-size: 18px;
        line-height: 18px;
    }

    #contact-us .addisok .required-check .checkbox {
        width: 18px;
        height: 18px;
    }

    #contact-us .addisok .required-check .checkmark {
        height: 18px;
        width: 18px;
    }

    #contact-us .addisok .required-check .checkmark:after {
        width: 7px;
        height: 10px;
    }

    #contact-us .fields-container .field-input {
        width: 20%;
        height: 38px;
        font-size: 16px;
        line-height: 38px;
        text-indent: 8px;
        margin: 0 4px;
    }

    #contact-us .fields-container #register-submit {
        font-size: 26px;
        height: 38px;
        width: 138px;
        border-radius: 18px;
        margin-right: 12px;
    }

    #contact-us .fields-container #register-submit i {
        font-size: 18px;
        margin-right: 4px;
    }

    #course-page .top-contailer {
        height: 312px;
    }

    #course-page .top-contailer h1 {
        font-size: 42px;
        line-height: 52px;
        margin: 60px auto 0 auto !important;
        max-width: 70%;
    }

    #course-page .top-contailer .foremost {
        padding: 20px 0;
    }

    #course-page .top-contailer .foremost #purchase {
        font-size: 30px;
        line-height: 30px;
        height: 56px;
        width: 190px;
        border-radius: 28px;
        border-width: 3px;
    }

    #course-page .top-contailer .foremost .details li:not(:last-of-type) {
        margin-bottom: 15px;
    }

    #course-page .top-contailer .foremost .details .course-time .date {
        margin-left: 30px;
    }

    #course-page .top-contailer .foremost .details .icon-container {
        width: 52px;
        text-align: center;
        display: inline-block;
    }

    #course-page .top-contailer .foremost .details img {
        margin-left: 7px;
        height: 30px;
    }

    #course-page .top-contailer .foremost .details .text {
        font-size: 20px;
        line-height: 30px;
    }

    #course-page #course-description {
        font-size: 20px;
        line-height: 26px;
    }

    #course-page #course-description .sub-title {
        font-size: 30px;
        line-height: 30px;
    }

    #course-page #course-description .desc {
        margin-top: 20px;
    }

    #course-page #course-description .target {
        margin-top: 20px;
    }

    #course-page .box .container {
        border-radius: 15px;
        padding: 20px;
    }

    #course-page .box ul li {
        margin-bottom: 10px;
        font-size: 20px;
        line-height: 30px;
    }

    #course-page .box ul li .time {
        margin-left: 15px;
    }

    #course-page .box ul li .shed-desc {
        margin-right: 120px;
        padding: 20px 0;
    }

    #course-page .box .conference-text {
        margin-top: 15px;
    }

    #course-page .box .conference-text p,
    #course-page .box .conference-text div,
    #course-page .box .conference-text span {
        font-size: 20px !important;
    }

    #course-page .box .conference-text table td {
        padding: 5px;
    }

    #course-page .box .conference-text table td * {
        font-size: 18px !important;
    }

    #course-page .box ul {
        margin: 15px 0 0 0;
    }

    #course-page #lecturers ul li {
        margin: 0 15px 15px 15px;
        max-width: 150px;
    }

    #course-page #lecturers ul li img {
        width: 90px;
        height: auto;
    }

    #course-page #lecturers ul li .caption {
        font-size: 18px;
        line-height: 22px;
        max-width: 90px;
        margin-top: 8px;
    }
}

@media only screen and (min-width: 1200px) {
    #college-page section,
    #course-page section {
        padding: 40px 0;
    }

    #college-page .breadcrumb,
    #course-page .breadcrumb {
        font-size: 14px;
    }

    #college-page .top-contailer {
        height: 452px;
    }

    #college-page .top-contailer .college-logo {
        height: 80px;
    }

    #college-page .top-contailer h1 {
        font-size: 52px;
        line-height: 52px;
        margin-top: 50px !important;
        padding: 0 60px;
    }

    #college-page #categories ul {
        margin: -24px 0 0 0;
    }

    #college-page #categories ul li.item {
        width: 224px;
        height: 48px;
        font-size: 20px;
        line-height: 36px;
        border: 4px solid #fff;
        border-radius: 24px;
    }

    #college-page .sub-title,
    #course-page .box .sub-title {
        font-size: 38px;
        line-height: 38px;
    }

    #college-page #closest ul {
        margin: 40px 0 0 0;
    }

    #college-page #closest ul li {
        width: 30%;
        height: 614px;
        border-radius: 20px 20px 18px 18px;
    }

    #college-page #closest ul li img {
        border-radius: 18px 18px 0 0;
    }

    #college-page #closest ul li .caption {
        padding: 20px;
    }

    #college-page #closest ul li .caption p {
        font-size: 18px;
        line-height: 24px;
    }

    #college-page #closest ul li p.date {
        height: 24px;
        margin-bottom: 8px;
    }

    #college-page #closest ul li p.name {
        height: 42px;
        margin-bottom: 10px;
        font-size: 19px;
        line-height: 21px;
    }

    #college-page #closest ul li p.description {
        height: 220px;
        margin-bottom: 20px;
    }

    #college-page #closest ul li .caption .link {
        font-size: 22px;
        border-radius: 23px;
        width: 180px;
        height: 46px;
        line-height: 42px;
    }

    #college-page #closest ul li .caption .link i {
        font-size: 18px;
        margin-right: 6px;
        line-height: 42px;
    }

    #college-page .carousel-container {
        border-radius: 18px;
        padding: 18px;
        margin: 40px 0;
    }

    #college-page .carousel-container .owl-carousel {
        margin: 18px 0 0 0;
    }

    #college-page .carousel-container .owl-carousel .item {
        padding: 0 15px;
        margin: 0 15px;
    }

    #college-page .carousel-container .owl-carousel .item .item-link .name {
        font-size: 20px;
        line-height: 22px;
        height: 44px;
    }

    #college-page .carousel-container .owl-carousel .item .item-link .description {
        font-size: 17px;
        line-height: 20px;
        height: 60px;
    }

    #college-page .carousel-container .owl-theme .owl-nav [class*='owl-'] {
        margin: 0px 10px;
        font-size: 22px;
        line-height: 22px;
    }

    #contact-us {
        height: 225px;
        padding: 30px 0;
    }

    #contact-us .title {
        font-size: 34px;
        line-height: 34px;
    }

    #contact-us .fields-container {
        margin: 20px 0 10px 0;
    }

    #contact-us .addisok .label {
        padding-right: 30px;
    }

    #contact-us .addisok label {
        font-size: 20px;
        line-height: 20px;
    }

    #contact-us .addisok .required-check .checkbox {
        width: 20px;
        height: 20px;
    }

    #contact-us .addisok .required-check .checkmark {
        height: 20px;
        width: 20px;
    }

    #contact-us .addisok .required-check .checkmark:after {
        width: 8px;
        height: 12px;
    }

    #contact-us .fields-container .field-input {
        width: 20%;
        height: 46px;
        font-size: 22px;
        line-height: 46px;
        text-indent: 10px;
        margin: 0 6px;
    }

    #contact-us .fields-container #register-submit {
        font-size: 30px;
        height: 46px;
        width: 142px;
        border-radius: 23px;
        margin-right: 14px;
    }

    #contact-us .fields-container #register-submit i {
        font-size: 20px;
        margin-right: 6px;
    }

    #course-page .top-contailer {
        height: 430px;
    }

    #course-page .top-contailer h1 {
        font-size: 52px;
        line-height: 62px;
        margin: 80px auto 0 auto !important;
        max-width: 80%;
    }

    #course-page .top-contailer .foremost {
        padding: 30px 0;
    }

    #course-page .top-contailer .foremost #purchase {
        font-size: 45px;
        line-height: 45px;
        height: 90px;
        width: 270px;
        border-radius: 45px;
        border-width: 4px;
    }

    #course-page .top-contailer .foremost .details li:not(:last-of-type) {
        margin-bottom: 15px;
    }

    #course-page .top-contailer .foremost .details .course-time .date {
        margin-left: 45px;
    }

    #course-page .top-contailer .foremost .details .icon-container {
        width: 62px;
    }

    #course-page .top-contailer .foremost .details img {
        margin-left: 12px;
        height: 40px;
    }

    #course-page .top-contailer .foremost .details .text {
        font-size: 26px;
        line-height: 40px;
    }

    #course-page #course-description {
        font-size: 26px;
        line-height: 30px;
    }

    #course-page #course-description .sub-title {
        font-size: 34px;
        line-height: 38px;
    }

    #course-page #course-description .desc {
        margin-top: 30px;
    }

    #course-page #course-description .target {
        margin-top: 30px;
    }

    #course-page .box .container {
        border-radius: 20px;
        padding: 30px;
    }

    #course-page .box ul li {
        margin-bottom: 10px;
        font-size: 26px;
        line-height: 30px;
    }

    #course-page .box ul li .time {
        margin-left: 20px;
    }

    #course-page .box ul li .shed-desc {
        margin-right: 155px;
        padding: 20px 0;
    }

    #course-page .box .conference-text {
        margin-top: 20px;
    }

    #course-page .box .conference-text p,
    #course-page .box .conference-text div,
    #course-page .box .conference-text span {
        font-size: 26px !important;
    }

    #course-page .box .conference-text table td {
        padding: 7px;
    }

    #course-page .box .conference-text table td * {
        font-size: 20px !important;
    }

    #course-page .box ul {
        margin: 20px 0 0 0;
    }

    #course-page #lecturers ul li {
        margin: 0 20px 20px 20px;
    }

    #course-page #lecturers ul li img {
        width: auto;
    }

    #course-page #lecturers ul li .caption {
        font-size: 20px;
        line-height: 22px;
        max-width: 100px;
        margin-top: 10px;
    }
}

@media only screen and (min-width: 1600px) {
    #college-page section,
    #course-page section {
        padding: 60px 0;
    }

    #college-page .breadcrumb,
    #course-page .breadcrumb {
        font-size: 16px;
    }

    #college-page .top-contailer {
        height: 662px;
    }

    #college-page .top-contailer .college-logo {
        height: 100px;
    }

    #college-page .top-contailer h1 {
        font-size: 62px;
        line-height: 72px;
        margin-top: 60px !important;
        padding: 0;
    }

    #college-page #categories ul {
        margin: -26px 0 0 0;
    }

    #college-page #categories ul li.item {
        width: 270px;
        height: 52px;
        font-size: 24px;
        line-height: 36px;
        border: 6px solid #fff;
        border-radius: 26px;
    }

    #college-page .sub-title,
    #course-page .box .sub-title {
        font-size: 48px;
        line-height: 48px;
    }

    #college-page #closest ul {
        margin: 50px 0 0 0;
    }

    #college-page #closest ul li {
        width: 30%;
        height: 670px;
        border-radius: 22px 22px 20px 20px;
    }

    #college-page #closest ul li img {
        border-radius: 20px 20px 0 0;
    }

    #college-page #closest ul li .caption {
        padding: 30px;
    }

    #college-page #closest ul li .caption p {
        font-size: 18px;
        line-height: 26px;
    }

    #college-page #closest ul li p.date {
        height: 26px;
        margin-bottom: 10px;
    }

    #college-page #closest ul li p.name {
        height: 40px;
        margin-bottom: 10px;
        font-size: 20px;
        line-height: 20px;
    }

    #college-page #closest ul li p.description {
        height: 240px;
        margin-bottom: 20px;
    }

    #college-page #closest ul li .caption .link {
        font-size: 22px;
        border-radius: 26px;
        width: 210px;
        height: 52px;
    }

    #college-page #closest ul li .caption .link i {
        font-size: 16px;
        margin-right: 6px;
    }

    #college-page .carousel-container {
        border-radius: 20px;
        padding: 30px;
        margin: 60px 0;
    }

    #college-page .carousel-container .owl-carousel {
        margin: 40px 0 0 0;
    }

    #college-page .carousel-container .owl-carousel .item {
        padding: 0 15px;
        margin: 0 15px;
    }

    #college-page .carousel-container .owl-carousel .item .item-link .name {
        font-size: 20px;
        line-height: 22px;
        height: 44px;
    }

    #college-page .carousel-container .owl-carousel .item .item-link .description {
        font-size: 18px;
        line-height: 24px;
        height: 72px;
    }

    #college-page .carousel-container .owl-theme .owl-nav [class*='owl-'] {
        margin: 0 10px;
        font-size: 24px;
        line-height: 24px;
    }

    #contact-us {
        height: 342px;
        padding: 50px 0;
    }

    #contact-us .title {
        font-size: 44px;
        line-height: 44px;
    }

    #contact-us .fields-container {
        margin: 50px 0 30px 0;
    }

    #contact-us .addisok .label {
        padding-right: 30px;
    }

    #contact-us .addisok label {
        font-size: 24px;
        line-height: 24px;
    }

    #contact-us .addisok .required-check .checkbox {
        width: 24px;
        height: 24px;
    }

    #contact-us .addisok .required-check .checkmark {
        height: 24px;
        width: 24px;
    }

    #contact-us .addisok .required-check .checkmark:after {
        width: 10px;
        height: 14px;
    }

    #contact-us .fields-container .field-input {
        width: 20%;
        height: 52px;
        font-size: 24px;
        line-height: 52px;
        text-indent: 10px;
        margin: 0 8px;
    }

    #contact-us .fields-container #register-submit {
        font-size: 35px;
        height: 50px;
        width: 168px;
        border-radius: 25px;
        margin-right: 16px;
    }

    #contact-us .fields-container #register-submit i {
        font-size: 26px;
        margin-right: 6px;
    }

    #course-page .top-contailer {
        height: 580px;
    }

    #course-page .top-contailer h1 {
        font-size: 92px;
        line-height: 102px;
        margin-top: 120px !important;
        max-width: 100%;
    }

    #course-page .top-contailer .foremost {
        padding: 40px 0;
    }

    #course-page .top-contailer .foremost #purchase {
        font-size: 56px;
        line-height: 56px;
        height: 110px;
        width: 340px;
        border-radius: 55px;
        border-width: 5px;
    }

    #course-page .top-contailer .foremost .details li:not(:last-of-type) {
        margin-bottom: 30px;
    }

    #course-page .top-contailer .foremost .details .course-time .date {
        margin-left: 60px;
    }

    #course-page .top-contailer .foremost .details img {
        margin-left: 15px;
        height: 45px
    }

    #course-page .top-contailer .foremost .details .text {
        font-size: 34px;
        line-height: 45px;
    }

    #course-page #course-description {
        font-size: 34px;
        line-height: 40px;
    }

    #course-page #course-description .sub-title {
        font-size: 34px;
        line-height: 38px;
    }

    #course-page #course-description .desc {
        margin-top: 40px;
    }

    #course-page #course-description .target {
        margin-top: 40px;
    }

    #course-page .box .container {
        border-radius: 20px;
        padding: 40px;
    }

    #course-page .box ul li {
        margin-bottom: 10px;
        font-size: 26px;
        line-height: 36px;
    }

    #course-page .box ul li .time {
        margin-left: 30px;
    }

    #course-page .box ul li .shed-desc {
        margin-right: 168px;
        padding: 20px 0;
    }

    #course-page .box .conference-text {
        margin-top: 30px;
    }

    #course-page .box .conference-text p,
    #course-page .box .conference-text div,
    #course-page .box .conference-text span {
        font-size: 30px !important;
    }

    #course-page .box .conference-text table td {
        padding: 8px;
    }

    #course-page .box .conference-text table td * {
        font-size: 22px !important;
    }

    #course-page .box ul {
        margin: 30px 0 0 0;
    }

    #course-page #lecturers ul li {
        margin: 0 30px 30px 30px;
    }


    #course-page #lecturers ul li .caption {
        font-size: 20px;
        line-height: 22px;
        max-width: 145px;
        margin-top: 10px;
    }
}


@media only screen and (min-width: 1900px) {
    #course-page .top-contailer {
        height: 600px;
    }
}
