/* Required for full background image */

html,
body,
header,
#intro-section {
    height: 100%;
}

@media (max-width: 740px) {
    html,
    body,
    header,
    #intro-section {
        height: 100vh;
    }
}

.top-nav-collapse,
.page-footer {
    background-color: #000 !important;
    /* fff*/
}

footer.page-footer .footer-copyright {
    background-color: black;
}

.footer-copyright {
    padding-top: 30px;
    padding-bottom: 30px;
}

.footer-logo img {
    height: 2rem;
    max-width: 100%;
}

.navbar:not(.top-nav-collapse) {
    background: #000000b8 !important;
    /*transparent*/
    /* #000000a3 */
}

@media (max-width: 991px) {
    .navbar:not(.top-nav-collapse) {
        background: #000 !important;
        /* #111821 */
    }
}

.rgba-gradient {
    /*background: rgba(35, 7, 77, 0.6);*/
    /* fallback for old browsers */
    /*background: -webkit-linear-gradient(to right, rgba(204, 83, 51, 0.6), rgba(35, 7, 77, 0.6));*/
    /* Chrome 10-25, Safari 5.1-6 */
    /*background: linear-gradient(to right, rgba(204, 83, 51, 0.6), rgba(35, 7, 77, 0.6));*/
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background: rgba(2, 59, 130, 0.6);
    background: -webkit-linear-gradient(to right, rgba(2, 59, 130, 0.6), rgba(109, 174, 212, 0.6));
    background: linear-gradient(to right, rgb(2 59 130 / 60%), rgb(109 174 212 / 60%));
}

.img-gradient:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(220, 66, 37, 0.5)), color-stop(100%, rgba(0, 47, 75, 0.5)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0, 47, 75, 0.5) 0%, rgba(220, 66, 37, 0.5) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0, 47, 75, 0.5) 0%, rgba(220, 66, 37, 0.5) 100%);
    /* Opera 11.10+ */
    /* IE10+ */
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 47, 75, 0.5)), to(rgba(220, 66, 37, 0.5)));
    background: linear-gradient(to bottom, rgba(0, 47, 75, 0.5) 0%, rgba(220, 66, 37, 0.5) 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#002f4b', endColorstr='#00000000', GradientType=0);
    /* IE6-9 */
}


/*
    background: #e36212;
    background-image: -moz-linear-gradient(-72deg, #e63a34 0%, #ee7349 99%);
    background-image: -webkit-linear-gradient(-72deg, #e36212 0%, #ee7349 99%);
    background-image: -ms-linear-gradient(-72deg, #e63a34 0%, #ee7349 99%);*/

