﻿@media only screen and (min-width: 1300px) {
    body, .banner-area, .banner-area div {
        height: 700px; /* Adjust as needed */
    }
}

.form.breadcrumb-area {
    padding: 85px 0;
}

.checkbox-inline input {
    min-height: 18px !important;
}

.radio-inline input {
    min-height: 18px !important;
}

.banner-area .reg-form .con_form textarea {
    border: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
    background-color: transparent !important;
    border-radius: 0px;
    padding: 6px 0px !important;
    color: white;
}

    .banner-area .reg-form .con_form textarea:focus {
        box-shadow: none !important;
    }

.campus_fotter p {
    margin: 0 0 2px !important;
}

.campus_fotter .item {
    padding: 0px 15px !important;
}

.fixed-bottom-left {
    position: fixed;
    bottom: 10px;
    left: 10px;
    /* background: white; */
    /* border-radius: 20px; */
    color: black;
    /* border: 1px solid green; */
    color: green;
    /* font-size: 16px; */
    font-weight: 500;
    /* padding: 6px 20px 8px 20px; */
    width: 60px;
    z-index: 3;
}

.wtsp_modal .modal_fixed_left {
    position: fixed;
    bottom: 60px;
    left: 15px;
    transform: translate(0, -50%);
}

.wtsp_modal .modal-header {
    padding: 7px 18px;
    justify-content: flex-start;
}

.profile-container {
    width: 100%;
    padding: 20px;
    background-color: #f9f9f9;
    font-family: Arial, sans-serif;
    position: relative;
    border-radius: 8px;
    padding: 10px;
    color: black;
    background: white;
    border-left: 2px solid #27af27 !important;
    margin-bottom: 15px;
}

.profile-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.whatsapp-icon {
    width: 40px;
    height: 40px;
}

.whatsapp-icon_main {
    width: 50px;
    height: 50px;
}

.whatsapp-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.company-details {
    text-align: right;
}

.company-name {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin: 0;
}

.contact-number {
    font-size: 1em;
    color: #666;
    margin-bottom: 0px;
}

.p60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.p20 {
    padding-top: 20px;
    padding-bottom: 20px;
}


.cr_detail_th {
    background-color: #6aa89e;
    border: 3px solid #ffffff !important;
    color: white;
}

.cr_detail_clm1 {
    background-color: #9fcdc7;
    border: 3px solid #ffffff !important;
    color: black;
}

.cr_detail_clm2 {
    background-color: #cbe8e4;
    border: 3px solid #ffffff !important;
    color: black;
}

.cr_list {
    list-style-type: disc;
    line-height: 32px;
    padding: 15px;
}

.cr_note {
    background-color: #ecf7d2;
    color: red;
    padding: 8px 20px;
    border-radius: 7px;
    border: 1px solid;
}

.cr p, .cr .cr_list {
    color: black;
}

.txt_error {
    color: red;
}
