/*Morth main styles*/
:root {
    --color-white: #ffffff;
    --color-skyblue: #019cfe;
    --color-darkblue: #2658AD;
    --color-lightwhite: #B2B5CC;
}


* {
    box-sizing: border-box;
}

.morth-banner-login {
    position: relative;
    height: 100%;
    /* height: 100vh; */
    width: 100%;
    overflow: hidden;
    /* will check in end if overflow is creating prblm or not */
}

/* header styles */

header {
    padding: 0;
}

.header-wrapper {
    position: absolute;
    right: 0;
    z-index: 1;
}

.header-innerbox {
    color: var(--color-white);
    padding: 6px 16px;
    flex-direction: column;
    border-bottom-left-radius: 20px;
    background: rgb(42, 82, 167);
    background: linear-gradient(90deg, rgba(42, 82, 167, 1) 16%, rgba(51, 90, 173, 1) 26%, rgba(38, 88, 173, 1) 74%, rgba(19, 76, 188, 1) 98%);
}

.text-email a,
.text-phone a {
    text-decoration: none;
    margin-left: 5px;
    color: white;
}

/* End of header styles */


/* scroll button styles */
/* button{
    border: none;
    background: transparent;
} */

.jump-link-button {
    width: 64px;
    height: 60px;
    right: 0px;
    z-index: 1;
    border: none;
    padding: 0;
    background: transparent;
}


.jump-link-button img{
 object-fit: cover;
}

/* end of scroll button styles */


.banner-img {
    position: absolute;
    /* inset: 0; */
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.banner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.col-lg-4.left-section {
    position: relative;
    overflow: hidden;
    background: white;
    max-width: 100%;
    height: 100vh;
    clip-path: circle(375px at left);
    display: flex;
    flex-direction: column;
    opacity: 0.8;

}

.inner-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding-left: 10px;
    align-items: flex-start;
    margin-top: 50px;
    margin-right: 40px;
}


.morth-logo-img {
    width: 160px;
    height: 80px;
	//max-width: 72%;
    margin-bottom: 20px;
}


.inner-text h1 {
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
    margin-right: 20px;
    color: #2772db;
    text-wrap: balance;
    word-break: break-word;
}

.morth-road-img {
    position: absolute;
    max-width: 250px;
    max-height: 250px;
    bottom: 60px;
}

.morth-center-image {
    width: 100%;
    height: 100%;
}

.col-lg-4.mid-section {
    position: relative;
    display: flex;
    align-items: flex-start;
    padding-top: 56px;
}

.box-leftbox {
    position: relative;
    margin: auto;
    padding: 0;
    width: 100%;
    background: white;
    border-top: 4px solid #2658AD;
    box-shadow: 0px 3px 25px #0d6efd5c;
    margin-top: 0;
}

.box-leftbox h2 {
    background: #f2f2f2;
    color: #2658AD;
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
    padding: 8px;
}

.btn-primary {
    background-color: var(--color-darkblue);
    border-color: var(--color-darkblue);
}

.right-section {
    position: relative;
    display: flex;
    align-items: flex-start;
    padding-top: 56px;
}

.notification-list {
    height: calc(100vh - 268px);
}
.notification-list li{
    list-style: none;
}

.notification-list li a {
    display: block;
    border-bottom: 1px solid var(--color-lightwhite);
    color: var(--color-white);
    font-weight: bold;
    margin: 10px 0;
}


#tile-1 .slider {
    background-color: var(--color-darkblue);
}
    #tile-1 .nav-tabs .active {
    background-color: var(--color-darkblue) !important;
    border: none !important;
    color: var(--color-white) !important;
}

.box-notification {
    width: 100%;
    margin: auto;
    max-width: 360px;
    background: #233046bf;
    margin-top: 0;
}

