/*==/ COMMON CSS /==*/
.pt-100, .py-100{
    padding-top: 100px;
}
.pb-100, .py-100{
    padding-bottom: 100px;
}
.mt-100, .my-100{
    padding-top: 100px;
}
.mb-100, .my-100{
    padding-bottom: 100px;
}

/*==/ SECTION TITLE /==*/
.course-sec-title{
    font-size: 35px;
    line-height: 45px;
    color: #000000;
    font-weight: 300;
    font-family: "Nunito Sans";
}
.course-sec-title strong{
    display: block;
    color: var(--orange);
    font-weight: 800;
}

.city-label {
    display: inline-block;
}
.city-label a span{
    width: auto;
    display: inline-block;
    padding: 00px 10px;
    margin: 4px;
    border: 1px solid #f58200;
    border-radius: 4px;
    font-size: 14px;
    text-transform: capitalize;
    color: #000;
}
.banner-content .desc {
    font-weight: 500;
    font-size: 25px;
}

.upcoming-certified-sec.location-changes{
    padding: 25px 0;
    background: #fff;
}
.upcoming-certified-sec.location-changes h3{
    font-size: 20px;
    line-height: 24px;
    margin: 0;
    text-align: left;

}
.drop-query-sec {
    padding-top: 80px !important;
}
.upcoming-certified-sec.location-changes h3 strong{
    font-size: 20px;
    line-height: 24px;
    margin: 0;
    text-align: left;
    font-weight:700 ;
    padding-bottom: 12px;
}

.upcoming-certified-sec.location-changes .city-label{
    margin-top: 4px;
    width: auto !important;
}

