﻿/*@font-face {
    font-family: "Almarai Bold";
    src: url('../fonts/almarai-bold.ttf'), url('../fonts/almarai-bold.ttf');
    font-style: normal;
    font-weight: 800;
    unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}*/
*, *:before, *:after {
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

p {
    line-height: 30px;
}

body {
    font-family: Almarai,sans-serif;
    position: relative;
    margin: 0;
    padding: 0;
    background-image: url(../images/bg4.png);
    background-position: center;
    background-size: cover;
}

.right {
    direction: rtl;
    text-align: right;
    overflow: hidden;
}

.wrapper, nav .nav-wrapper, .form-page-wrapper, .application-page {
    width: 1280px;
    height: auto;
    position: relative;
    padding: 20px 0;
    margin: auto;
}

@media (max-width: 1500px) {
    .wrapper, nav .nav-wrapper, .form-page-wrapper, .application-page {
        width: 1150px;
    }
}

@media (max-width: 1200px) {
    .wrapper, nav .nav-wrapper, .form-page-wrapper, .application-page {
        width: 952px;
    }
}

@media (max-width: 992px) {
    .wrapper, nav .nav-wrapper, .form-page-wrapper, .application-page {
        width: 95%;
    }
}

.trans, input, input:hover, select, select:hover, .file-upload .file-select .file-select-button, .file-upload .file-select .file-select-button:hover {
    transition: 0.3s ease-in-out;
}

nav .first-nav {
    background: #273C75;
}

    nav .first-nav a {
        font-weight: bold;
        color: white;
        margin: 0 8px;
    }

        nav .first-nav a:hover {
            color: #F5F6FA;
        }

nav .second-nav {
    background: #F5F6FA;
}

    nav .second-nav .nav-menu {
        padding: 30px 0;
    }

@media (max-width: 1024px) {
    nav .second-nav .nav-menu {
        padding: 20px 0;
    }
}

.nav-menu h3 {
    font-size: 20px;
}

nav .second-nav a {
    font-weight: bold;
    color: black;
    margin: 0 8px;
}

nav .second-nav i {
    margin: 0 8px;
    color: #273C75;
}

nav .second-nav .nav-logo {
    text-align: left;
}

    nav .second-nav .nav-logo img {
        width: 90px;
    }

nav .nav-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 10px 0;
}

nav .nav-join img {
    margin: 0 10px;
    vertical-align: middle;
    width: 25px;
}

nav .nav-icons {
    text-align: left;
    font-size: 20px;
}

.form-page-wrapper h1 {
    color: #273C75;
    font-weight: 800;
}

.form-page-wrapper p {
    line-height: 35px;
    font-size: 18px;
}

.form-page-wrapper .form-wrapper {
    border-radius: 10px;
    background: #fff;
    border: 1px solid #273c75;
    box-shadow: 0px 0px 6px #56c5ff;
    padding: 30px;
    position: relative;
    margin-top: 50px;
}

    .form-page-wrapper .form-wrapper:after {
        background-image: url(../images/pin.png);
        background-position: center;
        background-size: cover;
        content: "";
        position: absolute;
        top: 26px;
        left: 70px;
        transform: translate(-50%, -50%);
        z-index: 100;
        width: 100px;
        height: 100px;
    }

label {
    line-height: 30px;
    width: 30%;
    display: inline-block;
    margin: 0 5px;
    margin-top: 20px;
}

@media (max-width: 1024px) {
    label {
        width: 100%;
        margin-top: 20px;
    }
}

input {
    margin: 15px 0;
    border-radius: 10px;
    border: none;
    width: 30%;
    height: 50px;
    background: #fff;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
    padding: 0 20px;
}

@media (max-width: 1024px) {
    input {
        width: 100%;
    }
}

input:hover {
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.28);
}

select {
    margin: 15px 0 0 0;
    border-radius: 10px;
    border: none;
    width: 100%;
    height: 50px;
    background: #fff;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
    appearance: none;
    position: relative;
    padding: 0 20px;
}

    select:hover {
        box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.28);
    }

.dropdown {
    position: relative;
    width: 30%;
}

