﻿/****** Rating ******/
.orange-color {
    color: #FFC400 !important;
}

.flex-center {
    display: flex;
    justify-content: center;
}

.ax-toogle-Rating {
    display: none;
}

    .ax-toogle-Rating.active {
        display: block;
    }
/****** End Rating ******/

.inner-service .feature-box-2 {
    min-height: 250px;
}

#video-background .c47-ultimate-bg {
    position: relative !important;
    height: auto !important;
}

#video-background {
    height: auto;
}

#video-background .ax-video-home {
    width: 100%;
    height: auto;
    display: block;
}
.notificationbannershort,
.notificationbannerfull {
    background-color: #3c6eff;
    position: relative;
    color: #fff;
    text-align: center;
    padding: 0 100px;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    display: block;
    overflow: hidden;
    z-index: 1;
}

.notificationbannerfull {
    white-space: normal;
}

#showmoreinfo {
    position: absolute;
    right: 50px;
}

#showmoreinfo, #showlessinfo {
    cursor: pointer;
}

/*body.hasNotification main section:first-child {
    padding-top: 100px;
}

body.hasBannerInfo main section:first-child {
    padding-top: 110px;
}

body.hasNotification.hasBannerInfo main section:first-child {
    padding-top: 170px;
}*/

input.parsley-error, select.parsley-error, textarea.parsley-error {
    background-color: #fff3f3;
    border: 1px solid #FF0026;
}

ul.parsley-errors-list {
    font-size: 10px;
}

@media only screen and (max-width: 1366px) {
    .embed-responsive-16by9 {
        padding-bottom: 56.25% !important
    }
}

@media only screen and (max-width: 768px) {
    .embed-responsive-16by9 {
        padding-bottom: 75% !important
    }
}


/*the search bar in home page*/
.searchbarfloating {
    position: absolute;
    width: 100%;
    bottom: 20%;
    padding: 0px 20%;
    opacity: 0.9;
    z-index: 99;
}

.search-block input[type="search"].searchbtninsection {
    color: #000;
    padding: 10px 18px;
}

.search-block .searchbtninsection[placeholder] {
    color: #000 !important;
}

.search-block .searchbtninsection::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #adadad !important;
}

.search-block .searchbtninsection:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #adadad !important;
    opacity: 1;
}

.search-block .searchbtninsection::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #adadad !important;
    opacity: 1;
}

.search-block .searchbtninsection:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #adadad !important;
}

.search-block .searchbtninsection::-ms-input-placeholder { /* Microsoft Edge */
    color: #adadad !important;
}

.search-block .searchbtninsection::placeholder { /* Most modern browsers support this now. */
    color: #adadad !important;
}

