@charset "utf-8";


/* 
font-family: 'Playfair Display', serif;
font-family: 'Poppins', sans-serif;
/* RESET CSS START */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    overflow-x: hidden;
    position: relative;
}
:root{
    --c1:#fff;
    --c2:#2222;
    --c3-dark:#2a2a2a;
    --c4-light:#fff;
}

.montserrat-<uniquifier> {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
a, button {
   font-family: "Montserrat", sans-serif;
    transition: all .5s ease-in-out;
    text-decoration: none;
    outline: none;
    border: none;
    cursor: pointer;
}
a:hover, button:hover {
    text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {
   font-family: "Montserrat", sans-serif;
    margin: 0;
}
p,span,small {
   font-family: "Montserrat", sans-serif;
    margin: 0;
}

input,select {
   font-family: "Montserrat", sans-serif;
}

ul, ul.list-inline {
    margin: 0;
    padding: 0;
}

li {
    padding: 0;
    list-style: none;
   font-family: "Montserrat", sans-serif;
}


/* RESET CSS END */

/* UTILITY CSS START */

.text-uppercase {
    text-transform: uppercase !important;
}
.text-capital {
    text-transform: capitalize !important;
}
.col-center {
    margin: 0 auto;
}
/* MAIN-BTNS */

.primary-btn {
    display: inline-block;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    padding: 14px 40px;
    text-align: center;
    z-index: 1;
    border-radius: 0;
    text-transform: capitalize;
    overflow: hidden;
    transition: all 1s ease-in-out;
    border: 2px solid;
    outline: none;
}

.primary-btn::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0%;
    height: 100%;
    transition: inherit;
    z-index: -1;
    border-radius: inherit;
    overflow: hidden;
    outline: none;
}

.primary-btn.primary-bg:hover::before {
    width: 100%;
    left: 100%;
}

.primary-btn.primary-bg {
    background: #0064d2;
    border-color: #0064d2;
    color: #fff !important;
}

.primary-btn.primary-bg:hover {
    color: #0064d2 !important;
    background-color: #fff;
}


.bg-primary {
    background-color: #e7ecf5 !important;
}

.bg-grey {
    background-color: #4B4B4B !important;
}


/* MAIN-HEADING */
.color-dark h2,.color-dark h3,.color-dark h4,.color-dark h5, .color-dark h6 ,.color-dark p {
    color: var(--c3-dark);
}
.color-light h2,.color-light h3,.color-light h4,.color-light h5,.color-light h6, .color-light p {
    color: var(--c4-light)
}

/* SLICK SLIDER CSS START */
.swiper {
    width: 100%;
    height: 100%;
  }
  .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: "\f054";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: "\f053";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
}
  /* .slick-prev:before{content:'\f104'}.slick-next:before{content:'\f105'}.slick-next:before,.slick-prev:before{font-size:25px;line-height:1;font-family:"Font Awesome 5 Pro";font-weight:900;opacity:1;color:#fff;background:#0064d2;display:flex;align-items:center;justify-content:center;width:40px;height:40px;transition:.8s ease-in-out;border-radius:50%;border:1px solid #fff}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:1}.slick-next,.slick-prev{position:absolute;top:50%;transform:translate(-50%)}.slick-next{right:-3%;z-index:1}.slick-prev{left:-3%;right:auto;z-index:1}.slick-dots li button:before{left:0;width:15px;height:15px;content:"";opacity:1;background:#fff;border-radius:50%}.slick-dots{bottom:-80px} */

/* SLICK SLIDER CSS END */

/* UTILITY CSS END */

