
/******** Main Queries  ********/



/**** uk-width-*@xl ***/
@media (max-width:1600px) {

}

@media (max-width:1460px) {

}

@media (max-width:1400px) {

}

/**** uk-width-*@l ***/
@media (max-width:1200px) {

    .uk-navbar-nav>li>a {
    padding: 0 8px;
    font-size: 16px;
}

.uk-navbar-nav {
    gap: 8px;
}
         .uk-section-large {
        padding-top: 70px;
        padding-bottom: 70px;
    }

}


@media (min-width: 640px) {

}

@media (min-width: 960px) {
        .uk-section-large {
        padding-top: 70px;
        padding-bottom: 70px;
    }

}

@media (min-width:1200px) {

}

@media (min-width:1400px) {

}

@media (min-width:1600px) {
        .uk-section-large {
        padding-top: 140px;
        padding-bottom: 140px;
    }

}

@media (min-width:1900px) {

}

@media (min-width:2500px) {

}

@media (min-width:1024px) and (max-width:1280px) {

}

@media (min-width:960px) and (max-width:1024px) {

}

/* Portrait and Landscape iPad*/
@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (-webkit-min-device-pixel-ratio:1) {}

/* Tablet Landscape iPad 1 and 2 */
@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1) {}

/* Landscape Galaxy Tab */
@media (max-device-width:1280px) and (orientation:landscape) {}

/* For portrait layouts only */
@media only screen and (min-device-width:481px) and (max-device-width:1024px) and (orientation:portrait) {


}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait) and (-webkit-min-device-pixel-ratio:1) {}

/* iPad Pro */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {}

/* iPad Pro Portrait*/
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {



}

/* iPad Pro Landscape */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {}





/**** uk-width-*@m ***/
@media only screen and (max-width:960px) { }

@media only screen and (max-width:768px) { }

@media only screen and (max-width:667px) {

.uk-section-large,
.uk-section-xlarge {
    padding-top: 40px;
    padding-bottom: 40px;
}

.uk-heading-large {
    font-size: 40px;
}

.uk-accordion-title {
     font-size: 20px;
}


h1,
.uk-h1,
.uk-heading-small,
.uk-heading-medium {font-size: 32px;}

.uk-text-lead {
    font-size: 20px;
}


*+.uk-margin-medium {
    margin-top: 20px!important;
}
.uk-margin-medium {
    margin-bottom: 20px;
}

.uk-grid-column-medium, .uk-grid-medium {
    margin-left: -20px;
}


.uk-grid-column-medium>*, .uk-grid-medium>* {
    padding-left: 20px;
}

}

@media only screen and (max-width:640px) {

 html {
    font-size: 16px;
    line-height: 1.5;
}

.uk-text-lead {
    font-size: 20px;
}

h1,
.uk-h1,
.uk-heading-small {font-size: 28px;}

h2,
.uk-h2{font-size: 24px;}

.uk-h2.forminator-title,
.forminator-title {font-size: 24px!important;}

h3,
.uk-h3   {font-size: 20px;}

.uk-h3.forminator-title {
    font-size: 20px!important;
}

}