.container-fluid {
  padding-right: 2.75rem !important;
  padding-left: 2.75rem !important;
}
.feature-card .context{
    margin-top: 10px;
}
.feature-card .style2{
    position: absolute;
    bottom: 0;
    margin-bottom: 10px;
    font-weight: bold;
    border: 1px solid lightblue;
    padding: 5px;
    background: #2b4f8514;
    border-radius: 5px;
}
.best-seller-link{
    text-align: right;
    margin-top: 20px;
    padding-right: 10px;
}
.course-row{
        align-items: center;
        border: 1px solid black;
        margin-top: 10px;
        padding: 50px;
}
.course-row h2{
    text-align: left;
    text-transform: uppercase;
}
.course-row p{
    text-align: left;
}
.course-row a{
    text-align: right;
    width: 100%;
    display: block;
    margin-top: 25px;
    font-size: 35px;
    font-weight: normal;
}
.conver-img-sec{
    height: 1250px;
    position: relative;
    border-top: 2px solid black;
}
.conver-img-sec img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.conver-img-sec .info{
    position: absolute;
    bottom: 0;
    background: black;
    width: 100%;
    padding: 50px;
}
.conver-img-sec .info a{
    background: white;
    padding: 20px;
    display: block;
    text-align: center;
    margin-top: 20px;

}
.conver-img-sec .info h4,.conver-img-sec .info p{
   color: white;
}
.styles_block h3{
    display: inline-block;
    background: var(--theme-color);
    padding: 5px;
    color: white;
    text-align: justify;
    text-transform: uppercase;
}
.styles_block p{
    color: black;
    text-align: justify;
}
.styles_block__line{
    position: relative;
  left: 0;
  margin-bottom: 126px;
  display: flex;
  align-items: center;
  width: 100%;
}
.styles_index{
    font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  text-transform: uppercase;
  margin: 0 15px 0 0;
}
.styles_line{
    margin: 0 15px 0 0;
    border: 1px solid rgba(0,0,0,.3);
  width: 100%;
  height: 1px;
}
.conver-img-sec-2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
        background-color: rgb(43 79 133 / 31%);
    z-index: 1;
}
.conver-img-sec-2{
    height: 600px;
    position: relative;
}
.conver-img-sec-2 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.conver-img-sec-2 .info{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    z-index: 2;
}
.conver-img-sec-2 .info a{
    color: #000;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    padding: 10px 35px;
}
.styles_title{
    width: 50%;
}
.header-logo a img{
    width: 250px;
    height: 100px;
    object-fit: contain;
}
.testimonial {
    background: #1b4079;
    color: #fff;
    font-style: italic;
    padding: 15px;
    margin: 15px 0;
    border-radius: 10px;
    text-align: center;
  }
  .testimonial p {
    font-size: 1.2rem;
    line-height: 1.6;
    color: #d6d6d6;
  }
  .testimonial .author {
    font-style: normal;
    margin-top: 20px;
    font-weight: bold;
  }
  .testimonial .author span {
    font-weight: normal;
  }
  .about-header span:first-child {
  float: left;
  padding-left: 20px;
  }
  .about-header span:last-child {
   float: right;
    padding-right: 20px;
  }
  .btn-secondary {
    color: #fff !important;
    background-color: #6c757d !important;
    border-color: #6c757d !important;
}
.btn-outline-primary {
    color: #fff;
    border-color: #1B4079;
    background: #1B4079;
}
.btn-primary {
    color: #fff;
    background-color: #2b4f85 !important;
}
.btn-success {
    color: #fff;
    background-color: #198754 !important;
    border-color: #198754 !important;
}
.nav-pills .nav-link{
    margin-top: 10px;
    border: none;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #2b4f85 !important;
}

.course-tag {
    background-color: limegreen;
    color: white;
    font-size: 12px;
    padding: 2px 6px;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    font-weight: bold;
}

.course-card {
    position: relative;
    transition: transform 0.3s ease;
        border: 1px solid lightgray;
    box-shadow: 0px 0px 26px lightgray;
}

.course-card:hover {
    transform: scale(1.02);
}

