
@media (min-width: 1024px) and (max-width: 1366px) {
    
    
}

@media (min-width: 1024px) {
   
}


@media (max-width: 1023px) {
   
   
}


@media (max-width: 739px), (max-width: 992px) {
    .navbar-toggler {
        display: none;
    }
    .main__header.sticky .logo {
        width: 100%;
        text-align: center;
    }
    .box_xe {
        justify-content: space-between;
    }
    .taxi_title  {
        font-size: 18px;
    }
    .logo {
        display: none;
    }
	.logo_2 {
        display: block;
		width: 50%;
		margin: 0 auto;
    }
    .tel .icon,
    .tel_2 .icon {
        width: 40px;
        height: 40px;
    }
    .tel .number,
    .tel_2 .number {
        padding: 5px 23px;
        left: 7%;
    }
}