.footer-container {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.footer-bgskyblue img.responsive-width {
    background: #1147A2;
    padding: 10px;
    max-width: 55px;
}

.responsive-space {
    padding: 0;
}

.footer-bgskyblue {
    position: unset;
    color: var(--color-white);
    display: flex;
    align-items: stretch;
    justify-content: center;
    width: 1024px;
    padding: 0;
}

    .footer-bgskyblue .bg-footer-rightbox {
        background: var(--color-darkblue);
        justify-content: center;
    }

    .footer-bgskyblue h4 {
        color: #FFD375;
    }

    .footer-bgskyblue h6 {
        font-size: 0.72rem;
        margin-bottom: 0;
    }

img.p-2.width-iconbottom {
    width: 66px;
    height: 66px;
    object-fit: contain;
}


@media (hover: none) and (pointer: coarse) and (min-width: 992px) and (max-device-width: 1180px) {

    .inner-content {
        margin-top: 80px;
    }

    .morth-road-img {
        bottom: 157px;
    }

    .footer-container {
        position: absolute;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1240px) {

    .morth-logo-img {
        width: 160px;
        object-fit: contain;
        height: 78px;
    }

    .footer-container {
        position: sticky;
    }
    .morth-road-img {
        bottom: 0px;
    }
}

@media screen and (max-width: 1160px) {
    .btm-bluebox {
        height: 100%;
    }

    .col-lg-4.left-section {
        clip-path: circle(338px at left);
    }
}


@media screen and (max-width: 992px) {
    .morth-banner-login {
        height: unset;
    }

    .main-content{
        margin: auto;
    }

    .col-lg-4.left-section {
        background: transparent;
        align-items: center;
        justify-content: center;
        clip-path: none;
        height: auto;
    }

    .inner-content {
        align-items: unset;
        margin-bottom: 0;
        margin-right: 0;
    }

    .inner-text h1 {
        text-align: center;
        color: #2772db;
        background: white;
        border: 1px solid white;
        padding: 10px;
        border-radius: 12px;
    }

    .morth-logo {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .morth-logo-img {
        border: 1px solid white;
        background: white;
        padding: 10px;
        border-radius: 12px;
    }

    .morth-road-img {
        display: none;
    }

    .box-notification {
        width: 100%;
        max-width: 400px;
    }

    .footer-container {
        position: sticky;
    }

    img.p-2.width-iconbottom {
        width: auto;
        height: auto;
        object-fit: contain;
    }

    .responsive-space {
        padding: 5px 0px !important;
    }
}

@media screen and (max-width: 768px) {
    .morth-banner-login {
        padding: 10px 20px;
        background: rgb(0, 87, 146);
        background: radial-gradient(circle, rgba(0, 87, 146, 1) 26%, rgba(148, 187, 233, 1) 100%);
    }

    .inner-content {
        margin-top: 0px;
    }

    .inner-text h1 {
        color: white;
        background: transparent;
        border: none;
        font-size: 18px;
        line-height: 28px;
    }

    .morth-logo-img {
        border: none;
        background: transparent;

        margin-bottom: 10px;
    }

    .col-lg-4.mid-section {
        padding-top: 0px;
    }

    .col-lg-4.right-section {
        padding-top: 0px;
    }

    .box-leftbox {
        max-width: 360px;
        margin-bottom: 20px;
    }

    .box-notification {
        margin-bottom: 20px;
        max-width: 100%;
    }

    .notification-list {
        height: unset;
    }

    .footer-bgskyblue {
        padding: 0px;
        width: 100%;
    }

    img.p-2.width-iconbottom {
        width: 66px;
        height: 66px;
        object-fit: contain;
    }

    .responsive-space {
        padding: 5px 0px !important;
    }
}


@media screen and (min-width: 766px) and (max-device-width: 1024px) and (orientation: portrait) {
    .morth-banner-login {
        height: unset;
    }

    .col-lg-4.left-section {
        background: transparent;
        align-items: center;
        justify-content: center;
        clip-path: none;
        height: auto;
        width: 100%;
    }

    .inner-content {
        align-items: unset;
    }

    .inner-text h1 {
        text-align: center;
        color: #2772db;
        background: white;
        border: 1px solid white;
        padding: 10px;
        border-radius: 12px;
    }

    .morth-logo {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .morth-logo-img {
        border: 1px solid white;
        background: white;
        padding: 10px;
        border-radius: 12px;
    }

    .morth-road-img {
        display: none;
    }

    .col-lg-4.mid-section {
        width: 50%;
    }

    .col-lg-4.right-section {
        width: 505;
    }

    .box-notification {
        width: 100%;
        max-width: 400px;
    }

    .footer-container {
        position: sticky;
    }

    img.p-2.width-iconbottom {
        width: auto;
        height: auto;
        object-fit: contain;
    }
}

@media screen and (min-width: 992px) and (max-device-width: 1030px) {

    .inner-content {
        margin-top: 60px;
    }

    .morth-road-img {
        bottom: 0px;
    }

    .footer-container {
        position: sticky;
    }
}


@media screen and (min-width: 1300px) {
    .col-lg-4.left-section {
        clip-path: circle(460px at left);
    }

    .morth-road-img {
        max-width: 335px;
        max-height: 400px;
        bottom: 120px;
    }
}

@media (hover: none) and (min-width: 1150px) and (max-device-width: 1181px) and (orientation: landscape) {

    .morth-road-img {
        bottom: 146px;
    }
}

    @media screen and (min-width: 1250px) and (max-device-width: 1380px) and (orientation: landscape) {
        .col-lg-4.left-section {
            clip-path: circle(429px at left);
        }


        .morth-road-img {
            bottom: 170px;
        }
    }



    @media (hover: none) and (min-width: 1350px) and (max-device-width: 1367px) and (orientation: landscape) {
        .inner-content {
            margin-top: 160px;
        }

        .morth-road-img {
            bottom: 217px;
        }

        .inner-text h1 {
            font-size: 20px;
            font-weight: bolder;
            line-height: 30px;
        }
    }


    @media screen and (min-width: 1640px) {
        .col-lg-4.left-section {
            clip-path: circle(522px at left);
        }

        .morth-road-img {
            max-width: 450px;
            max-height: 450px;
            bottom: 121px;
        }
    }


    @media (hover: none) and (max-device-width: 992px) and (orientation: landscape) {
        .notification-list {
            height: unset;
        }

        .box-leftbox {
            margin: 0px auto 20px auto;
        }
    }