/* #ff3c00 == Orange */

section {
    padding: 30px 0 30px;
    position: relative;
    background: #fff;
    }   
    
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    
    
}
    
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {  
    
}
    
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {

}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

}
    
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {    

.dNone{
display: none !important;
}

.btnTheme{
border-radius: 10px !important;
background: rgb(55,170,198);
background: radial-gradient(circle, rgba(55,170,198,1) 0%, rgba(57,60,58,1) 100%);
color: #eee;
margin: 0.5em;
display: inline-block; 
width: 150px;
}   

.meetupPayBTN{
border-radius: 20px !important;
border: none;
padding: 6px 20px;
background: rgb(4,161,20);
background: radial-gradient(circle, rgba(4,161,20,1) 0%, rgba(6,32,3,1) 64%);
color: #fff;
font-size: 14px;
margin-top: 4px;
}

.registerPageImg{
    /* /images/gallery/loginPage-Img10.jpg" */
    background: url('../images/gallery/loginPage-Img10.jpg') no-repeat;
    background-size: cover;
    background-position: center;
    height: 639px;
    /* background-size: contain; */
}




.d_flex{
display: flex;
}

.jc_center{
justify-content: center;
}

.jc_between{
justify-content: space-between;
}
}
    
    .myPannelHead{
        background: rgb(2,0,36);
        background: linear-gradient(112deg, rgba(2,0,36,1) 0%, rgba(9,121,11,1) 38%, rgba(9,85,121,1) 89%); 
    }
    
    .mBookingHead{
    /* background: linear-gradient(to right, rgb(242, 112, 156), rgb(255, 148, 114));   */
    background: rgb(2,0,36);
    background: linear-gradient(112deg, rgba(2,0,36,1) 0%, rgba(9,121,11,1) 38%, rgba(9,85,121,1) 89%); 
    }
    
    
    .borderRadiusZero{
    border-radius: 0;  
    }
     
    .signUpBTN{
        border-radius: 20px !important;
        border: none;
        padding: 7px 20px;
        background: rgb(4,161,20);
        background: radial-gradient(circle, rgba(4,161,20,1) 0%, rgba(6,32,3,1) 64%);
        color: #fff;
        font-size: 15px;
        margin-top: 4px;
    }

    .loginPageBorder{
        border: 1px solid #ccc;
    }
    
    .loginPageSI{
        padding: 10px;
        border-radius: 50%;
        color: #fff;
    }