.difficulty-icon {
    font-size: 14px;
    color: limegreen;
}

.difficulty-icon.gray {
    color: #ccc;
}

.price {
    color: #2b4f85;
    font-weight: bold;
    margin-top: 0.5rem;
}

.buy-btn {
    border: 1px solid #1B4079;
    background: transparent;
    padding: 10px 20px;
    font-weight: 500;
    text-transform: uppercase;
    transition: 0.3s;
    width: 100%;
    display: block;
}

.buy-btn:hover {
    background-color: #1B4079;
    color: white !important;
}
.buy-btn a{
    text-decoration: none;
}
.buy-btn a:hover{
    color: #fff !important;
}
.course-title {
    font-size: 14px;
    margin: 10px 0 0;
}
.course-img{
    height: 370px !important;
    width: 100%;
    object-fit: contain;
}

.course-title {
    font-size: 20px;
    font-weight: bold;
}

.price {
    color: #2b4f85;
    font-weight: bold;
    font-size: 18px;
}



.difficulty-icon {
    font-size: 14px;
    color: limegreen;
}

.difficulty-icon.gray {
    color: #ccc;
}

.section-title {
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 40px;
    margin-bottom: 15px;
}

.list-disc {
    padding-left: 1rem;
}

.course-img {
    max-width: 100%;
    border-radius: 8px;
}

.checkout-container {
    padding: 60px 15px;
}
.iti{
    width: 100%;
}

.form-control {
    border-radius: 0;
    height: 48px;
}

.flag-select {
    width: 80px;
    padding: 0 10px;
}

.green-radio {
    appearance: none;
    border: 1px solid #ccc;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    position: relative;
    transition: 0.2s;
}

.green-radio:checked::after {
    content: "";
    position: absolute;
    background-color: limegreen;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    top: 4px;
    left: 4px;
}

.summary-box {
    background-color: #f9f9f9;
    padding: 30px;
    border-radius: 8px;
}

.summary-box .btn {
    background-color: #2b4f85;
    color: #fff;
    font-weight: bold;
    border-radius: 0;
}

.summary-box .btn:hover {
    background-color: #2b4f85bd;
}
.course-content ul li span{
    color: #7b7e86 !important;
}
.course-aim ul li span{
    color: #7b7e86 !important;
}
.contact-card .info-card_icon{
    display: flex;
        align-items: center;
        justify-content: center;
}
.social-btn a i{
    padding-top: 5px;
}
.feature-card_icon img{
        height: 200px;
    object-fit: cover;
    width: 200px;
}
@media (max-width: 768px) {
    html{
        overflow-x: hidden !important;
    }
    .section-title{
        position: relative;
        bottom: 20px;
        font-size: 28px;
        margin-bottom: 30px;
    
    }
    .feature-card {
        padding: 0px 20px;
        margin-top: 10px;
    }
    .feature-card .context {
        margin-top: 20px;
        margin-bottom: 50px;
    }
    .container-fluid {
        padding-right: 1.75rem !important;
        padding-left: 1.75rem !important;
    }
    .feature-card .style2{
        right: 0;
    margin-right: 10px;
    margin-top: 10px;
    }
    .course-row a{
        position: relative;
        bottom: 35px;
        margin-top: 0px;
    }
    .course-row {
        padding: 5px 25px;
    }
    .conver-img-sec .info h4, .conver-img-sec .info p{
        text-align: center;
        font-size: 18px;
    }
    .conver-img-sec{
        height: 900px;
    }
    .styles_block__line{
        margin-bottom: 70px;
    }
    .styles_title{
        width: 100%;
    }
    .hero-style1 {
        padding: 30px 0 120px 0px;
    }
    .hero-title {
        font-size: 30px;
        line-height: 45px;
    }

    .hero-style1 .btn-group {
        margin-top: 20px;
    }
    .header-logo a img {
        width: 200px;
    }
    .footer-logo{
        text-align: center;
    }
    .footer-logo img{
        width: 50%;
    }
    .feature-card_icon img{
        width: 100%;
        height: 250px !important;
        object-fit: cover;
    }
}