@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;300;500;700;900&display=swap');

* {


/* New Css */    padding: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}

body {
    background: #fff;
    transition: 0.4s all;
    color: #555555;
}

html {
    scroll-behavior: smooth;
    background: #fff;
}

h1, h2, h3, h4, h5, h6 {
    /*font-weight: 600;*/
}

.navbar {
    background: #fff;
    box-shadow: 0px 0px 5px 0px;
}

.navbar-dark .navbar-nav .nav-link {
    color: #9E9E9E;
    margin: 0px 10px;
    font-weight: 500;
}

    .navbar-dark .navbar-nav .nav-link:hover,
    .navbar-dark .navbar-nav .nav-link:focus {
        color: #fcb713;
    }

.navbar-dark .navbar-toggler {
    border-color: #fcb713;
}

.hdr-btn li {
    display: inline-block;
}

/* Banner */
.banner {
    width: 100%;
    background-image: url('../image/bg-pattern.png'),url('../image/bg-1.jpg');
    background-size: auto, cover;
    background-attachment: fixed;
    height: 80vh;
    background-position: top left, center center;
    background-repeat: repeat, no-repeat;
}

.bnr-shipment {
    height: 80vh;
    display: flex;
    align-items: center;
}

.bnr-heading {
    color: #ffffff;
    line-height: 45px;
    font-size: xx-large;
}

.econo {
    font-size: 42px;
    letter-spacing: -1px;
    font-weight: 600;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.18);
}

.orange {
    color: #fcb713;
}

.blue {
    color: #3c9bd5;
}

.red {
    color: #ef4e23;
}

.bnr-heading-green {
    color: #fcb713;
    font-weight: 600;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.18);
}

.bnr-heading-orange {
    font-weight: 600;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.18);
}

.heading-orange {
    color: #fcb713;
}

.heading-green {
    color: #389137;
}

.track-shipment {
    background: #fff;
    border-radius: 7px;
}


.book-shipment {
    position: relative;
}

    .book-shipment p {
        font-size: 12px;
        color: #fff;
        position: absolute;
        background: #362478;
        bottom: 50px;
        padding: 5px 8px;
        border-radius: 3px;
        z-index: 999;
        visibility: hidden;
        opacity: 0;
        transition: 0.5s;
        box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.3);
    }

        .book-shipment p::before {
            position: absolute;
            content: "";
            width: 10px;
            height: 10px;
            background: #362478;
            left: 3px;
            bottom: -4px;
            transform: rotate(45deg);
            border-radius: 1px;
            box-shadow: 3px 1px 1px 0px rgba(0,0,0,0.1);
        }

    .book-shipment .tool-tip {
        position: absolute;
        left: 15px;
        bottom: 25px !important;
        display: inline;
        width: 17px;
        height: 17px;
        color: #9E9E9E;
        opacity: 0.5;
    }

        .book-shipment .tool-tip:hover ~ p {
            visibility: visible;
            opacity: 1;
            transition: 0.5s;
            display: block;
        }

    .book-shipment input[type="text"],
    .book-shipment select,
    .book-shipment input[type="password"],
    .book-shipment input[type="tel"],
    .book-shipment textarea {
        background: transparent;
        border: none;
        border-bottom: 1px solid gray;
        font-size: 14px;
        font-weight: 500;
        color: #3e3d3d;
        /*margin-bottom: 30px;*/
        width: 100%;
        box-sizing: border-box;
        padding: 7px 0px 0px 0px;
    }

    .book-shipment input[type="button"] {
        padding: 8px 17px;
        border-radius: 20px;
        border: none;
        background: #fcb713;
        color: #fff;
        outline: none;
        transition: 0.4s all;
    }

        .book-shipment input[type="button"]:hover {
            background: #3c9bd5;
            transition: 0.4s all;
        }

    .book-shipment input[type="text"]:focus, .book-shipment select:focus, .book-shipment textarea:focus {
        outline: none;
    }

        .book-shipment select:focus ~ label,
        .book-shipment input[type="text"]:focus ~ label,
        .book-shipment select:valid ~ label,
        .book-shipment input[type="text"]:valid ~ label,
        .book-shipment input[type="password"]:focus ~ label,
        .book-shipment input[type="password"]:valid ~ label,
        .book-shipment input[type="tel"]:valid ~ label,
        .book-shipment input[type="tel"]:focus ~ label,
        .book-shipment textarea:valid ~ label,
        .book-shipment textarea:focus ~ label {
            outline: none;
            top: -12px;
            font-size: 12px;
            font-weight: 500;
            color: #fcb713;
        }

