@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');

body {
    font-family: 'Roboto', sans-serif;
}

.flt {
    float: left;
    width: 100%;
}

ul {
    padding: 0px;
    margin: 0px;
}

.header_container {
    background: linear-gradient(270deg, rgb(0 36 76) -0.14%, rgb(12 70 132) 52.57%, rgb(0 36 76) 100.07%);
    border-bottom: 3px solid rgb(65 164 255);
    box-shadow: 0px 4px 20px rgb(0 108 207 / 20%);
}

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0px;
}

.footer_container {
    background: linear-gradient(270deg, rgb(0 36 76) -0.14%, rgb(12 70 132) 52.57%, rgb(0 36 76) 100.07%);
    border-top: 3px solid rgb(65 164 255);
    padding: 12px 0px;
}

.footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: rgb(255, 255, 255);
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
}

.footer_right a {
    color: rgb(255, 255, 255);
    text-decoration: none;
}

.footer_left span {
    position: relative;
    margin-right: 12px;
    padding-right: 15px;
}

.footer_left span::before {
    content: '';
    width: 2px;
    height: 14px;
    background-color: rgb(255, 255, 255);
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.page_container {
    min-height: calc(100vh - 123px);
    background-image: url(../images/page-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.login_box .row {
    background: radial-gradient(48.94% 48.94% at 29.76% 50.08%, #124886 0%, #002856 100%);
    border: 14px solid rgb(255 255 255);
    box-shadow: 0px 4px 20px rgb(0 78 150 / 20%);
    border-radius: 20px;
}

.login_box .col-sm-7 {
    background-image: url(../images/login-left-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 20px;
    padding: 30px;
}

.login_box .col-sm-5 {
    padding: 80px 30px;
    border-radius: 20px;
}

.login_head {
    font-weight: 700;
    font-size: 32px;
    line-height: 36px;
    color: rgb(155 207 255);
    margin-top: 42px;
    margin-bottom: 30px;
}

.login_desc {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: rgb(255, 255, 255);
}

.login_form_head {
    font-weight: 700;
    font-size: 25px;
    line-height: 25px;
    text-transform: uppercase;
    color: rgb(155 207 255);
    margin-bottom: 35px;
}

.login_input {
    position: relative;
}

.login_input img {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.login_form input {
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
    border: none;
    height: 55px;
    padding-right: 45px;
    padding-left: 20px;
    color: rgb(101, 101, 101);
    font-size: 15px;
}

.login_form .form-control {
    padding-right: 45px !important;
}

.login_form input::placeholder {
    color: rgb(101, 101, 101);
    font-size: 15px;
    text-transform: uppercase;
}

.login_right button {
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    color: rgb(255, 255, 255);
    float: left;
    width: 100%;
    background: rgba(224, 224, 224, 0.2);
    border: 1px solid #41A4FF;
    border-radius: 10px;
    text-transform: uppercase;
    padding: 18px;
    margin-top: 25px;
}

.intl-tel-input.separate-dial-code .selected-dial-code {
    padding-left: 20px !important;
}

.order_title {
    font-weight: 700;
    font-size: 25px;
    line-height: 25px;
    text-transform: uppercase;
    color: rgb(10 66 125);
    margin-bottom: 40px;
}

.order_box {
    border: 10px solid rgb(255, 255, 255);
    filter: drop-shadow(0px 0px 15px rgba(0, 67, 129, 0.1));
    border-radius: 20px;
    padding: 40px;
    background-image: url(../images/order-box-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.order_image {
    text-align: center;
}

.order_head {
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    color: rgb(7 159 123);
    margin-top: 25px;
    margin-bottom: 30px;
}

.order_button {
    text-align: center;
}

.order_button button {
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    color: rgb(255 255 255);
    background-color: rgb(0 40 86);
    border: 2px solid rgb(65 164 255);
    border-radius: 10px;
    text-transform: uppercase;
    padding: 18px;
    width: 290px;
}

.single_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(180deg, rgb(249 249 249 / 64%) 0%, rgb(155 207 255 / 15%) 100%, rgb(249 249 249 / 64%) 0%);
    border: 4px solid rgb(255 255 255);
    filter: drop-shadow(0px 0px 15px rgba(0, 67, 129, 0.1));
    border-radius: 9px;
    padding: 18px;
    margin-bottom: 32px;
    position: relative;
}

.single_head a {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -45px;
}

.single_title {
    font-weight: 700;
    font-size: 25px;
    line-height: 25px;
    text-transform: uppercase;
    color: rgb(10 66 125);
}

.single_count li {
    list-style-type: none;
    display: inline-block;
    padding: 0px 15px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    position: relative;
}

.maximum_order {
    color: rgb(7 159 123);
}

.created_order {
    color: rgb(1 86 179);
}

.pending_order {
    color: rgb(255 86 86);
}

.created_order::before {
    content: '';
    width: 1px;
    height: 40px;
    background: linear-gradient(180deg, #3392D1 0%, #4FA8D0 100%);
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.created_order::after {
    content: '';
    width: 1px;
    height: 40px;
    background: linear-gradient(180deg, #3392D1 0%, #4FA8D0 100%);
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.block_head {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: rgb(0 0 0);
    margin-bottom: 15px;
    margin-top: 5px;
}

.single_form .form-group {
    margin-bottom: 25px;
}

.single_form input,
.single_form select {
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    /* text-transform: uppercase; */
    color: rgb(63 63 63) !important;
    height: 60px;
    border: 1px solid rgb(136, 198, 255);
    border-radius: 10px;
    padding-right: 18px;
    padding-left: 18px;
}

.single_form input::placeholder {
    color: rgb(63 63 63) !important;
}

.single_btn button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 62px;
    padding: 5px;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 10px;
    margin-top: 20px;
}

.create_order {
    color: rgb(0 40 86);
    background-color: transparent;
    border: 2px solid rgb(0 40 86);
}

.submit_order {
    color: rgb(255 255 255);
    background-color: rgb(0 40 86);
    border: 2px solid rgb(65 164 255);
}

.single_btn button img {
    margin-right: 10px;
}

.multiple_head {
    font-weight: 700;
    font-size: 25px;
    line-height: 25px;
    text-transform: uppercase;
    color: rgb(10 66 125);
    margin-bottom: 45px;
    position: relative;
}

.multiple_head a {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -45px;
}

.multiple_select select {
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    /* text-transform: uppercase; */
    color: rgb(63 63 63) !important;
    height: 60px;
    border: 1px solid rgb(12 69 131);
    border-radius: 10px;
    padding-right: 18px;
    padding-left: 18px;
}

.multiple_box {
    border: 14px solid rgb(255 255 255);
    filter: drop-shadow(0px 4px 15px rgba(0, 78, 150, 0.1));
    border-radius: 20px;
    padding: 30px 18px;
    margin-top: 50px;
    background-image: url(../images/order-box-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.multiple_name {
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
    color: rgb(10 66 125);
    margin-bottom: 25px;
}

.multiple_alert {
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    color: rgb(255 96 96);
    margin-bottom: 8px;
    display: flex;
    align-items: center;
}

.multiple_alert img {
    margin-right: 5px;
}

.multiple_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 62px;
    padding: 5px;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 10px;
    margin-top: 35px;
    color: rgb(255 255 255);
    background-color: rgb(0 40 86);
    border: 2px solid rgb(65 164 255);
}

.multiple_btn img {
    margin-right: 10px;
}

.multiple_wrap {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.multiple_wrap .multiple_area {
    border: 2px dashed rgb(53, 150, 188);
    background-color: rgb(255, 255, 255);
    padding: 10px;
    border-radius: 20px;
    height: 240px;
}

.multiple_wrap input[type=file] {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.multiple_wrap_txt {
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    color: rgb(104 104 104);
    margin-top: 25px;
}

.thank_box {
    text-align: center;
    border: 14px solid rgb(255 255 255);
    filter: drop-shadow(0px 0px 15px rgba(0, 78, 150, 0.1));
    border-radius: 20px;
    padding: 6rem;
    background-image: url(../images/order-box-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    margin-top: 20px;
}

.thank_heading {
    font-weight: 500;
    font-size: 40px;
    line-height: 50px;
    color: rgb(7 159 123);
    margin-top: 25px;
    margin-bottom: 18px;
}

.thank_cont {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: rgb(68 68 68);
    margin-bottom: 50px;
}

.thank_desc {
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    color: rgb(68 68 68);
}

.thank_desc a {
    color: rgb(48, 142, 183);
}

.contact_box {
    text-align: center;
    border: 14px solid rgb(255 255 255);
    filter: drop-shadow(0px 0px 15px rgba(0, 78, 150, 0.1));
    border-radius: 20px;
    padding: 3rem 6rem;
    background-image: url(../images/order-box-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    margin-top: 20px;
}

.contact_head {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    color: rgb(0 40 86);
    margin-bottom: 60px;
}

.contact_head span {
    color: rgb(56 155 193);
}

.contact_name {
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    text-transform: uppercase;
    color: rgb(10 65 123);
    margin-bottom: 7px;
    margin-top: 40px;
}

.contact_designation {
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
    text-transform: uppercase;
    color: rgb(56 155 193);
    margin-bottom: 10px;
}

.contact_list li {
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    color: rgb(73 73 73);
    list-style-type: none;
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact_list li img {
    margin-right: 10px;
}

.contact_box .col-sm-6 {
    position: relative;
}

.contact_box .col-sm-6:nth-child(1)::before {
    content: '';
    height: 100%;
    width: 2px;
    background: linear-gradient(180deg, rgb(0, 40, 86) 0%, rgb(65, 164, 255) 100%);
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.contact_link {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: rgb(9 63 120);
    margin-top: 80px;
}

.user_cls {
    margin-right: 20px;
    color: #fff;
}


.user {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.user span {
    color: rgb(255, 255, 255);
    font-size: 15px;
    margin-right: 10px;
}


/* Media Query */
@media (max-width: 767px) {
    .user span {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .logo {
        width: 50%;
    }

    .logo img {
        width: 100%;
    }

    .user {
        width: 50%;
        padding-left: 5%;
    }
}

/* Media Query */
@media (max-width: 767px) {
    .user {
        display: flex;
        align-items: center;
        padding-left: 5px;
    }

    .user_cls {
        margin-right: 50px;
        color: #fff;
        width: 40px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        display: inline-block;
    }
}

@media (min-width: 320px) and (max-width: 479px) {
    .multiple_head a {
        position: relative;
        top: 0px;
        transform: translateY(0%);
        left: 0px;
        float: left;
        width: 100%;
        margin-bottom: 20px;
    }
}

@media (min-width: 320px) and (max-width: 479px) {
    .page_container {
        padding: 40px 0px;
    }

    .login_logo img {
        width: 100%;
    }

    .login_box .col-sm-7 {
        padding: 30px 15px;
    }

    .login_head {
        font-size: 25px;
        line-height: 32px;
        margin-top: 35px;
        margin-bottom: 25px;
    }

    .footer {
        display: block;
        text-align: center;
        font-size: 13px;
    }

    .footer_left {
        margin-bottom: 5px;
    }

    .login_box .col-sm-5 {
        padding: 30px 15px;
    }

    .login_desc {
        font-size: 18px;
        line-height: 26px;
    }

    .login_form_head {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 30px;
        text-align: center;
    }

    .login_right button {
        font-size: 18px;
        line-height: 22px;
        padding: 15px;
        margin-top: 20px;
    }

    .login_form input {
        height: 50px;
    }

    .order_image img {
        width: 100%;
    }

    .order_box {
        padding: 2rem 1rem;
    }

    .order_main .col-sm-6:nth-child(1) {
        margin-bottom: 25px;
    }

    .order_title {
        text-align: center;
        font-size: 22px;
    }

    .order_button button {
        width: 100%;
        font-size: 18px;
        padding: 15px;
    }

    .single_head {
        display: block;
    }

    .single_title {
        margin-top: 25px;
        margin-bottom: 10px;
    }

    .single_count li {
        margin-top: 15px;
        padding: 0px;
    }

    .single_count li::before,
    .single_count li::after {
        display: none;
    }

    .single_head a {
        position: relative;
        top: 0px;
        transform: translateY(0%);
        left: 0px;
    }

    .thank_box {
        padding: 4rem 2rem;
    }

    .thank_heading {
        font-size: 32px;
        line-height: 40px;
    }

    .thank_cont {
        font-size: 16px;
    }

    .thank_desc {
        font-size: 18px;
        word-break: break-word;
    }

    .contact_box {
        padding: 3rem 1rem;
    }

    .contact_head {
        font-size: 18px;
    }

    .contact_list li {
        font-size: 16px;
        line-height: 20px;
        margin-top: 10px;
    }

    .contact_link {
        font-size: 16px;
        line-height: 20px;
    }

    .contact_box .col-sm-6:nth-child(1) {
        margin-bottom: 60px;
    }

    .contact_box .col-sm-6::before {
        display: none;
    }

}

@media (min-width: 480px) and (max-width: 639px) {
    .order_title {
        text-align: center;
    }

    .order_main .col-sm-6:nth-child(1) {
        margin-bottom: 25px;
    }

    .single_title {
        width: 50%;
    }

    .single_count {
        width: 50%;
    }

    .single_count li {
        float: left;
        width: 100%;
    }

    .single_count li:nth-child(2) {
        margin: 10px 0px;
    }

    .single_count li::before,
    .single_count li::after {
        display: none;
    }

    .single_head a {
        position: absolute;
        top: -45px;
        transform: translateY(0%);
        left: 0px;
    }

    .thank_box {
        padding: 6rem 2rem;
    }

    .contact_box {
        padding: 3rem 2rem;
    }

    .contact_box .col-sm-6:nth-child(1) {
        margin-bottom: 60px;
    }

    .contact_box .col-sm-6::before {
        display: none;
    }
}

@media (min-width: 640px) and (max-width: 767px) {

    .login_box .col-sm-7,
    .login_box .col-sm-5 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .login_form_head {
        text-align: center;
    }

    .order_title {
        text-align: center;
    }

    .order_main .col-sm-6:nth-child(1) {
        margin-bottom: 25px;
    }

    .order_main .col-sm-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .single_form .col-sm-6,
    .single_form .col-sm-4,
    .single_form .col-sm-2,
    .single_form .col-sm-3 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .single_title {
        width: 50%;
    }

    .single_count {
        width: 50%;
    }

    .single_count li {
        float: left;
        width: 100%;
    }

    .single_count li:nth-child(2) {
        margin: 10px 0px;
    }

    .single_count li::before,
    .single_count li::after {
        display: none;
    }

    .multiple_form .col-sm-5 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .thank_box {
        padding: 6rem 2rem;
    }

    .contact_box {
        padding: 3rem 2rem;
    }

    .contact_box .col-sm-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .contact_box .col-sm-6:nth-child(1) {
        margin-bottom: 60px;
    }

    .contact_box .col-sm-6::before {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    .login_box .col-sm-7,
    .login_box .col-sm-5 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .login_form_head {
        text-align: center;
    }

    .order_box {
        padding: 4rem 2rem;
    }

    .order_image img {
        width: 100%;
    }

    .order_head {
        font-size: 16px;
        min-height: 50px;
        margin: 35px 0px;
    }

    .single_title {
        width: 30%;
    }

    .single_count {
        width: 70%;
    }

    .single_count li {
        padding: 0px 10px;
        font-size: 13px;
    }

    .single_head a {
        left: -35px;
    }

    .single_btn button {
        font-size: 13px;
    }

    .multiple_form .col-sm-5 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .multiple_head a {
        left: -30px;
    }

    .contact_name {
        font-size: 20px;
    }

    .contact_list li {
        font-size: 15px;
        line-height: 22px;
        margin-top: 10px;
    }

    .contact_head {
        font-size: 22px;
        line-height: 34px;
    }
}



@media (min-width: 992px) and (max-width: 1199px) {
    .order_head {
        min-height: 50px;
    }

    .single_head a {
        left: -30px;
    }

    .multiple_head a {
        left: -30px;
    }
}