/*==============================
            BANNER
==============================*/
.course-banner{
    position: relative;
    width: 100%;
    padding: 1vw;
    background-image: url(../images/course/course-banner-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    min-height: 500px;
}
.course-banner-row{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.course-banner .col-xl-12.col-lg-12 iframe{
    width: 40% !important;
    max-width: 100% !important;
    height: 350px !important;
}

.course-banner .col-xl-6.col-lg-6.col-md-6.col-12 iframe{
    width: 86% !important;
    max-width: 100% !important;
    height: 380px !important;
}
.banner-course-name{
    font-size: 3.125vw; /*50px*/
    /*line-height: 4.6875vw;*/ /*75px*/
    color: #ffffff;
    font-weight: 700;
    font-family: "Nunito Sans";
    /*padding-left: 3vw;*/
}
.banner-course-name span{
    display: block;
    color: #000;
}
.banner-icon{
    width: 23vw;
}
.banner-girl-img{
    width: 25vw;
    margin-left: 10vw;
}
/*==============================
        DROP QUERY SECTION
==============================*/

.drop-query-sec .content-simple{
    width: 100%;
    display: block;
    position: relative;

}
.drop-query-sec .content-simple{
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 40px;
}

.drop-query-sec.csm-page .course-video-sec{
    width: 100%;
    display: inline-block;

}

.drop-query-sec.csm-page .course-video-sec iframe{
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

.drop-query-sec.csm-page .course-video-sec .player{
    max-width: 100% !important;
}
.drop-query-sec.csm-page .course-video-sec button{
    width: auto;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    font-size: 16px;
    padding: 10px 25px;
}

.rating-row {
    max-width: 420px;
    margin: 30px 0 60px 0;
}
.rating-row .col{
    padding: 0;
}
.rating-row .stars{
    color: var(--orange);
}
.rating-row p{
    font-size: 15px;
    line-height: 24px;
    color: var(--black);
    font-weight: 600;
    font-family: "Nunito Sans";
    text-align: left;
    margin-bottom: 0;
    padding-top: 6px;
}
.rating-row span{
    color: var(--orange);
    font-weight: 700;
}
.drop-query-sec .description p{
    font-size: 18px;
    line-height: 24px;
    color: var(--black);
    font-weight: 600;
    text-align: justify;
}
.drop-query-sec .description p strong{
    font-weight: 600;
}
.drop-query-sec .description ul {
    margin: 0;
    padding-left: 19px;
}
.drop-query-sec .description ul li{
    font-size: 15px;
    line-height: 24px;
    color: var(--black);
    font-weight: 600;
    margin-bottom: 10px;
}
.drop-query-sec .description ul li:last-child{
    margin-bottom: 0;
}

.main-icon-text-caption .icon-text {
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    font-weight: 700;
    font-family: "Nunito Sans";
    margin-bottom: 0;
    display: flex;
    align-items: center;
}
.main-icon-text-caption .icon-text span{
    display: table;
    flex: 1;
    flex-grow: 1;
}
.main-icon-text-caption .icon-text img{
    margin-right: 5px;
}
.main-icon-text-caption{
    display: flex;
}

/*==============================
   Course Curriculum section
==============================*/

.curriculum-course-sec {
    position: relative;
    background-color: var(--lightPurple);
}

.curriculum-course-sec .title {
    border-bottom: solid 2px #f58200;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.curriculum-course-sec .title h2{
    font-size: 32px;
    font-weight: bold;
    color: var(--orange);
    line-height: 36px;

}

.curriculum-course-sec .course-c{
    padding-top: 20px;
}
.overview-inner {
    width: 100%;
    display: inline-block;
    position: relative;
}

.overview-inner p{
    font-size: 15px !important;
    margin: 0 0 20px 0 !important;
    color: #000000;
    line-height: 1.9em;
}
.overview-inner p span{
    font-weight: 800;

}


.overview-inner ul{
    margin-bottom: 10px;
}
.overview-inner ul li{
    font-size: 15px;
    margin: 0 0 10px 0;
    color: #000000;
    line-height: 1.5em;
    list-style: disc;
}

.curriculum-course-sec .accordion-inner{
    width: 100%;
    display: inline-block;
}
.curriculum-course-sec .accordion-inner ul{
    width: 100%;
    margin-bottom: 0;
    position: relative;
    padding: 0;
}
.curriculum-course-sec .accordion-inner ul li{
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
    padding-left: 10px;
    position: relative;
}
.curriculum-course-sec .accordion-inner ul li:after{
    content: "";
    width: 1px;
    display: inline-block;
    background:var(--orange);
    position: absolute;
    left: 12px;
    top: 0;
    bottom: 15px;
    height: 100%;
}
.curriculum-course-sec .accordion-inner ul li:first-child:after{
    top: 12px;
    /*height: 0;*/
}
.curriculum-course-sec .accordion-inner ul li:last-child{
    padding-bottom: 0;
}
.curriculum-course-sec .accordion-inner ul li:last-child:after{
   height: 12px;
}

.curriculum-course-sec .accordion-inner ul li h5{
    margin: 0;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    padding-left: 24px;
    position: relative;
    max-width: 430px;
}
.curriculum-course-sec .accordion-inner ul li h5:before{
    content: "";
    width: 6px;
    height: 6px;
    display: inline-block;
    background: var(--orange);
    position: absolute;
    left: 0;
    top: 5px;
    border-radius: 50%;
    z-index: 1;
}

.curriculum-course-sec .accordion-inner .time-button button{
    border: none;
    outline: none;
    background-color: transparent;
    display: inline-block;
    margin-right: 50px;
    width: 40px;
    height: 30px;
}
.curriculum-course-sec .accordion-inner .time-button button i{
    color: var(--orange);
    font-size: 22px;
    padding-top: 5px;
}

.curriculum-course-sec .accordion-inner .time-button .time{
    font-size: 15px;
    font-weight: 600;
    color: var(--orange);
}

.curriculum-course-sec .accordion-inner .main-modal{
    position: relative;
    background: #272c37;
    border-radius: 10px;

}
.curriculum-course-sec .accordion-inner .modal-dialog{
    max-width: 610px !important;
}
.curriculum-course-sec .accordion-inner .main-modal .btn-close{
    position: absolute;
    top: -40px;
    right: -40px;
    margin-right: 0;
    background-image: none;
    opacity: 1;
}
.curriculum-course-sec .accordion-inner .main-modal .btn-close:after{
    content: "";
    position: absolute;
    width: 2px;
    height: 20px;
    background: #fff;
    opacity: 1;
    left: 50%;
    top: 12px;
    transform: rotate(
            -45deg);
}
.curriculum-course-sec .accordion-inner .main-modal .btn-close:before{
    content: "";
    position: absolute;
    width: 2px;
    height: 20px;
    background: #fff;
    opacity: 1;
    left: 50%;
    top: 12px;
    transform: rotate(
            45deg);
}

/*==============================
   UPCOMING CERTIFIED SECTION
==============================*/
.upcoming-certified-sec {
    position: relative;
    background-color: var(--lightPurple);
}
.upcoming-certified-sec .table-responsive{
    position: relative;
    max-height: 500px;
    border-radius: 3px;
    overflow: auto;
    filter: drop-shadow(5.5px 9.526px 5.5px rgba(193,199,199,0.75));
}
.upcoming-certified-sec .table{
    background-color: #eceae7;
    margin-bottom: 0;
}
.upcoming-certified-sec .table thead{
    position: sticky;
    top: -1px;
    z-index: 180;
}
.upcoming-certified-sec .table thead th {
    background-color: var(--orange);
    color: #FFF;
    padding: 8px 0;
}

.upcoming-certified-sec .table td {
    font-size: 14px;
    color: #000000;
    font-weight: 700;
    font-family: "Nunito Sans";
    padding-top: 20px;
}
.upcoming-certified-sec .table td.close-icon{
    text-align: right;
}
.upcoming-certified-sec .table td .date span{
    display: block;
    color: #7a7676;
    font-weight: 400;
    font-size: 13px;
    margin-bottom: 10px;
}
.upcoming-certified-sec .table .txt-orange {
    color: var(--orange);
    display: block;
    font-weight: 400;
}
.upcoming-certified-sec .table .price {
    display: block;
}
.upcoming-certified-sec .table s.price {
    font-weight: 600;
}
.trainer-details{
    display: flex;
}
.trainer-details .trainer-img {
    width: 100px;
    height: 100px;
    border-radius: 3px;
    background-color: var(--cardBG);
    overflow: hidden;
}
.trainer-details .trainer-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.trainer-details .content {
    flex: 1;
    padding-left: 15px;
}
.trainer-details .content p{
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
}
.upcoming-certified-sec .table-responsive::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.upcoming-certified-sec .table-responsive::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}

.upcoming-certified-sec .table-responsive::-webkit-scrollbar-thumb {
    background-color: var(--orange);
    border-radius: 5px;
}

/*==============================
    INDUSTRIAL SCRUM SECTION
==============================*/
.industrial-scrum-sec .description{
    font-size: 15px;
    line-height: 24px;
    color: var(--black);
    font-weight: 600;
    font-family: "Nunito Sans";
    text-align: justify;
}
.industrial-scrum-sec .description p,
.industrial-scrum-sec .description ul li{
    font-size: 15px;
    line-height: 24px;
    color: var(--black);
    font-weight: 600;
    font-family: "Nunito Sans";
    text-align: justify;
}
.industrial-scrum-sec .description p:last-child,
.industrial-scrum-sec .description ul li{
    margin-bottom: 0;
}
.industrial-scrum-sec .description ul{
    padding-left: 19px;
}

.triangle-img.left {
    position: relative;
    display: table;
    margin: auto;
    padding-left: 6%;
    padding-bottom: 6%;
}
.triangle-img.left:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--orange);
    clip-path: polygon(0 0%, 0% 100%, 90% 100%);
    z-index: -1;
}
.triangle-img.left:after {
    content: '';
    width: 60%;
    height: 60%;
    border: 2px solid var(--orange);
    border-top: 0;
    border-right: 0;
    position: absolute;
    top: -100px;
    /*right: -88px;*/
    right: -4.5vw;
    z-index: -1;
}
/*==============================
    REQUIREMENTS SECTION
==============================*/
.requirements-sec{
    position: relative;
    padding: 80px 0;
    background-image: url(../images/course/requirements-bg.jpg);
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
}
.requirements-sec .course-sec-title {
    color: #FFF;
}
.requirements-sec .discription{
    font-size: 17px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 400;
    margin-top: 30px;
}