.book-shipment {
    position: relative;
    margin-bottom: 10px;
}

    .book-shipment label {
        display: block;
        position: absolute;
        top: 9px;
        pointer-events: none;
        transition: .3s;
        font-size: 13px;
        /* left: 30px; */
    }

.shpng-solu {
    background-color: #e3eaf4;
    background-image: url('http://uatsipl.sagarinfotech.com/courierabroad5/splash-bg1.png');
    background-repeat: no-repeat;
}

.orange h1 {
    font-size: 50px;
    color: #353740;
    padding-bottom: 56px;
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif !important;
    text-shadow: 4px 3px 2px rgba(0, 0, 0, 0.18);
}

.orange p {
    font-size: 22px;
    color: #353740;
    font-weight: 500;
}

.econo {
    font-size: 42px;
    letter-spacing: -1px;
}

.we-ship h2 {
    font-size: 40px;
    margin: 0 auto;
    display: table;
    position: relative;
}

    .we-ship h2::before {
        content: "";
        width: 90px;
        height: 65px;
        background: url('../image/line.png');
        position: absolute;
        left: -90px;
        z-index: 99;
    }

    .we-ship h2::after {
        content: "";
        background: url('../image/line.png');
        width: 90px;
        height: 65px;
        transform: rotate(180deg);
        position: absolute;
        right: calc(100%-90px);
        z-index: 99;
    }

.bor {
    border: 1px solid #c5c5c5;
    width: 0px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    top: 4px;
}

.how {
    margin-top: 240px;
}

.we-ship img {
    margin-left: 12px;
    margin-right: 12px;
}

.shi {
    font-size: 24px !important;
}

.im-cour img {
    box-shadow: -15px -9px 0px 8px #efefef;
}

.ma-bo {
    color: #3c9bd5;
    font-size: 22px;
    font-weight: 500;
}

.ma-pa {
    color: #ef4e23;
    font-size: 22px;
    font-weight: 500;
}

.door {
    color: #3c9bd5;
    font-size: 22px;
    font-weight: 500;
}

.liv {
    color: #ef4e23;
    font-size: 22px;
    font-weight: 500;
}

.wrk {
    font-size: 20px;
}

.experience-content-one {
    font-size: 20px;
}

.make-your {
    background: #d3d3fd80;
}

.make-your-number {
    background: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    vertical-align: middle;
    display: table-cell;
    border: 3px solid #d2d2d5;
    font-size: 26px;
    font-weight: 700;
    transition: 0.2s all;
}

    .make-your-number:hover {
        border: 3px solid #fcb713;
        transition: 0.2s all;
    }

.dflt-btn a {
    padding: 10px 17px;
    border-radius: 20px;
    border: none;
    background: #fcb713;
    color: #fff;
    outline: none;
    text-decoration: none;
    transition: 0.4s all;
}

    .dflt-btn a:hover {
        background: #3c9bd5;
        transition: 0.4s all;
    }

.where {
    background: #d3d3fd80;
    padding: 10px;
    border-radius: 10px;
}

.need-more input[type='text'] {
    padding: 5px;
    border-radius: 20px;
    outline: 0px;
    box-shadow: none;
    border: 1px solid #e9e9fe;
    padding-left: 10px;
    color: #868585;
}

.need-more input[type='button'] {
    padding: 6px 17px;
    border-radius: 20px;
    border: none;
    background: #fcb713;
    color: #fff;
    outline: none;
    transition: 0.4s all;
}

    .need-more input[type='button']:hover {
        background: #3c9bd5;
        transition: 0.4s all;
    }

