.course-detail .duration {
width: 25% !important;
min-height: 85px;
padding-right: 5px;
float: left;
border-right: 1px #dfe9f1 solid;
}

.course-detail .duration2 {
width: 25% !important;
min-height: 85px;
padding-right: 15px;
float: left;
padding-left: 5px;
border: 0px solid red;
}

.course-detail .duration.eligible {
width: 25% !important;
padding: 0 5px;
}

img {
max-width: 50%;
height: auto;
}
.countries {
    display: block;
    background: url('images/Sydney.jpg');
    position: relative;
}

.countries:after {
width: 100%;
height: 100%;
display: block;
position: absolute;
top: 0px;
background: #ffffff;
content: "";
opacity: 0.8;
}

.about_slider {
display: block;
background: #ffffff;
position: relative;
}

.about_slider:after {
width: 100%;
height: 100%;
display: block;
position: absolute;
top: 0px;
background: #ffffff;
content: "";
opacity: 0.8;
}

ul.cert-list li {
width: calc(100% - 15px) !important;
float: left;
padding: 14px 0 14px 28px;
margin-right: 30px;
font-weight: 700;
border-bottom: 0px #c0c4c6 dashed;
position: relative;
}
.marq_bot {
margin-bottom: -17px;
}

.form-container {
  background-color: #fff;
  padding: 40px 30px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 500px;
  margin: auto;
  border: 1px solid #0e2a56;
}

.form-container h2 {
  text-align: center;
  margin-bottom: 25px;
  color: #333;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  font-weight: 600;
  margin-bottom: 8px;
  color: #444;
}

.form-group input,
.form-group select {
  width: 100%;
  padding: 12px 15px;
  font-size: 16px;
  border-radius: 8px;
  border: 1px solid #ccc;
  transition: 0.3s;
}

.form-group input:focus,
.form-group select:focus {
  outline: none;
  border-color: #2575fc;
  box-shadow: 0 0 5px rgba(37, 117, 252, 0.3);
}

.submit-btn {
  width: 100%;
  padding: 12px;
  background-color: #f4b400;
  color: white;
  border: none;
  font-size: 18px;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s;
}

