@media (max-width: 991px) {
    .navbar-scroll {
        background-color: rgb(10, 69, 163, 0.9);
    }
}

/* Color of the links BEFORE scroll */
.navbar-scroll .navbar-brand,
.navbar-scroll .nav-link,
.navbar-scroll .navbar-toggler-icon {
  color: #fff;
}

/* Color of the links AFTER scroll */
.navbar-scrolled .navbar-brand,
.navbar-scrolled .nav-link,
.navbar-scrolled .navbar-toggler-icon {
  color: #fff;
}

/* Color of the navbar AFTER scroll */
.navbar-scrolled {
  background-color: #0e5bd8;
  background: -moz-radial-gradient(center,
      ellipse cover,
      #2775f1 0%,
      #0e5bd8 100%);
  background: -webkit-radial-gradient(center,
      ellipse cover,
      #2775f1 0%,
      #0e5bd8 100%);
  background: -webkit-gradient(radial,
      center center,
      0px,
      center center,
      100%,
      color-stop(0%, #2775f1),
      color-stop(100%, #0e5bd8));
  background: -o-radial-gradient(center,
      ellipse cover,
      #2775f1 0%,
      #0e5bd8 100%);
  background: -ms-radial-gradient(center,
      ellipse cover,
      #2775f13 0%,
      #0e5bd8 100%);
  background: radial-gradient(ellipse at center, #2775f1 0%, #0e5bd8 100%);
}

/* An optional height of the navbar AFTER scroll */
.navbar.navbar-scroll.navbar-scrolled {
  padding-top: 5px;
  padding-bottom: 5px;
}

.my-text-color {
   color: #C2D2E0;
}

.navbar-text {
  color: #c2d2e0; }
  .navbar-text a {
    color: #ffffff; }
    .navbar-text a:hover, .navbar-text a:focus {
      color: #c2d2e0; 
}

.navbar-nav .nav-link {
  color: #c2d2e0;
  border-radius: 0.25rem;
  margin: 0 0.25em; }
  .navbar-nav .nav-link:not(.disabled):hover, .navbar-nav .nav-link:not(.disabled):focus {
    color: #ffffff; }
.navbar-nav .dropdown-menu {
  border-color: #76ABD9;
  background-color: #3977ac; }
.navbar-nav .dropdown-item {
  color: #c2d2e0; }
  .navbar-nav .dropdown-item:hover, .navbar-nav .dropdown-item:focus, .navbar-nav .dropdown-item.active {
    color: #ffffff;
    background-color: #3977ac; 
}

.navbar-nav .dropdown-divider {
  border-top-color: #c2d2e0; 
}

.nav-item.active .nav-link {
  color: #ffffff; }
  .nav-item.active .nav-link:hover, .nav-item.active .nav-link:focus {
    color: #ffffff; }
.nav-item.show .nav-link {
  color: #ffffff; }
  .nav-item.show .nav-link:hover, .nav-item.show .nav-link:focus {
    color: #ffffff; 
}

.navbar-toggle {
  border-color: #428bca; }
  .navbar-toggle:hover, .navbar-toggle:focus {
    background-color: #428bca; }
  .navbar-toggle .navbar-toggler-icon {
    color: #c2d2e0; 
}

.navbar-collapse, .navbar-form {
  border-color: #c2d2e0; 
}

.navbar-link {
  color: #c2d2e0; 
}

.navbar .navbar-link:hover {
  color: #ffffff;
  background-color: #3977ac; 
}

.navbar-dark .navbar-toggler {
  border: 0px black solid; 
}

body {
  font-family: Roboto, sans-serif;
  font-weight: 300;
}

.navbar .navbar-nav .nav-item {
  position: relative;
}
.navbar .navbar-nav .nav-item::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
  width: 0%;
  content: "";
  height: 2px;
  transition: 0.4s;
  transition: width 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.navbar .navbar-nav .nav-item:hover::after {
  width: 100%;
}

.bg-gradient-info {
    background: linear-gradient(310deg, rgba(106, 17, 203, 0.8), rgba(37, 117, 252, 0.8)); 
}
.navbar-text {
  color: #c2d2e0;
}

.navbar-text a {
  color: #ffffff;
}

.navbar-text a:hover,
.navbar-text a:focus {
  color: #c2d2e0;
}

.navbar-nav .nav-link {
  color: #c2d2e0;
  border-radius: 0.25rem;
  margin: 0 0.25em;
}

.navbar-nav .nav-link:not(.disabled):hover,
.navbar-nav .nav-link:not(.disabled):focus {
  color: #ffffff;
}

.navbar-nav .dropdown-menu {
  border-color: #76abd9;
  background-color: #3977ac;
}

.navbar-nav .dropdown-item {
  color: #c2d2e0;
}

.navbar-nav .dropdown-item:hover,
.navbar-nav .dropdown-item:focus,
.navbar-nav .dropdown-item.active {
  color: #ffffff;
  background-color: #3977ac;
}

.navbar-nav .dropdown-divider {
  border-top-color: #c2d2e0;
}

.nav-item.active .nav-link {
  color: #ffffff;
}

.nav-item.active .nav-link:hover,
.nav-item.active .nav-link:focus {
  color: #ffffff;
}

.nav-item.show .nav-link {
  color: #ffffff;
}

.nav-item.show .nav-link:hover,
.nav-item.show .nav-link:focus {
  color: #ffffff;
}

.navbar-toggle {
  border-color: #428bca;
}

.navbar-toggle:hover,
.navbar-toggle:focus {
  background-color: #428bca;
}

.navbar-toggle .navbar-toggler-icon {
  color: #c2d2e0;
}

.navbar-collapse,
.navbar-form {
  border-color: #c2d2e0;
}

.navbar-link {
  color: #c2d2e0;
}

.header-bord.t {
  border-bottom: thin solid #76abd9;
}

.navbar .navbar-link:hover {
  color: #ffffff;
  background-color: #3977ac;
}

.navbar-dark .navbar-toggler {
  border: 0px black solid;
}

@media (min-width: 575px) and (max-width: 991.98px) {
  .navbar {
    padding-top: 0px;
  }
}

@media (max-width: 575px) {
  .navbar {
    padding-top: 0px;
  }
}

.dropdown-divider {
  border-top: 1px solid #c2d2e0;
  border-top-color: rgb(245, 245, 245);
  opacity: 1;
}

.navbar .navbar-nav .nav-item {
  position: relative;
}

.navbar .navbar-nav .nav-item::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  background-color: #fff;
  width: 0%;
  content: "";
  height: 2px;
  -webkit-transition: all ease 0.6s;
  -moz-transition: all ease 0.6s;
  transition: all ease 0.6s;
  transition: width 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

@media (max-width: 991.98px) {
  .navbar .navbar-nav .nav-item::after {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 992px) {
  .navbar .navbar-nav .nav-item::after {
    top: 65%;
  }
}

.navbar .navbar-nav .nav-item:hover::after {
  width: 100%;
}

#icon {
  width: 60px;
  height: 50px;
  cursor: pointer;
  transform: translate3d(0, 0, 0);
}

.hamburger-icon path {
  fill: none;
  transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25),
    stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
  stroke-width: 30px;
  stroke-linecap: round;
  stroke: #c2d2e0;
  stroke-dashoffset: 0px;
}

.hamburger-icon path#top,
.hamburger-icon path#bottom {
  stroke-dasharray: 240px 950px;
}

.hamburger-icon path#middle {
  stroke-dasharray: 240px 240px;
}

.cross path#top,
.cross path#bottom {
  stroke-dashoffset: -650px;
  stroke-dashoffset: -650px;
}

.cross path#middle {
  stroke-dashoffset: -115px;
  stroke-dasharray: 1px 220px;
}

.dropdown-menu li {
  position: relative;
}

.dropdown-menu .dropdown-submenu {
  position: absolute !important;
  left: 100%;
  top: 0;
  border: 1px solid;
  border-color: #c2d2e0;
}

.dropdown-menu {
  position: absolute !important;
  left: 100%;
  margin-left: 0 !important;
  top: 0;
  border: 1px solid;
  border-color: #c2d2e0;
}

.dropdown-menu .dropdown-toggle {
  padding: 0.25rem 1.1rem !important;
}

@media screen and (max-width: 767px) {
  .dropdown-menu .dropdown-submenu {
    position: static !important;
  }
}

.dropdown-toggle[aria-expanded="true"]:after {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/*for the animation*/
.dropdown-toggle:after {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}

.dropdown-toggle.active-dropdown::after {
  transform: rotate(-90deg);
}

.dropdown-toggle[aria-expanded="true"]:after {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.dropdown-toggle:after {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: 0.1rem;
  margin-right: 0.1rem;
}

.bg-gradient-info {
    background: linear-gradient(310deg, rgba(106, 17, 203, .5), rgba(37, 117, 252, .8))
}

.z-index-1 {
    z-index: 1
}

.page-header .container {
    z-index: 1
}

.page-header {
    padding: 0;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: 50%;
    width: 100%;
    height: auto
}

/* X-Small devices (portrait phones, less than 576px) */
@supports not (background-image: url("../img/content/webp/Gradbeništvo-Begić(xs).webp")) {
  .page-header {
    background-image: url("../img/content/jpg/Gradbeništvo-Begić(xs).jpg");
    min-height: 85vh;
  }
}

@supports (background-image: url("../img/content/webp/Gradbeništvo-Begić(xs).webp")) {
  .page-header {
    background-image: url("../img/content/webp/Gradbeništvo-Begić(xs).webp");
    min-height: 90vh;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
  @supports not (background-image: url("../img/content/webp/Gradbeništvo-Begić(sm).webp")) {
    .page-header {
      background-image: url("../img/content/jpg/Gradbeništvo-Begić(sm).jpg");
      min-height: 90vh;
    }
  }

  @supports (background-image: url("../img/content/webp/Gradbeništvo-Begić(sm).webp")) {
    .page-header {
      background-image: url("../img/content/webp/Gradbeništvo-Begić(sm).webp");
      min-height: 90vh;
    }
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
  @supports not (background-image: url("../img/content/Gradbeništvo-Begić(md).webp")) {
    .page-header {
      background-image: url("../img/content/jpg/Gradbeništvo-Begić(md).jpg");
      min-height: 90vh;
    }
  }

  @supports (background-image: url("../img/content/webp/Gradbeništvo-Begić(md).webp")) {
    .page-header {
      background-image: url("../img/content/webp/Gradbeništvo-Begić(md).webp");
      min-height: 90vh;
    }
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  @supports not (background-image: url("../img/content/webp/Gradbeništvo-Begić(lg).webp")) {
    .page-header {
      background-image: url("../img/content/jpg/Gradbeništvo-Begić(lg).jpg");
      min-height: 90vh;
    }
  }

  @supports (background-image: url("../img/content/webp/Gradbeništvo-Begić(lg).webp")) {
    .page-header {
      background-image: url("../img/content/webp/Gradbeništvo-Begić(lg).webp");
      min-height: 90vh;
    }
  }
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) and (max-width: 1399.98px) {
  @supports not (background-image: url("../img/content/webp/Gradbeništvo-Begić(xl).webp")) {
    .page-header {
      background-image: url("../img/content/jpg/Gradbeništvo-Begić(xl).jpg");
      min-height: 90vh;
    }
  }

  @supports (background-image: url("../img/content/webp/Gradbeništvo-Begić(xl).webp")) {
    .page-header {
      background-image: url("../img/content/webp/Gradbeništvo-Begić(xl).webp");
      min-height: 90vh;
    }
  }
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
  @supports not (background-image: url("../img/content/webp/Gradbeništvo-Begić(xxl).webp")) {
    .page-header {
      background-image: url("../img/content/jpg/Gradbeništvo-Begić(xxl).jpg");
      min-height: 90vh;
    }
  }

  @supports (background-image: url("../img/content/webp/Gradbeništvo-Begić(xxl).webp")) {
    .page-header {
      background-image: url("../img/content/webp/Gradbeništvo-Begić(xxl).webp");
      min-height: 90vh;
    }
  }
}

.fw-900 {
    font-weight: 900;
}

.waves {
    position: relative;
    width: 100%;
    height: 15vh;
    margin-bottom: -7px;
    min-height: 100px;
    max-height: 150px
}

.simple-waves>use {
    animation: wavy 55s cubic-bezier(.55, .5, .45, .5) infinite
}

.simple-waves>use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s
}

.simple-waves>use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s
}

.simple-waves>use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s
}

.simple-waves>use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 16s
}

.simple-waves>use:nth-child(5) {
    animation-delay: -4s;
    animation-duration: 20s
}

@keyframes wavy {
    0% {
        transform: translate3d(-90px, 0, 0)
    }

    100% {
        transform: translate3d(85px, 0, 0)
    }
}

@media (max-width:768px) {
    .waves {
        height: 40px;
        min-height: 40px
    }
}

.dropdown-menu li {
    position: relative;
}

.dropdown-menu .dropdown-submenu {
    position: absolute !important;
    left: 100%;
    top: 0;
    border:1px solid;
    border-color:#c2d2e0;
}

.dropdown-menu {
    position: absolute !important;
    left: 100%;
    margin-left: 0 !important;
    top: 0;
    border:1px solid;
    border-color:#c2d2e0;
}
.dropdown-menu .dropdown-toggle {
    padding: .25rem 1.1rem !important;
}

@media screen and (max-width :767px) {
    .dropdown-menu .dropdown-submenu {
        position: static !important;
    }
}

.dropdown-toggle[aria-expanded="true"]:after {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/*for the animation*/
.dropdown-toggle:after {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}

.dropdown-toggle.active-dropdown::after {
  transform: rotate(-90deg);
}

.dropdown-toggle[aria-expanded="true"]:after {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.dropdown-toggle:after {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: 0.1rem;
  margin-right: 0.1rem;
}

.my-bg-color {
  background-color: rgb(10, 69, 163, 0.9);             
}

.my-divider {
    display: flex;
    flex-direction: row;
}

.my-divider:after,
.my-divider:before {
    content: '';
    flex: 1 1;
    border-bottom: 1px solid;
    margin: auto;
    color: #9e9e9e;
}

.my-divider:before {
    margin-right: 10px;
}

.my-divider:after {
    margin-left: 10px;
}

@media (min-width:576px) {
    .my-divider:before {
        margin-right: 30px;
    }

    .my-divider:after {
        margin-left: 30px;
    }
}

.my-quote-left {
    width: 27px;
    height: 20px;
    color:#4f4f4f;
}

.my-quote-right {
    width: 27px;
    height: 20px;
    color:#4f4f4f;
}
.strike {
    display: block;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
}

.strike>span {
    position: relative;
    display: inline-block;
}

.strike>span:before,
.strike>span:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 9999px;
    height: 1px;
    background: grey;
}

.strike>span:before {
    right: 100%;
    margin-right: 15px;
}

.strike>span:after {
    left: 100%;
    margin-left: 15px;
}

.header-bord.t {
  border-bottom: thin solid #76abd9;
}

h1,
h2,
h3,
h4 {
  color: #428bca !important;
}

.my-divider-1 {
  background-color: #c2d2e0;
}

#icon {
  width: 60px;
  height: 50px;
  cursor: pointer;
  transform: translate3d(0, 0, 0);
}

.hamburger-icon path {
  fill: none;
  transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
  stroke-width: 30px;
  stroke-linecap: round;
  stroke: #c2d2e0;
  stroke-dashoffset: 0px;
}
.hamburger-icon path#top,
.hamburger-icon path#bottom {
  stroke-dasharray: 240px 950px;
}
.hamburger-icon path#middle {
  stroke-dasharray: 240px 240px;
}
.cross path#top,
.cross path#bottom {
  stroke-dashoffset: -650px;
  stroke-dashoffset: -650px;
}
.cross path#middle {
  stroke-dashoffset: -115px;
  stroke-dasharray: 1px 220px;
}
@media (min-width: 575px) and (max-width: 991px) { 
   .navbar {
      padding-top: 0px;
  }
}
@media (max-width: 575px) { 
    .navbar {
      padding-top: 0px;
  }
}

.my-display-4 {
  text-shadow: #000 0 1px 1px, #000 0 -1px 1px, #000 1px 0 1px, #000 -1px 0 1px;
}

.shadow-custom {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .25), 0 3px 10px 2px rgba(0, 0, 0, 0.05) !important;
}

.mask-custom {
  backdrop-filter: blur(3px);
  background-color: rgba(255, 255, 255, .15);
}

h1,
h2,
h4 {
    color: #3b71ca !important;
}

.my-text {
    color: #F29F05;
}

.my-image {
    width: 600px;
    height: auto;
}

.my-bg-color {
    background-color: #0e5bd8;
}

.no-webp .my-desing-block {
    background-image: url("../img/content/jpg/img-(18).jpg");
    height: 200px;
   }

.webp .my-desing-block {
    background-image: url("../img/content/webp/img-(18).webp");
    height: 200px;
   }

.footer-copyright-banner {
    background-color: rgba(0, 0, 0, .1);
}

.shadow-custom {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .25), 0 3px 10px 2px rgba(0, 0, 0, .05) !important;
}

.form-label {
    margin-left: 15px !important;
}

textarea {
    background-color: transparent !important;
}

input {
    background-color: transparent !important;
}

.card .md-form label {
    font-weight: 300;
}

.form-header {
    padding: 1rem;
    margin-top: -3.13rem;
    margin-bottom: 3rem;
    color: #fff;
    text-align: center;
    border-radius: .125rem;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
}

.gradient-custom1 {
    background: #667eea;
    background: -webkit-linear-gradient(to right, rgba(102, 126, 234, 1), rgba(118, 75, 162, 1));
    background: linear-gradient(to right, rgba(102, 126, 234, 1), rgba(118, 75, 162, 1));
}

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

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

.my-btn-fontaw-icon {
    padding-top: 45%;
    padding-right: 4%;
}

.logoheader {
    width: 70px;
    height: auto;
}

.logo {
    width: 100px;
    height: auto;
}

.form-label {
    margin-left: 15px !important;
}

textarea {
    background-color: transparent !important;
}

input {
    background-color: transparent !important;
}

.card .md-form label {
    font-weight: 300;
}

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

.md-form input:not([type]),
.md-form input[type=email]:not(.browser-default),
.md-form input[type=number]:not(.browser-default),
.md-form input[type=password]:not(.browser-default),
.md-form input[type=phone]:not(.browser-default),
.md-form input[type=tel]:not(.browser-default),
.md-form input[type=text]:not(.browser-default),
.md-form textarea.md-textarea {
    box-sizing: content-box;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #ced4da;
    border-radius: 0;
    outline: 0;
    box-shadow: none;
    -webkit-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;
}

.md-form input:not([type]):focus:not([readonly]),
.md-form input[type=email]:not(.browser-default):focus:not([readonly]),
.md-form input[type=number]:not(.browser-default):focus:not([readonly]),
.md-form input[type=password]:not(.browser-default):focus:not([readonly]),
.md-form input[type=phone]:not(.browser-default):focus:not([readonly]),
.md-form input[type=tel]:not(.browser-default):focus:not([readonly]),
.md-form input[type=text]:not(.browser-default):focus:not([readonly]),
.md-form textarea.md-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #3b71ca;
    box-shadow: 0 1px 0 0 #3b71ca;
}

.md-form input:not([type]):focus:not([readonly])+label,
.md-form input[type=email]:not(.browser-default):focus:not([readonly])+label,
.md-form input[type=number]:not(.browser-default):focus:not([readonly])+label,
.md-form input[type=password]:not(.browser-default):focus:not([readonly])+label,
.md-form input[type=phone]:not(.browser-default):focus:not([readonly])+label,
.md-form input[type=tel]:not(.browser-default):focus:not([readonly])+label,
.md-form input[type=text]:not(.browser-default):focus:not([readonly])+label,
.md-form textarea.md-textarea:focus:not([readonly])+label {
    color: #3b71ca;
}

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

.md-form input:not([type]).valid,
.md-form input:not([type]):focus.valid,
.md-form input[type=email]:not(.browser-default).valid,
.md-form input[type=email]:not(.browser-default):focus.valid,
.md-form input[type=number]:not(.browser-default).valid,
.md-form input[type=number]:not(.browser-default):focus.valid,
.md-form input[type=password]:not(.browser-default).valid,
.md-form input[type=password]:not(.browser-default):focus.valid,
.md-form input[type=phone]:not(.browser-default).valid,
.md-form input[type=phone]:not(.browser-default):focus.valid,
.md-form input[type=tel]:not(.browser-default).valid,
.md-form input[type=tel]:not(.browser-default):focus.valid,
.md-form input[type=text]:not(.browser-default).valid,
.md-form input[type=text]:not(.browser-default):focus.valid,
.md-form textarea.md-textarea.valid,
.md-form textarea.md-textarea:focus.valid {
    border-bottom: 1px solid #00c851;
    box-shadow: 0 1px 0 0 #00c851;
}

.md-form input:not([type]).valid+label:after,
.md-form input:not([type]):focus.valid+label:after,
.md-form input[type=email]:not(.browser-default).valid+label:after,
.md-form input[type=email]:not(.browser-default):focus.valid+label:after,
.md-form input[type=number]:not(.browser-default).valid+label:after,
.md-form input[type=number]:not(.browser-default):focus.valid+label:after,
.md-form input[type=password]:not(.browser-default).valid+label:after,
.md-form input[type=password]:not(.browser-default):focus.valid+label:after,
.md-form input[type=phone]:not(.browser-default).valid+label:after,
.md-form input[type=phone]:not(.browser-default):focus.valid+label:after,
.md-form input[type=tel]:not(.browser-default).valid+label:after,
.md-form input[type=tel]:not(.browser-default):focus.valid+label:after,
.md-form input[type=text]:not(.browser-default).valid+label:after,
.md-form input[type=text]:not(.browser-default):focus.valid+label:after,
.md-form textarea.md-textarea.valid+label:after,
.md-form textarea.md-textarea:focus.valid+label:after {
    color: #00c851;
    opacity: 1;
}

.md-form input:not([type]).invalid,
.md-form input:not([type]):focus.invalid,
.md-form input[type=email]:not(.browser-default).invalid,
.md-form input[type=email]:not(.browser-default):focus.invalid,
.md-form input[type=number]:not(.browser-default).invalid,
.md-form input[type=number]:not(.browser-default):focus.invalid,
.md-form input[type=password]:not(.browser-default).invalid,
.md-form input[type=password]:not(.browser-default):focus.invalid,
.md-form input[type=phone]:not(.browser-default).invalid,
.md-form input[type=phone]:not(.browser-default):focus.invalid,
.md-form input[type=tel]:not(.browser-default).invalid,
.md-form input[type=tel]:not(.browser-default):focus.invalid,
.md-form input[type=text]:not(.browser-default).invalid,
.md-form input[type=text]:not(.browser-default):focus.invalid,
.md-form textarea.md-textarea.invalid,
.md-form textarea.md-textarea:focus.invalid {
    border-bottom: 1px solid #f44336;
    box-shadow: 0 1px 0 0 #f44336;
}

.md-form input:not([type]).invalid+label:after,
.md-form input:not([type]):focus.invalid+label:after,
.md-form input[type=email]:not(.browser-default).invalid+label:after,
.md-form input[type=email]:not(.browser-default):focus.invalid+label:after,
.md-form input[type=number]:not(.browser-default).invalid+label:after,
.md-form input[type=number]:not(.browser-default):focus.invalid+label:after,
.md-form input[type=password]:not(.browser-default).invalid+label:after,
.md-form input[type=password]:not(.browser-default):focus.invalid+label:after,
.md-form input[type=phone]:not(.browser-default).invalid+label:after,
.md-form input[type=phone]:not(.browser-default):focus.invalid+label:after,
.md-form input[type=tel]:not(.browser-default).invalid+label:after,
.md-form input[type=tel]:not(.browser-default):focus.invalid+label:after,
.md-form input[type=text]:not(.browser-default).invalid+label:after,
.md-form input[type=text]:not(.browser-default):focus.invalid+label:after,
.md-form textarea.md-textarea.invalid+label:after,
.md-form textarea.md-textarea:focus.invalid+label:after {
    color: #f44336;
    opacity: 1;
}

.md-form input:not([type]).form-control.valid+label:after,
.md-form input:not([type]).form-control:focus.valid+label:after,
.md-form input[type=email]:not(.browser-default).form-control.valid+label:after,
.md-form input[type=email]:not(.browser-default).form-control:focus.valid+label:after,
.md-form input[type=number]:not(.browser-default).form-control.valid+label:after,
.md-form input[type=number]:not(.browser-default).form-control:focus.valid+label:after,
.md-form input[type=password]:not(.browser-default).form-control.valid+label:after,
.md-form input[type=password]:not(.browser-default).form-control:focus.valid+label:after,
.md-form input[type=phone]:not(.browser-default).form-control.valid+label:after,
.md-form input[type=phone]:not(.browser-default).form-control:focus.valid+label:after,
.md-form input[type=tel]:not(.browser-default).form-control.valid+label:after,
.md-form input[type=tel]:not(.browser-default).form-control:focus.valid+label:after,
.md-form input[type=text]:not(.browser-default).form-control.valid+label:after,
.md-form input[type=text]:not(.browser-default).form-control:focus.valid+label:after,
.md-form textarea.md-textarea.form-control.valid+label:after,
.md-form textarea.md-textarea.form-control:focus.valid+label:after {
    top: 4.1rem;
}

.md-form input:not([type]).form-control.invalid+label:after,
.md-form input:not([type]).form-control:focus.invalid+label:after,
.md-form input[type=email]:not(.browser-default).form-control.invalid+label:after,
.md-form input[type=email]:not(.browser-default).form-control:focus.invalid+label:after,
.md-form input[type=number]:not(.browser-default).form-control.invalid+label:after,
.md-form input[type=number]:not(.browser-default).form-control:focus.invalid+label:after,
.md-form input[type=password]:not(.browser-default).form-control.invalid+label:after,
.md-form input[type=password]:not(.browser-default).form-control:focus.invalid+label:after,
.md-form input[type=phone]:not(.browser-default).form-control.invalid+label:after,
.md-form input[type=phone]:not(.browser-default).form-control:focus.invalid+label:after,
.md-form input[type=tel]:not(.browser-default).form-control.invalid+label:after,
.md-form input[type=tel]:not(.browser-default).form-control:focus.invalid+label:after,
.md-form input[type=text]:not(.browser-default).form-control.invalid+label:after,
.md-form input[type=text]:not(.browser-default).form-control:focus.invalid+label:after,
.md-form textarea.md-textarea.form-control.invalid+label:after,
.md-form textarea.md-textarea.form-control:focus.invalid+label:after {
    top: 4rem;
}

.md-form>input[type=date]:not(.browser-default) {
    color: transparent;
}

.md-form>input[type=date]:not(.browser-default)+label {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.md-form>input[type=time]:not(.browser-default)+label,
.md-form>input[type]:-webkit-autofill:not(.browser-default):not([type=search])+label {
    font-size: .8rem;
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.md-form .was-validated input[type=text]:valid+label {
    color: #00c851 !important;
}

.md-form .was-validated input[type=text]:invalid+label {
    color: #f44336 !important;
}

.md-form .was-validated .form-control:valid:focus {
    box-shadow: 0 1px 0 0 #00c851 !important;
}

.md-form .was-validated .form-control:valid {
    border-color: #00c851 !important;
}

.md-form .was-validated .form-control:invalid:focus {
    box-shadow: 0 1px 0 0 #f44336 !important;
}

.md-form .was-validated .form-control:invalid {
    border-color: #f44336 !important;
}

.md-form .form-control {
    height: auto;
    padding: .6rem 0 .4rem 0;
    margin: 0 0 .5rem 0;
    background-color: transparent;
    border-radius: 0;
}

.md-form .form-control:focus {
    box-shadow: none;
}

.md-form .form-control:disabled,
.md-form .form-control[readonly] {
    background-color: transparent;
    border-bottom: 1px solid #bdbdbd;
}

.md-form .form-control.is-valid {
    border-color: #00c851;
}

.md-form .form-control.is-valid:focus {
    border-color: #00c851 !important;
    box-shadow: 0 1px 0 0 #00c851 !important;
}

.md-form .form-control.is-invalid {
    border-color: #f44336;
}

.md-form .form-control.is-invalid:focus {
    border-color: #f44336 !important;
    box-shadow: 0 1px 0 0 #f44336 !important;
}

.md-form .form-control.is-invalid,
.md-form .form-control.is-valid {
    background-position: center right !important;
}

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

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

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

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

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

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

.md-form .prefix~.form-text {
    margin-left: 2.6rem;
}

.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.active {
    -webkit-transform: translateY(-14px) scale(.8);
    transform: translateY(-14px) scale(.8);
}

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

.md-form .prefix.active {
    color: #3b71ca;
}

.label.active {
    color: #3b71ca;
}

.md-form label.active {
    color: #3b71ca !important;
}

.form-control .md-textarea {
    color: #3b71ca;
}

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

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

.md-form.form-lg label.active {
    font-size: 1.15rem;
}

.md-form.form-lg .prefix {
    top: .4rem;
    font-size: 2rem;
}

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

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

.md-form.form-lg .prefix~.form-text {
    margin-left: 3.1rem;
}

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

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

.md-form.form-sm label.active {
    font-size: .95rem;
}

.md-form.form-sm .prefix {
    top: .35rem;
    font-size: 1.5rem;
}

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

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

.md-form.form-sm .prefix~.form-text {
    margin-left: 2rem;
}

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

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

.md-form textarea.md-textarea-auto {
    padding: 0;
    padding-top: 1.5rem;
}

.md-form textarea.md-textarea-auto+label {
    top: 0;
}

@-webkit-keyframes autofill {
    to {
        color: #495057;
        background: 0 0;
    }
}

.md-form.md-bg input[type=email],
.md-form.md-bg input[type=number],
.md-form.md-bg input[type=password],
.md-form.md-bg input[type=tel],
.md-form.md-bg input[type=text],
.md-form.md-bg textarea.md-textarea {
    box-sizing: border-box;
    padding: 10px 5px;
    background: #f5f5f5 no-repeat;
    background-image: -webkit-linear-gradient(linear, left top, left bottom, from(#4285f4), to(#4285f4)), -webkit-gradient(linear, left top, left bottom, from(#ced4da), to(#ced4da));
    background-image: linear-gradient(to bottom, #4285f4, #4285f4), linear-gradient(to bottom, #ced4da, #ced4da);
    background-position: 50% 100%, 50% 100%;
    background-size: 0 2px, 100% 1px;
    border: 0;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
    -webkit-transition: background-size .3s cubic-bezier(.64, .09, .08, 1);
    transition: background-size .3s cubic-bezier(.64, .09, .08, 1);
}

.md-form.md-bg input[type=email]:focus:not([readonly]),
.md-form.md-bg input[type=number]:focus:not([readonly]),
.md-form.md-bg input[type=password]:focus:not([readonly]),
.md-form.md-bg input[type=tel]:focus:not([readonly]),
.md-form.md-bg input[type=text]:focus:not([readonly]),
.md-form.md-bg textarea.md-textarea:focus:not([readonly]) {
    border-bottom: none;
    box-shadow: none;
}

.md-form.md-bg input[type=email]:focus,
.md-form.md-bg input[type=number]:focus,
.md-form.md-bg input[type=password]:focus,
.md-form.md-bg input[type=tel]:focus,
.md-form.md-bg input[type=text]:focus,
.md-form.md-bg textarea.md-textarea:focus {
    background-color: #dcdcdc;
    background-size: 100% 2px, 100% 1px;
    outline: 0;
}

.md-form.md-bg .form-control {
    padding: 1.1rem .7rem .4rem !important;
}

.md-form.md-bg label {
    top: 0;
    padding-left: .7rem;
    font-size: 1rem;
    -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(13px);
    transform: translateY(13px);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.md-form.md-bg label.active {
    padding-left: .75rem;
    font-weight: 500;
    -webkit-transform: translateY(-3px) scale(.8);
    transform: translateY(-3px) scale(.8);
}

.md-form.md-bg.form-lg label {
    -webkit-transform: translateY(16px);
    transform: translateY(16px);
}

.md-form.md-bg.form-lg label.active {
    -webkit-transform: translateY(-4px) scale(.8);
    transform: translateY(-4px) scale(.8);
}

.md-form.md-bg.form-sm label {
    -webkit-transform: translateY(11px);
    transform: translateY(11px);
}

.md-form.md-bg.form-sm label.active {
    -webkit-transform: translateY(-2px) scale(.8);
    transform: translateY(-2px) scale(.8);
}

.md-form .form-control.is-invalid,
.was-validated .md-form .form-control:invalid {
    padding-right: 0;
}

.md-form .form-control.is-valid,
.was-validated .md-form .form-control:valid {
    padding-right: 0;
}

.needs-validation .md-form label {
    left: .3rem;
}

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

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

.md-form .input-prefix {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: color .2s;
    transition: color .2s;
    color: rgba(0, 0, 0, .87);
    pointer-events: none;
}

.md-form .input-prefix.active {
    color: #4285f4;
}

.md-form.input-with-pre-icon label {
    left: 36px;
    right: initial;
}

.md-form.input-with-pre-icon .input-prefix {
    left: 16px;
    right: initial;
}

.md-form.input-with-pre-icon .form-control {
    padding-left: 2.7rem !important;
}

.md-form.input-with-post-icon .input-prefix {
    right: 16px;
    left: initial;
}

.md-form.input-with-post-icon .form-control {
    padding-right: 2.7rem !important;
}

.md-form.input-with-post-icon.input-with-pre-icon .input-prefix {
    right: 16px;
    left: initial;
}

.md-form.input-with-post-icon.input-with-pre-icon .input-prefix:first-of-type {
    left: 16px;
    right: initial;
}

.md-form.input-with-post-icon.input-with-pre-icon .form-control {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
}

.form-header {
    padding: 1rem;
    margin-top: -3.13rem;
    margin-bottom: 3rem;
    color: #fff;
    text-align: center;
    border-radius: .125rem;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
}

[type=checkbox]:checked,
[type=checkbox]:not(:checked) {
    position: absolute;
    pointer-events: none;
    opacity: 0;
}

.form-check-input[type=checkbox]+label,
label.btn input[type=checkbox]+label {
    position: relative;
    display: inline-block;
    height: 1.5625rem;
    padding-left: 35px;
    line-height: 1.5625rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.form-check-input[type=checkbox]+label.form-check-label-left,
label.btn input[type=checkbox]+label.form-check-label-left {
    padding: 0 35px 0 0 !important;
}

.form-check-input[type=checkbox]+label.form-check-label-left:before,
label.btn input[type=checkbox]+label.form-check-label-left:before {
    right: 0;
    left: 100% !important;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.form-check-input[type=checkbox]+label:before,
.form-check-input[type=checkbox]:not(.filled-in)+label:after,
label.btn input[type=checkbox]+label:before,
label.btn input[type=checkbox]:not(.filled-in)+label:after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 18px;
    height: 18px;
    margin-top: 3px;
    content: '';
    border: 2px solid #8a8a8a;
    border-radius: 1px;
    -webkit-transition: .2s;
    transition: .2s;
}

.form-check-input[type=checkbox]:not(.filled-in)+label:after,
label.btn input[type=checkbox]:not(.filled-in)+label:after {
    border: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.form-check-input[type=checkbox]:not(:checked):disabled+label:before,
label.btn input[type=checkbox]:not(:checked):disabled+label:before {
    background-color: #bdbdbd;
    border: none;
}

.form-check-input[type=checkbox]:checked+label:before,
label.btn input[type=checkbox]:checked+label:before {
    top: -4px;
    left: -5px;
    width: 12px;
    height: 1.375rem;
    border-top: 2px solid transparent;
    border-right: 2px solid #4285f4;
    border-bottom: 2px solid #4285f4;
    border-left: 2px solid transparent;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.form-check-input[type=checkbox]:checked+label.form-check-label-left:before,
label.btn input[type=checkbox]:checked+label.form-check-label-left:before {
    -webkit-transform: translateX(0) rotateZ(40deg);
    transform: translateX(0) rotateZ(40deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.form-check-input[type=checkbox]:checked:disabled+label:before,
label.btn input[type=checkbox]:checked:disabled+label:before {
    border-right: 2px solid #bdbdbd;
    border-bottom: 2px solid #bdbdbd;
}

.form-check-input[type=checkbox]:indeterminate+label:before,
label.btn input[type=checkbox]:indeterminate+label:before {
    top: -11px;
    left: -12px;
    width: 10px;
    height: 1.375rem;
    border-top: none;
    border-right: 2px solid #4285f4;
    border-bottom: none;
    border-left: none;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.form-check-input[type=checkbox]:indeterminate+label.form-check-label-left:before,
label.btn input[type=checkbox]:indeterminate+label.form-check-label-left:before {
    top: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.form-check-input[type=checkbox]:indeterminate:disabled+label:before,
label.btn input[type=checkbox]:indeterminate:disabled+label:before {
    background-color: transparent;
    border-right: 2px solid rgba(0, 0, 0, .46);
}

.form-check-input[type=checkbox].filled-in+label:after,
label.btn input[type=checkbox].filled-in+label:after {
    border-radius: .125rem;
}

.form-check-input[type=checkbox].filled-in+label:after,
.form-check-input[type=checkbox].filled-in+label:before,
label.btn input[type=checkbox].filled-in+label:after,
label.btn input[type=checkbox].filled-in+label:before {
    position: absolute;
    left: 0;
    z-index: 1;
    content: '';
    -webkit-transition: border .25s, background-color .25s, width .2s .1s, height .2s .1s, top .2s .1s, left .2s .1s;
    transition: border .25s, background-color .25s, width .2s .1s, height .2s .1s, top .2s .1s, left .2s .1s;
}

.form-check-input[type=checkbox].filled-in:not(:checked)+label:before,
label.btn input[type=checkbox].filled-in:not(:checked)+label:before {
    top: 10px;
    left: 6px;
    width: 0;
    height: 0;
    border: 3px solid transparent;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.form-check-input[type=checkbox].filled-in:not(:checked)+label:after,
label.btn input[type=checkbox].filled-in:not(:checked)+label:after {
    top: 0;
    z-index: 0;
    width: 20px;
    height: 20px;
    background-color: transparent;
    border: 2px solid #5a5a5a;
}

.form-check-input[type=checkbox].filled-in:checked+label:before,
label.btn input[type=checkbox].filled-in:checked+label:before {
    top: 0;
    left: 1px;
    width: 8px;
    height: 13px;
    border-top: 2px solid transparent;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    border-left: 2px solid transparent;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.form-check-input[type=checkbox]:focus:not(:checked)+label::before,
label.btn input[type=checkbox]:focus:not(:checked)+label::before {
    border-color: #3b71ca;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
   }
.form-check-input[type=checkbox]:focus:checked+label::before,
label.btn input[type=checkbox]:focus:checked+label::before {
    border-color: #3b71ca;
    box-shadow: 3px 2px 0 0 rgba(0, 123, 255, .25);
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
}

.form-check-input[type=checkbox].filled-in:checked+label:after,
label.btn input[type=checkbox].filled-in:checked+label:after {
    top: 0;
    z-index: 0;
    width: 20px;
    height: 20px;
    background-color: #3b71ca;
    border: 2px solid #3b71ca;
}

.form-check-input[type=checkbox].filled-in.filled-in-danger:checked+label:after,
label.btn input[type=checkbox].filled-in.filled-in-danger:checked+label:after {
    background-color: #f44336;
    border-color: #f44336;
}

.form-check-input[type=checkbox]:disabled:not(:checked)+label:before,
label.btn input[type=checkbox]:disabled:not(:checked)+label:before {
    background-color: #bdbdbd;
    border-color: #bdbdbd;
}

.form-check-input[type=checkbox]:disabled:not(:checked)+label:after,
label.btn input[type=checkbox]:disabled:not(:checked)+label:after {
    background-color: #bdbdbd;
    border-color: #bdbdbd;
}

.form-check-input[type=checkbox]:disabled:checked+label:before,
label.btn input[type=checkbox]:disabled:checked+label:before {
    background-color: transparent;
}

.form-check-input[type=checkbox]:disabled:checked+label:after,
label.btn input[type=checkbox]:disabled:checked+label:after {
    background-color: #bdbdbd;
    border-color: #bdbdbd;
}

.my-cookie-p {
    font-size: .9rem;
}

.my-cookie-pf {
    flex: 4;
}

.switch label {
    cursor: pointer;
}

.switch label input[type=checkbox] {
    opacity: 0;
    width: 0;
    height: 0;
}

.switch label input[type=checkbox]:checked+.lever {
    background-color: #9dc1fa;
}

.switch label input[type=checkbox]:checked+.lever:after {
    left: 1.5rem;
    background-color: #3b71ca;
}

.switch label input[type=checkbox]:checked:not(:disabled)~.lever:active:after {
    box-shadow: 0 .0625rem .1875rem .0625rem rgba(0, 0, 0, .4), 0 0 0 .9375rem rgba(170, 102, 204, .1);
}

.switch label input[type=checkbox]:not(:disabled)~.lever:active:after {
    box-shadow: 0 .0625rem .1875rem .0625rem rgba(0, 0, 0, .4), 0 0 0 .9375rem rgba(0, 0, 0, .08);
}

.switch label input[type=checkbox]:disabled+.lever {
    cursor: default;
}

.switch label input[type=checkbox]:disabled+.lever:after,
.switch label input[type=checkbox]:disabled:checked+.lever:after {
    background-color: #bdbdbd;
}

.switch label .lever {
    position: relative;
    display: inline-block;
    margin: 0 1rem;
    margin-right: .88rem;
    margin-left: .1rem;
    vertical-align: middle;
    content: '';
    background-color: #818181;
    border-radius: .9375rem;
    width: 2.5rem;
    height: .9375rem;
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
}

.switch label .lever:after {
    position: absolute;
    top: -.1875rem;
    left: -.3125rem;
    display: inline-block;
    content: '';
    background-color: #f1f1f1;
    border-radius: 1.3125rem;
    box-shadow: 0 .0625rem .1875rem .0625rem rgba(0, 0, 0, .4);
    width: 1.3125rem;
    height: 1.3125rem;
    -webkit-transition: left .3s ease, background .3s ease, box-shadow 1s ease;
    transition: left .3s ease, background .3s ease, box-shadow 1s ease;
}

.switch {
    min-width: 123px;
}

.my-form-check-input[type=checkbox]+label:before,
.my-form-check-input[type=checkbox]:not(.filled-in)+label:after,
label.btn input[type=checkbox]+label:before,
label.btn input[type=checkbox]:not(.filled-in)+label:after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 18px;
    height: 18px;
    margin-top: 3px;
    content: '';
    border: 2px solid #fff;
    border-radius: 1px;
    -webkit-transition: .2s;
    transition: .2s;
}

.my-form-control:focus {
    color: #fff;
}

#my-top {
    position: absolute;
    top: 0;
}

#btn-back-to-top {
    position: fixed;
    bottom: 100px;
    right: 20px;
    background: #000;
    background: rgba(0, 0, 0, .7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    z-index: 999;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#btn-back-to-top i {
    color: #fff;
    margin: 0;
    padding-bottom: 40px;
    position: relative;
    left: 0;
    top: 15px;
    font-size: 19px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#btn-back-to-top:hover {
    background: rgba(0, 0, 0, .9);
}

#btn-back-to-top:hover i {
    color: #fff;
    transform: translateY(-8px);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.form-check-input[type=checkbox]+label,
label.btn input[type=checkbox]+label {
    line-height: 1.2rem !important;
}

.form-check-input[type=checkbox]+label,
label.btn input[type=checkbox]+label {
    padding-left: 30px !important;
}

.md-form.md-bg input[type=email],
.md-form.md-bg input[type=number],
.md-form.md-bg input[type=password],
.md-form.md-bg input[type=tel],
.md-form.md-bg input[type=text],
.md-form.md-bg textarea.md-textarea {
    box-sizing: border-box;
    padding: 10px 5px;
    background: #f5f5f5 no-repeat;
    background-color: #f5f5f5;
    background-position-x: 0;
    background-position-y: 0;
    background-image: none;
    background-size: auto;
    background-image: -webkit-linear-gradient(linear, left top, left bottom, from(#4285f4), to(#4285f4)), -webkit-gradient(linear, left top, left bottom, from(#ced4da), to(#ced4da));
    background-image: linear-gradient(to bottom, #3b71ca, #3b71ca), linear-gradient(to bottom, #ced4da, #ced4da);
    background-position: 50% 100%, 50% 100%;
    background-size: 0 2px, 100% 1px;
    border: 0;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
    -webkit-transition: background-size .3s cubic-bezier(.64, .09, .08, 1);
    transition: background-size .3s cubic-bezier(.64, .09, .08, 1);
}

.form-outline .form-control:focus~.form-label {
    color: #3b71ca !important;
}

.my-text {
    color: #3b71ca;
}

.my-button {
    background-color: #9575cd;
}

.my-btn-fontaw-icon {
  padding-top: 28%;
  padding-right: 4%;
}

.cookie {
    width: 36px;
    height: 36px;
}

.my-cookie-p {
    font-size: .9rem;
}

.my-cookie-pf {
    flex: 4;
}

.my-avatar-img {
    width: 150px;
    height: 150px;
}

.my-img-1 {
    width: 500px;
    height: auto;
}

.my-map-container-section {
    overflow: hidden;
    position: relative;
    height: 500px;
}

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

.my-rounded-img {
    border-radius: .25rem !important;
    padding-left: 2px;
    padding-right: 2px;
}

.badge-primary {
  background-color: #3b71ca;
}

.my-card-style {
   margin-top: -15px;
}

.my-bg-image-18 {
  width: 100%;
  height: 200px;
}