/*@import url("font-awesome.min.css");*/
@import url("../fonts/awesome/awesome.css");
@import url("../fonts/simple-line-icons/css/simple-line-icons.css");
@import url("../fonts/meteocons/style.css");
@import url("../fonts/material-design-iconic-font/css/material-design-iconic-font.min.css");
/* @import url("vendors/sliders.css"); */

body {
    font-weight: 400;
    font-size: 0.9rem;
    font-family: "Montserrat", sans-serif;
    line-height: 1.6;
    color: rgba(0, 0, 0, 9);
    background-color: #fff;
}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.bullet-points ul {
    list-style: inside !important;
    list-style: inside !important;
    max-height: 150px;
    min-height: 30px;
    margin: 10px;
    overflow: auto;
}
p {
    color: rgb(0 0 0);
    text-align: justify;
}
a,
a:hover {
    text-decoration: none;
}
a:focus,
button:focus {
    outline: none !important;
}

/* IMAGE RESPONSIVE */
.img-responsive {
    width: 100%;
}

/* Animations */
.appear-animation {
    opacity: 0;
}
.appear-animation-visible {
    opacity: 1;
}

/* OVERFLOW */
.overflow-visible {
    overflow: visible;
}
.overflow-hidden {
    overflow: hidden;
}
.overflow-x-scroll {
    overflow-x: scroll;
}
.overflow-y-scroll {
    overflow-y: scroll;
}
.overflow-scroll-auto {
    overflow: auto;
}