.experience {
    background: url('../image/exp-bg.jpg') no-repeat;
    background-size: cover;
    background-position-y: 100%;
    margin-top: 100px;
}

    .experience .experience-left {
        bottom: 30%;
        left: 10%;
        position: absolute;
    }

        .experience .experience-left h2:first-child {
            font-size: 60px;
            font-weight: 600;
        }

        .experience .experience-left h2:nth-child(2) {
            font-size: 60px;
            font-weight: 600;
            color: #fff;
        }

        .experience .experience-left h2:last-child {
            font-size: 60px;
            font-weight: 600;
            color: green;
        }

    .experience .experience-right {
        background: #fff;
        border: 3px solid #555555;
        border-radius: 20px;
        margin-top: -80px;
        min-height: 500px;
        position: relative;
        background-image: url("../image/background-shape.svg");
        background-repeat: no-repeat;
        background-position: 100%;
        background-size: cover;
    }

        .experience .experience-right .experience-truck,
        .experience .experience-right .experience-location,
        .experience .experience-right .experience-watch {
            position: absolute;
            top: 10%;
            left: -10%;
            background: #fff;
            width: 100px;
            height: 100px;
            border-radius: 50%;
            border: 3px solid #555555;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .experience .experience-right .experience-location {
            top: 40%;
        }

        .experience .experience-right .experience-watch {
            top: 70%;
        }

.experience-content-one {
    position: absolute;
    top: 10%;
    left: 15%;
}

.experience-content-two {
    position: absolute;
    top: 40%;
    left: 15%;
}

.experience-content-three {
    position: absolute;
    top: 70%;
    left: 15%;
}

.more-information {
    background: url('../image/contact-bg.jpg') no-repeat;
    background-size: cover;
}

.call-us p {
    display: inline-block;
    background: #ffffff1f;
    padding: 0px 30px;
    border-radius: 60px;
    color: #fff;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

    .call-us p span {
        font-size: 40px;
        font-weight: 500;
    }

.need-more {
    background: #e3eaf4;
}

footer {
    background: #363732;
}

.footer-2 {
    background: #333;
}

.footer-body ul li {
    display: inline-block;
}

    .footer-body ul li a {
        text-decoration: none;
        padding: 5px 10px;
        color: #ffffff;
        font-size: 14px;
    }

footer .copyright p, footer .created-by p {
    font-size: 13px;
    color: #ffffff;
    margin-bottom: 0px;
    padding-top: 3px;
}

    footer .created-by p span a {
        color: #9E9E9E;
    }

.social-icon a {
    margin: 20px;
}

    .social-icon a .fa {
        background: #ffffff;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        line-height: 30px;
        text-align: center;
        color: #fcb713;
    }

/* back to top */
#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99999;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #fcb713;
    color: white;
    cursor: pointer;
    padding: 2px 8px;
    border-radius: 4px;
    transition: 0.4s all;
}

    #myBtn:hover {
        background-color: #3c9bd5;
        transition: 0.4s all;
    }

/* login page */

.login-left {
}

    .login-left img {
    }

