/*////////////////////////////////////////////////////// Responsive CSS Structure //////////////////////////////////////////////////////*/
@media (min-width: 1200px) and (max-width: 1920px) {
}

@media (min-width: 1920px) {
    .agenda-details .sessions-details ul li { font-size: 16px; }
    .footer-links-block .detail {font-size: 16px;}
    .footer-links-block ul li {font-size: 16px;}
}

@media (min-width: 1400px) and (max-width: 1499px) {
    .experiences-slider {
    width: calc(100vw - 50px);
    margin-right: calc((100vw - 1440px) / -2);
    opacity: 0;
}
}

@media (min-width: 1400px) {
    .container {max-width: 1310px;}
}

@media (min-width: 1300px) and (max-width: 1399px) {
    /* Common Style Start */
    .large-title {font-size: 60px;}
    /* Common Style End */

    /* Header Start */
    .header .navbar-nav .nav-item { padding: 0 6px; }
    /* Header End */

    /* Home Page Start */
    .banner-left-inner {left: -34px;}
    .banner-slider { width: 420px; height: 420px; padding: 60px 90px; }
    .banner-item .main-title {font-size: 34px;}

    .right-course-content::after {width: 260px; height: 260px;}

    .online-offer-slider .slick-list { padding: 0 !important; }
    /* Home Page End */

    /* Details Page Start */
    .details-bnr-content { padding: 30px 97px 30px 60px; }
    /* Details Page End */

    /* 404 Page Start */
    .error-page-main h1 {font-size: 320px;}
    /* 404 Page End */

    /*checkout page*/
    .checkout-row .checkout-left { max-width: 700px; } 
    .checkout-row .checkout-right { max-width: 385px; }
    /*checkout page*/

    /* Footer Start */
    .footer-right { max-width: 500px; }
    /* Footer End */
}

@media (min-width: 1200px) and (max-width: 1299px) {
    /* Common Style Start */
    .large-title {font-size: 60px;}
    /* Common Style End */

    /* Header Start */
    .header .navbar-nav .nav-item { padding: 0 6px; }
    /* Header End */

    /* Home Page Start */
    .banner-left-inner {left: -34px;}
    .banner-slider { width: 420px; height: 420px; padding: 60px 90px; }
    .banner-item .main-title {font-size: 34px;}

    .right-course-content::after {width: 260px; height: 260px;}

    .online-offer-slider .slick-list { padding: 0 !important; }
    /* Home Page End */
    

    /* Details Page Start */
    .details-bnr-content { padding: 30px 97px 30px 60px; }
    /* Details Page End */

    /* 404 Page Start */
    .error-page-main h1 {font-size: 320px;}
    /* 404 Page End */
    
    /*checkout page*/
    .checkout-row .checkout-left { max-width: 700px; } 
    .checkout-row .checkout-right { max-width: 385px; }
    /*checkout page*/

    /* Footer Start */
    .footer-right { max-width: 500px; }
    /* Footer End */
}

@media (min-width: 992px) and (max-width: 1199px) {
    /* Common Style Start */
    .large-title {font-size: 48px;}
    .detail-bnr-title {font-size: 36px;}
    .main-title {font-size: 34px;}
    /* Common Style End */

    /* Header Start */
    .header .navbar-brand {max-width: 100px; margin: 0 10px 0 0;}
    .header .navbar-nav .nav-item { padding: 0 8px; }
    .header .navbar-nav {padding: 15px;}
    .header .navbar-nav .nav-item .nav-link {font-size: 12px;}
    .header-right {max-width: 290px; padding: 10px 15px;}
    .header-search { padding-right: 12px; }
    .header-favourite { padding: 0 12px; }
    .header-user { padding: 0 12px; }
    .header-cart { margin-left: 12px; }
    .header .mega-content .list-group-content { padding: 0 0 0 20px; margin: 0 0 0 20px; }
    /* Header End */

    /* Home Page Start */
    .banner-left-inner {left: -34px;}
    .banner-wrp { padding: 6px 0 40px; }
    .banner-slider { width: 410px; height: 410px; padding: 70px 80px; }

    .online-offer-wrp { padding: 40px 0; }

    .offers-wrp { padding: 60px 0 90px; }
    .offers-img img {height: 200px;}
    .offers-content { width: 240px; height: 240px; padding: 45px 27px 45px 45px; }

    .training-space-row {padding: 0 70px; margin: 0 0 100px;}
    .training-space-content {padding: 20px 0;}

    .why-us-right-img img {height: 400px;}

    .right-course-content::after {width: 250px; height: 250px; left: -137px; top: -131px;}
    .right-course-img img, .right-course-img iframe {height: 320px;}
    
    .agenda-left .large-title {font-size: 60px;}
    /* Home Page End */

    /* Course Overview Page Start */
    .about-course-img img { width: 170px; height: 170px; }
    .course-overview-left .accordion-item { padding: 20px; }
    .header .navbar-nav .dropdown-mega .dropdown-menu {top: 90px;}
    /* Course Overview Page End */

    /* Details Page Start */
    .details-bnr-content { padding: 30px 60px; }
    .details-bnr-img::after {width: 250px; height: 250px;}
    .details-bnr-content .common-detail {margin: 0 0 28px;}
    /* Details Page End */

    /* Course Details Page Start */
    .course-detail-right { margin: 0; } 
    .modern-course-detail-wrp {padding: 30px;}
    .modern-standard-inner { padding: 30px; }
    .student-experiences-wrp { padding: 30px; }
    .faq-main {padding: 30px;}
    .course-detail-left { margin: 0; }
    /* Course Details Page End */

    /* 404 Page Start */
    .error-page-main h1 {font-size: 300px;}
    /* 404 Page End */

    /*checkout page*/
    .checkout-row .checkout-left { max-width: 540px; } 
    .checkout-row .checkout-right { max-width: 369px; }
    .checkout-main .checkout-block , .checkout-right { padding: 25px; }
    /*checkout page*/
}

