
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');


body {
    font-family: 'Poppins', sans-serif;
}

h2 {
    color: #303030;
    font-size: 40px;
    font-weight: 600;
}

h3 {
    color: #303030;
    font-size: 30px;
    font-weight: 600;
}

h4 {
    color: #303030;
    font-size: 25px;
    font-weight: 600;
}

p {
    color: #424242;
}

li {
    color: #424242;
}

a:hover {
    text-decoration: none;
}

.tooltip-inner {
    max-width: 400px !important;
    min-width: 200px;
    width: 100%;
}

.titleWbg {
    background-color: #303030;
    color: #fff;
    margin: 0;
    padding: 0 5px;
    font-size: 30px;
    line-height: 65px;
}

.btn-primary {
    background-color: #ed1c24 !important;
    border-color: #ed1c24;
}

.btn-secondary {
    background: #152e60 !important;
    border-color: #152460 !important;
}

/* five Row Colum */

.row5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media(max-width:991px) {
    .col5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

@media(max-width:767px) {
    .col5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.btn-outline-primary:hover {
    background-color: #ed1c24;
    color: #fff !important;
}

/* Header */

.fixedTop {
    position: sticky;
    top: 0;
    box-shadow: 1px 0px 4px #ccc;
}

#header {
    background-color: #fff;
    z-index: 999;
}

    #header a {
        color: #000;
        font-weight: 500;
    }

    #header .headerTopMenu i {
        color: #ed1c24;
        font-size: 25px;
    }

    #header .headerTopMenu a span {
        font-size: 12px;
        font-weight: 500;
        line-height: 25px;
        display: inline-block;
        vertical-align: text-bottom;
    }

    #header .headerTopMenu .btn-primary {
        background-color: #ed1c24;
        color: #fff;
        border-color: #ed1c24;
    }

.mobileIcon a, .mobileIcon i {
    color: #ed1c24;
}

.mobileIcon a, .mobileIcon i {
    color: #ed1c24;
}

.mobileIcon a {
    border: 1px solid #ed1c24;
}

.mobileIcon button {
    color: #ed1c24;
    border: 1px solid #ed1c24;
    line-height: 1.4;
}

.logoWrap {
    font-size: 30px;
}

    .logoWrap img {
        max-width: 300px;
    }

@media(max-width:991px) {
    .logoWrap {
        font-size: 30px;
    }
}

@media(max-width:767px) {
    .logoWrap {
        font-size: 25px;
    }
}

/* Mobile Menu */

.menu-overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: #ed1c24;
    overflow-x: hidden;
    transition: 0.5s;
}

    .menu-overlay #menu-main-menu {
        padding: 0px;
    }

.navOpen, .navClose {
    color: #fff;
}

.menu-overlay-cBtn {
    text-align: right;
    margin-right: 20px;
}

.menu-overlay .menu-main-menu-container {
    margin-top: 30px;
    padding: 0 30px 20px 20px;
    position: relative;
    width: 100%;
}

.menu-overlay li {
    display: block;
    margin: 10px 0;
}

    .menu-overlay li a {
        color: #fff;
        padding: 8px;
        font-size: 18px;
    }

/* Hero */

.homeHero {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 90vh;
    padding: 20px 0;
    position: relative;
}

    .homeHero h1 {
        color: #fff;
        font-size: 60px;
        line-height: 60px;
        text-shadow: 3px 3px 8px #000;
    }

    .homeHero p {
        margin-top: -10px;
        color: #fff;
        font-size: 30px;
        text-shadow: 3px 3px 8px #000;
    }


    .homeHero .btn-primary {
        background-color: #ed1c24;
    }

    .homeHero::before {
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        display: block;
        background: conic-gradient( rgba(0,0,0,.3) 4%, transparent 0 48%,transparent 0 54%, rgba(0,0,0,.3) 0 );
        min-height: 90vh;
        width: 100%;
    }

