@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&family=Saira+Condensed:wght@400;500;700&display=swap");

@font-face {
    font-family: WebRupee;
    src: url(../fonts/WebRupee.V2.0.eot);
    src: local("WebRupee"), url(../fonts/WebRupee.V2.0.ttf) format("truetype"), url(../fonts/WebRupee.V2.0.woff) format("woff"), url(../fonts/WebRupee.V2.0.svg) format("svg");
    font-weight: 600;
    font-style: normal
}

.rupee {
    font-family: WebRupee !important;
    padding: 0 5px
}

html {
    font-size: 62.5%
}

body {
    font-family: "Roboto", sans-serif;
    font-size: 1.6rem;
    font-weight: 300;
    background-color: #F3F4F5
}

.container {
    max-width: 1258px
}

.section-py {
    padding: 70px 0
}

@media screen and (max-width: 1366px) {
    .section-py {
        padding: 50px 0
    }
}

.section-pt {
    padding-top: 90px
}

@media screen and (max-width: 1366px) {
    .section-pt {
        padding-top: 50px
    }
}

.section-pb {
    padding-bottom: 90px
}

@media screen and (max-width: 1366px) {
    .section-pb {
        padding-bottom: 50px
    }
}

.section-my {
    margin: 40px 0
}

@media screen and (max-width: 1366px) {
    .section-my {
        margin: 20px 0
    }
}

.section-mt {
    margin-top: 40px
}

@media screen and (max-width: 1366px) {
    .section-mt {
        margin-top: 20px
    }
}

.section-mb {
    margin-bottom: 40px
}

@media screen and (max-width: 1366px) {
    .section-mb {
        margin-bottom: 20px
    }
}

a {
    text-decoration: none;
    color: #747474
}

    a:hover {
        text-decoration: none;
        color: #000
    }

.border-gray {
    border-color: #BCBCBC
}

.w-80 {
    width: 80%
}

.icon-insta {
    fill: #fff
}

.section-white {
    background: #fff
}

.section-gray {
    background: #eff1f4
}

.section-gray-white {
    background: #eff1f4;
    position: relative
}

    .section-gray-white:before {
        width: 100%;
        height: 50%;
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        background: #fff
    }

.section-heads {
    font-family: "Saira Condensed", sans-serif;
    font-size: 4.4rem;
    font-weight: 400;
    color: #000;
    width: 100%;
    position: relative;
    margin-bottom: 25px
}

    .section-heads:before {
        position: absolute;
        content: '';
        bottom: 0px;
        left: 0;
        width: 130px;
        height: 3px;
        background: #f9a91a;
        background: linear-gradient(90deg, #f9a91a 0%, #eb417a 30%, #3f91c1 60%, #fff 90%)
    }

@media screen and (max-width: 1366px) {
    .section-heads {
        font-size: 3.4rem;
        margin-bottom: 20px
    }
}

@media screen and (max-width: 991px) {
    .section-heads {
        font-size: 3rem;
        margin-bottom: 15px
    }
}

.section-gray .section-heads:before {
    position: absolute;
    content: '';
    bottom: 0px;
    left: 0;
    width: 130px;
    height: 3px;
    background: #f9a91a;
    background: linear-gradient(90deg, #f9a91a 0%, #eb417a 30%, #3f91c1 60%, #eff1f4 90%)
}

.white-buttons {
    border-radius: 8px;
    background-color: #fff;
    padding: 10px 40px;
    display: inline-block;
    overflow: hidden;
    position: relative;
    text-align: center;
    border: 1px solid #fff;
    transition: all ease 0.3s
}

@media screen and (max-width: 991px) {
    .white-buttons {
        padding: 7px 16px
    }
}

.white-buttons.with-white-bg {
    border: 1px solid #39414C
}

@media screen and (max-width: 991px) {
    .white-buttons.with-white-bg {
        padding: 7px 16px
    }
}

.white-buttons span {
    width: 100%;
    height: 100%;
    color: #39414C;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 1.6rem;
    position: relative;
    z-index: 1
}

.white-buttons:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #39414C;
    transition: all ease 0.3s
}

.white-buttons:hover {
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5)
}

    .white-buttons:hover span {
        color: #fff
    }

    .white-buttons:hover:after {
        width: 100%
    }

    .white-buttons:hover.with-white-bg {
        border: 1px solid #fff
    }

.trans-buttons {
    border-radius: 8px;
    background-color: transparent;
    padding: 10px 40px;
    display: inline-block;
    overflow: hidden;
    position: relative;
    text-align: center;
    border: 1px solid #C7C7C7;
    transition: all ease 0.3s
}

@media screen and (max-width: 991px) {
    .trans-buttons {
        padding: 7px 16px
    }
}

.trans-buttons span {
    width: 100%;
    height: 100%;
    color: #39414C;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 1.6rem;
    position: relative;
    z-index: 1
}

.trans-buttons:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #fff;
    transition: all ease 0.3s
}

.trans-buttons:hover {
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5)
}

    .trans-buttons:hover span {
        color: #39414C
    }

    .trans-buttons:hover:after {
        width: 100%
    }

.black-buttons {
    border-radius: 8px;
    background-color: #000000;
    padding: 10px 40px;
    display: inline-block;
    overflow: hidden;
    position: relative;
    text-align: center;
    border: 1px solid #fff;
    transition: all ease 0.3s
}

@media screen and (max-width: 991px) {
    .black-buttons {
        padding: 7px 16px
    }
}

.black-buttons span {
    width: 100%;
    height: 100%;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 1.6rem;
    position: relative;
    z-index: 1
}

.black-buttons:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #fff;
    transition: all ease 0.3s
}

.black-buttons:hover {
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.2)
}

    .black-buttons:hover span {
        color: #000
    }

    .black-buttons:hover:after {
        width: 100%
    }

.text-link {
    font-family: "Roboto", sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    color: #000;
    position: relative;
    transition: all ease 0.3s
}

    .text-link:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        height: 1px;
        background: #000;
        transition: all ease 0.3s
    }

    .text-link:hover:after {
        width: 100%
    }

.arrow-button {
    width: 48px;
    height: 20px;
    display: block;
    opacity: 1;
    transform: scale(1);
    transition: all ease 0.3s;
    text-indent: -9999px;
    position: relative;
    transform-origin: 0 0;
    background: url(../images/link-arrow.png) no-repeat 0 0;
    background-size: 100% 100%
}

@media screen and (max-width: 991px) {
    .arrow-button {
        width: 24px;
        height: 12px
    }
}

.arrow-button:hover {
    transform: scale(1.3);
    transform-origin: 0 0;
    background: url(../images/link-arrow-hover.png) no-repeat 0 0;
    background-size: 100% 100%
}

.tabs-buttons li a {
    color: #747474;
    position: relative;
    font-size: 2.4rem;
    font-family: "Saira Condensed", sans-serif;
    font-weight: 500
}

@media screen and (max-width: 991px) {
    .tabs-buttons li a {
        font-size: 2rem
    }
}

.tabs-buttons li a:before {
    position: absolute;
    content: '';
    bottom: 0px;
    left: 0;
    width: 0;
    height: 3px;
    background: #39414C;
    transition: all ease 0.3s
}

.tabs-buttons li.active a {
    color: #39414C
}

    .tabs-buttons li.active a:before {
        position: absolute;
        content: '';
        bottom: 0px;
        left: 0;
        width: 75%;
        height: 3px;
        background: #39414C
    }

.tabs-buttons.nav-tabs {
    border: none
}

@media screen and (max-width: 1024px) {
    .tabs-buttons.nav-tabs {
        flex-wrap: nowrap;
        overflow: hidden;
        overflow-x: auto;
        padding-bottom: 2px;
        white-space: nowrap
    }
}

.tabs-buttons .nav-item {
    padding: 0 20px
}

    .tabs-buttons .nav-item:first-child {
        padding-left: 0
    }

    .tabs-buttons .nav-item:last-child {
        padding-right: 0
    }

    .tabs-buttons .nav-item .nav-link {
        color: #747474;
        position: relative;
        font-size: 2.4rem;
        font-family: "Saira Condensed", sans-serif;
        font-weight: 400;
        border: none;
        padding: 0;
        background: transparent
    }

        .tabs-buttons .nav-item .nav-link:before {
            position: absolute;
            content: '';
            bottom: 0px;
            left: 0;
            width: 0;
            height: 3px;
            background: #39414C;
            transition: all ease 0.3s
        }

        .tabs-buttons .nav-item .nav-link.active {
            color: #39414C;
            font-weight: 500
        }

            .tabs-buttons .nav-item .nav-link.active:before {
                position: absolute;
                content: '';
                bottom: 0px;
                left: 0;
                width: 58px;
                height: 3px;
                background: #39414C
            }

        .tabs-buttons .nav-item .nav-link:hover {
            color: #39414C
        }

            .tabs-buttons .nav-item .nav-link:hover:before {
                position: absolute;
                content: '';
                bottom: 0px;
                left: 0;
                width: 75%;
                height: 3px;
                background: #39414C
            }

img {
    max-width: 100%;
    height: auto
}

figure {
    overflow: hidden;
    transition: all ease 0.3s;
    margin: 0;
    width: 100%
}

    figure img {
        transition: all ease 0.3s;
        display: inline-block;
        width: 100%
    }

    figure:hover figure img {
        transform: scale(1.05)
    }

    figure:hover:before {
        margin-left: 10px
    }

    figure:hover:after {
        margin-left: 10px
    }

.slick-slide {
    margin: 0 20px
}

@media screen and (max-width: 480px) {
    .slick-slide {
        margin: 0 10px
    }
}

.slick-list {
    margin: 0 -20px
}

@media screen and (max-width: 480px) {
    .slick-list {
        margin: 0 -10px;
        padding: 0
    }
}

.slick-dots {
    bottom: 0
}

    .slick-dots li {
        width: 10px;
        height: 10px
    }

        .slick-dots li.slick-active button:before {
            color: #39414C
        }

        .slick-dots li button {
            width: 10px;
            height: 10px
        }

            .slick-dots li button:before {
                width: 10px;
                height: 10px;
                line-height: 10px
            }

.slick-slider .slick-track .slick-slide img {
    display: inline-block;
    width: 100%;
    height: 100%
}

.img-text-card-wrap {
    position: relative
}

    .img-text-card-wrap .tabs-buttons {
        position: absolute;
        right: 0;
        top: -74px
    }

@media screen and (max-width: 1024px) {
    .img-text-card-wrap .tabs-buttons {
        position: relative;
        right: auto;
        top: auto
    }
}

.img-text-card-wrap .item {
    background-color: #eff1f4;
    border-radius: 30px;
    margin-bottom: 70px;
    margin-top: 30px;
    overflow: hidden;
    cursor: default;
    position: relative;
    top: 0px;
    animation-duration: 1s;
    animation-timing-function: ease-in-out
}

@media screen and (max-width: 1024px) {
    .img-text-card-wrap .item {
        border-radius: 20px;
        margin-bottom: 35px
    }
}

.img-text-card-wrap .item:hover {
    -webkit-box-shadow: 0px 24px 24px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 24px 24px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 24px 24px 0px rgba(0, 0, 0, 0.16);
    animation-name: bounce;
    -moz-animation-name: bounce
}

@media screen and (max-width: 1024px) {
    .img-text-card-wrap .item:hover {
        top: auto;
        animation: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none
    }
}

.img-text-card-wrap .item .common-card {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    position: relative
}

    .img-text-card-wrap .item .common-card .common-card-body {
        padding: 60px;
        color: #747474;
        font-family: "Roboto", sans-serif;
        font-weight: 400;
        min-height: 135px;
        position: relative
    }

