.logo-cont {
    background-color: #fff;
    border-radius: 0 0 25px 25px;
    padding: 30px 0 15px;
    height: 90px;
    width: 290px;
    box-shadow: 0 0 5px #33333355;
    position: relative;

}

.p-relative {
    position: relative !important;
}

.logo-cont img {
    width: 100%;
    transition: .2s ease-in-out;
    height: auto;
}

.logo-cont .label-d {
    background-color: #ffcd00;
    border-radius: 0 0 0 25px;
    padding: 15px;
    width: 15%;
    box-shadow: inset -5px 0px 10px -2px #00000052;
    transition: .2s ease-in-out;
}

.logo-cont .label-d.agri {
    background-color: #41d546;
}

.logo-cont .label-d.construction {}

.logo-cont .label-d.trading {
    background-color: #fb4a43;
}

.logo-cont .label-d.maintenance {
    background-color: #27287c;
}

.logo-cont .img-d {
    transition: .2s ease-in-out;
    width: 85%;
}

.logo-cont span {
    color: #072b83;
    transform: rotate(-90deg);
    position: absolute;
    left: 0;
    right: auto;
    top: 0;
    bottom: 0;
    font-size: 11px;
    height: 100%;
    width: 100%;
    text-align: center;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    transition: .2s ease-in-out;
    letter-spacing: 1.2px;
}

.logo-cont .label-d.agri span {
    color: #fff;
}

.logo-cont .label-d.construction span {}

.logo-cont .label-d.trading span {
    color: #fff;
}

.logo-cont .label-d.maintenance span {
    color: #fff;
}

.ga-navbar.fixed .logo-cont .label-d {
    border-radius: 0;
    width: auto;
    /* background-color: #ffcd0077 !important; */
    box-shadow: none;
    opacity: .6;
    padding: 0 10px !important;

}

.ga-navbar.fixed .logo-cont .label-d:hover {
    opacity: 1;
}

.ga-navbar.fixed .logo-cont span {
    position: relative;
    transform: none;
    font-size: 14px;
}

.navbar-light .navbar-nav .nav-link {
    font-size: 1.3vw;
    color: #fff
}

.navbar-light .navbar-nav .nav-link.req-btn {
    line-height: 24px;
}

.ga-navbar.fixed {
    background-color: #ffffffcc !important;
    animation: fadein .3s
}

.ga-navbar.fixed .navbar-nav .nav-link {
    font-size: 19px;
    color: #333
}


.ga-navbar .logo.scrolled {
    height: 75px;
    width: auto;
    padding: 10px
}

.ga-navbar.fixed .logo-cont {
    background: unset;
    box-shadow: none;
    width: auto;
}

.ga-navbar.fixed .logo-cont > div {
    padding: 0 !important
}

.hdr-sec {
    height: 100vh;
    max-height: unset
}

.hdr-sec .sldr-btn {
    position: absolute;
    left: auto;
    right: auto;
    top: auto;
    bottom: 3%;
    width: auto;
    display: inline-block;
    z-index: 2;
    background: unset;
    color: #fff;
    font-size: 26px;
    border: none;
    box-shadow: none;
    outline: none
}

.hdr-sec .sldr-btn i {
    display: block;
    animation: bounce 3s infinite;
    margin: 15px 0 0
}

@-webkit-keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-30px);
    }

    60% {
        -webkit-transform: translateY(-15px);
    }
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-30px);
    }

    60% {
        transform: translateY(-15px);
    }
}

