@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300&display=swap');

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

html {
    scroll-behavior: smooth;
}

a:hover {
    text-decoration: none;
}

.bg_lightBlue {
    background-color: #e6ecfb;
    border-radius: 10px;
}

img {
    max-width: 100%;
}

.heading_h2 {
    font-size: 32px;
    font-weight: bold;
    margin: 0 0 35px;
}

.margin_top {
    margin-top: 8%;
}

.btn-link:hover {
    color: #1354ce;
    text-decoration: none;
}

button {
    outline: none;
}

/* header css */
.header_main {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 5;
}

.careerCounselar_header {
    position: relative;
    background-color: #14234e;
    padding: 0;
}

/* .careerCounselar_header .logo_block:before {
    content: '';
    position: absolute;
    right: 0;
    top: -1px;
    z-index: 1;
    width: 0;
    height: 0;
    border-bottom: 75px solid #14234e;
    border-left: 39px solid transparent;
} */
.careerCounselar_header .logo_block img {
    width: 166px;
}

.careerCounselar_header .nav_list {
    justify-content: flex-end;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    width: 78%;
    background-color: #14234e;
    position: relative;
    z-index: 2;
}


.careerCounselar_header .nav_list:before {
    content: '';
    position: absolute;
    left: -39px;
    top: 0px;
    z-index: 1;
    width: 0;
    height: 0;
    border-bottom: 74px solid #14234e;
    border-left: 39px solid transparent;
}

.careerCounselar_header .nav_list li {
    margin: 0 6px;
}

.careerCounselar_header .nav_list li a {
    color: #fff;
    padding: 0 4px;
}

.careerCounselar_header .logo_block {
    width: 22%;
    display: inline-block;
    background: #fff;
    padding: 25px 0;
    z-index: 2;
    position: relative;
}

.careerCounselar_header:before {
    content: '';
    position: absolute;
    left: 0;
    height: 100%;
    width: 33%;
    background-color: #fff;
    z-index: 1;
}

.nav_band {
    display: none;
    width: 28px;
    height: 25px;
    background-color: #1354ce;
    top: 16px;
    position: relative;
    border-radius: 5px;
    padding: 5px;
}

.nav_band span {
    display: flex;
    width: 100%;
    height: 2px;
    background-color: #fff;
    vertical-align: top;
    flex-wrap: wrap;
    margin-bottom: 4px;
}

.nav_band span:last-child {
    margin-bottom: 0;
}

.careerCounselar_header .nav_list li a:hover {
    color: #ddd;
    text-decoration: none;
}

.enroll_now {
    padding: 8px 15px !important;
    border-radius: 5px;
    background-color: #1354ce;
    display: inline-block;
    font-weight: bold;
    color: #fafafa;
    transition: all 0.5s ease;
}

.enroll_now:hover {
    background-color: #4a81e6;
    color: #fff !important;
}

/* Banner Section */
.bnr_section {
    background: url(../images/counselor/college-girl-working.png) no-repeat;
    height: 617px;
    position: relative;
    background-size: cover;
    padding: 100px 0;
    color: #fff;
    margin-top: 74px;
}

/* .bnr_section::before{
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    background: url(../images/counselor/hero_overlay_6.png);
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -11px -202px;
} */
.bnr_section .container {
    z-index: 2;
    position: relative;
}

.bnr_section h1 {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 30px;
}

.bnr_section p {
    font-size: 22px;
    line-height: 34px;
    margin-bottom: 30px;
}

.bnr_section .detail {
    margin: 0 0 28px;
    padding: 0;
    max-width: 640px;
}

.bnr_section .detail li {
    display: inline-block;
    margin: 0 22px 12px 0;
    font-weight: bold;
}

.bnr_section .detail li span {
    margin-right: 7px;
    display: inline-block;
}

.btn_block a {
    display: inline-block;
    width: 218px;
    padding: 20px 10px;
    margin-right: 20px;
    border-radius: 8px;
    text-align: center;
    font-weight: bold;
    transition: all 0.5s ease;
}

.anchor_download {
    background-color: #1354ce;
    color: #fff !important;
}

