html,body{
    font-family: 'Roboto', sans-serif;
    color: #707070;
    font-weight: normal;
    height: 100%;
    width: 100%;
    margin: 0;
    display: table;
}

.container {
    flex-wrap: wrap
}

.card {
    border: none;
    border-radius: 10px;
    background-color: teal;
    width: 350px;
    margin-top: -60px
}

p.mb-1 {
    font-size: 25px;
    color: aliceblue
}

.btn-primary {
    border: none;
    background: #ecf0f1;
    margin-bottom: 60px
}

.btn-primary small {
    color: aliceblue
}

.btn-primary span {
    font-size: 13px
}

.card.two {
    border-top-right-radius: 60px;
    border-top-left-radius: 0
}

.form-group {
    position: relative;
    margin-bottom: 2rem
}

.form-control {
    border: none;
    border-radius: 0;
    outline: 0;
    border-bottom: 1.5px solid #E6EBEE
}

.form-control:focus {
    box-shadow: none;
    border-radius: 0;
    border-bottom: 2px solid #8A97A8
}

.form-control-placeholder {
    position: absolute;
    top: 15px;
    left: 10px;
    transition: all 200ms;
    opacity: 0.5;
    font-size: 80%
}

.form-control:focus+.form-control-placeholder,
.form-control:valid+.form-control-placeholder {
    font-size: 80%;
    transform: translate3d(0, -90%, 0);
    opacity: 1;
    top: 10px;
    color: #8B92AC
}

.btn-block {
    border: none;
    border-radius: 8px;
    background-color: #4D9B94;
    padding: 10px 0 12px
}

.btn-block:focus {
    box-shadow: none
}

.btn-block span {
    font-size: 15px;
    color: #D0E6FF
}
html,body{
    font-family: 'Roboto', sans-serif;
    color: #707070;
    font-weight: normal;
}

ul {
    display: flex;
    flex-direction: column;
    align-items: start;
    list-style-type: none;
  }
  ul li {
    padding: 6px 12px;
  }
  ul li a {
    position: relative;
    display: block;
    text-decoration: none;
    font-family: "Roboto";
    /* font-size: 2rem;; */
    color: #ecf0f1;
    /* text-transform: uppercase; */
    padding: 4px 0;
    transition: 0.5s;
  }
  ul li a::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    top: 100%;
    left: 0;
    background: teal;
    transition: transform 0.5s;
    transform: scaleX(0);
    transform-origin: right;
  }
  ul li a:hover {
    color: #95a5a6;
  }
  ul li a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
  }
  .navbar-brand{
      font-family: 'Roboto';
      color: teal !important;
      padding-top: unset;
  }
  .back-sea{
    background-color: #F6F7F9;
  }
  .top-flek{
      display: flex;
      align-items: center;
      padding-top: 8rem;
      padding-bottom: 4rem;
  }
  .top-image img{
      width: 100%;
      height: auto;
  }
  .teal{
      color: #4D9B94;
  }
  .btn-top{
      background-color: #4D9B94;
      color: white;
      font-size: small;
      font-weight: 400;
      height: 2.5rem;
  }
  .btn-side{
      background-color: #fff;
      color: #4D9B94;
      border-color: #4D9B94;
      font-size: small;
      font-weight: 400;
      height: 2.5rem;
  }
  .head-ad{
    padding-bottom: 1rem;
    line-height: 60px;
  }
  .btn-fo{
    font-weight: 300;
    font-size: medium;
    margin-right: 12px;
  }
  .color-shar{
      background-color: #F6F7F9;
      height: 45rem;
  }
  .centor{
      display: grid;
      justify-content: center;
  }
  .caro{
      width: 3rem;
      height: auto;
  }
  .verti-al{
    display: flex;
    align-items: center;
  }
  .pad-t-b{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .btn-primary {
    background-color:#4D9B94 ;
    border-color:#4D9B94 ;
  }
  .btn-primary:hover {
    background-color:teal ;
    border-color:#4d9b94 ;
    border: 1px solid #4d9b94;
  }
  .btn:hover{
    color: #fff;
    background-color: teal;
    border-color: #4d9b94;
  }
  .btnsp:hover{
    color: teal;
    background-color:#fff;
    border-color: teal;
  }
  .contorol{
    
  }
  .bg-white{
      background-color: #e9ecef !important;
  }
  img{
    width: 16%;
    vertical-align: middle;
    border-style: none;
    height: auto;
    border-radius: 20px;
  }
footer{
    /* position: fixed;
    bottom: 0;
    width: 100%; */
    background-color: grey;
    display: table-row;
    height: 0;
}