.login-arrow {
    height: 82vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-box {
}

.login-box {
    border-left: 1px solid #9e9e9e73;
}

.login-header h4 {
    font-weight: 600;
    color: #000;
}

.login-header p {
    font-weight: 600;
    color: #000;
    font-size: 14px;
    margin-top: 7px;
}

.login-body input[type='text'],
.login-body input[type='password'],
.login-body select,
.con-form input[type='text'] {
    border: none;
    /* height: 40px; */
    background: transparent;
    border-bottom: 1px solid #9e9e9e73;
    /* padding-left: 20px; */
    /* border-radius: 25px; */
}

.con-form textarea {
    border-bottom: 1px solid #9e9e9e73;
    padding-left: 10px;
}

.login-body input[type='checkbox'] {
    width: 15px;
    height: 15px;
}

.login-body select {
    color: #555;
    font-weight: 500;
}

    .login-body input:focus, .login-body input:hover,
    .login-body select:focus, .login-body select:hover,
    .con-form input:focus, .con-form input:hover,
    .con-form textarea:focus, .con-form textarea:hover {
        outline: none;
        border-bottom: 1px solid #3c9bd5;
    }

.login-body input::placeholder, .con-form input::placeholder,
.con-form textarea::placeholder {
    color: #9e9e9e73;
    font-size: 14px;
    font-weight: 500;
}

.login-body input:focus::placeholder, .login-body input:hover::placeholder,
.con-form input:focus::placeholder, .con-form input:hover::placeholder,
.con-form textarea:focus::placeholder, .con-form textarea:hover::placeholder {
    color: #3c9bd5;
    font-weight: 500;
}

.login-body label {
    font-size: 12px;
    font-weight: 500;
    color: #000;
    line-height: 15px;
}

.login-footer a:first-child, .con-btn a, .usr-btn p {
    text-decoration: none;
    color: #fff;
    background: #fcb713;
    padding: 9px 15px;
    border-radius: 30px;
    transition: 0.4s linear;
    cursor: pointer;
}

    .login-footer a:first-child:hover, .con-btn a:hover, .usr-btn p:hover {
        background: #3c9bd5;
        transition: 0.4s linear;
        color: #fff;
    }

.login-footer a:last-child {
    color: #fcb713;
    font-size: 14px;
    letter-spacing: 1.1px;
}

.login-body input[type='password'] {
    position: relative;
}

.login-body .col-lg-6 .fa, .col-lg-4 .fa-eye {
    position: absolute;
    right: 25px;
    bottom: 30px;
    opacity: 0.7;
    cursor: pointer;
    z-index: 99;
}

.login-body .col-lg-12 .fa {
    position: absolute;
    right: 25px;
    bottom: 30px;
    opacity: 0.7;
    cursor: pointer;
    z-index: 99;
}

.login-body .col-lg-6 .fa.active {
    color: red !important;
}

/* campus */

.campus-img {
    opacity: 0.4;
}

    .campus-img:hover {
        opacity: 1;
    }

/* Contact */

.india {
    text-align: center;
    border-radius: 10px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    background: #ffffff;
    padding: 30px;
    transition: 0.5s linear;
}

    .india:hover {
        transition: 0.5s linear;
        transform: translateY(-10px);
    }

        .india:hover .contact-box-icon .fa {
            background: #3c9bd5;
            transition: 0.5s linear;
        }

    .india .contact-box-icon .fa {
        color: #ffffff;
        width: 60px;
        height: 60px;
        background: #fcb713;
        line-height: 60px;
        border-radius: 50%;
        transition: 0.5s linear;
    }

    .india span {
        display: block;
        margin-top: 5px;
        font-weight: 500;
    }

/* Booking */



.nav {
    display: block;
}

.nav-tabs {
    border: none;
}

    .nav-tabs .nav-link {
        color: #555;
        border-radius: 0px;
    }

        .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
            border-color: transparent;
            background: #fcb713;
            color: #fff;
        }

        .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
            background: #fcb713;
            color: #fff;
        }

.nav-item .nav-link .fa {
    color: #fcb713;
}

.nav-item .nav-link:hover .fa, .nav-item .nav-link.active .fa {
    color: #fff;
}

.title {
    margin-top: 10px;
}