@media screen and (max-width: 1024px) {
    .img-text-card-wrap .item .common-card .common-card-body {
        padding: 30px
    }
}

.img-text-card-wrap .item .common-card .common-card-body p {
    font-size: 1.8rem;
    min-height: 60px
}

@media screen and (max-width: 1366px) {
    .img-text-card-wrap .item .common-card .common-card-body p {
        font-size: 1.8rem
    }
}

@media screen and (max-width: 1024px) {
    .img-text-card-wrap .item .common-card .common-card-body p {
        font-size: 1.6rem
    }
}

.img-text-card-wrap .item .common-card .common-card-body .common-card-body-heads {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #747474
}

    .img-text-card-wrap .item .common-card .common-card-body .common-card-body-heads h3 {
        font-size: 3.4rem;
        font-family: "Roboto", sans-serif;
        font-weight: 400;
        color: #747474
    }

@media screen and (max-width: 1366px) {
    .img-text-card-wrap .item .common-card .common-card-body .common-card-body-heads h3 {
        font-size: 2.4rem
    }
}

@media screen and (max-width: 1024px) {
    .img-text-card-wrap .item .common-card .common-card-body .common-card-body-heads h3 {
        font-size: 2rem
    }
}

@media screen and (max-width: 991px) {
    .img-text-card-wrap .item .common-card .common-card-body .common-card-body-heads h3 {
        font-size: 2.4rem
    }
}

.img-text-card-wrap .item .common-card .common-card-body .common-card-body-heads span {
    font-size: 2rem;
    min-height: auto
}

@media screen and (max-width: 1366px) {
    .img-text-card-wrap .item .common-card .common-card-body .common-card-body-heads span {
        font-size: 1.8rem
    }
}

@media screen and (max-width: 600px) {
    .img-text-card-wrap .item .common-card .common-card-body .common-card-body-heads span {
        font-size: 1.6rem
    }
}

.img-text-card-wrap .item .common-card .common-card-footer {
    position: absolute;
    bottom: 45px;
    left: 60px
}

@media screen and (max-width: 1024px) {
    .img-text-card-wrap .item .common-card .common-card-footer {
        bottom: 30px;
        left: 30px
    }
}

.img-text-card-wrap .item.slick-slide {
    flex-wrap: wrap;
    padding: 0 !important
}

.imgCardTextSlider {
    padding-bottom: 35px;
    position: relative
}

    .imgCardTextSlider img {
        display: inline-block;
        width: 100%;
        height: 100%
    }

@media screen and (max-width: 768px) {
    .imgCardTextSlider {
        padding-bottom: 0px
    }
}

@media screen and (max-width: 600px) {
    .imgCardTextSlider {
        margin-right: -20px;
        overflow: hidden
    }
}

.imgCardTextSlider.multiSlide:after {
    width: 11%;
    height: 1px;
    background-color: rgba(85, 85, 85, 0.5);
    position: absolute;
    content: '';
    left: 50%;
    bottom: 17px;
    transform: translateX(-50%);
    z-index: 0
}

@media screen and (max-width: 1450px) {
    .imgCardTextSlider.multiSlide:after {
        width: 9%
    }
}

@media screen and (max-width: 991px) {
    .imgCardTextSlider.multiSlide:after {
        width: 6%
    }
}

@media screen and (max-width: 768px) {
    .imgCardTextSlider.multiSlide:after {
        display: none
    }
}

.switches-container {
    width: 220px;
    height: 62px;
    position: absolute;
    left: 25px;
    bottom: 25px;
    display: flex;
    padding: 5px;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto
}

    .switches-container .custom-radio {
        width: 50%;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        flex-direction: column;
        position: relative
    }

        .switches-container .custom-radio label {
            position: relative;
            padding: 0;
            margin: 0;
            text-align: center;
            cursor: pointer;
            color: white;
            font-size: 1.8rem
        }

            .switches-container .custom-radio label.checked {
                border-radius: 10px;
                background: #fff;
                color: #000;
                height: 100%;
                transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1)
            }

        .switches-container .custom-radio input {
            visibility: hidden;
            position: absolute;
            top: 0;
            height: 100%;
            width: 100%;
            z-index: 1
        }

@media screen and (max-width: 1024px) {
    .switches-container {
        position: relative;
        left: auto;
        bottom: auto;
        height: 42px;
        margin-top: 15px
    }

        .switches-container label {
            font-size: 1.6rem
        }

        .switches-container .switch-wrapper .switch div {
            font-size: 1.6rem
        }
}

.icons-sidebar {
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -45px;
    z-index: 99;
    background-color: #000;
    border-radius: 8px 0 0 8px;
    padding: 20px
}

    .icons-sidebar a.trans-buttons {
        display: none
    }

@media screen and (max-width: 991px) {
    .icons-sidebar {
        top: auto;
        bottom: 0;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
        border-radius: 0px;
        padding: 21px 40px;
        background-color: #1E1E1E
    }

        .icons-sidebar a.trans-buttons {
            display: block;
            border-color: #fff
        }

            .icons-sidebar a.trans-buttons span {
                color: #fff
            }

            .icons-sidebar a.trans-buttons:hover span {
                color: #1E1E1E
            }
}

.icons-sidebar .black-buttons {
    display: none
}

@media screen and (max-width: 991px) {
    .icons-sidebar .black-buttons {
        display: block
    }
}

.icons-sidebar .three-dots-click {
    display: none
}

@media screen and (max-width: 991px) {
    .icons-sidebar .three-dots-click {
        display: block
    }
}

.icons-sidebar .icons-sidebar-list {
    display: flex;
    align-items: center
}

    .icons-sidebar .icons-sidebar-list ul {
        margin-bottom: 0
    }

@media screen and (max-width: 991px) {
    .icons-sidebar .icons-sidebar-list ul {
        padding: 15px;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        align-items: center;
        padding: 0
    }
}

.icons-sidebar .icons-sidebar-list ul li {
    padding-bottom: 15px;
    margin-bottom: 0
}

@media screen and (max-width: 991px) {
    .icons-sidebar .icons-sidebar-list ul li {
        padding: 0 20px
    }

        .icons-sidebar .icons-sidebar-list ul li:first-child,
        .icons-sidebar .icons-sidebar-list ul li:nth-child(2) {
            display: block
        }

        .icons-sidebar .icons-sidebar-list ul li:nth-child(3),
        .icons-sidebar .icons-sidebar-list ul li:last-child {
            display: none
        }
}

@media screen and (max-width: 600px) {
    .icons-sidebar .icons-sidebar-list ul li {
        padding: 0 15px
    }
}

.icons-sidebar .icons-sidebar-list ul li:last-child {
    padding-bottom: 0
}

.icons-sidebar .icons-sidebar-list ul li a {
    width: 30px;
    height: 30px;
    display: inline-block;
    transition: all ease 0.3s
}

    .icons-sidebar .icons-sidebar-list ul li a:hover {
        transform: scale(1.2)
    }

    .icons-sidebar .icons-sidebar-list ul li a img {
        width: 100%
    }

@media screen and (max-width: 991px) {

    .icons-sidebar .icons-sidebar-list.active ul li:first-child,
    .icons-sidebar .icons-sidebar-list.active ul li:nth-child(2) {
        display: none
    }

    .icons-sidebar .icons-sidebar-list.active ul li:nth-child(3),
    .icons-sidebar .icons-sidebar-list.active ul li:last-child {
        display: block
    }
}

.image-grid figure {
    margin-bottom: 0
}

.image-grid img {
    box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.15);
    transition: box-shadow 0.2s
}

.image-grid a:hover img {
    box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.35)
}

.lightbox-modal .modal-content {
    background: var(--lightbox)
}

.lightbox-modal .btn-close {
    position: absolute;
    top: 20px;
    right: 18px;
    font-size: 1.2rem;
    z-index: 10
}

.lightbox-modal .modal-body {
    display: flex;
    align-items: center;
    padding: 0;
    text-align: center
}

.lightbox-modal img {
    width: auto;
    max-height: 100vh;
    max-width: 100%
}

.lightbox-modal .carousel-caption {
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(36, 36, 36, 0.75)
}

.lightbox-modal .carousel-control-prev,
.lightbox-modal .carousel-control-next {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    width: auto
}

.lightbox-modal .carousel-control-prev {
    left: 10px
}

.lightbox-modal .carousel-control-next {
    right: 10px
}

.video-play-button {
    position: absolute;
    width: 50px;
    height: 50px;
    z-index: 99;
    margin: 0 auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url(../../assets/images/icon-video-play.svg) no-repeat 0 0;
    background-size: cover
}

.footer-fixed #follow-us {
    padding-bottom: 100px
}

.footer-fixed .icons-sidebar {
    bottom: 140px;
    top: auto;
    transition: all ease 0.3s;
    background-color: #1E1E1E
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    z-index: 100
}

#page-intro {
    padding: 60px 0
}

@media (max-width: 1024px) {
    #page-intro {
        padding: 30px 0
    }
}

@media (max-width: 768px) {
    #page-intro {
        padding: 22px 0
    }
}

#page-intro h2 {
    color: #000;
    font-family: "Saira Condensed", sans-serif;
    font-weight: lighter;
    font-size: 4rem;
    line-height: 50px;
    max-width: 80%;
    text-align: center;
    margin: 0 auto
}

@media (max-width: 1024px) {
    #page-intro h2 {
        font-size: 2rem;
        line-height: 28px
    }
}

@media (max-width: 768px) {
    #page-intro h2 {
        max-width: 95%
    }
}

#page-intro h2 a {
    position: relative;
    color: #000000
}

    #page-intro h2 a strong {
        font-weight: bold
    }

    #page-intro h2 a:before {
        position: absolute;
        content: '';
        width: 100%;
        height: 2px;
        background-color: #bcbcbc;
        left: 0px;
        bottom: 5px;
        transition: all 0.3s ease-in;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -ms-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in
    }

    #page-intro h2 a:hover:before {
        width: 0px
    }

.hero-section .container-fluid.single-banner .banner_txt_main h1,
.hero-section .container-fluid.single-banner .banner_txt_main .banner-main-heading {
    font-family: "Saira Condensed", sans-serif;
    font-weight: 700;
    font-size: 12rem;
    line-height: 40px;
    text-transform: uppercase;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-bottom: 40px
}

@media (max-width: 1024px) {

    .hero-section .container-fluid.single-banner .banner_txt_main h1,
    .hero-section .container-fluid.single-banner .banner_txt_main .banner-main-heading {
        font-size: 6rem
    }
}

.hero-section .container-fluid.single-banner .banner_txt_main p {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 2.4rem;
    line-height: 37px
}

@media (max-width: 1601px) {
    .hero-section .container-fluid.single-banner .banner_txt_main p {
        font-size: 2.4rem;
        line-height: 32px
    }
}

@media (max-width: 1024px) {
    .hero-section .container-fluid.single-banner .banner_txt_main p {
        font-size: 1.8rem;
        line-height: 28px
    }
}

.selectBox {
    position: relative;
    float: left
}

    .selectBox select {
        width: 100%;
        opacity: 0;
        z-index: 1;
        position: absolute;
        left: 0;
        z-index: 2;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        height: 100%
    }

    .selectBox .selectedValue {
        position: relative;
        z-index: 1;
        top: 0;
        color: #000000;
        padding: 10px 25px 10px 0px;
        margin-bottom: 5px;
        font-family: "Roboto", sans-serif;
        font-weight: 500;
        font-size: 2.4rem;
        width: 100%;
        display: block;
        line-height: 28px
    }

        .selectBox .selectedValue:before {
            border: solid #000;
            border-width: 0 2px 2px 0;
            display: inline-block;
            padding: 3px;
            transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            content: '';
            position: absolute;
            right: 10px;
            margin-top: 5px
        }

        .selectBox .selectedValue span {
            display: block;
            overflow: hidden
        }