/*==============================
    SCRUM & CERTIFIED SECTION
==============================*/
.triangle-img.right {
    position: relative;
    display: table;
    margin: auto;
    padding-right: 6%;
    padding-bottom: 6%;
}
.triangle-img.right:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--orange);
    clip-path: polygon(100% 0%, 100% 100%, 10% 100%);
    z-index: -1;
}
.triangle-img.right:after {
    content: '';
    width: 60%;
    height: 60%;
    border: 2px solid var(--orange);
    border-top: 0;
    border-left: 0;
    position: absolute;
    top: -100px;
    /*left: -88px;*/
    left: -4.5vw;
    z-index: -1;
}
/*==============================
    CURRICULUM & FAQs SECTION
==============================*/
.curriculum-faqs-sec{

}
.course-curriculum-col{
    position: relative;
    padding: 80px 0;
    background-color: #FFF;
}
.general-faqs-col{
    position: relative;
    padding: 80px 0;
    background-image: url(../images/course/curriculum-faqs-bg.jpg);
    background-attachment: fixed;
    background-position: center left;
    background-size: cover;
}
.curriculum-faqs-sec .accordion-body ul{
    padding-left: 19px;
}
.curriculum-faqs-sec .accordion-body ul li{
    font-weight: 400;
}
.general-faqs-col *{
    color: #fff !important;
}
.general-faqs-col .accordion ul li{
    color: #fff !important;
}
#curriculumAccordion .accordion-body ul li{
    margin-bottom: 10px;
}

