/* #mobilemenu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  }

  #mobilemenu.open {
    display: block;
  } */

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {


    /* .closed {
        display: none !important; 
    }
    .opened {
        display: block !important; 
    } */

    div#preloader {
        top: -60px;
        left: -87px;
    }

    .video-container {
        /* margin-top: 170px; */
    }

    .header {
        position: relative;
    }

    .logo-img {
        width: 70vw !important;
    }

    .navbar-toggle .icon-bar {
        background-color: rgb(15, 255, 251);
        width: 30px;
        height: 4px;
    }

    h1.main-slogan {
        left: 20%;
        top: 0;
    }

    h2.co-slogan {
        top: 45%;
        padding: 0 20px;
        font-size: 24px;
    }

    .btn-special {
        left: 32%;
        top: 75%;
    }

    .services-one {
        padding-top: 50px !important;
    }

    .footer-bottom .copyrights {
        font-size: 24px;
        text-align: center;
    }

    .footer-bottom .social-icons {
        float: none;
    }

    .footer-bottom .social-icons a {
        font-size: 24px;
        padding: 10px;
    }

    .footer-bottom .copyrights {
        float: none;
    }

    ul.resp-tabs-list,
    p {
        text-align: justify;
        padding: 0 20px;
    }

    .navbar-toggle {
        top: 56px;
        background: none;
        border: none;
        padding: 15px;
    }

    .navbar-links {
        padding: 0 !important;
    }

    #mobilemenu>ul {
        position: fixed;
        background: rgba(0, 0, 0, .75);
        top: 0;
        left: 0;
        z-index: 10101;
        height: 100%;
        width: 100%;
        text-align: center;
    }

    #mobilemenu>ul>li>a {
        color: white;
        padding: 20px;
        font-size: 50px;
    }

    #mobilemenu>ul>li:first-child {
        margin-top: 40%;
    }

    #mobilemenu>ul>li:not(:first-child) {
        margin-top: 10px;
    }

    li.parent ul.submenu li:not(:first-child) {
        margin-top: 15px;
    }

    li.parent ul.submenu li>a {
        color: white;
        font-size: 24px;
    }

    .flags img {
        width: 30px !important;
    }

    #mobilemenubtn {
        position: fixed;
        right: 35px;
        font-size: 42px;
        width: 40px;
        top: 150px;
        z-index: 101010;
        color: white;
        height: 50px;
        background: none !important;
        border: none !important;
    }

    header.sticky .logo img {
        margin: 2% 12%;
    }

    header.sticky .navbar-toggle {
        display: none;
    }

    .dr-quote {
        height: 400px;
    }

    .dr-quote span.quote {
        font-size: 36px;
        padding: 4% 20px;
    }

    .main-footer .useful-links ul li {
        width: 100%;
    }

    .main-footer .useful-links ul li a {
        font-size: 24px;
    }

    ul.languages li {
        margin: 5px 15% !important;
    }

    .mobile-nav-first {
        margin-top: 220px !important;
    }

    .sticky .mobile-nav-first {
        margin-top: 160px !important;
    }



}

/* Smartphones (portrait) ----------- */