/* MOBILE-MENU CSS START */
.mobile-menu,.mobile-menu .mobile-menu-body li.dropdown-li>ul.dropdown-list.dropdown-list-2{background:#da0}.hamburger .hamburger-container{display:flex;align-items:flex-start;justify-content:center;flex-direction:column;width:25px}.hamburger span:not(:last-child){margin-bottom:4px}.hamburger span{width:100%;height:3px;background:#707070;border-radius:100px;transition:.5s ease-in-out}.hamburger span:first-child{width:50%}.hamburger span:last-child{width:70%}.hamburger:hover span{width:100%}.mobile-menu{position:fixed;top:0;right:0;width:300px;height:100vh;padding:30px 0;box-shadow:0 0 20px rgb(0 0 0 / 10%);z-index:100;transform:translateX(100%);transition:.5s ease-in-out}.mobile-menu .mobile-close{text-align:right}.mobile-menu .mobile-close a{display:inline-block;font-size:30px;color:#fff;transition:.8s ease-in-out;margin-right:20px}.mobile-menu .mobile-close a:hover{transform:rotate(360deg)}.mobile-menu .mobile-menu-body{max-height:100%;overflow-y:auto;padding:30px 0}.mobile-menu-body span{display:none}.mobile-menu .mobile-menu-body .navigation-list{text-align:left!important}.mobile-menu .mobile-menu-body li.dropdown-li>ul.dropdown-list>li,.mobile-menu .mobile-menu-body>.navigation-list>li{display:block;margin:0!important}.mobile-menu .mobile-menu-body>.navigation-list>li:not(:last-child)>a{border-bottom:1px solid #fff}.mobile-menu .mobile-menu-body li.dropdown-li>ul.dropdown-list>li>a,.mobile-menu .mobile-menu-body>.navigation-list>li>a{display:block;font-family:Poppins,sans-serif;font-size:13px;font-weight:500;text-transform:capitalize;color:#fff;padding:10px 20px}.mobile-menu.mobile-view{transform:translateX(0)}.mobile-menu .mobile-menu-body li.dropdown-li{position:relative}.mobile-menu .mobile-menu-body li.dropdown-li>ul.dropdown-list{display:none;background:#da0}.mobile-menu .mobile-menu-body li.dropdown-li>ul.dropdown-list.dropdown-list-1{margin-left:30px}.mobile-menu .mobile-menu-body li.dropdown-li>a>i{float:right;font-size:16px;transition:inherit}.mobile-menu .mobile-menu-body li.dropdown-li.open>a>i{transform:rotate(90deg)}
/* MOBILE-MENU CSS END */

/* content style  */

.content h1{
    font-size: 70px;
    font-weight: 700;
    color: var(--c1);
}
.content h2{
    font-size: 55px;
    font-weight: 700;
    color: var(--c1);
}
.content h3{
    font-size: 45px;
    font-weight: 500;
    color: var(--c1);
}
.content h4{
    font-size: 35px;
    font-weight: 400;
    color: var(--c1);
}
.content h5{
    font-size: 24px;
    font-weight: 300;
    color: var(--c1);
}
.content h6{
    font-size: 16px;
    font-weight: 300;
    color: var(--c1);
}
.content p{
    font-size: 16px;
    font-weight: 300;
    color: var(--c1);
}


/* HEADER CSS START */

.header {
    position: absolute;
    width: 100%;
    color: #fff;
    padding: 0% 3%;
}
.header .logo h2 {
    color: #fff;
}
.header .top-row {
    padding: 20px 0;
    background: #063a69;
    border-bottom: 1px solid #fff;
}

.submenu a {
    font-size: 30px;
    line-height: 40px;
    color: #fff;
}

.header .top-row .header-social {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header .top-row .header-social li:not(:last-child) {
    margin-right: 30px;
}

.header .top-row .header-social li:first-child {
    margin-right: 30px;
}

.header .top-row .header-social li {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

.header .top-row .header-social li a {
    color: #fff;
    font-size: 20px;
}

.header .top-row .header-social li a:hover {
    color: #ddaa00;
    transform: rotate(360deg);
}

.header .bottom-row {
    padding: 15px 0 15px;
    width: 100%;
    z-index: 1;
}
.header .bottom-row ul {
    text-align: end;
}

.header .bottom-row .navigation-list>li:not(:last-child) {
    margin-right: 20px;
}

.header .bottom-row .navigation-list>li>a {
    display: block;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-transform: capitalize;
}

.header .bottom-row .navigation-list>li>a::before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 3px;
    background: #063a69;
    transition: inherit;
}

.header .bottom-row .navigation-list>li>a:hover,
.header .bottom-row .navigation-list>li.active>a {
    color: #fff;
}

.header .bottom-row .navigation-list>li>a:hover::before,
.header .bottom-row .navigation-list>li.active>a::before {
    width: 100%;
}

.header .bottom-row .other-list>li:not(:last-child) {
    margin-right: 20px;
}

.header .bottom-row .other-list>li a {
    display: block;
    font-size: 18px;
    color: #fff;
    position: relative;
}

.header .bottom-row .other-list>li:not(:last-child)>a:hover {
    color: #32cd32;
}

.header .bottom-row .logo {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header .bottom-row .logo a {
    width: 80%;
}

.header .bottom-row .logo img {
    width: 100%;
    object-fit: cover;
}


/* HEADER CSS END */




/* BANNER-SEC CSS START */


/* banner-inner-page start */

.banner-img img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    background-repeat: no-repeat;
}

.banner-content {
    position: absolute;
    top: 50%;
    transform: translateY(-10%);
    width: 100%;
}

.banner-section {
    position: relative;
}


/* banner-inner-page end */

/* BANNER-SEC CSS END */




/* FOOTER SECTION END */



.mc-instruction {
    display: block;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 1rem;
}

.mc-instruction.inline {
    display: inline-block;
    margin-right: 20px
}

.mc-info-box {
    display: block;
    margin-top: 20px
}

.mc-info-box .heading {
    background-color: #B21919;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    color: #fff;
    font-weight: bold;
    padding: 10px 20px
}

.mc-info-box .heading div {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 13px;
    font-weight: bold;
    height: 25px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 10px;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 25px
}

.mc-info-box .inner {
    background-color: #f7f7f7;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    padding: 20px
}

.mc_invisible {
    visibility: hidden
}

.mc-next {
    text-transform: uppercase
}

.mc-prev {
    display: inline-block;
    font-style: italic;
    margin-bottom: 20px;
    text-decoration: none
}

.mc-product-preview {
    background-color: #f7f7f7;
    border-radius: 4px;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 40px
}

.mc-product-preview img {
    display: block;
    margin: auto;
    max-height: 300px;
    max-width: 100%
}

.mc-price {
    color: #B21919;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase
}

.mc-step-wrapper .button {
    margin-right: 20px
}

.mc-step-wrapper h5 {
    font-weight: 600;
    color: #838383;
    font-size: 16px;
    font-style: italic;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 5px;
    margin-top: 0px;
}

.mc-step-wrapper h5 span {
    font-weight: 300;
    margin-left: 20px
}

.mc-step-wrapper .left {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%
}

@media screen and (min-width: 992px) {
    .mc-step-wrapper .left {
        float:left;
        display: block;
        margin-right: 2.3576515979%;
        width: 48.821174201%
    }

    .mc-step-wrapper .left:last-child {
        margin-right: 0
    }
}

.mc-step-wrapper .left:last-child {
    margin-right: 0
}

/* .mc-step-wrapper .mc-step-breaker {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}
 */
.mc-step-wrapper .right {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%
}

@media screen and (min-width: 992px) {
    .mc-step-wrapper .right {
        float:left;
        display: block;
        margin-right: 2.3576515979%;
        width: 48.821174201%
    }

    .mc-step-wrapper .right:last-child {
        margin-right: 0
    }
}

.mc-step-wrapper .right:last-child {
    margin-right: 0
}

.mc-tooltip-icon {
    display: inline-block;
    margin-left: 12px
}

.mc-tooltip-icon .inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border: 2px solid #B21919;
    border-radius: 50%;
    color: #B21919;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 13px;
    font-weight: bold;
    height: 25px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 25px
}

.mc-tooltip-icon .inner.active,.mc-tooltip-icon .inner:focus,.mc-tooltip-icon .inner:hover {
    background-color: #B21919;
    color: #fff
}

.mc-warn {
    font-style: italic;
    margin-top: 10px
}

.mc-warn.fail {
    color: red
}

.wizard {
    margin: 40px 0px 20px 0px
}

.wizard .wrapper {
    color: #fff;
    display: table;
    width: 100%
}

.wizard .wrapper .cell {
    display: table-cell;
    font-size: 18px;
    position: relative;
    text-align: center;
    vertical-align: middle
}

.wizard .wrapper .cell .progress-bar {
    background-color: #bdbdbd;
    height: 2px;
    position: absolute;
    left: 50%;
    top: calc(50% - 2px);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    width: 100%;
    z-index: -1
}

.wizard .wrapper .cell .step-icon {
    background-color: #fff;
    border: 2px solid #bdbdbd;
    border-radius: 50%;
    display: table;
    height: 40px;
    margin: auto;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    width: 40px
}

.wizard .wrapper .cell .step-icon span {
    color: #bdbdbd;
    display: table-cell;
    vertical-align: middle
}

.wizard .wrapper .cell.active .progress-bar {
    background-color: #B21919
}

.wizard .wrapper .cell.active .step-icon {
    background-color: #B21919;
    border: 2px solid #B21919
}

.wizard .wrapper .cell.active .step-icon span {
    color: #fff
}

label.radio-hack {
    background-color: #fff;
    border: 1px solid #bdbdbd;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    margin: 0px 20px 25px 0px;
    max-width: 100%;
    padding: 10px 60px;
    position: relative;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

label.radio-hack.active {
    background-color: #b21919a8;
    border: 1px solid #B21919;
    color: #fff;
    font-weight: 700;
}

label.radio-hack.disabled {
    background-color: white;
    opacity: .5;
    cursor: not-allowed;
    border-color: #bdbdbd
}

label.radio-hack:focus,label.radio-hack:hover {
    background-color: #f7f7f7;
    color: #000;
}

label.radio-hack.fixed {
    padding: 10px;
    width: 240px
}

label.radio-hack img {
    display: block;
    margin: auto;
    max-height: 200px;
    max-width: 100%
}

label.radio-hack input[type="checkbox"],label.radio-hack input[type="radio"] {
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
    position: absolute
}

label.radio-hack span.nametag {
    display: block;
    margin-bottom: 5px
}

label.radio-hack .left {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 40.2913699012%
}

label.radio-hack .left:last-child {
    margin-right: 0
}

label.radio-hack .right {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 57.3509785009%
}

label.radio-hack .right:last-child {
    margin-right: 0
}

label.radio-hack-info {
    line-height: 1;
    margin-bottom: 25px
}

label.radio-hack-info input[type="radio"] {
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
    position: absolute
}

.mc-color {
    border: 1px solid #000;
    display: inline-block;
    height: 25px;
    width: 25px
}

#mc-stucco-flange-option {
    margin-right: 8px;}

    .mc-next {
        border: 1px solid #b21919;
        border-radius: 5px;
        color: #fff;
        display: inline-block;
        padding: 7px 30px;
        text-decoration: none;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        vertical-align: middle;
        background: #b21919;
    }
    a.mc-prev {
        display: inline-block;
        font-style: italic;
        margin-bottom: 20px;
        color:#b21919;
        text-decoration: none;
    }
    
    .select-required {
        font-style: italic;
        color: #aaa;
    }    
    .window-pra ul li {
        font-size: 14px;
        font-weight: 300;
        font-family: 'Open Sans', sans-serif;
        letter-spacing: 0.015em;
        line-height: 1.75;
        list-style: decimal;
        margin-left: 0;
        padding-left: 10px;
        margin-left: 1rem;
    }



    .mersurement input[type="number"] {
        background-color: #fff;
        border: 1px solid transparent;
        border-color: #bdbdbd;
        border-radius: 4px;
        box-shadow: none;
        padding: 12px;
        width: 60px;
        vertical-align: middle;
    }
    
    .mersurement select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-color: #fff;
        border: 1px solid transparent;
        border-color: #bdbdbd;
        border-radius: 4px;
        box-shadow: none;
        margin-right: 10px;
        padding: 11px;
        vertical-align: middle;
    }
    a.button.solid {
        border: 1px solid #b21919;
        border-radius: 5px;
        font-weight: 300;
        color: #fff;
        display: inline-block;
        padding: 10px 20px;
        text-decoration: none;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        vertical-align: middle;
        background: #b21919;
    }
    
    a {
        color: #b21919;
    }

    .mc-step-wrapper.active {
        display: block;
    }
    .mc-prev {
        display: inline-block;
        margin-bottom: 20px;
    }
    .mc-prev.mc_invisible {
        display: none;
    }
    .button {
        border: none;
        cursor: pointer;
    }
    .button[disabled] {
        background-color: #ccc;
        cursor: not-allowed;
    }
    .radio-hack {
        display: block;
        margin-bottom: 10px;
    }
    .select-required {
        color: red;
        font-size: 12px;
    }


      /* Overlay */
      .custom-modal-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.7);
        display: none;
        justify-content: center;
        align-items: center;
        z-index: 9999;
    }

    /* Modal */
    .custom-modal {
        background-color: #fff;
        border-radius: 8px;
        max-width: 400px;
        width: 90%;
        padding: 0px 0px 20px 0px;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
        position: relative;
        text-align: center;
    }

    /* Modal Header */
    .custom-modal-header {
        font-size: 16px;
        font-weight: 300;
        padding: 10px 0px;
        margin-bottom: 15px;
        background: #b21919;
        color: #fff;
    }

    /* Modal Body */
    .custom-modal-body {
        font-size: 16px;
        margin-bottom: 20px;
    }

    /* Modal Footer */
    .custom-modal-footer {
        display: flex;
        justify-content: center;
        gap: 5px;
        align-items: center;
    }

    /* Buttons */
    .custom-modal-btn {
        padding: 10px 20px;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        font-size: 16px;
    }

    .custom-btn-primary {
        background-color: #4caf50;
        color: #fff;
    }

    .custom-btn-secondary {
        background-color: #f44336;
        color: #fff;
    }

    /* Close Button */
    .custom-modal-close {
        position: absolute;
        top: 3px;
        right: 10px;
        background: none;
        border: none;
        font-size: 18px;
        cursor: pointer;
        color: #fff;
    }
    .custom-modal-body p {
        font-weight: 200;
    }
    /* a:hover {
        color: #000;
    } */

    
    .container-filter li {
      list-style: none;
      display: inline-block;
    }
    
    .container-filter a {
      display: block;
      font-size: 14px;
      margin: 10px 20px;
      text-transform: uppercase;
      cursor: pointer;
      padding: 18px 30px 18px 30px;
      font-weight: 400;
      line-height: 30px;
      -webkit-transition: all 0.6s;
      border-bottom: 1px solid transparent;
      color: #807c7c !important;
    }
    
    .container-filter a:hover {
      color: #222222 !important;
    }
    
    .container-filter a.active {
      color: #fff !important;
      border-radius: 10px;
      padding: 18px 30px 18px 30px;
      background: #b21919;
    }
    .item-box.active {
    border: 1px solid #b21919;
}
    .item-box {
      position: relative;
      display: block;
      border-radius: 10px;
      box-shadow: 0px 0px 10px 0px rgba(110.5, 110.5, 110.5, 0.3);
      cursor: pointer;
    }
    
    .item-box a {
      display: inline-block;
    }
    
    .item-box .item-mask {
      background: none repeat scroll 0 0 rgba(255, 255, 255, 0.9);
      position: absolute;
      transition: all 0.5s ease-in-out 0s;
      -moz-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      top: 10px;
      left: 10px;
      bottom: 10px;
      right: 10px;
      opacity: 0;
      visibility: hidden;
      overflow: hidden;
      text-align: center;
    }
    
    .item-box .item-mask .item-caption {
      position: absolute;
      width: 100%;
      bottom: 10px;
      opacity: 0;
    }
    
    .item-box:hover .item-mask {
      opacity: 1;
      visibility: visible;
      cursor: pointer !important;
    }
    
    .item-box:hover .item-caption {
      opacity: 1;
    }
    
    .item-box:hover .item-container {
      width: 100%;
    }
    
    .services-box {
      padding: 45px 25px 45px 25px;
    }
    .deals__card {
       
        padding: 65px 30px 65px 30px;
    }
