.take-course-btn>a {
    background: #dda613;
    padding: 5px;
    color: #002347;
    font-size: 13px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
}

.take-course-btn>a:hover {
    background: #002347;
    color: #dda613;
}

.custom-container {
    height: 75px;
    margin: 0;
    overflow: hidden;
}

.why-study-with-us-img {
    max-width: 450px;
}

@media (max-width: 575px) {
    .why-study-with-us-img {
        max-width: 300px;
    }
}

.rpl_process-img {
    text-align: center;
    max-width: 100%;
}

@media (max-width: 575px) {
    .rpl_process-img {
        max-width: 300px;
    }
}

.eligibility-check-btn {
    display: inline-block;
    background: #002347;
    padding: 0px 48px;
    color: #dda613;
    font-size: 13px;
    font-weight: 500;
    line-height: 48px;
    border-radius: 5px;
    border: 1px solid transparent;
    outline: none !important;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.eligibility-check-btn:hover {
    background: #dda613;
    color: #002347;
    border: 1px solid #002347;
}

.image-zoom {
    /* padding: 10px; */
    background-color: transparent;
    transition: transform .2s;
    /* Animation */
    width: 90%;
    /* height: 200px; */
    margin: 0 auto;
}

.img-margin {
    margin-left: -25%;
}

@media (max-width: 991px) {
    .img-margin {
        margin-left: 0px !important;
    }
}

.image-zoom:hover {
    transform: scale(1.08);
    /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.elearning-btn {
    background: #dda613;
    display: initial !important;
    border: 1px solid #002347 !important;
    border-radius: 4px;
    padding: 2px 5px !important;
}

.elearning-btn:hover {
    background: #002347;
    color: #FDFEFF !important;
}

/* elearning btn */
.btn-apply-now {
    top: 13px;
    display: inline-block;
    padding: 14px 25px 14px 55px;
    position: relative;
    background-color: #2fbfa7;
    color: #ffffff;
    text-transform: capitalize;
    border-radius: 5px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 800;
    cursor: pointer;
    border: none;
    transition: 0.5s
}
.btn-apply-now:hover {
    background-color: #ff7029;
}

.btn-apply-now.md{
    padding: 10px 20px !important;
}

@media(max-width:799px) {
    .btn-apply-now.md{
        padding: 8px 20px !important;
    }
}

/* sticky box */

.left-sticky-box {
    /* position: absolute; */
    position: fixed;
    top: 600px;
    z-index: 2;
    /* left: 10px; */
    width: 100%;
}

.left-sticky-box img {
    width: 30px;
}

.left-sticky-box p {
    font-size: 17px;
    font-weight: 800;
    color: #0060ae;
    margin-left: -17px;
}

@media(max-width:1024px) {
    .left-sticky-box {
        display: none !important;
    }
}

/* end of sticky box */
@media(min-width:1024px) {
    .display-apply-now {
        display: none !important;
    }
}

.verticaltext_content {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    left: -42px;
    top: 34px;
    position: absolute;
    color: #dda613 !important;
    text-transform: capitalize;
    width: 106px;
    font-size: 16px;
    border-radius: 5px;
    letter-spacing: 1px;
    text-align: center;
}

.verticaltext_content-apply {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    left: -42px;
    top: 41px;
    position: absolute;
    color: #002347 !important;
    text-transform: capitalize;
    width: 106px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
    /* letter-spacing: 1px; */
    text-align: center;
}

@media (min-width: 576px) {
    .float-sm-left {
        float: left !important
    }

    .float-sm-right {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }
}

.fl-fl {
    background: #002347;
    /* text-transform: uppercase; */
    /* letter-spacing: 10px; */
    padding: 4px;
    width: 192px;
    position: fixed;
    height: 90px;
    right: -170px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    z-index: 1000;
    font: normal normal 14px Arial;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.fl-fl-apply {
    background: #dda613;
    /* text-transform: uppercase; */
    /* letter-spacing: 10px; */
    padding: 4px;
    width: 192px;
    position: fixed;
    height: 104px;
    right: -170px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    z-index: 1000;
    font: normal normal 14px Arial;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

/* social/contact */
.float-tw .fab {
    font-size: 22px;
    color: #dda613 !important;
}

.float-tw {
    top: 75%;
}

.float-tw-apply {
    top: 50%;
}

.fl-fl:hover {
    right: 0;
}

.fl-fl a {
    color: #dda613 !important;
    text-decoration: none;
    margin-left: 36px;
}

/* how to apply */

.timeline-main {
    width: 100%;
    padding: 25px;

    .timeline-wrap {
        position: relative;
        display: flex;
        flex-direction: column;
        gap: 30px;

        &::before {
            content: "";
            position: absolute;
            top: 10px;
            left: 50%;
            transform: translateX(-50%);
            width: 4px;
            height: calc(100% - 10px);
            background-color: #00283a;
            animation: line 5s linear;

            @media (max-width: 767px) {
                left: 95%;
            }
        }

        .timeline-card {
            width: 50%;
            margin-right: auto;
            position: relative;

            @media (max-width: 767px) {
                width: 95%;
            }

            &::after {
                content: "";
                position: absolute;
                top: 10px;
                right: -10px;
                width: 20px;
                height: 20px;
                border-radius: 50%;
                border: 3px solid #fff;
                background: #00283a;
                animation: fadeIn 1.5s;
                animation-fill-mode: both;
            }

            .timeline-card-wrap {
                height: 100%;
                margin-right: 35px;
                background-color: #00283a;
                border-radius: 10px;
                position: relative;
                padding: 30px;
                animation: fadeInRight 2.5s;
                animation-fill-mode: both;

                @media (max-width: 767px) {
                    padding: 20px;
                }

                &::before {
                    content: "";
                    position: absolute;
                    left: 30px;
                    top: -8px;
                    height: 8px;
                    width: calc(100% - 60px);
                    background-color: #00283a;
                    border-radius: 5px 5px 0 0;
                    opacity: 0.3;
                }

                &::after {
                    content: "";
                    position: absolute;
                    top: 10px;
                    right: -8px;
                    width: 20px;
                    height: 20px;
                    background-color: #00283a;
                    border-radius: 5px;
                    transform: rotate(45deg);
                }

                .card-head-wrap {
                    display: flex;
                    align-items: center;
                    justify-content: space-between;
                    margin-bottom: 10px;

                    @media (max-width: 1199px) {
                        flex-direction: column;
                        align-items: flex-start;
                        gap: 10px;
                    }

                    .timeline-card-head {
                        font-size: 28px;
                        line-height: 38px;
                        font-weight: 500;
                        color: #FF7029;
                        margin-bottom: 0;

                        @media (max-width: 767px) {
                            font-size: 18px;
                            line-height: 28px;
                        }
                    }

                    .timeline-card-subhead {
                        font-size: 16px;
                        line-height: 26px;
                        font-weight: 400;
                        color: #bdbdbd;
                        margin-bottom: 0;
                        font-style: italic;

                        @media (max-width: 767px) {
                            font-size: 14px;
                            line-height: 24px;
                        }
                    }
                }

                .timeline-card-text {
                    font-size: 18px;
                    line-height: 24px;
                    font-weight: 400;
                    color: #44B79A;
                    margin: 25px 0 0;
                    text-align: start;

                    @media (max-width: 767px) {
                        font-size: 12px;
                        line-height: 22px;
                    }
                }
            }

            &:nth-child(even) {
                @media (min-width: 768px) {
                    margin-left: auto;
                    margin-right: 0;

                    &::after {
                        right: unset;
                        left: -10px;
                        animation-delay: 2.6s;
                    }

                    .timeline-card-wrap {
                        margin-right: 0;
                        margin-left: 35px;
                        animation: fadeInLeft 2.5s;
                        animation-fill-mode: both;
                        animation-delay: 2.5s;

                        &::after {
                            right: unset;
                            border-left: none;
                            left: -8px;
                            border-right: 10px solid #00283a;
                        }
                    }
                }
            }
        }
    }
}

@keyframes line {
    0% {
        height: 0;
    }

    100% {
        height: calc(100% - 10px);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}



/* custom apply button */
.button-apply {
    appearance: none;
    background-color: #2FBFA7;
    border-radius: 40em;
    border-style: none;
    box-shadow: #1e7c6c 0 -12px 6px inset;
    box-sizing: border-box;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-family: -apple-system, sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: -.24px;
    margin: 0;
    outline: none;
    padding: 0.5rem 1.5rem;
    quotes: auto;
    text-align: center;
    text-decoration: none;
    transition: all .15s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    text-transform: uppercase;
}

.button-apply:hover {
    background-color: #FF7029;
    color: #00283A;
    box-shadow: #703010 0 -6px 8px inset;
    transform: scale(1.125);
    text-transform: uppercase;
}

/* custom insider guides button */
.guide-btn {
    appearance: none;
    background-color: #FF7029;
    color: black;
    box-shadow: #703010 0 -6px 8px inset;

    border-radius: 1em;
    border-style: none;

    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-family: -apple-system, sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: -.24px;
    margin: 0;
    outline: none;
    padding: 0.2rem 0.8rem;
    quotes: auto;
    text-align: center;
    text-decoration: none;
    transition: all .15s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    text-transform: uppercase;
}

.guide-btn:hover {
    background-color: #2FBFA7;
    color: white;
    box-shadow: #1e7c6c 0 -12px 6px inset;
    transform: scale(1.1);
    text-transform: uppercase;
}

/* footer social link */
.footer-social .widget {
    /* margin-bottom: 30px; */
    /* padding: 30px; */
    /* box-shadow: 0px 5px 24.25px 0.75px rgba(0, 0, 0, 0.1); */
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px
}

.footer-social .widget:last-child {
    margin-bottom: 0
}

.footer-social .widget .social-icons li {
    display: inline-block;
    margin-right: 5px;
    text-align: center
}

.footer-social .widget .social-icons li:last-child {
    margin-right: 0
}

.footer-social .widget .social-icons li a {
    height: 35px;
    width: 35px;
    line-height: 36px;
    font-size: 14px;
    border-radius: 5px;
    display: inline-block;
    background: #2fbfa7;
    color: #ffffff
}

.footer-social .widget .social-icons li a:hover {
    color: #ffffff;
    background-color: #ff7029
}

/* @media screen and (max-width: 1199px) {
    .footer-social .widget {
        padding: 25px
    }
} */

@media screen and (max-width: 767px) {
    /* .footer-social .widget {
        padding: 20px
    } */

    .footer-social .widget .social-icons li a {
        height: 32px;
        width: 32px;
        line-height: 34px;
        font-size: 13px
    }
}

/* trustpilot sidebar */
.trustpilot .widget {
    /* margin-bottom: 30px; */
    /* padding: 30px; */
    /* box-shadow: 0px 5px 24.25px 0.75px rgba(0, 0, 0, 0.1); */
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px
}

/* .trustpilot .widget:last-child {
    margin-bottom: 0
} */

/* .trustpilot .widget img {
    display: inline-block;
    margin-right: 5px;
    text-align: center
}

.trustpilot .widget .social-icons li:last-child {
    margin-right: 0
}

.trustpilot .widget .social-icons li a {
    height: 35px;
    width: 35px;
    line-height: 36px;
    font-size: 14px;
    border-radius: 5px;
    display: inline-block;
    background: #2fbfa7;
    color: #ffffff
}

.trustpilot .widget .social-icons li a:hover {
    color: #ffffff;
    background-color: #ff7029
} */

/* @media screen and (max-width: 1199px) {
    .footer-social .widget {
        padding: 25px
    }
} */

@media screen and (max-width: 767px) {
    /* .footer-social .widget {
        padding: 20px
    } */

    .footer-social .widget .social-icons li a {
        height: 32px;
        width: 32px;
        line-height: 34px;
        font-size: 13px
    }
}

/* footer social link end */

/* apply now form design */

.main-div {
    background-color: #344b54;
    margin-top: -80px;
    padding: 5% 16%;
    /* border-radius: 10px; */
    color: white;
}
.main-div1 {
    background-color: transparent;
    margin-top: -80px;
    padding: 5% 16%;
    /* border-radius: 10px; */
    color: white;
}

form {
    text-align: start;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    /* margin: 10% auto; */
    width: 100%;
    border-radius: 20px;
    gap: 10px;
}

#name {
    color: #475459;
    font-family: "Lobster", cursive;
    font-size: 17px;
    border-radius: 5px;
    height: 40px;
    width: 100%;
    /* box-shadow: 0 4px 8px 0 #7a8e96, 0 6px 20px 0 #7a8e96; */
}
#contact{
    color: #475459;
    font-family: "Lobster", cursive;
    font-size: 17px;
    border-radius: 5px;
    height: 40px;
    width: 100%;
    /* box-shadow: 0 4px 8px 0 #7a8e96, 0 6px 20px 0 #7a8e96; */
}

#email {
    color: #475459;
    font-family: "Lobster", cursive;
    font-size: 17px;
    border-radius: 5px;
    height: 40px;
    width: 100%;
    /* box-shadow: 0 4px 8px 0 #7a8e96, 0 6px 20px 0 #7a8e96; */
}

#number {
    color: #475459;
    font-family: "Lobster", cursive;
    font-size: 17px;
    border-radius: 5px;
    height: 40px;
    width: 100%;
    /* box-shadow: 0 4px 8px 0 #7a8e96, 0 6px 20px 0 #7a8e96; */
}

#dropdown {
    color: #475459;
    font-family: "Lobster", cursive;
    font-size: 17px;
    border-radius: 5px;
    height: 40px;
    width: 100%;
    /* box-shadow: 0 4px 8px 0 #7a8e96, 0 6px 20px 0 #7a8e96; */
}

#dropdown2 {
    color: #475459;
    font-family: "Lobster", cursive;
    font-size: 17px;
    border-radius: 5px;
    height: 40px;
    /* box-shadow: 0 4px 8px 0 #7a8e96, 0 6px 20px 0 #7a8e96; */
}

#textarea {
    color: #475459;
    font-family: "Lobster", cursive;
    font-size: 17px;
    border-radius: 5px;
    width: 100%;
    /* box-shadow: 0 4px 8px 0 #7a8e96, 0 6px 20px 0 #7a8e96; */
}

.submit {
    color: #475459;
    font-family: "Lobster", cursive;
    border-radius: 7px;
    height: 40px;
    width: 100%;
    /* box-shadow: 0 4px 8px 0 #7a8e96, 0 6px 20px 0 #7a8e96; */
    font-size: 20px;
    margin-top: 30px;
}
