
#block-sidedrawer {
    position: fixed;
    z-index: 9999;
    left: -150px;
    -webkit-animation-name: example;
         -o-animation-name: example;
            animation-name: example;
    -webkit-animation-duration: 1.5s;
         -o-animation-duration: 1.5s;
            animation-duration: 1.5s;
    -webkit-animation-delay: 1.5s;
         -o-animation-delay: 1.5s;
            animation-delay: 1.5s;
    -webkit-animation-fill-mode: forwards;
         -o-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-transform: translate(0%);
         -o-transform: translate(0%);
            transform: translate(0%);
    bottom: 50%; }
  
  @-webkit-keyframes example {
    from {
      left: -150px; }
    to {
      left: 0; } }
  
  @-o-keyframes example {
    from {
      left: -150px; }
    to {
      left: 0; } }
  
  @keyframes example {
    from {
      left: -150px; }
    to {
      left: 0; } }
    @media (max-width: 62rem) {
      #block-sidedrawer{
        top: 250px; }
         }
         #block-sidedrawer .loan {
            font-family: 'Roboto';
            font-style: italic;
            font-weight: 900;
            font-size: 14px;
            line-height: 16px;
            text-align: right;
            color: #FDCF09; 
            padding: 6px 8px;
            background: #36363D;
            box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
            border: none;
            letter-spacing: 0.04688rem;
            text-align: left;
           }
        
              #block-sidedrawer .loan img{
                width: 74px;
                height: 13px;
                margin-left: 5px;
              }
              #block-sidedrawer .loan .fa-solid.fa-chevron-right {
                content: "\f054";
                font-family: 'Font Awesome 5 Free';
                font-size: 15px;
                font-weight: 100;
                color: #fdcf09;
                margin-left: 5px;
                vertical-align: middle;
              }
              #block-sidedrawercontent{
                display: none;
                position: fixed;
                z-index: 9999;
                /* background: white; */
                background: #36363D;
                box-shadow: 0px 5px 20px #000000;;
                left: -1000px;
                bottom: 30%;
                width: 720px;
                /* filter: drop-shadow(0px 0px 100px rgba(0, 45, 98, 0.48)); */
                padding: 40px;
                -webkit-animation-name: example;
                -o-animation-name: example;
                   animation-name: example;
           -webkit-animation-duration: 1.5s;
                -o-animation-duration: 1.5s;
                   animation-duration: 1.5s;
           -webkit-animation-delay: 0.5s;
                -o-animation-delay: 0.5s;
                   animation-delay: 0.5s;
           -webkit-animation-fill-mode: forwards;
                -o-animation-fill-mode: forwards;
                   animation-fill-mode: forwards;
           -webkit-transform: translate(0%);
                -o-transform: translate(0%);
                   transform: translate(0%);
                   /* height: 500px; */
              }

              @media (max-width: 48rem){

                  #block-sidedrawercontent {
                    bottom: 15% !important;
                      width: 368px !important;
                      padding: 40px 10px 40px 5px!important;
                  }
              }
                   @-webkit-keyframes example {
                    from {
                      left: -1000px; }
                    to {
                      left: 0; } }
                  
                  @-o-keyframes example {
                    from {
                      left: -1000px; }
                    to {
                      left: 0; } }

                      #block-sidedrawercontent .close-webform {
                        position: absolute;
                        right: 0px;
                        padding: 0.625rem 0.9375rem;
                        top: -6px;}
                        @media (max-width: 62rem) {
                          #block-sidedrawercontent .close-webform {
                            right: 0px;
                            top: -5px; } }
                        #block-sidedrawercontent .close-webform i {
                          font-style: normal;
                          display: -webkit-box;
                          display: -webkit-flex;
                          display: -ms-flexbox;
                          display: flex;
                          -webkit-box-align: center;
                          -webkit-align-items: center;
                              -ms-flex-align: center;
                                  align-items: center;
                          text-align: center;
                          letter-spacing: 0.07813rem;
                          text-transform: uppercase;
                          font-size: 30px;
                            color: #FDCF09;
                            cursor: pointer;
                         }
                          /* #block-sidedrawercontent .close-webform i::before{
                            font-family: 'Font Awesome 5 Pro';
                            content: "\f00d";
                            font-size: 30px;
                            font-weight: 100;
                            color: #FDCF09;
                            cursor: pointer;
                          } */

                          @media(max-width: 48rem) {
                            #stoiximan-logo-desktop{
                              display:none;
                            }
                            #stoiximan-logo-desktop-bottom{
                              display:none;
                            }
                            #stoiximan-logo-mobile{
                              display:block;
                            }
                            #stoiximan-logo-mobile-bottom{
                              display:block;
                            }
                          }
                          @media(min-width: 48rem) {
                            #stoiximan-logo-desktop{
                              display:block;
                            }
                            #stoiximan-logo-desktop-bottom{
                              display:block;
                            }
                            #stoiximan-logo-mobile{
                              display:none;
                            }
                            #stoiximan-logo-mobile-bottom{
                              display:none;
                            }
                          }