.anchor_enroll {
    background-color: #fff;
    color: #000 !important;
}


.section_detail {
    padding: 30px 0 45px;
}

.detail_info {
    display: flex;
    flex-wrap: wrap;
}

.detail_info .blocks_inner {
    flex: 0 0 20%;
    text-align: center;
    margin-top: 15px;
}

.detail_info .blocks_inner .icon_block {
    background-color: #3300d1;
    width: 60px;
    height: 60px;
    display: inline-block;
    border-radius: 50%;
    line-height: 60px;
    margin-bottom: 12px;
}

.detail_info .blocks_inner h3 {
    font-size: 40px;
    font-weight: bold;
    margin: 0 0 15px;
}

.detail_info .blocks_inner .line {
    display: inline-block;
    background-color: #ff7529;
    width: 44px;
    height: 3px;
    vertical-align: top;
}

.detail_info .blocks_inner p {
    margin: -5px 0 0;
}

.section_form {
    padding: 0 0 20px;
}

.submit__button {
    padding: 9px 15px;
    border-radius: 5px;
    background-color: #1354ce;
    color: #fff;
    outline: none;
    border: none;
    display: flex;
    align-items: center;
    width: 264px;
    margin: auto;
    font-size: 16px;
    font-weight: bold;
    justify-content: center;
}

.begin_form {
    padding: 55px 15px 55px 0;
    flex: 0 0 50%;
}

.form-group {
    text-align: left;
}

.help-block.form-error {
    color: rgb(185, 74, 72);
    font-size: 11px;
}

.images_block {
    flex: 0 0 50%;
}

.begin_form h3 {
    font-size: 22px;
    font-weight: bold;
    margin: 0 0 20px;
}

.begin_form p {
    font-size: 14px;
    margin: 0 0 20px;
}

.begin_form h4 {
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 25px;
}

.begin_form .signup-heading {
    font-size: 16px;
    font-weight: bold;
}

.begin_form .form-control-plaintext {
    padding-top: 0px;
}

.begin_form .otp-no {
    display: flex;
    text-align: center;
    justify-content: center;
    margin-top: 10px;
}

.begin_form .otp-no .status-verficaion {
    margin: 4px 0px 0px 70px;
}

.begin_form .otp_verify_marketing {
    width: 40%;
    margin: auto;
}

.begin_form .otp-submit {
    background-color: #1354ce;
    color: #fff;
}

.section_overview {
    padding: 28px 0;
}

.section_overview h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 10px;
}

.section_overview h4 {
    font-size: 20px;
    line-height: 26px;
    font-weight: normal;
    margin: 0 0 25px;
}

.highlight_block {
    padding-top: 14px;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.highlight_block .inner_block {
    border-radius: 15px;
    box-shadow: 0 4px 5px 1px rgba(0, 0, 0, 0.05);
    border: solid 1px #f5f1f1;
    background-color: #fff;
    padding: 23px 20px;
    flex: 0 0 48%;
}

.highlight_block .inner_block img {
    margin-right: 6px;
}


.skill_gain {
    padding: 35px;
}

.skillGain_block {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding: 0 27px;
}

.skillGain_block .info_student {
    background-color: #fff;
    display: inline-block;
    padding: 10px 18px;
    border-radius: 20px;
}

.skillGain_block .info_student img {
    display: inline-block;
    vertical-align: bottom;
    margin: 0 5px 0 0;
}

.section_skill {
    padding: 25px 0;
}

.learn_section {
    background-color: #fff5ef;
    padding: 48px 0;
    margin-top: 20px;
}

.lean_discription {
    padding: 1px;
    border-radius: 15px;
    box-shadow: 0 4px 5px 1px rgba(0, 0, 0, 0.05);
    border-style: solid;
    border-width: 4px;
    border-image-source: linear-gradient(to bottom, #1354ce 0%, #fc7d47 90%);
    border-image-slice: 1;
    background-image: linear-gradient(to bottom, #fff, #fff), linear-gradient(to bottom, #1354ce 0%, #fc7d47 90%);
    background-origin: border-box;
    background-clip: content-box, border-box;
    margin-right: 20px;
}

.lean_discription:last-child {
    margin-right: 0px;
}

.lean_discription h3 {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 15px;
    height: 56px;
}

.lean_discription p {
    font-weight: normal;
}

.lean_discription>div {
    padding: 20px;
    height: 285px;
}

.slick-prev {
    transform: rotate(180deg);
    left: -11px;
}

.slick-arrow {
    position: absolute;
    top: 50%;
    margin-top: -15px;
}

.slick-next {
    right: -9px;
}

.course_Outline {
    margin: 48px 0;
}

.course_Outline #accordion {
    border-radius: 10px;
    border: solid 1px #dbd8d8;
    padding: 20px;
}

.course_Outline #accordion .card {
    border-radius: 0px;
    border: 0px solid;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.course_Outline #accordion .card:last-child {
    border-bottom: 0px solid rgba(0, 0, 0, .125);
}

.course_Outline #accordion .card-header {
    background-color: #fff;
}

