html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    font-family: "Open Sans", serif;
    /* font-optical-sizing: auto; */
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #000000;
    background-color: #ffffff;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

.wow {
    visibility: hidden;
}

a,
button,
.btn {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

a {
    text-decoration: none;
}

p:last-child {
    margin-bottom: 0 !important;
}

/* COMMON STYLE :START */
.overflow-clip {
    overflow: clip;
}

.overflow-x-clip {
    overflow-x: clip;
}

.overflow-y-clip {
    overflow-y: clip;
}

.max-container {
    max-width: 1920px;
    margin: 0 auto;
}

.section-padding {
    padding: 100px 0px;
}

.section-margin {
    margin: 100px 0px;
}

.section-padding2 {
    padding: 80px 0px;
}

.section-margin2 {
    margin: 80px 0px;
}

.vauxhall-innerpage {
    padding: 100px 0px;
}

.color-whatsapp {
    color: #4caf50 !important;
}

.inline-link {
    color: #bf0012;
    text-decoration: underline;
}

.inline-link:hover {
    color: #bf0012;
    text-decoration: none;
}


/* ---- bg-light :start ---- */
.bg-colour-1 {
    background-color: #dddddd !important;
}

/* ---- bg-light :end ---- */

/* ---- hd-type :start ---- */
.hd-type-1 {
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
    color: #181717;
    margin-bottom: 10px;
}

.hd-type-2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    color: #181717;
    margin-bottom: 10px;
}

.hd-type-3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    color: #181717;
    margin-bottom: 10px;
}

.hd-type-4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    color: #181717;
    margin-bottom: 10px;
}

/* ---- hd-type :end ---- */

/* ---- para :start ---- */
.para-1 p {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.5;
}

.para-2 p {
    font-size: 36px;
    font-weight: 400;
    line-height: 1.5;
}

.para-3 p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
}

/* ---- para :end ---- */


/* ---- list__scroll :start ---- */
.list__scroll .simplebar-track.simplebar-vertical {
    width: 7px;
}

.list__scroll .simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
    width: 5px;
}

.list__scroll .simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
    top: 0;
    bottom: 0;
}

.list__scroll .simplebar-scrollbar:before {
    border-radius: 0;
}

.list__scroll .simplebar-scrollbar.simplebar-visible:before {
    opacity: 0.3;
}

/* ---- list__scroll :end ---- */