@media (max-width: 1200px) {
    .selectBox .selectedValue {
        font-size: 1.6rem;
        line-height: normal
    }
}

.innerTabs h3 {
    font-size: 2.4rem
}

@media (max-width: 1366px) {
    .innerTabs h3 {
        font-size: 1.8rem
    }
}

@media (max-width: 1024px) {
    .innerTabs h3 {
        font-size: 1.6rem
    }
}

.innerTabs .tabs-buttons {
    margin-left: 3%
}

    .innerTabs .tabs-buttons .nav-item {
        margin-bottom: 30px
    }

@media (max-width: 1366px) {
    .innerTabs .tabs-buttons .nav-item {
        margin-bottom: 10px
    }
}

.innerTabs .tabs-buttons .nav-item .nav-link {
    font-size: 2.4rem
}

@media (max-width: 1366px) {
    .innerTabs .tabs-buttons .nav-item .nav-link {
        font-size: 1.8rem
    }
}

@media (max-width: 1024px) {
    .innerTabs .tabs-buttons .nav-item .nav-link {
        font-size: 1.6rem
    }
}

.innerTabs .tabs-buttons .nav-item .nav-link:before {
    bottom: -30px
}

@media (max-width: 1366px) {
    .innerTabs .tabs-buttons .nav-item .nav-link:before {
        bottom: -11px
    }
}

.innerTabs .tabs-buttons .nav-item .nav-link.active:before {
    bottom: -30px
}

@media (max-width: 1366px) {
    .innerTabs .tabs-buttons .nav-item .nav-link.active:before {
        bottom: -11px
    }
}

.pagination-wrap {
    display: flex;
    justify-content: flex-end;
    margin: 30px 0 0
}

@media (max-width: 991px) {
    .pagination-wrap {
        justify-content: center;
        margin: 30px auto 0
    }
}

.pagination-wrap nav {
    display: inline-block
}

    .pagination-wrap nav .pagination li:first-child .page-link,
    .pagination-wrap nav .pagination li:last-child .page-link {
        background-color: transparent;
        border-radius: 0;
        border: 0;
        width: auto;
        white-space: nowrap
    }

    .pagination-wrap nav .pagination li:last-child .page-link {
        color: #000;
        font-weight: 700
    }

    .pagination-wrap nav .pagination li .page-link {
        width: 70px;
        height: 70px;
        padding: 20px;
        color: rgba(0, 0, 0, 0.6);
        font-family: "Saira Condensed", sans-serif;
        font-weight: 400;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 2.4rem;
        border: none;
        border-radius: 50%
    }

        .pagination-wrap nav .pagination li .page-link:hover {
            outline: none !important;
            box-shadow: none
        }

        .pagination-wrap nav .pagination li .page-link:active,
        .pagination-wrap nav .pagination li .page-link:focus {
            outline: none;
            box-shadow: none
        }

@media (max-width: 1366px) {
    .pagination-wrap nav .pagination li .page-link {
        width: 45px;
        height: 45px;
        font-size: 1.6rem;
        padding: 15px
    }
}

@media (max-width: 991px) {
    .pagination-wrap nav .pagination li .page-link {
        width: 30px;
        height: 30px;
        padding: 10px
    }
}

.pagination-wrap nav .pagination li.active {
    font-weight: 700;
    outline: none !important;
    box-shadow: none
}

    .pagination-wrap nav .pagination li.active .page-link {
        background-color: #eff1f4;
        color: #000
    }

#breadcrumb {
    padding: 25px 0
}

@media (max-width: 1366px) {
    #breadcrumb {
        padding: 20px 0
    }
}

@media (max-width: 1024px) {
    #breadcrumb {
        display: none
    }
}

#breadcrumb ul li {
    color: #707070;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 1.8rem;
    padding-right: 20px;
    position: relative
}

    #breadcrumb ul li a {
        color: #BCBCBC;
        font-weight: 400;
        position: relative;
        transition: all ease 0.3s
    }

        #breadcrumb ul li a:after {
            content: "";
            position: absolute;
            right: -13px;
            top: 50%;
            margin-top: -4px;
            width: 8px;
            height: 8px;
            border-top: solid 1px #BCBCBC;
            border-right: solid 1px #BCBCBC;
            transform: rotate(45deg)
        }

        #breadcrumb ul li a:before {
            content: "";
            position: absolute;
            left: 0;
            bottom: 0;
            width: 0px;
            height: 1px;
            background: #BCBCBC
        }

        #breadcrumb ul li a:hover:before {
            width: 100%;
            transition: all ease 0.3s
        }

.rhs-box {
    border: 1px solid #C0C6D0;
    border-radius: 30px;
    overflow: hidden
}

@media screen and (max-width: 1024px) {
    .rhs-box {
        border-radius: 20px
    }
}

.rhs-box .rhs-box-heading {
    background: rgba(239, 241, 244, 0.7);
    padding: 30px 40px;
    font-size: 2.4rem;
    line-height: 28px;
    width: 100%
}

@media screen and (max-width: 1366px) {
    .rhs-box .rhs-box-heading {
        font-size: 2rem
    }
}

@media screen and (max-width: 1024px) {
    .rhs-box .rhs-box-heading {
        padding: 20px;
        border-radius: 20px
    }
}

@media screen and (max-width: 768px) {
    .rhs-box .rhs-box-heading {
        font-size: 1.8rem
    }
}

@media screen and (max-width: 600px) {
    .rhs-box .rhs-box-heading {
        font-size: 1.4rem
    }
}

.rhs-box .rhs-box-content {
    padding: 45px 40px;
    width: 100%
}

@media screen and (max-width: 1024px) {
    .rhs-box .rhs-box-content {
        padding: 20px
    }
}

.rhs-box .rhs-box-content ul li {
    margin-bottom: 15px
}

    .rhs-box .rhs-box-content ul li a {
        font-size: 1.8rem;
        color: #000;
        position: relative;
        font-family: "Roboto", sans-serif;
        font-weight: 300;
        padding: 0;
        transition: all ease 0.3s
    }

        .rhs-box .rhs-box-content ul li a:before {
            width: 0;
            height: 1px;
            background-color: #000;
            content: '';
            left: 0;
            bottom: -2px;
            position: absolute
        }

        .rhs-box .rhs-box-content ul li a:hover {
            transition: all ease 0.3s
        }

            .rhs-box .rhs-box-content ul li a:hover:before {
                width: 100%;
                transition: all ease 0.3s
            }

@media screen and (max-width: 1366px) {
    .rhs-box .rhs-box-content ul li a {
        font-size: 2rem
    }
}

@media screen and (max-width: 1024px) {
    .rhs-box .rhs-box-content ul li a {
        border-radius: 20px
    }
}

@media screen and (max-width: 768px) {
    .rhs-box .rhs-box-content ul li a {
        font-size: 1.8rem
    }
}

@media screen and (max-width: 600px) {
    .rhs-box .rhs-box-content ul li a {
        font-size: 1.4rem
    }
}

.rhs-box .rhs-box-content .rhs-content-l {
    font-size: 1.8rem;
    color: #000;
    position: relative;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    padding: 0
}

    .rhs-box .rhs-box-content .rhs-content-l:before {
        width: 25px;
        height: 1px;
        background-color: #000;
        content: '';
        left: 0;
        bottom: -5px;
        position: absolute
    }

@media screen and (max-width: 1366px) {
    .rhs-box .rhs-box-content .rhs-content-l {
        font-size: 2rem
    }
}

@media screen and (max-width: 1024px) {
    .rhs-box .rhs-box-content .rhs-content-l {
        border-radius: 20px
    }
}

@media screen and (max-width: 768px) {
    .rhs-box .rhs-box-content .rhs-content-l {
        font-size: 1.8rem
    }
}

@media screen and (max-width: 600px) {
    .rhs-box .rhs-box-content .rhs-content-l {
        font-size: 1.4rem
    }
}

.rhs-box .rhs-box-content .rhs-content-r {
    font-size: 3rem;
    color: #000;
    position: relative;
    font-family: "Roboto", sans-serif;
    font-weight: 500
}

@media screen and (max-width: 1366px) {
    .rhs-box .rhs-box-content .rhs-content-r {
        font-size: 2rem
    }
}

@media screen and (max-width: 1024px) {
    .rhs-box .rhs-box-content .rhs-content-r {
        border-radius: 20px
    }
}

@media screen and (max-width: 768px) {
    .rhs-box .rhs-box-content .rhs-content-r {
        font-size: 1.8rem
    }
}

@media screen and (max-width: 600px) {
    .rhs-box .rhs-box-content .rhs-content-r {
        font-size: 1.4rem
    }
}

.btn-primary {
    border: none;
    padding: 12px 30px;
    border-radius: 10px;
    position: relative;
    background-color: #000;
    outline: none
}

    .btn-primary.btn-lg {
        font-size: 2rem;
        font-weight: 500;
        padding: 17px 20px
    }

@media (max-width: 1601px) {
    .btn-primary.btn-lg {
        font-size: 1.8rem
    }
}

@media (max-width: 1450px) {
    .btn-primary.btn-lg {
        font-size: 1.2rem;
        padding: 10px 20px
    }
}

.btn-primary:after {
    content: "";
    border-radius: 10px;
    background-color: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    transition: all .5s;
    left: 0;
    bottom: 0;
    opacity: 0
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    color: #fff;
    border-color: transparent;
    background-color: #000
}

    .btn-primary:hover:after,
    .btn-primary:active:after,
    .btn-primary:focus:after {
        opacity: 1;
        width: calc(100% + 10px);
        left: -5px
    }

.btn-outline {
    border-color: #747474;
    padding: 15px 30px;
    border-radius: 10px;
    position: relative;
    font-size: 1.8rem;
    background-color: #fff;
    font-weight: 500;
    outline: none
}

    .btn-outline:after {
        content: "";
        border-radius: 10px;
        background-color: #000;
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: -1;
        transition: all .3s;
        left: 0;
        bottom: 0;
        opacity: 0
    }

    .btn-outline:hover,
    .btn-outline:focus {
        color: #fff;
        border-color: #000;
        background-color: #000
    }

        .btn-outline:hover:after,
        .btn-outline:focus:after {
            opacity: 1;
            width: calc(100% + 10px);
            left: -5px;
            background-color: #000
        }

.tab-content {
    padding-top: 38px
}

@media (max-width: 991px) {
    .tab-content {
        padding-top: 20px
    }
}

.common-tabs {
    border: none;
    max-width: 310px;
    display: flex;
    justify-content: flex-start;
    border-bottom: 1px #D0D0D0 solid;
    border-radius: 2px
}

    .common-tabs::-webkit-scrollbar {
        width: 0;
        background: transparent
    }

    .common-tabs::-webkit-scrollbar-thumb {
        background: transparent
    }

    .common-tabs .nav-item:first-child {
        margin-right: 30px
    }

    .common-tabs .nav-item .nav-link {
        border: none;
        color: rgba(85, 85, 85, 0.6);
        font-size: 1.6rem;
        font-weight: 300;
        position: relative;
        padding: 0 0 5px;
        transition: all .4s
    }

        .common-tabs .nav-item .nav-link:after {
            content: "";
            background: transparent;
            width: 0;
            height: 5px;
            position: absolute;
            left: 0;
            bottom: 0;
            transition: all .4s
        }

        .common-tabs .nav-item .nav-link.active {
            color: #000;
            font-weight: 500
        }

            .common-tabs .nav-item .nav-link.active:after {
                background: #000;
                width: 100%;
                height: 2px;
                border-radius: 20px
            }

