#side-button {
    display: inline-block;
    background-color: #ff9800;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#side-button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
}

#side-button:hover {
    cursor: pointer;
    background-color: #03a9f4;
}

#side-button:active {
    background-color: #555;
}

#side-button.show {
    opacity: 1;
    visibility: visible;
}

/* Styles for the content section */

.content {
    width: 77%;
    margin: 50px auto;
    font-family: "Merriweather", serif;
    font-size: 17px;
    color: #6c767a;
    line-height: 1.9;
}

@media (max-width: 500px) {
    #side-button {
        bottom: 15px;
        right: 15px;
    }

    .content {
        width: 90%;
        margin: 50px auto;
    }
}

.content h1 {
    margin-bottom: -10px;
    color: #03a9f4;
    line-height: 1.5;
}

.content h3 {
    font-style: italic;
    color: #96a2a7;
}

.navbar img {
    width: 100px;
    height: 50px;
}

.banner {
    overflow-x: hidden;
}

.fixed-navbar {
    background-color: #efefef;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    transition: 0.6s ease-in;
}

.navbar-nav li a {
    margin-right: 30px;
    cursor: pointer;
}

.digital-main h1 {
    font-size: 32px;
}

.three-box {
    background: #043148;
}

.three-box img {
    width: 30%;
}

.nav-btn {
    background: #043148;
}

.course-main .btn-bg {
    background: #fb8500;
}

.main-enroll .btn-bg {
    background: #fb8500;
}

.course-main .btn-border {
    border: 2px solid #fb8500;
}

.main-course {
    position: relative;
}

h2.border-bottom.border-dark::before {
    content: "";
    background: #000;
    height: 1080px;
    width: 2px;
    position: absolute;
    top: 43px;
    right: 60px;
}

/* MAIN COURSE CSS */
.course-main img {
    width: 328px;
}

.course-main .frame-panel img {
    width: 30px;
    position: absolute;
    left: -17px;
    top: 50px;
}

.course-main .frame-right img {
    width: 30px;
    position: absolute;
    right: -14px;
    top: 50px;
}

.card-header .accicon {
    float: right;
    font-size: 20px;
    width: 1.2em;
}

.card-header:not(.collapsed) .rotate-icon {
    transform: rotate(180deg);
}

.accordion .card-header:after {
    display: none;
}

.digital-course-modal .modal-body {
    background-image: url("<?php echo base_url() ?>/assets/images/digital-course/digital-img.jpg");
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 650px;
}

.digital-course-modal .digital-form-bg {
    background-color: #0c1b28f2;
}

.digital-course-modal h2 {
    color: #24acf1;
}

.digital-course-modal .form-control {
    background-color: transparent;
}

.digital-course-modal .custom-select {
    background: transparent;
}

::placeholder {
    color: white;
}

/* header .modal-body img {
        width: 100%;
        height: 300px;
    } */

/* MEDIA QUERY START */
@media screen and (max-width: 767px) {
    .digital-main h1 {
        font-size: 15px;
    }

    .digital-main h3 {
        font-size: 18px;
    }

    h2.border-bottom.border-dark::before {
        display: none;
    }

    .course-main img {
        width: 100%;
    }

    .course-main .frame-panel h4 {
        font-size: 18px;
        font-weight: bold;
        position: absolute;
        top: -200px;
        text-align: left;
        left: -2px;
        font-weight: bold;
    }

    .course-main .frame-panel .frame-panel-pera {
        position: absolute;
        top: -75px;
        right: -13px;
        text-align: left;
    }

    .course-main .frame-right h4 {
        font-size: 18px;
        text-align: left;
        font-weight: bold;
    }

    .course-main .frame-right .frame-right-pera {
        font-size: 14px;
        text-align: left;
        font-weight: bold;
    }

    .second-img img {
        position: absolute;
        left: 219px;
        top: -299px;
        width: 150px;
        transform: translate(-40px, -28px);
    }

    @media screen and (min-width: 480px) {
        .second-img img {
            transform: translate(-40px, -28px);
        }
    }
}

.course-main .btn-bg {
    background: linear-gradient(161deg,
            rgb(248, 161, 0) 1.45%,
            rgba(255, 166, 126, 0.3) 57.48%,
            rgba(255, 166, 126, 0) 88.28%);
    transition: background 0.4s ease-in-out;
    /* Adjust the duration and timing function */
}

.course-main .btn-bg:hover {
    background: linear-gradient(349deg,
            rgb(248, 161, 0) 1.45%,
            rgba(255, 166, 126, 0.3) 57.48%,
            rgba(255, 166, 126, 0) 88.28%);
}