.course_Outline #accordion .card-header {
    border: 0px solid;
    padding-left: 0px;
    padding-right: 0px;
}

.course_Outline #accordion .card-header .btn {
    font-size: 18px;
    font-weight: 600;
    color: #1354ce;
    position: relative;
    padding: 0 45px 0 0;
    white-space: inherit;
}

.btn:hover,
.btn:focus {
    text-decoration: none;
    text-decoration: none;
}

.course_Outline #accordion .card-header .btn .chapter_discription {
    color: #000;
    font-weight: normal;
    font-size: 16px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}

.course_Outline #accordion .card-header .btn:before {
    content: '';
    position: absolute;
    right: 0;
    top: 5px;
    background: url(../images/counselor/Expand_right.png);
    width: 30px;
    height: 19px;
    transform: rotate(180deg);
}

.course_Outline #accordion .card-header .btn.collapsed:before {
    transform: rotate(0deg);
}

.view_modules {
    padding: 25px;
    border-radius: 10px;
    border: solid 2px #1354CE;
    background-color: #fff;
    margin-top: 15px;
    font-size: 18px;
    font-weight: 600;
}



.course_Outline #accordion .card-body ul {
    margin: 0px;
}

.course_Outline #accordion .card-body ul li {
    color: #000;
    font-size: 16px;
    font-weight: normal;
    margin-top: 2px;
}

.dots {
    width: 4px;
    height: 4px;
    display: inline-block;
    background-color: #000;
    vertical-align: middle;
    margin-right: 5px;
}

.course_Outline #accordion .card-body {
    padding: 0px 0 20px;
}

.course_Outline #accordion .card-header .btn:before {
    content: '';
    position: absolute;
    right: 0;
    top: 5px;
    background: url(../images/counselor/Expand_right.png);
    width: 30px;
    height: 19px;
}


.fee_section {
    background-color: #e6ecfb;
    padding: 48px 0;
}