@media (max-width: 767px) {
    .common-tabs .nav-item .nav-link.active:after {
        height: 2px
    }
}

.common-tabs .nav-item .nav-link h3 {
    font-size: 2.4rem;
    margin: 0
}

.common-tabs .nav-item .nav-link:hover {
    color: #000
}

header {
    transition: all .4s
}

    header.fixed {
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 100;
        background-color: #fff
    }

    header .navbar {
        padding: 20px 20px
    }

.nav_section {
    display: flex;
    flex-direction: column
}

.navbar-toggler {
    border: none;
    width: 30px;
    height: 30px;
    text-align: right;
    padding: 0;
    position: relative
}

    .navbar-toggler:focus {
        box-shadow: none
    }

    .navbar-toggler span {
        display: inline-block;
        width: 27px;
        height: 4px;
        background-color: #39414C;
        margin: 2px 0;
        position: absolute;
        right: 0;
        transition: all .3s;
        border-radius: 10px
    }

        .navbar-toggler span:nth-child(1) {
            top: 2px
        }

        .navbar-toggler span:nth-child(2) {
            background-color: #39414C;
            width: 20px;
            top: 12px
        }

        .navbar-toggler span:nth-child(3) {
            top: 22px
        }

    .navbar-toggler.active {
        transition: all ease 0.3s
    }

        .navbar-toggler.active span {
            width: 25px
        }

            .navbar-toggler.active span:nth-child(2) {
                display: none
            }

            .navbar-toggler.active span:nth-child(1) {
                transform: rotate(45deg);
                top: 12px
            }

            .navbar-toggler.active span:last-child {
                top: 12px;
                transform: rotate(-45deg)
            }

.main-nav {
    display: none;
    padding: 15px 0
}

@media (max-width: 1366px) {
    .main-nav {
        padding: 10px 0
    }
}

@media (max-width: 991px) {
    .main-nav {
        display: none;
        order: 1;
        width: 100%;
        justify-content: flex-start !important
    }
}

.main-nav .nav {
    align-items: center
}

    .main-nav .nav .nav-item {
        margin-left: 45px;
        position: relative;
        display: flex
    }

@media (max-width: 1450px) {
    .main-nav .nav .nav-item {
        margin-left: 25px
    }
}

@media (max-width: 1366px) {
    .main-nav .nav .nav-item {
        margin-left: 20px
    }
}

@media (max-width: 991px) {
    .main-nav .nav .nav-item {
        border-bottom: 1px solid #ccc
    }
}

.main-nav .nav .nav-item .white-buttons.with-white-bg {
    padding-top: 7px;
    padding-bottom: 7px
}