@media only screen and (max-width : 320px) {


    div#preloader {
        top: -60px;
        left: -87px;
    }

    .video-container {
        /* margin-top: 170px; */
    }

    .header {
        position: relative;
    }

    .logo-img {
        width: 70vw !important;
    }

    .navbar-toggle .icon-bar {
        background-color: rgb(15, 255, 251);
        width: 30px;
        height: 4px;
    }

    h1.main-slogan {
        left: 20%;
        top: 0;
    }

    h2.co-slogan {
        top: 45%;
        padding: 0 20px;
        font-size: 24px;
    }

    .btn-special {
        left: 32%;
        top: 75%;
    }

    .services-one {
        padding-top: 50px !important;
    }

    .footer-bottom .copyrights {
        font-size: 24px;
        text-align: center;
    }

    .footer-bottom .social-icons {
        float: none;
    }

    .footer-bottom .social-icons a {
        font-size: 24px;
        padding: 10px;
    }

    .footer-bottom .copyrights {
        float: none;
    }

    ul.resp-tabs-list,
    p {
        text-align: justify;
        padding: 0 20px;
    }

    .navbar-toggle {
        top: 56px;
        background: none;
        border: none;
        padding: 15px;
    }

    .navbar-links {
        padding: 0 !important;
    }

    #mobilemenu>ul {
        position: fixed;
        background: rgba(0, 0, 0, .75);
        top: 0;
        left: 0;
        z-index: 10101;
        height: 100%;
        width: 100%;
        text-align: center;
    }

    #mobilemenu>ul>li>a {
        color: white;
        padding: 20px;
        font-size: 50px;
    }

    #mobilemenu>ul>li:first-child {
        margin-top: 40%;
    }

    #mobilemenu>ul>li:not(:first-child) {
        margin-top: 10px;
    }

    li.parent ul.submenu li:not(:first-child) {
        margin-top: 15px;
    }

    li.parent ul.submenu li>a {
        color: white;
        font-size: 24px;
    }

    .flags img {
        width: 30px !important;
    }

    #mobilemenubtn {
        position: fixed;
        right: 35px;
        font-size: 42px;
        width: 40px;
        top: 150px;
        z-index: 101010;
        color: white;
        height: 50px;
        background: none !important;
        border: none !important;
    }

    header.sticky .logo img {
        margin: 2% 12%;
    }

    header.sticky .navbar-toggle {
        display: none;
    }

    .dr-quote {
        height: 400px;
    }

    .dr-quote span.quote {
        font-size: 36px;
        padding: 4% 20px;
    }

    .main-footer .useful-links ul li {
        width: 100%;
    }

    .main-footer .useful-links ul li a {
        font-size: 24px;
    }

    ul.languages li {
        margin: 5px 15% !important;
    }

    .mobile-nav-first {
        margin-top: 220px !important;
    }

    .sticky .mobile-nav-first {
        margin-top: 160px !important;
    }

}

/* iPads (portrait and landscape) ----------- */

/* VESTEL VENUS v6 */
@media only screen and (min-device-width: 481px) and (max-width : 768px) {
    h1 {
        font-size: 54px;
    }

    div#preloader {
        top: -60px;
        left: -87px;
    }

    .video-container {
        /* margin-top: 170px; */
    }

    .header {
        position: relative;
    }

    .logo-img {
        width: 50vw !important;
    }

    .navbar-toggle .icon-bar {
        background-color: #E1D08B;
        width: 49px;
        height: 7px;
    }

    h1.main-slogan {
        left: 0%;
        top: 275px;
    }

    h2.co-slogan {
        top: 280px!important;
        padding: 0 20px;
        font-size: 32px;
    }

    .loader {
        left: 30%;
        top: 35%;
        width: 55%;
    }

    .btn-special {
        left: 29%!important;
        top: 48%!important;
        font-size: 24px;
    }

    .services-one {
        padding-top: 50px !important;
    }

    .footer-bottom .copyrights {
        font-size: 32px;
        text-align: center;
    }

    .copyright-align {
        text-align: center;
        padding-bottom: 10px;
    }

    .footer-bottom .social-icons {
        float: none;
        text-align: center;
        margin-top: 15px;
    }

    .footer-bottom .social-icons a {
        font-size: 24px;
        padding: 10px;
    }

    .footer-bottom .copyrights {
        float: none;
    }

    .main-footer .detail {
        margin: 24px 0 30px 0;
    }

    .main-footer {
        padding: 0;
    }

    .main-footer .get-touch .text {
        font-size: 24px;
    }

    .main-footer .get-touch ul li span {
        font-size: 24px;
    }

    ul.resp-tabs-list,
    p {
        text-align: justify;
        padding: 0 20px;
    }

    .navbar-toggle {
        top: 95px;
        background: none;
        border: none;
        padding: 15px;
    }

    .navbar-links {
        padding: 0 !important;
    }

    #mobilemenu>ul {
        position: fixed;
        background: rgba(0, 0, 0, .75);
        top: 0;
        left: 0;
        z-index: 10101;
        height: 100%;
        width: 100%;
        text-align: center;
    }

    #mobilemenu>ul>li>a {
        color: white;
        padding: 20px;
        font-size: 40px;
    }

    #mobilemenu>ul>li:first-child {
        margin-top: 40%;
    }

    #mobilemenu>ul>li:not(:first-child) {
        margin-top: 10px;
    }

    li.parent ul.submenu li:not(:first-child) {
        margin-top: 15px;
    }

    li.parent ul.submenu li>a {
        color: white;
        font-size: 32px;
    }

    .flags img {
        width: 30px !important;
    }

    #mobilemenubtn {
        position: fixed;
        right: 35px;
        font-size: 42px;
        width: 40px;
        top: 150px;
        z-index: 101010;
        color: white;
        height: 50px;
        background: none !important;
        border: none !important;
    }

    header.sticky .logo img {
        margin: 2% 24%;
    }

    header.sticky .navbar-toggle {
        display: none;
    }

    .dr-quote {
        height: 400px;
    }

    .dr-quote span.quote {
        font-size: 36px;
        padding: 4% 20px;
    }

    .main-footer .useful-links ul li {
        width: 100%;
    }

    .main-footer .useful-links ul li a {
        font-size: 30px;
    }

    ul.languages li {
        margin: 5px 15% !important;
    }

    .mobile-nav-first {
        margin-top: 160px !important;
    }

    .sticky .mobile-nav-first {
        margin-top: 160px !important;
    }

    .h-cm4 {
        height: 650px;
    }

    .services-content .serv-sec .detail a {
        font-size: 24px;
    }

    .services-content {
        padding: 0;
    }

    .welcome-three {
        padding: 40px 0 0 0;
    }

    .welcome-detail .row .col-md-5 img {
        margin-top: 20px;
    }

    .why-choose .link {
        font-size: 24px;
    }

    p {
        font-size: 24px;
    }

    .btn-primary {
        width: 100%;
        margin-top: 10px;
        font-size: 24px;
    }
}