.c-points-banner {
    /*
	background: #e63a34;
	background-image: -moz-linear-gradient(-72deg, #e63a34 0%, #ee7349 99%);
	background-image: -webkit-linear-gradient(-72deg, #e63a34 0%, #ee7349 99%);
	background-image: -ms-linear-gradient(-72deg, #e63a34 0%, #ee7349 99%);
 
 
 
 background: #e36212;
    background-image: -moz-linear-gradient(-72deg, #e36212 0%, #ee7349 99%);
    background-image: -webkit-linear-gradient(-72deg, #e36212 0%, #ee7349 99%);
    background-image: -ms-linear-gradient(-72deg, #e36212 0%, #ee7349 99%);
	*/
    background: #ffa01c;
    background-image: -moz-linear-gradient(-72deg, #ffa01c 0%, #de6700 99%);
    background-image: -webkit-linear-gradient(-72deg, #ffa01c 0%, #de6700 99%);
    background-image: -ms-linear-gradient(-72deg, #ffa01c 0%, #de6700 99%);
}

.c-intro {
    background-color: #030304;
}

@media (min-width: 600px) {
    .navbar.scrolling-navbar.top-nav-collapse {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

@media (min-width: 600px) {
    .navbar.scrolling-navbar {
        padding-top: 20px;
        padding-bottom: 20px;
        -webkit-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
        transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    }
}

@media (min-width: 300px) {
    .menu-items {
        width: 100% !important;
    }
}
/*
@media (min-width: 1200px) {
    .menu-items {
        width: 75% !important;
    }
}
*/

.menu-items a {
    color: #ffe8bf !important;
    /* #fb3 */
}

.menu-items i {
    color: #e36212 !important;
    /* f90 */
    padding-right: 1rem;
}

.bg-orange {
    background-color: #e36212 !important;
}

.c-provider {
    background-color: #000 !important;
    font-family: 'Rock Salt', cursive !important;
    color: #808080 !important;
    font-size: 0.75rem !important;
}

.c-provider img {
    height: 1.25rem !important;
    padding-left: 0.5rem !important;
}

.c-provider a {
    color: #808080 !important;
}

.footer-links li {
    padding-bottom: 0.2rem !important;
}

.footer-links a {
    color: #ff9900 !important;
}

.c-discount-amount-color {
    color: #ff5e00;
}

.c-discount-title-color {
    color: #505050;
}

.c-discount-header {
    /*background-color: #f1f1f1;*/
    background-color: #fbdfc2;
}

.slider-container {
    width: 90%;
    max-width: 500px;
    margin: 0 auto 50px;
}

.text-black {
    color: #000;
}


/* SLIDER BAR */

.rs-bg {
    background-color: #ffad5f !important;
    border: 1px solid #a93b00 !important;
}

.rs-selected {
    background-color: #ff2305 !important;
    border: 1px solid #9b0000 !important;
}

.rs-container .rs-scale span ins {
    color: #000 !important;
    font-size: 1rem !important;
    margin-top: 25px !important;
}

.rs-container .rs-scale span {
    cursor: pointer;
}

.rs-container .rs-scale span::before {
    background-color: #a93b00 !important;
    height: .75rem !important;
    top: 10px !important;
}

.rs-scale span:last-of-type:not(:first-child) {
    width: 0px !important;
}


/* PRICE QUOTE AMOUNT */

.price-quote-amount {
    /*background: #ff763f;
	border: 1px solid #b13600;*/
    text-transform: none;
    width: auto;
    padding: .75rem;
    padding-right: 1.25rem;
    border-radius: 1rem;
    background: #a71700;
    border: 1px solid #651f00;
}

.price-quote-amount h1 {
    /*	color: #ffad5f !important;*/
    color: #fff !important;
    display: inline;
}

@media (min-width: 768px) {
    .price-quote-amount h1 {
        font-size: 3.25rem;
    }
    .price-quote-amount h5 {
        font-size: 1.25rem;
    }
}

@media (min-width: 992px) {
    .price-quote-amount h1 {
        font-size: 4rem;
    }
    .price-quote-amount h5 {
        font-size: 1.5rem;
    }
}

.price-quote-amount h5 {
    /*	    color: #bf9266 !important;*/
    color: #c5b8ab !important;
    /*color    : #4a4a4a;*/
    margin-left: 0.5rem;
    display: inline;
}

@media (max-width: 768px) {
    .price-quote-amount {
        padding-top: 2rem;
    }
}

.mobile-price-quote {
    /*background: #ff763f;
	border: 1px solid #b13600;*/
    text-transform: none;
    /*width         : auto;
    padding         : .75rem;
    padding-right   : 1.25rem;*/
    border-radius: 1rem;
    font-size: 1.25rem !important;
    color: #fff !important;
    background: #a71700;
    border: 1px solid #651f00;
}


/*
@media (min-width: 768px) {
	.price-quote-amount {
		position: absolute;
		top: -3.25rem;
	}
}

@media (min-width: 1200px) {
	.price-quote-amount {
		top: -3.75rem;
	}
}
*/


/*
    background: #ff763f;
    width: auto;
    padding: .75rem;
    border: 1px solid #b13600;
    padding-right: 1.25rem;
    border-radius: 1rem;
}*/


/*

	*/

.c-discount {
    border: 2px dashed black;
    /*background    : #f3e7dc;*/
    background-color: #ffffff;
}

.c-discount .btn {
    color: black;
    font-size: 1rem;
    font-weight: 600;
}

.c-discount .btn span {
    font-size: .75rem;
    font-weight: 400;
    display: block;
    margin-top: -.25rem;
    text-transform: none;
}

.c-all-shadow {
    -webkit-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
}

.default-cursor {
    cursor: default !important;
}

.c-price-table .col-2 {
    padding-left: 3px;
    padding-right: 3px;
}

.c-price-table .len {
    background: #f1ede8;
    padding: 0.5rem;
    text-align: center;
    font-weight: 400;
}

.c-price-table-left {
    padding: 0.5rem;
}

.c-price-table .price {
    background: #ecdecd;
    /*#f1ede8; */
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1.5rem;
    text-align: center;
    font-weight: 400;
}

.c-price-table-avg .col-1,
.c-price-table-avg .col-2,
.c-price-table-avg .col-3,
.c-price-table-avg .col-4,
.c-price-table-avg .col-5,
.c-price-table-avg .col-6,
.c-price-table-avg .col-7,
.c-price-table-avg .col-8,
.c-price-table-avg .col-9,
.c-price-table-avg .col-10,
.c-price-table-avg .col-11,
.c-price-table-avg .col-12 {
    padding-left: 0.3%;
    padding-right: 0.3%;
}

.c-price-table-avg .col-2 {
    -ms-flex: 0 0 14.285%;
    flex: 0 0 14.285%;
    max-width: 14.285%;
}

.c-price-table-avg .col-3 {
    -ms-flex: 0 0 21.428%;
    flex: 0 0 21.428%;
    max-width: 21.428%;
}

.c-price-table-avg .col-4 {
    -ms-flex: 0 0 28.57%;
    flex: 0 0 28.57%;
    max-width: 28.57%;
}

.c-price-table-avg .col-5 {
    -ms-flex: 0 0 35.712%;
    flex: 0 0 35.712%;
    max-width: 35.712%;
}

.c-price-table-avg .col-6 {
    -ms-flex: 0 0 42.855%;
    flex: 0 0 42.855%;
    max-width: 42.855%;
}

.c-price-table-avg .col-7 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.c-price-table-avg .col-8 {
    -ms-flex: 0 0 57.14%;
    flex: 0 0 57.14%;
    max-width: 57.14%;
}

.mobile-v-feet {
    display: none;
}

.feet-cotact {
    display: block;
}

.mobile-feet-cotact {
    display: none;
}

@media (min-width: 576px) and (max-width: 991.98px) {
    .mobile-feet {
        display: none;
    }
    .mobile-v-feet {
        display: inline-block;
    }
    .feet-cotact {
        display: none;
    }
    .mobile-feet-cotact {
        display: block;
    }
    .c-price-table-left {
        padding: 0.5rem 0;
    }
}

.c-price-table-avg .col-9 {
    -ms-flex: 0 0 64.281%;
    flex: 0 0 64.281%;
    max-width: 64.281%;
}

.c-price-table-avg .col-10 {
    -ms-flex: 0 0 71.423%;
    flex: 0 0 71.423%;
    max-width: 71.423%;
}

.c-price-table-avg .col-11 {
    -ms-flex: 0 0 78.565%;
    flex: 0 0 78.565%;
    max-width: 78.565%;
}

.c-price-table-avg .col-12 {
    -ms-flex: 0 0 85.70%;
    flex: 0 0 85.70%;
    max-width: 85.70%;
}

.c-price-table-avg .avg {
    padding-top: .1rem;
    padding-bottom: .1rem;
    font-size: .75rem;
    text-align: center;
}

.c-price-table-avg .avg.yellow {
    background: #ffcf63 !important;
}

.c-price-table-avg .avg.orange {
    background: #fbdfc2 !important;
}

.c-price-table-avg .avg.green {
    background: #ffcf63 !important;
}

.c-price-table-avg .avg.blue {
    background: #ffcf63 !important;
}

.c-price-table-avg .avg.red {
    background: #ffcf63 !important;
}

.c-price-table-avg .avg.grey {
    background: #ffcf63 !important;
}

.c-price-table-avg .row {
    margin-top: 6px;
}

.c-price-table-avg .fill {
    padding-top: .1rem;
    padding-bottom: .1rem;
    font-size: .75rem;
}

.c-price-table-avg .fill.default {
    background: repeating-linear-gradient(45deg, #ffffff, #ffffff 6px, #f5f2ef 6px, #f5f2ef 12px);
}

.c-price-table-avg .fill.yellow {
    background: #ffcf63;
}

.c-price-table-avg .fill.green {
    background: #ffcf63;
}

.c-price-table-avg .fill.blue {
    background: #ffcf63;
}

.c-price-table-avg .fill.red {
    background: #ffcf63;
}

.c-price-table-avg .fill.grey {
    background: #ffcf63;
}

.c-price-table-avg bigquote {
    border-style: solid;
    border-width: 1px 0 1px 20px;
    border-image: url('../../assets/img/square-bracket-light.gif') 1 20 stretch;
    display: block;
    position: relative;
    margin-left: -3rem;
    padding-left: 1.75rem;
    /* padding-left: 0.5em; */
}


/*
	margin: 0;
    position: relative;
    margin-left: -3rem;
    padding-left: 1.75rem;
	*/

.c-mobile-price {
    text-align: center;
    padding-right: 2rem;
    padding-left: 2rem;
    font-size: 1rem;
    font-weight: 400;
}

.c-mobile-price .col-6 {
    padding-right: 2px;
    padding-left: 2px;
}

.c-mobile-price .left,
.c-mobile-price .right,
.c-mobile-price .title {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-top: 4px;
}

.c-mobile-price .left {
    background: red;
    background: #f1ede8;
}

.c-mobile-price .right {
    background: red;
    background: #f1ede8;
    font-weight: 600;
}

.c-mobile-price .title {
    background: #ecdecd;
    font-weight: 500;
}


/* CUSTOM CSS */

.navbar.navbar-expand-lg .navbar-brand {
    margin: 0 auto;
}

.navbar.navbar-expand-lg .navbar-brand img {
    width: 80%;
}

.navbar.navbar-expand-lg .menu-items a.phone-link span {
    padding-left: 1rem;
}

.navbar.navbar-expand-md .navbar-brand.d-block {
    max-width: 75%;
}

.navbar.navbar-expand-md .navbar-brand.d-block img {
    max-height: 100px;
    width: 100%;
}

.navbar.navbar-expand-md .navbar-brand.d-none {
    min-width: fit-content !important;
}

.navbar.navbar-expand-md .navbar-brand.d-none img {
    max-height: 100px;
    width: 100%;
}

.navbar.navbar-expand-md .menu-items div:first-child a {
    padding-left: 3px;
}

main>section {
    position: relative;
}

#intro-section {
    background-image: url('../../../assets/img/bg/vehicles-in-storage-yard.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.section-trailer-vehicle-length .col-6 .row {
    height: 100%;
}

#projects {
    background-color: #eee;
}

.projects-1 .d-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 100px;
    grid-gap: 7px;
}

.projects-1 .item {
    position: relative;
}

.projects-1 .item:nth-child(1) {
    grid-column: 1 / 2;
    grid-row: 1 / 4;
}

.projects-1 .item:nth-child(2) {
    grid-column: 2;
    grid-row: 0 / 3;
}

.projects-1 .item:nth-child(3) {
    grid-column: 2;
    grid-row: 2 / 3;
}

.projects-1 .item:nth-child(4) {
    grid-column: 2;
    grid-row: 3 / 3;
}

.projects-1 .item a {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    overflow: hidden;
}

.projects-1 .item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.projects-1 .c-red-link a {
    color: #ca1616;
    font-weight: 400;
    text-decoration: underline;
}

.projects-2 .d-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 100px;
    grid-gap: 7px;
}

.projects-2 .single-item {
    position: relative;
}

.projects-2 .single-item:nth-child(1) {
    grid-column: 1 / 4;
    grid-row: 1 / 4;
}

.projects-2 .single-item a {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    overflow: hidden;
}

.projects-2 .single-item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.projects-2 .c-red-link a {
    color: #ca1616;
    font-weight: 400;
    text-decoration: underline;
}

.projects-3 .d-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 100px;
    grid-gap: 7px;
}

.projects-3 .single-item {
    position: relative;
}

.projects-3 .single-item:nth-child(1) {
    grid-column: 1 / 4;
    grid-row: 1 / 4;
}

.projects-3 .single-item a {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    overflow: hidden;
}

.projects-3 .single-item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.c-red-link a {
    color: #ca1616;
    font-weight: 400;
    text-decoration: underline;
}

.row.monthly-price {
    margin-top: 6px;
}

.len.c-red-link {
    font-size: 1rem;
    padding-top: 1.35rem;
    padding-bottom: 1.4rem;
    background: #ecdecd;
}

.row.average-lengths-feet {
    margin-top: 6px;
}

.row.average-lengths-feet .col-2,
.row.monthly-price .col-2,
.row.vehicle-length .col-2 {
    max-width: 14.285%;
}

.col-10.c-price-table-avg {
    max-width: 85.715%;
}

.second-number {
    color: #c0c0c0;
}

.second-number-label {
    color: white;
}

.section-intro-special {
    background-color: #eeeeee;
    /*#ffa01c;*/
}

.section-mansfield-difference .map-container-section {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.section-mansfield-difference .map-container-section iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

#map-container-section {
    height: 400px;
}

#map-container-section iframe {
    border: 0;
}

.row.icons-blocks .btn-floating {
    margin-right: 1.5rem;
}

.row.icons-blocks .col-sm-6 span {
    display: inline-block;
    vertical-align: middle;
}

.form-send-message .form-header h3 i {
    padding-right: 1rem;
}

.md-form .validate {
    margin-bottom: 0;
}

.page-footer {
    background-color: #2b2b2b !important;
}

.page-footer .logo.d-block {
    max-width: 75%;
}

.page-footer .logo.d-none {
    max-height: 100px;
    max-width: 100%;
}

.page-footer .first-block p {
    color: #808080;
    padding-top: 1rem;
}

.page-footer .block-under-logo p {
    color: #808080;
}


/* popups, modals */

.modal-header {
    border-bottom: none;
}

.modal .close {
    font-size: 1.2rem;
}

.modal .alert-dismissible .close {
    padding: .75rem;
}

.form-elem-title {
    font-size: 1rem;
}

#messageForForms {
    z-index: 10000;
    display: none;
    position: static;
    padding: 0;
    height: 0;
    width: 0;
    top: 50%;
    left: 50%;
    margin-left: -210px;
    margin-top: -150px;
    background: white;
    -webkit-box-shadow: 0px 0px 15px -3px rgb(0 0 0 / 52%);
    box-shadow: 0px 0px 15px -3px rgb(0 0 0 / 52%);
    text-align: center;
}