.booking-icons {
    padding: 8px;
    background: #eceaea;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

    .booking-icons img {
        padding: 5px;
    }

    .booking-icons p {
        margin: 0px;
    }

    .booking-icons.first {
        box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
        border-radius: 5px;
        background: #fcb713;
    }

        .booking-icons.first img {
            background: #fff;
            padding: 5px;
            border-radius: 5px;
        }

    .booking-icons .booking-icons-btm {
        height: 1px;
        width: 100%;
        background: #ffffff;
        margin-top: 5px;
        margin-bottom: 4px;
    }

.one {
    background: #fff;
    padding: 20px 20px 12px 20px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 3px 10px;
}



    .one input[type="radio"] {
        margin-top: 0px;
        width: 20px;
        height: 20px;
        line-height: 100px;
        margin-top: 5px;
    }

    .one .vendor-icons img {
        width: auto;
        margin-left: 5px;
    }

    .one .add-rem p {
        text-decoration: none;
        font-weight: 600;
        cursor: pointer;
    }

        .one .add-rem p:first-child {
            color: #fcb713;
            display: inline;
        }

        .one .add-rem p:last-child {
            color: #3c9bd5;
        }

.shipment-iformation p {
    font-size: 12px;
    margin-bottom: 0px;
}

.two {
    display: none;
}

.select-vendor, .make-payment, .booking-confirmed {
    display: none;
}

.profile-pic img {
    background: #ff7d02;
    border-radius: 50%;
    padding: 5px;
}

.slc-file {
    position: relative;
}

    .slc-file input[type=file] {
        cursor: pointer;
        overflow: hidden;
        user-select: none;
        -webkit-tap-highlight-color: transparent;
        vertical-align: middle;
        z-index: 1;
        opacity: 0;
        width: 50%;
    }

    .slc-file span {
        color: #fff;
        cursor: pointer;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        background: #ff7d02;
        padding: 5px 8px;
        border-radius: 26px;
        width: 130px;
        height: 35px;
    }

.ship-table th {
    padding: 5px;
    border: none;
}

.ship-table td {
    font-size: 12px;
}





/* media query */

@media screen and (max-width: 991px) {
    .login-box {
        border-left: 0px;
    }

    .left-col {
        position: static !important;
    }
}

@media screen and (max-width: 767px) {
    .track-shipment {
        margin-top: 0px;
        position: static;
    }

    .we-ship h2 {
        font-size: 30px !important;
    }

        .we-ship h2::after, .we-ship h2::before {
            display: none;
        }

    .tab-content {
        margin-bottom: 100px;
    }

    #home {
        margin-bottom: 200px !important;
    }

    #ship-tracking {
        margin-bottom: 200px !important;
    }

    #ship-history {
        margin-bottom: 200px !important;
    }

    #profile {
        margin-bottom: 200px !important;
    }

    .RaiseQuery {
        margin-bottom: 150px !important;
    }

    .main-box.we-ship {
        margin-bottom: 230px !important;
    }
}

@media screen and (max-width: 575px) {
    .experience .experience-right .experience-truck,
    .experience .experience-right .experience-location,
    .experience .experience-right .experience-watch {
        position: absolute;
        top: 10%;
        left: 2%;
        background: #fff;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        border: 5px solid #fcb713;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: inset 0px 0px 7px 0px #fcb713;
    }

    .experience .experience-right .experience-location {
        top: 40%;
    }

    .experience .experience-right .experience-watch {
        top: 70%;
    }

    .experience-content-one, .experience-content-two, .experience-content-three {
        left: 22%;
    }

    .navbar-brand {
        margin-right: 0px !important;
    }

        .navbar-brand img {
            margin-left: 0px !important;
        }

    .bnr-heading {
        font-size: 22px;
        line-height: inherit;
    }

    .banner {
        height: 100vh;
    }

    .bnr-shipment {
        height: 100vh;
    }

    .orange h1 {
        font-size: 40px !important;
    }

        .orange h1 span {
            font-size: 28px !important;
        }

    .we-ship img {
        width: 30% !important;
        margin: 10px !important;
    }



    .tab-content {
        margin-bottom: 150px;
    }

    #home {
        margin-bottom: 250px !important;
    }

    #ship-tracking {
        margin-bottom: 250px !important;
    }

    #ship-history {
        margin-bottom: 250px !important;
    }

    #profile {
        margin-bottom: 250px !important;
    }

    .RaiseQuery {
        margin-bottom: 200px !important;
    }

    .contactforuserLogin {
        margin-bottom: 200px !important;
    }

    .main-box.we-ship {
        margin-bottom: 280px !important;
    }
}


/*DoropDown form Customer UserName input Dashboard*/

.hdr-btn .hdr-btn-one {
    text-decoration: none;
    color: #fcb713;
    border: 2px solid #fcb713;
    border-radius: 25px;
}

.hdr-btn .hdr-btn-two {
    text-decoration: none;
    color: #3c9bd5;
    border: 2px solid #3c9bd5;
    border-radius: 25px;
}

.hdr-btn .hdr-btn-one:hover {
    color: #3c9bd5;
    border: 2px solid #3c9bd5;
}

.hdr-btn .hdr-btn-two:hover {
    color: #fcb713;
    border: 2px solid #fcb713;
}

.dropdown-menu {
    right: 0 !important;
    width: auto;
    padding: 0;
    border: 1px solid #fcb713;
    box-shadow: 0px 0px 10px 0px rgba(253, 148, 55, 0.7);
}