.main-enroll .btn-bg {
    background: #fb8500;
}

.course-main .btn-border {
    border: 2px solid #fb8500;
}

.main-course {
    position: relative;
}

h2.border-bottom.border-dark::before {
    content: "";
    background: #000;
    height: 1080px;
    width: 2px;
    position: absolute;
    top: 43px;
    right: 60px;
}

/* MAIN COURSE CSS */
.course-main img {
    width: 328px;
}

.course-main .frame-panel img {
    width: 30px;
    position: absolute;
    left: -17px;
    top: 50px;
}

.course-main .frame-right img {
    width: 30px;
    position: absolute;
    right: -14px;
    top: 50px;
}

.card-header .accicon {
    float: right;
    font-size: 20px;
    width: 1.2em;
}

.card-header:not(.collapsed) .rotate-icon {
    transform: rotate(180deg);
}

.accordion .card-header:after {
    display: none;
}

/* MEDIA QUERY START */
@media screen and (max-width: 767px) {

    .digital-course-main-head h1,
    h3 {
        font-size: 16px;
    }

    h2.border-bottom.border-dark::before {
        display: none;
    }

    .course-main img {
        width: 100%;
    }

    .course-main .frame-panel h4 {
        font-size: 18px;
        font-weight: bold;
        position: absolute;
        top: -200px;
        text-align: left;
        left: -2px;
        font-weight: bold;
    }

    .course-main .frame-panel {
        border-bottom: 1px solid #000;
        padding-bottom: 10px;
    }

    .course-main .frame-panel .frame-panel-pera {
        position: absolute;
        top: -75px;
        right: -13px;
        text-align: left;
    }

    .course-main .frame-right h4 {
        font-size: 18px;
        text-align: left;
        font-weight: bold;
    }

    .course-main .frame-right .frame-right-pera {
        font-size: 14px;
        text-align: left;
        font-weight: bold;
    }

    .second-img img {
        position: absolute;
        left: 219px;
        top: -299px;
        width: 150px;
        transform: translate(-33px, -52px) !important;
    }

    .three-box h2 {
        font-size: 12px;
        margin-top: 10px;
    }

    .three-box img {
        width: 40px;
    }

    .course-main .frame-panel .frame-panel-pera-second {
        position: absolute;
        top: -111px;
        right: -13px;
        text-align: left;
    }

    .course-main .freame-pera {
        text-align: left !important;
    }

    .mobile-border-course {
        border-bottom: 1px solid #000;
    }

    .main-enroll {
        border-top: none !important;
    }

    /* .syllabus-list {
    display: none;
  } */
}

.three-box-second-page {
    background: #043148;
}

.photo-graphy {
    color: #043148;
}

.photo-navigation ul li {
    list-style: none;
}

.card-header .accicon {
    float: right;
    font-size: 20px;
    width: 1.2em;
}

.card-header:not(.collapsed) .rotate-icon {
    transform: rotate(180deg);
}

.accordion .card-header:after {
    display: none;
}

.other-corse-box .card {
    -webkit-box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.75);
}

.photo-graphy {
    overflow-x: hidden;
}

.Skills-section .photography-section {
    display: contents;
}

.Skills-section button {
    padding: 9px 0px;
    font-size: 15px;
    background: #fb8500;
}

.three-box h2 {
    background-color: #043148;
}

.benifets .benifets-bg {
    background: #043148;
}

.syllabus-list span {
    font-size: 18px;
}

.Skills-section ul li {
    background: #fb8500;
}

.other-courses .btn-bg {
    background: #fb8500;
}

@media screen and (max-width: 767px) {

    .photo-graphy h1,
    h2,
    h3 {
        font-size: 24px;
    }

    .photo-graphy h4,
    h5 {
        font-size: 13px;
    }

    .photo-navigation ul {
        width: 100%;
        overflow: auto;
    }

    .photo-navigation ul li p {
        font-size: 12px;
        margin-right: 5px;
    }

    .mobileList,
    .programList,
    .growthList {
        display: none;
    }

    .Skills-section button {
        padding: 4px 1px;
        font-size: 9px;
    }
}

.requrment-content img {
    height: 100px;
}

.program-section .rotate {
    -moz-transition: all 2s linear;
    -webkit-transition: all 2s linear;
    transition: all 2s linear;
}

.program-section .rotate.down {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

/***************REGISTER PAGER CSS****************/
.main-enroll-main .register-box {
    background: #219fbc;
}

.main-enroll-main .register-box img {
    width: 192px;
}

.main-enroll-main .register-box .col-md-5 img {
    width: 30px;
}

raw formatted