.shop-fixed {

    z-index: 11;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.shop-fixed button {
    margin-top: -160px;
    border-radius: 0 15px 0 0;
    padding: 8px 8.6px;
    outline: none;
    box-shadow: none;
    border: none;
    box-shadow: 0 0 5px #333;
    z-index: 2;
    transition: .3s ease-in-out
}

.shop-fixed button:hover {
    background-color: #ffcd00 !important;
    border-radius: 0 5px 5px 0
}

.shop-fixed button:focus {
    box-shadow: 0 0 5px #333;
}

.shop-fixed button p {
    width: 0;
    font-size: 0;
    transition: .00001s ease-in-out;
    transform: none;
    display: inline-block;
    background-color: transparent;
    box-shadow: none;
    outline: none;
    border: none;
    margin: 0;
    margin-left: 60px;
    opacity: 1;
    line-height: 0;
    visibility: none;
    opacity: 0;
    font-weight: bold
}

.shop-fixed button:hover p {
    width: auto;
    opacity: 1;
    font-size: 14px;
    transform: none;
    position: relative;
    transition: .3s ease-in-out !important;
    visibility: visible;
}

.srvcs-nav {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: auto;
    z-index: 11;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.srvcs-nav p {
    background-color: #fff;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 0 5px #333;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    white-space: nowrap;
    padding: 5px 20px;
    margin: 0;
    left: -55px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 5px;
    position: absolute;
    cursor: pointer;
    transition: .1s ease-in-out;
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Old versions of Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently */

}

.srvcs-nav p:hover {
    -webkit-transform: rotate(-90deg) scale(1.03);
    -moz-transform: rotate(-90deg) scale(1.03);
    -o-transform: rotate(-90deg) scale(1.03);
    -ms-transform: rotate(-90deg) scale(1.03);
    transform: rotate(-90deg) scale(1.03);
}

.srvcs-nav .srvcs-btns {
    display: inline-block;
    width: 45px;
    height: 50%;
    left: -100vw;
    position: absolute;
}


.srvcs-nav .srvcs-btns button {
    vertical-align: middle;
    height: 7%;
    width: 100%;
    font-size: 22px;
    transition: .3s ease-in-out;
    border: none;
    box-shadow: none;
    outline: none;
    box-shadow: 0 0 5px #33333355;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffcd00 !important;
    color: #072b83 !important;
    padding: 20px;
}

.srvcs-nav .srvcs-btns button:first-of-type {
    border-radius: 0 15px 0 0
}

.srvcs-nav .srvcs-btns button:last-of-type {
    border-radius: 0 0 15px 0
}

.srvcs-nav .srvcs-btns button:not(:last-of-type) {
    border-bottom: 1px solid #ddd
}

.srvcs-nav .srvcs-btns button:hover {
    transform: scale(1.05);
    width: 200%;
    color: #302675;
    padding: 20px 93px;
    border-radius: 0;
    border: none;
}

.srvcs-nav .srvcs-btns > .dropdown button {
    border-radius: 0
}

.srvcs-nav .srvcs-btns .dropdown ul button {
    width: 100%;
    border-radius: 0;
    font-size: 90%;
    padding: 10px 15px;

}

.srvcs-nav .srvcs-btns .dropdown.hovered > button {
    transform: scale(1.05);
    width: 200%;
    color: #302675;
    padding: 20px 93px;
    border-radius: 0;
    border: none;
}

.srvcs-nav .srvcs-btns .dropdown.hovered button > span {
    width: auto;
    font-size: 16px;
    margin: 0 15px;
}

.srvcs-nav .srvcs-btns .dropdown .dropdown-toggle::after {
    font-size: 70%
}

.srvcs-nav .srvcs-btns .dropdown ul {
    padding: 0
}

.srvcs-nav .srvcs-btns button span {
    width: 0;
    font-size: 0;
    transition: .1s ease-in-out;
}

.srvcs-nav .srvcs-btns .close-btn {
    background-color: #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin: 15px 0;
    line-height: 20px;
    cursor: pointer;
    box-shadow: 0 0 5px #33333355;
    font-size: 16px;
    margin-top: 100px;
}

.srvcs-nav .srvcs-btns button:hover > span {
    width: auto;
    font-size: 16px;
    margin: 0 15px;
}

.who-sec {
    color: #333;
    border-bottom: none;
    box-shadow: none;
    z-index: 2
}

.who-sec:before {
    display: none
}

.stndrd-sec {
    box-shadow: none;

}

.prod-swiper .swiper-slide img {
    width: 450px;
    height: 300px;
    object-fit: contain;
}

.maint-list {
    list-style: disc inside;
    font-weight: bold;
    font-size: 90%;
    margin-top: 7px
}

.srvc-cont p {
    font-size: 16px;
    line-height: 26px
}

.srvc-cont h4 {
    font-size: 23px
}


/* --------- Card Animation ---------- */
.bnfts-sec p {
    font-size: 19px;
    line-height: 2.2rem;

}

.bnfts-sec h1 {
    position: relative;
    display: inline-block;
    width: max-content;
}

.bnfts-sec h1:after {
    content: '';
    border-bottom: 3px solid #ffd400;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

.ftr-card:not(:empty):hover,
.ftr-card:not(:empty):focus {
    z-index: 1;
    color: darkblue !important;
    background: #ffcd00 !important;
    opacity: 1;
    transform: scale(1.15);
    cursor: pointer;
}

.ftr-card:not(:empty).item3:hover {
    transform: none
}

.ftr-card:not(:empty):hover:after,
.ftr-card:not(:empty):focus:after {
    opacity: 1;
}

.ftr-card:not(:empty):hover:before,
.ftr-card:not(:empty):focus:before {
    opacity: 0;
}

.ftr-card {
    padding: 10px;
    border-radius: 0.7em;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
    transition-property: background, transform, color, opacity;
    background-color: #072b83b3;
    color: #fff;
}

.ftr-card h2 {
    font-size: 16px;
}

.ftr-card:not(:empty):before {
    box-shadow: -2px 2px 8px 2px rgba(0, 0, 0, 0.2);
}

.ftr-card:empty {
    background-color: #072b8344
}

.ftr-card:before,
.ftr-card:after {
    content: "";
    position: absolute;
    border-radius: 0.7em;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}

.ftr-card:after {
    box-shadow: -20px 20px 12px 6px rgba(0, 0, 0, 0.2);
    opacity: 0;
}

/* --------- Grid ---------- */
.grid {
    width: 100%;
    height: 100%;
    padding: 20px;
    display: grid;
    overflow: hidden;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(4, 1fr);
    grid-gap: 20px;
}

.item1 {
    grid-area: 1 / 1 / 3 / 3;
}

.item2 {
    grid-area: 3 / 3 / 4 / 4;
}

.item2.ftr-card:hover,
.item2.ftr-card:focus {
    background: #00005c;
}

.item3 {
    grid-area: 4 / 1 / 5 / 4;
}

.item4 {
    grid-area: 1 / 3 / 2 / 5;
}

.item5 {
    grid-area: 2 / 4 / 3 / 5;
}

.item6 {
    grid-area: 3 / 4 / 4 / 5;
}

.item7 {
    grid-area: 3 / 4 / 5 / 5;
}

.item8 {
    grid-area: 1 / 5 / 2 / 6;
}

.item8.ftr-card:hover,
.item8.ftr-card:focus {
    background: #f57b51;
}

.item9 {
    grid-area: 2 / 5 / 3 / 6;
}

.item10 {
    grid-area: 3 / 5 / 4 / 6;
}

.item11 {
    grid-area: 4 / 5 / 5 / 6;
}

.item11.ftr-card:hover,
.item11.ftr-card:focus {
    background: #00a8cc;
}

.content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* --------- Responsive ---------- */
@media only screen and (max-width: 600px) {
    .grid {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(6, minmax(auto, 300px));
        overflow-y: scroll;
    }

    .item1 {
        grid-area: 0.1666666667;
    }

    .ftr-card {
        grid-area: auto;
        text-align: left;
    }

    .ftr-card:empty {
        display: none;
    }
}


.heading {
    text-align: center;
}

.heading__title {
    font-weight: 600;
}

.heading__credits {
    margin: 10px 0px;
    color: #888888;
    font-size: 25px;
    transition: all 0.5s;
}

.heading__link {
    text-decoration: none;
}

.heading__credits .heading__link {
    color: inherit;
}

/* CARDS */

.cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.offer-card {
    margin: 20px;
    padding: 20px 20px 10px;
    width: 28%;
    min-height: 190px;
    display: grid;
    /*    grid-template-rows: 0 50px 1fr 0;    */
    border-radius: 10px;
    box-shadow: 0px 6px 10px rgb(0 0 0 / 25%);
    transition: all 0.2s;
    text-align: center;
    background: radial-gradient(#072b83cc, #072b83);

}

.offer-card:hover {
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.4);
    transform: scale(1.01);
}

.card__link,
.card__exit,
.card__icon {
    position: relative;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.9);
}

.card__link::after {
    position: absolute;
    top: 25px;
    left: 0;
    content: "";
    width: 0%;
    height: 3px;
    background-color: rgba(255, 255, 255, 0.6);
    transition: all 0.5s;
}

.card__link:hover::after {
    width: 100%;
}

.card__exit {
    grid-row: 1/2;
    justify-self: end;
}

.card__icon {
    grid-row: 2/3;
    font-size: 30px;
}

.card__title {
    grid-row: 3/4;
    font-weight: 400;
    color: #ffffff;
    font-size: 15px;
    line-height: 26px;
}

.card__apply {
    grid-row: 4/5;
    align-self: center;
}

/* CARD BACKGROUNDS */
/*
.card-1 {
    background: radial-gradient(#1fe4f5, #3fbafe);
}

.card-2 {
    background: radial-gradient(#072b83cc, #072b83);
}

.card-3 {
    background: radial-gradient(#072b83cc, #072b83);
}

.card-4 {
    background: radial-gradient(#072b83cc, #072b83);
}

.card-5 {
    background: radial-gradient(#072b83cc, #072b83);
}*/

/* RESPONSIVE */

@media (max-width: 1600px) {
    .cards {
        justify-content: center;
    }
}


.main-box {
    display: flex;
    background: #072b83;
    background-color: #ffcd00 !important;
    color: #072b83 !important;
    margin: 70px auto 70px auto;
    padding: 0;
    width: 991px;
    cursor: pointer
}

.box {

    height: 322px;
    padding: 15px;
    border-right: 1px solid white;
    webkit-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
    position: relative;
    overflow: hidden;
    list-style: none;
}

.detail {
    width: 85%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: #000b41;
    color: #fff;
    opacity: 0;
    padding: 30px;
    box-sizing: border-box;
    webkit-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.box.active {
    width: 70% !important;
}

.box.active .detail {
    opacity: 1;
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
    transform: none;
}

.box span {
    writing-mode: vertical-rl;
    font-size: 20px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #072b83 !important;
    text-transform: uppercase;
    letter-spacing: 4px;
    width: 40px;
    transform: rotate(180deg);
    font-weight: 400;
    cursor: pointer;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;

}

.box.active span {
    left: 25px;
    right: auto;
    margin: 0;
    font-weight: 600
}


.img-cards {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    font-family: 'Roboto', sans-serif;
    transition: 0.25s;
}

.img-cards .credit {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: inherit;
}

.img-cards .options {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    overflow: hidden;
    min-width: 100%;
    max-width: 900px;
    width: calc(100% - 100px);
    height: 400px;
}

@media screen and (max-width: 718px) {
    .img-cards .options {
        min-width: 520px;
        width: 100%;
    }

    .img-cards .options .option {
        min-width: 34px !important;
    }
}

@media screen and (max-width: 638px) {
    .img-cards .options {
        min-width: 440px;
    }

}

@media screen and (max-width: 558px) {
    .img-cards .options {
        min-width: 360px;
    }
}

@media screen and (max-width: 478px) {
    .img-cards .options {
        min-width: 280px;
    }
}

.img-cards .options .option {
    position: relative;
    overflow: hidden;
    min-width: 60px;
    margin: 10px;
    background: var(--optionBackground, var(--defaultBackground, #e6e9ed));
    background-size: auto 120%;
    background-position: center;
    cursor: pointer;
    transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}

.img-cards .options .option:nth-child(1) {
    --defaultBackground: #ed5565;
}

.img-cards .options .option:nth-child(2) {
    --defaultBackground: #fc6e51;
}

.img-cards .options .option:nth-child(3) {
    --defaultBackground: #ffce54;
}

.img-cards .options .option:nth-child(4) {
    --defaultBackground: #2ecc71;
}

.img-cards .options .option:nth-child(5) {
    --defaultBackground: #5d9cec;
}

.img-cards .options .option:nth-child(6) {
    --defaultBackground: #ac92ec;
}

.img-cards .options .option.active {
    flex-grow: 10000;
    transform: scale(1);
    max-width: 600px;
    margin: 0px;
    border-radius: 40px;
    background-size: auto 100%;
    /*&:active {
		 transform:scale(0.9);
	}
	*/
}

.img-cards .options .option.active .shadow {
    box-shadow: inset 0 -120px 120px -120px black, inset 0 -120px 120px -100px black;
}

.img-cards .options .option.active .label {
    bottom: 20px;
    left: 20px;
}

.img-cards .options .option.active .label .info > div {
    left: 0px;
    opacity: 1;
}

.img-cards .options .option:not(.active) {
    flex-grow: 1;
    border-radius: 30px;
}

.img-cards .options .option:not(.active) .shadow {
    bottom: -40px;
    box-shadow: inset 0 -120px 0px -120px black, inset 0 -120px 0px -100px black;
}

.img-cards .options .option:not(.active) .label {
    bottom: 10px;
    left: 10px;
}

.img-cards .options .option:not(.active) .label .info > div {
    left: 20px;
    opacity: 0;
}

.img-cards .options .option .shadow {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 120px;
    transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}

.img-cards .options .option .label {
    display: flex;
    position: absolute;
    right: 0px;
    height: 40px;
    transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}

.img-cards .options .option .label .icon {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    min-width: 40px;
    max-width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: white;
    color: var(--defaultBackground);
}

.img-cards .options .option .label .info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 10px;
    color: white;
    white-space: pre;
}

.img-cards .options .option .label .info > div {
    position: relative;
    transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95), opacity 0.5s ease-out;
}

.img-cards .options .option .label .info .main {
    font-weight: bold;
    font-size: 1.2rem;
}

.img-cards .options .option .label .info .sub {
    transition-delay: 0.1s;
}

/*Modal Forms  Style*/

.md-form {
    position: relative;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.md-form .prefix {
    top: 0.25rem;
    font-size: 1.75rem;
}

.md-form .prefix {
    position: absolute;
    -webkit-transition: color .2s;
    transition: color .2s;
}

.grey-text {
    color: #9e9e9e !important;
}

.md-form .form-control {
    height: auto;
    padding: 0.6rem 0 0.4rem 0;
    margin: 0 0 0.5rem 0;
    background-color: transparent;
    border-radius: 0;
}

.md-form .validate {
    margin-bottom: 2.5rem;
}

.md-form .form-control {
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
}

.md-form .prefix ~ input,
.md-form .prefix ~ select,
.md-form .prefix ~ textarea {
    width: calc(100% - 2.5rem);
    margin-left: 2.5rem;
}

.md-form input:not([type]),
.md-form select,
.md-form input[type="text"]:not(.browser-default),
.md-form input[type="password"]:not(.browser-default),
.md-form input[type="email"]:not(.browser-default),
.md-form input[type="url"]:not(.browser-default),
.md-form input[type="time"]:not(.browser-default),
.md-form input[type="date"]:not(.browser-default),
.md-form input[type="datetime"]:not(.browser-default),
.md-form input[type="datetime-local"]:not(.browser-default),
.md-form input[type="tel"]:not(.browser-default),
.md-form input[type="number"]:not(.browser-default),
.md-form input[type="search"]:not(.browser-default),
.md-form input[type="phone"]:not(.browser-default),
.md-form input[type="search-md"],
.md-form textarea.md-textarea {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #ced4da;
    border-radius: 0;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

.md-form label {
    font-size: 1rem;
}

.md-form label {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1rem;
    color: #757575;
    cursor: text;
    -webkit-transition: color .2s ease-out, -webkit-transform .2s ease-out;
    transition: color .2s ease-out, -webkit-transform .2s ease-out;
    transition: transform .2s ease-out, color .2s ease-out;
    transition: transform .2s ease-out, color .2s ease-out, -webkit-transform .2s ease-out;
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.md-form > label {
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.md-form .prefix ~ label {
    margin-left: 2.5rem;
}

.md-form input:not([type]) + label::after,
.md-form input[type="text"]:not(.browser-default) + label::after,
.md-form input[type="password"]:not(.browser-default) + label::after,
.md-form input[type="email"]:not(.browser-default) + label::after,
.md-form input[type="url"]:not(.browser-default) + label::after,
.md-form input[type="time"]:not(.browser-default) + label::after,
.md-form input[type="date"]:not(.browser-default) + label::after,
.md-form input[type="datetime"]:not(.browser-default) + label::after,
.md-form input[type="datetime-local"]:not(.browser-default) + label::after,
.md-form input[type="tel"]:not(.browser-default) + label::after,
.md-form input[type="number"]:not(.browser-default) + label::after,
.md-form input[type="search"]:not(.browser-default) + label::after,
.md-form input[type="phone"]:not(.browser-default) + label::after,
.md-form input[type="search-md"] + label::after,
.md-form textarea.md-textarea + label::after {
    position: absolute;
    top: 65px;
    display: block;
    content: "";
    opacity: 0;
    -webkit-transition: .2s opacity ease-out, 0.2s color ease-out;
    transition: .2s opacity ease-out, 0.2s color ease-out;
}

.md-form input:not(:placeholder-shown) ~ label,
.md-form textarea:not(:placeholder-shown) ~ label,
.md-form textarea:focus ~ label,
.md-form input:focus ~ label {
    -webkit-transform: translateY(-14px) scale(0.8);
    transform: translateY(-14px) scale(0.8);
}

.md-form textarea.md-textarea {
    padding: 0;
    overflow-y: hidden;
}

.md-form textarea.md-textarea + label {
    top: -0.6rem;
}

.md-form input:not([type]):focus:not([readonly]) + label,
.md-form input[type="text"]:not(.browser-default):focus:not([readonly]) + label,
.md-form input[type="password"]:not(.browser-default):focus:not([readonly]) + label,
.md-form input[type="email"]:not(.browser-default):focus:not([readonly]) + label,
.md-form input[type="url"]:not(.browser-default):focus:not([readonly]) + label,
.md-form input[type="time"]:not(.browser-default):focus:not([readonly]) + label,
.md-form input[type="date"]:not(.browser-default):focus:not([readonly]) + label,
.md-form input[type="datetime"]:not(.browser-default):focus:not([readonly]) + label,
.md-form input[type="datetime-local"]:not(.browser-default):focus:not([readonly]) + label,
.md-form input[type="tel"]:not(.browser-default):focus:not([readonly]) + label,
.md-form input[type="number"]:not(.browser-default):focus:not([readonly]) + label,
.md-form input[type="search"]:not(.browser-default):focus:not([readonly]) + label,
.md-form input[type="phone"]:not(.browser-default):focus:not([readonly]) + label,
.md-form input[type="search-md"]:focus:not([readonly]) + label,
.md-form textarea.md-textarea:focus:not([readonly]) + label {
    color: #4285f4;
}

.md-form input:not([type]):focus:not([readonly]),
.md-form input[type="text"]:not(.browser-default):focus:not([readonly]),
.md-form input[type="password"]:not(.browser-default):focus:not([readonly]),
.md-form input[type="email"]:not(.browser-default):focus:not([readonly]),
.md-form input[type="url"]:not(.browser-default):focus:not([readonly]),
.md-form input[type="time"]:not(.browser-default):focus:not([readonly]),
.md-form input[type="date"]:not(.browser-default):focus:not([readonly]),
.md-form input[type="datetime"]:not(.browser-default):focus:not([readonly]),
.md-form input[type="datetime-local"]:not(.browser-default):focus:not([readonly]),
.md-form input[type="tel"]:not(.browser-default):focus:not([readonly]),
.md-form input[type="number"]:not(.browser-default):focus:not([readonly]),
.md-form input[type="search"]:not(.browser-default):focus:not([readonly]),
.md-form input[type="phone"]:not(.browser-default):focus:not([readonly]),
.md-form input[type="search-md"]:focus:not([readonly]),
.md-form textarea.md-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #4285f4;
    -webkit-box-shadow: 0 1px 0 0 #4285f4;
    box-shadow: 0 1px 0 0 #4285f4;
}

.md-form select {
    width: 100%;
    padding: 10px 0;
    color: grey
}


.md-form select ~ label {
    -webkit-transform: translateY(-14px) scale(0.8);
    transform: translateY(-14px) scale(0.8);
}

.modal-header .close {
    background: unset;
    border: none;
    outline: none;
    font-size: 2rem
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
