
.text-color-lightblue {
    background-color: rgba(15, 53, 91, 0.95);
}
.bg-light-blue {
    background-color: rgba(15, 53, 91, 0.95);
}
.bg-light-white {
    background-color:#fff9f9;
}

.text-black {
    color: black !important;
}
.line-height-18 {
     line-height:18px;
}

.line-height-22 {
    line-height: 22px;
}
.spas-darkblue-text-shadow a {
    color:darkblue !important;
    text-shadow:1px 2px 2px #efebeb !important;
     font-size:1.0em !important;
}
.spas-darkblue-text-shadow a:hover {
    color: ghostwhite !important;
 
    font-size: 0.9em !important;
}
.box-shadow-none {
    box-shadow:none !important;
}

.font-size-10 { font-size:10px;}
.font-size-11 {
    font-size: 11px !important;
}
.font-size-12 {
    font-size: 12px !important;
}
.font-size-13 {
    font-size: 13px !important;
}
.font-size-14 {
    font-size: 14px !important;
}
.font-size-15 {
    font-size: 15px !important;
}
.font-size-16 {
    font-size: 16px !important;
}

a.button-member-login {
    background: #42a5f5;            
    letter-spacing: 1px;
}

a.button-member-login:hover {
    background:rgba(17, 206, 142, 0.98);    
    letter-spacing: 1px;
    border:none;
    box-shadow:none;
}



.w3l-bottom-grids-6 {
    position: relative;
    margin-top: -4em;
    z-index:4;
}

.text-center {
    text-align: center !important;
}
.w3l-bottom-grids-6 .area-box.color-1 {
    background-color: #037ef3;
}

.w3l-bottom-grids-6 .area-box {
    padding: 50px 35px;
    position: relative;
    z-index: 1;
    border-radius: 8px;
    background-color: var(--bg-color);
}

    .w3l-bottom-grids-6 .area-box.color-2 {
        background-color: #ffc949;
    }

.w3l-bottom-grids-6 .area-box {
    padding: 50px 35px;
    position: relative;
    z-index: 1;
    border-radius: 8px;
    background-color: var(--bg-color);
}

    .w3l-bottom-grids-6 .area-box.color-3 {
        background-color: #ff4f81;
    }

.w3l-bottom-grids-6 .area-box {
    padding: 50px 35px;
    position: relative;
    z-index: 1;
    border-radius: 8px;
    background-color: var(--bg-color);
}

.meetingImg {
    background: url('images/spas/meetings_.jpg') auto fixed !important;
}


.membership-backgroundImg {
    background:url('../images/loginbg.jpg') !important;
    background-size:cover;
    height:100% !important;
    width:100% !important;

}

.background-lightwhite {
    margin: 10px 20px 10px 50px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.96) 50%, rgba(0, 0, 0, 0.9) 50%);
}



@media only screen and (max-width: 100) and (max-width: 400) {

    .membershiptText {
        position: absolute;
        left: 33%;
        padding: 20px 20px 20px 20px;        
        z-index: 10;
    }
}
@media only screen and (max-width: 768px) and (max-width: 1024px) {

    .membershiptText {
        position: absolute;
        left: 33%;
        padding: 20px 20px 20px 20px;        
        z-index: 10;
    }
}


.boxshadow {
    box-shadow: 4px 4px 3px #ff4f81 !important;
    background-color:#ff4f81 !important;

}

.shadow {
    box-shadow:2px 2px 2px rgba(222, 222, 232, 0.98);
}

.btnPreview {
    background-color:rgba(126, 87, 209, 0.99);
    color:aquamarine !important;
    width:150px;
    max-width:150px;
     
}
    .btnPreview:hover {
        background-color: aquamarine !important;
        color: black !important;
        width: 170px;
        max-width: 170px;
        animation:width 1s ease-in-out;
    }





    /*--contact use  css*/

.contact {
    padding: 4%;
    
}

.contact-col-md-3 {
    background: #fff9f9;
    
    border-top-left-radius: 1.9rem;
    border-bottom-left-radius: 1.9rem;
    border-top-right-radius: 1.9rem;
    border-bottom-right-radius: 1.9rem;
}

.contact-info {
    margin-top: 10%;
}

    .contact-info img {
        margin-bottom: 15%;
    }

    .contact-info h2 {
        margin-bottom: 10%;
    }

.contact-col-md-9 {
    background: #fff;
    padding: 3%;
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}

.contact-form label {
    font-weight: 600;
}

.contact-form .btnsendquery {
    background: #25274d;
    color: #fff;
    font-weight: 600;
    width: 25%;
}

    .contact-form button:focus {
        box-shadow: none;
    }

.icon-image {
    width:50px;
    height:50px;
}

    /*end contact us*/