#messageForForms .lead {
    font-size: 1.5rem;
    line-height: 1.3;
    color: black;
}

.success-box,
.error-box {
    display: none;
}

.success-checkmark {
    width: 80px;
    height: 115px;
    margin: 0.5rem auto;
}

.success-checkmark .check-icon {
    width: 80px;
    height: 80px;
    position: relative;
    border-radius: 50%;
    box-sizing: content-box;
    border: 4px solid #4CAF50;
}

.success-checkmark .check-icon::before {
    top: 3px;
    left: -2px;
    width: 30px;
    transform-origin: 100% 50%;
    border-radius: 100px 0 0 100px;
}

.success-checkmark .check-icon::after {
    top: 0;
    left: 30px;
    width: 60px;
    transform-origin: 0 50%;
    border-radius: 0 100px 100px 0;
    animation: rotate-circle 4.25s ease-in;
}

.success-checkmark .check-icon::before,
.success-checkmark .check-icon::after {
    content: '';
    height: 100px;
    position: absolute;
    background: #FFFFFF;
    transform: rotate(-45deg);
}

.success-checkmark .check-icon .icon-line {
    height: 5px;
    background-color: #4CAF50;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 10;
}

.success-checkmark .check-icon .icon-line.line-tip {
    top: 46px;
    left: 14px;
    width: 25px;
    transform: rotate(45deg);
    animation: icon-line-tip 0.75s;
}