/*==============================
        WHY US SECTION
==============================*/
.whyUs-sec{
    position: relative;
    background-color: var(--lightPurple);
}
.certificate-wrap {
    position: relative;
    display: table;
    margin-left: auto;
    padding-right: 100px;
    z-index: 154;
}
.certificate-wrap:before{
    content: '';
    width: 60%;
    height: 80%;
    border: 2px solid var(--orange);
    border-top: 0;
    border-right: 0;
    position: absolute;
    top: -100px;
    right: 0;
    z-index: -1;
}
.whyUs-content .radio-list p,
.whyUs-content .radio-list ul li{
    font-size: 15px;
    line-height: 24px;
    text-align: justify;
}
.whyUs-content .radio-list p, .whyUs-content .radio-list ul li strong {
    font-weight: 600;
}
/*==============================
      COURSE DETAIL SECTION
==============================*/
.course-detail-sec{
    position: relative;
}
.cd-tab-col{
    position: relative;
    padding: 80px 0;
    background-color: var(--orange);
}
.cd-box-col {
    position: relative;
    padding: 80px 0;
    background-image: url(../images/course/curriculum-faqs-bg.jpg);
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
}

.general-faqs-col .nav{
    background-color: #000;
    border-radius: .25rem;
    margin-bottom: 25px;
}
.general-faqs-col .description{
    padding-bottom: 15px;
    font-weight: 600;
}
.general-faqs-col .nav .nav-item {
    width: 50%;
}
.general-faqs-col .nav .nav-link{
    font-size: 18px;
    line-height: 24px;
    /*color: var(--orange);*/
    font-weight: 600;
    background-color: var(--black);
    color: #FFF;
    padding:15px;
}
.general-faqs-col .nav .nav-link.active{
    color: #FFF;
    background: var(--orange);
}

.course-detail-sec .nav{
    background-color: #FFF;
    border-radius: .25rem;
}
.course-detail-sec .nav .nav-item {
    width: 50%;
}
.course-detail-sec .nav .nav-link{
    font-size: 18px;
    line-height: 24px;
    color: var(--orange);
    font-weight: 600;
}
.course-detail-sec .nav .nav-link.active{
    color: #FFF;
    background-color: var(--black);
}
.course-detail-sec .radio-list p,
.course-detail-sec .radio-list ul li{
    color: #fff;
}
.cd-box-row {
    display: flex;
    flex-wrap: wrap;
    gap: 3.125vw; /*50vw*/
    justify-content: center;
}
.cd-box-row .cd-box {
    width: 12.5vw; /*200px*/
    height: 12.5vw; /*200px*/
    border-radius: 6px;
    background-color: rgba(255,255,255,0.8);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: .3s;
}
.cd-box-row .cd-box.orange{
    background-color: rgba(245,129,0,0.8);
}
.cd-box-row .cd-box h5{
    font-size: 1.25vw; /*20px*/
    line-height: 1.5vw; /*24px*/
    color: var(--black);
    font-weight: 600;
    font-family: "Nunito Sans";
    text-align: center;
    margin-top: 0.625vw; /*10px*/
    text-align: center;
    margin-bottom: 0;
}
.cd-box-row .cd-box h5 span{
    display: block;
    color: var(--orange);
    text-align: center;
}
.cd-box-row .cd-box.orange h5 span{
    display: block;
    color: #FFF;
}
.cd-box-row .cd-box:hover{
    transform: scale(1.1);
}
.cd-box-row .cd-box img{
    width: 4.375vw; /*70px*/
}
.cd-box-row .cd-box img,
.cd-box-row .cd-box h5{
    transition: 0.5s;
}
.cd-box-row .cd-box:hover img{
    transform: translateY(-5px);
}
.cd-box-row .cd-box:hover h5{
    transform: translateY(5px)
}
/*==============================
      Pages SECTION
==============================*/
.section-title {
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 80px;
}
.buttonDownload {
    display: inline-block;
    position: relative;
    padding: 10px 25px;
    color: #000;
    text-decoration: none;
    font-size: 0.9em;
    text-align: center;
    text-indent: 15px;
    border: 2px solid #000;
    margin-top: 25px;
}

.buttonDownload:hover {
    background-color: transparent;
    color: #f7631b;
    border: 2px solid #f7631b;
}

.buttonDownload:before, .buttonDownload:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 15px;
    top: 52%;
    color: inherit;
}
.course-details .course-trainer .trainer-title {
    width: 100%;
    display: inline-block;
}
.course-details .course-trainer .trainer-title span {
    font-size: 16px;
    line-height: 24px;
    display: inline-block;
    float: left;
}
.course-details .course-trainer .trainer-title span strong {
    color: #EF8A06;
}

.buttonDownload:before {
    width: 15px;
    height: 2px;
    border-style: solid;
    border-width: 0 2px 2px;
}