@media(max-width:767px) {
    .homeHero::before {
        background: rgba(0,0,0,.3);
    }
}

/* youtube */

.youTube {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
}

    .youTube iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

/* youtube */

.googleMap {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
}

    .googleMap iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

/* Our Price */

.ourPriceBox .ourPriceBoxCon {
    padding-left: 50px;
    padding-right: 50px;
    margin: 20px;
    display: block;
    overflow: hidden;
    padding-bottom: 10px;
    border-radius: 10px;
    box-shadow: 2px 2px 2px #ccc;
    cursor: pointer;
    background: url(../images/our-price-icon-bg.webp) no-repeat right center #dbdbdb;
}

.ourPriceBox .ourPriceBoxImg {
    background-color: #dbdbdb;
    border: 5px solid #303030;
    border-radius: 300px;
    padding: 20px;
    margin-right: -65px;
    z-index: 2;
}

    /*.ourPriceBox .ourPriceBoxImg img {
    max-width: 150px;
}*/
    .ourPriceBox .ourPriceBoxImg img {
        max-width: 179px;
    }

.ourPriceBox:hover .ourPriceBoxCon, .ourPriceBoxConActive {
    background-color: #ed1c24 !important;
    transition: all .5s;
}

.ourPriceBox:hover h3, .ourPriceBoxActive h3 {
    color: #fff;
}

.ourPriceBox h3 {
    font-size: 40px;
    line-height: 30px;
    padding: 10px;
}

.ourPriceBox p {
    font-size: 20px;
    line-height: 25px;
    padding: 0;
    margin: 0;
}

    .ourPriceBox p span {
        text-decoration: line-through;
    }

    .ourPriceBox p strong {
        font-weight: bold;
        display: block;
        text-align: right;
    }


.ourPriceBox:hover p, .ourPriceBoxActive p {
    color: #fff;
    transition: all .5s;
}


/* Easy Step */

.easyStepsBox .easyStepsBoxWrap {
    display: block;
    background: #f4f4f4;
    overflow: hidden;
    padding-bottom: 10px;
    border-radius: 30px;
    box-shadow: 2px 2px 5px #d1d1d1;
}

.easyStepsBox:hover .easyStepsBoxWrap, .easyStepsBoxActive {
    background: #ed1c24 !important;
    transition: all .5s;
}

    .easyStepsBox:hover h3, .easyStepsBoxActive h3 {
        color: #fff;
    }

.easyStepsBox h3 {
    font-size: 20px;
    padding: 10px;
}

.easyStepsBox p {
    font-size: 15px;
    padding: 0 8px;
}

.easyStepsBox:hover p, .easyStepsBoxActive p {
    color: #fff;
    transition: all .5s;
}

/* accordion  */
.accordion .card-header:after {
    font-family: 'FontAwesome';
    content: "\f068";
    float: right;
    color: #303030;
}

.accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067";
    color: #303030;
}

.accordion .card {
    border: none !important;
    border-radius: 0 !important;
}

    .accordion .card .card-header {
        border: 1px solid #f4f4f4 !important;
        background: #f4f4f4;
        cursor: pointer;
        color: #303030;
    }


/* twoLocationBoxs */

.twoLocationBoxs .twoLocationBoxWrap {
    width: 100%;
    border: 2px solid #ccc;
    border-radius: 10px;
    padding-top: 15px;
    overflow: hidden;
    cursor: pointer;
    transition: all .5s;
    background: rgb(204 204 204 / 20%);
}

.twoLocationBox:hover .twoLocationBoxWrap, .twoLocationBoxActive {
    border-color: #ed1c24 !important;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.twoLocationBoxs .twoLocationBoxImg {
    width: 100%;
}

    .twoLocationBoxs .twoLocationBoxImg img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        border: 4px solid transparent;
        border-radius: 130px;
        overflow: hidden;
        max-width: 100px;
    }

