/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

.nf-form-cont .one-half, .nf-form-cont .three-sixths, .nf-form-cont .two-fourths  {
width: 100% !important;
} 

input#nf-field-1_1,  #nf-field-5_1, #nf-field-6_1, #nf-field-7_1, #nf-field-8_1 {
    text-align: center;
}

input#nf-field-4_1 {
    color: #630396;
    background-color: white;
}
	.elementor-widget-n-tabs .e-n-tabs {
    display: var(--n-tabs-display);
    flex-direction: column;
}
	.e-n-tabs-heading{
    padding: 32px 20px 40px 20px;
}

    
    
    
}

/* 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) {
    
    
    
    
}