.dropdown-item {
    font-size: 12px;
    padding: 7px 10px;
}

    .dropdown-item:focus, .dropdown-item:hover {
        color: #fff;
        background: #fcb713;
    }

    .dropdown-item.active, .dropdown-item:active {
        background: #fcb713;
    }

.dropdown-toggle img {
    height: 30px;
    width: 30px;
    border-radius: 50%;
}

.validate {
    border-bottom: 1px solid red !important;
}

.quick-quote input[type='radio'] {
    width: 20px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    top: -4px;
    right: 54px;
}

.fedex-inner {
    position: relative;
    top: 17px;
    left: 14px;
    height: 15px;
    width: 15px;
}

.fedexbox {
    box-shadow: rgba(0, 0, 0, 0.07) 0px 3px 10px;
    border-radius: 5px;
    background: #fff;
    padding-top: 10px;
    margin-top: 2rem !important;
}

    .fedexbox p {
        color: #000000;
        font-size: 16px;
        padding-left: 13px;
        font-weight: bold;
    }

.bg-black {
    background: #fcb713;
    padding-top: 5px;
    min-height: 76vh;
}

.left-col {
    background: #fcb713;
    position: fixed;
    left: 8px;
    z-index: 99;
}

.nav {
    display: block;
}

.nav-tabs {
    border: none;
}

    .nav-tabs .nav-link {
        color: #ffffff;
        border-radius: 0px;
        margin-top: 5px;
    }

        .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
            border-color: transparent;
            background: #fff;
            color: #fcb713;
            border-radius: 25px;
        }

        .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
            background: #ffffff;
            color: #fcb713;
            border-radius: 25px;
            border: 1px solid transparent;
        }

.nav-item .nav-link .fa {
    color: #ffffff;
}

.nav-item .nav-link:hover .fa, .nav-item .nav-link.active .fa {
    color: #fcb713;
}

.main-box.we-ship {
    margin-bottom: 150px;
}

.Pager1 span {
    padding: 6px 9px;
    margin: 5px 2px;
    text-decoration: none;
    BORDER: 1PX SOLID;
    border-color: black;
    background: #fff;
    color: #fcb713;
    border-radius: 25px;
}

.Pager1 .page {
    padding: 6px 9px;
    background: #fcb713;
    margin: 5px 2px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    border-radius: 25px;
}

    .Pager1 .page:hover {
        padding: 6px 9px;
        margin: 5px 2px;
        text-decoration: none;
        BORDER: 1PX SOLID;
        border-color: black;
        background: #fff;
        color: #fcb713;
        border-radius: 25px;
    }

color: #fff; text-decoration: none; cursor: pointer; border-radius: 25px;
}

.Pager1 .page:hover {
    padding: 6px 9px;
    margin: 5px 2px;
    text-decoration: none;
    BORDER: 1PX SOLID;
    border-color: black;
    background: #fff;
    color: #fcb713;
    border-radius: 25px;
}

.Note {
    color: #fa7c08;
    font-size: 20px;
    font-family: Montserrat, sans-serif;
    background: #eceaea;
    padding: 5px;
    border-radius: 3px;
    box-shadow: 0px 1px 5px rgba(0,0,0,0.2);
}

.jumbotron {
    min-height: 70vh;
}

.bold {
    font-weight: bold;
}

/*/ FAQ-CSS /*/
.faq_content.card {
    box-shadow: 0 6px 12px 0 rgb(206 230 244);
}

.faq_content .card-header {
    padding: 0px;
    background-color: rgba(60 155 213 / 25%);
    border-bottom: 0px;
}

.faq_content .card-header .card-link {
        display: block;
        padding: .75rem 1.25rem;
        color: #333;
        font-weight: 500;
 }

/*/ Error-Page-CSS /*/
.error{
background-color: rgb(60 155 213 / 25%);
height: 84vh;
display: flex;
align-items: center;
}
.hr{
width: 250px;
height: 1px;
background-color: #333;
}
.error_btn a{
border: 2px solid #3c9bd5;
padding: 10px 20px;
border-radius: 25px;
display: inline-block;
color: #3c9bd5;
}
.error_btn a:hover{
text-decoration: none;
background-color: #3c9bd5;
color: #fff;
}

/* New Css */
.prs-num{
    font-size: 50px;
    font-weight: 600;
    padding-right: 10px;
}