.suv-btn {
    padding: 15px 25px 15px 25px;
    width: max-content;
    background: #b21919;
    border-radius: 10px 10px 10px 10px;
    margin-bottom: 1.5rem;
}

.suv-btn a {
    color: #fff;
}

.deals__card img {
    margin: 0 auto 20px auto;
    display: block;
    width: 70%;
    height: 200px;
    object-fit: contain;
}

.deals__card__grid>div {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.5rem;
    font-size: 18px;
}


.deals__card h4 {
     font-family: "Montserrat", sans-serif;
    font-size: 25px;
    font-weight: 700;
    color: #1E1E1E;
}

.deals__card__grid {
    margin-top: 1.5rem;
}

.deals__card__grid > div > span {
    font-size: 24px;
}


/*  */

.contat-form {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 10px;
    border-top: 10px solid #b21919;
}
.contat-form h2 {
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 1.5rem;
}
.form-group label {
    margin-bottom: 10px;
}

.form-group {
    margin-bottom: 1.5rem;
}


/* header */

.header-contact-details ul {display: inline-flex;gap: 20px;}
span.address {
    padding-left: 10px;
}
ul.contact-list {
    font-size: 14px;
}

.follow-us ul {
    display: flex;
    gap: 8px;
    margin-right: 30px;
    font-size: 16px;
    align-items: anchor-center;
    justify-content: end;
}
.header-top {
    border-bottom: 1.5px solid #fff;
    padding: 20px 0px;
    display: flex;
    justify-content: space-between;
    /* flex-wrap: wrap; */
}

