:root{
    --primary-color:#4C992A;
    --secondary-color:#17406c;
}
h2{
    color: var(--secondary-color);
    font-weight: bold;
}
.brand-name-green {
    color: var(--primary-color) !important;
}

.brand-name-blue {
    color: var(--secondary-color) !important;
}
.call-us{
    margin-top: 30px;
}
/* img {
    border-radius: 10px;
} */
.point-1{
    padding: 10px;
    background: var(--primary-color);
    color: #fff;
    border-radius: 25px;
    text-transform: uppercase;
    text-align: center;
}
.point-2{
    padding: 10px;
    background: var(--secondary-color);
    color: #fff;
    border-radius: 25px;
    text-transform: uppercase;
    text-align: center;
}
.mysection {
    padding: 110px 0;
}
.mysection.stay-connected {
    padding: 150px 0;
}

.slick-slide{
    padding: 10px !important;
}
.see-more-button{
    color: var(--primary-color);
}
.see-more-button:hover{
    color: var(--primary-color) !important;
}
.border-bottom-primary{
    border-bottom: 3px solid var(--primary-color);
    transition: 300ms;
}
.border-bottom-primary:hover{
    border-bottom: 3px solid var(--secondary-color);
    transition: 300ms;
}
.border-bottom-secondary{
    border-bottom: 3px solid var(--secondary-color);
    transition: 300ms;
}
.border-bottom-secondary:hover{
    border-bottom: 3px solid var(--primary-color);
    transition: 300ms;
}
.course-slider .item{
    border-bottom: 3px solid var(--secondary-color);
}
.course-slider .item:hover{
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.267) !important;
    transition: 300ms;
    border-radius: 20px;
    border-bottom: 3px solid var(--primary-color);
}
.social-icons{
    display: flex;
    gap: 15px;
}
@media (min-width: 593px) {
    .stay-connected-baner {
        background-image: url('../images/side-view-young-blogger-using-headset-laptop.jpg');
        background-repeat: no-repeat;
        background-size: cover; /* Cover the entire section */
        background-position: right center;
        min-height: 100vh;
        display: flex;
        align-items: center;
    }

    .stay-connected-inner {
        width: 100%;
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .stay-connected-inner .row {
        min-height: 100vh;
        align-items: center;
    }
}

@media (max-width: 992px) {
    .stay-connected-baner {
        background: #edeef0;
        min-height: 50vh;
        display: flex;
        align-items: center;
        justify-content: center;
        background-image: url('../images/side-view-young-blogger-using-headset-laptop.jpg');
    }

    .stay-connected-inner .row {
        min-height: 50vh;
    }

    .stay-connected-baner .social-icons {
        display: flex;
        justify-content: center;
        gap: 15px;
    }
}

.social-icons .icon svg{
    width: 30px;
}

/* TESTIMONIAL */
#testimonial h2{
    font-size: 50px;
    color: var(--secondary-color);
    font-weight: 700;
    z-index: 9;
    position: relative;
}
#testimonial h3{
    font-size: 35px;
}
#testimonial img{
    max-width: 500px;
}
.testimonial-bg{
    background: #4C992A24;
    height: 110vh;
    position: absolute;
    right: 10%;
    width: 60vw;
    border-radius: 10px;
}
#testimonial .slick-next:before, .slick-prev:before { 
    content: '';
    color: var(--secondary-color);
    font-size: 45px;
    z-index: 9 !important;
}
#testimonial .testimonial svg{
    width: 50px;
    fill: var(--primary-color);
}
#testimonial .testimonial .svg-wrap{
    max-width: 500px;
    display: flex;
    justify-content: flex-end;
    margin-bottom: -20px;
    z-index: 9;
    position: relative;
}
@media (max-width:992px){
    #testimonial .slick-next:before, .slick-prev:before {
        content: '';
    }
    #testimonial h2{
        font-size: 40px;
        padding-top: 20px;
        text-align: center
    }
    #testimonial .testimonial-bg{
        background: #c1353e24;
        height: 50vh;
        position: absolute;
        right: 0%;
        width: 100vw;
        border-radius: unset;
    }
    #testimonial img{
        padding: 10px ;
    }
}

/* Register form */

#msform {
    text-align: center;
    position: relative;
    margin-top: 20px
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    /* padding-bottom: 20px; */
    position: relative
}

.form-card {
    text-align: left;
    margin-bottom: 50px;
}

#msform fieldset:not(:first-of-type) {
    display: none
}

#msform input,
#msform textarea,
#msform select {
    padding: 8px 15px 8px 15px;
    border-radius: 0px;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    color: #2C3E50;
    /* background-color: #673ab733; */
    font-size: 16px;
    letter-spacing: 1px;
    border-bottom: 2px solid #673ab74f;
    /* border-radius: 10px 10px 0 0; */
}

