*{
    margin: 0;
    padding: 0;
}
body {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #000000;
    line-height: 22px;
    -webkit-text-size-adjust: 100%;
}
a {
    text-decoration: none;
    display: inline-block;
    transition: 0.3s;
}
img {
    display: block;
    max-width: 100%;
}
h5 {
    font-size: 24px;
    line-height: 29px;
    font-weight: 700;
}
h1 {
    font-size: 59px;
    line-height: 71px;
    font-weight: 800;
}
h3, h4 {
    font-weight: 800;
}
h3 {
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 0.24px;
    text-transform: uppercase;
}
h4 {
    font-size: 20px;
    line-height: 24px;
}
h2 {
    font-size: 70px;
    line-height: 90px;
    text-transform: uppercase;
}
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
 }
.clearfix:after {
    clear:both;
}
.center{
    text-align: center;
}
.text-right{
    text-align: right;
}
.text-left{
    text-align: left;
}
.left{
    float: left;
}
.right{
    float: right;
}
.display{
    display: inline-block;
}
.big-center-wrapper {
    width: 1320px;
    margin: 0 auto;
}
.small-center-wrapper {
    width: 1170px;
    margin: 0 auto;
}
.header-logo, .header-menu {
    vertical-align: middle;
}
/*header-css*/
.header-top {
    background-color: #000000;
    padding: 0px 10px;
}
.header-wr {
    position: relative;
    z-index: 1;
}
.header-top-block {
    display: inline-block;
    vertical-align: middle;
    width: 33%;
    text-align: center;
}
.header-top-block h5, .header-top-block p {
    color: #ffffff;
}
.call-block h5 {
    text-transform: uppercase;
}
.call-block h5 a {
    color: #ed1b24;
}
.call-block h5 a:hover {
    color: #ffffff;
}
.rating-block p, .rating-block p img {
    display: inline-block;
    font-weight: 700;
}
.rating-block p img {
    margin: 0px 0px 5px 5px;
    vertical-align: middle;
}
.coupons-btn a {
    padding: 12px 0px;
    font-weight: 800;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #ed1b24;
    width: 124px;
    position: relative;
    z-index: 1;
}
.coupon-btn-block .coupons-btn:first-child a:hover, .coupon-btn-block .coupons-btn:nth-child(2) a:hover {
    background-color: #ffffff;
    color: #ed1b24;
}
.coupons-btn a:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 0;
    background-color: blue;
}
.coupons-btn {
    float: left;
}
.coupon-btn-block .coupons-btn:first-child a {
    background-color: #949599;
}
.header-menu li {
    display: inline-block;
    margin-left: 15px;
}
.header-menu ul li:first-child {
    margin-left: 0px;
}
.header-menu li a {
    color: #000000;
    text-transform: uppercase;
    font-weight: 800;
    padding: 49px 14px;
    transition: 0.3s;
}
.header-menu li a:hover {
    color: #ed1b24;
}
.header-logo {
    width: 16%;
}
.header-menu {
    width: 83%;
    text-align: right;
}
.header-logo img {
    margin: -36px 0px -40px 0px;
}
.header-logo.display figure {
    margin: 0;
}
.header-top .big-center-wrapper {
    /*max-width: 841px;*/
    /*width: 60%;*/
    text-align: right;
}
.call-block {
    /*width: 32%;*/
    width: 28%;
}
.rating-block {
    /*width: 21.5%;*/
    width: 17.5%;
}
.coupon-btn-block {
    width: 20.5%;
}
.header-menu li {
    position: relative;
}
ul.sub-menu {
    position: absolute;
    top: 80%;
    right: 0;
    text-align: left;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
    transform-origin: center top;
    width: 225px;
    background-color: #ff0000;
}
.header-menu ul li:hover ul.sub-menu {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}
.header-menu ul li ul.sub-menu li a {
    padding: 16px 16px;
    color: #fff;
}
.header-menu ul li ul.sub-menu li {
    border-bottom: 1px solid #000;
    display: block;
    margin-left: 0;
}
.header-menu ul li ul.sub-menu li:hover {
    border-color: #fff;
    background-color: #949599;
}
.header-menu ul li ul.sub-menu li:hover a {
    color: #fff;
}  
/*header-css*/
/*Footer-css*/
.footer-wr {
    background-color: #000000;
    padding: 80px 0px 0px 0px;
}
.menu-list h4 {
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 21px;
    font-size: 17px;
    line-height: 20px;
    position: relative;
    padding-left: 21px;
}
.menu-list h4:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #e50019;
    width: 3px;
}
.menu-list ul li a {
    line-height: 20px;
    color: #ffffff;
}
.menu-left-wr, .menu-right-wr {
    display: inline-block;
    vertical-align: top;
    width: 46%;
}
.menu-list {
    margin-top: 34px;
}
.footer-logo-left {
    width: 19%;
}
.footer-right {
    width: 81%;
    padding-left: 103px;
    box-sizing: border-box;
}
.copyright-content p {
    color: #ffffff;
    text-align: center;
}
.copyright-content {
    border-top: solid 2px #ffffff14;
    padding: 32px 0px;
}
.footer-inner-wr {
    padding-bottom: 54px;
}
.menu-list.contact_details-wr h4, .menu-list.contact_details-wr p, .menu-list.contact_details-wr a, .menu-list.contact_details-wr h6 {
    color: #ffffff;
}
.menu-list.contact_details-wr p {
    margin-top: 14px;
}
.menu-list.contact_details-wr h6 {
    font-size: 14px;
    line-height: 28px;
    margin-top: 12px;
}
.menu-list.contact_details-wr p:last-child, .menu-list:first-child {
    margin-top: 0px;
}
.footer-icon a i {
    color: #000000;
    font-size: 25px;
}
.footer-icon a {
    background-color: #e50019;
    width: 39px;
    height: 39px;
    text-align: center;
    line-height: 52px;
    border-radius: 50%;
    margin-left: 18px;
}
.footer-icon a:hover {
    background-color: #ffffff;
}
.footer-icon {
    margin: 30px 0px 0px 28px;
}
.footer-icon a:last-child i {
    font-size: 31px;
}
.footer-icon a:first-child {
    margin: 0px;
}
.scroll-btn i {
    color: #ffffff;
    font-size: 20px;
}
.scroll-btn {
    width: 40px;
    height: 40px;
    background-color: #e50019;
    text-align: center;
    line-height: 40px;
    border-radius: 8px;
    position: fixed;
    right: 40px;
    bottom: 40px;
    z-index: 11;
    display: none;
}
.scroll-btn:hover {
    background-color: #949599; 
}
.vegas-offer-left.right img {
    box-shadow: 0 3px 20px 0 rgb(0 0 0 / 20%);
    border-radius: 30px;
    background-color: #ffffff;
}
.footer-wr a:hover {
    color: #e50019;
}
a.back-to-home-top {
    font-size: 14px;
    font-family: 'Montserrat';
    vertical-align: middle;
    color: #fff;
    font-weight: 700;
    position: relative;
    padding-left: 30px;
    text-decoration: underline;
}
a.back-to-home-top:hover {
    color: #ed1b24;
}
a.back-to-home-top svg {
    margin-right: 6px;
}  
a.back-to-home-top:before {
    content: '';
    position: absolute;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg data-name='Group 113' xmlns='http://www.w3.org/2000/svg' width='26' height='20' viewBox='0 0 15.238 12.15'%3e%3cdefs%3e%3cclipPath id='q8leezwr8a'%3e%3cpath data-name='Rectangle 190' style='fill:%23e50019' d='M0 0h15.238v12.15H0z'%3e%3c/path%3e%3c/clipPath%3e%3c/defs%3e%3cg data-name='Group 112' style='clip-path:url(%23q8leezwr8a)'%3e%3cpath data-name='Path 38' d='M15.238 6.284c-.187.225-.371.451-.56.674-.217.255-.369.268-.629.052q-2-1.664-3.995-3.33Q8.9 2.714 7.739 1.746a.149.149 0 0 0-.229 0Q4.38 4.365 1.246 6.975a1.511 1.511 0 0 1-.165.126.316.316 0 0 1-.43-.061C.457 6.822.268 6.6.087 6.369a.329.329 0 0 1 .076-.506q.952-.8 1.906-1.589Q4.444 2.3 6.819.319a1.186 1.186 0 0 1 1.633.014q1.011.852 2.029 1.7a.252.252 0 0 0 .124.079c.038-.048.02-.1.02-.156V.485c0-.346.106-.45.454-.45h1.59c.3 0 .407.1.407.413v3.567a.332.332 0 0 0 .132.29c.621.508 1.236 1.023 1.852 1.538.064.054.119.118.179.177z' style='fill:%23e50019'%3e%3c/path%3e%3cpath data-name='Path 39' d='M63.377 66.777v2.155a.625.625 0 0 1-.675.677h-3.388c-.2 0-.2-.005-.2-.2v-3.225c0-.2 0-.2-.207-.2h-1.991c-.14 0-.177.047-.176.18v3.225c0 .224 0 .225-.22.225h-3.329a.635.635 0 0 1-.716-.711v-4.31a.366.366 0 0 1 .148-.315Q55.215 62.143 57.8 60a.159.159 0 0 1 .249 0q2.588 2.14 5.182 4.272a.35.35 0 0 1 .146.3c-.007.733 0 1.466 0 2.2' transform='translate(-50.299 -57.461)' style='fill:%23e50019'%3e%3c/path%3e%3c/g%3e%3c/svg%3e");
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.back-main-home-wr span {
 position: fixed;
 left: 0;
 top: 50%;
 z-index: 1111;
 width: 33px;
 height: 50px;
 transform: translateY(-50%);
 transition: 0.4s;
}
.back-main-home-wr span:before {
    content: '\f177';
    width: 100%;
    border-top-right-radius: 9px;
    border-bottom-right-radius: 9px;
    height: 100%;
    position: absolute;
    font-size: 18px;
    background-color: #fff;
    line-height: 50px;
    box-shadow: 0px 10px 20px rgb(0 0 0 / 16%);
    color: #ed1b24;
    transition: 0.5s;
    font-family: 'Font Awesome 6 Free';
    font-weight: 800;
    text-align: center;
}
.back-main-home-wr:hover span.spanactive:before{
    opacity: 0;
}
.back-main-home-wr a {
   width: 150px;
   height: 50px;
   font-family: 'Fira Sans';
   transform: translateY(-50%);
   background-color: #fff;
   text-align: center;
   border-top-right-radius: 9px;
   border-bottom-right-radius: 9px;
   transition: 0.5s;
   position: fixed;
   left:-200px ;
   top: 50%;
   color: #ed1b24;
   box-shadow: 0px 10px 20px rgb(0 0 0 / 16%);
   font-size: 16px;
   line-height: 50px;
   z-index: 999;
}
.back-main-home-wr:hover a.active{
    left: 0px;
}  


    .bottom-fixed-wr {
        position: fixed;
        bottom: 0;
        width: 100%;
        font-size: 0;
        line-height: 0;
        z-index: 999;
        box-sizing: border-box;
    }
    .bottom-fixed-wr a {
        box-sizing: border-box;
        border: 2px solid #000;
    }
    .bottom-fixed-wr a.call-now-bttn {
    left: 0px;
    width: 50%;
    text-align: center;
    background-color: #949599;
    margin: 0px;
    padding: 16px 10px 16px;
    z-index: 99;
    color: #ffffff;
    font-size: 18px;
    line-height: 22px;
    font-family: 'Montserrat';
    font-weight: 600;
    }
    .bottom-fixed-wr a.free-estimate-bttn {
        right: 0px;
        width: 50%;
        text-align: center;
        margin: 0px;
        padding: 15px 10px 17px;
        background-color: #ed1b24;
        z-index: 99;
        font-size: 18px;
        line-height: 22px;
        font-family: 'Montserrat';
        font-weight: 600;
        color: #ffffff;
    }