 
    .form-group select {
           width: 89%;
            height: 50px;
            border: none;
            border: 1px solid #acacac;
            font-family: "Quicksand", Georgia, "Times New Roman", Times, serif;
            font-weight: 700;
            font-size: 15px;
            color: #01357a;
            border-radius: 10px;
            padding-left: 16px;
        }
        .select-icon i{
            font-size: 24px;
            position: absolute;
            right: 44px;
            margin-top: 14px;
            color: #01357a;
        }
        .tacbox {
             display: block;
                padding: 1em;
/*                border-bottom: 1px solid #bfbfbf;*/
                max-width: 100%;
                margin-top: 33px;
            }
            .tc{
                top: 334px !important;
                margin-left: 41px !important;
                font-family: poppins !important;
                font-weight: 700 !important;
                font-size: 17px !important;
                
                        }
            label.label-animate {
                color: #A5A5A5;
                margin-left: 11px;
                  margin-top: 15px;
                  color: #A5A5A5;
                  color: #A5A5A5;
                  font-family: Roboto;
                  font-size: 13px;
                  font-style: normal;
                  font-weight: 400;
                  line-height: normal;
                  text-transform: capitalize;
            }
            button#otpButton {
                height: 53px;
                width: 140px;
                height: 50px;
                color: #fff;
                font-family: "Quicksand", Georgia, "Times New Roman", Times, serif;
                font-size: 13px;
                font-weight: 700;
                background: #ff9f0d;
                align-items: center;
                -moz-align-items: center;
                -webkit-align-items: center;
                -o-align-items: center;
                -ms-align-items: center;
                justify-content: center;
                -moz-justify-content: center;
                -webkit-justify-content: center;
                -o-justify-content: center;
                -ms-justify-content: center;
                text-decoration: none;
                border-radius: 33px;
                margin-top: 27px;
                margin-left: 139px;
                margin-bottom: 25px;
            }
            button#sendLinkButton {
                margin-top: 56px !important;
                color: #A5A5A5;
                font-family: Roboto;
                font-size: 15px;
                font-style: normal;
                font-weight: 900;
                line-height: normal;
                text-transform: uppercase;
                background: transparent;
                border: none;
                margin-left: 24% !important;
            }
        .inter-<uniquifier> {
          font-family: "Abhaya Libre", serif;
          font-optical-sizing: auto;
          font-weight: <weight>;
          font-style: normal;
          font-variation-settings:
            "slnt" 0;
        }
        .abhaya-libre-regular {
          font-family: "Abhaya Libre", serif;
          font-weight: 400;
          font-style: normal;
        }

        .abhaya-libre-medium {
          font-family: "Abhaya Libre", serif;
          font-weight: 500;
          font-style: normal;
        }

        .abhaya-libre-semibold {
          font-family: "Abhaya Libre", serif;
          font-weight: 600;
          font-style: normal;
        }

        .abhaya-libre-bold {
          font-family: "Abhaya Libre", serif;
          font-weight: 700;
          font-style: normal;
        }

        .abhaya-libre-extrabold {
          font-family: "Abhaya Libre", serif;
          font-weight: 800;
          font-style: normal;
        }
        .color {
            color: #FF9F0D;
            font-family: "Quicksand", Georgia, "Times New Roman", Times, serif;
        }
      .heading{
        text-align: center;
        font-family: "Quicksand", Georgia, "Times New Roman", Times, serif;
        font-size: 30px;
        color: black;

      }
      .step-current{
        font-family: "Quicksand", Georgia, "Times New Roman", Times, serif;
      }
      .bgm{
        background-image: url(../images/background-1.png);
        background-repeat: no-repeat;
        background-size: cover;
        }

        /*        Toggle Button */
                #outerContainer {
                  display: block;
                  width: 100%;
                  display: flex;
                  justify-content: center;
                  align-items: center;
                  margin-top: 58px;
                }
                #container {
                     position: relative;
                      width: 400px;
                      height: 40px;
                      background-color: transparent;
                      border: 1px solid $ border;
                      margin: 0;
                      border-radius: 36px;
                      touch-action: none;
                      border: 1px solid #acac;
                  
                  &.select-left {
                    .left {
                      span {
                        opacity: 1;
                        color: #023579;
                      }
                    }
                  }
                  
                  &.select-right {
                    .right {
                      span {
                        opacity: 1;
                        color: #023579;
                      }
                    }
                  }
                }
                #item {
                  position: relative;
                  width: 200px;
                  height: 40px;
                  border-radius: 36px;
                  transition: all .05s cubic-bezier(0.04, 0.46, 0.36, 0.99);
                  touch-action: none;
                  user-select: none;
                  
                  &::after {
                    position: absolute;
                    top: -5px;
                    left: 0;
                    width: 100%;
                    border-radius: 42px;
                    height: calc(100% + 10px);
                    background-color: #faa01d;
                    content: "";
                  }
                }

                .left {
                  display: flex;
                  position: absolute;
                  justify-content: center;
                  align-items: center;
                  width: 50%;
                  height: 100%;
                  top: 0;
                  left: 0;
                  pointer-events: none;
                  user-select: none;
                  
                  span {
                    font-family: "Quicksand", Georgia, "Times New Roman", Times, serif;
                    font-size: 26px;
                    pointer-events: none;
                    user-select: none;
                    color: #022c64;
                    transition: all .2s ease;
                    font-weight: 500;
                  }
                }

                .right {
                  display: flex;
                  position: absolute;
                  justify-content: center;
                  align-items: center;
                  width: 50%;
                  height: 100%;
                  top: 0;
                  right: 0;
                  pointer-events: none;
                  user-select: none;
                  
                  span {
                    font-family: "Quicksand", Georgia, "Times New Roman", Times, serif;
                    font-size: 26px;
                    pointer-events: none;
                    user-select: none;
                    color: #000 !important;
                    transition: all .2s ease;
                    font-weight: 500;
                  }
                }

