.error-msg-small {
    font-size: 12px;
}

.bg-wizcraft-blue {
    background-color: #006bb2;
}

.hm-advantage-video iframe {
    width: 100%;
    height: 300px;
}

.fashion-about-video iframe {
    height: 300px;
}

.inner {
    flex: 0 0 auto;
}

#course-details-lnks a {
    width: auto;
}

#course-details-lnks .nav-link {
    padding-left: unset;
    padding: 0px 7px;
}

.media-new-lst-img img {
    border-radius: 5px;
}

.main-event-register-div {
    background: #FFFFFF;
    box-shadow: 0px 3px 30px #00000017;
    border-radius: 5px;
    margin: 70px auto 30px auto;
    width: 90%;
}

.event-register {
    background: unset;
    box-shadow: unset;
    border-radius: unset;
    margin: unset;
    width: unset;
    padding: 30px;
}

.no-result-found-big-txt {
    font-size: 30px;
    color: #C4C0C0;
    font-weight: bold;
}

.no-result-found-small-txt {
    font-size: 20px;
    color: #C4C0C0;
    /* font-weight: 300; */
}

.hm-advantage-txt li strong { 
    font-size:14px; 
    font-weight:900;
    color: #005798;
}

.about-txt strong {
    font-size:14px; 
    font-weight:900;
    color: #005798;
}

.coupon-btn {
    background: transparent;
    border: 1px solid #006DB5;
    border-radius: 3px;
    color: #006DB5;
    padding: 10px 30px;
}

.registration-nav {
    margin-top: 30px;
}

.registration-nav.nav-tabs .nav-link {
    border-radius: 0px;
    border: none;
    color: #A8A6A6;
    font-size: 14px;
    transition: .2s;
    background-color: #EFF2F0;
    padding: 15px 50px;
}

.registration-nav.nav-tabs .nav-link.active {
    border: none;
    color: #FFFFFF;
    transition: .2s;
    background-color: #005798;
}

.input-group-text-custom {
    padding: 0px;
    border: unset;
    background-color: #FFFFFF;
    border-bottom: 1px solid rgba(112, 112, 112, 0.5);
}

.registration-discounted-price {
    font-weight: 400;
}

.remove-coupon-btn {
    font-size: 12px;
    display: block;
    text-align: right;
    cursor: pointer;
}

.valuable-partnerships-div img {
    width: 75%;
    margin: auto;
    margin-top: 15px;
}

.valuable-partnerships-div {
    text-align: center;
}

.course-item {
    display: inline-block;
    width: 250px;
    margin-right: 21px;
    background: #FFFFFF;
    box-shadow: 0px 3px 16px #00000017;
    border-radius: 6px;
    white-space: initial;
    padding: 12px;
    vertical-align: top;
    min-height: 410px;
    position: relative;
}

/*#posts {
    overflow-y: visible;
    overflow-x: auto;
    white-space: nowrap;
    vertical-align: text-top;
    margin: 0;
    padding: 16px 0px 16px 16px;
    clear: both;
}*/

.course-nm img {
    width: 100%;
    border-radius: 6px;
}

.course-nm h3 {
    padding: 12px 0px;
}

.course-dtls {
    margin: auto;
    width: 100%;
    padding: 0px
}

.course-time {
    float: left;
    width: 60%;
    text-align: left;
    font-size: 12px;
    font-weight: bold;
    color: #000;
}

.course-time i.far.fa-clock {
    color: #006DB5;
    font-style: normal;
}

.course-price {
    float: right;
    width: 40%;
    text-align: right;
    font-size: 14px;
    font-weight: bold;
    color: #000;
}

.course-price i.fa.fa-rupee-sign {
    color: #006DB5;
    font-style: normal;
}

.clr {
    clear: both;
}

.course-txt-desc {
    font-size: 14px;
    font-weight: normal;
    color: #000;
    padding: 12px 0px;
    min-height: 90px;
}