.success-checkmark .check-icon .icon-line.line-long {
    top: 38px;
    right: 8px;
    width: 47px;
    transform: rotate(-45deg);
    animation: icon-line-long 0.75s;
}

.success-checkmark .check-icon .icon-circle {
    top: -4px;
    left: -4px;
    z-index: 10;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    box-sizing: content-box;
    border: 4px solid rgba(76, 175, 80, .5);
}

.success-checkmark .check-icon .icon-fix {
    top: 8px;
    width: 5px;
    left: 26px;
    z-index: 1;
    height: 85px;
    position: absolute;
    transform: rotate(-45deg);
    background-color: #FFFFFF;
}

.error-box svg {
    width: 100px;
    display: block;
    margin: 1rem auto;
}

.error-box svg .path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
}

.error-box svg .path.circle {
    -webkit-animation: dash .9s ease-in-out;
    animation: dash .9s ease-in-out;
}

.error-box svg .path.line {
    stroke-dashoffset: 1000;
    -webkit-animation: dash .9s .35s ease-in-out forwards;
    animation: dash .9s .35s ease-in-out forwards;
}

.error-box svg .path.check {
    stroke-dashoffset: -100;
    -webkit-animation: dash-check .9s .35s ease-in-out forwards;
    animation: dash-check .9s .35s ease-in-out forwards;
}