/* ---- checkbox-style-1 :start ---- */
.checkbox-style-1 {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.checkbox-style-1.form-check-inline {
    display: inline-flex;
}

.checkbox-style-1 .form-check-input {
    width: 25px;
    height: 25px;
    background-color: #d2d2d2;
    border: 2px solid #d2d2d2;
    border-radius: 5px;
    flex-shrink: 0;
    flex-grow: 0;
    cursor: pointer;
    transition: 0.5s;
}

.checkbox-style-1 .form-check-input:focus {
    box-shadow: none;
}

.checkbox-style-1 .form-check-input:hover {
    background-color: #e8e8e8;
}

.checkbox-style-1 .form-check-input:checked {
    background-color: #1a5e98;
    border-color: #1a5e98;
}

.checkbox-style-1 .form-check-label {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.1;
    color: #000000;
    margin-top: 3px;
    margin-left: 10px;
    height: 100%;
    cursor: pointer;
}

.checkbox-style-1 .form-check-label a {
    color: #e8323d;
    text-decoration: underline;
}

.checkbox-style-1 .form-check-label a:hover {
    color: #e8323d;
    text-decoration: none;
}


.checkbox-style-1 .form-check-input[type="radio"] {
    border-radius: 100px;
}

.checkbox-style-1 .form-check-input[type="radio"]:checked {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%231a5e98'/%3e%3c/svg%3e");
    background-color: #d2d2d2;
    border-color: #d2d2d2;
}

/* ---- checkbox-style-1 :end ---- */


/* ---- daterangepicker style :start ---- */
.daterange-box {
    position: relative;
}

.daterange-box::after {
    content: "\f073";
    font-family: "Font Awesome 6 Free";
    font-size: 16px;
    color: #282830;
    position: absolute;
    top: 12px;
    right: 12px;
    transition: 0.5s;
}

.daterange-box:has(input:focus-within)::after {
    color: #bf0012;
}

.daterange-box input {
    padding-right: 40px !important;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: #bf0012;
}

.daterangepicker .btn-primary {
    color: #fff;
    background-color: #bf0012;
    border-color: #bf0012;
}

.daterangepicker .btn-primary:hover {
    color: #fff;
    background-color: #005ead;
    border-color: #005ead;
}

/* ---- daterangepicker style :end ---- */

/* ---- select-style-1 :start ---- */
.select-style-1 .select2 .select2-selection {
    font-size: 12px;
    color: #000;
    height: auto;
    min-height: 50px;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    padding: 6px 15px 10px 10px;
    /* text-transform: uppercase;   */
}

.select-style-1 .mselect2check.categorySelect+.select2 .select2-selection .select2-selection__rendered:not(:has(.select2-selection__choice))::before {
    content: 'Category';
}

/* ---- select-style-1 :end ---- */

/* ---- Custom file upload :start ---- */
.cust-fileupload {
    width: 100%;
    height: auto;
    position: relative;
    font-size: 14px;
    font-weight: 400;
    color: #282830;
    background-color: transparent;
    border: 1px solid #c7c7c7;
    border-radius: 5px;
    overflow: hidden;
    padding: 6px 6px;
    transition: 0.5s;
    display: flex;
}

.cust-fileupload input[type="file"] {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    margin: 0;
    padding: 0;
    display: block;
    cursor: pointer;
    width: 100%;
}

.cust-fileupload::before {
    content: "Upload";
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #000000;
    background: #c7c7c7;
    border-radius: 4px;
    text-transform: uppercase;
    padding: 10px 15px;
    flex-shrink: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    z-index: 25;
    transition: .5s;
}

.cust-fileupload::after {
    content: attr(data-text);
    width: 100%;
    font-size: 14px;
    font-weight: 300;
    color: #000000;
    background: #ffffff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 6px 6px;
    display: block;
    z-index: 20;
}

.cust-fileupload:hover::before {
    color: #ffffff;
    background: #bf0012;
}

/* ---- Custom file upload :end ---- */

/* ---- Buttons wrap :start ---- */
.btns-wrap-1 {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

/* ---- Buttons wrap :end ---- */

.form-style-1 {
    width: 100%;
    height: auto;
}

.form-style-1 h5 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
}

.form-style-1 h6 {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.form-style-1 .form-label {
    font-size: 14px;
    font-weight: 600;
    color: #282830;
    margin-bottom: 7px;
}

.form-style-1 .form-control {
    font-size: 14px;
    font-weight: 400;
    color: #282830;
    background-color: #ffffff;
    border: 1px solid #c7c7c7;
    border-radius: 5px;
    overflow: hidden;
    padding: 13px 20px;
    transition: 0.5s;
}

.form-style-1 .form-control:focus {
    border-color: #bf0012;
    box-shadow: none;
}

.form-style-1 .form-control::placeholder {
    color: #afafaf;
}

.form-style-1 .nice-select {
    width: 100%;
    height: 49px;
    background-color: #ffffff;
    border: 1px solid #c7c7c7;
    border-radius: 5px;
    padding: 0 20px;
}

.form-style-1 .nice-select::after {
    top: 0;
    right: 20px;
    background-image: url('../images/select-arrow.png');
    background-repeat: no-repeat;
    background-position: center;
    width: 10px;
    height: 100%;
    border: 0;
    margin-top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.form-style-1 .nice-select.open::after {
    -webkit-transform: scaleY(-1) rotate(0deg);
    -ms-transform: scaleY(-1) rotate(0deg);
    transform: scaleY(-1) rotate(0deg);
}

.form-style-1 p {
    font-size: 14px;
    font-weight: 500;
    color: #282830;
}

.chkstyle1 {
    padding-left: 0;
}

.chkstyle1 input[type=checkbox]+label {
    font-size: 14px;
    font-weight: 500;
    color: #282830;
    display: block;
    margin: 5px 0px;
    cursor: pointer;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.chkstyle1 input[type=checkbox] {
    display: none;
}

.chkstyle1 input[type=checkbox]+label:before {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 12px;
    background-color: #ffffff;
    border: 1px solid #c7c7c7;
    border-radius: 5px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 18px;
    height: 18px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin-right: 5px;
    vertical-align: middle;
    color: transparent;
    transition: .2s;
}

.chkstyle1 input[type=checkbox]+label:active:before {
    transform: scale(0);
}

.chkstyle1 input[type=checkbox]:checked+label:before {
    /*background-color: #c7c7c7;
    border-color: #c7c7c7;*/
    color: #000;
}

.chkstyle1 input[type=checkbox]:disabled+label:before {
    transform: scale(1);
    border-color: #aaa;
}

.chkstyle1 input[type=checkbox]:checked:disabled+label:before {
    transform: scale(1);
    background-color: #cc0000;
    border-color: #cc0000;
}

/* ---- form-style-1 :end ---- */


.group-home-footer .ftop .ftblock h4 {
    color: #005ead;
    font-weight: 700;
}

.group-home-footer .ftop .ftlist-2 li a {
    font-size: 14px;
}

/*Group Header style start*/
.group-home-header .nav-brand {
    padding: 23px 0 !important;
    margin-top: auto;
    margin-bottom: auto;
}

.header-right-top {
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: flex-end;
    padding: 20px 0 8px;
}

.header-right-top ul {
    margin: 0;
    padding: 0;
}

.header-right-top ul li {
    list-style: none;
    text-decoration: none;
}

.g-text-row {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    font-size: 16px;
}

.rating-star {
    color: #ffc107;
}

.g-text-row p {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
}

.hdr-social {
    display: flex;
    gap: 12px;
}

.hdr-social a {
    width: 25px;
    height: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 0;
    background-color: #000;
    color: #fff;
    font-size: 13px !important;
    line-height: 1;
}

.hdr-social .fb a {
    background-color: #5890ff;
    border: 1px solid #5890ff !important;
}

.hdr-social .tw a {
    background-color: #000000;
    border: 1px solid #000000 !important;
}

.hdr-social .gplus a {
    background-color: #ff3030;
    border: 1px solid #ff3030 !important;
}

.hdr-social .inst a {
    background-color: #bc2a8d;
    border: 1px solid #bc2a8d !important;
}

.hdr-social .linkedin a {
    background-color: #0a66c2;
    border: 1px solid #0a66c2 !important;
}

.hdr-social .fb a:hover {
    background-color: transparent;
    color: #5890ff;
}

.hdr-social .tw a:hover {
    background-color: transparent;
    color: #000;
}

.hdr-social .gplus a:hover {
    background-color: transparent;
    color: #ff3030;
}

.hdr-social .inst a:hover {
    background-color: transparent;
    color: #bc2a8d;
}

.hdr-social .linkedin a:hover {
    background-color: transparent;
    color: #0a66c2;
}

.hdr-contact {
    display: flex;
    gap: 3px;
}

.hdr-contact a {
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    padding: 0;
    background-color: #000;
    color: #fff;
    font-size: 13px !important;
    line-height: 1;
}

.hdr-contact .email a {
    background-color: #bf0012;
    border: 1px solid #bf0012;
}

.hdr-contact .call a {
    background-color: #005ead;
    border: 1px solid #005ead;
}

.hdr-contact .email a:hover {
    background-color: transparent;
    color: #bf0012;
}

.hdr-contact .call a:hover {
    background-color: transparent;
    color: #005ead;
}

.breakpoint-off .header-top {
    display: none;
}

.header-top {
    padding: 7px 0;
    border-bottom: 1px solid #e9e9e9;
    margin: 0 12px;
}

.header-top .g-text-row {
    justify-content: center;
}


/* =============================================================================== */
.group-home-header .header-right-top .sub-menu {
    font-family: "Open Sans", serif;
    display: flex;
    flex-direction: row;
    list-style: none;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    position: relative;
    align-items: center;
}

.group-home-header .header-right-top .sub-menu li {
    position: relative;
}

.group-home-header .header-right-top .sub-menu li:last-child {
    padding-right: 0;
}

.group-home-header .header-right-top .sub-menu li:last-child::after {
    display: none;
}

.group-home-header .header-right-top .sub-menu li a {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #000;
    position: relative;
    padding: 10px 0px;
}

.group-home-header .header-right-top .sub-menu li a em {
    font-style: normal;
    background: #eb001e;
    color: #fff;
    display: table;
    font-size: 12px;
    padding: 2px 6px;
    border-radius: 9px;
    margin: 0;
}

.group-home-header .header-right-top .sub-menu li a::after {
    width: 0;
    height: 4px;
    background: #eb001e;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    transition: 0.3s;
}

.group-home-header .header-right-top .sub-menu li.active a::after,
.group-home-header .header-right-top .sub-menu li a:hover::after {
    width: 100%;
}

.group-home-header .header-right-top .sub-menu li:first-child a::after {
    display: none;
}

/*Group Header style end*/
/* footer section :start */
footer {
    width: 100%;
    height: auto;
    background-color: #ffffff;
}

footer .ftop .ftop-inner {
    padding: 100px 0px;
}

footer .ftop .ftblock h3 {
    font-size: 30px;
    font-weight: 800;
    line-height: 1;
    color: #000000;
    margin-bottom: 20px;
}

footer .ftop .ftblock h4 {
    font-size: 18px;
    font-weight: 800;
    line-height: 1;
    color: #000000;
    margin-bottom: 20px;
}

footer .ftop .ftblock p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    color: #000000;
    margin-bottom: 10px;
}


footer .ftop .ftlist-1 {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

footer .ftop .ftlist-1 li {
    width: 100%;
    height: auto;
}

footer .ftop .ftlist-1 li label {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 5px;
    display: block;
}

footer .ftop .ftlist-1 li p {
    font-size: 16px;
    font-weight: 500;
    color: #bf0012;
    margin-bottom: 0px;
}

footer .ftop .ftlist-1 li p i {
    font-size: 14px;
    margin-right: 3px;
}

footer .ftop .ftlist-1 li p a {
    color: inherit;
}

footer .ftop .ftlist-1 li p a:hover {
    color: #215ea9;
}


footer .ftop .ftlist-2 {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

footer .ftop .ftlist-2 li {
    width: 100%;
    height: auto;
}

footer .ftop .ftlist-2 li label {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 0px;
    display: block;
}

footer .ftop .ftlist-2 li a {
    font-size: 16px;
    font-weight: 400;
    color: inherit;
}

footer .ftop .ftlist-2 li a:hover {
    color: #bf0012;
}


footer .ftop .ftlist-timing {
    width: 100%;
    height: auto;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 0px;
}

footer .ftop .ftlist-timing tr td,
footer .ftop .ftlist-timing tr th {
    padding: 3px 0px;
}

footer .ftop .ftlist-timing tr.c1 {
    color: #a4a4a4;
}


footer .fbottom {
    width: 100%;
    height: auto;
}

footer .fbottom .fbtm-inner {
    border-top: 1px solid #e4e3e4;
    padding: 15px 0px;
    display: flex;
    justify-content: space-between;
    gap: 10px 15px;
}

footer .fbottom .fbtm-inner ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    color: #000000;
}

/* footer .fbottom .fbtm-inner ul li {
    display: flex;
    align-items: center;
} */
footer .fbottom .fbtm-inner ul li:not(:last-child)::after {
    content: '|';
    padding: 0px 20px;
}

footer .fbottom .fbtm-inner ul li a {
    color: inherit;
}

footer .fbottom .fbtm-inner ul li a:hover {
    color: #bf0012;
}

footer .fbottom .fbtm-inner ul li a strong {
    color: #d90000;
    transition: 0.5s;
}

footer .fbottom .fbtm-inner ul li a:hover strong {
    color: #000000;
}

footer .fnote {
    width: 100%;
    height: auto;
}

footer .fnote .fnt-block {
    border-top: 1px solid #e4e3e4;
    padding: 15px 0px;
}

footer .fnote .fnt-block p {
    font-size: 12px;
    color: #000000;
    margin-bottom: 7px;
}

footer .fnote .fnt-block .fnt-link {
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    color: #d90000;
    text-decoration: underline;
    transition: 0.5s;
}

footer .fnote .fnt-block:has(.collapse.show) .fnt-more {
    display: none;
}

/* footer section :end */

.rewards-fileds-row {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.ibslide-block img{
    width: 100%;
    height: auto;
    display: block;
}
.inner {
    padding: 80px 0;
}
.banner img{
    width: 100%;
    height: auto;
    display: block;
}
.classy-nav-container .classynav .dropdown a::before{
    display: none;
}
.top-sec h4{
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 20px;
}
.link-2{
    color: #bf0012;
    display: inline-block;
}
.link-2:hover{
    text-decoration: underline;
    color: #000;
}