#msform input:focus,
#msform textarea,
#msform select:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-bottom: 2px solid var(--primary-color);
    outline-width: 0
}

#msform .action-button {
    width: 100px;
    background: var(--secondary-color);
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 10px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 0px 10px 5px;
    float: right;
}

#msform .action-button:hover,
#msform .action-button:focus {
    background-color: #311B92
}

#msform .action-button-previous {
    width: 100px;
    background: #ffffff;
    font-weight: bold;
    color: #000000;
    border: 0 none;
    border-radius: 10px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px 10px 0px;
    float: right;
    box-shadow: 1px 1px 12px 1px #ccc;
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    background-color: var(--secondary-color);
    color: white;
}

.card {
    z-index: 0;
    border: none;
    position: relative
}

.fs-title {
    font-size: 25px;
    color: var(--secondary-color);
    margin-bottom: 50px;
    font-weight: normal;
    text-align: left
}

.purple-text {
    color: var(--secondary-color);
    font-weight: normal
}

.steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right
}

.fieldlabels {
    color: var(--secondary-color);
    font-weight: bold;
    text-align: left
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey
}

#progressbar .active {
    color: var(--secondary-color)
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400
}

#progressbar #account:before {
    font-family: FontAwesome;
    content: "\f024"
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f007"
}

#progressbar #academic:before {
    font-family: FontAwesome;
    content: "\f19d"
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c"
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: var(--secondary-color)
}

.progress {
    height: 20px
}

.progress-bar {
    background-color: var(--secondary-color)
}

.fit-image {
    width: 100%;
    object-fit: cover
}
.nav-join-btn{
    padding: 0 5px 0 5px;
    border: 3px solid transparent;
    border-bottom: 3px solid var(--primary-color);
    font-weight: bold;
}
.nav-join-btn:hover{
    border: 3px solid var(--primary-color);
}
.nav-join-btn a:hover{
    color: #fff !important;
}

.thankyou-banner{
    background-image: url(../images/white-bg-big.jpg);
    background-position: center center;
    background-attachment: fixed;
    background-repeat: repeat;
    background-size: 500px;
    padding-top: 140px;
    padding-bottom: 140px;
}
.thankyou-card{
    background: #ffffff;
    padding: 20px;
    box-shadow: 1px 1px 14px 2px #ccc;
    border-radius: 10px;
}
.thankyou-card-bottom{
    background-color: var(--secondary-color);
    padding: 20px;
    border-radius: 10px;
    color: white !important;
}
.thankyou-card-bottom p{
    color: white !important;
}


/* ///////////// */
/* client slider */
.slider {
    /* background: #efeef2; */
    /* height: 75pt; */
    margin: 50px 0;
    overflow: hidden;
    position: relative;
    cursor: default;
    user-select: none;
    touch-action: none;
}

.slider:before {
    left: 0;
    top: 0;
}
.slider:after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
}
.slider .slide-track-1 {
    animation: scroll-l 30s linear infinite;
    display: flex;
    width: 8000px;
}

.slider .slide {
    height: 160px;
    width: 250px;
    display: flex;
    align-items: center;
    text-align: center;
    background: white;
    margin: 0px 10px;
    border-radius: 10px;
}
.slider .slide img {
    width: 100%;
    padding: 1pc;
    vertical-align: middle;
    margin: 0 auto;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

@keyframes scroll-l {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-250px * 7));
    }
}
@keyframes scroll-r {
    100% {
        transform: translateX(0);
    }
    0% {
        transform: translateX(calc(-250px * 7));
    }
}

.registration{
    /* padding-top:150px !important; */
    padding-bottom: 50px !important;
}
@media (max-width:992px){
    .registration{
        padding-top:300px !important;
        padding-bottom: 50px !important;
    }
}

.registration-card{
    border: 4px solid #42338847;
    border-radius: 10px;
}

.accordion-body p{
    text-align: left;
}
.accordion-head{
    text-align: left;
    text-transform: uppercase;
}

.my-footer{
    background-image: url(../images/bg-footer.jpg);
    background-size: cover;
    background-repeat: no-repeat;
   
}
.my-footer p{
    color: black;
    width: 350px;
}
@media (min-width:992px){
    .footer-nav li a{
        border-right: 1px solid #ccc;
        padding-right: 5px;
        padding-left: 5px;
    }
}
@media (max-width:991px){
    .footer-nav li a{
        border-right: none;
        padding-right: 5px;
        padding-left: 5px;
    }
}

@media (min-width: 992px) {
  .custom-text-block {
    width: 40% !important; /* Or your desired width */
  }
}