@media (max-width: 1450px) {
    .main-nav .nav .nav-item .white-buttons.with-white-bg {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (max-width: 991px) {
    .main-nav .nav .nav-item .white-buttons.with-white-bg {
        margin-top: 10px;
        margin-bottom: 7px
    }
}

.main-nav .nav .nav-item.has-search {
    display: flex;
    align-items: center;
    width: 30px;
    height: 30px
}

    .main-nav .nav .nav-item.has-search button {
        border: none;
        outline: none;
        background-color: transparent
    }

@media (max-width: 991px) {
    .main-nav .nav .nav-item.has-search {
        display: none
    }
}

.main-nav .nav .nav-item:first-child {
    margin-left: 0
}

@media (max-width: 1366px) {
    .main-nav .nav .nav-item {
        margin-left: 15px
    }
}

@media (max-width: 991px) {
    .main-nav .nav .nav-item {
        margin-left: 0;
        width: 100%
    }
}

.main-nav .nav .nav-item .nav-link {
    color: #000;
    padding: 5px 0;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 1.6rem;
    cursor: pointer
}

@media (max-width: 1366px) {
    .main-nav .nav .nav-item .nav-link {
        font-size: 1.4rem
    }
}

@media (max-width: 991px) {
    .main-nav .nav .nav-item .nav-link {
        padding: 10px 0
    }
}

.main-nav .nav .nav-item .nav-link:hover {
    font-weight: 700;
    color: #000
}

.main-nav .nav .nav-item .btn {
    background-color: #EF4637;
    border-color: #EF4637;
    color: #fff;
    padding: 11px 28px;
    border-radius: 12px;
    font-size: 1.6rem
}

.main-nav .nav .nav-item.has-subnav {
    padding-right: 15px
}

    .main-nav .nav .nav-item.has-subnav:after {
        content: "";
        position: absolute;
        right: 0px;
        top: 50%;
        margin-top: -6px;
        width: 10px;
        height: 10px;
        border-top: solid 1px #000;
        border-right: solid 1px #000;
        transform: rotate(135deg)
    }

@media (max-width: 991px) {
    .main-nav .nav .nav-item.has-subnav:after {
        top: 10px;
        margin-top: 0;
        border-top-color: #000;
        border-right-color: #000
    }
}

.main-nav .nav .nav-item.has-subnav .subnav {
    margin: 0;
    padding: 0;
    list-style: none;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background: #fff;
    box-shadow: 0 8px 24px -5px #ccc;
    border-top: 4px solid #000;
    transform: translateY(25px);
    transition: all .3s
}

    .main-nav .nav .nav-item.has-subnav .subnav li {
        border-bottom: 1px solid #ccc
    }

        .main-nav .nav .nav-item.has-subnav .subnav li a {
            display: block;
            color: #000;
            text-decoration: none;
            padding: 6px 15px;
            transition: all .3s;
            font-size: 1.8rem
        }

@media (max-width: 1450px) {
    .main-nav .nav .nav-item.has-subnav .subnav li a {
        font-size: 1.6rem
    }
}

@media (max-width: 1366px) {
    .main-nav .nav .nav-item.has-subnav .subnav li a {
        font-size: 1.4rem
    }
}

.main-nav .nav .nav-item.has-subnav .subnav li a:hover {
    background-color: rgba(85, 85, 85, 0.3)
}

@media (max-width: 991px) {
    .main-nav .nav .nav-item.has-subnav .subnav {
        position: relative;
        top: 0;
        display: none
    }
}

.main-nav .nav .nav-item.has-subnav:hover .subnav {
    visibility: visible;
    opacity: 1;
    transform: translateY(0)
}

.main-nav .nav .nav-item.has-subnav:focus .subnav {
    display: block;
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    height: 100%
}

@media (min-width: 992px) {
    .navbar-toggler {
        display: none
    }
}

.nav-open header .nav_section {
    background: #ffffff;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    overflow-y: auto;
    padding: 0
}

@media (max-width: 991px) {
    .nav-open header .nav_section .top-nav {
        padding-bottom: 30px
    }

    .nav-open header .nav_section .main-nav .nav .nav-item.has-subnav {
        padding-right: 0
    }
}

footer {
    padding: 20px 0px 25px 0px
}

@media screen and (max-width: 991px) {
    footer {
        padding-bottom: 100px;
        margin: 0 8px
    }
}

.footer-top {
    border-bottom: 2px solid #e7e8e8;
    padding: 20px 25px 15px 25px;
    background-color: #fff
}

    .footer-top p {
        font-weight: 300;
        font-size: 1.4rem;
        line-height: 24px;
        color: #000;
        margin-bottom: 0px
    }

        .footer-top p a {
            color: #000;
            word-break: break-all
        }

            .footer-top p a:hover {
                text-decoration: underline
            }

        .footer-top p.top-title {
            margin-bottom: 5px
        }

        .footer-top p strong {
            font-weight: 500;
            font-size: 1.6rem
        }

    .footer-top .address-section {
        padding-bottom: 15px
    }

.footer-bottom {
    padding-top: 30px
}

    .footer-bottom .footer-follow-on {
        display: flex;
        align-items: center
    }

@media screen and (max-width: 991px) {
    .footer-bottom .footer-follow-on {
        justify-content: center;
        padding-bottom: 20px;
        display: block;
        text-align: center
    }
}

.footer-bottom .footer-follow-on p {
    margin-bottom: 0px
}

.footer-bottom .footer-follow-on ul li {
    margin-left: 10px
}

.footer-bottom p {
    font-weight: 300;
    font-size: 1.4rem;
    line-height: 24px;
    color: #000
}

.footer-bottom .bottom-row {
    flex-direction: row-reverse
}

@media screen and (max-width: 991px) {
    .footer-bottom .bottom-row {
        flex-direction: initial
    }
}

.footer-bottom .footer-utility-links {
    max-width: 430px;
    width: 100%
}

@media screen and (max-width: 991px) {
    .footer-bottom .footer-utility-links {
        max-width: 100%;
        padding-bottom: 20px
    }
}

.footer-bottom .footer-utility-links ul.list-unstyled {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 0px
}

@media screen and (max-width: 991px) {
    .footer-bottom .footer-utility-links ul.list-unstyled {
        justify-content: center
    }
}

.footer-bottom .footer-utility-links ul.list-unstyled li {
    margin-left: 30px
}

@media screen and (max-width: 991px) {
    .footer-bottom .footer-utility-links ul.list-unstyled li {
        margin: 0px 15px
    }
}

.footer-bottom .footer-utility-links ul.list-unstyled li a {
    font-weight: 300;
    font-size: 1.4rem;
    line-height: 24px;
    color: #000
}

    .footer-bottom .footer-utility-links ul.list-unstyled li a:hover {
        color: #39414C;
        text-decoration: underline
    }

@media (max-width: 767px) {
    .application-details-section .application-details .form_title {
        display: flex
    }
}

.application-details-section .application-details h2 {
    font-size: 2.4rem;
    font-weight: 500;
    padding-bottom: 5px
}

@media screen and (max-width: 1024px) {
    .application-details-section .application-details h2 {
        font-size: 2rem
    }
}

@media screen and (max-width: 991px) {
    .application-details-section .application-details h2 {
        font-size: 1.8rem
    }
}

.application-details-section .application-details .logoutBtn {
    text-decoration: none;
    font-size: 2.6rem;
    color: #000;
    font-weight: 300
}

@media screen and (max-width: 1601px) {
    .application-details-section .application-details .logoutBtn {
        font-size: 2.2rem;
        margin-right: 30px
    }
}

@media screen and (max-width: 1450px) {
    .application-details-section .application-details .logoutBtn {
        font-size: 1.8rem
    }
}

.application-details-section .application-details .logoutBtn span {
    margin-right: 20px
}

@media (max-width: 767px) {
    .application-details-section .application-details .logoutBtn span {
        display: none
    }
}

@media (max-width: 1450px) {
    .application-details-section .application-details .logoutBtn img {
        width: 20px
    }
}

.application-details-section .application-details .form-group-details {
    margin-bottom: 30px
}

    .application-details-section .application-details .form-group-details p {
        font-size: 2rem;
        color: #767676;
        margin-bottom: 5px;
        font-weight: 500
    }

@media screen and (max-width: 1450px) {
    .application-details-section .application-details .form-group-details p {
        font-size: 1.4rem
    }
}

@media (max-width: 767px) {
    .application-details-section .application-details .form-group-details p {
        font-size: 1.6rem
    }
}

.application-details-section .application-details .form-group-details h3 {
    font-size: 2.6rem;
    color: #000;
    font-weight: 300
}

@media screen and (max-width: 1450px) {
    .application-details-section .application-details .form-group-details h3 {
        font-size: 1.8rem
    }
}

@media (max-width: 767px) {
    .application-details-section .application-details .form-group-details h3 {
        font-size: 2rem
    }
}

.application-details-section .application-details .processBar-section {
    background-color: #F3F4F5;
    border-radius: 10px;
    border: 1px solid #00001A;
    padding: 20px;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%
}

@media (max-width: 991px) {
    .application-details-section .application-details .processBar-section {
        margin-bottom: 30px;
        margin-top: 0;
        height: auto;
        margin-bottom: 0;
        padding: 15px
    }
}

.application-details-section .application-details .processBar-section h4 {
    color: #000;
    font-size: 1.8rem;
    font-weight: 700
}

@media (max-width: 991px) {
    .application-details-section .application-details .processBar-section h4 {
        font-size: 1.4rem
    }
}

.application-details-section .application-details .processBar-section .progressWrap {
    padding-top: 25px
}

    .application-details-section .application-details .processBar-section .progressWrap span {
        color: #000;
        font-size: 1.8rem;
        font-weight: 500;
        display: inline-block;
        margin-bottom: 5px
    }

    .application-details-section .application-details .processBar-section .progressWrap .progress-bar {
        background-color: #45C700
    }

.application-details-section .application-details .processBar-section .editBtnWrap {
    display: flex;
    justify-content: flex-end
}

    .application-details-section .application-details .processBar-section .editBtnWrap .editButton {
        background-color: #e5e6e7;
        padding: 5px 15px;
        color: #000;
        border-radius: 10px;
        transition: all ease 0.3s;
        font-size: 1.2rem;
        font-weight: 500
    }

@media (max-width: 991px) {
    .application-details-section .application-details .processBar-section .editBtnWrap .editButton {
        padding: 3px 12px
    }
}

.application-details-section .application-details .processBar-section .editBtnWrap .editButton:hover {
    background-color: #dde9f5
}

.application-details-section .application-details .completeDetails {
    padding-right: 15px
}

    .application-details-section .application-details .completeDetails p {
        font-size: 1.3rem;
        font-weight: 300
    }

    .application-details-section .application-details .completeDetails .topDetails {
        padding-bottom: 10px
    }

    .application-details-section .application-details .completeDetails ul {
        list-style: none;
        padding-left: 0px;
        margin-bottom: 0px
    }

        .application-details-section .application-details .completeDetails ul li {
            display: flex;
            margin-bottom: 10px;
            padding-bottom: 0px
        }

@media (max-width: 1024px) {
    .application-details-section .application-details .completeDetails ul li {
        display: block
    }
}

@media (max-width: 991px) {
    .application-details-section .application-details .completeDetails ul li {
        display: flex
    }
}

.application-details-section .application-details .completeDetails ul li strong {
    width: 160px;
    font-size: 1rem;
    font-weight: 500
}

.application-details-section .application-details .completeDetails ul li p {
    width: 100%;
    font-size: 1.4rem;
    font-weight: 300
}

.poor .progress-bar {
    width: 30%;
    background-color: #EF4637 !important
}

.good .progress-bar {
    width: 80%;
    background-color: #F8A13B !important
}

.excellent .progress-bar {
    width: 100%;
    background-color: #45C700 !important
}

.allPesonalDetails {
    margin: 0px 0 20px
}

@media (max-width: 767px) {
    .allPesonalDetails {
        margin-bottom: 0px
    }
}

.mobileBottom {
    margin-bottom: 30px
}

.completeNowBtn {
    margin: 30px 0 30px 10px;
    display: flex;
    justify-content: left;
    text-align: left
}

    .completeNowBtn .completeNow {
        font-size: 1.8rem;
        box-shadow: none;
        border-radius: 10px;
        width: 260px
    }

        .completeNowBtn .completeNow:after {
            display: none
        }

@media (max-width: 480px) {
    .completeNowBtn .completeNow {
        width: 100%
    }
}

@media (max-width: 1450px) {
    .completeNowBtn .completeNow {
        font-size: 1.4rem;
        max-width: 170px;
        margin-top: 10px
    }
}

.radioWrap.modeApplication {
    margin-bottom: 45px
}

.progress {
    height: 12px;
    border-radius: 10px
}

@media (max-width: 1450px) {
    .progress {
        height: 8px;
        border-radius: 10px
    }
}

.form-group.checkBox-section h4 {
    margin-bottom: 30px
}

.form-group.checkBox-section .form-check {
    margin-bottom: 0
}

.selectGroup .form-select {
    padding-right: 0;
    padding-left: 0
}

.personal-title p {
    font-size: 2rem;
    font-weight: 300
}

    .personal-title p span {
        font-weight: 500;
        display: block
    }

@media (max-width: 1450px) {
    .personal-title p {
        font-size: 1.4rem
    }
}

@media (max-width: 767px) {
    .personal-title p {
        font-size: 1.4rem
    }
}

.form-check-inline {
    margin-right: 35px
}

    .form-check-inline:last-child {
        margin-right: 0
    }

.form-group .date {
    position: relative;
    cursor: pointer
}

    .form-group .date .input-group-append {
        position: absolute;
        right: 20px;
        top: 8px
    }

    .form-group .date .form-control {
        cursor: pointer
    }

.rightSidePanel {
    width: 100%;
    padding: 20px;
    background-color: #fff;
    border-radius: 16px;
    position: sticky;
    top: 90px;
    left: 0px
}

@media (max-width: 991px) {
    .rightSidePanel {
        position: relative;
        top: auto;
        left: auto
    }
}

.rightSidePanel .appDetailsSummary p {
    font-size: 1.2rem;
    font-weight: 300
}

.rightSidePanel .appDetailsSummary .topDetails {
    padding-bottom: 10px
}

.rightSidePanel .appDetailsSummary ul {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px
}

    .rightSidePanel .appDetailsSummary ul li {
        display: flex;
        margin-bottom: 10px;
        padding-bottom: 0px
    }

@media (max-width: 1024px) {
    .rightSidePanel .appDetailsSummary ul li {
        display: block
    }
}

@media (max-width: 991px) {
    .rightSidePanel .appDetailsSummary ul li {
        display: flex
    }
}

.rightSidePanel .appDetailsSummary ul li strong {
    width: 100px;
    font-size: 1rem;
    font-weight: 500
}

.rightSidePanel .appDetailsSummary ul li p {
    width: 100%
}

.rightSidePanel .appDetailsSummary .commonBlackBtn {
    margin-top: 10px;
    width: 100%;
    font-size: 1.4rem;
    font-weight: 500
}

.form-wrap-v2 {
    width: 100%;
    padding: 50px;
    background-color: #fff;
    border-radius: 16px
}

@media (max-width: 1024px) {
    .form-wrap-v2 {
        padding: 30px
    }
}

@media (max-width: 991px) {
    .form-wrap-v2 {
        padding: 20px
    }
}

.form-wrap-v2 .common-tabs {
    flex-wrap: nowrap
}

.form-wrap-v2 h1 {
    font-family: 'Saira Condensed', sans-serif;
    font-size: 3rem;
    text-align: left;
    margin: 0 0 50px;
    color: #000;
    position: relative
}

    .form-wrap-v2 h1:before {
        position: absolute;
        content: '';
        bottom: -10px;
        left: 0;
        width: 130px;
        height: 3px;
        background: #f9a91a;
        background: linear-gradient(90deg, #f9a91a 0%, #eb417a 30%, #3f91c1 60%, #fff 90%)
    }

@media (max-width: 991px) {
    .form-wrap-v2 h1 {
        font-size: 2.4rem;
        margin-bottom: 25px
    }
}

.form-wrap-v2 label {
    font-size: 1.4rem;
    font-weight: 500;
    color: #000;
    margin-bottom: 5px
}

.form-wrap-v2 .redMsg {
    font-size: 1.2rem;
    font-weight: 400;
    color: #FF0000
}

@media (max-width: 1450px) {
    .form-wrap-v2 .redMsg {
        font-size: 1rem
    }
}

.form-wrap-v2 .errorMsg {
    font-size: 1.2rem;
    font-weight: 400;
    color: #FF0000;
    position: absolute;
    left: 0;
    bottom: -20px
}

@media (max-width: 1450px) {
    .form-wrap-v2 .errorMsg {
        font-size: 1rem
    }
}

.form-wrap-v2 .send-otp-wrap {
    display: flex;
    justify-content: space-between;
    max-width: 400px;
    position: relative
}

    .form-wrap-v2 .send-otp-wrap .btn {
        position: absolute;
        left: 260px;
        padding: 12px;
        font-size: 1.4rem
    }

@media (max-width: 768px) {
    .form-wrap-v2 .send-otp-wrap .btn {
        left: auto;
        right: 0
    }
}

.form-wrap-v2 .max-w-input {
    max-width: 270px;
    width: 100%
}

@media (max-width: 768px) {
    .form-wrap-v2 .max-w-input {
        max-width: 100%
    }
}

.form-wrap-v2 .otp-verify-icon {
    width: 28px;
    height: 28px;
    position: absolute;
    left: 230px;
    top: 9px
}

@media (max-width: 768px) {
    .form-wrap-v2 .otp-verify-icon {
        left: auto;
        right: 15px;
        top: 8px
    }
}

.form-wrap-v2 .radiomain {
    margin-right: 25px
}

.form-wrap-v2 .app-form-success {
    text-align: center;
    display: none
}

    .form-wrap-v2 .app-form-success.complete-app-success {
        display: block
    }

    .form-wrap-v2 .app-form-success.active {
        min-height: 555px;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .form-wrap-v2 .app-form-success .success-icon {
        width: 100px;
        height: 100px
    }

    .form-wrap-v2 .app-form-success p {
        font-family: 'Saira Condensed', sans-serif;
        font-weight: 500;
        font-size: 4rem;
        max-width: 60%;
        width: 100%;
        line-height: 50px
    }

.form-group {
    margin-bottom: 35px;
    position: relative
}

    .form-group.date .input-group-append {
        position: absolute;
        right: 15px;
        top: 36px
    }

@media (max-width: 1450px) {
    .form-group {
        margin-bottom: 30px
    }
}

.form-group .edit-input {
    position: absolute;
    right: 30px;
    top: 53px;
    text-decoration: underline;
    cursor: pointer;
    z-index: 10;
    font-size: 1.6rem
}

@media (max-width: 1450px) {
    .form-group .edit-input {
        top: 46px;
        font-size: 1.4rem
    }
}

@media (max-width: 480px) {
    .form-group .edit-input {
        top: 48px
    }
}

.formContainer {
    max-width: 1200px
}

@media (max-width: 1450px) {
    .formContainer {
        max-width: 886px
    }
}

.formContainer .createBtn.proceed {
    width: 250px
}

.form-bg {
    background-image: url(../images/upes-form-bg.webp);
    background-repeat: no-repeat;
    background-size: cover
}

@media (max-width: 767px) {
    .form-bg {
        background-image: none;
        background-color: #fff
    }
}

.form_rounded_box {
    padding: 45px;
    border-radius: 45px;
    border: solid 2px #E0E0E0
}

@media (max-width: 767px) {
    .form_rounded_box {
        border: 1px solid #eaeaea;
        border-radius: 20px;
        padding: 45px 35px
    }
}

.form_rounded_box .form_wrap {
    max-width: 455px;
    margin: 0 auto
}

    .form_rounded_box .form_wrap ul {
        display: flex;
        justify-content: center;
        text-align: center
    }

    .form_rounded_box .form_wrap h1 {
        font-family: 'Saira Condensed', sans-serif;
        font-size: 4.4rem;
        text-align: center;
        margin: 0 0 50px;
        color: #555555
    }

@media (max-width: 1601px) {
    .form_rounded_box .form_wrap h1 {
        font-size: 3.2rem;
        margin-bottom: 35px
    }
}

@media (max-width: 1450px) {
    .form_rounded_box .form_wrap h1 {
        font-size: 2.4rem;
        margin-bottom: 30px
    }
}

@media (max-width: 767px) {
    .form_rounded_box .form_wrap h1 {
        font-size: 2.8rem;
        margin-bottom: 25px
    }
}

.form_rounded_box .form_wrap h2 {
    font-weight: 300;
    font-size: 2.8rem;
    color: #555555
}

@media (max-width: 1601px) {
    .form_rounded_box .form_wrap h2 {
        font-size: 2.2rem
    }
}

@media (max-width: 1450px) {
    .form_rounded_box .form_wrap h2 {
        font-size: 1.4rem
    }
}

@media (max-width: 767px) {
    .form_rounded_box .form_wrap h2 {
        font-size: 1.6rem;
        font-weight: 300
    }
}

.form_rounded_box .form_wrap .nav-link.active h2 {
    font-weight: 500;
    color: #000
}

.field_head {
    font-weight: 500;
    font-size: 2.2rem;
    color: #000;
    margin-bottom: 40px
}

@media (max-width: 1601px) {
    .field_head {
        font-size: 1.8rem;
        margin-bottom: 25px
    }
}

@media (max-width: 1450px) {
    .field_head {
        font-size: 1.4rem;
        margin-bottom: 20px
    }
}

@media (max-width: 767px) {
    .field_head {
        font-size: 1.8rem;
        margin-bottom: 20px;
        margin-top: 45px
    }
}

label {
    font-weight: 300;
    font-size: 1.8rem;
    margin-bottom: 10px;
    color: #000
}

@media (max-width: 1601px) {
    label {
        font-size: 1.6rem
    }
}

@media (max-width: 1450px) {
    label {
        font-size: 1.2rem
    }
}

@media (max-width: 767px) {
    label {
        font-size: 1.2rem
    }
}

label.headLabel {
    width: 100%;
    margin-bottom: 30px
}

@media (max-width: 1450px) {
    label.headLabel {
        margin-bottom: 20px
    }
}

@media (max-width: 767px) {
    label.headLabel {
        margin-bottom: 15px
    }
}

.form-control {
    font-size: 1.6rem;
    color: #000;
    border-radius: 4px;
    border-color: #A8A8A8;
    padding: 9px 12px;
    font-weight: 300
}

    .form-control:disabled {
        background-color: #fff;
        color: rgba(0, 0, 0, 0.48);
        pointer-events: none
    }

.form-group {
    margin-bottom: 35px;
    position: relative
}

@media (max-width: 1450px) {
    .form-group {
        margin-bottom: 30px
    }
}

.form-group .edit-input {
    position: absolute;
    right: 30px;
    top: 53px;
    text-decoration: underline;
    cursor: pointer;
    z-index: 10;
    font-size: 1.6rem
}

@media (max-width: 1450px) {
    .form-group .edit-input {
        top: 46px;
        font-size: 1.4rem
    }
}

@media (max-width: 480px) {
    .form-group .edit-input {
        top: 48px
    }
}

.verifyBTN {
    border: #BCBCBC 1px solid;
    border-radius: 6px;
    font-size: 1.4rem;
    color: #000;
    font-size: 2rem;
    display: inline-flex
}

    .verifyBTN .lottieVerify {
        width: 28px;
        height: 28px;
        margin-left: 15px
    }

@media (max-width: 1450px) {
    .verifyBTN .lottieVerify {
        width: 16px;
        height: 16px;
        margin-left: 10px
    }
}

@media (max-width: 1601px) {
    .verifyBTN {
        padding: 13px 30px
    }
}

@media (max-width: 1450px) {
    .verifyBTN {
        padding: 7px 25px;
        font-size: 1.4rem
    }
}

@media (max-width: 767px) {
    .sendOTP {
        font-size: 1.6rem !important
    }
}

.backlink {
    font-weight: 300;
    font-size: 2rem;
    margin-bottom: 40px
}

    .backlink a {
        color: #000;
        text-decoration: none;
        display: flex;
        align-items: center
    }

    .backlink img {
        transform: scale(0.85);
        margin-right: 10px
    }

.backlink {
    font-size: 2.2rem;
    margin-bottom: 55px
}

@media (max-width: 1450px) {
    .backlink {
        font-size: 1.4rem;
        margin-bottom: 40px
    }
}

@media (max-width: 767px) {
    .backlink {
        font-size: 1.6rem;
        margin-bottom: 40px;
        display: none
    }

        .backlink img {
            width: 50px;
            margin-right: 10px
        }
}

.form-head-nav {
    margin-bottom: 50px;
    justify-content: space-between;
    text-align: center
}

@media (max-width: 1200px) {
    .form-head-nav {
        flex-wrap: nowrap
    }
}

.form-head-nav .nav-item {
    margin: 0 20px 0 0;
    min-width: 320px;
    border: solid 1px #BABABA;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center
}

    .form-head-nav .nav-item .nav-link {
        font-size: 2rem;
        padding: 15px 20px;
        color: #000;
        font-weight: 400
    }

@media (max-width: 1450px) {
    .form-head-nav .nav-item {
        min-width: 236px
    }
}

@media (max-width: 1200px) {
    .form-head-nav .nav-item {
        min-width: auto
    }
}

@media (max-width: 767px) {
    .form-head-nav .nav-item {
        min-width: auto;
        margin-right: 20px
    }

        .form-head-nav .nav-item:last-child {
            margin-right: 0
        }
}

.form-head-nav .nav-item.active,
.form-head-nav .nav-item:hover {
    background: #000;
    color: #fff
}

    .form-head-nav .nav-item.active .nav-link,
    .form-head-nav .nav-item:hover .nav-link {
        color: #fff
    }

@media (min-width: 1601px) {
    .form-head-nav {
        margin-bottom: 80px
    }
}

.form-head {
    margin-bottom: 40px;
    text-align: center
}

    .form-head h1 {
        font-family: 'Saira Condensed', sans-serif;
        font-weight: 700;
        font-size: 4.4rem;
        color: #555555;
        margin: 0 0 12px 0
    }

@media (max-width: 1450px) {
    .form-head h1 {
        font-size: 3rem;
        color: #000
    }
}

@media (max-width: 767px) {
    .form-head h1 {
        font-size: 2.4rem;
        color: #000
    }
}

.form-head p {
    font-weight: 300;
    font-size: 2rem
}

@media (max-width: 1450px) {
    .form-head p {
        font-size: 1.3rem
    }
}

@media (max-width: 767px) {
    .form-head p {
        font-size: 1.2rem
    }
}

.form_title {
    margin-bottom: 25px;
    display: flex;
    justify-content: space-between;
    position: relative
}

@media (min-width: 1601px) {
    .form_title {
        margin-bottom: 30px
    }
}

@media (max-width: 767px) {
    .form_title {
        display: block;
        margin-bottom: 20px
    }
}

.form_title h2 {
    font-weight: 400;
    font-size: 2.4rem;
    position: relative;
    width: 100%
}

@media (max-width: 1450px) {
    .form_title h2 {
        font-size: 1.6rem
    }
}

@media (max-width: 767px) {
    .form_title h2 {
        font-size: 1.6rem
    }
}

.form_title h2:before {
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    content: '';
    height: 10px;
    width: 10px;
    display: block;
    position: absolute;
    right: 22px;
    top: 10px;
    border-top: 1px solid #ADADAD;
    border-right: 1px solid #ADADAD;
    transform: rotate(135deg)
}

@media (max-width: 1450px) {
    .form_title h2:before {
        top: 2px;
        right: 20px;
        width: 8px;
        height: 8px
    }
}

@media (max-width: 767px) {
    .form_title h2:before {
        top: 3px;
        right: 20px
    }
}

.form_title h2:after {
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    content: '';
    height: 35px;
    width: 35px;
    display: block;
    position: absolute;
    right: 10px;
    top: 0;
    border-radius: 20px;
    border: 1px solid #ADADAD
}

@media (max-width: 1450px) {
    .form_title h2:after {
        top: -5px;
        width: 28px;
        height: 28px
    }
}

@media (max-width: 767px) {
    .form_title h2:after {
        width: 30px;
        height: 30px;
        top: -5px
    }
}

@media (max-width: 1450px) {
    .form_title p {
        font-size: 1.2rem
    }
}

@media (max-width: 767px) {
    .form_title p {
        font-size: 1.4rem;
        margin-top: 15px
    }
}

.form_rounded_box.createBox {
    border-radius: 20px;
    padding: 30px 100px 0;
    margin-bottom: 40px
}

@media (max-width: 1450px) {
    .form_rounded_box.createBox {
        padding: 30px 70px 0
    }
}

@media (max-width: 480px) {
    .form_rounded_box.createBox {
        border-radius: 15px
    }
}

.form_rounded_box.createBox h2 {
    cursor: pointer;
    color: #000;
    font-weight: 500
}

@media (max-width: 767px) {
    .form_rounded_box.createBox h2 {
        padding-right: 40px
    }
}

@media (max-width: 992px) {
    .form_rounded_box.createBox {
        padding: 30px 50px 0
    }
}

.form_rounded_box.createBox .row {
    margin-left: -20px;
    margin-right: -20px
}

    .form_rounded_box.createBox .row .lrSpace {
        padding: 0 20px
    }

.form_rounded_box.createBox h3 {
    font-weight: 500;
    font-size: 2rem;
    margin: 0 0px 20px
}

@media (max-width: 767px) {
    .form_rounded_box.createBox h3 {
        font-size: 1.6rem
    }
}

.form_rounded_box.createBox h4 {
    font-family: 'Avenir-Light';
    font-size: 1.8rem;
    margin: 0 0px 25px
}

@media (max-width: 767px) {
    .form_rounded_box.createBox h4 {
        font-size: 1.4rem
    }
}

@media (max-width: 767px) {
    .form_rounded_box.createBox {
        padding: 25px 20px 5px
    }
}

.form-check {
    cursor: pointer;
    padding-left: 0
}

@media (max-width: 767px) {
    .form-check {
        width: 100%;
        margin-bottom: 20px
    }
}

.createAccountBtn {
    display: flex;
    justify-content: center;
    text-align: center
}

    .createAccountBtn .createBtn {
        font-size: 1.8rem;
        font-weight: 500;
        box-shadow: none;
        width: 260px;
        border-radius: 10px
    }

        .createAccountBtn .createBtn:after {
            display: none
        }

@media (max-width: 1601px) {
    .createAccountBtn .createBtn {
        font-size: 1.6rem
    }
}

@media (max-width: 1450px) {
    .createAccountBtn .createBtn {
        font-size: 1.4rem
    }
}

@media (max-width: 480px) {
    .createAccountBtn .createBtn {
        width: 100%;
        font-size: 1.4rem
    }
}

.success-details {
    display: flex;
    justify-content: center;
    text-align: center
}

    .success-details .completeNow {
        font-size: 1.8rem;
        box-shadow: none;
        width: auto;
        border-radius: 10px
    }

        .success-details .completeNow:after {
            display: none
        }

@media (max-width: 480px) {
    .success-details .completeNow {
        width: 100%;
        font-size: 1.6rem
    }
}

.form-check.radiomain {
    padding-left: 0
}

.form-check.customCheck input[type=checkbox] + label {
    display: block;
    position: relative;
    padding: 0 0 0 25px;
    cursor: pointer;
    font-size: 1.3rem;
    line-height: 18px;
    margin-bottom: 10px;
    font-weight: 300
}

.form-check.customCheck input[type=checkbox] {
    display: none
}

    .form-check.customCheck input[type=checkbox] + label:before {
        content: "\2714";
        border: 1px solid #A8A8A8;
        border-radius: 2px;
        display: inline-block;
        width: 16px;
        height: 16px;
        color: transparent;
        transition: .2s;
        line-height: 1.3;
        position: absolute;
        left: 0;
        text-align: center
    }

    .form-check.customCheck input[type=checkbox] + label:active:before {
        transform: scale(0)
    }

    .form-check.customCheck input[type=checkbox]:checked + label:before {
        background-color: #000;
        border-color: #000;
        color: #fff
    }

.form-check.radiomain [type="radio"]:checked,
.form-check.radiomain [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px
}

    .form-check.radiomain [type="radio"]:checked + label,
    .form-check.radiomain [type="radio"]:not(:checked) + label {
        position: relative;
        padding-left: 28px;
        cursor: pointer;
        line-height: 20px;
        display: inline-block;
        color: #000;
        font-weight: 400;
        margin-bottom: 10px
    }

        .form-check.radiomain [type="radio"]:checked + label:before,
        .form-check.radiomain [type="radio"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 18px;
            height: 18px;
            border: 1px solid #ddd;
            border-radius: 100%;
            background: #fff
        }

        .form-check.radiomain [type="radio"]:checked + label:before {
            border: 1px solid #454545
        }

        .form-check.radiomain [type="radio"]:checked + label:after,
        .form-check.radiomain [type="radio"]:not(:checked) + label:after {
            content: '';
            width: 12px;
            height: 12px;
            background: #454545;
            position: absolute;
            top: 3px;
            left: 3px;
            border-radius: 100%;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease
        }

        .form-check.radiomain [type="radio"]:not(:checked) + label:after {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0)
        }

        .form-check.radiomain [type="radio"]:checked + label:after {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1)
        }

.form-select {
    position: relative;
    background-image: none;
    border: none;
    padding: 0
}

    .form-select:after {
        position: absolute;
        right: 15px;
        top: 17px;
        content: "";
        width: 8px;
        height: 8px;
        border-top: 2px solid #9E9E9E;
        border-right: 2px solid #9E9E9E;
        transform: rotate(135deg)
    }

@media (max-width: 1450px) {
    .form-select:after {
        top: 15px
    }
}

@media (max-width: 480px) {
    .form-select:after {
        top: 12px
    }
}

.innerDetails {
    display: none
}

.activeBox h2:before {
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    content: '';
    height: 10px;
    width: 10px;
    display: block;
    position: absolute;
    right: 22px;
    top: 14px;
    border-top: 1px solid #ADADAD;
    border-right: 1px solid #ADADAD;
    transform: rotate(-45deg)
}

@media (max-width: 1450px) {
    .activeBox h2:before {
        width: 8px;
        height: 8px;
        right: 20px;
        top: 7px
    }
}

@media (max-width: 767px) {
    .activeBox h2:before {
        right: 20px;
        top: 7px
    }
}

.createAccoutnHead h2 {
    width: auto
}

    .createAccoutnHead h2:before {
        display: none
    }

    .createAccoutnHead h2:after {
        display: none
    }

.form-head-nav.residential-nav {
    justify-content: center;
    overflow: hidden;
    overflow-x: auto;
    flex-wrap: nowrap
}

@media (max-width: 768px) {
    .form-head-nav.residential-nav {
        justify-content: flex-start
    }
}

.form-head-nav.residential-nav .nav-item {
    min-width: auto
}

@media (max-width: 1450px) {
    .form-head-nav.residential-nav .nav-item {
        margin-right: 15px
    }
}

.form-head-nav.residential-nav .nav-item .nav-link {
    font-size: 1.6rem;
    line-height: 22px;
    padding: 8px 20px
}

@media (max-width: 990px) {
    .form-head-nav.residential-nav .nav-item {
        white-space: nowrap
    }
}

.redStar {
    color: #EF4637
}

.selectedValue {
    display: none
}

.radioWrap {
    border: 1px solid #A8A8A8;
    border-radius: 10px;
    padding: 30px 30px 0;
    margin-bottom: 20px
}

    .radioWrap .form-group {
        margin-bottom: 20px
    }

@media (max-width: 990px) {
    .radioWrap {
        border: 1px solid #BABABA;
        border-radius: 8px
    }
}

.headerDashboard .container .navbar-brand {
    margin-left: 0 !important
}

@media screen and (max-width: 1450px) {
    .headerDashboard .container .navbar-brand {
        width: 126px
    }
}

@media (max-width: 991px) {
    .headerDashboard .container {
        flex-wrap: nowrap;
        padding-left: 0 !important;
        padding-right: 20px !important
    }
}

@media (max-width: 991px) {
    .headerDashboard .container .main-nav {
        display: flex;
        justify-content: flex-end !important
    }
}

@media (max-width: 991px) {
    .headerDashboard .container .main-nav .nav {
        flex-wrap: nowrap
    }
}

@media (max-width: 991px) {
    .headerDashboard .container .main-nav .nav .nav-item {
        margin-left: 30px;
        border-bottom: none !important
    }
}

.headerDashboard .container .main-nav .nav .nav-item .nav-link {
    padding: 0;
    font-size: 1.6rem;
    font-family: "Avenir-Book", sans-serif
}

@media (max-width: 991px) {
    .headerDashboard .container .main-nav .nav .nav-item .nav-link span {
        display: none
    }
}

.back-arrow-button {
    width: auto;
    height: auto;
    display: block;
    opacity: 1;
    padding-left: 60px;
    transition: all ease 0.3s;
    position: relative
}

    .back-arrow-button:after {
        position: absolute;
        content: "";
        left: 0;
        top: 7px;
        transform: rotate(180deg);
        width: 50px;
        height: 20px;
        background: url(../images/link-arrow.png) no-repeat 0 0;
        background-size: 100% 100%;
        transition: all ease 0.3s
    }

@media (max-width: 1450px) {
    .back-arrow-button:after {
        top: 0px;
        background-size: 90% 90%
    }
}

@media screen and (max-width: 991px) {
    .back-arrow-button {
        width: 24px;
        height: 12px
    }
}

.back-arrow-button:hover:after {
    transform: rotate(180deg);
    width: 50px;
    height: 20px;
    background: url(../images/link-arrow-hover.png) no-repeat 0 0;
    background-size: 100% 100%
}

.form_rounded_box.appForm {
    max-width: 700px
}

@media (max-width: 1601px) {
    .form_rounded_box.appForm {
        max-width: 600px;
        border-radius: 35px
    }
}

@media (max-width: 1450px) {
    .form_rounded_box.appForm {
        max-width: 400px;
        border-radius: 20px
    }
}

@media (max-width: 1601px) {
    .form-group.btn_wrap.text-center {
        margin-bottom: 0px
    }
}

@media (max-width: 1450px) {
    .form-group.btn_wrap.text-center {
        margin-bottom: 0px
    }
}

@media (max-width: 767px) {
    .form-group.btn_wrap {
        width: 100%;
        position: fixed;
        left: 0;
        bottom: 0px;
        margin: 0;
        z-index: 1
    }

        .form-group.btn_wrap .btn-primary {
            border-radius: 0
        }
}

.rightSidePanel h2 {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 28px;
    text-align: left;
    margin: 0 0 25px;
    color: #000;
    position: relative;
    border-bottom: 1px solid rgba(112, 112, 112, 0.4);
    padding-bottom: 5px
}

.rightSidePanel .rightSideInfo p.title {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 1.8rem;
    text-align: left;
    margin: 0 0 20px;
    color: #000;
    position: relative
}

.rightSidePanel .rightSideInfo p.titleDetail {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 1.1rem;
    line-height: 31px;
    text-align: left;
    margin: 0 0 20px;
    color: #000;
    position: relative;
    border-bottom: 1px solid #707070;
    display: inline-block
}

.rightSidePanel .rightSideInfo p.titleDetailStrong {
    font-family: "Saira Condensed", sans-serif;
    font-weight: 700;
    font-size: 3.6rem;
    line-height: 30px;
    text-align: left;
    margin: 0 0 20px;
    color: #000;
    position: relative;
    padding-bottom: 5px
}

.rightSidePanel .rightSideInfo p.titleNameStrong {
    font-family: "Roboto", sans-serif;
    font-weight: 500 !important;
    font-size: 1rem;
    line-height: 18px;
    text-align: left;
    color: #000;
    position: relative;
    width: 50%
}

.rightSidePanel .rightSideInfo p.titleNameNormal {
    font-family: "Roboto", sans-serif;
    font-weight: 300 !important;
    font-size: 1rem;
    line-height: 18px;
    text-align: left;
    color: #000;
    position: relative;
    width: 50%
}

.accord-form .accord-form-item {
    overflow: hidden;
    border: none;
    margin-bottom: 15px
}

    .accord-form .accord-form-item .accord-form-header {
        padding: 5px 30px 5px 0px;
        color: #000;
        font-family: "Roboto", sans-serif;
        font-weight: 500;
        font-size: 1.8rem;
        line-height: 25px;
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #A8A8A8
    }

        .accord-form .accord-form-item .accord-form-header.active:after {
            transform: rotate(-46deg);
            top: 20px
        }

        .accord-form .accord-form-item .accord-form-header:after {
            content: "";
            width: 8px;
            height: 8px;
            border-top: solid 1px #555555;
            border-right: solid 1px #555555;
            transform: rotate(135deg);
            position: absolute;
            right: 10px;
            top: 10px;
            transition: all .4s
        }

        .accord-form .accord-form-item .accord-form-header p {
            margin-bottom: 0px
        }

    .accord-form .accord-form-item .accord-form-content {
        display: none;
        padding: 25px 0px;
        position: relative;
        border-top: 0px
    }

.success-section {
    margin: 50px 0
}

    .success-section .success-details {
        max-width: 800px;
        margin: 0 auto;
        display: flex;
        min-height: 450px;
        border: 2px solid #E0E0E0;
        border-radius: 20px;
        padding: 50px;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        align-items: center
    }

@media screen and (max-width: 1450px) {
    .success-section .success-details {
        max-width: 575px;
        min-height: 375px
    }

        .success-section .success-details .btn {
            font-size: 1.3rem
        }
}

@media (max-width: 767px) {
    .success-section .success-details {
        min-height: 300px;
        padding: 50px 20px
    }
}

.success-section .success-details figure {
    width: 120px
}

    .success-section .success-details figure .rightImg {
        width: 123px;
        height: 123px
    }

@media (max-width: 767px) {
    .success-section .success-details figure .rightImg {
        width: 80px;
        height: 80px
    }
}

.success-section .success-details figure img {
    width: 100%
}

.success-section .success-details h2 {
    font-family: 'Saira Condensed', sans-serif;
    margin-top: 10px;
    font-size: 5.6rem
}

@media screen and (max-width: 1450px) {
    .success-section .success-details h2 {
        font-size: 3.7rem
    }
}

@media (max-width: 767px) {
    .success-section .success-details h2 {
        font-size: 3.8rem;
        margin-top: 0
    }
}

.success-section .success-details h3 {
    margin-top: 25px;
    font-size: 2.8rem;
    font-weight: 500;
    color: #000
}

@media screen and (max-width: 1450px) {
    .success-section .success-details h3 {
        font-size: 1.8rem
    }
}

@media (max-width: 767px) {
    .success-section .success-details h3 {
        font-size: 2.2rem
    }
}

.success-section .success-details p {
    margin-top: 25px;
    font-size: 2rem;
    color: #000
}

    .success-section .success-details p span {
        font-weight: 500
    }

@media (max-width: 767px) {
    .success-section .success-details p {
        font-size: 1.8rem
    }
}

.success-section .success-details .dashboardBTN {
    margin-top: 25px;
    font-size: 1.8rem
}

@media screen and (max-width: 1450px) {
    .success-section .success-details .dashboardBTN {
        font-size: 1.4rem
    }
}

.success-section .success-details .dashboardBTN:hover {
    box-shadow: none;
    background-color: #000;
    color: #fff
}

.success-section .success-details .dashboardBTN:active {
    box-shadow: none;
    background-color: #fff;
    color: #000
}

.success-section .success-details .dashboardBTN:focus {
    box-shadow: none;
    background-color: #000;
    color: #fff
}

.success-section .success-details .dashboardBTN:after {
    display: none
}

@media (max-width: 767px) {
    .success-section .success-details .dashboardBTN {
        font-size: 1.6rem
    }
}

.success-section .success-details .btn {
    margin-top: 50px
}

.tollFreeNumber span {
    font-size: 1.6rem
}

@media screen and (max-width: 1450px) {
    .tollFreeNumber span {
        font-size: 1.2rem
    }
}

.datepicker {
    font-size: 1.4rem
}

    .datepicker td,
    .datepicker th {
        width: 40px;
        height: 40px;
        text-align: center
    }

    .datepicker .next,
    .datepicker .prev {
        font-size: 2rem
    }

.withBorder {
    border-top: 1px solid #ececec
}

@media (max-width: 767px) {
    .withBorder {
        border-top: none
    }
}

.withBorderMobile {
    border-top: none
}

@media (max-width: 767px) {
    .withBorderMobile {
        border-top: 1px solid #ececec;
        padding-top: 20px
    }
}

.textWithImageSlider {
    padding: 20px 20px 50px
}

.slider-controls {
    width: 132px;
    margin: 0 auto 0px;
    display: flex;
    justify-content: space-between;
    position: relative
}

@media (max-width: 991px) {
    .slider-controls {
        margin: 0 auto 40px
    }
}

.slider-controls:before {
    width: 82px;
    height: 1px;
    background-color: #e7e7ec;
    position: absolute;
    content: '';
    left: 50%;
    bottom: 12px;
    transform: translateX(-50%);
    z-index: 0
}

.slider-controls .slick-prev,
.slider-controls .slick-next {
    top: auto;
    bottom: 0;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #39414C;
    background-image: none !important;
    transform: none;
    z-index: 1;
    text-indent: -9999px;
    border: none;
    position: relative;
    left: 0;
    right: 0
}

    .slider-controls .slick-next.slick-disabled {
        opacity: 0.5;
        background-color: #bebdc5
    }

    .slider-controls .slick-next:before {
        border-top: 2px solid #ffffff;
        border-left: 2px solid #ffffff;
        width: 6px;
        height: 6px;
        position: absolute;
        content: '';
        left: 10px;
        top: 9px;
        transform: rotate(135deg);
        z-index: 1
    }

    .slider-controls .slick-prev.slick-disabled {
        opacity: 0.5;
        background-color: #bebdc5
    }

    .slider-controls .slick-prev:before {
        border-top: 2px solid #ffffff;
        border-left: 2px solid #ffffff;
        width: 6px;
        height: 6px;
        position: absolute;
        content: '';
        left: 10px;
        top: 9px;
        transform: rotate(-45deg);
        z-index: 1
    }

.leftSidePanel {
    background-color: #000;
    box-shadow: 0px 3px 20px #000010;
    border-radius: 16px;
    padding: 24px 24px 4px 24px;
    position: sticky;
    top: 90px;
    left: 0px
}

@media (max-width: 991px) {
    .leftSidePanel {
        display: none
    }
}

.leftSidePanel ul {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px
}

    .leftSidePanel ul li {
        margin-bottom: 20px
    }

        .leftSidePanel ul li a {
            font-size: 1.4rem;
            line-height: 24px;
            color: #fff;
            display: inline-block;
            font-weight: 300;
            border-bottom: 0.6px solid transparent
        }

            .leftSidePanel ul li a:hover {
                font-weight: 700;
                border-bottom: 0.6px solid #898989
            }

        .leftSidePanel ul li.active a {
            font-weight: 700;
            border-bottom: 0.6px solid #898989
        }

.logoutBtn {
    text-decoration: none;
    font-size: 1.6rem;
    color: #000;
    font-weight: 300
}

@media (max-width: 1450px) {
    .logoutBtn {
        position: absolute;
        top: 32px;
        right: 60px
    }
}

@media (max-width: 991px) {
    .logoutBtn {
        display: none
    }
}

.logoutBtn span {
    padding-left: 10px
}

@media (max-width: 767px) {
    .logoutBtn span {
        display: none
    }
}

@media (max-width: 1450px) {
    .logoutBtn img {
        width: 20px
    }
}

.paymentBtnWrap .commonBlackBtn {
    margin-top: 20px
}

hr {
    background-color: #A8A8A8;
    border-radius: 4px;
    margin: 25px 0px
}

.commonBlackBtn {
    border-radius: 4px;
    font-size: 1.6rem;
    line-height: 24px;
    color: #fff;
    margin-top: 50px;
    padding-left: 100px;
    padding-right: 100px
}

@media (max-width: 1601px) {
    .commonBlackBtn {
        padding-left: 40px;
        padding-right: 40px
    }
}

@media (max-width: 1024px) {
    .commonBlackBtn {
        min-width: auto;
        margin-top: 20px
    }
}

@media (max-width: 768px) {
    .commonBlackBtn {
        position: fixed;
        bottom: 0px;
        left: 0px;
        width: 100%;
        border-radius: 0;
        z-index: 2
    }

        .commonBlackBtn.max-w-input {
            max-width: 100% !important
        }
}

.commonWhiteBtn {
    border-radius: 4px;
    font-size: 1.6rem;
    line-height: 24px;
    color: #000;
    margin-top: 50px;
    background-color: #fff;
    border: 1px solid #000;
    padding-left: 100px;
    padding-right: 100px
}

@media (max-width: 1601px) {
    .commonWhiteBtn {
        padding-left: 40px;
        padding-right: 40px
    }
}

@media (max-width: 1024px) {
    .commonWhiteBtn {
        min-width: auto;
        margin-top: 20px
    }
}

@media (max-width: 768px) {
    .commonWhiteBtn {
        position: fixed;
        bottom: 0px;
        left: 0px;
        width: 100%;
        border-radius: 0;
        z-index: 2
    }

        .commonWhiteBtn.max-w-input {
            max-width: 100% !important
        }
}

#CourseEligibiityPopupImage .modal-dialog {
    max-width: 519px;
    margin: 0 auto
}
#modalVerifyOtp .modal-dialog {
    max-width: 519px;
    margin: 0 auto
}