.fee_structure {
    padding: 30px;
    border-radius: 20px;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.structue_left {
    padding: 35px 24px 30px;
    border-radius: 20px;
    background-image: linear-gradient(45deg, #4b5ead 2%, #fc7d47 101%);
    color: #fff;
    text-align: center;
    flex: 0 0 28%;
}

.structue_left h4 {
    font-size: 36px;
    font-weight: bold;
    margin: 0 0 12px;
}

.structue_left span {
    font-weight: 600;
    display: inline-block;
    margin-bottom: 24px;
}

.structue_left p {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 40px;
}

.get_start_btn {
    padding: 11px 35px;
    border-radius: 10px;
    background-color: #fff;
    font-size: 20px;
    font-weight: bold;
    color: #1354ce;
    display: inline-block;
}

.structue_right h4 {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 25px;
}

.structue_right {
    flex: 0 0 70%;
}

.included_block .types {
    padding: 1px;
    border-radius: 15px;
    box-shadow: 0 4px 5px 1px rgba(0, 0, 0, 0.05);
    border-style: solid;
    border-width: 2px;
    border-image-source: linear-gradient(to bottom, #1354ce 0%, #fc7d47 90%);
    border-image-slice: 1;
    background-image: linear-gradient(to bottom, #fff, #fff), linear-gradient(to bottom, #1354ce 0%, #fc7d47 90%);
    background-origin: border-box;
    background-clip: content-box, border-box;
    margin-right: 9px;
}

.included_block .types>div {
    padding: 20px 13px;
    background-color: #fff;
    text-align: center;
    border-radius: 15px;
    height: 233px;
}

.included_block .types img {
    display: inline-block;
    margin-bottom: 10px;
}

.included_block .types h3 {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 11px;
}

.included_block .types p {
    font-size: 12px;
    font-weight: 500;
}

.included_block .types p > b {
    display: block;
    margin-top: 4px;
}



.program_Advisors {
    margin: 48px 0;
}

.advisors_info .slick-slide {
    margin-right: 20px;
}

.detail_advisors_info {
    border-radius: 20px;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.05);
    border: solid 2px #f2f2f2;
    padding: 25px;
    margin-top: 94px;
    margin-bottom: 10px;
}

.detail_advisors_info .img_block {
    text-align: center;
    display: block;
    position: relative;
    z-index: 2;
    width: 100%;
    margin-top: -118px;
    margin-bottom: 20px;
}

.detail_advisors_info .img_block img {
    display: inline-block;
}

.detail_advisors_info h4 {
    font-size: 22px;
    font-weight: 600;
}

.detail_advisors_info p {
    font-weight: normal;
}

.social_media a {
    display: inline-block;
    margin-right: 5px;
}

.slick-dots li button:before {
    background: #888686;
}

.slick-dots li.slick-active button:before {
    background: #000;
}

.slick-dots {
    text-align: center;
    padding: 0;
}

.student_Counseling {
    margin: 0 0 48px;
}

.journey_Counseling_inner {
    border-radius: 0 0 10px 10px;
    box-shadow: 0 4px 5px 1px rgba(0, 0, 0, 0.05);
    border: solid 1px #e7e7e7;
    padding: 20px;
    border-top: 2px solid #1354ce;
}

.journey_Counseling .slick-slide {
    margin-right: 20px;
    border-top: 2px solid #fc7d47;
    border-radius: 2px 2px 0 0;
    margin-bottom: 10px;
}

.journey_Counseling_inner h4 {
    font-size: 16px;
    font-weight: 600;
    height: 125px;
    line-height: 26px;
}

.journey_Counseling_inner h4 a {
    color: #000;
}

.journey_Counseling_inner p {
    font-weight: normal;
    font-size: 14px;
    margin: 0;
}

.earn_certificate {
    border-radius: 20px;
    padding: 50px;
    background: url(../images/counselor/bg_earn.png);
    background-size: cover;
    position: relative;
}

.certificate_frame {
    position: absolute;
    top: -48px;
    right: 59px;
    padding: 11px;
    background-image: linear-gradient(53deg, #4b5ead 2%, #fc7d47 101%);
}

.career_certificate {
    margin: 96px 0 88px;
}

.read_more a {
    font-size: 12px;
    font-weight: 500;
    text-decoration: underline;
}

.read_more {
    margin: -4px 0 20px;
    position: relative;
}

.more_less {
    margin: 0;
    height: 144px;
    overflow: hidden;
}

.read_more:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 40px;
    top: -36px;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 100%);
}


/* Modal Css Start */
.modal-header {
    border: 0px solid;
    padding-bottom: 0px;
}
.modal-body span img {
    display: block;
    margin: auto;
}
.modal-body h4 {
    font-size: 22px;
    font-weight: 600;
}
.modal-body p {
    font-size: 14px;
    font-weight: 400;
}

section {
    scroll-margin-top: 5rem;
}

#exampleModal4 .modal-body  {
    text-align: center;
}


/* Sticky Enroll */
.sticky_enroll {
    display: none;
}
.btm_stick{
    display: none;
}



@media screen and (max-width: 992px) {
    body {
        font-size: 14px;
    }

    .nav_band {
        display: block;
    }

    .careerCounselar_header .logo_block img {
        width: 132px;
    }

    .careerCounselar_header .logo_block {
        width: 50%;
        padding: 15px 0;
    }

    .careerCounselar_header:before {
        height: 51px;
        width: 48%;
    }

    .careerCounselar_header .nav_list {
        display: none;
        justify-content: flex-start;
        width: 100%;
        flex-wrap: wrap;
        padding: 10px 0 13px;
    }

    .careerCounselar_header .nav_list li {
        margin: 0;
        width: 100%;
        padding: 7px 0;
    }

    .careerCounselar_header .nav_list:before {
        display: none;
    }

    .careerCounselar_header .logo_block:before {
        content: '';
        position: absolute;
        right: 0;
        top: -1px;
        z-index: 1;
        width: 0;
        height: 0;
        border-bottom: 52px solid #14234E;
        border-left: 25px solid transparent;
    }

    .bnr_section {
        height: auto;
        padding: 30px 0;
        background-position: -581px 0px;
        margin-top: 51px;
    }

    .bnr_section::before {
        background-position: 0;
    }

    .bnr_section h1 {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .bnr_section p {
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 15px;
        padding-right: 39%;
    }

    .bnr_section .detail {
        margin: 0 0 23px;
    }

    .bnr_section .detail li {
        display: block;
        margin: 0 0 8px 0;
        font-size: 12px;
    }

    .btn_block a {
        width: 160px;
        padding: 8px 5px;
        margin: 0 20px 11px 0;
        font-size: 12px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .detail_info .blocks_inner h3 {
        font-size: 24px;
        margin: 0 0 8px;
    }

    .detail_info {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .detail_info .blocks_inner {
        flex: 0 0 auto;
        margin-top: 20px;
    }

    .section_detail {
        padding: 0 0 20px;
    }

    .detail_info .blocks_inner p {
        margin: -6px 0 5px;
    }

    .section_form {
        padding: 0 0 20px;
    }

    .submit__button {
        width: 100%;
    }

    .images_block {
        display: none;
    }

    .begin_form {
        padding: 40px 15px;
        flex: 0 0 100%;
    }

    .begin_form h3 {
        font-size: 20px;
        font-weight: bold;
        margin: 0 0 12px;
        padding: 0 22px;
        line-height: 27px;
    }

    .begin_form p {
        font-size: 12px;
        margin: 0 0 17px;
        line-height: 18px;
    }

    .highlight_block {
        gap: 12px;
    }

    .highlight_block .inner_block {
        padding: 15px;
        flex: 0 0 100%;
    }

    .heading_h2 {
        font-size: 24px;
        margin: 0 0 15px;
    }

    .section_overview h3 {
        font-size: 16px;
        margin: 0 0 10px;
    }

    .section_overview h4 {
        font-size: 16px;
        line-height: 22px;
        margin: 0 0 15px;
    }

    .section_overview {
        padding: 10px 0;
    }

    .skill_gain {
        padding: 24px;
    }

    .skillGain_block {
        justify-content: flex-start;
        gap: 8px;
        padding: 0;
    }

    .skillGain_block .info_student {
        font-size: 13px;
        padding: 9px 12px;
    }

    .skillGain_block .info_student img {
        width: 19px;
    }

    .lean_discription {
        margin: 0;
    }

    .learn_type,
    .included_block,
    .journey_Counseling {
        padding: 0 25px;
    }

    .learn_section {
        padding: 24px 0;
        margin-top: 10px;
    }

    .lean_discription>div {
        padding: 15px;
        height: 215px;
    }

    .lean_discription h3 {
        font-size: 18px;
        margin: 0 0 10px;
        height: 43px;
    }

    .course_Outline {
        margin: 28px 0;
    }

    .course_Outline #accordion .card-header .btn {
        font-size: 16px;
        padding: 0 36px 0 0;
    }

    .course_Outline #accordion {
        padding: 8px 15px;
    }

    .fee_structure {
        padding: 15px;
    }

    .structue_left {
        padding: 20px 16px;
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }

    .structue_left p {
        margin: 0 0 25px;
    }

    .structue_left span {
        margin-bottom: 15px;
    }

    .structue_right {
        width: 100%;
    }

    .advisors_info .slick-slide {
        margin-right: 0px;
    }

    .certificate_frame {
        position: relative;
        top: 0;
        right: 0;
        padding: 8px;
        width: 170px;
        margin: -71px auto 0;
    }

    .earn_certificate {
        padding: 15px;
        text-align: center;
    }

    .earn_certificate .heading_h2 {
        font-size: 16px;
        margin-top: 15px;
    }

    .career_certificate {
        margin: 96px 0 30px;
    }

    section {
        scroll-margin-top: 3rem;
    }

    .view_modules {
        padding: 10px 25px;
        font-size: 14px;
    }

    .fee_section {
        padding: 24px 0px;
    }

    .structue_right h4 {
        font-size: 18px;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    /* Sticky Enroll */
    .sticky_enroll {
        display: block;
        height: 44px;
    }
    .sticky_enroll_text {
        display: block;
        text-align: center;
        text-decoration: none;
        color: #fff !important;
        background: #14234e;
        font-size: 16px;
        padding: 10px;
        position: fixed;
        left: 0px;
        bottom: -22px;
        width: 100%;
        z-index: 0;
        visibility: hidden;
        transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
    }
    .btm_stick.sticky_enroll_show{
        display: block;
    }
    .sticky_enroll_show {
        /* z-index: 9;
        visibility: visible;
        bottom: 0px; */
        position: fixed;
        bottom: 0;
        padding: 15px;
        background: rgba(0,0,0,0.8);
        width: 100%;
    }
    .btm_stick .btn_block {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .btm_stick .btn_block a {margin: 0;}
    .footer-section { 
        padding-bottom: 60px;
    }

    .begin_form .form-control-plaintext {
        width: 36% !important;
    }

    .begin_form .otp-no .status-verficaion {
        margin: 1px 0px 0px 30px;
        font-size: 13px !important;
    }

    .begin_form .otp_verify_marketing {
        width: 100%;
    }

    .begin_form .otp-submit {
        min-width: 100%;
        font-weight: bold;
    }


}


/* Footer css */
.footer-section {
    background-color: rgba(0, 0, 0, 0.9);
}

.footer-section .top-footer {
    padding: 30px 0;
}

.footer-container {
    padding: 0 50px;
}

.footer-logo {
    width: 18%;
    display: inline-block;
    vertical-align: top;
}

.footer-nav {
    width: 64%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

.footer-social {
    width: 215px;
    display: inline-block;
    vertical-align: top;
    text-align: right;
}

.top-footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-nav ul li,
.footer-social ul li {
    display: inline-block;
    line-height: initial;
}

.footer-nav ul li a {
    text-decoration: none;
    color: #f7f7f7;
    font-size: 14px;
    padding: 0 14px;
}

.footer-bottom {
    margin-bottom: 0;
    padding: 13px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.04);
}

.bottom-foot {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: #e5e5e5;
}

.footer-bottom .footerbtm-left {
    float: left;
}

.footer-bottom .footerbtm-left {
    display: inline-block;
    color: #e5e5e5;
}

.footer-bottom .footerbtm-left ul li a {
    text-decoration: none;
    color: #e5e5e5;
    display: block;
    font-size: 12px;
    padding: 2px 0;
}

.footer-bottom .footerbtm-left ul li {
    display: inline-block;
}

.footer-bottom .footerbtm-left ul li {
    margin-right: 20px;

}

.footerbtm-left ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

@media screen and (max-width: 992px) {

    .footer-logo,
    .footer-nav {
        width: 100%;
        text-align: center;
    }

    .footer-container {
        padding: 0 15px;
    }

    .footer-nav ul li {
        padding: 10px 5px;
    }

    .top-footer ul {
        margin: 15px 0 0;
    }

    .footer-social {
        width: 100%;
        text-align: center;
    }

    .footer-social ul li:not(:first-child) {
        margin-left: 15px;
    }

    .middlebtm p {
        margin-top: 60px;
    }

    .middlebtm {
        width: 100%;
    }

    .footer-bottom .footerbtm-left ul li a {
        padding: 5px 0;
    }

    .footer-bottom .footerbtm-left {
        margin-bottom: 20px;
    }

}