/* iPhone 5 (portrait & landscape)----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) {

    div#preloader {
        top: -60px;
        left: -87px;
    }

    .video-container {
        /* margin-top: 170px; */
    }

    .header {
        position: relative;
    }

    .logo-img {
        width: 70vw !important;
    }

    .navbar-toggle .icon-bar {
        background-color: rgb(15, 255, 251);
        width: 30px;
        height: 4px;
    }

    h1.main-slogan {
        left: 20%;
        top: 0;
    }

    h2.co-slogan {
        top: 45%;
        padding: 0 20px;
        font-size: 24px;
    }

    .btn-special {
        left: 32%;
        top: 75%;
    }

    .services-one {
        padding-top: 50px !important;
    }

    .footer-bottom .copyrights {
        font-size: 24px;
        text-align: center;
    }

    .footer-bottom .social-icons {
        float: none;
    }

    .footer-bottom .social-icons a {
        font-size: 24px;
        padding: 10px;
    }

    .footer-bottom .copyrights {
        float: none;
    }

    ul.resp-tabs-list,
    p {
        text-align: justify;
        padding: 0 20px;
    }

    .navbar-toggle {
        top: 56px;
        background: none;
        border: none;
        padding: 15px;
    }

    .navbar-links {
        padding: 0 !important;
    }

    #mobilemenu>ul {
        position: fixed;
        background: rgba(0, 0, 0, .75);
        top: 0;
        left: 0;
        z-index: 10101;
        height: 100%;
        width: 100%;
        text-align: center;
    }

    #mobilemenu>ul>li>a {
        color: white;
        padding: 20px;
        font-size: 50px;
    }

    #mobilemenu>ul>li:first-child {
        margin-top: 40%;
    }

    #mobilemenu>ul>li:not(:first-child) {
        margin-top: 10px;
    }

    li.parent ul.submenu li:not(:first-child) {
        margin-top: 15px;
    }

    li.parent ul.submenu li>a {
        color: white;
        font-size: 24px;
    }

    .flags img {
        width: 30px !important;
    }

    #mobilemenubtn {
        position: fixed;
        right: 35px;
        font-size: 42px;
        width: 40px;
        top: 150px;
        z-index: 101010;
        color: white;
        height: 50px;
        background: none !important;
        border: none !important;
    }

    header.sticky .logo img {
        margin: 2% 12%;
    }

    header.sticky .navbar-toggle {
        display: none;
    }

    .dr-quote {
        height: 400px;
    }

    .dr-quote span.quote {
        font-size: 36px;
        padding: 4% 20px;
    }

    .main-footer .useful-links ul li {
        width: 100%;
    }

    .main-footer .useful-links ul li a {
        font-size: 24px;
    }

    ul.languages li {
        margin: 5px 15% !important;
    }

    .mobile-nav-first {
        margin-top: 220px !important;
    }

    .sticky .mobile-nav-first {
        margin-top: 160px !important;
    }
}

