*{
    transition: width .2s;
}
.hide{
  display: none;
}
.nav-link{
  font-size: 13px !important;
}
.check{
    font-size: 20px;
    padding: 19px 40px 20px 40px;
    font-weight: 700;
    border: none;
    outline: none;
    border-radius: .25rem;
    letter-spacing: .15rem;
    vertical-align: middle;
    line-height: 1.5;
}
.dispnon{display: none}
@media only screen and (max-width: 1100px){
    .form-check{
        display: grid;
        grid: auto auto / auto;
        grid-row-gap: 1rem;
        padding-left: 0 !important;
    }
    .check{
        font-size: 20px;
        padding: 20px 40px;
        font-weight: 700;
        text-align: center;
        border: none;
        outline: none;
        border-radius: .25rem;
        letter-spacing: .15rem;
        vertical-align: middle;
        line-height: 1.5;
    }
    .btn-check{
        width: 100%;
    }
}

.artboard {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
  }
  .artboard .overlay {
    min-width: 30px;
    min-height: 30px;
    transition: 0.4s linear;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .artboard .overlay:hover {
    border-color: #fec810;
    cursor: pointer;
  }
  .artboard .overlay:hover .button:before, .artboard .overlay:hover .button:after {
    width: 12px;
  }
  .artboard .button {
    width: 24px;
    height: 2px;
    background: #ffffff;
    transition: 900ms 175ms cubic-bezier(0.6, -0.46, 0.21, 1.3);
  }
  .artboard .button:before, .artboard .button:after {
    content: "";
    transition: 400ms cubic-bezier(1, -0.81, 0.17, 1.2);
    width: 24px;
    height: 2px;
    display: flex;
    background: #ffffff;
    position: relative;
  }
  .artboard .button:before {
    transform-origin: right;
    top: -12px;
  }
  .artboard .button:after {
    bottom: -10.2px;
    transform-origin: left;
    float: right;
  }
  .artboard .active {
    background: #fec810;
    border-color: #fec810;
    transform: rotate(270deg);
  }
  .artboard .active .button {
    transform: rotate(-45deg);
  }
  .artboard .active .button:before, .artboard .active .button:after {
    width: 12px;
    transform: rotate(-90deg);
  }
  
@media (max-width:992px){.he{display: none}}
@media (min-width:992px){.nohe{display: none}}
.bor{
	padding-bottom: 3% !important;
}
.text-uppercase{
	color: black;
}
.black:hover{
	color: black !important 
}


.card-text{
  color: black;
}
.card img {
  padding: 10px;
}
.back-btn{
  margin: 10px;
}
.previous {
  width: 90%;

}
.navbar{
  padding-left: 0px !important;
  padding-right: 0px !important;
}
@media (max-width:371px){
  .container {
    width: 360px !important;
    margin: 0px !important;
  }
  .navbar {
    width: 360px !important;
  }
  .btn-xl {
    width: 330px !important;
  }
  .check {
    width: 330px !important;
  }
}



@media only screen and (max-width: 991px){
  .desktop{
      display: none;
  }
}
@media only screen and (min-width: 992px){
  .mobile{
      display: none;
  }
}