@media (max-width: 1024px) {
    .dropdown {
        width: 100%;
    }
}

.dropdown:after {
    content: "";
    position: absolute;
    top: 40px;
    left: 20PX;
    transform: translate(-50%, -50%);
    width: 15px;
    height: 15px;
    background-image: url(../images/down-arrow.png);
    background-position: center;
    background-size: cover;
}

.birth {
    width: 120px;
    display: inline-block;
}

@media (max-width: 1024px) {
    .birth {
        width: 100%;
    }
}

.file-upload {
    display: block;
    text-align: center;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    /*div.RadCloudUpload .rcuFileWrap {
        border: solid $blue  ;

        }*/
}

    .file-upload .form-control {
        border: none;
        background: none;
    }

    .file-upload .file-select {
        display: block;
        border: 2px solid #dce4ec;
        border-radius: 10px;
        border: none;
        margin-top: 15px;
        background: #fff;
        box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
        color: #34495e;
        cursor: pointer;
        height: 40px;
        line-height: 40px;
        text-align: left;
        background: #FFFFFF;
        overflow: hidden;
        position: relative;
        text-align: right;
        font-family: Almarai,sans-serif;
    }

        .file-upload .file-select .file-select-button {
            color: #273C75;
            padding: 0 10px;
            display: inline-block;
            height: 40px;
            line-height: 40px;
        }

            .file-upload .file-select .file-select-button:hover {
                color: #c2081e;
            }

        .file-upload .file-select .file-select-name {
            line-height: 40px;
            display: inline-block;
            padding: 0 10px;
        }

        .file-upload .file-select:hover {
            transition: all .2s ease-in-out;
            -moz-transition: all .2s ease-in-out;
            -webkit-transition: all .2s ease-in-out;
            -o-transition: all .2s ease-in-out;
        }

            .file-upload .file-select:hover .file-select-button {
                color: #273C75;
                transition: all .2s ease-in-out;
                -moz-transition: all .2s ease-in-out;
                -webkit-transition: all .2s ease-in-out;
                -o-transition: all .2s ease-in-out;
            }

    .file-upload.active .file-select {
        transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        text-align: right;
    }

        .file-upload.active .file-select .file-select-button {
            color: #273C75;
            transition: all .2s ease-in-out;
            -moz-transition: all .2s ease-in-out;
            -webkit-transition: all .2s ease-in-out;
            -o-transition: all .2s ease-in-out;
        }

    .file-upload .file-select input[type=file] {
        z-index: 100;
        cursor: pointer;
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .file-upload .file-select.file-select-disabled {
        opacity: 0.65;
    }

        .file-upload .file-select.file-select-disabled:hover {
            cursor: default;
            display: block;
            border: 2px solid #dce4ec;
            color: #34495e;
            cursor: pointer;
            height: 40px;
            line-height: 40px;
            margin-top: 5px;
            text-align: left;
            background: #FFFFFF;
            overflow: hidden;
            position: relative;
        }

            .file-upload .file-select.file-select-disabled:hover .file-select-button {
                background: #dce4ec;
                color: #666666;
                padding: 0 10px;
                display: inline-block;
                height: 40px;
                line-height: 40px;
            }

            .file-upload .file-select.file-select-disabled:hover .file-select-name {
                line-height: 40px;
                display: inline-block;
                padding: 0 10px;
            }

.upload-img {
    width: 30%;
}

@media (max-width: 1024px) {
    .upload-img {
        width: 100%;
    }
}

.NewBtn {
    background: #273C75;
    color: white;
    font-family: Almarai,sans-serif;
    font-weight: bold;
    font-size: 15px;
    border-radius: 50px;
    float: left;
    width: 150px
}

.NewBtn2 {
    background: #ffcc00;
    color: white;
    font-family: Almarai,sans-serif;
    font-weight: bold;
    font-size: 20px;
    border-radius: 20px;
    float: left;
    width: 200px
}

.dot {
    height: 170px;
    width: 170px;
    background-color: #ffcc00;
    border-radius: 50%;
    display: inline-block;
    float: left;
    font-family: Almarai,sans-serif;
    font-weight: bold;
    font-size: 18px;
    color: #2A2B2D;
    text-align: center;
    padding: 30px;
    border: solid;
    border-color: #2A2B2D;
    margin-top: 3rem;
}

.NewSubBtn {
    background: #273C75;
    color: white;
    font-family: Almarai,sans-serif;
    font-weight: bold;
    font-size: 15px;
    border-radius: 50px;
    width: 150px;
    text-align: center;
    padding: 10px;
    margin: 0 auto;
}

.submitBtn {
    background: #273C75;
    color: white;
    font-family: Almarai,sans-serif;
    font-weight: bold;
    font-size: 15px;
    border-radius: 50px;
    width: 20%;
    transition: 0.3s ease-in-out;
    border: solid 1px #273C75;
}

    .submitBtn:hover {
        cursor: pointer;
        background: white;
        color: #273C75;
        border: solid 1px #273C75;
    }

        .submitBtn:hover a {
            color: #273C75;
        }

@media (max-width: 1024px) {
    .submitBtn {
        width: 100%;
    }
}

.tickl {
    pointer-events: none;
    text-align: center;
    margin: 30px auto;
    width: 100%;
    display: block;
    font-size: 40px;
    font-weight: 900;
    color: #273c75;
}

    .tickl span {
        text-align: center
    }

.txt-bx {
    border: 1px #ccc solid
}

.head-text {
    color: #FFF;
    background-color: #273c75;
    padding: 10px;
    width: auto;
    display: initial;
    border-radius: 5px;
}

@media (max-width: 640px) {
    .head-text {
        padding: 10px;
        font-size: 14px;
        line-height: 35px;
    }
}

footer {
    background-image: url(../images/insurance-footer-background.png);
    height: 200px;
    width: 100%;
    margin-top: 40px;
    background-position: center;
    background-size: cover;
}

.gradient-title-middle {
    padding: 30px 0;
}

    .gradient-title-middle h1 {
        width: 50%;
        text-align: center;
        line-height: 45px;
        font-size: 40px;
        margin: auto;
        color: #273C75;
        font-weight: 800;
        line-height: 34px;
        text-transform: capitalize;
        padding: 20px 0;
    }

@media (max-width: 1024px) {
    .gradient-title-middle h1 {
        font-size: 30px;
        width: 100%;
    }
}

.gradient-title-middle h1 .span2 {
    background: #273C75;
    height: 1px;
    width: 60px;
    display: inline-block;
    position: relative;
    margin-bottom: 3px;
}

@media (max-width: 1024px) {
    .gradient-title-middle h1 .span2 {
        width: 50px;
    }
}

.gradient-title-middle h1 .span1 {
    background: #273C75;
    height: 1px;
    width: 60px;
    display: inline-block;
    position: relative;
    margin-bottom: 3px;
}

@media (max-width: 1024px) {
    .gradient-title-middle h1 .span1 {
        width: 50px;
    }
}

.login-page {
    text-align: center;
    height: 50vh;
}

    .login-page input[type=text] {
        height: 75px;
        font-size: 30px;
        text-align: center;
    }

    .login-page input {
        height: 65px;
    }

.profile-page .gradient-title-middle h1 {
    text-align: right;
    width: 100%;
}

.profile-page .info-box {
    border-radius: 10px;
    background: #f5f6fa;
    box-shadow: 0px 0px 6px rgba(171, 171, 171, 0.73);
    padding: 30px;
    position: relative;
    margin-top: 10px;
}

    .profile-page .info-box:after {
        background-image: url(../images/pin.png);
        background-position: center;
        background-size: cover;
        content: "";
        position: absolute;
        top: 26px;
        left: 70px;
        transform: translate(-50%, -50%);
        z-index: 100;
        width: 100px;
        height: 100px;
    }

    .profile-page .info-box .profile-img {
        width: 150px;
        height: auto;
        margin-bottom: 30px;
    }

        .profile-page .info-box .profile-img img {
            border-radius: 10px;
            width: 100%;
        }

    .profile-page .info-box .detail-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

@media (max-width: 1024px) {
    .profile-page .info-box .detail-grid {
        grid-template-columns: 1fr;
    }
}

.profile-page .info-box .detail-grid p {
    color: #393939;
    line-height: 30px;
}

.profile-page .info-box .detail-grid span {
    font-weight: 900;
    color: #273C75;
    margin: 0 5px;
}

.profile-page table, .profile-page th, .profile-page td {
    border: solid #BEBEBE 1px;
    border-collapse: collapse;
}

    .profile-page td:nth-last-child(1) a {
        color: #c2081e;
    }

.profile-page th {
    padding: 15px;
    text-align: center;
    color: #273C75;
    font-weight: 800;
}

.profile-img .table-wrapper {
    overflow-x: auto;
}

.profile-page table {
    border-collapse: collapse;
    background: white;
    margin: 40px 0;
    width: 100%;
}

    .profile-page table td {
        border-collapse: collapse;
        text-align: right;
        padding: 15px 10px;
    }

    .profile-page table a {
        border-bottom: 1px solid #273C75;
        color: #273C75;
    }

h1.submitBtn {
    width: 200px;
    margin: auto;
    text-align: center;
    padding: 10px 0;
}

.application-page .gradient-title-middle {
    text-align: right;
}

    .application-page .gradient-title-middle h1 {
        width: 100%;
        text-align: right;
    }

@media (max-width: 1024px) {
    .application-page {
        padding: 0;
    }
}

@media (max-width: 1024px) {
    .application-page .gradient-title-middle {
        padding: 0;
    }
}

.tab-box {
    display: grid;
    grid-template-columns: 1fr 3fr;
    padding: 40px;
    grid-gap: 10px;
    background: #f5f6fa;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
}

@media (max-width: 1024px) {
    .tab-box {
        grid-template-columns: 1fr;
        padding: 10px;
    }
}

.tab-box .tabs-btn .tablinks {
    width: 100%;
    display: block;
    height: 60px;
    border-radius: 10px;
    background: white;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
    color: black;
    font-weight: 700;
    font-size: 15px;
    border: none;
    margin: 10px 0;
}

@media (max-width: 1024px) {
    .tab-box .tabs-btn .tablinks {
        width: 100%;
        display: inline-block;
        height: 50px;
        margin: 5px 0;
    }
}

.tab-box .tabs-info {
    background: white;
    padding: 30px;
}

    .tab-box .tabs-info .RadCloudUpload {
        text-align: center;
        margin: 50px auto;
        border: none !important;
    }

    .tab-box .tabs-info div.RadCloudUpload .rcuFileWrap {
        border: solid #273C75;
        width: 200px;
        border-radius: 20px;
        font-size: 20px;
        text-align: right;
        line-height: 35px;
        height: 50px !important;
    }

    .tab-box .tabs-info p {
        line-height: 35px;
    }

    .tab-box .tabs-info div.RadCloudUpload .rcuFileWrap {
        border: solid #273C75;
        width: 45%;
        border-radius: 20px;
        font-size: 20px;
        text-align: right;
        line-height: 35px;
        height: 90px !important;
        text-align: center;
        padding: 20px;
    }

@media (max-width: 1024px) {
    .tab-box .tabs-info div.RadCloudUpload .rcuFileWrap {
        width: 100%;
    }
}

.active {
    background: #273C75 !important;
    color: white !important;
}

.download-file {
    text-align: center;
    color: #c2081e;
    font-size: 25px;
}

.chat .chat-box {
    height: 350px;
    overflow-y: scroll;
}

    .chat .chat-box .each-chat {
        padding: 5px 15px;
        border: solid 1px lightgray;
    }

        .chat .chat-box .each-chat h5 {
            color: #273C75;
        }

.chat .chat-input {
    padding: 20px;
    margin-top: 50px;
    background: #f5f6fa;
    border: 1px solid #e3e3e3;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

    .chat .chat-input p {
        color: #565656;
    }

    .chat .chat-input i {
        margin: 0 10px;
    }

    .chat .chat-input .submitBtn {
        width: 100%;
    }

    .chat .chat-input textarea {
        width: 100%;
        border: solid 1px lightgray;
        border-radius: 5px;
        padding: 20px;
        min-height: 200px;
    }

    .chat .chat-input h1 {
        color: #273C75;
        font-size: 20px;
    }

    .chat .chat-input .file-select-button {
        color: #FFF;
        padding: 0 10px;
        display: inline-block;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }

    .chat .chat-input .upload-img {
        width: 200px;
    }

    .chat .chat-input .file-select {
        background: #c2081e;
        color: white;
        border-radius: 20px;
        padding: 5px 10px;
        height: 55px;
    }

.admin {
    background: #D9DFEF;
}

.student {
    background: #f5f5f5;
}

.grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

@media (max-width: 1024px) {
    .grid {
        grid-template-columns: 1fr;
    }
}

.warning {
    color: #c2081e;
    color: #c2081e;
    font-size: 30px;
    margin-bottom: 30px;
}

.checkBox input {
    width: 22px;
    height: 22px;
    border: solid red !important;
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

.file-select i {
    color: #273C75;
    font-size: 20px;
    padding-left: 20px;
}

div.RadCloudUpload .rcuFileWrap {
    border: none;
    width: 100%;
    font-size: 16px;
    text-align: right;
    line-height: 35px;
    height: 60px !important;
    font-family: Almarai,sans-serif !important;
}

    div.RadCloudUpload .rcuFileWrap label {
        width: 0 !important;
    }

@media (max-width: 1024px) {
    .check-label {
        width: 80%;
    }
}

.grids {
    display: grid;
    grid-template-columns: 4fr 1fr;
}

.center {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.pulse {
    width: 120px;
    height: 120px;
    background: #273c75;
    border-radius: 50%;
    color: #FFF;
    font-size: 20px;
    text-align: center;
    line-height: 100px;
    font-family: sans-serif;
    text-transform: uppercase;
    animation: animate-pulse 3s linear infinite;
    cursor: pointer;
    position: relative;
}

.fa-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 40px;
}

@keyframes animate-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(39,60,117,0.7), 0 0 0 0 rgba(39,60,117,0.7);
    }

    40% {
        box-shadow: 0 0 0 50px rgba(39,60,117,0.0), 0 0 0 0 rgba(39,60,117,0.7);
    }

    80% {
        box-shadow: 0 0 0 50px rgba(39,60,117,0.0), 0 0 0 30px rgba(39,60,117,0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(39,60,117,0.0), 0 0 0 30px rgba(39,60,117,0);
    }
}

.video-icon-container {
    position: relative
}

.modal-dialog {
    max-width: 70%;
    margin: 80px auto;
}



.modal-body {
    position: relative;
    padding: 0px;
}

.close {
    position: absolute;
    right: 0;
    top: -40px;
    z-index: 999;
    font-size: 2rem;
    font-weight: normal;
    color: #fff;
    opacity: 1;
}

#myModal {
    background: rgba(0,0,0,0.5) !important
}

.video-btn p {
    line-height: 20px;
    font-size: 12px;
    text-align: center;
    margin-top: 30px;
}

.search-result {
    margin-top: 70px;
}

.search-uni {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 100px 1fr;
    align-items: flex-end;
    background: #273c75;
    border-radius: 20px;
    grid-gap: 30px;
    margin-top: 30px auto;
    padding: 50px 30px;
}

    .search-uni .dropdown {
        position: relative;
        width: 100%;
    }

    .search-uni span {
        color: white;
        margin-right: 5px
    }

.search-btn {
    background: #c2081e;
    border-radius: 10px;
    height: 51px;
    margin-top: 39px;
    color: white;
    overflow: hidden;
    position: relative;
    max-width: 6rem;
}

    .search-btn h5 {
        margin-top: 16px;
        text-align: center;
        transition: 0.3s ease-in-out;
        font-size: 18px;
    }

a {
    text-decoration: none
}

.search-icon {
    position: absolute;
    top: 50%;
    left: 120px;
    transform: translate(-50%, -50%);
    transition: 0.3s ease-in-out;
    background: #132863;
    padding: 11px 6px;
    border-radius: 5px;
}

.search-btn:hover .search-icon {
    position: absolute;
    top: 50%;
    left: 79px;
    transform: translate(-50%, -50%);
    transition: 0.3s ease-in-out;
    background: #132863;
    padding: 11px 6px;
    border-radius: 5px;
}

.search-btn:hover h5 {
    padding-right: 25px;
    transition: 0.3s ease-in-out;
}

.search-btn:hover {
    background: #273c75;
    transition: 0.3s ease-in-out;
}

.each-uni {
    border-radius: 10px;
    background: #fff;
    border: 1px solid #273c75;
    box-shadow: 0px 0px 6px #56c5ff;
    padding: 30px;
    margin: 40px auto;
}


    .each-uni .submitBtn {
        margin-right: auto;
        padding: 15px 10px;
        text-align: center;
        transition: 0.3s ease-in-out;
        margin-top: 20px;
    }

        .each-uni .submitBtn a {
            color: white
        }

        .each-uni .submitBtn:hover a {
            color: #273c75
        }

.each-uni-grid {
    display: grid;
    grid-template-columns: 1fr 4fr;
}

.uni-img {
    text-align: center;
}

    .uni-img img {
        width: 140px;
    }

    .uni-img h3 {
        font-size: 20px;
        margin-top: 20px;
    }

.search-result table th {
    height: 100px;
    border-bottom: solid 1px lightgray;
}

.search-result table td {
    height: 100px;
}

.search-result table {
    width: 100%;
}

@media(max-width:1000px) {
    .modal-dialog {
        max-width: 95%;
        margin: 80px auto;
    }

    .grids {
        grid-template-columns: 1fr;
    }

    .video-icon-container {
        /*grid-row:1/2;*/
        height: 270px;
    }

    .center {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .pulse {
        position: absolute;
        top: 40%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .video-btn p {
        margin-top: 220px !important;
    }

    .search-uni {
        grid-template-columns: 1fr;
    }

    .search-icon {
        position: absolute;
        top: 50%;
        left: 66%;
        background: none;
    }

    .each-uni-grid {
        display: grid;
        grid-template-columns: 1fr;
    }

    .search-result table {
        width: 700px;
        min-height: 130px;
    }

    .table-wrapper2 {
        overflow-x: auto;
    }
}


.modal-container2 {
    background: rgba(0,0,0,0.5);
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    z-index: 102
}

.modal-content2 {
    width: 70%;
    margin: 200px auto;
    min-height: 350px;
    text-align: center;
    padding: 70px;
    background: white;
}

    .modal-content2 i {
        color: #c2081e;
        font-size: 70px;
    }

    .modal-content2 h1 {
        margin-top: 40px;
    }

@media (max-width: 1024px) {
    .modal-content2 {
        width: 90%;
        margin: 100px auto;
        min-height: 350px;
        text-align: center;
        padding: 50px;
    }

        .modal-content2 i {
            color: #c2081e;
            font-size: 70px;
        }

        .modal-content2 h1 {
            margin-top: 40px;
        }
}

.searchBoxItems {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.5rem;
}

.searchBoxItem {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

    /*    .searchBoxItem .line {
        width: 100%;
        height: 1px;
        background: lightgray;
        display: block;
    }*/

    .searchBoxItem p:first-child {
        font-weight: bold;
    }

@media (max-width: 1000px) {
    .searchBoxItems {
        grid-template-columns: repeat(2, 1fr);
        margin-top: 2rem;
        gap: 2rem;
    }

    .searchBoxItem {
        gap: 0;
    }

    .search-btn {
        width: 100% !important;
        max-width: unset !important;
    }
}

@media (max-width: 570px) {
    .searchBoxItems {
        grid-template-columns: repeat(1, 1fr);
        gap: 1rem;
    }
}


.downloadPdfBtn {
    border: none;
    outline: none;
    border-radius: 10px;
    cursor: pointer;
    padding: 0;
    height: 51px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    gap: 10px;
}


.itemLogo {
    position: absolute;
    left: 2rem;
    opacity: 0.2;
    display: none;
}