@keyframes rotate-circle {
    0% {
        transform: rotate(-45deg);
    }
    5% {
        transform: rotate(-45deg);
    }
    12% {
        transform: rotate(-405deg);
    }
    100% {
        transform: rotate(-405deg);
    }
}

@keyframes icon-line-tip {
    0% {
        width: 0;
        left: 1px;
        top: 19px;
    }
    54% {
        width: 0;
        left: 1px;
        top: 19px;
    }
    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }
    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }
    100% {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}

@keyframes icon-line-long {
    0% {
        width: 0;
        right: 46px;
        top: 54px;
    }
    65% {
        width: 0;
        right: 46px;
        top: 54px;
    }
    84% {
        width: 55px;
        right: 0px;
        top: 35px;
    }
    100% {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}

@keyframes dash {
    0% {
        stroke-dashoffset: 1000;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes dash-check {
    0% {
        stroke-dashoffset: -100;
    }
    100% {
        stroke-dashoffset: 900;
    }
}

form .numbers-group {
    width: 44%;
    position: relative;
}

.text-primary {
    color: #e36212 !important;
}

a.text-primary:hover,
a.text-primary:focus {
    color: #b95110 !important;
}

.btn-primary {
    background-color: #e36212 !important;
}

.btn-info {
    background-color: #4285f4 !important;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #b95110 !important;
}

.btn-primary:not([disabled]):not(.disabled):active,
.btn-primary:not([disabled]):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
    background-color: #b95110 !important;
}

.counter-box .input-number {
    text-align: center;
    margin-bottom: 0;
}

.counter-box .btn {
    box-shadow: none;
    margin: 0;
    padding: 0.60rem 0.80rem;
}

.counter-box .btn-primary {
    background-color: #ccc !important;
    color: #212529;
}

.counter-box .btn-primary:hover,
.counter-box .btn-primary:focus {
    background-color: rgb(173, 173, 173) !important;
}

.counter-box .btn-primary[disabled] {
    color: rgb(131, 131, 131);
}

.counter-box .btn-primary:not([disabled]):not(.disabled):active,
.counter-box .btn-primary:not([disabled]):not(.disabled).active {
    background-color: rgb(173, 173, 173) !important;
    box-shadow: none;
    color: #212529;
}

.md-form.md-outline .counter-box input[type="text"],
.counter-box .btn {
    border-radius: 0;
}

#modalSignUp .counter-box {
    width: 50%;
}

@media (max-width: 991.98px) {
    .counter-box {
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    .display-3 {
        font-size: 2.5rem;
    }
}