@media (max-width: 991px) {
    #CourseEligibiityPopupImage .modal-dialog {
        max-width: 316px
    }
}
@media (max-width: 991px) {
    #modalVerifyOtp .modal-dialog {
        max-width: 316px
    }
}

#CourseEligibiityPopupImage .modal-dialog .modal-content {
    padding: 35px 35px 10px 35px;
    border-radius: 16px;
    box-shadow: 0px 3px 20px #000010;
    border: 0px;
    outline: none
}
#modalVerifyOtp .modal-dialog .modal-content {
    padding: 35px 35px 10px 35px;
    border-radius: 16px;
    box-shadow: 0px 3px 20px #000010;
    border: 0px;
    outline: none
}

@media (max-width: 991px) {
    #CourseEligibiityPopupImage .modal-dialog .modal-content {
        padding: 20px 20px 10px 20px
    }
}
@media (max-width: 991px) {
    #modalVerifyOtp .modal-dialog .modal-content {
        padding: 20px 20px 10px 20px
    }
}

#CourseEligibiityPopupImage .close {
    border: 0px;
    background-color: transparent;
    padding: 5px;
    position: absolute;
    right: 22px;
    top: 18px
}
#modalVerifyOtp .close {
    border: 0px;
    background-color: transparent;
    padding: 5px;
    position: absolute;
    right: 22px;
    top: 18px
}