/* OVERRIGHT */
.media {
    position: relative;
}
.breadcrumb-item + .breadcrumb-item::before {
    color: inherit;
    font-size: 9px;
}
.nav-fill a.nav-link {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

code {
    background: rgba(232, 62, 140, 0.03);
    padding: 2px 7px;
    border-radius: 4px;
    border: rgba(232, 62, 140, 0.06) solid 1px;
    display: inline-block;
}

.btn-link.focus,
.btn-link:focus,
.btn-link.hover,
.btn-link:hover {
    text-decoration: none;
}

/* ACCORDION */
.accordion button.btn .show,
.accordion button.btn.active .hide {
    display: none;
    opacity: 0;
    transition: 0.6s;
}
.accordion button.btn.active .show {
    display: inline-block;
    opacity: 1;
    transition: 0.6s;
}
.accordion button {
    white-space: normal !important;
}

/* PROGRESS */
.progress {
    overflow: visible;
}
.progress-bar {
    position: relative;
}
.progress-bar-tooltip {
    padding: 4px 8px;
    background-color: #333;
    color: #fff;
    line-height: 15px;
    font-size: 11px;
    display: block;
    position: absolute;
    top: -28px;
    right: 5px;
    border-radius: 3px;
    opacity: 0;
}
.progress-bar-tooltip:after {
    border-color: #333 transparent;
    border-style: solid;
    border-width: 5px 5px 0;
    bottom: -5px;
    content: "";
    display: block;
    left: 13px;
    position: absolute;
    width: 0;
}

/* TRANSITION */
div[class*="m-"],
div[class*="mt-"],
div[class*="mb-"] {
    transition-duration: 0.5s;
}

/* DASHBOARD MENU */
.elk-main-content {
    padding: 0 !important;
}

/* ROTATE */
.rotate {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* SCROLL TO TOP */
html .scroll-to-top {
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
    background: #404040;
    bottom: 0;
    color: #fff;
    display: block;
    height: 9px;
    opacity: 0;
    padding: 13px 10px 35px;
    position: fixed;
    right: 10px;
    text-align: center;
    text-decoration: none;
    min-width: 49px;
    z-index: 1040;
}

html .scroll-to-top:hover {
    opacity: 1;
}

html .scroll-to-top.visible {
    opacity: 0.75;
}

html .scroll-to-top span {
    display: inline-block;
    padding: 0 5px;
}

html.lightbox-opened .scroll-to-top {
    right: 27px;
}

html.ie11 .scroll-to-top {
    right: 25px;
}

/* Responsive */
@media (max-width: 991px) {
    html .scroll-to-top.hidden-mobile {
        display: none !important;
    }
}

/* TEAM */
.team-1 {
    background-image: url("../../assets/images/team/team-1-1.jpg");
}
.team-2 {
    background-image: url("../../assets/images/team/team-1-2.jpg");
}
.team-3 {
    background-image: url("../../assets/images/team/team-1-3.jpg");
}
.team-4 {
    background-image: url("../../assets/images/team/team-1-4.jpg");
}
.team-5 {
    background-image: url("../../assets/images/team/team-1-5.jpg");
}
.team-6 {
    background-image: url("../../assets/images/team/team-1-6.jpg");
}

/* BACKGROUND */
.bg-1,
.header-bg-image.bg-1 .nav-menu-wrapper {
    background-image: url("../../assets/images/bg/bg-1.jpg");
}
.bg-2,
.header-bg-image.bg-2 .nav-menu-wrapper {
    background-image: url("../../assets/images/bg/bg-2.jpg");
}

/* OVERLAY */
.overlay-1 {
    background-image: url("../../assets/images/overlay/overlay-1.png");
}
.overlay-2 {
    background-image: url("../../assets/images/overlay/overlay-2.png");
}
.overlay-3 {
    background-image: url("../../assets/images/overlay/overlay-3.png");
}

/* TABLE */
.table.v-align-top th,
.table.v-align-top td {
    vertical-align: top !important;
}
.table.v-align-middle th,
.table.v-align-middle td {
    vertical-align: middle !important;
}
.table.v-align-bottom th,
.table.v-align-bottom td {
    vertical-align: bottom !important;
}

.quote-hr select.form-control:not([size]):not([multiple]) {
    height: 34px;
}
.quote-setting {
    position: relative;
    margin-top: -150px;
    z-index: 40;
}
.map-bg {
    background: url(../../assets/images/map/map-bg-1.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

/* DEMO CSS */
.demo-grid {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    margin-bottom: 14px;
    padding-bottom: 14px;
    padding-top: 14px;
}
.responsive-utilities td.is-visible {
    background-color: #dff0d8 !important;
    color: #468847;
}
.hidden-on .col-xs-6 .hidden-lg,
.hidden-on .col-xs-6 .hidden-md,
.hidden-on .col-xs-6 .hidden-sm,
.hidden-on .col-xs-6 .hidden-xs,
.visible-on .col-xs-6 .hidden-lg,
.visible-on .col-xs-6 .hidden-md,
.visible-on .col-xs-6 .hidden-sm,
.visible-on .col-xs-6 .hidden-xs {
    border: 1px solid #ddd;
    color: #2d3136;
}
.responsive-utilities-test span {
    border-radius: 4px;
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.1;
    padding: 15px 10px;
    text-align: center;
}
.hidden-on .col-xs-6 .visible-lg-block,
.hidden-on .col-xs-6 .visible-md-block,
.hidden-on .col-xs-6 .visible-sm-block,
.hidden-on .col-xs-6 .visible-xs-block,
.visible-on .col-xs-6 .visible-lg-block,
.visible-on .col-xs-6 .visible-md-block,
.visible-on .col-xs-6 .visible-sm-block,
.visible-on .col-xs-6 .visible-xs-block {
    background-color: #dff0d8;
    border: 1px solid #d6e9c6;
    color: #468847;
}
.responsive-utilities-test .col-xs-6 {
    margin-bottom: 10px;
}
.btn-demo-margin-bottom {
    margin-bottom: 30px;
}

/****************************************************************/

.modal-xl {
    padding: 0 !important;
}
.modal-xl .modal_xl {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 45px !important;
}
.site_model_tabs .card-header {
    background: #fafafa;
    border: none;
    border-radius: 5px;
}
.site_model_tabs .card-body {
    padding-left: 0;
    padding-right: 0;
}
.site_model_tabs .card-body h1,
.site_model_tabs .card-body h2,
.site_model_tabs .card-body h3,
.site_model_tabs .card-body h4,
.site_model_tabs .card-body h5,
.site_model_tabs .card-body h6,
.site_model_tabs .card-body p,
.site_model_tabs .card-body {
    color: #111;
}
.site_model_tabs .card-body h1 {
    font-size: 24px;
}
.site_model_tabs .card-body h2 {
    font-size: 20px;
}
.site_model_tabs .card-body h3 {
    font-size: 17px;
}
.site_model_tabs .card-body hr {
    margin-top: 1.4rem;
    margin-bottom: 1.4rem;
    border-top: 1px solid rgba(0, 0, 0, 0.03);
}
.site_model_close_btn {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: -24px;
    margin-right: -24px;
    background: red !important;
    opacity: 1;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    z-index: 99;
}

.vdp-datepicker {
    padding: 0;
    margin: 0;
}
.vdp-datepicker input {
    border-color: rgba(0, 0, 0, 0.1) !important;
    font-size: 12px !important;
    border-radius: 100rem !important;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    width: 100%;
    border-width: 1px;
}
.vdp-datepicker input:focus {
    border-color: #ff80d0;
    box-shadow: 0 0 0 0.2rem rgba(255, 0, 189, 0.25);
}

.form-control:focus {
    border: none !important;
    box-shadow: 0 0 0 0.2rem rgba(255, 0, 189, 0.25);
}

.quote-setting .multiselect {
    min-height: 32px;
}
.quote-setting .multiselect__tags {
    min-height: 32px;
    padding: 6px 37px 0 9px;
    border-radius: 60px;
    border: 1px solid #e8e8e8;
    font-size: 11px;
}
.quote-setting .multiselect__input,
.quote-setting .multiselect__single {
    font-size: 13px;
}
.quote-setting .multiselect__select {
    height: 32px;
}
select.form-control:not([size]):not([multiple]) {
    height: auto !important;
}

.vdp-datepicker__calendar {
    width: 250px !important;
}
.vdp-datepicker__calendar header {
    line-height: 26px !important;
}
.vdp-datepicker__calendar header span {
    font-size: 11px !important;
}
.vdp-datepicker__calendar .cell {
    font-size: 10px !important;
    height: 34px !important;
    line-height: 34px !important;
}

/* RATING */
.rateit .stars {
    background: url(../../assets/images/stars.png) repeat-x 0 0;
    width: 150px;
}

.rateit .stars input[type="radio"] {
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
}
.rateit .stars input[type="radio"].star-5:checked ~ span {
    width: 100%;
}
.rateit .stars input[type="radio"].star-4:checked ~ span {
    width: 80%;
}
.rateit .stars input[type="radio"].star-3:checked ~ span {
    width: 60%;
}
.rateit .stars input[type="radio"].star-2:checked ~ span {
    width: 40%;
}
.rateit .stars input[type="radio"].star-1:checked ~ span {
    width: 20%;
}
.rateit .stars label {
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 !important;
    padding: 0 !important;
    text-indent: -999em;
    float: left;
    position: relative;
    z-index: 10;
    background: transparent !important;
    cursor: pointer;
}
.rateit .stars label:hover ~ span {
    background-position: 0 -30px;
}
.rateit .stars label.star-5:hover ~ span {
    width: 100% !important;
}
.rateit .stars label.star-4:hover ~ span {
    width: 80% !important;
}
.rateit .stars label.star-3:hover ~ span {
    width: 60% !important;
}
.rateit .stars label.star-2:hover ~ span {
    width: 40% !important;
}
.rateit .stars label.star-1:hover ~ span {
    width: 20% !important;
}
.rateit .stars span {
    display: block;
    width: 0;
    position: relative;
    top: 0;
    left: 0;
    height: 30px;
    background: url("../../assets/images/stars.png") repeat-x 0 -60px;
    -webkit-transition: -webkit-width 0.5s;
    -moz-transition: -moz-width 0.5s;
    -ms-transition: -ms-width 0.5s;
    -o-transition: -o-width 0.5s;
    transition: width 0.5s;
}
/* /RATING */

.tab-padding-0 .card-body {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.c-loading {
    display: -ms-flexbox !important;
    display: flex !important;

    -ms-flex-pack: center !important;
    justify-content: center !important;

    -ms-flex-align: center !important;
    align-items: center !important;

    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;

    background: rgba(255, 255, 255, 0.9);
}

.editor-list .nav-pills,
.editor-list .nav-pills li {
    list-style: none;
}

.editor-list ul {
    padding-left: 35px;
}
.editor-list ul li {
    list-style: circle;
}

/* COLORS */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    background: rgba(45, 45, 45, 1) !important;
    color: #fff !important;
}
.nav-pills a.nav-link {
    color: rgba(45, 45, 45, 1) !important;
}

.sm-countdown .vuejs-countdown {
    -ms-flex-pack: center !important;
    justify-content: center !important;

    display: -ms-flexbox !important;
    display: flex !important;
}
.sm-countdown .vuejs-countdown .digit {
    font-size: 12px;
}
.sm-countdown .vuejs-countdown .text {
    text-transform: capitalize;
    font-size: 9px;
}
.sm-countdown .vuejs-countdown li {
    margin: 0 5px;
}
.sm-countdown .vuejs-countdown li:after {
    top: -2px;
    right: -6px;
    font-size: 13px;
}
.how_it_icone_img > img {
    float: left;
}
.how_it_icone_text {
    text-align: center;
}
.how_it_icone_text > h5 {
    font-size: 24px;
    margin: 0;
    text-transform: uppercase;
    color: #000000;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
}
.how_it_icone_text > h4 {
    font-size: 35px;
    margin: 0;
    text-transform: uppercase;
    color: #fa0000;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    line-height: 32px;
}
.how_it_icone_text > span {
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    color: #000000;
    font-weight: 600;
}

#subscribes_form {
    background-color: #fa0000;
}

.subscribes_text {
    color: white;
    font-family: "Montserrat", sans-serif;
    font-size: 46px;
    font-weight: 400 !important;
    margin: 0;
    padding-left: 67px;
    padding-top: 43px;
    text-transform: uppercase;
}

.sub_form {
    padding: 55px 0;
}

.subscribes_text {
    color: white;
    font-family: "Montserrat", sans-serif;
    font-size: 40px;
    font-weight: 400 !important;
    margin: 0;
    padding-left: 67px;
    padding-top: 43px;
    text-transform: uppercase;
}
.sub_form .sub_btn {
    background-color: black;
    border: medium none;
    border-radius: 5px;
    height: 45px;
    margin-left: 10px;
    width: 100%;
    color: #ffffff;
    font-size: 16px;
}

.sub_form .sub_btn a {
    color: white;
    font-family: "Open Sans", sans-serif;
    font-size: 23px;
    font-weight: 400;
}
.sub_form .sub_btn:hover {
    background-color: #900f10;
}

.Subjected > span {
    color: #ffffff;
    float: right;
    font-size: 16px;
}

.h-inherit {
    height: 80vh;
}
.card {
    align-items: stretch !important;
}
.image-box {
    width: 100px;
    height: 100px;
    display: block;
    margin: auto;
}

.image-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.container .card {
    border: none;
    background-color: transparent;
}

.container .card .icon {
    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background: #fa0000;
}

.container .card .icon img {
    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

    font-size: 80px;

    color: #fff;
}

.container .card .slide {
    height: 300px;

    transition: 0.5s;
}

.container .card .slide.slide1 {
    position: relative;

    display: flex;

    justify-content: center;

    align-items: center;

    z-index: 1;

    transition: 0.7s;

    transform: translateY(100px);
}

.container .card:hover .slide.slide1 {
    transform: translateY(0px);
}

.container .card .slide.slide2 {
    position: relative;

    display: flex;

    justify-content: center;

    align-items: stretch;

    padding: 20px;

    box-sizing: border-box;

    transition: 0.8s;

    transform: translateY(-100px);

    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.container .card:hover .slide.slide2 {
    transform: translateY(0);
}

.container .card .slide.slide2::after {
    content: "";

    position: absolute;

    width: 30px;

    height: 4px;

    bottom: 15px;

    left: 50%;

    left: 50%;

    transform: translateX(-50%);

    background: #fa0000;
}
.content {
    overflow: hidden !important;
    padding: 10px 0px;
}

.container .card .slide.slide2 .content p {
    margin: 0;

    padding: 0;

    text-align: center;

    color: #414141;
}

.container .card .slide.slide2 .content h3 {
    margin: 0 0 10px 0;

    padding: 0;

    font-size: 24px;

    text-align: center;

    color: #414141;
}

@media only screen and (max-width: 600px) {
    .h-inherit {
        height: 40vh !important;
    }
}

/* steps */

.get-compdesc {
    padding-top: 50px;
    padding-bottom: 75px;
    background: #fa000073;
    color: white;
}

.get-compdesc p {
    color: aliceblue;
}

.main-points {
    padding-bottom: 45px;
}
.mapbgimage {
    background-image: url("../images/bg/map.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-aboutus {
    background-image: url("../images/parkings/about_us_bck.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
}

.bg-image-about-box1 {
    background-image: url("../../../public/assets/icon/about_us_icone-bck.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 10px;
    text-align: center;
}

.bg-image-about-box2 {
    background-image: url("../../../public/assets/icon/about_icone_bck2.png");
    background-position: center;
    background-size: cover;
    text-align: center;
    background-repeat: no-repeat;
    padding: 50px 10px;
}

.p-100 {
    padding-top: 100px;
}

.carousel-indicators li {
    background-color: rgb(240 25 60) !important;
}

.cat_col {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.pt-2 {
    padding-top: 5px !important;
}
.hight-80 {
    height: 60vh;
    background-image: url("../../../public/assets/images/parkings/testimanil_bck.jpg");
    background-size: cover;
    overflow: hidden;
}

.pt-70 {
    padding-top: 150px !important;
}
.carousel-inner {
    overflow: hidden;
}
.carousel-item h1 {
    margin-bottom: 20px;
}

select {
    padding: 0.488rem 0.75rem;
}

select option {
    background: #fa0000;
    color: white;
    padding: 2px;
    border-bottom: 1px solid white;
}

.quto-btn {
    display: flex;
    justify-content: center;
}
.dateFormat-time-override {
    background-color: white;
    position: absolute;
    top: 7px;
    font-weight: 500;
    left: 16px;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
}

input[type="date"] {
    position: relative;
    /* color: white; */
}

/* make the native arrow invisible and stretch it over the whole field so you can click anywhere in the input field to trigger the native datepicker*/
input[type="date"]::-webkit-calendar-picker-indicator {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    color: transparent;
    background: transparent;
    z-index: 3;
}

/* adjust increase/decrease button */
input[type="date"]::-webkit-inner-spin-button {
    z-index: 3;
}

/* adjust clear button */
input[type="date"]::-webkit-clear-button {
    z-index: 3;
}

.mt-25 {
    margin-top: 25px !important;
}

.cursor-pointer {
    cursor: pointer;
}

.padding {
    padding: 0px 5px;
}
.mb-50 {
    margin-bottom: 50px;
}
.col-xs-12 ul a {
    color: white;
    padding: 30px 0px;
    font-size: 13px;
}
.mapbgimage {
    background-image: url("../images/parkings/map.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

/* You can add global styles to this file, and also import other style files */
.bg-image-parking {
    background-image: url("../images/parkings/zee-parking-header-bck.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 90vh;
}

.typewriter h1 {
    overflow: hidden; /* Ensures the content is not revealed until the animation */
    border-right: 0.15em solid orange; /* The typwriter cursor */
    white-space: nowrap; /* Keeps the content on a single line */
    margin: 0 auto; /* Gives that scrolling effect as the typing happens */
    letter-spacing: 0.15em; /* Adjust as needed */
    font-weight: 900;
    animation: typing 3.5s steps(40, end), blink-caret 0.75s step-end infinite;
}

/* The typing effect */
@keyframes typing {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}

/* The typewriter cursor effect */
@keyframes blink-caret {
    from,
    to {
        border-color: transparent;
    }
    50% {
        border-color: #fa0000;
    }
}

.bg-cherry {
    background: #fa0000 !important;
}

.pre-primary-footer-container li {
    color: white !important;
    cursor: pointer;
}

.pre-primary-footer-container li:hover {
    color: #fa0000 !important;
}

.image-section {
    width: 300px !important;
    display: block !important;
    overflow: hidden !important;
}

.image-section img {
    width: 100% !important;
}

.bullet-points ul {
    list-style: inside !important;
    list-style: inside !important;
    max-height: 100px;
    min-height: 100px;
    overflow: auto;
}

.company-name-section h2 {
    height: 50px;
}
.border {
    border: 1px solid #fa000096 !important;
}
a {
    cursor: pointer;
}
.card-body p {
    background: #80808059;
    padding: 10px;
}

.card-body h2{
  color: #fa0000 !important;
}

.notfoundsection {
    background: rgb(233 30 30 / 53%);
    padding: 20px;
    border-radius: 31px;
}

.dynamictext{
    text-align: left;    
}

.dynamictext h1 , h2, h3, h4, h5, h6{
    color: #fa0000 !important ;
}

.dynamictext ul{
    list-style: decimal !important;
}