/* iPhone 5 (portrait)----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) {

    .medium-text-about {
        margin-top: 15px;
    }

    .small-text-contact {
        margin-top: 15px;
    }

    h2 {
        font-size: 24px;
        /* text-align: center; */
    }

    .btn-primary {
        width: 100%;
    }

    .mobile-btn-div {
        margin-top: 15px;
    }

    .contact-us .our-location {
        padding: 0;
    }

    .services-one .service-sec .icon {
        width: 72px;
        height: 72px;
    }

    .services-one .service-sec .icon i {
        font-size: 36px;
    }

    div#preloader {
        top: -80px;
        left: -120px;
    }

    .video-container {
        /* margin-top: 170px; */
    }

    .header {
        position: relative;
    }

    .logo-img {
        width: 70vw !important;
    }

    .navbar-toggle .icon-bar {
        background-color: #e1d08b;
        width: 30px;
        height: 4px;
    }

    h1.main-slogan {
        left: 0;
        top: 175px;
        font-size: 28px;
    }

    h2.co-slogan {
        top: 295px;
        padding: 0 20px;
        font-size: 24px;
    }

    .btn-special {
        left: 28%;
        top: 49%;
    }

    .footer .emergency i {
        font-size: 30px;
    }

    .services-one {
        padding-top: 50px !important;
    }

    .footer-bottom .copyrights {
        font-size: 20px;
        text-align: center;
    }

    .footer-bottom .social-icons {
        float: none;
    }

    .footer-bottom .social-icons a {
        font-size: 16px;
        padding: 10px;
    }

    .footer-bottom .copyrights {
        float: none;
    }

    ul.resp-tabs-list,
    p {
        text-align: justify;
        padding: 0 20px;
        font-size: 16px;
    }

    div.detail>h5 {
        font-size: 16px;
    }

    .navbar-toggle {
        top: 65px;
        background: none;
        border: none;
        padding: 5px;
        right: -2px;
    }

    .navbar-links {
        padding: 0 !important;
    }

    #mobilemenu>ul {
        position: fixed;
        background: rgba(0, 0, 0, .75);
        top: 0;
        left: 0;
        z-index: 10101;
        height: 100%;
        width: 100%;
        text-align: center;
    }

    #mobilemenu>ul>li>a {
        color: white;
        padding: 20px;
        font-size: 30px;
    }

    .h-cm4 {
        height: 415px;
    }

    #mobilemenu>ul>li:first-child {
        margin-top: 40%;
    }

    #mobilemenu>ul>li:not(:first-child) {
        margin-top: 10px;
    }

    li.parent ul.submenu li:not(:first-child) {
        margin-top: 15px;
    }

    li.parent ul.submenu li>a {
        color: white;
        font-size: 24px;
    }

    .flags img {
        width: 20px !important;
    }

    #mobilemenubtn {
        position: fixed;
        right: 35px;
        font-size: 42px;
        width: 40px;
        top: 150px;
        z-index: 101010;
        color: white;
        height: 50px;
        background: none !important;
        border: none !important;
    }

    header.sticky .logo img {
        margin: 2% 12%;
    }

    header.sticky .navbar-toggle {
        display: none;
    }

    .dr-quote {
        height: 400px;
    }

    .dr-quote span.quote {
        font-size: 24px;
        padding: 21% 20px;
    }

    .footer .emergency .number {
        font-size: 32px;
    }

    .main-footer .useful-links ul li {
        width: 100%;
    }

    .services-content {
        padding: 20px 0 0 0;
    }

    .main-footer .useful-links ul li a {
        font-size: 20px;
    }

    .welcome-three {
        padding: 0;
    }

    ul.languages li {
        margin: 5px 15% !important;
    }

    .mobile-nav-first {
        margin-top: 175px !important;
    }

    .sticky .mobile-nav-first {
        margin-top: 160px !important;
    }

    #page .header {
        display: none;
    }
}

/* 
@media only screen and (min-device-width : 365px) and (max-device-width : 390px) {
    h2.co-slogan {
        top: 268px !important;
        padding: 0 20px !important;
        font-size: 16px !important;
    }

    .btn-special {
        left: 28%!important;
        top: 48%!important;
        font-size: 12px!important;
    }

} */