.buttonDownload:after {
    width: 0;
    height: 0;
    margin-left: 3px;
    margin-top: -7px;
    border-style: solid;
    border-width: 4px 4px 0 4px;
    border-color: transparent;
    border-top-color: inherit;
    animation: downloadArrow 2s linear infinite;
    animation-play-state: paused;
}

.buttonDownload:hover:after {
    animation-play-state: running;
}
@keyframes downloadArrow {
    /* 0% and 0.001% keyframes used as a hackish way of having the button frozen on a nice looking frame by default */
    0% {
        margin-top: -7px;
        opacity: 1;
    }
    0.001% {
        margin-top: -15px;
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        margin-top: 0;
        opacity: 0;
    }
}
#userModelForm .modal-header {
    background: #fa9007;
    padding: 15px 20px;
    color: #fff;
}
.modal-body-request {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
    height: 100%;
}
.modal-body-request .input-group-text{
    padding: .6rem .75rem;
}
.btn-orange {
    position: relative;
    color: #fff !important;
    background-color: #fa9007;
    padding: 6px 25px;
    font-weight: bold;
}
.btn-orange a {
    color: #fff !important;
}
.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
}
button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
}
 /*   transform: translateY(5px);
}*/

/*==============================
      SURVEY FORM SECTION
==============================*/
.survey-sec{
    position: relative;
    padding: 50px 0;
}
.survey-sec h1{
    text-align: center;
    margin-bottom: 50px;
    font-weight: 900;
    text-transform: uppercase;
}
.survey-container{
    position: relative;
    padding: 30px;
    background-color: var(--cardBG);
    border-radius: 5px;
    max-width: 991px;
    margin: auto;
    -webkit-filter: drop-shadow(5.5px 9.526px 5.5px rgba(177,181,181,0.75));
    filter: drop-shadow(5.5px 9.526px 5.5px rgba(177,181,181,0.75));
}
.survey-form h3 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    color: var(--black);
    margin-bottom: 10px;
}
.survey-form .form-group{
    margin-bottom: 30px;
}
.survey-form .form-group:last-child{
    margin-bottom: 0;
}
.survey-form .btn-group{
    width: 100%;
}
.survey-form .btn-group .btn {
    color: var(--black);
    border-color: var(--placeholder);
}
.survey-form .btn-group .btn:hover,
.survey-form .btn-group .btn.active{
    color: #fff;
    background-color: #198754;
    border-color: #198754;
}
.survey-form .btn-orange {
    font-size: 20px;
    padding-left: 40px;
    padding-right: 40px;
    letter-spacing: 1px;
}

.paymeny.card img{
    height: 215px;
    object-fit: cover;
    width: 100%;

}
.paymeny.card .card-body a{
    font-size: 18px;
    color: var(--orange);
    font-weight: 700;
    font-family: "Nunito Sans";
    line-height: 26px;
}


/*----------------*/
.row.main-card.inner-box {
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    box-shadow: 0 0 5px 0 #c5c5c5;
    -webkit-box-shadow: 0 0 5px 0 #c5c5c5;
    padding: 15px 10px;
    margin-top: 15px;
}
.course-details {
    width: 100%;
    display: inline-block;
}
.course-details .product-caption {
    padding-bottom: 15px;
}
.course-details .product-caption .product-inner {
    display: flex;
    justify-content: start;
    align-items: center;
}
.course-details .product-caption h3 {
    margin: 0;
    font-size: 24px;
    line-height: 28px;
    max-width: calc(80% - 40px);
    padding-right: 20px;
    text-align: left;
    display: flex;
}
.course-details .product-caption h3 a {
    color: #494c57;
    transition: .3s all ease-in-out;
}
.course-details .product-caption a.product-download {
    width: 40px;
    height: 35px;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}
