* {
    -webkit-tap-highlight-color: rgba(0,0,0,0) !important; /* make transparent link selection, adjust last value opacity 0 to 1.0 */
}

html,body {
    -webkit-touch-callout: none;                /* prevent callout to copy image, etc when tap to hold */
    -webkit-text-size-adjust: none;             /* prevent webkit from resizing text to fit */
    -webkit-user-select: none;                  /* prevent copy paste, to allow, change 'none' to 'text' */
}
.bkg-gradient{
    background-image: linear-gradient(to right, #c01719 0%, #ca3f49 19%, #fd868c 60%, #f8a24a 100%);
}
.max-4{max-height: 450px;margin: 0 auto}
h1 strong{color: #464963;}
.page-content h4{color: #82838b;line-height: 2;margin-top: 40px}
.morespace{padding: 110px 15px}
.scrollup {
    position: fixed;
    bottom: 25px;
    right: 20px;
    z-index: 99;
    width: 45px;
    height: 45px;
    text-align: center;
    background: #e0241b;
    color: #fff;
    font-size: 17px;
    line-height: 45px;
    border-radius: 50%;
    cursor: pointer;
    display: none;
    transition: all .4s ease;
}
a.scrollup {text-decoration: none;}
a.scrollup:hover{color: #fff;box-shadow:0 5px 25px 0 rgba(36, 44, 51, .4);bottom: 30px;}
.service-detail-container h4{margin-top: 0}




::-webkit-scrollbar {
    -webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
    width: 12px;
}

::-webkit-scrollbar:horizontal {
    height: 12px;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 10px;
    border: 2px solid #ffffff;
}

::-webkit-scrollbar-track {
    border-radius: 10px;  
    background-color: #ffffff; 
}

/*
| ----------------------------------------------------
| responsive
| ----------------------------------------------------
*/
@media (max-width: 1367px) {}


@media (max-width: 1025px) {}


@media (max-width: 769px) {
    .navbar{display: flex;}
    #dl-menu{margin-top: 15px;}
    .dl-menuwrapper{float: right}
}


 /*iphone plus*/
@media (max-width: 415px) {
    .morespace{padding: 15px}
}


/*iphone: 7px*/
@media (max-width: 376px) {}



/*iphone 5*/
@media (max-width: 321px) {
    .logo{width: 150px;margin: 20px auto;}
}