.color1 {
    display: block;
    text-decoration: none;
    background: #FFFFFF;
    box-shadow: 0px 3px 17px #00000024;
    border-radius: 3px;
    padding: 9px 25px;
    color: #000;
    margin-top: 12px;
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
}

.course-nm h3 {
    font-size: 14px;
    color: #000;
    font-weight: 900;
    line-height: 25px;
    padding: 12px 0px;
    margin-bottom: 0;
    min-height: 75px;
}

.faq-bx {
    padding: 21px 0px;
}

.faq-bx a {
    display: block;
    color: #000;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    position: relative;
    padding: 16px;
    box-shadow: 0px 3px 16px #0000001C;
    margin-bottom: 16px;
}

.broucher-modal .modal-title {
    color: #005798;
}

.show {
    display: block;
}

.faqs-txt {
    margin: auto;
    font-size: 12px;
    font-weight: normal;
    color: #000;
    line-height: 25px;
}

.faqs-txt p {
    margin-bottom: 0px;
}

.faq-bx a[aria-expanded="true"]:after {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-size: 14px;
    content: "\f106";
    color: #000;
    position: absolute;
    right: 16px;
    top: 18px;
}

.faq-bx a[aria-expanded="false"]:after {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-size: 16px;
    content: "\f107";
    color: #000;
    position: absolute;
    right: 16px;
    top: 18px;
}

.faq-banner-cnt {
    position: absolute;
    top: 200px;
    width: 100%;
    z-index: 1;
}

.faq-banner-txt {
    font-family: 'Lato', sans-serif;
    padding-top: 70px;
}

.faq-banner-txt h2 {
    font-weight: normal;
    font-size: 30px;
    line-height: 30px;
    color: #FFF;
}

.faq-banner-txt h1 {
    font-weight: 900;
    color: #FFF;
    font-size: 50px;
}

.faq-banner-txt span {
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    color: #FFF;
    display: block;
    padding-bottom: 30px;
}

.faq-banner-txt::after {
    background-size: cover;
    position: absolute;
    content: '';
    top: 30px;
    height: 300px;
    width: 100%;
    z-index: -1;
    left: 0;
    filter: blur(50px);
    background: url(../../../../assets/dist/img/user-images/about-blur.png) center center no-repeat;
}

.curriculum-txt {
    margin-top: 25px;
}

.new-course-registration-price-calculation {
    background: #F2F2F2;
    padding: 20px;
}

.registration-price {
    color: #0465AA;
    font-size: 14px;
    font-weight: bold;
}

.percentage {
    font-size: 12px;
}

.grand-total-price {
    font-weight: 900;
}

.certificate2-txt p {
    margin-bottom: 0;
}

.dtp .dtp-close {
    top: 0.6em !important;
}

.dtp-btn-cancel {
    border: 1px solid #9e9e9e;
    margin-right: 10px;
    padding: 5px 10px;
    font-size: 12px;
}

.dtp-btn-ok, .dtp-btn-ok:hover, .dtp-btn-ok:focus, .dtp-btn-ok:active, .dtp-btn-ok.active {
    background: #005799;
    border: 1px solid #005799;
    padding: 5px 30px;
    font-size: 12px;
    color: #FFFFFF;
}

.banner-info-h2 {
    font-weight: 400;
    font-size: 14px;
    line-height: 34px;
    color: #FFF;
    display: block;
    padding-bottom: 7px;
}

.faq-banner img {
    width: 100%;
}

.media-list-heading {
    text-decoration: none !important;
}

.h1-1 {
    font-size: 70px !important;
}

.h2-1 {
    font-size: 25px !important;
}

.course-short-description {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
}

.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: none;
    background-color:rgba(6, 109, 181, 1);
    color:#FFF;
    z-index: 999;
}