.course-details .product-caption a.product-download i {
    color: #ef8a06;
    font-size: 16px;
}
.course-details .course-info {
    padding-bottom: 10px;
}
.course-details .course-info .course-title {
    display: inline-block;
}
.course-details .course-info .course-title .title-caption {
    align-items: center;
}
.course-details .course-info .course-title h3 {
    margin: 0;
    font-size: 24px;
    line-height: 28px;
    display: flex;
    text-align: left;
}
.course-details .course-info .course-title h3 i {
    padding-right: 10px;
    padding-top: 4px;
}
.course-details .course-info .course-title h3 a {
    color: #494c57;
    transition: .3s all ease-in-out;
    text-align: left;
}
.course-details .course-join {
    /* width: calc(100% + 30px); */
    /* display: flex; */
    /* justify-content: flex-start; */
    /* align-items: center; */
    /* flex-wrap: wrap; */
    /* margin: 0 -15px; */
    /* padding-bottom: 0; */
    align-items: flex-end;
    margin-top: 16px;
}
.course-details .course-join .join-info {
    /* width: calc(100% / 3 - 30px); */
    /* display: flex; */
    /* justify-content: flex-start; */
    /* align-items: center; */
    /* margin: 0 15px 0 15px; */
    border-right: 2px solid #eaeaea;
    box-shadow: 0 0 10px 0 rgb(234 234 234);
    -webkit-box-shadow: 0 0 10px 0 rgb(234 234 234);
    padding: 12px;
    border-radius: 4px;
    margin-bottom: 20px;
}
.course-details .course-join .join-info .inner-join {
    width: 100%;
    display: inline-block;
    text-align: left;
}
.course-details .course-join .join-info .inner-join strong {
    font-size: 14px;
    color: #ef8a06;
    width: 100%;
    padding-bottom: 4px;
    display: inline-block;
}
.course-details .course-join .join-info .inner-join p {
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    padding-bottom: 4px;
}
.course-details .course-join .join-info .inner-join .date-time-caption {
    width: 100%;
    display: inline-block;
}
.course-details .course-join .join-info .inner-join .date-time-caption span {
    width: auto;
    display: inline-block;
    padding-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    position: relative;
}
.course-details .course-join .detail-info:last-child .join-info {
    border: none;
}
.course-details .product-caption .product-inner h3 i{
    padding-right: 10px;
}

.upcoming-certified-sec .table-responsive tr td:last-child span.px-2{
    width: 100%;
    float: left;
    text-align: center;
}
.accordion.accordion-custom .accordion-item table{
    width: 100% !important;
}


/*===================================================
                    Responsive View
===================================================*/
/*1320px*/
@media (max-width: 1440px) {
    .main-icon-text-caption .icon-text{
        font-size: 12px;
        line-height: 17px;
    }

}

/*1320px*/
@media (max-width: 1320px) {
    /*.course-banner{*/
    /*    height: 465px;*/
    /*}*/
    .course-banner .col-lg-6 iframe {
        width: 86% !important;
        max-width: 100% !important;
        height: 310px !important;
    }
    .course-banner .col-xl-12.col-lg-12 iframe {
        width: 50% !important;
        max-width: 100% !important;
        height: 298px !important;
    }

}

