/* first-banner */

@media (min-width: 991px) {
    .first-banner {
        background-color: #002570;
        width: 100%;
        height: 200px;
    }
    .tab-div-lg {
        display: none !important;
    }
    .tab-div {
        background-color: #002570;
        width: 100%;
        height: 60px;
        margin-top: 100px;
    }
    .tab-div .tabs {
        padding-right: 325px;
    }
    .tab-div .tabs a {
        text-decoration: none;
        color: #fff;
        font-weight: 900;
        font-size: 18px;
        margin-left: 50px;
        cursor: pointer;
    }
    .tab-div .tabs .active {
        background-color: #0e98c6;
        color: #fff;
        border-radius: 35px;
        height: 40px;
        width: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    .first-banner {
        background-color: #002570;
        width: 100%;
        height: 200px;
    }
    .tab-div {
        display: none !important;
    }
    .tab-div-lg {
        background-color: #002570;
        width: 100%;
        height: 60px;
        margin-top: 30px;
    }
    .tab-div-lg .tabs a {
        text-decoration: none;
        color: #fff;
        font-weight: 900;
        font-size: 16px;
        margin-left: 50px;
    }
    .tab-div-lg .tabs .active {
        background-color: #0e98c6;
        color: #fff;
        border-radius: 35px;
        height: 40px;
        width: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
    }
}


/* profile-card */

@media (min-width: 991px) {
    .profile-card {
        width: 250px;
        margin-top: -170px;
        background-color: white;
        box-shadow: 0px 7px 5px rgba(0, 0, 0, 0.11);
        padding: 20px;
        border-radius: 20px;
        max-height: 420px;
    }
    .profile-card .profile-img {
        width: 150px;
        height: 150px;
        border-radius: 50%;
    }
    .profile-card .text {
        padding-right: 20px;
    }
    .profile-card .text h2 {
        font-family: "Yekan-bold" !important;
        font-size: 22px;
        margin-top: 30px;
    }
    .profile-card .text .score {
        margin-top: 10px;
    }
    .profile-card .text .score i {
        font-size: 22px;
        color: #0e98c6;
    }
    .profile-card .text .score span {
        font-size: 18px;
        margin-right: 5px;
        color: #0e98c6;
        margin-top: 2px;
        font-weight: 900;
    }
    .profile-card .text .options {
        margin-top: 20px;
    }
    .profile-card .text .options .item {
        margin-top: 10px;
    }
    .profile-card .text .options .item img {
        width: 25px;
    }
    .profile-card .text .options .item span {
        color: rgb(156, 156, 156);
        margin-right: 5px;
    }
}

@media (max-width: 991px) {
    .profile-card {
        width: 100%;
        background-color: white;
        box-shadow: 0px 7px 5px rgba(0, 0, 0, 0.11);
        padding: 20px;
        border-radius: 20px;
        margin-top: 30px;
    }
    .profile-card .profile-img {
        width: 150px;
        height: 150px;
        border-radius: 50%;
    }
    .profile-card .text {
        padding-right: 20px;
    }
    .profile-card .text h2 {
        font-family: "Yekan-bold" !important;
        font-size: 22px;
        margin-top: 30px;
    }
    .profile-card .text .score {
        margin-top: 10px;
    }
    .profile-card .text .score i {
        font-size: 22px;
        color: #0e98c6;
    }
    .profile-card .text .score span {
        font-size: 18px;
        margin-right: 5px;
        color: #0e98c6;
        margin-top: 2px;
        font-weight: 900;
    }
    .profile-card .text .options {
        margin-top: 20px;
    }
    .profile-card .text .options .item {
        margin-top: 10px;
    }
    .profile-card .text .options .item img {
        width: 25px;
    }
    .profile-card .text .options .item span {
        color: rgb(156, 156, 156);
        margin-right: 5px;
    }
}


/* order-card */

@media (min-width: 991px) {
    .order-card {
        width: 250px;
        background-color: white;
        box-shadow: 0px 7px 5px rgba(0, 0, 0, 0.11);
        padding: 20px;
        border-radius: 20px;
        /* max-height: 280px; */
    }
    .order-card h2 {
        font-family: "Yekan-bold" !important;
        font-size: 22px;
        margin-top: 10px;
    }
    .order-card form label {
        font-size: 16px;
        margin-top: 20px;
    }
    .order-card form select {
        width: 100%;
        background-color: none;
        border-radius: 35px;
        border: none;
        margin-top: 5px;
        height: 40px;
        padding-right: 10px;
    }
    .order-card .pay-disable {
        background-color: #002570;
        border-radius: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        width: 100%;
        border: none;
        height: 40px;
        margin-top: 30px;
        position: relative;
        z-index: 100;
        text-decoration: none;
        /* cursor: pointer; */
        opacity: .2;
    }
    .order-card .pay {
        background-color: #002570;
        border-radius: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        width: 100%;
        border: none;
        height: 40px;
        margin-top: 30px;
        position: relative;
        z-index: 100;
        text-decoration: none;
        cursor: pointer;
    }
    .order-card .pay::before {
        background-color: #00257077;
        border-radius: 35px;
        width: calc(100% + 10px);
        border: none;
        height: 50px;
        position: absolute;
        content: "";
        top: -5px;
        z-index: -1;
    }
    .order-card .pay::after {
        background-color: #00257021;
        border-radius: 35px;
        width: calc(100% + 20px);
        border: none;
        height: 60px;
        position: absolute;
        content: "";
        top: -10px;
        z-index: -1;
    }
    .order-card .coupon-div {
        position: relative;
        margin-top: 30px;
        display: none;
    }
    .order-card .coupon-div input {
        width: 100%;
        height: 40px;
        border-radius: 35px;
        border: 1px solid gray;
        padding-right: 10px;
    }
    .order-card .coupon-div input::placeholder {
        font-size: 13px;
    }
    .order-card .coupon-div button {
        width: 60px;
        height: 30px;
        border-radius: 35px;
        background-color: #0e98c6;
        border: none;
        font-size: 12px;
        color: white;
        position: absolute;
        top: 5px;
        left: 5px;
    }
    .order-card form .price-div {
        margin-top: 30px;
        display: none;
    }
    .order-card form .price-div h6:first-child {
        font-family: "Yekan-bold" !important;
        font-size: 20px;
    }
    .order-card form .price-div h6 span {
        font-family: "Yekan1" !important;
        font-size: 18px !important;
        color: #002570;
        margin-left: 2px;
    }
    .order-card form .price-div div h6 {
        font-family: "Yekan" !important;
        font-size: 14px !important;
        color: #0e98c6;
    }
}

@media (max-width: 991px) {
    .order-card {
        width: 100%;
        background-color: white;
        box-shadow: 0px 7px 5px rgba(0, 0, 0, 0.11);
        padding: 20px;
        border-radius: 20px;
        margin-top: 30px;
    }
    .order-card h2 {
        font-family: "Yekan-bold" !important;
        font-size: 22px;
        margin-top: 10px;
    }
    .order-card form label {
        font-size: 16px;
        margin-top: 20px;
    }
    .order-card form select {
        width: 100%;
        background-color: none;
        border-radius: 35px;
        border: none;
        margin-top: 5px;
        height: 40px;
        padding-right: 10px;
    }
    .order-card .pay-disable {
        background-color: #002570;
        border-radius: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        width: 100%;
        border: none;
        height: 40px;
        margin-top: 30px;
        position: relative;
        z-index: 100;
        text-decoration: none;
        /* cursor: pointer; */
        opacity: .2;
    }
    .order-card .pay {
        background-color: #002570;
        border-radius: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        width: 100%;
        border: none;
        height: 40px;
        margin-top: 30px;
        position: relative;
        z-index: 100;
        text-decoration: none;
        cursor: pointer;
    }
    .order-card .pay::before {
        background-color: #00257077;
        border-radius: 35px;
        width: calc(100% + 10px);
        border: none;
        height: 50px;
        position: absolute;
        content: "";
        top: -5px;
        z-index: -1;
    }
    .order-card .pay::after {
        background-color: #00257021;
        border-radius: 35px;
        width: calc(100% + 20px);
        border: none;
        height: 60px;
        position: absolute;
        content: "";
        top: -10px;
        z-index: -1;
    }
    .order-card .coupon-div {
        position: relative;
        margin-top: 30px;
        display: none;
    }
    .order-card .coupon-div input {
        width: 100%;
        height: 40px;
        border-radius: 35px;
        border: 1px solid gray;
        padding-right: 10px;
    }
    .order-card .coupon-div input::placeholder {
        font-size: 13px;
    }
    .order-card .coupon-div button {
        width: 60px;
        height: 30px;
        border-radius: 35px;
        background-color: #0e98c6;
        border: none;
        font-size: 12px;
        color: white;
        position: absolute;
        top: 5px;
        left: 5px;
    }
    .order-card form .price-div {
        margin-top: 30px;
        display: none;
    }
    .order-card form .price-div h6:first-child {
        font-family: "Yekan-bold" !important;
        font-size: 20px;
    }
    .order-card form .price-div h6 span {
        font-family: "Yekan1" !important;
        font-size: 18px !important;
        color: #002570;
        margin-left: 2px;
    }
    .order-card form .price-div div h6 {
        font-family: "Yekan" !important;
        font-size: 14px !important;
        color: #0e98c6;
    }
}


/* main-card */

@media (min-width: 991px) {
    .main-card {
        width: calc(100% - 550px);
        background-color: white;
        box-shadow: 0px 7px 5px rgba(0, 0, 0, 0.11);
        padding: 20px;
        border-radius: 20px;
    }
    .main-card h2 {
        font-family: "Yekan-bold" !important;
        font-size: 22px;
        margin-top: 10px;
    }
    .main-card .services .item {
        width: 40%;
        background-color: #0e98c69d;
        color: #ffffff;
        border-radius: 35px;
        height: 40px;
        margin-top: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 10px;
    }
    .main-card .comments .item {
        width: 100%;
        padding: 20px;
        background-color: #0e98c609;
        border-radius: 15px;
        margin-top: 30px;
    }
    .main-card .comments .item .user-info img {
        width: 40px;
        height: 40px;
        border-radius: 50%;
    }
    .main-card .comments .item .user-info h6 {
        margin-right: 10px;
        margin-top: 10px;
    }
    .main-card .comments .item .user-info span {
        font-size: 14px;
        color: #ff862d;
    }
    .main-card .comments .item .text {
        border-top: 1px solid rgb(221, 219, 219);
        margin-top: 10px;
        padding-top: 20px;
    }
    .main-card .comments .item .score {
        background-color: #002570;
        border-radius: 10px;
        width: 60px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
    }
    .main-card .comments .item .score span {
        margin-right: 5px;
        margin-top: 4px;
    }
}

@media (max-width: 991px) {
    .main-card {
        width: 100%;
        background-color: white;
        box-shadow: 0px 7px 5px rgba(0, 0, 0, 0.11);
        padding: 20px;
        border-radius: 20px;
        margin-top: 30px;
    }
    .main-card h2 {
        font-family: "Yekan-bold" !important;
        font-size: 22px;
        margin-top: 10px;
    }
    .main-card .services .item {
        width: 40%;
        background-color: #0e98c69d;
        color: #ffffff;
        border-radius: 35px;
        height: 40px;
        margin-top: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 10px;
    }
    .main-card .comments .item {
        width: 100%;
        padding: 20px;
        background-color: #0e98c609;
        border-radius: 15px;
        margin-top: 30px;
    }
    .main-card .comments .item .user-info img {
        width: 40px;
        height: 40px;
        border-radius: 50%;
    }
    .main-card .comments .item .user-info h6 {
        margin-right: 10px;
        margin-top: 10px;
    }
    .main-card .comments .item .user-info span {
        font-size: 14px;
        color: #ff862d;
    }
    .main-card .comments .item .text {
        border-top: 1px solid rgb(221, 219, 219);
        margin-top: 10px;
        padding-top: 20px;
    }
    .main-card .comments .item .score {
        background-color: #002570;
        border-radius: 10px;
        width: 60px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
    }
    .main-card .comments .item .score span {
        margin-right: 5px;
        margin-top: 4px;
    }
}

.select2-container .select2-selection--single {
    background-color: #fff !important;
    border-radius: 35px !important;
    width: 100%;
    border: 1px solid gray !important;
    height: 45px !important;
    margin-top: 8px !important;
    padding-right: 10px !important;
    padding-left: 10px !important;
    padding-top: 9px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 17px !important;
}