.contact-bx-main {
    background: #FFFFFF;
    box-shadow: 0px 3px 70px #00000016;
    border-radius: 3px;
    width: 90%;
    margin: auto;
}

#curriculum-collapse-h3[aria-expanded="true"] .fa {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: .2s ease-in-out;
}

#curriculum-collapse-h3[aria-expanded="false"] .fa {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: .2s ease-in-out;
}

.col-carriculum {
    width: 85%;
    display: inline-block;
}

.col-carriculum-fa {
    width: 5%;
    display: inline-block;
}

.milestone-year {
    font-size: 15px;
    color: #FFFFFF;
    font-weight: 600;
    margin-bottom: 0px;
}

.milestone-description {
    display: block;
    font-size: 13px;
    color: #FFFFFF;
    font-weight: normal;
}

.milestone-year-1 {
    padding: 8px 12px;
    background-image: linear-gradient(101deg, #F36357, #FBB252);
}

.milestone-year-2 {
    margin-top: 12px;
    padding: 8px 12px;
    background-image: linear-gradient(100deg, #EF4E70, #D15790);
}

.milestone-year-3 {
    margin-top: 12px;
    padding: 8px 12px;
    background-image: linear-gradient(122deg, #753F97, #D72C90);
}

.milestone-year-4 {
    margin-top: 12px;
    padding: 8px 12px;
    background-image: linear-gradient(123deg, #309AAA, #1A9DD5);
}

.milestone-year-5 {
    margin-top: 12px;
    padding: 8px 12px;
    background-image: linear-gradient(124deg, #1A733D, #7BBE4C);
}

.faculty-name-h3 {
    line-height: normal !important;
}

.univ-contact-us-hm-lft {
    width: 41%;
}

.univ-contact-us-hm-rgt {
    width: 57%;
}

.univ-contact-us-hm-rgt h3 {
    font-size: 11px;
}

.univ-contact-us-span {
    display: block;
    text-align: center;
    margin-bottom: 20px;
}

.univ-contact-us-span, .univ-contact-us-span a {
    color: #000000;
    font-size: 14px;
}

.page-navigation, .page-navigation-a {
    margin-top: 15px;
    color: #ababab;
    font-weight: 500;
    font-size: 12px;
}

.page-navigation-a:hover {
    color: #ababab;
}

.thank-you-bx-main {
    width: 100%;
    margin-top: -350px;
}

.thank-you-txt-h1 {
    margin-top: 20px;
    color: #005798;
    font-size: 40px;
    font-weight: bold;
}

.thank-you-small-txt {
    margin-top: 30px;
    color: #5D5F61;
    font-size: 15px;
    font-weight: normal;
}

.contact-back-btn, .contact-back-btn:hover {
    background: #0987C6;
    border-radius: 5px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    border: 0;
    display: block;
    padding: 16px 50px;
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 15px;
    text-decoration: none;
}

@media only screen and (max-width: 400px) {
  .events-masters-hd {
    padding: 0px 0px 16px 0px;
  }

  #posts1 .post1 {
    width: 160px;
  }

  .faculty-nm {
    padding: 10px 10px 7px 10px;
  }

  .faculty-bx {
    padding: 10px;
    padding-top: 0px;
  }

  .faculty-des {
    font-size: 11px;
  }

  .faculty-nm {
    font-size: 13px;
  }

  .page-navigation {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 360px) {
    .enrol-bx {
        background-size: contain;
        width: 100%;
    }
}
.banner-info-second {
    font-weight: bold;
    font-size: 16px;
}

.course-details-main-heading {
    font-weight: 900;
    font-size: 50px;
    line-height: 70px;
    margin-bottom: 21px;
}

.txt-best-event-mgmt-span a {
    text-decoration: underline;
    color: #969696;
}

.faq-answers-link {
    text-decoration: underline;
}

.certificate2-txt a, .certificate2-txt a:hover {
    color: #000;
    text-decoration: underline;
}

.blink {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}