#CourseEligibiityPopupImage .modal-header {
    padding: 0px;
    border: 0px
}
#modalVerifyOtp .modal-header {
    padding: 0px;
    border: 0px
}

    #CourseEligibiityPopupImage .modal-header h6 {
        font-family: 'Saira Condensed', sans-serif;
        font-size: 2rem;
        line-height: 22px;
        text-align: left;
        margin: 0 0 30px;
        color: #000;
        position: relative
    }
#modalVerifyOtp .modal-header h6 {
    font-family: 'Saira Condensed', sans-serif;
    font-size: 2rem;
    line-height: 22px;
    text-align: left;
    margin: 0 0 30px;
    color: #000;
    position: relative
}

@media (max-width: 991px) {
    #CourseEligibiityPopupImage .modal-header h6 {
        margin: 0 30px 20px 0px;
        font-size: 1.7rem;
        line-height: 18px
    }
}@media (max-width: 991px) {
    #modalVerifyOtp .modal-header h6 {
        margin: 0 30px 20px 0px;
        font-size: 1.7rem;
        line-height: 18px
    }
}

#CourseEligibiityPopupImage .modal-header h6:before {
    position: absolute;
    content: '';
    bottom: -10px;
    left: 0;
    width: 100px;
    height: 2px;
    background: #f9a91a;
    background: linear-gradient(90deg, #f9a91a 0%, #eb417a 30%, #3f91c1 60%, #fff 90%)
}
#modalVerifyOtp .modal-header h6:before {
    position: absolute;
    content: '';
    bottom: -10px;
    left: 0;
    width: 100px;
    height: 2px;
    background: #f9a91a;
    background: linear-gradient(90deg, #f9a91a 0%, #eb417a 30%, #3f91c1 60%, #fff 90%)
}