/*1199px*/
@media (max-width: 1199px) {
    .container-lg {
        max-width: 100%;
    }
    /*.course-banner {*/
    /*    height: 375px;}*/
    .course-banner .col-lg-6 iframe {
        width: 86% !important;
        max-width: 100% !important;
        height: 240px !important;
    }
    .course-banner .col-lg-6 img {
        height: 230px;
    }
    .course-banner.mobile .col-lg-12 img {
        height: 225px;
    }
    .course-banner .col-lg-12 iframe {
         width: 50% !important;
         max-width: 100% !important;
         height: 240px !important;
     }

}
/*991px*/
@media (max-width: 991px) {
    .pt-100, .py-100 {
        padding-top: 50px;
    }
    .pb-100, .py-100 {
        padding-bottom: 50px;
    }
    .banner-course-name{
        font-size: 5vw;
    }
    .triangle-img.left:after,
    .triangle-img.right:after,
    .certificate-wrap:before{
        top: -50px;
    }
    .cd-box-row .cd-box{
        width: 18vw;
        height: 18vw;
    }
    .cd-tab-col,
    .course-curriculum-col,
    .general-faqs-col{
        padding-top: 50px;
        padding-bottom: 50px;
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
    }
    .course-detail-sec .nav .nav-link{
        font-size: 15px;
        line-height: 22px;
    }
    .cd-box-col{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .cd-box-row .cd-box img {
        width: 6vw;
    }
    .cd-box-row .cd-box h5{
        font-size: 1.8vw;
        line-height: 2.1vw;
        margin-top: 1.5vw;
    }
    .upcoming-certified-sec .table tr th, .upcoming-certified-sec .table tr td {
        white-space: nowrap;
    }

    td.pt-2.close-icon{
        width: 100%;
        float: right;
        text-align: right !important;
        height: 113px;
    }
    td.pt-2.close-icon button{
        width: 50px;
    }
    td.pt-2.close-icon a.btn-orange{
        float: right;
    }
    .course-details .course-join .join-info{
        width:100%;
        margin-bottom: 20px;
        padding: 10px 10px;
    }
    .course-details .course-viewer .course-info{
        text-align: right;
    }
    .course-details .course-join .join-info .inner-join .date-time-caption span{
        font-size: 13px;
    }
    .course-details .course-info .course-title h3{
        font-size: 20px;
    }
    .course-details .product-caption h3{
        font-size: 20px;
    }
    .row.main-card.inner-box{
        padding: 15px 0px;
    }
    /*.course-banner {*/
    /*    height: 290px;}*/
    .course-banner .col-lg-6 iframe {
        width: 100% !important;
        max-width: 100% !important;
        height: 180px !important;
    }
    .course-banner .col-lg-6 img {
        height: 166px;
    }
    .course-banner.mobile .col-lg-12 img {
        width: auto;
        height: 230px;
    }
    .course-banner .col-xl-12.col-lg-12 iframe {
        width: 50% !important;
        max-width: 100% !important;
        height: 195px !important;
    }
    .course-banner .banner-main-row {
        padding-top: 3.25vw;
    }

}

@media screen and (min-width:768px){
    .custom-model-main:before {
        content: "";
        display: inline-block;
        height: auto;
        vertical-align: middle;
        margin-right: -0px;
        height: 100%;
    }
}

/*767px*/
@media (max-width: 767px) {

    .custom-model-inner{margin-top: 45px;}

    .course-sec-title{
        font-size: 28px;
        line-height: 40px;
        text-align: center;
    }
    .industrial-scrum-sec,
    .whyUs-sec {
        overflow: hidden;
    }
    .industrial-scrum-sec .course-sec-title,
    .whyUs-sec .course-sec-title{
        text-align: center;
        margin-top: 30px;
    }
    .triangle-img.left:after{
        width: 100%;
        right: -50%;
        display: none;
    }
    .triangle-img.right:after{
        width: 100%;
        left: -50%;
        display: none;
    }
    .certificate-wrap:before{
        width: 100%;
        height: 60%;
        left: 50%;
        right: 0;
    }
    .requirements-sec{
        padding: 50px 0;
        text-align: center;
    }
    .certificate-wrap{
        padding-right: 0;
        margin: auto;
    }
    .certificate-wrap:before{
        display: none;
    }
    .requirements-sec .discription ul>li{
        text-align: left;
        padding-bottom: 10px;
    }
    .industrial-scrum-sec.scrum-sertified-sec .description ul>li{
         text-align: left;
         padding-bottom: 15px;
     }
    .industrial-scrum-sec.scrum-sertified-sec .description ul>li:last-child{
        padding-bottom: 0;
    }
    .upcoming-certified-sec .container-lg{
        padding: 0 !important;
    }
    .upcoming-certified-sec .table-responsive{
        margin: 0 !important;
    }
    .main-cart-payment{
        margin: 15px 0 10px 0 !important;
    }
    .payment-content-caption h2{
        margin-top: 0 !important;
    }
    .payment-content-caption p:last-child{
        margin-bottom:0 !important;
    }

    .main-cart-payment .cart-main-caption {
        padding: 0;
    }
    .paymeny.card img{
        height: ;
    }
    .course-details .course-info {

        display: inline-block;
        padding-bottom: 15px;
    }
    .course-details.event .course-info {
        padding-bottom: 0;
    }
    .course-details .course-info .course-title {
        width: 100%;
        display: inline-block;
        padding-bottom: 10px;
    }
    .course-details.event .course-title{
        padding-right:0;
    }
    .course-details .course-join .join-info{
        width:100%;
        margin-bottom: 20px;
        padding: 10px;
    }
    .course-details .course-join .join-info .inner-join .date-time-caption span{
        font-size: 14px;
    }
    .course-details .course-info .course-title{
        padding-bottom: 0px;
    }
    .course-details .course-info .course-title .title-caption .text-right{
        text-align: left !important;
        padding-left: 40px;
    }
    .course-details .course-info .course-title h3{
        margin-bottom: 10px;
    }
    .upcoming-certified-sec .course-sec-title {
        font-size: 24px;
        line-height: 36px;
    }
    .upcoming-certified-sec .course-sec-title p{
        font-size: 16px !important;

    }
    /*.course-banner.mobile {*/
    /*    height: 220px;}*/
    .course-banner.mobile .col-lg-12 img {
        width: auto;
        height: 150px;
    }
    .course-banner.mobile .col-lg-12 iframe{
        width: 61% !important;
        max-width: 100% !important;
        height: 160px !important;
    }
    .course-banner.mobile .col-lg-12 img {
        height: 230px;
    }

    }

/*575px*/
@media (max-width: 575px) {

    .pb-100, .py-100 {
        padding-bottom: 30px !important;
        padding-top: 30px !important;
    }
    .cd-box-col{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .cd-tab-col, .course-curriculum-col, .general-faqs-col{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .course-sec-title{
        font-size: 28px;
        line-height: 40px;
        text-align: center;
    }
    .banner-girl-img{
        display: none;
    }
    .banner-course-name {
        font-size: 25px;
        padding-left: 0;
        margin-bottom: 0;
        /*text-align: center;*/
    }
    .course-banner{
        padding: 20px 0;
    }
    .cd-box-row{
        gap: calc(var(--bs-gutter-x) * 1);
    }
    .cd-box-row .cd-box {
        width: 43vw;
        height: 43vw;
    }
    .cd-box-row .cd-box img {
        width: 13vw;
    }
    .cd-box-row .cd-box h5 {
        font-size: 4vw;
        line-height: 5.1vw;
        margin-top: 2.5vw;
    }
    .rating-row {
        margin: 30px 0 30px 0;
    }
    .icon-text{
        font-size: 16px;
    }
    .drop-query-sec .description p{
        font-size: 16px;
    }
    .drop-query-form .btn{
        font-size: 18px;
        font-weight: 600;
    }
    /*.upcoming-certified-sec .table thead {*/
    /*    display: none;*/
    /*}*/
    /*.upcoming-certified-sec .table tr th,*/
    /*.upcoming-certified-sec .table tr td {*/
    /*    white-space: nowrap;*/
    /*    display: block;*/
    /*    text-align: left !important;*/
    /*    padding: 5px 10px;*/
    /*}*/
    /*.upcoming-certified-sec .table tr td:first-child{*/
    /*    padding-top: 10px;*/
    /*}*/
    /*.upcoming-certified-sec .table tr td:last-child{*/
    /*    padding: 10px;*/
    /*}*/

    td.pt-2.trainer-main{
        float: left;
        width: calc(100% - 50px);

    }
    td.pt-2.close-icon{
        width: 100%;
        float: right;
        text-align: right !important;
        height: 113px;
    }
    td.pt-2.close-icon button{
        width: 50px;
    }
    .rating-row p{
        font-size: 14px;
    }
    .course-details .course-info .course-title h3{
        font-size: 18px;
        line-height: 24px;
    }
    .course-details .course-trainer .trainer-title{
        padding-bottom: 0;
    }
    .course-details .course-join .detail-info:last-child .join-info{
        margin-bottom: 20px;
    }
    .course-details .invoice-number .date-text span{
        font-size: 13px;
    }
    .course-details .course-info{
        width: auto;
    }
    .course-details .course-join .join-info{
        margin-bottom: 10px;
    }
    .course-details .product-caption .product-inner{
        display: inline-block;
    }
    .course-details .product-caption h3{
        width: 100%;
        max-width: 100%;
    }
    .course-details .product-caption h3 {
        font-size: 18px;
    }
    .course-details .product-caption a.product-download{
        margin-left: 25px;
    }
    /*.course-banner.mobile {*/
    /*    background-position: center;*/
    /*    height: 156px;*/
    /*    !*background-image: url(../images/course-card-bg.png);*!*/
    /*}*/
    .course-banner.mobile .col-xl-12.col-lg-12 img {
        /*width: 185px;*/
        /*height: 115px;*/
    }
    .course-banner.mobile .col-xl-12.col-lg-12 iframe{
        width: 61% !important;
        max-width: 100% !important;
        height: 120px !important;
    }
    .course-banner-row.banner-content .col-sm-12{
        width: 100%;
    }
    .upcoming-certified-sec.location-changes h3 strong{
        font-size: 18px;}

       .course-banner.mobile .banner-content{
       width: 100%;}


}

/*480px*/
@media (max-width: 480px) {
    .survey-sec {
        padding: 30px 0;
    }
    .survey-sec h1{
        margin-bottom: 30px;
    }
    .survey-container{
        max-width: 95%;
        padding: 30px 20px;
    }
    .survey-form h3{
        font-size: 16px;
        line-height: 22px;
    }
    .survey-form .btn-orange{
        font-size: 18px;
        padding-left: 30px;
        padding-right: 30px;
        letter-spacing: 1px;
    }
    .course-details .product-caption h3 {
        font-size: 17px;
    }
    .course-details .course-info .course-title h3 {
        font-size: 17px;
        line-height: 24px;
    }
    .course-banner.mobile .col-xl-12.col-lg-12 iframe{
        width: 65% !important;
        max-width: 100% !important;
        height: 105px !important;
    }

}

/*420px*/
@media (max-width: 420px) {
    /*.course-banner.mobile{*/
    /*    height: 145px;*/
    /*}*/
    .course-banner.mobile img {
        width: 90px;
        height: auto;
    }
}

/*375px*/
@media (max-width: 375px) {
    .icon-text{
        font-size: 14px;
    }
}