.submit-btn:hover {
  background-color: #0e2a56;
}
section.banner-section {
padding: 60px 0px;
}
.inner-banner .content {
        max-width: 640px !important;
    }

    .cert-list2 li {
        width: calc(50% - 30px);
        float: left;
        padding: 14px 0 14px 28px;
        margin-right: 30px;
        font-weight: 700;
        border-bottom: 1px #c0c4c6 dashed;
        position: relative;
    }

    .cert-list5 li {
        width: calc(100% - 15px);
        float: left;
        padding: 14px 0 14px 28px;
        margin-right: 30px;
        border-bottom: 1px #c0c4c6 dashed;
        position: relative;
    }

    /* .cert-list5 li:before {
        display: block;
        position: absolute;
        left: 0px;
        top: 13px;
        font-family: 'icomoon';
        font-size: 15px;
        color: #2c97ea;
        content: "\e91f";
    } */

    .inner-banner h1 {
        display: block;
        padding-bottom: 18px;
        font-family: 'Roboto';
        font-size: 30px;
        color: green;
        text-transform: capitalize;
        margin-top: 57px !important;
    }

    .page_details {
    text-align: justify;
    color: #010d6e;
    padding: 30px 0px 0px 0px;
    font-size: 18px;
    line-height: 26px;
    }

    .page_details li {
        color: #010d6e;
    }

    .page_details h2 {
        color: #00adee;
        text-transform: uppercase;
        font-size: 18px;
        padding: 20px 0 10px 0 !important;
    }

    .page_details h3 {
        color: #00adee;
        text-transform: uppercase;
        font-size: 16px;
    }

    .page_details h4 {
        color: #00adee;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: bold;
    }

    .page_details p {
        text-align: justify;
        color: #010d6e
    }

    ul.cert-list li {
        width: calc(50% - 30px);
        float: left;
        padding: 14px 0 14px 28px;
        margin-right: 30px;
        font-weight: 700;
        border-bottom: 1px #c0c4c6 dashed;
        position: relative;
        color: #010d6e !important;
    }

    .how-apply ul li h3 {
        display: block;
        padding: 34px 0 25px 0;
        font-family: Roboto;
        font-size: 12px;
        font-weight: bold;
        color: #010d6e !important;
        text-transform: uppercase;
    }

    .countries {
        display: block;
        background: url('images/Sydney.jpg');
        position: relative;
    }

    .countries:after {
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        top: 0px;
        background: #ffffff;
        content: "";
        opacity: 0.8;
    }

  .divition_droup_down {
      width: 97%;
      height: 44px;
      padding: 0 15px;
      background: #60b1f0;
      font-size: 12px;
      text-transform: uppercase;
      border: 1px #fff solid;
      color: #fff;
      margin-left: 5px;
  }
    .left-button h4, .right-button h4 {
  color: white;
  background-color: #f4b400;
  padding: 10px;
  }
  .left-button h4:hover, .right-button h4:hover {
  color: rgb(44, 42, 42);
  background-color: #a7dced;
  padding: 10px;
  }
  .every-info {
    padding: 40px;
  }
  .contact-section {
    padding: 50px 0px;
  }
  h1.vision-mision {
    font-size: 26px;
    padding: 2px 0px 9px 0px;
  }
  .news-events h2{
    padding-top: 40px;
  }
  .about .main-msg p{
    font-size: 18px;
    line-height: 26px;
  }
  .header-logo.col-sm-3 {
        width: 33%;
  }
  /* Blog page css start */
  .blog-item {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: var(--border-radius);
    overflow: hidden;
    height: 100%;
  }
  .blog-item{
    border-radius: 10px !important;
  }
  .blog-item__thumb {
    overflow: hidden;
    border-radius: 0px;
    max-height: 300px;
  }
  .blog-item__thumb img {
    transition: 0.3s linear;
    border-radius: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
  }
  .blog-item__content {
    background-color: hsl(var(--white) / 0.07);
    padding: 22px 25px;
    height: 100%;
  }
  .text-list.inline {
    display: flex;
    align-items: center;
    margin: 0px -8px;
  }
  .text-list.inline .text-list__item {
    padding: 0px 8px;
  }
  .text-list__item-icon {
    color: hsl(var(--base));
    font-size: 12px;
    margin-right: 5px;
  }
  .blog-item__title {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .section-heading {
    margin-bottom: 20px;
    position: relative;
  }
  .blog-item__content h4{
    text-transform: none;
    color: #24353b;
  }
  /* Blog page css end */
  /* Blog details page css start */
  h1.post-title.text-responsive {
    font-size: 28px;
    margin: 0 0 15px 0;
  }
  h1.post-title {
    padding-top: 22px;
    color: #007bb5;
  }
  .blog-writter {
    padding: 8px 0px;
    border-top: 1px solid #e3e3e3;
    margin-bottom: 15px;
  }
  .blog-writter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
  }
  .blog-writter .item-post-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .item-post-meta .post-meta {
    font-size: 12px;
    color: #333;
  }
  .post-meta {
    display: flex;
    align-items: center;
    column-gap: 1rem;
    font-size: 14px;
    margin-bottom: 15px;
    margin-top: 7px;
  }
  span.post-author {
    border-right: 2px solid #d5d0d0;
    padding: 0px 10px;
  }
  .circle.social-content {
    display: flex;
    gap: 5px;
  }
  ul.social-content {
    float: right;
    padding: 0px;
  }
  h6.blog-img-title {
    padding: 13px;
    margin: 0px 0px 0px;
  }
  p.neura-blog-text {
    text-align: justify;
    padding: 20px 0 50px 0;
  }
  .fbt-item-post-pager{
    padding: 2rem 0px;
  }
  li.padding-social-content.b-color {
    background-color: #000000;
    margin-right: 8px;
  }
  .circle .padding-social-content{
    padding: 2px 7px;
  }
  ul.social-content a {
    color: #ffffff;
  }
  li.padding-social-content.a-color {
    background-color: #395693;
    margin-right: 8px;
  }
  .circle.social-content li.padding-social-content.a-color, li.padding-social-content.b-color, li.padding-social-content.copy-color, li.padding-social-content.print-color {
    border-radius: 50%;
  }
  .fbt-item-post-pager {
    padding: 2rem 0px;
  }
  h4.comment-hd {
    padding: 50px 0px 20px 0px;
    border-top: 1px solid #cccccc;
  }
  textarea {
    width: 100%;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #ccc;
    resize: none;
  }
  .comment-inputs input {
    flex: 1 1 10%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
  }
  .comt-submit-btn {
    text-align: center;
    margin-top: 20px;
  }
  .comt-submit-btn {
    color: #fff;
    padding: 12px 30px;
    font-size: 16px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s;
  }
  .public-comment-box {
    margin-top: 77px;
  }
  .comment-show {
    padding: 0px 0px 20px 0;
    border-bottom: 1px solid #efeded;
    margin-bottom: 37px;
  }
  .comment-show img {
    width: 5%;
    border-radius: 50%;
    margin-right: 5px;
  }
  p.user-comment {
    margin: 0px 0 0 49px;
  }
  button.cmt-btn{
    background-color: #0e2a56;
    padding: 7px 23px;
    border-radius: 5px;
  }
  button.cmt-btn:hover{
    background-color: #00adee;
  }
  /* details right start */
  .blog-aside .widget {
    box-shadow: 0 0 9px rgb(0 0 0 / 16%);
    border-radius: 0px;
    overflow: hidden;
    background: #e4f8ff;
    margin-top: 0px;
    margin-bottom: 15px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
  }
  .blog-aside .widget-title{
    padding: 15px;
    border-bottom: 2px solid #d5d0d0;
  }
  .blog-aside .widget-body {
    padding: 15px;
  }
  .blogs-details-summery {
    color: #000;
  }
  .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .widget-title h3 {
    font-size: 22px;
  }
  .img.content-one {
    padding: 12px;
    margin: 5px 17px;
    background-color: #ffffff;
  }
  /* details right end */
  /* Blog details page css end */

 /* Dashboard login css start */
 .bg-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
  }
  .py-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .account .login-bg-img {
    position: absolute;
    width: 95%;
    height: 100%;
    border-radius: 0;
    top: 0;
    object-fit: cover;
  }
  .account-inner {
    position: relative;
  }
  .account-form {
    border: 1px solid hsl(var(--base)
202 100% 38%
 / 0.1);
    background-color: hsl(var(--white) / 0.1);
    padding: 50px;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  }
  .mb-4, .my-4 {
    margin-bottom: 1.5rem !important;
  }
  .justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end!important;
    justify-content: flex-end !important;
  }
  .breadcumb__wrapper {
    text-align: center;
  }
  .lines {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    margin: auto;
    width: 90vw;
    z-index: -1;
  }
  .breadcumb {
    position: relative;
    z-index: 1;
    padding: 40px 0 40px;
    z-index: 1;
    background-color: hsl(var(--base) / 0.05);
  }
  .breadcumb__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .account-form .social {
    display: flex;
    justify-content: center;
  }
  .input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
  }
  .form--check {
    display: flex;
    flex-wrap: wrap;
  }
  hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
  }
  .col-12 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .apply-online{
    display: flex;
  }
 /* Dashboard login css end */
  .text-content.ftco-section {
    display: block;
    padding: 60px 0;
    min-height: 290px;
    background: url(../images/uk_common_banner.jpg) no-repeat center top / cover;
  }
  .every-info p {
    color: #0e2a56;
    font-size: 16px;
  }
  [class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link.active, [class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link.active:focus, [class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link.active:hover {
    background-color: rgb(52 58 64);
    color: #343a40;
  }
  .how-apply.padding-lg {
    display: none;
  }
  .every-blog{
    padding: 15px 0px;
  }
  .bx-pager.bx-default-pager {
    display: none;
  }
  .right-side{
    float: right;
  }
  .privacy_term a {
    color: #ffffff !important;
  }
  .alert {
    margin-bottom: 0px !important;
  }
@media (max-width: 500px) {
  .form-container {
    padding: 30px 20px;
  }
  .left-button {
    margin: 6px 0px;
  }
  .header-logo.col-sm-3 {
    width: 61% !important;
  }
  .apply-online {
    display: flex;
    flex-direction: column;
  }
}