html,
body {
    overflow-x: scroll
}

.headerContainer {
    width: 940px;
    max-width: 100%;
    margin: 0 auto
}

.container {
    width: 1110px;
    max-width: 100%
}

.aboveHeader {
    color: #d0d0d0;
    background-color: #dfdbdb;
    max-width: 100%
}

.aboveHeader p {
    margin: 0;
    font-size: 14px;
    line-height: 22px;
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    color: #000;
    font-weight: 300
}

.headerMain {
    background-color: #8c1010;
    padding: 5px 0;
    color: #fff
}

.header {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.header img {
    margin-right: 10px
}

.header span {
    font-size: 12px;
    line-height: 20px;
    font-family: Open Sans, sans-serif;
    color: #fff;
    font-weight: 600
}

.updateMain {
    border-bottom: 1px solid #ebebef
}

.updateBox {
    font-family: roboto, sans-serif;
    padding: 5px 15px;
    min-height: auto;
    margin: 15px 0;
    display: flex;
    background-color: #fff7c1
}

.updateBox p {
    margin: 0;
    font-weight: 700
}

.mainWrapper {
    padding: 10px 0
}

.breadcrumb {
    margin: 0 0 15px;
    font-size: 14px !important;
    line-height: 22px !important;
    font-family: Open Sans, Helvetica, Arial, sans-serif !important;
    color: #686868 !important
}

.mainWrapper h1 {
    font-size: 30px;
    line-height: 40px;
    color: #000;
    font-family: roboto, sans-serif;
    font-weight: 800
}

.mainWrapper h1 .highlight {
    border-radius: 1em 0 1em 0;
    background-image: linear-gradient(-100deg, rgba(255, 224, 0, 0.3), rgba(255, 224, 0, 0.7) 95%, rgba(255, 224, 0, 0.1))
}

.starSection {
    display: flex;
    align-items: center
}

.starSection span {
    color: #007185;
    font-size: 12px;
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    font-weight: 700
}

.starMain i {
    color: #ffa41c;
    font-size: 12px
}

.imgCaption {
    background-color: #a82323;
    font-weight: 500;
    padding: 2px 0;
    font-style: italic;
    margin: 0 0 5px;
    font-size: 16px !important;
    color: #fff !important;
    text-align: center
}

.infoMain {
    display: flex;
    align-items: center;
    margin-bottom: 20px
}

.infoMain span {
    color: #49545e;
    font-size: 13px;
    line-height: 1.6em;
    font-family: Lato, Helvetica, Arial, sans-serif;
    margin: 0 4px 0 0;
    letter-spacing: .03em;
    font-weight: 600
}

.mainWrapper .highlightTitle {
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, #f98484 50%);
    background-size: 200%;
    background-position: -100% 0;
    transition: 1.5s ease-in-out;
    font-weight: 700;
    font-family: roboto, sans-serif;
    font-size: 24px;
    line-height: 1.6em;
    color: #000
}

.mainWrapper p {
    font-size: 19px;
    line-height: 1.6em;
    font-family: roboto, sans-serif;
    color: #333;
    margin-bottom: 25px
}

.mainWrapper p a {
    color: #1b60d6;
    text-decoration: none;
    font-weight: 700
}

.mainWrapper h3 {
    font-style: italic;
    font-weight: 600;
    background-color: rgba(238, 229, 229, .99);
    padding: 2px 0;
    font-size: 21px;
    line-height: 30px;
    color: #17191c;
    margin-bottom: 20px
}

.redHighlight {
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, #f98484 50%);
    background-position: -100% 0;
    background-size: 200%;
    transition: 1.5s ease-in-out;
    font-weight: 700
}

.mainWrapper h2 {
    font-size: 28px;
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    line-height: 1.2em;
    color: #3e3e4a;
    font-weight: 700
}

.clickBtn {
    font-size: 21px;
    padding: 15px;
    margin: 0 0 20px;
    display: block;
    background-color: #19af42;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 4px 0 0 #056b21;
    text-decoration: none;
    color: #fff;
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    font-weight: 700;
    line-height: 29px;
    text-align: center
}

.clickBtn:hover {
    color: #fff
}

.yellowHightlight {
    border-radius: 1em 0 1em 0;
    background-image: linear-gradient(-100deg, rgba(255, 224, 0, 0.3), rgba(255, 224, 0, 0.7) 95%, rgba(255, 224, 0, 0.1));
    font-weight: 700
}

.faqMain .accordion-header {
    border-bottom: 1px solid #eee
}

.faqMain .accordion-item {
    border: 0;
    padding: 20px 0
}

.faqMain .accordion-header .accordion-button {
    color: #222;
    font-size: 19px;
    line-height: 1.6em;
    font-weight: 700
}

.faqMain .accordion-button:not(.collapsed) {
    color: #333;
    background-color: transparent;
    box-shadow: none
}

.faqMain .accordion-button:focus {
    border: 0;
    box-shadow: none
}

.cardsMain {
    border: 1px solid #dadada
}

.cardsMain h5 {
    margin: 5px 0 3px;
    line-height: 23px;
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    font-weight: 700;
    text-align: center;
    font-style: italic;
    font-size: 16px
}

.cardsMain .card-body p {
    font-size: 17px;
    margin: 0 0 12px;
    line-height: 23px;
    font-family: Open Sans, Helvetica, Arial, sans-serif
}

.cardsMain .card-body .location span {
    line-height: 19px;
    font-size: 12px;
    color: #000;
    display: block
}

.attention-box {
    position: relative;
    background-color: #fffbfd;
    border-top: 0 dashed #1b60d6;
    border-left: 2px dashed #1b60d6;
    border-right: 2px dashed #1b60d6;
    border-bottom: 0 dashed #1b60d6;
    padding-top: 20px
}

.progress-bar {
    z-index: 9;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    animation: .6s linear infinite animate-stripes;
    background-color: transparent;
    height: 15px;
    background-image: url(../image/bar.webp);
    background-repeat: repeat-x;
    background-position: left top;
    background-attachment: scroll;
    background-size: auto;
    animation: animatedBackground 10s infinite linear;
    -ms-animation: animatedBackground 10s infinite linear;
    -moz-animation: animatedBackground 10s infinite linear;
    -webkit-animation: animatedBackground 10s infinite linear
}

.ctaMain {
    display: flex;
    align-items: center;
    width: 95%;
    margin: 20px auto
}

.dx {
    font-size: 30px;
    margin: 22px 0;
    text-transform: capitalize
}

.box-main {
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 4px 4px 4px 4px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px;
    text-align: center
}

.box-main p {
    margin: 0;
    font-size: 14px;
    line-height: 20px
}

.ctaMain h5 {
    color: #000;
    font-size: 20px;
    line-height: 1.6em;
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    font-weight: 500
}

.sidebarTitle {
    font-size: 18px;
    line-height: 23px;
    margin: 0 0 10px;
    background-color: #303030;
    color: #fff;
    padding: 2px 18px 4px 8px;
    display: inline-block;
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    font-weight: 700
}

.clickBtnSidebar {
    padding: 10px;
    font-size: 13px;
    line-height: 20px
}

.rating {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 40%;
    margin: 0 auto
}

.sideBar h3 {
    font-size: 28px;
    line-height: 33px;
    margin: 0 0 20px;
    text-align: center;
    height: 33px;
    background: 0 0;
    font-style: normal;
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    font-weight: 700
}

.sideBar h5 {
    font-size: 26px;
    line-height: 30px;
    margin: 0 0 20px;
    color: #000;
    margin-bottom: 10px;
    font-weight: 700
}

.footerMain {
    padding: 50px 0;
    background-color: #2e3138;
    color: #abb0ba;
    font-size: 14px;
    line-height: 1.6em;
    font-family: Open Sans, Helvetica, Arial, sans-serif
}

.footerMain a {
    text-decoration: none;
    color: #abb0ba
}

.customer-location {
    display: inline
}

.customer-location span {
    color: #0091ff
}

.fixedFooter {
    position: fixed;
    z-index: 10;
    text-align: center;
    width: 100%;
    bottom: 0;
    background-color: rgba(0, 0, 0, .8);
    justify-content: center;
    padding: 18px 0 22px;
    display: flex;
    left: 0;
    right: 0
}

.fixedFooter a {
    font-size: 17px;
    padding: 5px 0;
    margin: 0;
    display: block;
    background-color: #19af42;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 4px 0 0 #056b21;
    text-decoration: none;
    color: #fff;
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    font-weight: 700;
    line-height: 41px;
    text-align: center;
    width: 100%;
    max-width: 400px;
    animation-duration: 2s
}

.animated,
.animated--hover:hover {
    animation-duration: 1s;
    animation-fill-mode: both
}

.animated.infinite,
.animated--hover.infinite:hover {
    animation-iteration-count: infinite
}

.animated.delay-1s,
.animated--hover.deplay-1s:hover {
    animation-delay: 1s
}

.animated.delay-2s,
.animated--hover.deplay-2s:hover {
    animation-delay: 2s
}

.animated.delay-3s,
.animated--hover.deplay-3s:hover {
    animation-delay: 3s
}

.animated.delay-4s,
.animated--hover.deplay-4s:hover {
    animation-delay: 4s
}

.animated.delay-5s,
.animated--hover.deplay-5s:hover {
    animation-delay: 5s
}

.animated.fast,
.animated--hover.fast:hover {
    animation-duration: 800ms
}

.animated.faster,
.animated--hover.faster:hover {
    animation-duration: 500ms
}

.animated.slow,
.animated--hover.slow:hover {
    animation-duration: 2s
}

.animated.slower,
.animated--hover.slower:hover {
    animation-duration: 3s
}

@media(print), (prefers-reduced-motion:reduce) {

    .animated,
    .animated--hover:hover {
        animation-duration: 1ms !important;
        transition-duration: 1ms !important;
        animation-iteration-count: 1 !important
    }
}

@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@media only screen and (min-width:768px) {
    .mainWrapper h2 {
        font-size: 30px
    }
}

@media only screen and (min-width:1200px) {
    .mainWrapper h1 {
        font-size: 45px;
        line-height: 55px
    }

    .clickBtn {
        font-size: 25px
    }

    .clickBtnSidebar {
        font-size: 14px
    }

    .fixedFooter a {
        padding: 10px 28px;
        font-size: 21px
    }
}