#CourseEligibiityPopupImage .modal-body {
    padding: 0px
}
#modalVerifyOtp .modal-body {
    padding: 0px
}

    #CourseEligibiityPopupImage .modal-body p {
        margin-bottom: 5px
    }
#modalVerifyOtp .modal-body p {
    margin-bottom: 5px
}

        #CourseEligibiityPopupImage .modal-body p strong {
            font-weight: 500;
            font-size: 1.4rem;
            line-height: normal
        }
#modalVerifyOtp .modal-body p strong {
    font-weight: 500;
    font-size: 1.4rem;
    line-height: normal
}

    #CourseEligibiityPopupImage .modal-body ul li {
        font-weight: 300;
        font-size: 1.2rem;
        line-height: 20px
    }

#CourseEligibiityPopupImage .eligibilityDetails {
    padding-bottom: 5px
}
#modalVerifyOtp .modal-body ul li {
    font-weight: 300;
    font-size: 1.2rem;
    line-height: 20px
}

#modalVerifyOtp .eligibilityDetails {
    padding-bottom: 5px
}

@keyframes bounce {

    0%, 100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px)
    }
}

.overlay {
    background: #e9e9e9;
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.5;
}

#loading-img {
    position: relative;
    top: 40%
}

#loading-img-span {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

#loading-img-src {
    width: 25vh;
    height: 25vh;
}

.hidden {
    display: none;
}