.twoLocationBox:hover .twoLocationBoxImg img, .twoLocationBoxActive .twoLocationBoxImg img {
    border-color: #ed1c24;
    box-shadow: 4px 4px 5px #ccc;
}

.twoLocationBoxs .twoLocationBoxContent {
    width: 100%;
}

.twoLocationBox .twoLocationBoxContent p {
    font-size: 12px;
    padding: 20px;
}

.twoLocationBox .twoLocationBoxContent h2 {
    padding: 15px 0;
    margin: 0;
    font-size: 25px;
}

.twoLocationBox:hover .twoLocationBoxContent h2, .twoLocationBoxActive .twoLocationBoxContent h2 {
    background: #ed1c24;
    color: #fff;
}

/* Footer */

#footerWrap {
    background-color: #121416;
}

    #footerWrap a, #footerWrap p, #footerWrap h4 {
        color: #fff;
    }

    #footerWrap p {
        font-size: 12px;
    }

    #footerWrap a {
        padding-left: 0;
        padding-right: 0;
    }

.footer-social-info i {
    font-size: 30px;
}


/* Login */
.loginWrapper {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.loginFormWrap {
    background: rgba(255,255,255,0.8) !important;
    color: #152e60;
}

    .loginFormWrap input[type="text"], .loginFormWrap input[type="email"], .loginFormWrap input[type="password"], .loginFormWrap input[type="tel"] {
        background-color: #fff !important;
        color: #000 !important;
        padding: 10px;
    }

    .loginFormWrap a {
        color: #000;
    }

/*css loader*/
.loaderBox {
    position: fixed;
    z-index: 9999;
    background: rgb(21 46 96 / 50%);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    cursor: wait;
}

.loaderContent {
    background: #fff;
    padding: 20px;
    margin: 15px;
    border-radius: 5px;
    max-width: 500px;
    box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
    border: 1px solid #ddd;
}

    .loaderContent img {
        width: 100px;
    }

.loaderText, .loaderText p {
    text-align: center;
    color: #152e60;
    font-size: 15px;
    margin: 0px;
}


/* order */

/*.orderBoxHeader {
    color: #fff;
    background: #ed1c24;
}*/
.orderBoxHeader {
    color: #fff;
    background: #152460;
}

.orderBoxs a, .orderBoxs button {
    white-space: normal !important;
}


.modelNew .modal-header {
    background: #ed1c24;
}

    .modelNew .modal-header .modal-title {
        color: #fff;
    }

    .modelNew .modal-header button {
        color: #fff;
    }


/* Validators */
.field-validation-error, .validation-summary-errors {
    color: #ff0000 !important;
}

    .field-validation-error span {
        display: none !important;
    }

.input-validation-error:not(.fieldTextValue) {
    border: 1px dashed red;
}


/* Check Out accepted */

.acceptedBox {
    background-color: #f4f4f4;
    border-radius: 10px;
}

@media (hover: hover) {
    .acceptedBox:hover, .acceptedBoxActive {
        background-color: #152e60;
    }

        .acceptedBox:hover p, .acceptedBoxActive p {
            color: #fff;
        }
}

.acceptedBoxActive {
    background-color: #152e60;
}

    .acceptedBoxActive p {
        color: #fff;
    }

.acceptedBox p::first-letter {
    font-size: 200%;
}


/* Accepted Checkbox*/
.acceptedCheckBox {
    background-color: #f4f4f4;
}

@media (hover: hover) {
    .acceptedCheckBox p a, .acceptedCheckBox p a:hover {
        color: #152e60;
    }
}

.acceptedCheckBox p a {
    color: #152e60;
}

.acceptedCheckBoxs input {
    transform: scale(2);
    -webkit-transform: scale(2);
    margin-right: 8px;
}

.acceptedCheckBoxs label {
    font-size: 25px;
    line-height: 25px;
    margin-left: 8px;
}

.acceptedCheckBoxs i {
    font-size: 25px;
    color: #152e60;
}

.acceptedCheckBoxs a i, .acceptedCheckBoxs button i {
    color: #fff;
    vertical-align: bottom;
}


/*Smart wizard Css*/
.sw-theme-dots > .nav .stepIconOne::after {
    background-image: url(../images/r-form-icon-01.webp) !important;
}

.sw-theme-dots > .nav .stepIconOne.active::after, .sw-theme-dots > .nav .stepIconOne.done::after {
    background-image: url(../images/r-form-icon-01-w.webp) !important;
}

.sw-theme-dots > .nav .stepIconTwo::after {
    background-image: url(../images/r-form-icon-02.webp) !important;
}

.sw-theme-dots > .nav .stepIconTwo.active::after, .sw-theme-dots > .nav .stepIconTwo.done::after {
    background-image: url(../images/r-form-icon-02-w.webp) !important;
}

.sw-theme-dots > .nav .stepIconThree::after {
    background-image: url(../images/r-form-icon-03.webp) !important;
}

.sw-theme-dots > .nav .stepIconThree.active::after, .sw-theme-dots > .nav .stepIconThree.done::after {
    background-image: url(../images/r-form-icon-03-w.webp) !important;
}

.sw-theme-dots > .nav .nav-link::after {
    background-repeat: no-repeat;
    background-color: #fff !important;
    background-position: center;
    height: 70px;
    width: 70px;
    background-size: 50px;
    top: auto;
    bottom: 65%;
    border: 1px solid #152e60;
}

.sw-theme-dots > .nav .nav-link.active::after, .sw-theme-dots > .nav .nav-link.done::after {
    background-repeat: no-repeat;
    background-color: #152e60 !important;
    background-position: center;
    height: 70px;
    width: 70px;
    background-size: 50px;
    top: auto;
    bottom: 65%;
    border: 1px solid #152e60;
}

.sw-theme-dots > .nav .nav-link span {
    display: block;
    margin-top: 15px;
    color: #424242 !important;
}

.sw-theme-dots > .nav .nav-link.active span, .sw-theme-dots > .nav .nav-link.done span {
    color: #152e60 !important;
    font-weight: 500;
}


/* Sweet Alert */

.swal2-actions {
    margin-top: 0 !important;
}

.swal2-confirm.swal2-styled {
    background: #121416 !important;
}

.swal2-title {
    color: #121416 !important;
}

.swal2-html-container {
    font-size: 14px !important;
}

/* register */

.registerHeader h1 small {
    font-size: 20px;
    font-weight: 400;
}

.registerFormStepBg {
    background-color: #f4f4f4;
    border-radius: 10px;
}


.registerFormWrap input[type='checkbox'] {
    transform: scale(2);
    -webkit-transform: scale(2);
    margin-right: 8px;
}

    .registerFormWrap input[type='checkbox'] + label {
        margin-left: 8px;
    }

.registerFormWrap .toolbar-bottom .btn {
    background-color: #152e60 !important;
    border-color: #152e60 !important;
}

    .registerFormWrap .toolbar-bottom .btn.disabled {
        background-color: #152e60 !important;
    }

/* page */

.page-banner {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 40vh;
}

    .page-banner h1 {
        color: #fff;
    }

.pageContent h1, .pageContent h2 {
    color: #fff;
    font-size: 40px;
    line-height: 40px;
    line-height: 65px;
}

    .pageContent h1 span, .pageContent h2 span {
        background-color: #152e60;
        padding: 0 60px 0 40px;
        margin-left: -40px;
        position: relative;
    }

        .pageContent h1 span:after, .pageContent h2 span:after {
            content: '';
            position: absolute;
            right: 0;
            bottom: 0;
            width: 0;
            height: 0;
            border-left: 60px solid transparent;
            border-right: 0px solid transparent;
            border-top: 60px solid #fff;
        }

.pageContent strong, .pageContent b, .pageContent a {
    color: #152e60;
}