.header-logo img {
    width: 100%;
    /* margin: 22px 30px; */
}
.header-menu ul li a {
    padding: 13px 20px;
}

.header-menu {
    text-align: center;
}
.header-menu ul {
    display: inline-flex;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
}
.book-btn .book-ride {
    padding: 14px 30px 14px 30px;
    border-radius: 10px;
    font-size: 18px;
    color: #ac0020;
    width: max-content;
    background-color: #fff;
    margin-right: 30px;
    font-weight: 700;
}
.book-btn {
    text-align: end;
}
.section-banner {
    background-image: url(../images/background-img.png);
    height: 500px;
    background-size: cover;
    width: 100%;
    display: flex;
    background-repeat: no-repeat;
    background-position: center center;
    align-items: end;
    text-align: center;
    color: #fff;
    background-color: #0202023d;
    background-blend-mode: overlay;
    padding-bottom: 100px;
}
.header a {
    color: #fff;
}
h2.reservation {
    font-size: 40px;
    font-weight: 700;
     font-family: "Montserrat", sans-serif;
    /* padding-top: 130px; */
}
ul.contact-list li a i {
    border: 1px solid #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 29px;
    border-radius: 50px;
}
ul.social-links li a {
    border: 1px solid #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 29px;
    border-radius: 50px;
    display: block;
    padding: unset;
    color: #fff;
    font-size: 14px;
}