@media (max-width: 991px) {
    /* Header Start */
    .header {position: relative; z-index: 999;}
    .header-favourite {padding: 0 12px 0 0; border-left: none;}
    .header-user { padding: 0 12px; }
    .header-cart { margin-left: 12px; }
    .header-right {padding: 13px 20px; position: relative; z-index: 9;}
    .header .navbar-brand {z-index: 9; max-width: 106px;}
    .header .navbar-toggler { width: 46px; height: 46px; padding: 0; background-color: #F2815B; border: none; position: absolute; right: 0; top: 50%; z-index: 9; -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05); -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05); box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05); border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%;  transform: translate(0, -50%);-webkit-transform: translate(0, -50%); -moz-transform: translate(0, -50%); -ms-transform: translate(0, -50%); -o-transform: translate(0, -50%); }
    .header .navbar-toggler span { background-color: var(--white); width: 14px; height: 2px; margin: 0 auto 5px; display: block; position: relative; transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; -ms-transition: 0.5s; -o-transition: 0.5s; border-radius: 20px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -ms-border-radius: 20px; -o-border-radius: 20px; }
    .header .navbar-toggler span:last-child {margin-bottom: 0;}
    .header .navbar-toggler:not(.collapsed) span:first-child { top: 7px; transform: rotate(45deg); -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); } 
    .header .navbar-toggler:not(.collapsed) span:nth-child(2) {opacity: 0;}
    .header .navbar-toggler:not(.collapsed) span:last-child { top: -7px; transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); } 
    .header .navbar { padding: 0 58px 0 0; }
    .header .navbar-collapse { position: fixed; top: 0; right: -100%; bottom: 0; background-color: var(--white); overflow: auto; max-width: 100%; width: 100%; height: 100%; padding: 138px 35px 35px; overflow: auto; z-index: 99; transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; -ms-transition: 0.5s; -o-transition: 0.5s; }
    .header .navbar-collapse.show {right: 0; height: auto;}
    .header .navbar-collapse::before { content: ""; background-color: var(--white); max-width: 100%; width: 100%; z-index: 100; height: 122px; position: fixed; right: -100%; top: 0; transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; -ms-transition: 0.5s; -o-transition: 0.5s; }
    .header .navbar-collapse.show::before {right: 0;}
    .header .navbar-nav { padding: 0; border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; box-shadow: none; }
    .header .navbar-nav .nav-item .dropdown-toggle::after { margin: 1px 0 0 6px; transform: rotate(-90deg); -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); -ms-transform: rotate(-90deg); -o-transform: rotate(-90deg); }
    .header .navbar-nav .nav-item .nav-link { font-size: 13px; justify-content: space-between;}
    .header .navbar-nav .nav-item {padding: 20px 0; border-bottom: 1px solid rgba(35, 31, 32, 0.2);}
    .header .navbar-nav .nav-item:first-child {padding-top: 0;}
    .header .navbar-nav .nav-item:last-child {padding-bottom: 0; border-bottom: none;}
    .header-search .form-group {position: relative;}
    .header-search .form-control { font-family: 'DM Sans    '; font-size: 13px; line-height: 18px; padding: 13px 20px; box-shadow: none; border: 1px solid #D3D2D2; border-radius: 40px; -webkit-border-radius: 40px; -moz-border-radius: 40px; -ms-border-radius: 40px; -o-border-radius: 40px; }
    .header-search .form-control::placeholder {color: #AEA1A4;}
    .header-search .search-icon { position: absolute; right: 1px; top: 50%; transform: translate(0, -50%); -webkit-transform: translate(0, -50%); -moz-transform: translate(0, -50%); -ms-transform: translate(0, -50%); -o-transform: translate(0, -50%); }
    .header-search { padding: 0 0 36px 0; position: relative; }
    .header .mega-content .list-group-content { padding: 20px 0 0; margin: 20px 0 0; border-left: none; border-top: 1px solid rgba(35, 31, 32, 0.2); }
    .header .mega-content .list-group {padding: 0; margin: 0;}
    .list-group-wrp { display: block; position: fixed; max-width: 100%; width: 100%; height: 100%; top: 0; bottom: 0; right: -100%; overflow: auto; padding: 218px 35px 35px; background-color: var(--white); transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; -ms-transition: 0.5s; -o-transition: 0.5s; }
    .dropdown-menu.show .list-group-wrp {right: 0; height: auto;}
    .list-group-wrp::before { content: ""; background-color: var(--white); max-width: 100%; width: 100%; z-index: 1; height: 220px; position: fixed; right: -100%; top: 0; transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; -ms-transition: 0.5s; -o-transition: 0.5s; }
    .dropdown-menu.show .list-group-wrp::before {right: 0;}
    .back-btn {font-family: "DM Sans", sans-serif; font-size: 13px; flex-direction: row-reverse;}
    .back-btn::after { margin: 0 7px 0 0; transform: rotate(180deg); -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); }
    .list-group-content .block-title { font-family: "DM Sans", sans-serif; font-size: 16px; margin: 0 0 20px; }
    .list-group-content ul li a { font-family: "DM Sans", sans-serif; font-size: 13px; }
    .header .dropdown-menu .list-group-item { font-size: 13px; font-family: "DM Sans", sans-serif; }
    .header .dropdown-menu .list-group ul li { display: flex; align-items: stretch; }
    .header .dropdown-menu .list-group ul li .list-group-item { flex: 1; }
    .header .dropdown-menu .list-group-item::after { display: none; }
    .list-group-expand-btn { background: none; border: none; border-left: 1px solid rgba(35,31,32,0.1); padding: 0 15px; cursor: pointer; display: flex; align-items: center; justify-content: center; }
    .list-group-expand-btn:active, .header .dropdown-menu .list-group ul li:hover .list-group-expand-btn { background-color: #e1f2f7; border-radius: 0 15px 15px 0; -webkit-border-radius: 0 15px 15px 0; -moz-border-radius: 0 15px 15px 0; }
    .simple-dropdown .dropdown-menu {margin: 0;}
    .header .navbar-nav .nav-item .nav-link::before {display: none;}
    /* Header End */

    /* Course Details Page Start */
    .modern-course-detail-wrp::after {display: none;}
    /* Course Details Page End */

    /*checkout page*/
    .checkout-row .checkout-left { max-width: 100%; } 
    .checkout-row .checkout-right { max-width: 100%; }
    .checkout-main .checkout-block , .checkout-right { padding: 25px; }
    .checkout-row { flex-direction: column; }
    .datepicker .form-icon { top: 17px; }
    /*checkout page*/

    .course-training-space.detail-training-space { padding: 30px 0; }
    .teach-course-bnr .small-title { margin: 10px 0; }
    .teach-course-bnr .small-title br {display: none;}
}

@media (min-width: 768px) and (max-width: 991px) {
    /* Common Style Start */
    .large-title {font-size: 38px;}
    .main-title {font-size: 32px;}
    .detail-bnr-title {font-size: 32px;}
    /* Common Style End */

    /* Home Page Start */
    .banner-wrp { padding: 6px 0 30px; }
    .banner-left-inner {left: -34px;}
    .banner-right { padding: 25px 25px 20px; border-radius: 20px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -ms-border-radius: 20px; -o-border-radius: 20px; }
    .banner-right::after {width: 141px; height: 139px; right: 20px;}
    .banner-img img { border-radius: 20px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -ms-border-radius: 20px; -o-border-radius: 20px; }
    .banner-slider { width: 400px; height: 400px; padding: 77px 70px; }

    .online-offer-wrp { padding: 30px 0; }

    .offers-wrp { padding: 30px 0; }
    .offers-block { margin: 0 0 20px; }
    .offers-img { height: 220px !important; }
    .offers-content { width: 190px; height: 190px; padding: 38px 20px 28px 30px; }
    .online-offer-item { border-radius: 20px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -ms-border-radius: 20px; -o-border-radius: 20px; }

    .training-space-row { padding: 30px 230px 30px 40px; margin: 0 0 85px; position: relative; border-radius: 20px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -ms-border-radius: 20px; -o-border-radius: 20px; }
    .training-space-wrp { padding: 30px 0 30px; }
    .training-space-img {max-width: 200px; margin: 0; position: absolute; right: 30px; top: -30px;}
    .training-space-row:nth-child(even) .training-space-img { margin: 0; }

    .why-us-wrp { padding: 60px 0; margin: 30px 0; }
    .why-us-right-img img { height: 400px; border-radius: 20px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -ms-border-radius: 20px; -o-border-radius: 20px; }
    .why-us-right-inner { width: 290px; height: 290px; padding: 50px 40px 30px; left: 20px; }
    .why-us-left {margin: 0 0 40px;}

    .experiences-wrp {padding: 30px 0;}
    .experiences-item { border-radius: 20px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -ms-border-radius: 20px; -o-border-radius: 20px; }

    .right-course-wrp {padding: 60px 0; margin: 30px 0;}
    .right-course-content::after { width: 200px; height: 200px; left: -117px; top: -101px; }
    .right-course-content .large-title { margin: 0 0 30px; }
    .right-course-content .small-title { margin: 0 0 30px; }
    .right-course-img { border-radius: 20px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -ms-border-radius: 20px; -o-border-radius: 20px; }
    .right-course-img img, .right-course-img iframe {height: 320px;}

    .news-wrp { padding: 30px 0; }
    .news-img img { border-radius: 15px 15px 0 0; -webkit-border-radius: 15px 15px 0 0; -moz-border-radius: 15px 15px 0 0; -ms-border-radius: 15px 15px 0 0; -o-border-radius: 15px 15px 0 0; }
    .news-content { border-radius: 0 0 15px 15px; -webkit-border-radius: 0 0 15px 15px; -moz-border-radius: 0 0 15px 15px; -ms-border-radius: 0 0 15px 15px; -o-border-radius: 0 0 15px 15px; }

    .agenda-wrp { padding: 30px 0 60px; }
    .agenda-left .large-title {font-size: 44px; margin: 0 0 25px;}
    .agenda-left .small-title { margin: 0 0 25px; }
    .agenda-left {max-width: 100%; width: auto; margin: 0 0 40px;}
    .agenda-right-block { border-radius: 20px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -ms-border-radius: 20px; -o-border-radius: 20px; }
    /* Home Page End */

    /* Course Overview Start */
    .course-overview-left .accordion-item { padding: 20px; border-radius: 20px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -ms-border-radius: 20px; -o-border-radius: 20px; }
    .about-course-block {padding: 25px; padding-top: 70px;}
    .about-course-img img { width: 130px; height: 130px; }
    .about-course-img {top: -55px;}
    .all-course-block .online-offer-top { max-width: 200px; }
    .all-course-block .sessions-details ul {display: block;}
    .all-course-block .sessions-details ul li { width: auto; max-width: 100%; }
    .course-overview-wrp { padding: 0 0 60px; }
    /* Course Overview End */

    /* News Start */
    .news-page-main .main-title { margin: 0 0 30px; }
    .news-page-section .news-item { margin: 0 0 40px;  height: Calc(100% - 40px);}
    /* News End */

    /* Details Page Start */
    .details-bnr-content { padding: 30px; }
    .details-bnr-img::after {width: 200px; height: 200px; left: -120px; top: -10px;}
    .details-bnr-content .common-detail {margin: 0 0 28px;}
    .details-bnr-content .small-title {  font-size: 17px; }


    .workplaces-main h2 {margin: 40px 0 25px;}

    .detail-training-space .training-space-img { max-width: 200px; margin: 0; }
    .detail-training-space .training-space-row { padding: 30px 230px 30px 40px; }

    .faq-main {padding: 25px;}
    .common-faq .accordion-button {padding: 20px;}

    .why-choose-item {padding: 30px;}

    .image-item img {height: 350px;}

    .contact-us-inner { padding: 30px; }
    /* Details Page End */

    /* Course Details Page Start */
    .course-detail-right { margin: 0; } 
    .modern-course-detail-wrp { padding: 25px; border-radius: 0 0 20px 20px; -webkit-border-radius: 0 0 20px 20px; -moz-border-radius: 0 0 20px 20px; -ms-border-radius: 0 0 20px 20px; -o-border-radius: 0 0 20px 20px; }
    .modern-standard-inner { padding: 25px; }
    .student-experiences-wrp { padding: 25px; }
    .course-detail-main .row {flex-direction: column-reverse;}
    .modern-standard-img img { border-radius: 20px 20px 0 0; -webkit-border-radius: 20px 20px 0 0; -moz-border-radius: 20px 20px 0 0; -ms-border-radius: 20px 20px 0 0; -o-border-radius: 20px 20px 0 0; }
    .student-experiences-block { border-radius: 20px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -ms-border-radius: 20px; -o-border-radius: 20px; }
    .course-detail-left { margin: 0; }
    /* Course Details Page End */

    /* Footer Start */
    .footer-right {margin: 40px 0 0;}
    /* Footer End */

    /* 404 Page Start */
    .error-page-main h1 {font-size: 240px;}
    .error-page-main {padding: 0 0 50px;}
    .error-page-main::after {width: 300px; height: 300px;}
    /* 404 Page End */

    .offer-title-left .section-title {max-width: 496px;}

}

@media (min-width: 992px) {
    /* Header Start */
    .list-group-expand-btn { display: none; }
    .list-group-content ul {
        display: grid !important;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(10, auto);
        grid-auto-flow: column;
    }
    .list-group-content ul li {
        width: 100%;
        max-width: none;
    }
    /* Header End */
}

@media (max-width: 767px) {
    /* Common Style Start */
    .large-title {font-size: 32px; letter-spacing: -0.64px;}
    .main-title {font-size: 22px; letter-spacing: -0.44px;;}
    .detail-bnr-title {font-size: 24px;}
    .section-title {font-size: 22px; letter-spacing:  -0.44px;}
    .small-title {font-size: 16px; letter-spacing: -0.32px;}
    .small-detail { font-size: 13px; line-height: 16px; }
    .detail { font-size: 12px; }
    .btn {font-size: 13px; line-height: 18px; padding: 9px 15px;}
    .btn-red-border { font-size: 12px; padding: 4px 10px;}
    body {font-size: 14px;}
    /* Common Style End */

    /* Header Start */
    .list-group-content ul {display: block;}
    .list-group-content ul li {max-width: 100%; width: auto; font-size: 13px;}
    .header .navbar-nav .dropdown-mega .dropdown-menu .container { max-width: 100%; padding: 0; }
    .header .dropdown-menu .list-group-item { font-size: 13px; }
    /* Header End */

    /* Home Page Start */
    .banner-wrp { padding: 6px 0 30px; }
    .banner-right { padding: 25px 25px 10px; border-radius: 15px; -webkit-border-radius: 15px; -moz-border-radius: 15px; -ms-border-radius: 15px; -o-border-radius: 15px; }
    .banner-right::after {width: 137px; height: 135px; right: 24px; top: -33px;}
    .banner-slider { width: 282px; height: 283px; padding: 52px 20px 52px 46px; }
    .banner-img img { height: auto; object-fit: contain; border-radius: 15px; -webkit-border-radius: 15px; -moz-border-radius: 15px; -ms-border-radius: 15px; -o-border-radius: 15px; }
    .banner-item .main-title { margin: 0 0 15px; }
    .banner-slider .slick-dots { padding: 15px 0 0; }
    .banner-left {height: auto; padding: 0 0 200px;}
    .banner-left-inner { top: auto; bottom: 14px; transform: none; -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; }
    .banner-right .block-title { font-size: 22px; margin: 0 0 11px; }
    .banner-links ul li { padding: 15px 0; font-size: 13px; }

    .online-offer-wrp { padding: 30px 0; }
    .online-offer-slider .slick-list {padding: 0 34% 0 0 !important;}
    .online-offer-item { margin: 0 15px 0 0; border-radius: 15px; -webkit-border-radius: 15px; -moz-border-radius: 15px; -ms-border-radius: 15px; -o-border-radius: 15px; }
    .online-offer-bottom { padding: 15px; }
    .sessions-details ul li {font-size: 13px;}
    .price-details {padding: 15px 0 0;}
    .slick-arrow { width: 36px; height: 36px;  }
    .common-arrow {gap: 8px; padding: 15px 0 0;}
    .online-offer-title .common-detail {font-size: 13px;}
    .online-offer-title-block { min-height: 5em; }

    .offers-wrp { padding: 30px 0; }
    .offers-block { margin: 0 0 20px; }
    .offers-img { height: 220px !important; }
    .offers-content { width: 185px; height: 185px; padding: 32px 16px 24px 26px; }

    .training-space-row { padding: 23px 25px; margin: 0 0 85px; position: relative; border-radius: 15px; -webkit-border-radius: 15px; -moz-border-radius: 15px; -ms-border-radius: 15px; -o-border-radius: 15px; }
    .training-space-wrp { padding: 30px 0 30px; }
    .training-space-img {max-width: 80px; margin: 0; position: absolute; right: 25px; top: -24px;}
    .training-space-row:nth-child(even) .training-space-img { margin: 0; }
    .training-space-content .main-title { margin: 0 117px 15px 0; max-width: 193px; }
    .training-space-content .small-detail { font-size: 12px; margin: 0 0 15px; }
    .training-space-content {padding: 0;}

    .why-us-wrp { padding: 60px 0; margin: 30px 0; }
    .why-us-right-img img { height: 234px; border-radius: 15px; -webkit-border-radius: 15px; -moz-border-radius: 15px; -ms-border-radius: 15px; -o-border-radius: 15px; }
    .why-us-right-inner { width: auto; height: auto; background-color: transparent; padding: 0; position: unset; left: 0; top: 0; transform: none; -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; }
    .why-us-left {margin: 0 0 30px;}
    .why-us-slider { width: 212px; height: 212px; position: absolute !important; left: 16px; bottom: 0; padding: 58px 24px; background-color: #37A7CC; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; }
    .why-us-right-inner .common-arrow { justify-content: flex-end; }

    .experiences-wrp {padding: 30px 0;}
    .experiences-slider .slick-list {padding: 0 20% 0 0 !important;}
    .experiences-item { border-radius: 15px; -webkit-border-radius: 15px; -moz-border-radius: 15px; -ms-border-radius: 15px; -o-border-radius: 15px; }
    .experiences-item .common-detail {font-size: 12px;}

    .right-course-wrp {padding: 60px 0; margin: 30px 0;}
    .right-course-content::after { width: 139px; height: 139px; left: auto; top: 100%; bottom: auto; right: 12px; margin: -35px 0 0 0; }
    .right-course-content .large-title { margin: 0 0 15px; }
    .right-course-content .small-title { margin: 0 0 15px; font-size: 15px; }
    .right-course-main .row {flex-direction: column-reverse;}
    .right-course-content {margin: 0 0 30px;}
    .right-course-img { border-radius: 15px; -webkit-border-radius: 15px; -moz-border-radius: 15px; -ms-border-radius: 15px; -o-border-radius: 15px; }
    .right-course-img img, .right-course-img iframe {height: 234px;}
    
    .news-wrp { padding: 30px 0; }
    .news-slider .slick-list {padding: 0 30% 0 0 !important;}
    .news-slider {margin: 0 -15px 0 -10px;}
    .news-content { padding: 15px; border-radius: 0 0 15px 15px; -webkit-border-radius: 0 0 15px 15px; -moz-border-radius: 0 0 15px 15px; -ms-border-radius: 0 0 15px 15px; -o-border-radius: 0 0 15px 15px; }
    .news-content .common-detail {margin: 0 0 15px;}
    .news-img img { border-radius: 15px 15px 0 0; -webkit-border-radius: 15px 15px 0 0; -moz-border-radius: 15px 15px 0 0; -ms-border-radius: 15px 15px 0 0; -o-border-radius: 15px 15px 0 0; }

    .agenda-wrp { padding: 30px 0 60px; }
    .agenda-left .large-title {font-size: 32px; letter-spacing: -0.64px; margin: 0 0 15px;}
    .agenda-left .small-title { margin: 0 0 15px; font-size: 15px; }
    .agenda-left {max-width: 100%; width: auto; margin: 0 0 30px;}
    .agenda-date {height: 87px;}
    .agenda-date .main-title {font-size: 38px;}
    .agenda-right-block { padding: 15px; border-radius: 15px; -webkit-border-radius: 15px; -moz-border-radius: 15px; -ms-border-radius: 15px; -o-border-radius: 15px; }
    .agenda-date { border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; -ms-border-radius: 10px; -o-border-radius: 10px; }
    /* Home Page End */

    /* Course Overview Page Start */
    .about-course-details .main-title {font-size: 32px; margin: 0 0 10px;}
    .about-course-img img { width: 104px; height: 104px; }
    .about-course-img { right: 10px; top: -38px; }
    .about-course-block {padding: 25px; margin: 0 0 15px;}
    .all-course-block {display: block;}
    .all-course-block .online-offer-top { max-width: 100%; width: auto; }
    .all-course-block .sessions-details ul { display: block; }
    .all-course-block .sessions-details ul li { width: 100%; padding: 0 0 5px 0; }
    .all-course-block .sessions-details ul li:last-child {padding-bottom: 0;}
    .all-course-top { flex-wrap: wrap; gap: 8px; }
    .all-course-top .detail { width: 100%; }
    .all-course-filter { width: 100%; }
    .course-overview-wrp { padding: 0 0 60px; }
    .pagination-wrp .page-link {font-size: 12px; width: 36px; height: 36px;}
    .pagination-wrp .page-item { padding: 0 5px 0 0; }
    .filter-btn .btn {width: 100%; max-width: 100%; justify-content: center;}
    .filter-title .small-title {font-size: 20px;}
    .course-overview-left .accordion-item { padding: 20px 0; margin: 0; border-bottom: 1px solid rgba(35, 31, 32, 0.2); border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; }
    .filter-title {display: flex; align-items: center; justify-content: space-between; padding: 20px 0; border-bottom: 1px solid rgba(35, 31, 32, 0.2);}
    .course-overview-left { max-width: 100%; width: 100%; z-index: 99; background-color: var(--white); position: fixed; right: -100%; top: 0; bottom: 0; padding: 0 35px 35px; overflow: auto; transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; -ms-transition: 0.5s; -o-transition: 0.5s; }
    .course-overview-left.show {right: 0; height: auto; padding-top:100px;}
    .course-overview-left .accordion-body { padding: 20px 0 0; }
    /* Course Overview Page End */

    /* News Start */
    .news-page-main .main-title { font-size: 32px; margin: 0 0 30px; }
    .news-page-section .news-item { margin: 0 0 15px; height: Calc(100% - 15px); border-radius: 15px; -webkit-border-radius: 15px; -moz-border-radius: 15px; -ms-border-radius: 15px; -o-border-radius: 15px; }
    .news-page-wrp { padding: 0 0 60px; }
    /* News End */

    /* Details Page Start */
    .details-bnr-content { padding: 25px; }
    .details-bnr-img::after { width: 100px; height: 100px; left: auto; right: 0; }
    .details-bnr-content .common-detail {margin: 0 0 15px;}
    .details-bnr-img { margin: 0; }
    .details-bnr-main { border-radius: 15px; -webkit-border-radius: 15px; -moz-border-radius: 15px; -ms-border-radius: 15px; -o-border-radius: 15px; }
    .details-bnr-img img { border-radius: 0 0 15px 15px; -webkit-border-radius: 0 0 15px 15px; -moz-border-radius: 0 0 15px 15px; -ms-border-radius: 0 0 15px 15px; -o-border-radius: 0 0 15px 15px; }

    .workplaces-main h2 {margin: 30px 0 20px;}
    .workplaces-main p { margin: 0 0 18px; }

    .detail-training-space .training-space-img { max-width: 117px; margin: 0; }
    .detail-training-space .training-space-row { padding: 23px 25px; }
    .detail-training-space { padding: 26px 0 30px; }
    
    .faq-wrp { padding: 30px 0 30px; }
    .faq-main {padding: 25px; max-width: 100%; border-radius: 15px;}
    .get-to-know-wrp .faq-main { max-width: 100%; }
    .faq-main .block-title { margin: 0 0 25px; }
    .common-faq .accordion-button {padding: 20px 37px 20px 20px;}
    .common-faq .accordion-item { border-radius: 15px !important; -webkit-border-radius: 15px !important; -moz-border-radius: 15px !important; -ms-border-radius: 15px !important; -o-border-radius: 15px !important; }
    .common-faq .accordion-body { padding: 0 15px 25px; }

    .why-choose-item {padding: 30px;}
    .why-choose-item .common-detail {margin: 0 0 20px;}

    .image-item img {height: 210px;}

    .contact-us-inner { padding: 25px; }
    .contact-us-wrp .block-title { margin: 0 0 20px; }
    .contact-us-main { padding: 15px 15px 1px; border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; -ms-border-radius: 10px; -o-border-radius: 10px; }
    
    .your-story-content {margin: 0 0 30px;}
    .get-to-know-wrp .your-story-content {margin: 30px 0 0;}
    .details-content {padding: 30px 0 40px;}
    /* Details Page End */

    /* Course Details Page Start */
    .course-detail-right { margin: 0 0 55px; } 
    .modern-course-detail-wrp { padding: 25px; border-radius: 0 0 15px 15px; -webkit-border-radius: 0 0 15px 15px; -moz-border-radius: 0 0 15px 15px; -ms-border-radius: 0 0 15px 15px; -o-border-radius: 0 0 15px 15px; }
    .modern-standard-inner { padding: 25px; }
    .student-experiences-wrp { padding: 25px; border-radius: 15px; -webkit-border-radius: 15px; -moz-border-radius: 15px; -ms-border-radius: 15px; -o-border-radius: 15px; }
    .course-detail-main .row {flex-direction: column-reverse;}
    .modern-standard-img img { height: 160px; border-radius: 15px 15px 0 0; -webkit-border-radius: 15px 15px 0 0; -moz-border-radius: 15px 15px 0 0; -ms-border-radius: 15px 15px 0 0; -o-border-radius: 15px 15px 0 0; }
    .student-experiences-block { border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; -ms-border-radius: 10px; -o-border-radius: 10px; }
    .modern-course-detail-wrp .block-title { font-size: 22px; margin: 0 0 10px;}
    .modern-course-detail-wrp .tags { margin: 0 0 10px; }
    .modern-course-detail-wrp .basic-details { margin: 0 0 25px; }
    .course-detail-right .course-overview-left {position: relative; right: 0; background-color: transparent; padding: 0; }
    .course-detail-right .course-overview-left .accordion-item { padding: 20px; margin: 0 0 5px; border: none; border-radius: 15px; -webkit-border-radius: 15px; -moz-border-radius: 15px; -ms-border-radius: 15px; -o-border-radius: 15px; }
    .modern-standard-wrp { border-radius: 15px; -webkit-border-radius: 15px; -moz-border-radius: 15px; -ms-border-radius: 15px; -o-border-radius: 15px; }
    .modern-standard-details h3 {font-size: 16px; letter-spacing: -0.32px;}
    .modern-standard-inner .main-title {font-size: 32px; letter-spacing: -0.64px;}
    .modern-standard-details img { margin: 5px 0 0 0; }
    .student-experiences-wrp .block-title { margin: 0 0 20px; }
    .course-detail-left .docent-wrp { padding: 25px; margin: 0 0 15px; background-color: var(--white); border-radius: 15px; -webkit-border-radius: 15px; -moz-border-radius: 15px; -ms-border-radius: 15px; -o-border-radius: 15px; }
    .course-detail-left .docent-wrp .main-title {margin: 0 0 25px;}
    .course-detail-left { margin: 0; }
    .breadcrumb-wrp .breadcrumb-item:first-child a {margin-top: -2px;}
    .sign-in-btn .btn {font-size: 15px; line-height: 20px; padding: 12px 25px;}
    .docent-wrp .basic-details .detail {font-size: 14px;}
    .course-detail-wrp { padding: 0 0 30px; }
    /* Course Details Page End */

    /* 404 Page Start */
    .error-page-main h1 {font-size: 150px;}
    .error-page-main {padding: 0 0 50px;}
    .error-page-main::after {width: 180px; height: 180px;}
    .error-page-main h4 {font-size: 21px;}
    /* 404 Page End */

    /* Footer Start */
    .footer-logo {max-width: 93px; margin: 0 0 30px;}
    .footer-address-block {margin: 0 0 15px;}
    .footer-address-wrp .row>*:last-child .footer-address-block {margin-bottom: 0;}
    .footer-right {margin: 60px 0 0;}
    .footer-address-wrp {margin: 0 0 30px;}
    .newsletter-block:last-child { margin: 30px 0 0; }
    .footer-links-block .detail {margin: 0 0 10px;}
    .footer-links-block ul li {font-size: 13px; padding: 0 0 7px;}
    .footer-top { padding: 60px 0 25px; }
    .footer-bottom-inner {display: block;}
    .footer-bottom-wrp {padding: 11px 0;}
    .footer-links-block:last-child { padding-bottom: 35px; }
    .newsletter-block .btn span {display: none;}
    .newsletter-block .btn { flex: 0 0 auto; max-width: unset; justify-content: center; width: 41px; height: 41px; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; }
    .newsletter-block .btn-orange::after {margin: 0;}
    .footer-bottom-inner {padding-left: 0;}
    .footer-address-block .detail p {font-size: 13px;}
    .newsletter-block .detail {font-size: 13px;}
    /* Footer End */

    /*checkout page*/
    .checkout-row { flex-direction: column; }
    .checkout-row .checkout-left, .checkout-row .checkout-right { max-width: 100%; }
    .checkout-main .checkout-block .block-title { margin-bottom: 20px; font-size: 22px; line-height: 22px; } 
    .checkout-right  , .checkout-main .checkout-block{ border-radius: 15px; -webkit-border-radius: 15px; -moz-border-radius: 15px; -ms-border-radius: 15px; -o-border-radius: 15px; } 
    .total-amount { border-radius: 10px; padding: 15px; -webkit-border-radius: 10px; -moz-border-radius: 10px; -ms-border-radius: 10px; -o-border-radius: 10px; } 
    .checkout-main .checkout-block .form-control { color: var(--black); font-size: 14px; } 
    .form-icon { height: 18px; width: 18px; } 
    .city-pass { margin-top: 20px; } 
    .note p { font-size: 12px; line-height: 150%; }
    .flag-option img { margin-right: 4px; }
    /*checkout page*/

    .your-story-img { max-width: 100%; margin-bottom: 25px; }
}

/*---------- Small Mobile , IPhone Start ----------*/

/*=== Screen Size = 240, 320, 360, 480, 568 ===*/
@media (min-width: 576px) and (max-width: 767px) {
    /* Home Page Start */
    .experiences-slider .slick-list { padding: 0 !important; }
    
    .news-slider .slick-list { padding: 0 !important; }
    /* Home Page End */

    /* Course Details Page Start */
    .modern-standard-img img {height: 250px;}
    /* Course Details Page End */

    .offer-title-left .section-title {max-width: 353px;}
}

@media (max-width: 575px) {
    /*checkout page*/
    .course-total-amount .total-amount-title  , .course-total-amount .total-amount-price{ font-size: 16px; } 
    .total-amount-title { font-size: 13px; line-height: 16px; } 
    .checkout-right .btn { padding: 13px 25px; } 
    .checkout-main .checkout-block label { font-size: 14px; line-height: 14px; left: 6px; height: auto ! important; min-height: auto !important; } .checkout-main .checkout-block .form-control { height: 46px; min-height: 46px; padding: 13px 42px 5px 14px; } 
    .checkout-main .checkout-block .form-floating .form-control:focus + label, .checkout-main .checkout-block .form-floating .form-control:not(:placeholder-shown) + label { top: 13px; left: 13px; padding: 0; } 
    .form-icon { top: 14px; } .datepicker .form-icon { top: 13px; } 
    .note { align-items: flex-start; } 
    #citypass { padding: 8px 42px 5px 14px;}
    .checkout-main .checkout-block select.form-control { padding: 14px 42px 15px 14px; }
    /*checkout page*/

    /*language*/
    .language-block .select2-container { width: 65px !important; }
    .select2-dropdown { width: 55px !important; }
    .select2-container .select2-selection--single .select2-selection__rendered { padding-left: 5px; }
    /*language*/

    /*breadcrumb*/
    .breadcrumb-wrp .breadcrumb > *:nth-child(2) a { font-size: 0; } 
    .breadcrumb-wrp .breadcrumb > *:nth-child(2) a::after { content: "..."; font-size: 16px; }
    /*breadcrumb*/

    .online-all-course {display: flex ; align-items: center; justify-content: space-between;}
    .all-courses { padding-top: 15px;}
}

@media (max-width: 389px) {
    /* Home Page Start */
    .banner-slider { width: 260px; height: 260px; padding: 40px 20px 40px 46px; }
    .banner-right::after { width: 110px; height: 110px; }

    .training-space-img { max-width: 90px; }

    .why-us-slider {left: 3px;}

    .right-course-content::after { width: 110px; height: 110px; margin: -20px 0 0 0;}
    /* Home Page End */

    /* Header Start */
    .header .navbar-brand { max-width: 90px; }
    .header .navbar-toggler { width: 40px; height: 40px; }
    .header .navbar { padding: 0 50px 0 0; }

    .header .navbar-collapse::before {height: 100px;}
    .header .navbar-collapse {padding: 100px 35px 35px;}
    .list-group-wrp::before {height: 170px;}
    .list-group-wrp {padding: 170px 35px 35px;}
    /* Header End */

    /* Course Detail Page Start */
    .modern-standard-inner .main-title {font-size: 28px;}
    /* Course Detail Page End */

    /*checkout page*/
    .checkout-main .checkout-block, .checkout-right { padding: 19px; }
    .checkout-right .btn { padding: 12px 19px; }
    /*checkout page*/


    .online-offer-slider .slick-list { padding: 0 23% 0 0 !important; }
    .faq-main { padding: 20px; }
    .favourite-icon { height: 25px; }
}

@media (max-width: 430px) {
    .modern-course-detail-wrp .main-title,
    .about-course-details .main-title { margin-top: 50px; }
}
