.h-100{
    height: 100%;
    min-height: inherit;
}

.modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
    z-index: 99;
}

.show-modal {
    display: block;
    opacity: 1;
    padding: 10px;
    visibility: visible;
    transform: scale(1.0);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}


.modal-content {
	 background-color: #fff;
	 border-radius: 16px 16px 0px 16px;
	 padding: 35px;
	 position: relative;
}
 .modal-content-close {
	 position: absolute;
	 right: 0;
	 top: 0;
	 margin: 15px;
}
 .modal-content-close span {
	 cursor: pointer;
}
 .modal-content form label {
	 display: block;
	 font-size: 14px;
	 font-weight: 400;
	 margin-bottom: 6px;
	 margin-top: 24px;
}
 .modal-content form label i {
	 color: #d70827;
	 font-size: 14px;
	 font-weight: 400;
}
 .modal-content form input {
	 border-radius: 16px 16px 0px 16px;
	 width: 100%;
	 padding: 14px 14px 14px 20px;
	 background: transparent;
	 border: 1px solid #d0d5dd;
}
 .modal-content form input:focus {
	 outline-color: #d70827;
}
 


  .state-counter-box svg {
            width: 55px !important;
            height: 55px !important;
        }

        @media screen and (max-width: 992px) {
            .state-counter-box {
                width: 100%;
                height: 100%;
                margin-top: 25px;
                background-color: unset;
                box-shadow: unset;

            }

            .state-counter-box {
                justify-content: start !important;
            }

            .state-counter-box p {
                color: #FFF;
            }

            .stat-number {
                color: #fff !important;
            }

            .state-counter-box i {
                color: #fff !important;
            }

            .state-counter-box svg path {
                stroke: #fff !important;
            }


        }