/* footer */
footer.footer-sec {
    background: #000;
}

.footer-inner {
    padding-top: 110px;
}

ul.footer-list {
    line-height: 45px;
    padding-top: 43px;
}

span.footer-address {
    padding-left: 20px;
    font-size: 14px;
    font-weight: 400;
     font-family: "Montserrat", sans-serif;
    color: #fff;
}
ul.footer-list li a i {
    border: 1px solid #fff;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    border-radius: 50px;
}
.quick-links h3 {
    font-size: 30px;
    font-weight: 600;
     font-family: "Montserrat", sans-serif;
    color: #fff;
    padding-bottom: 30px;
}

ul.quick-link-list li a {
     font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    line-height: 35px;
}
.subscribe h3 {
    font-size: 30px;
    font-weight: 600;
     font-family: "Montserrat", sans-serif;
    color: #fff;
    padding-bottom: 30px;
}

.newsletter .form-control {
    background: transparent;
    border: unset;
    color: #fff;
}

.newsletter .form-control:focus {
    outline: none;
    box-shadow: unset;
    border-color: unset;
}

.newsletter {
    position: relative;
    border: 1px solid #fff;
    padding: 10px 10px;
    margin-bottom: 20px;
}

.newsletter i {
    position: absolute;
    color: #fff;
    right: 29px;
    top: 10px;
    transform: translate(10px, 10px);
}
input.form-control::placeholder {
    font-size: 19px;
     font-family: "Montserrat", sans-serif;
}   
.payment-img img {
    width: 100%;
    background: #fff;
}
ul.footer-list li a i {
    color: #fff;
}
.follow-us-footer ul {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 11px;
    /* line-height: 60px; */
    margin-right: 60px;
    font-size: 16px;
}
.reserved p {
    font-size: 16px;
    color: #fff;
     font-family: "Montserrat", sans-serif;
    font-weight: 400;
}

ul.social-links li {
    font-size: 16px;
    color: #fff;
     font-family: "Montserrat", sans-serif;
    font-weight: 400;
}

.footer-bottom {
    border-top: 1px solid #333333;
    padding-top: 16px;
    padding-bottom: 15px;
}
.footer-inner {
    padding-top: 110px;
    padding-bottom: 50px;
}
.header-bottom {
    margin-top: 30px;
}
.header-menu ul li a.active {
    background: #b21919;
}