@charset "utf-8";
/* CSS Document */


/*

// Extra small devices (portrait phones, less than 576px)
// No media query since this is the default in Bootstrap

// Small devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

// Medium devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

// Large devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

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

*/

@media (max-width: 575px){ 

.for-desktop{
    display:none;
}

.for-mobile{
    display:block;
}

.wrap {
    width: 100%;
    display: block;}

.left-bar {
	width: 100%;
    min-height: auto;
    padding: 15px;}	
	
.sidebar {
    min-height: auto;}
	
.main-area{
	width:100%;}
	
.tour-bx{
	margin-bottom:30px;}

.main-box{
    width: 100%;
    box-shadow: none;
}

.socail-link{
    text-align: center;
}

.top-header .h-contact-details ul{
    text-align: center;
}

.bottom-header nav{
    height: 100%;
    position: fixed;
    background: #00b8ff;
    width: 80%;
    top: 0;
    left: 0;
    transition: all .3s ease-in-out;
}

.bottom-header nav ul{
    line-height: inherit;
    text-align: left;
}

.bottom-header nav ul li{
    display:block;
    margin:0;
}

.bottom-header nav ul li a{
    width: 100%;
    display:block;
    padding: 15px 10px;
    color:#000 !important;
    border-bottom: 1px solid #fff;
}

.nav-btn {
    margin-top: 13px;
    text-align: right;
}
.nav-btn a{
    display:inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #00b8ff;
    color: #00b8ff;
    font-size: 20px;
    text-align:center
}

.bottom-header nav{
    left: -100%;
}

.toggle-nav{
    left: 0 !important;
}

.custom-modal .modal-dialog {
    max-width: 86%;
}

.main-form{
    width: 100%;
}

.course-box{
    margin-bottom: 15px;
}

.instructor-img{
    margin-bottom: 30px;
}

.dr-li-op-img{
    margin-bottom: 10px;
}

.driving-lessons-box{
    margin-bottom:15px;
}

.partner-logo{
    margin-bottom: 20px;
}

.banner-text {
    margin-top: 104px;
    text-align: center;
}

.banner-overlay h5 {
    font-size: 13px;
    color: #fff;
}

.banner-overlay h1 {
    font-size: 25px;
}

.padr-5{
    padding-right: 15px;
}
.padl-5{
    padding-left: 15px;
}

.course-details {
    padding-top: 62px;
}

.course-details h1 {
    font-size: 25px;
}


.course-details .btn {
    padding: 10px 15px;
}

.reg-step ul li {
    font-size: 14px;
}

.tour-area-head h1 {
    font-size: 15px;
}

.full-width{
    padding:15px 0;
}

.tab-form {
    width: 100%;
    padding: 10px;
}

.date-valid .form-control{
    margin:5px 0;
}

.bottom-header .logo{
    height: 60px;
    line-height: 60px;
}

.cmn-title h2{
    font-size:30px;
}

.course-btns {
    margin-top: 90px;
}

.video-content h1{
    font-size: 40px;
}

.video-info {
    height: 450px;
}

.instructor-details h2 {
    font-size: 30px;
}

.bottom-footer h5 {
    font-size: 14px;
}

.pickup-box{
    margin-top: 30px;
    padding: 15px;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    background: #00b8ff;
}

.pickup-box h4 {
    font-size: 25px;
    color: #000;
}

.pickup-box p{
    color:#fff;
}
.box-text h1 {
    font-size: 30px;
}

.choose-hours ul {
    width: 100%;
}

.choose-types a{
    font-size:18px;
}

.main-form h5 {
    font-size: 20px;
}

.corsi-perfezionamento-box{
    margin-bottom: 15px;
}

/*** 28.11.2022 ***/

.close-slide a {
    left: inherit !important;
    right: -14px !important;
    padding: 5px 18px !important;
    z-index: 999;
    top: -15px;
    border-radius: 0;
    height: 40px;
}

.slide-form {
    width: 100%;
    overflow-y: auto;
}

.slide-banner-overlay h1 {
    font-size: 18px;
}

.video-content h5 {
    margin-bottom: 20px;
}

.video-content a {
    margin: 10px 0;
    padding: 12px 50px;
    width: 100%;
}

.contact-box {
    margin: 50px auto;
    width: 100%;
    padding: 30px 30px;
}

.contact-box ul {
    text-align: left;
}

.contact-box ul li {
    display: block;
    margin: 8px 0;
}

.calendar-container{
    width: 100%;
}

.choose-hours ul li{
    width: 100%;
}

.corsi-sec{
    padding:20px 0;
}

.corsi-blocks{
    margin-top: 0;
}

/*** 09.02.2023 ***/

.tab-img{
    display: none;
}

.license-category label a, .date-valid label a{
    display: inline-block;
}

}


@media (min-width: 1920px) { 
    .corsi-content-slider {
        overflow-y: auto;
        height: 800px;
    }
 }