@media screen and (max-width:472px) {
    .page-header {
        font-size: 30px;
    }
}
@media screen and (max-width:350px) {
    .page-header {
        font-size: 24px;
    }
}

.achor-smooth-scroll {
    position: relative;
    top: -123px;
}

@media screen and (max-width:767px) {
    .achor-smooth-scroll {
        top: 0;
    }
}

.init-slick {
    margin: 30px;
    margin-top: 70px;
    padding-bottom: 70px;
}

@media screen and (min-width: 1485px){
    .init-slick {
        margin: 50px 100px;
        padding-bottom: 50px;
    }
}

.slider-img {
    width: 100%;
}

.slick-dots {
    bottom: 0px;
}

#ask-call-button:disabled,
#ask-call-button[disabled]{
    border: 1px solid #999999;
    background-color: #cccccc;
    color: #666666;
}

.video-container {
    position:relative;
    padding-bottom:56.25%;
    padding-top:30px;
    height:0;
    overflow:hidden;
    margin-bottom: 20px;
}

.video-container iframe, .video-container object, .video-container embed {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}