.card-header
{
    background-color:#7cb8ae !important;
    height: 50px;
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
}
.bg-theme
{
    background-color:#7cb8ae !important; 
}
.bg-theme2
{
    background-color:#f4e8d0 !important;  
    font-size: 14px !important;
}
.bg-theme3
{
    background-color:#45b645 !important;  
}
.table>:not(caption)>*>* {
    padding: 1rem 1rem !important;
    /* padding-top: 3px !important; */
}
.hero-4-bg .hero-4-registration-form {
    box-shadow: 0 4px 16px rgba(0, 0, 0, .065);
    padding: 15px !important;
}
.hero-4-bg {
    padding: 110px 0 170px;
}
.container-70
{
    min-height: 600px;
}
.pt-100
{
    padding-top: 100px;
}
.error{
    color: red;
}
.form-label {
    margin-bottom: 0px !important;
}
.select2-container--default .select2-selection--single {
    background-color: #fff !important;
    border: 1px solid #8a8a8a !important;
    border-radius: 5px !important;
    height: 39px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 35px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 37px !important;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}

@media (max-width: 768px) {
    .container-700 {
        margin-top: 0;
    }
    .hero-4-registration-form {
        margin-top: 0 !important;
    }
}
@media (min-width: 768px) {
    .container-700 {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 400px !important;
    }
}

    
/* 
.card1
{
    height: auto;
    width: auto;
    margin: 0 auto;
    padding-left: 8px;
    border-radius: 10px;
    border: 1px solid #ccc;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    background-color: white;
}
.flex
{
    display: flex;
    flex-direction: row;
}
.box1
{
    width: 80%;   
}
.box2
{
    width: 20%; 
    padding-top: 20px;  
}


@media all and (min-width: 480px) {
    .deskContent 
    {
        display:block 
    }

    .phoneContent {display:none;}
}

@media all and (max-width: 678px) {
    .deskContent {display:none;
 }
    
    .phoneContent {
        display:block;
      
    }
} */

@media (min-width: 1200px) {
    .container-1320 {
        max-width: 1320px !important;
    }
}
.container-1320 {
    max-width: 1320px !important;
}
.auto-caital{
       text-transform: uppercase;
}

.padding-left
{
    padding-left: 50px;
}


@media all and (max-width: 480px) {
 
    .phoneContent-padding {
        padding-top: 30px;
        padding-bottom: 30px;
      
    }
}

@media (max-width: 767px) { /* Target mobile devices */
        .logo-light {
            max-width: 100px !important; /* Force the max-width */
            width: 100%; /* Ensure responsive scaling */
            height: auto; /* Maintain aspect ratio */
        }
    }

